.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
background: #ffff00;
color: #000000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1.5em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
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'] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
input[type='search'] {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
@media (min-width: 544px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.row {
display: flex;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.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, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
}
.col-xs-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xs-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xs-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xs-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xs-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xs-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xs-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xs-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xs-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xs-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xs-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xs-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-right-0 {
margin-right: 0%;
}
.col-xs-offset-right-1 {
margin-right: 8.33333%;
}
.col-xs-offset-right-2 {
margin-right: 16.66667%;
}
.col-xs-offset-right-3 {
margin-right: 25%;
}
.col-xs-offset-right-4 {
margin-right: 33.33333%;
}
.col-xs-offset-right-5 {
margin-right: 41.66667%;
}
.col-xs-offset-right-6 {
margin-right: 50%;
}
.col-xs-offset-right-7 {
margin-right: 58.33333%;
}
.col-xs-offset-right-8 {
margin-right: 66.66667%;
}
.col-xs-offset-right-9 {
margin-right: 75%;
}
.col-xs-offset-right-10 {
margin-right: 83.33333%;
}
.col-xs-offset-right-11 {
margin-right: 91.66667%;
}
.col-xs-offset-right-12 {
margin-right: 100%;
}
@media (min-width: 544px) {
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-right-0 {
margin-right: 0%;
}
.col-sm-offset-right-1 {
margin-right: 8.33333%;
}
.col-sm-offset-right-2 {
margin-right: 16.66667%;
}
.col-sm-offset-right-3 {
margin-right: 25%;
}
.col-sm-offset-right-4 {
margin-right: 33.33333%;
}
.col-sm-offset-right-5 {
margin-right: 41.66667%;
}
.col-sm-offset-right-6 {
margin-right: 50%;
}
.col-sm-offset-right-7 {
margin-right: 58.33333%;
}
.col-sm-offset-right-8 {
margin-right: 66.66667%;
}
.col-sm-offset-right-9 {
margin-right: 75%;
}
.col-sm-offset-right-10 {
margin-right: 83.33333%;
}
.col-sm-offset-right-11 {
margin-right: 91.66667%;
}
.col-sm-offset-right-12 {
margin-right: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-right-0 {
margin-right: 0%;
}
.col-md-offset-right-1 {
margin-right: 8.33333%;
}
.col-md-offset-right-2 {
margin-right: 16.66667%;
}
.col-md-offset-right-3 {
margin-right: 25%;
}
.col-md-offset-right-4 {
margin-right: 33.33333%;
}
.col-md-offset-right-5 {
margin-right: 41.66667%;
}
.col-md-offset-right-6 {
margin-right: 50%;
}
.col-md-offset-right-7 {
margin-right: 58.33333%;
}
.col-md-offset-right-8 {
margin-right: 66.66667%;
}
.col-md-offset-right-9 {
margin-right: 75%;
}
.col-md-offset-right-10 {
margin-right: 83.33333%;
}
.col-md-offset-right-11 {
margin-right: 91.66667%;
}
.col-md-offset-right-12 {
margin-right: 100%;
}
}
@media (min-width: 992px) {
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-right-0 {
margin-right: 0%;
}
.col-lg-offset-right-1 {
margin-right: 8.33333%;
}
.col-lg-offset-right-2 {
margin-right: 16.66667%;
}
.col-lg-offset-right-3 {
margin-right: 25%;
}
.col-lg-offset-right-4 {
margin-right: 33.33333%;
}
.col-lg-offset-right-5 {
margin-right: 41.66667%;
}
.col-lg-offset-right-6 {
margin-right: 50%;
}
.col-lg-offset-right-7 {
margin-right: 58.33333%;
}
.col-lg-offset-right-8 {
margin-right: 66.66667%;
}
.col-lg-offset-right-9 {
margin-right: 75%;
}
.col-lg-offset-right-10 {
margin-right: 83.33333%;
}
.col-lg-offset-right-11 {
margin-right: 91.66667%;
}
.col-lg-offset-right-12 {
margin-right: 100%;
}
}
@media (min-width: 1200px) {
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-xl-pull-0 {
right: auto;
}
.col-xl-pull-1 {
right: 8.33333%;
}
.col-xl-pull-2 {
right: 16.66667%;
}
.col-xl-pull-3 {
right: 25%;
}
.col-xl-pull-4 {
right: 33.33333%;
}
.col-xl-pull-5 {
right: 41.66667%;
}
.col-xl-pull-6 {
right: 50%;
}
.col-xl-pull-7 {
right: 58.33333%;
}
.col-xl-pull-8 {
right: 66.66667%;
}
.col-xl-pull-9 {
right: 75%;
}
.col-xl-pull-10 {
right: 83.33333%;
}
.col-xl-pull-11 {
right: 91.66667%;
}
.col-xl-pull-12 {
right: 100%;
}
.col-xl-push-0 {
left: auto;
}
.col-xl-push-1 {
left: 8.33333%;
}
.col-xl-push-2 {
left: 16.66667%;
}
.col-xl-push-3 {
left: 25%;
}
.col-xl-push-4 {
left: 33.33333%;
}
.col-xl-push-5 {
left: 41.66667%;
}
.col-xl-push-6 {
left: 50%;
}
.col-xl-push-7 {
left: 58.33333%;
}
.col-xl-push-8 {
left: 66.66667%;
}
.col-xl-push-9 {
left: 75%;
}
.col-xl-push-10 {
left: 83.33333%;
}
.col-xl-push-11 {
left: 91.66667%;
}
.col-xl-push-12 {
left: 100%;
}
.col-xl-offset-0 {
margin-left: 0%;
}
.col-xl-offset-1 {
margin-left: 8.33333%;
}
.col-xl-offset-2 {
margin-left: 16.66667%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.33333%;
}
.col-xl-offset-5 {
margin-left: 41.66667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.33333%;
}
.col-xl-offset-8 {
margin-left: 66.66667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.33333%;
}
.col-xl-offset-11 {
margin-left: 91.66667%;
}
.col-xl-offset-12 {
margin-left: 100%;
}
.col-xl-offset-right-0 {
margin-right: 0%;
}
.col-xl-offset-right-1 {
margin-right: 8.33333%;
}
.col-xl-offset-right-2 {
margin-right: 16.66667%;
}
.col-xl-offset-right-3 {
margin-right: 25%;
}
.col-xl-offset-right-4 {
margin-right: 33.33333%;
}
.col-xl-offset-right-5 {
margin-right: 41.66667%;
}
.col-xl-offset-right-6 {
margin-right: 50%;
}
.col-xl-offset-right-7 {
margin-right: 58.33333%;
}
.col-xl-offset-right-8 {
margin-right: 66.66667%;
}
.col-xl-offset-right-9 {
margin-right: 75%;
}
.col-xl-offset-right-10 {
margin-right: 83.33333%;
}
.col-xl-offset-right-11 {
margin-right: 91.66667%;
}
.col-xl-offset-right-12 {
margin-right: 100%;
}
}
@media (min-width: 1920px) {
.col-xxl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xxl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xxl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xxl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xxl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xxl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xxl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-xxl-pull-0 {
right: auto;
}
.col-xxl-pull-1 {
right: 8.33333%;
}
.col-xxl-pull-2 {
right: 16.66667%;
}
.col-xxl-pull-3 {
right: 25%;
}
.col-xxl-pull-4 {
right: 33.33333%;
}
.col-xxl-pull-5 {
right: 41.66667%;
}
.col-xxl-pull-6 {
right: 50%;
}
.col-xxl-pull-7 {
right: 58.33333%;
}
.col-xxl-pull-8 {
right: 66.66667%;
}
.col-xxl-pull-9 {
right: 75%;
}
.col-xxl-pull-10 {
right: 83.33333%;
}
.col-xxl-pull-11 {
right: 91.66667%;
}
.col-xxl-pull-12 {
right: 100%;
}
.col-xxl-push-0 {
left: auto;
}
.col-xxl-push-1 {
left: 8.33333%;
}
.col-xxl-push-2 {
left: 16.66667%;
}
.col-xxl-push-3 {
left: 25%;
}
.col-xxl-push-4 {
left: 33.33333%;
}
.col-xxl-push-5 {
left: 41.66667%;
}
.col-xxl-push-6 {
left: 50%;
}
.col-xxl-push-7 {
left: 58.33333%;
}
.col-xxl-push-8 {
left: 66.66667%;
}
.col-xxl-push-9 {
left: 75%;
}
.col-xxl-push-10 {
left: 83.33333%;
}
.col-xxl-push-11 {
left: 91.66667%;
}
.col-xxl-push-12 {
left: 100%;
}
.col-xxl-offset-0 {
margin-left: 0%;
}
.col-xxl-offset-1 {
margin-left: 8.33333%;
}
.col-xxl-offset-2 {
margin-left: 16.66667%;
}
.col-xxl-offset-3 {
margin-left: 25%;
}
.col-xxl-offset-4 {
margin-left: 33.33333%;
}
.col-xxl-offset-5 {
margin-left: 41.66667%;
}
.col-xxl-offset-6 {
margin-left: 50%;
}
.col-xxl-offset-7 {
margin-left: 58.33333%;
}
.col-xxl-offset-8 {
margin-left: 66.66667%;
}
.col-xxl-offset-9 {
margin-left: 75%;
}
.col-xxl-offset-10 {
margin-left: 83.33333%;
}
.col-xxl-offset-11 {
margin-left: 91.66667%;
}
.col-xxl-offset-12 {
margin-left: 100%;
}
.col-xxl-offset-right-0 {
margin-right: 0%;
}
.col-xxl-offset-right-1 {
margin-right: 8.33333%;
}
.col-xxl-offset-right-2 {
margin-right: 16.66667%;
}
.col-xxl-offset-right-3 {
margin-right: 25%;
}
.col-xxl-offset-right-4 {
margin-right: 33.33333%;
}
.col-xxl-offset-right-5 {
margin-right: 41.66667%;
}
.col-xxl-offset-right-6 {
margin-right: 50%;
}
.col-xxl-offset-right-7 {
margin-right: 58.33333%;
}
.col-xxl-offset-right-8 {
margin-right: 66.66667%;
}
.col-xxl-offset-right-9 {
margin-right: 75%;
}
.col-xxl-offset-right-10 {
margin-right: 83.33333%;
}
.col-xxl-offset-right-11 {
margin-right: 91.66667%;
}
.col-xxl-offset-right-12 {
margin-right: 100%;
}
}
.col-xs-first {
order: -1;
}
.col-xs-last {
order: 1;
}
@media (min-width: 544px) {
.col-sm-first {
order: -1;
}
.col-sm-last {
order: 1;
}
}
@media (min-width: 768px) {
.col-md-first {
order: -1;
}
.col-md-last {
order: 1;
}
}
@media (min-width: 992px) {
.col-lg-first {
order: -1;
}
.col-lg-last {
order: 1;
}
}
@media (min-width: 1200px) {
.col-xl-first {
order: -1;
}
.col-xl-last {
order: 1;
}
}
@media (min-width: 1920px) {
.col-xxl-first {
order: -1;
}
.col-xxl-last {
order: 1;
}
}
.row-xs-top {
align-items: flex-start;
}
.row-xs-center {
align-items: center;
}
.row-xs-bottom {
align-items: flex-end;
}
@media (min-width: 544px) {
.row-sm-top {
align-items: flex-start;
}
.row-sm-center {
align-items: center;
}
.row-sm-bottom {
align-items: flex-end;
}
}
@media (min-width: 768px) {
.row-md-top {
align-items: flex-start;
}
.row-md-center {
align-items: center;
}
.row-md-bottom {
align-items: flex-end;
}
}
@media (min-width: 992px) {
.row-lg-top {
align-items: flex-start;
}
.row-lg-center {
align-items: center;
}
.row-lg-bottom {
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.row-xl-top {
align-items: flex-start;
}
.row-xl-center {
align-items: center;
}
.row-xl-bottom {
align-items: flex-end;
}
}
@media (min-width: 1920px) {
.row-xxl-top {
align-items: flex-start;
}
.row-xxl-center {
align-items: center;
}
.row-xxl-bottom {
align-items: flex-end;
}
}
.row-xs-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (min-width: 544px) {
.row-sm-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 768px) {
.row-md-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 992px) {
.row-lg-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1200px) {
.row-xl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1920px) {
.row-xxl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.row-xs-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
@media (min-width: 544px) {
.row-sm-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 768px) {
.row-md-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 992px) {
.row-lg-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1200px) {
.row-xl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1920px) {
.row-xxl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
}
.col-xs-top {
align-self: flex-start;
}
.col-xs-center {
align-self: center;
}
.col-xs-bottom {
align-self: flex-end;
}
@media (min-width: 544px) {
.col-sm-top {
align-self: flex-start;
}
.col-sm-center {
align-self: center;
}
.col-sm-bottom {
align-self: flex-end;
}
}
@media (min-width: 768px) {
.col-md-top {
align-self: flex-start;
}
.col-md-center {
align-self: center;
}
.col-md-bottom {
align-self: flex-end;
}
}
@media (min-width: 992px) {
.col-lg-top {
align-self: flex-start;
}
.col-lg-center {
align-self: center;
}
.col-lg-bottom {
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.col-xl-top {
align-self: flex-start;
}
.col-xl-center {
align-self: center;
}
.col-xl-bottom {
align-self: flex-end;
}
}
@media (min-width: 1920px) {
.col-xxl-top {
align-self: flex-start;
}
.col-xxl-center {
align-self: center;
}
.col-xxl-bottom {
align-self: flex-end;
}
}   [class*="hint--"] {
position: relative;
display: inline-block;  }
[class*="hint--"]:before, [class*="hint--"]:after {
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
}
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
visibility: visible;
opacity: 1;
}
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
transition-delay: 100ms;
}
[class*="hint--"]:before {
content: '';
position: absolute;
background: transparent;
border: 7px solid transparent;
z-index: 1000001;
}
[class*="hint--"]:after {
background: #000000;
color: white;
padding: 8px 10px;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 14px;
white-space: nowrap;
border-radius: 5px;
}
[class*="hint--"][aria-label]:after {
content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
content: attr(data-hint);
}
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
display: none !important;
}  .hint--top-left:before {
border-top-color: #000000;
}
.hint--top-right:before {
border-top-color: #000000;
}
.hint--top:before {
border-top-color: #000000;
}
.hint--bottom-left:before {
border-bottom-color: #000000;
}
.hint--bottom-right:before {
border-bottom-color: #000000;
}
.hint--bottom:before {
border-bottom-color: #000000;
}
.hint--left:before {
border-left-color: #000000;
}
.hint--right:before {
border-right-color: #000000;
} .hint--top:before {
margin-bottom: -13px;
}
.hint--top:before, .hint--top:after {
bottom: 100%;
left: 50%;
}
.hint--top:before {
left: calc(50% - 7px);
}
.hint--top:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.hint--top:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
} .hint--bottom:before {
margin-top: -13px;
}
.hint--bottom:before, .hint--bottom:after {
top: 100%;
left: 50%;
}
.hint--bottom:before {
left: calc(50% - 7px);
}
.hint--bottom:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.hint--bottom:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px);
} .hint--right:before {
margin-left: -13px;
margin-bottom: -7px;
}
.hint--right:after {
margin-bottom: -15px;
}
.hint--right:before, .hint--right:after {
left: 100%;
bottom: 50%;
}
.hint--right:hover:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
}
.hint--right:hover:after {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
} .hint--left:before {
margin-right: -13px;
margin-bottom: -7px;
}
.hint--left:after {
margin-bottom: -15px;
}
.hint--left:before, .hint--left:after {
right: 100%;
bottom: 50%;
}
.hint--left:hover:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--left:hover:after {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
} .hint--top-left:before {
margin-bottom: -13px;
}
.hint--top-left:before, .hint--top-left:after {
bottom: 100%;
left: 50%;
}
.hint--top-left:before {
left: calc(50% - 7px);
}
.hint--top-left:after {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.hint--top-left:after {
margin-left: 14px;
}
.hint--top-left:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top-left:hover:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-moz-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px);
} .hint--top-right:before {
margin-bottom: -13px;
}
.hint--top-right:before, .hint--top-right:after {
bottom: 100%;
left: 50%;
}
.hint--top-right:before {
left: calc(50% - 7px);
}
.hint--top-right:after {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.hint--top-right:after {
margin-left: -14px;
}
.hint--top-right:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top-right:hover:after {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
} .hint--bottom-left:before {
margin-top: -13px;
}
.hint--bottom-left:before, .hint--bottom-left:after {
top: 100%;
left: 50%;
}
.hint--bottom-left:before {
left: calc(50% - 7px);
}
.hint--bottom-left:after {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
}
.hint--bottom-left:after {
margin-left: 14px;
}
.hint--bottom-left:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom-left:hover:after {
-webkit-transform: translateX(-100%) translateY(8px);
-moz-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px);
} .hint--bottom-right:before {
margin-top: -13px;
}
.hint--bottom-right:before, .hint--bottom-right:after {
top: 100%;
left: 50%;
}
.hint--bottom-right:before {
left: calc(50% - 7px);
}
.hint--bottom-right:after {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.hint--bottom-right:after {
margin-left: -14px;
}
.hint--bottom-right:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom-right:hover:after {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
} .hint--small:after,
.hint--medium:after,
.hint--large:after {
white-space: normal;
line-height: 1.4em;
}
.hint--small:after {
width: 80px;
}
.hint--medium:after {
width: 150px;
}
.hint--large:after {
width: 300px;
} [class*="hint--"] { }
[class*="hint--"]:after {
text-shadow: none;
border-radius: 0;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}  .hint--error:after {
background-color: #b34e4d;
text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top-left:before {
border-top-color: #b34e4d;
}
.hint--error.hint--top-right:before {
border-top-color: #b34e4d;
}
.hint--error.hint--top:before {
border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom-right:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
border-right-color: #b34e4d;
} .hint--warning:after {
background-color: #c09854;
text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top-left:before {
border-top-color: #c09854;
}
.hint--warning.hint--top-right:before {
border-top-color: #c09854;
}
.hint--warning.hint--top:before {
border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--bottom-right:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--bottom:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
border-left-color: #c09854;
}
.hint--warning.hint--right:before {
border-right-color: #c09854;
} .hint--info:after {
background-color: #3986ac;
text-shadow: 0 -1px 0px #1a3c4d;
}
.hint--info.hint--top-left:before {
border-top-color: #3986ac;
}
.hint--info.hint--top-right:before {
border-top-color: #3986ac;
}
.hint--info.hint--top:before {
border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--bottom-right:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--bottom:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
border-left-color: #3986ac;
}
.hint--info.hint--right:before {
border-right-color: #3986ac;
} .hint--success:after {
background-color: #458746;
text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top-left:before {
border-top-color: #458746;
}
.hint--success.hint--top-right:before {
border-top-color: #458746;
}
.hint--success.hint--top:before {
border-top-color: #458746;
}
.hint--success.hint--bottom-left:before {
border-bottom-color: #458746;
}
.hint--success.hint--bottom-right:before {
border-bottom-color: #458746;
}
.hint--success.hint--bottom:before {
border-bottom-color: #458746;
}
.hint--success.hint--left:before {
border-left-color: #458746;
}
.hint--success.hint--right:before {
border-right-color: #458746;
} .hint--always:after, .hint--always:before {
opacity: 1;
visibility: visible;
}
.hint--always.hint--top:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-moz-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top-right:after {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
-webkit-transform: translateX(-100%) translateY(8px);
-moz-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom-right:after {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--left:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--always.hint--left:after {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--always.hint--right:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
}
.hint--always.hint--right:after {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
} .hint--rounded:after {
border-radius: 4px;
} .hint--no-animate:before, .hint--no-animate:after {
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms;
}
.hint--bounce:before, .hint--bounce:after {
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.sl-button {
padding-right: 10px;
color: inherit;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
color: #666666;
} .loader,
.loader:before,
.loader:after {
background: rgba(0, 0, 0, 0.2);
animation: load1 1s infinite ease-in-out;
width: .2em;
height: .6em;
}
.loader {
text-indent: -9999em;
display: inline-block;
position: relative;
vertical-align: middle;
font-size: 1em;
transform: translateZ(0);
animation-delay: -.16s;
}
.loader:before, .loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -.375em;
animation-delay: -.32s;
}
.loader:after {
left: .375em;
}
.sl-icon {
margin-right: 7px;
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: .6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
}
.page-links::after, .top-bar-office-wrapper::after, .top-bar-01 .top-bar-social-network::after, .top-bar-03 .top-bar-social-network::after, .top-bar-04 .top-bar-social-network::after, .top-bar-07 .top-bar-social-network::after, .top-bar-08 .top-bar-social-network::after, .branding__logo::after, .simple-footer .social-networks .inner::after, .comment-list .comment::after, .comment-list .pingback::after, .page-loading .sk-three-bounce::after, .single-post .entry-content::after, .post-share .post-share-list::after, .entry-author .author-social-networks::after, .tm-blog.style-list::after, .tm-box-icon::after, .tm-heading.highlight-big-number::after, .tm-testimonial.style-5 .swiper-custom-action-wrap::after, .tm-slider-button.style-01 .button-wrap::after, .tm-slider-button.style-02 .button-wrap::after, .tm-slider-button.style-03 .button-wrap::after, .tm-slider-button.style-04 .button-wrap::after, .tm-social-networks ul::after, .tm-timeline.style-01 .item-wrapper::after, .tm-custom-menu.style-2 .menu::after, .tm-custom-menu.style-3 .menu::after, .tm-custom-menu.style-4 .menu::after, .tm-custom-menu.style-5 .menu::after, .vc_progress_bar .vc_single_bar_title::after, .widget_recent_comments .recentcomments::after, .tagcloud::after, .tm-posts-widget .post-item::after, .cart_list.product_list_widget li::after, .woocommerce .page-sidebar ul.product_list_widget .product-item::after, .woocommerce.single-product #reviews #comments .commentlist .comment::after, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel::after, .woocommerce.single-product .quantity-button-wrapper::after, .cross-sells.products::after,
.up-sells.products::after,
.related.products::after {
content: "";
display: table;
clear: both;
} a {
color: royalblue;
text-decoration: none;
}
a:hover, a:focus, a:active {
outline: 0;
color: midnightblue;
}
a[href^=tel] {
text-decoration: none;
}
.link-secret {
color: currentColor;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
::-webkit-input-placeholder {
color: #7A8A9E;
font-weight: 500;
opacity: 1;
-webkit-transition: opacity .3s !important;
transition: opacity .3s !important;
}
:-moz-placeholder { color: #7A8A9E;
font-weight: 500;
opacity: 1;
-moz-transition: opacity .3s !important;
transition: opacity .3s !important;
}
::-moz-placeholder { color: #7A8A9E;
font-weight: 500;
opacity: 1;
-moz-transition: opacity .3s !important;
transition: opacity .3s !important;
}
:-ms-input-placeholder {
color: #7A8A9E;
font-weight: 500;
opacity: 1;
-ms-transition: opacity .3s !important;
transition: opacity .3s !important;
} *:focus::-webkit-input-placeholder {
opacity: 0;
}
*:focus:-moz-placeholder {
opacity: 0;
} *:focus::-moz-placeholder {
opacity: 0;
} *:focus:-ms-input-placeholder {
opacity: 0;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
width: 100%;
outline: none;
border: 1px solid #eee;
background-color: #ECEFF3;
color: #888;
font-weight: inherit;
padding: 3px 20px;
height: 50px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus {
background-color: #ffffff;
color: #FF875F;
}
select {
padding: 3px 20px;
height: 50px;
max-width: 100%;
width: 100%;
outline: none;
border: 1px solid #eee;
border-radius: 0;
font-weight: inherit;
color: #7A8A9E;
background: #ECEFF3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==) no-repeat center right 20px;
-moz-appearance: none;
-webkit-appearance: none;
}
select:focus {
background-color: #ffffff;
color: #FF875F;
}
textarea {
width: 100%;
outline: none;
border: 1px solid #eee;
background-color: #ECEFF3;
color: #7A8A9E;
display: block;
padding: 10px 20px;
max-width: 100%;
}
textarea:focus {
background-color: #ffffff;
color: #FF875F;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
}
form label {
color: #223645;
font-weight: 600;
}
input[type='checkbox'] {
position: relative;
background: transparent;
border-width: 0;
box-shadow: none;
margin: 0 10px 0 0;
cursor: pointer;
}
input[type='checkbox']:before {
content: '';
display: block;
width: 18px;
height: 18px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -9px;
margin-left: -9px;
background: #ffffff;
border: 1px solid #e7e7e7;
transition: background .3s ease, border-color .3s ease;
}
input[type='checkbox']:after {
content: '\f122';
font-family: 'Ionicons';
font-size: 12px;
font-weight: 500;
display: block;
position: absolute;
top: 50%;
left: 50%;
color: #ffffff;
transform: translate(-50%, -50%) scale(0);
transition: transform .3s ease;
}
input[type='checkbox']:hover:before {
border-color: #222222;
}
input[type='checkbox']:checked:before {
background: #222222;
border-color: #222222;
}
input[type='checkbox']:checked:after {
transform: translate(-50%, -50%) scale(1);
}
input[type='radio'] {
position: relative;
padding: 5px;
margin: 0 10px 0 0;
cursor: pointer;
}
input[type='radio']:before {
content: '';
display: block;
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
background: #ffffff;
border: 1px solid #e7e7e7;
border-radius: 50%;
z-index: 1;
transition: background .3s ease, border-color .3s ease;
}
input[type='radio']:after {
content: '';
display: block;
width: 6px;
height: 6px;
position: absolute;
top: 50%;
left: 50%;
background: #ffffff;
border-radius: 50%;
z-index: 2;
transform: translate(-50%, -50%) scale(0);
transition: transform .3s ease;
}
input[type='radio']:hover:before {
border-color: #222222;
}
input[type='radio']:checked {
cursor: auto;
}
input[type='radio']:checked:before {
background: #222222;
border-color: #222222;
}
input[type='radio']:checked:after {
transform: translate(-50%, -50%) scale(1);
}
hr {
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #cccccc;
}
img {
max-width: 100%; height: auto; vertical-align: top;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
td,
th {
border: 1px solid rgba(0, 0, 0, 0.08);
padding: 10px;
vertical-align: middle;
}
th {
font-weight: 700;
color: #222222;
background: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/th_bg.png) repeat-x top left;
}
table th.empty {
visibility: hidden;
border: 0;
background: none;
}
table tr:nth-child(2n) td {
background: rgba(0, 0, 0, 0.01);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 25px;
}
p {
margin-bottom: 1em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
font-size: 15px;
overflow: auto;
margin-bottom: 1.6em;
padding: 1.6em;
max-width: 100%;
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
color: #7A8A9E;
}
abbr,
acronym {
border-bottom: 1px dotted #666666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: '';
}
blockquote {
position: relative;
margin: 0;
padding: 26px 30px 26px 75px;
margin-bottom: 1.5em;
border: 2px solid #eee;
font-size: 18px;
font-weight: 600;
color: #223645;
}
blockquote:before {
position: absolute;
top: 50%;
left: 25px;
transform: translateY(-50%);
content: '\f10e';
font-size: 26px;
font-style: normal;
}
blockquote p {
margin-bottom: 0;
}
blockquote a {
text-decoration: underline;
}
b,
strong {
font-weight: bolder;
} .page-has-sidebar .page-content .page-main-content *.alignfull {
position: relative;
left: 0;
width: 100%;
max-width: 100%;
clear: both;
}
.page-content .page-main-content *.alignfull {
position: relative;
left: -15px;
width: 100vw;
max-width: 100vw;
clear: both;
}
@media screen and (min-width: 555px) {
.page-content .page-main-content *.alignfull {
left: calc((525px - 100vw) / 2);
}
}
@media screen and (min-width: 768px) {
.page-content .page-main-content *.alignfull {
left: calc((690px - 100vw) / 2);
}
}
@media screen and (min-width: 992px) {
.page-content .page-main-content *.alignfull {
left: calc((910px - 100vw) / 2);
}
}
@media screen and (min-width: 1200px) {
.page-content .page-main-content *.alignfull {
left: calc((1170px - 100vw) / 2);
}
}
.page-content .page-main-content *.alignwide {
position: relative;
width: 100%;
max-width: 100%;
clear: both;
}
@media only screen and (min-width: 1280px) {
.page-content .page-main-content *.alignwide {
width: calc(100% + 400px);
max-width: calc(100% + 400px);
left: -200px;
}
}
@media only screen and (min-width: 1200px) {
.page-content .page-main-content *.alignwide {
width: calc(100% + 200px);
max-width: calc(100% + 200px);
left: -100px;
}
}
@media only screen and (min-width: 1024px) {
.page-content .page-main-content *.alignwide {
width: calc(100% + 100px);
max-width: calc(100% + 100px);
left: -50px;
}
}
.page-content .page-main-content *.alignleft { float: left;
max-width: calc(5 * (100% / 12));
margin-top: 0;
margin-left: 0; margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
.page-content .page-main-content *.alignleft { margin-right: calc(2 * 1rem);
max-width: calc(4 * (100% / 12));
}
}
.page-content .page-main-content *.alignright { float: right;
max-width: calc(5 * (100% / 12));
margin-top: 0;
margin-right: 0; margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
.page-content .page-main-content *.alignright {
margin-right: 0; margin-left: calc(2 * 1rem);
max-width: calc(4 * (100% / 12));
}
}
.page-content .page-main-content *.aligncenter {
margin-left: auto;
margin-right: auto;
}
.page-content .page-main-content .wp-block-cover .wp-block-cover-text {
font-size: 2em;
font-weight: 500;
}
.page-content .page-main-content .wp-block-quote,
.page-content .page-main-content .wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 2px solid #eee;
padding-left: 75px;
}
.page-content .page-main-content .wp-block-quote.is-large, .page-content .page-main-content .wp-block-quote.is-style-large {
padding: 26px 30px 26px 75px;
}
.page-content .page-main-content .wp-block-quote cite, .page-content .page-main-content .wp-block-quote footer, .page-content .page-main-content .wp-block-quote__citation {
display: inline-block;
}
.page-content .page-main-content .wp-block-pullquote {
border-color: #eee;
border: 4px solid #eee;
margin: 20px;
padding: 20px 0;
}
.page-content .page-main-content .wp-block-pullquote blockquote {
width: 100%;
margin-bottom: 0;
border: 0;
}
.page-content .page-main-content .wp-block-pullquote cite, .page-content .page-main-content .wp-block-pullquote footer, .page-content .page-main-content .wp-block-pullquote .wp-block-pullquote__citation {
display: block;
margin-top: 1em;
font-weight: 600;
}
.page-content .page-main-content .wp-block-pullquote.alignwide, .page-content .page-main-content .wp-block-pullquote.alignfull {
margin: 20px 0;
clear: both;
}
.page-content .page-main-content .wp-block-pullquote.alignleft {
margin-left: 0;
}
.page-content .page-main-content .wp-block-pullquote.alignright {
margin-right: 0;
}
.page-content .page-main-content .wp-block-media-text p,
.page-content .page-main-content .wp-block-media-text .has-large-font-size {
font-size: 14px;
}
.page-content .page-main-content .wp-block-separator {
background-color: transparent;
}
.page-content .page-main-content .wp-block-table td, .page-content .page-main-content .wp-block-table th {
border: 1px solid rgba(0, 0, 0, 0.08);
padding: 10px;
}
.page-content .page-main-content .wp-block-table dt {
font-weight: 700;
color: #223645;
}
.page-content .page-main-content .wp-block-table dd {
margin: 0 1.5em 1.5em;
}
.page-content .page-main-content .wp-block-table th {
font-weight: 700;
color: #222222;
background: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/th_bg.png) repeat-x top left;
}
.page-content .page-main-content .wp-block-latest-posts {
margin: 16px 0;
padding: 0;
list-style: none;
}
.page-content .page-main-content .wp-block-latest-posts li {
margin-bottom: 12px;
}
.page-content .page-main-content .wp-block-categories.wp-block-categories-list {
list-style: none;
padding: 0;
}
.page-content .page-main-content .wp-block-categories.wp-block-categories-list li ul, .page-content .page-main-content .wp-block-categories.wp-block-categories-list li ol {
list-style: none;
padding-left: 20px;
}
.page-content .page-main-content .wp-block-categories.wp-block-categories-list li a {
display: block;
margin-bottom: 8px;
}
.page-content .page-main-content .wp-block-categories.wp-block-categories-list .count:before {
content: '(';
}
.page-content .page-main-content .wp-block-categories.wp-block-categories-list .count:after {
content: ')';
}
.page-content .page-main-content .wp-block-archives.wp-block-archives-list {
list-style: none;
padding: 0;
}
.page-content .page-main-content .wp-block-archives.wp-block-archives-list li ul, .page-content .page-main-content .wp-block-archives.wp-block-archives-list li ol {
list-style: none;
padding-left: 20px;
}
.page-content .page-main-content .wp-block-archives.wp-block-archives-list li a {
display: block;
margin-bottom: 8px;
}
@media (max-width: 543px) {
blockquote {
padding: 70px 20px 30px;
}
blockquote:before {
top: 40px;
}
.page-content .page-main-content .wp-block-pullquote blockquote:before {
left: 50%;
transform: translate(-50%, -50%);
}
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: 700;
font-size: 14px;
line-height: normal; }
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
.max-width-570 {
max-width: 570px;
margin: 0 auto;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin: 0 0 30px;
max-width: 100%;
}
.wp-caption.aligncenter {
margin: 30px auto 30px;
}
.wp-caption.alignleft {
margin: 0 30px 30px 0;
}
.wp-caption.alignright {
margin: 0 0 30px 30px;
}
.wp-caption-text {
text-align: center;
background: #f8f8f8;
padding: 5px 0;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
padding: 0 41px;
height: 50px;
line-height: 50px;
outline: none;
border-width: 0;
border-style: solid;
border-radius: 0;
background-color: transparent;
color: #ffffff;
font-weight: 600;
cursor: pointer;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
outline: none;
}
.comment-nav-links,
.page-pagination {
padding: 0;
font-size: 15px;
letter-spacing: 1px;
font-weight: 600;
}
.comment-nav-links li,
.page-pagination li {
display: inline-block;
list-style-type: none;
}
.comment-nav-links li span,
.comment-nav-links li a,
.page-pagination li span,
.page-pagination li a {
padding: 15px 12px;
display: block;
text-align: center;
color: #7A8A9E;
}
.comment-nav-links li .current,
.page-pagination li .current {
color: #fff;
background-color: #FF875F;
padding: 0;
min-width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.comment-nav-links li .dots,
.page-pagination li .dots {
background: none;
min-width: 20px;
}
.comment-nav-links li .next,
.comment-nav-links li .prev,
.page-pagination li .next,
.page-pagination li .prev {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.comment-nav-links li .next i,
.comment-nav-links li .prev i,
.page-pagination li .next i,
.page-pagination li .prev i {
font-size: 10px;
font-weight: 700;
}
.comment-nav-links li .prev i,
.page-pagination li .prev i {
margin-right: 8px;
}
.comment-nav-links li .next i,
.page-pagination li .next i {
margin-left: 8px;
}
.page-pagination {
margin: 40px -12px 0;
text-align: center;
}
.comment-nav-links ul {
padding: 0;
}
#comment-nav-above ul {
margin: 50px 0;
}
#comment-nav-below ul {
margin: 0 0 74px;
}
.page-links {
clear: both;
padding-top: 30px;
margin: 0 -12px;
text-align: center;
}
.page-links > span,
.page-links > a {
display: inline-block;
padding: 0;
text-align: center;
font-weight: 600;
font-size: 15px;
min-width: 38px;
height: 38px;
line-height: 38px;
border-radius: 50%;
}
.page-links > a {
color: #7A8A9E;
}
.page-links a span {
padding: 0 6px;
}
.page-links > span {
color: #ffffff;
background-color: #FF875F;
}
.post-navigation {
position: relative;
}
.nav-links {
margin-top: 80px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.nav-links .nav-item {
width: 45%;
}
.nav-links .nav-previous {
text-align: left;
}
.nav-links .archive-link {
font-size: 24px;
font-weight: 500;
color: #FF875F;
}
.nav-links .nav-next {
text-align: right;
}
.nav-links a {
display: block;
font-size: 18px;
line-height: 1.2;
font-weight: 700;
}
.nav-links a div {
color: #888;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.page-top-bar {
z-index: 99999;
border: 0 solid transparent;
}
.page-top-bar.remove {
display: none;
}
.page-top-bar #topbar-remove {
margin: 0 0 0 20px;
color: inherit;
cursor: pointer;
}
.page-top-bar ul {
z-index: 9999;
list-style-type: none;
padding: 0;
margin: 0;
}
.page-top-bar .menu li {
position: relative;
}
.page-top-bar .menu > li {
display: inline-block;
margin-bottom: 0;
}
.page-top-bar .menu > li > a {
padding: 5px;
}
.page-top-bar .menu .menu-item-has-children:hover > .sub-menu {
display: block;
}
.page-top-bar .menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
display: none;
min-width: 250px;
width: 100%;
background-color: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.page-top-bar .menu .sub-menu a {
padding: 10px 15px;
}
.page-top-bar .menu .sub-menu a + a {
border-top: 1px solid #eeeeee;
}
.page-top-bar .menu .sub-menu .sub-menu {
top: 0;
left: 100%;
}
.page-top-bar .switcher-language-wrapper {
height: 50px;
}
.top-bar-wrap {
display: flex;
align-items: center;
}
.top-bar-wrap.top-bar-right {
justify-content: flex-end;
}
.top-bar-text a {
text-decoration: underline;
}
.top-bar-info .info-item {
display: inline-block;
line-height: 1;
margin-right: 15px;
}
.top-bar-info .info-item:last-child {
margin-right: 0;
}
.top-bar-info .info-item a {
line-height: 1;
}
.top-bar-info .info-icon {
font-size: 18px;
margin-right: 6px;
vertical-align: middle;
}
.top-bar-info .info-text {
vertical-align: middle;
}
.top-bar-link-list .link-item {
display: inline-block;
line-height: 1;
margin-right: 15px;
}
.top-bar-link-list .link-item:last-child {
margin-right: 0;
}
.top-bar-link-list .link-item a {
line-height: 1;
}
.top-bar-link-list .text {
vertical-align: middle;
}
.top-bar-office-wrapper {
display: flex;
align-items: stretch;
}
.top-bar-office-wrapper ul {
margin: 0;
padding: 0;
}
.top-bar-office-wrapper ul li {
list-style-type: none;
}
.top-bar-office-wrapper .office-switcher {
flex-shrink: 0;
position: relative;
text-align: left;
margin-left: 20px;
}
.top-bar-office-wrapper .office-switcher:hover .office-list {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
.top-bar-office-wrapper .office-list {
z-index: 99999;
position: absolute;
top: 100%;
left: 0;
background: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
padding: 12px 0;
margin: 0;
min-width: 100%;
overflow: hidden;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
}
.top-bar-office-wrapper .office-list a {
display: block;
padding: 10px 20px;
}
.top-bar-office-wrapper .active {
position: relative;
cursor: pointer;
padding: 0 40px 0 24px;
min-width: 180px;
height: 50px;
line-height: 50px;
color: #ffffff;
font-size: 14px;
font-weight: 500;
text-decoration: none !important;
}
.top-bar-office-wrapper .active:after {
font-family: Ionicons;
font-size: 15px;
content: '\f35f';
position: absolute;
right: 20px;
top: 50%;
transform: translate(0, -50%);
}
.top-bar-office-wrapper .offices {
flex-grow: 1;
}
.top-bar-office-wrapper .office {
display: none;
height: 100%;
}
.top-bar-office-wrapper .office li {
display: inline-block;
height: 100%;
}
.top-bar-office-wrapper .office .office-content-wrap {
display: flex;
align-items: center;
border-left: 1px solid #cccccc;
height: 100%;
padding: 0 30px;
}
.top-bar-office-wrapper .office i {
font-size: 18px;
margin-right: 10px;
}
.top-bar-01 .top-bar-wrap {
height: 100%;
}
.top-bar-01 .top-bar-text span {
margin-right: 5px;
}
.top-bar-01 .top-bar-social-network {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.top-bar-01 .top-bar-social-network .social-link {
float: left;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
}
.top-bar-01 .top-bar-social-network .social-link + .social-link {
border-left: 1px solid transparent;
}
@media (max-width: 991px) {
.top-bar-01 {
display: none;
}
}
.top-bar-02 .top-bar-wrap {
height: 100%;
}
.top-bar-02 .top-bar-right {
flex-grow: 1;
justify-content: flex-start;
}
.top-bar-02 .switcher-language-wrapper {
padding-right: 15px;
}
@media (max-width: 991px) {
.top-bar-02 {
display: none;
}
}
.top-bar-03 .top-bar-wrap {
height: 100%;
}
@media (min-width: 768px) {
.top-bar-03 .top-bar-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.top-bar-03 .top-bar-wrap {
padding: 0 85px;
}
}
.top-bar-03 .top-bar-left {
flex-grow: 1;
}
.top-bar-03 .top-bar-right {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-03 .top-bar-info .info-item {
padding: 16px 0;
margin-right: 55px;
}
.top-bar-03 .top-bar-info .info-item:last-child {
margin-right: 0;
}
.top-bar-03 .switcher-language-wrapper {
margin-left: 30px;
}
.top-bar-03 .top-bar-social-network .social-link {
padding: 2px 13px;
float: left;
text-align: center;
font-size: 18px;
}
@media (max-width: 991px) {
.top-bar-03 {
display: none;
}
}
.top-bar-04 .top-bar-wrap {
height: 100%;
}
.top-bar-04 .top-bar-left {
flex-grow: 1;
}
.top-bar-04 .top-bar-right {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-04 .top-bar-info .info-item {
padding: 16px 0;
margin-right: 27px;
padding-right: 34px;
border-right: 1px solid rgba(238, 238, 238, 0.1);
}
.top-bar-04 .top-bar-info .info-item:last-child {
margin-right: 0;
padding-right: 16px;
border-right: 0;
}
.top-bar-04 .top-bar-social-network {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.top-bar-04 .top-bar-social-network .social-link {
float: left;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
}
.top-bar-04 .top-bar-social-network .social-link + .social-link {
border-left: 1px solid transparent;
}
@media (min-width: 768px) {
.top-bar-04 .container-fluid {
padding: 0 65px;
}
}
@media (max-width: 991px) {
.top-bar-04 {
display: none;
}
}
.top-bar-05 .top-bar-wrap,
.top-bar-11 .top-bar-wrap {
height: 100%;
}
.top-bar-05 .top-bar-text,
.top-bar-11 .top-bar-text {
width: 100%;
text-align: center;
}
.top-bar-05 .top-bar-text span,
.top-bar-11 .top-bar-text span {
margin-right: 5px;
}
@media (max-width: 991px) {
.top-bar-05,
.top-bar-11 {
display: none;
}
}
.top-bar-06 .top-bar-wrap {
height: 100%;
}
@media (min-width: 768px) {
.top-bar-06 .top-bar-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.top-bar-06 .top-bar-wrap {
padding: 0 85px;
}
}
.top-bar-06 .top-bar-info .info-item {
margin-right: 30px;
}
.top-bar-06 .switcher-language-wrapper {
height: 40px;
}
@media (max-width: 1199px) {
.top-bar-06 {
display: none;
}
}
.top-bar-07 .top-bar-wrap {
height: 100%;
}
@media (min-width: 768px) {
.top-bar-07 .top-bar-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.top-bar-07 .top-bar-wrap {
padding: 0 85px;
}
}
.top-bar-07 .top-bar-left {
flex-grow: 1;
}
.top-bar-07 .top-bar-right {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-07 .top-bar-right > div {
padding-left: 30px;
}
.top-bar-07 .top-bar-right .top-bar-social-network {
margin: 0 -13px;
}
.top-bar-07 .top-bar-info .info-item {
padding: 16px 0;
margin-right: 41px;
}
.top-bar-07 .top-bar-info .info-item:last-child {
margin-right: 0;
}
.top-bar-07 .switcher-language-wrapper {
margin-left: 30px;
}
.top-bar-07 .top-bar-social-network .social-link {
padding: 2px 13px;
float: left;
text-align: center;
font-size: 18px;
}
@media (max-width: 991px) {
.top-bar-07 {
display: none;
}
}
.top-bar-08 .top-bar-wrap {
height: 100%;
}
.top-bar-08 .top-bar-left {
flex-grow: 1;
}
.top-bar-08 .top-bar-right {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-08 .top-bar-right > div {
padding-left: 30px;
}
.top-bar-08 .top-bar-right .top-bar-social-network {
margin: 0 -13px;
}
.top-bar-08 .top-bar-social-network .social-link {
padding: 2px 13px;
float: left;
text-align: center;
font-size: 16px;
}
.top-bar-08 .top-bar-button .tm-button {
height: 45px;
line-height: 41px;
}
@media (max-width: 991px) {
.top-bar-08 {
display: none;
}
}
.top-bar-09 .top-bar-text a {
display: inline-block;
}
@media (max-width: 767px) {
.top-bar-09 .top-bar-wrap.top-bar-right {
justify-content: flex-start;
}
}
.top-bar-10 .top-bar-wrap {
height: 100%;
display: none;
}
@media (min-width: 768px) {
.top-bar-10 .top-bar-wrap {
display: block;
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.top-bar-10 .top-bar-wrap {
display: flex;
justify-content: space-between;
padding: 0 85px;
}
}
.top-bar-10 .top-bar-right {
flex-shrink: 0;
}
.top-bar-10 .top-bar-text {
padding: 13px 0;
}
.top-bar-10 .top-bar-text span {
margin-right: 5px;
}
.top-bar-10 .top-bar-info {
text-align: right;
}
.top-bar-10 .top-bar-info a {
color: inherit;
}
.top-bar-10 .top-bar-info .info-item {
padding: 15px 0;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid rgba(238, 238, 238, 0.1);
}
.top-bar-10 .top-bar-info .info-item:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
@media (max-width: 1199px) {
.top-bar-10 .top-bar-wrap {
display: block;
}
.top-bar-10 .top-bar-info {
text-align: left;
}
}
@media (max-width: 991px) {
.top-bar-10 {
display: none;
}
}
.top-bar-12 .top-bar-wrap {
display: flex;
justify-content: space-between;
}
@media (min-width: 768px) {
.top-bar-12 .top-bar-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.top-bar-12 .top-bar-wrap {
padding: 0 85px;
}
}
.top-bar-12 .top-bar-right {
text-align: right;
}
@media (max-width: 991px) {
.top-bar-12 {
display: none;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -100px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -100px;
}
100% {
margin-top: 0;
}
}
.page-header {
position: relative;
z-index: 4;
}
.page-header-inner {
border-bottom: 1px solid transparent;
}
.page-header-inner h1, .page-header-inner h2, .page-header-inner h3, .page-header-inner h4, .page-header-inner h5, .page-header-inner h6 {
margin-bottom: 0;
}
.header-layout-fixed .page-header-inner {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
}
.tm-button.header-sticky-button {
display: none;
}
.headroom--not-top .header-on-top-button {
display: none;
}
.headroom--not-top .header-sticky-button {
display: block;
}
.headroom--not-top .page-header-inner {
border: 0;
}
.header-sticky-both .headroom.headroom--not-top {
position: relative;
z-index: 9999;
}
.header-sticky-both .headroom.headroom--not-top .page-header-inner {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
animation: headerSlideDown 0.95s ease forwards;
}
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container-fluid,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row {
height: 100%;
}
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row > div {
align-self: center;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned {
position: relative;
z-index: 9999;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner {
position: fixed;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
animation: headerSlideDown .95s ease forwards;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container-fluid,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row {
height: 100%;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row > div {
align-self: center;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
position: relative;
z-index: 9999;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
position: fixed;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
animation: headerSlideDown .95s ease forwards;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container-fluid,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
height: 100%;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row > div {
align-self: center;
}
.branding {
line-height: 0;
}
.branding__logo a {
display: inline-block;
float: left;
}
.dark-logo,
.light-logo {
display: none;
}
.light-logo-version .light-logo {
display: block;
}
.dark-logo-version .dark-logo {
display: block;
}
.header-right {
display: flex;
margin: 0 -12px;
align-items: center;
flex-shrink: 0;
}
.header-right > div {
padding: 0 12px;
}
.popup-search-wrap {
text-align: center;
}
.header-search-form-wrap .search-form {
position: relative;
}
.header-search-form-wrap .search-field {
padding-right: 50px;
border-color: #fff;
background-color: #fff;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.11);
}
.header-search-form-wrap .search-submit {
position: absolute;
top: 0;
right: 0;
font-size: 18px;
background: none;
width: 48px;
height: 48px;
padding: 0;
border: 0;
color: #7A8A9E;
}
.header-search-form-wrap .search-btn-text {
display: none;
}
.btn-open-popup-search {
display: block;
line-height: 0;
font-size: 16px;
}
.header-social-networks .inner {
margin-left: -5px;
margin-right: -5px;
}
.header-social-networks a {
padding: 0 5px;
font-size: 18px;
}
.header-social-networks .circle-style {
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
text-align: center;
background-color: #eee;
margin: 0 3px;
}
.header-link-list {
margin: 0;
padding: 0;
}
.header-link-list .link-item {
display: inline-block;
line-height: 1;
margin-right: 15px;
}
.header-link-list .link-item:last-child {
margin-right: 0;
}
.header-link-list .link-item a {
line-height: 1;
}
.header-link-list .info-icon {
font-size: 18px;
margin-right: 6px;
vertical-align: middle;
}
.header-link-list .info-text {
vertical-align: middle;
}
.page-open-main-menu {
display: none;
height: 30px;
align-items: center;
}
.desktop-menu .page-open-main-menu {
display: flex;
}
.page-open-main-menu:hover i:before, .page-open-main-menu:hover i:after {
width: 70%;
}
.page-open-main-menu div {
position: relative;
width: 24px;
height: 18px;
cursor: pointer;
}
.page-open-main-menu i {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
background: currentColor;
}
.page-open-main-menu i:before, .page-open-main-menu i:after {
position: absolute;
left: 50%;
width: 100%;
height: 100%;
background: inherit;
content: '';
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translate(-50%, 0);
}
.page-open-main-menu i:before {
top: -8px;
}
.page-open-main-menu i:after {
top: 8px;
}
.page-open-main-menu-title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.3px;
}
.page-open-canvas-sidebar {
align-items: center;
}
.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 21px;
}
.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:nth-child(2) {
left: 200%;
opacity: 0;
}
.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 21px;
}
.page-open-canvas-sidebar .icon-inner-wrap {
width: 50px;
height: 50px;
line-height: 56px;
background-color: #fff;
text-align: center;
border-radius: 50%;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
cursor: pointer;
}
.page-open-canvas-sidebar .icon-inner {
display: inline-block;
position: relative;
width: 20px;
height: 16px;
}
.page-open-canvas-sidebar .icon-inner span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: currentColor;
}
.page-open-canvas-sidebar .icon-inner span:nth-child(1) {
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.page-open-canvas-sidebar .icon-inner span:nth-child(2) {
top: 50%;
margin-top: -1px;
}
.page-open-canvas-sidebar .icon-inner span:nth-child(3) {
top: auto;
bottom: 0;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
.switcher-language-wrapper {
height: 100%;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click,
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul,
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul > li {
height: 100%;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul > li {
display: flex;
align-items: center;
cursor: pointer;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click {
width: auto;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul {
position: relative;
padding: 0;
margin: 0 !important;
list-style-type: none;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click:hover .wpml-ls-sub-menu {
visibility: visible !important;
opacity: 1;
transform: translateY(0);
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
background: none !important;
border: 0;
font-size: 13px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.5px;
padding-left: 0;
padding-right: 20px;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
content: '\f078';
font-size: 8px;
border: 0;
height: 9px;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle-flag {
position: relative;
display: inline-block;
vertical-align: middle;
overflow: hidden;
max-width: 24px;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-native {
vertical-align: middle;
font-size: 14px;
font-weight: 600;
margin-left: 5px;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
margin-left: 10px;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
min-width: 200px;
border: 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
right: 0;
left: 0;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 102;
box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
transform: translateY(20px);
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.hover-back {
right: 0;
left: auto;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
list-style-type: none;
padding: 0;
margin: 0;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
display: block;
text-decoration: none;
padding: 10px;
border: 0;
background: #ffffff;
color: #222222;
line-height: 1;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
background: #eeeeee;
color: #222222;
}
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img {
width: 18px;
}
.header-button {
line-height: 0;
}
@media (max-width: 767px) {
.header-button {
display: none;
}
}
.header-text-info {
display: flex;
align-items: center;
}
.header-text-info h1, .header-text-info h2, .header-text-info h3, .header-text-info h4, .header-text-info h5, .header-text-info h6 {
margin-bottom: 0;
}
.header-text-info .info-icon {
font-size: 37px;
color: #ababab;
flex-shrink: 0;
margin-right: 13px;
}
.header-text-info .info-text {
font-size: 14px;
margin-bottom: 5px;
}
.header-text-info .info-sub-text {
font-size: 22px;
font-weight: 600;
}
.header-01 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 26px 0;
}
.header-01 .header-right {
flex-shrink: 0;
}
.header-01 .branding {
flex-grow: 1;
}
.header-01 .branding__logo {
display: inline-block;
}
.header-01 .header-right {
justify-self: flex-end;
}
.header-01 .header-below {
position: absolute;
top: 100%;
left: 15px;
right: 15px;
padding: 0 30px;
display: flex;
align-items: stretch;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.desktop-menu .header-01 .menu--primary {
position: static;
text-align: left;
}
.header-01 .header-below-left {
flex-grow: 1;
}
.header-01 .header-below-right {
flex-shrink: 0;
display: flex;
align-items: center;
}
.header-01 .header-below-right > div {
padding: 0 10px;
}
.mobile-menu .header-01 .branding {
flex-grow: 1;
}
.mobile-menu .header-01 .header-wrap {
padding: 10px 0;
}
.mobile-menu .header-01 .header-below {
display: none;
}
.header-01 .header-info {
width: 900px;
}
.header-01 .header-info .info-item {
display: flex;
padding-left: 19px;
}
.header-01 .header-info .info-icon {
width: 50px;
flex-shrink: 0;
font-size: 38px;
line-height: 1;
}
.header-01 .header-info .info-content {
flex-grow: 1;
}
.header-01 .header-info .info-title {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.18;
margin-bottom: 6px;
}
.header-01 .header-info .info-sub-title {
display: block;
font-size: 14px;
}
.header-01 .header-info .swiper-slide-active ~ .swiper-slide .info-item {
border-left: 1px solid #ededed;
}
@media (max-width: 1199px) {
.header-01 .header-info {
width: 560px;
}
}
@media (max-width: 991px) {
.header-01 .header-info {
width: 280px;
}
}
@media (max-width: 767px) {
.header-01 .header-info {
display: none;
}
}
.header-02 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 19px 0 54px;
}
.header-02 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-02 .branding {
flex-grow: 1;
}
.header-02 .branding__logo {
display: inline-block;
}
.header-02 .header-below {
position: absolute;
top: 100%;
left: 15px;
right: 15px;
padding: 0 30px;
display: flex;
align-items: stretch;
border-radius: 5px;
transform: translateY(-50%);
}
.desktop-menu .header-02 .menu--primary {
position: static;
text-align: left;
}
.header-02 .header-below-left {
flex-grow: 1;
}
.header-02 .header-below-right {
flex-shrink: 0;
display: flex;
align-items: center;
}
.header-02 .header-below-right > div {
padding: 0 10px;
}
.mobile-menu .header-02 .branding {
flex-grow: 1;
}
.mobile-menu .header-02 .header-wrap {
padding: 16px 0;
}
.mobile-menu .header-02 .header-below {
display: none;
}
.header-02 .header-info {
width: 900px;
}
.header-02 .header-info .info-item {
display: flex;
}
.header-02 .header-info .info-icon {
position: relative;
width: 50px;
height: 50px;
border: 1px solid #eeeeee;
border-radius: 50%;
flex-shrink: 0;
font-size: 20px;
margin-right: 15px;
}
.header-02 .header-info .info-icon span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-02 .header-info .info-content {
flex-grow: 1;
}
.header-02 .header-info .info-title {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.18;
margin-bottom: 6px;
}
.header-02 .header-info .info-sub-title {
display: block;
font-size: 14px;
}
@media (max-width: 1199px) {
.header-02 .header-info {
width: 560px;
}
}
@media (max-width: 991px) {
.header-02 .header-info {
width: 280px;
}
}
@media (max-width: 767px) {
.header-02 .header-info {
display: none;
}
}
.header-03 .header-wrap {
position: relative;
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.header-03 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-03 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-03 .header-wrap {
padding: 0 85px;
}
}
.header-03 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-03 .branding__logo {
display: inline-block;
}
.header-03 .page-navigation {
flex-grow: 1;
}
.header-03 .page-navigation .menu__container {
text-align: center;
}
.desktop-menu .header-03 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-03 .menu__container > li > a {
position: relative;
}
.desktop-menu .header-03 .menu__container > li > a:after {
transition: width .5s;
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
border-radius: 5px;
background: currentColor;
}
.desktop-menu .header-03 .menu__container > li:hover > a:after {
right: auto;
left: 0;
width: 100%;
}
.mobile-menu .header-03 .branding {
flex-grow: 1;
}
.header-03 .header-social-networks .inner {
margin-left: -8px;
margin-right: -8px;
}
.header-03 .header-social-networks a {
padding: 0 8px;
font-size: 18px;
}
@media (max-width: 543px) {
.header-03 .switcher-language-wrapper,
.header-03 .header-social-networks {
display: none;
}
}
.header-04 .header-wrap {
position: relative;
display: flex;
align-items: center;
padding: 0 85px;
}
.header-04 .branding {
flex-shrink: 0;
}
.header-04 .header-right {
flex-grow: 1;
display: flex;
justify-content: space-between;
}
.header-04 .header-right-wrap {
display: flex;
align-items: center;
margin: 0 -15px;
}
.header-04 .header-right-wrap > div {
padding: 0 15px;
}
.header-04 .header-search-form-wrap .search-btn-icon {
font-size: 16px;
}
.header-04 .header-search-form-wrap .search-field {
height: 50px;
border: 0;
width: 300px;
max-width: 300px;
}
.desktop-menu .header-04 .page-navigation {
flex-grow: 1;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.desktop-menu .header-04 .menu--primary {
position: static;
text-align: left;
}
.desktop-menu .header-04 .menu__container > li > a:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
}
.desktop-menu .header-04 .menu__container > li:hover > a:after {
width: 100%;
left: 0;
right: auto;
}
@media (min-width: 1820px) {
.header-04 .header-search-form-wrap .search-field {
width: 350px;
max-width: 350px;
}
}
@media (max-width: 1720px) {
.header-04 .header-search-form-wrap {
display: none;
}
.header-04 .header-social-networks {
display: none;
}
.desktop-menu .header-04 .menu--primary {
text-align: right;
}
}
@media (max-width: 1199px) {
.header-04 .header-wrap {
padding: 0 55px;
}
.header-04 .header-right {
justify-content: flex-end;
}
}
@media (max-width: 991px) {
.header-04 .header-wrap {
padding: 0 15px;
}
}
@media (max-width: 767px) {
.header-04 .header-wrap {
padding: 0;
}
}
.header-05 .header-wrap {
position: relative;
display: flex;
align-items: center;
padding: 0 85px;
}
.header-05 .branding {
flex-shrink: 0;
}
.header-05 .header-right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.header-05 .header-right-wrap {
display: flex;
align-items: center;
margin: 0 -15px;
}
.header-05 .header-right-wrap > div {
padding: 0 15px;
}
.header-05 .header-search-form-wrap .search-btn-icon {
font-size: 20px;
}
.header-05 .header-search-form-wrap .search-field {
height: 50px;
border: 0;
width: 300px;
max-width: 300px;
}
.desktop-menu .header-05 .page-navigation {
flex-grow: 1;
}
.desktop-menu .header-05 .menu--primary {
position: static;
text-align: center;
}
@media (max-width: 1199px) {
.header-05 .header-wrap {
padding: 0 55px;
}
.header-05 .page-open-canvas-sidebar {
display: none;
}
.header-05 .header-right {
flex-grow: 1;
}
}
@media (max-width: 767px) {
.header-05 .header-wrap {
padding: 0;
}
}
.header-06 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 33px 0;
}
.header-06 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-06 .branding {
flex-grow: 1;
}
.header-06 .branding__logo {
display: inline-block;
}
.header-06 .header-below-inner {
display: flex;
align-items: stretch;
}
.desktop-menu .header-06 .menu--primary {
position: static;
text-align: left;
}
.desktop-menu .header-06 .menu__container > .level-1 > a > .menu-item-wrap {
position: relative;
}
.desktop-menu .header-06 .menu__container > .level-1 > a > .menu-item-wrap:before {
transition: width .3s;
content: '';
position: absolute;
bottom: -9px;
width: 0;
height: 2px;
border-radius: 5px;
background: currentColor;
}
.desktop-menu .header-06 .menu__container > .level-1:hover > a > .menu-item-wrap:before {
width: 100%;
}
.header-06 .header-below-left {
flex-grow: 1;
}
.header-06 .header-below-right {
flex-shrink: 0;
display: flex;
align-items: center;
margin: 0 -10px;
}
.header-06 .header-below-right > div {
padding: 0 10px;
}
.mobile-menu .header-06 .branding {
flex-grow: 1;
}
.mobile-menu .header-06 .header-below {
display: none;
}
.header-06 .header-info {
width: 560px;
}
.header-06 .header-info .info-item {
display: flex;
}
.header-06 .header-info .info-icon {
position: relative;
width: 50px;
height: 50px;
border: 1px solid #eeeeee;
border-radius: 50%;
flex-shrink: 0;
font-size: 20px;
margin-right: 15px;
}
.header-06 .header-info .info-icon span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-06 .header-info .info-content {
flex-grow: 1;
}
.header-06 .header-info .info-title {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.18;
margin-bottom: 6px;
}
.header-06 .header-info .info-sub-title {
display: block;
font-size: 14px;
}
.header-06 .header-social-networks a {
font-size: 16px;
}
@media (max-width: 1199px) {
.header-06 .header-info {
width: 560px;
}
}
@media (max-width: 991px) {
.header-06 .header-info {
width: 280px;
}
}
@media (max-width: 767px) {
.header-06 .header-info {
display: none;
}
}
.header-07 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-07 .branding,
.header-07 .header-right {
flex-shrink: 0;
}
.header-07 .page-navigation {
flex-grow: 1;
}
.header-07 .branding__logo {
display: inline-block;
}
.header-07 .header-right {
justify-self: flex-end;
}
.desktop-menu .header-07 .menu--primary {
position: static;
text-align: center;
}
.header-07 .header-below-inner {
display: flex;
align-items: center;
}
.header-07 .header-below-left {
flex-grow: 1;
}
.header-07 .header-below-right {
flex-shrink: 0;
display: flex;
align-items: center;
}
.header-07 .header-below-right > div {
padding: 0 10px;
}
.header-07 .header-info {
width: 930px;
}
.header-07 .header-info .info-item {
display: flex;
align-items: center;
padding: 29px 20px 29px 40px;
width: 100%;
}
.header-07 .header-info .info-icon {
width: 50px;
flex-shrink: 0;
font-size: 40px;
line-height: 1;
}
.header-07 .header-info .info-content {
flex-grow: 1;
}
.header-07 .header-info .info-title {
display: block;
font-size: 15px;
font-weight: 600;
line-height: 1.18;
margin-bottom: 3px;
}
.header-07 .header-info .info-sub-title {
display: block;
font-size: 14px;
}
.header-07 .header-info .swiper-slide .info-item {
border-left: 1px solid #ededed;
}
.header-07 .header-info .swiper-slide-next + .swiper-slide .info-item {
border-right: 1px solid #ededed;
}
.mobile-menu .header-07 .branding {
flex-grow: 1;
}
.mobile-menu .header-07 .page-header-inner {
padding: 12px 0;
}
.mobile-menu .header-07 .header-below {
display: none;
}
@media (max-width: 1199px) {
.header-07 .header-info {
width: 560px;
}
}
@media (max-width: 991px) {
.header-07 .header-info {
width: 280px;
}
}
@media (max-width: 767px) {
.header-07 .header-info {
display: none;
}
}
.header-08 .header-above-inner {
position: relative;
padding: 25px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-08 .header-above-inner > div {
display: flex;
align-items: center;
}
.header-08 .branding {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-08 .header-above-right {
justify-content: flex-end;
margin: 0 -10px;
}
.header-08 .header-above-right > div {
padding: 10px;
}
.header-08 .header-search-form-wrap .search-field {
border-radius: 0;
background: transparent;
padding: 0 20px;
height: 50px;
line-height: 50px;
width: 300px;
}
.header-08 .header-search-form-wrap .search-field::-webkit-input-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-08 .header-search-form-wrap .search-field::-moz-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-08 .header-search-form-wrap .search-field:-ms-input-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-08 .header-search-form-wrap .search-field:-moz-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-08 .header-search-form-wrap .search-submit {
color: inherit;
font-size: 16px;
height: 50px;
width: 50px;
}
.header-08 .header-search-form-wrap .search-btn-icon {
position: absolute;
top: 50%;
right: 10px;
transform: translate(0, -50%);
}
.header-08 .header-below-inner {
position: relative;
display: flex;
align-items: center;
}
.desktop-menu .header-08 .menu--primary {
position: static;
text-align: left;
}
.header-08 .header-below-left {
flex-grow: 1;
}
.header-08 .header-below-right {
flex-shrink: 0;
}
.mobile-menu .header-08 .branding {
flex-grow: 1;
}
.mobile-menu .header-08 .header-wrap {
padding: 10px 0;
}
.mobile-menu .header-08 .header-below {
display: none;
}
.desktop-menu .header-08 .menu__container {
border-left: 1px solid #fff;
}
.desktop-menu .header-08 .menu__container > li {
border-right: 1px solid #fff;
}
.desktop-menu .header-08 .menu__container > li > a:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 0;
height: 3px;
}
.desktop-menu .header-08 .menu__container > li:hover > a:after {
width: 100%;
left: 0;
right: auto;
}
@media (max-width: 991px) {
.header-08 .header-button {
display: none;
}
.header-08 .header-search-form-wrap .search-field {
width: 200px;
}
}
@media (max-width: 767px) {
.header-08 .header-search-form-wrap {
display: none;
}
.header-08 .branding {
position: static;
transform: translate(0, 0);
}
.header-08 .header-above-inner {
padding: 10px 0;
}
}
.header-09 .header-wrap {
position: relative;
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.header-09 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-09 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-09 .header-wrap {
padding: 0 85px;
}
}
.header-09 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-09 .branding__logo {
display: inline-block;
}
.header-09 .page-navigation {
flex-grow: 1;
}
.header-09 .page-navigation .menu__container {
text-align: center;
}
.desktop-menu .header-09 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-09 .menu__container > li > a {
position: relative;
}
.desktop-menu .header-09 .menu__container > li > a:after {
transition: width .5s;
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
border-radius: 5px;
}
.desktop-menu .header-09 .menu__container > li:hover > a:after {
right: auto;
left: 0;
width: 100%;
}
.mobile-menu .header-09 .branding {
flex-grow: 1;
}
.header-09 .header-social-networks .inner {
margin-left: -8px;
margin-right: -8px;
}
.header-09 .header-social-networks a {
padding: 0 8px;
font-size: 18px;
}
@media (max-width: 543px) {
.header-09 .switcher-language-wrapper,
.header-09 .header-social-networks {
display: none;
}
}
.header-10 .header-wrap {
display: flex;
align-items: center;
padding: 0 85px;
}
@media (max-width: 1199px) {
.header-10 .header-wrap {
padding: 0 55px;
}
}
@media (max-width: 767px) {
.header-10 .header-wrap {
padding: 0px;
}
}
.header-10 .wpml-ls-item-toggle {
padding: 18px 0;
}
.desktop-menu .header-10 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-10 .page-navigation {
flex-grow: 1;
}
.mobile-menu .header-10 .branding {
flex-grow: 1;
}
.mobile-menu .header-10 .header-right {
flex-shrink: 0;
}
@media (min-width: 1200px) {
.desktop-menu .header-10 .branding {
left: 35px;
}
.desktop-menu .header-10 .header-right {
right: 35px;
}
.desktop-menu .header-10 .header-on-top-button {
min-width: 160px;
}
}
@media (min-width: 1420px) {
.desktop-menu .header-10 .branding {
left: 85px;
}
.desktop-menu .header-10 .header-right {
right: 85px;
}
}
.header-11 .header-above {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 40px;
}
.header-11 .branding {
flex-shrink: 0;
}
.header-11 .page-navigation {
flex-grow: 1;
margin-left: 35px;
}
.header-11 .header-right {
justify-content: flex-end;
}
.header-11 .header-link-list {
display: flex;
align-items: center;
}
.header-11 .header-below {
display: flex;
align-items: stretch;
justify-content: space-between;
border-top: 1px solid #eee;
}
.header-11 .header-right-below {
display: flex;
flex-shrink: 0;
}
.header-11 .header-right-below > div {
border-left: 1px solid #eee;
display: flex;
align-items: center;
}
.header-11 .header-link-list {
padding: 10px 40px;
}
.header-11 .header-link-list .link-item {
margin-right: 30px;
}
.header-11 .header-text-wrap {
padding: 0 25px;
font-size: 15px;
font-weight: 500;
}
.header-11 .header-text-wrap a {
text-decoration: underline;
}
.header-11 .header-button {
position: relative;
}
.header-11 .header-button:after {
position: absolute;
top: 100%;
left: 12px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 15px 0 0;
border-color: transparent;
border-top-color: #000;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.desktop-menu .header-11 .menu--primary {
position: static;
text-align: left;
}
.desktop-menu .header-11 .menu__container > li > a:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
}
.desktop-menu .header-11 .menu__container > li:hover > a:after {
width: 100%;
left: 0;
right: auto;
}
.header-11 .header-search-form-wrap {
display: flex;
align-items: center;
border-left: 1px solid #eee;
}
.header-11 .header-search-form-wrap .search-field {
border: 0;
border-radius: 0;
background: transparent;
width: 390px;
padding: 0 20px;
color: #222;
box-shadow: none;
}
.header-11 .header-search-form-wrap .search-field::-webkit-input-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-11 .header-search-form-wrap .search-field::-moz-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-11 .header-search-form-wrap .search-field:-ms-input-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-11 .header-search-form-wrap .search-field:-moz-placeholder { font-style: italic;
font-size: 14px;
color: #999;
}
.header-11 .header-search-form-wrap .search-submit {
font-size: 16px;
height: 40px;
width: 40px;
line-height: 40px;
top: 50%;
transform: translate(0, -50%);
}
.header-11.headroom--not-top .header-below {
display: none;
}
.header-11.headroom--not-top .tm-button.style-flat.tm-button-sm {
height: 40px;
line-height: 36px;
font-size: 12px;
}
@media (max-width: 1520px) {
.header-11 .header-button {
display: none !important;
}
}
@media (max-width: 1330px) {
.header-11 .header-social-networks {
display: none !important;
}
}
@media (max-width: 1199px) {
.header-11 .header-text-wrap {
display: none !important;
}
.header-11 .header-search-form-wrap .search-field {
width: 300px;
}
}
@media (max-width: 991px) {
.header-11 .header-above {
padding: 0 15px;
}
.header-11 .branding {
flex-shrink: 1;
}
.header-11 .header-right-below {
width: 100%;
justify-content: space-between;
}
.header-11 .header-right-below .header-search-form-wrap {
border-right: 1px solid #eee;
border-left: 0;
}
.header-11 .header-below {
display: none !important;
}
.header-11 .header-social-networks {
display: none;
}
.header-11 .header-search-form-wrap .search-field {
width: 250px;
}
}
.header-12 .page-header-inner {
border: 0;
}
.desktop-menu.admin-bar .header-12 {
top: 32px;
}
.desktop-menu .header-12 {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 300px;
height: 100%;
}
.desktop-menu .header-12 .branding {
margin-bottom: 115px;
}
.desktop-menu .header-12 .page-header-inner {
height: 100%;
border: 0;
border-right: 1px solid transparent;
}
.desktop-menu .header-12 .header-wrap {
height: 100%;
display: flex;
flex-direction: column;
padding: 43px 44px 70px;
}
.desktop-menu .header-12 .navigation {
flex-grow: 1;
}
.desktop-menu .header-12 .branding,
.desktop-menu .header-12 .header-bottom {
flex-shrink: 0;
}
.desktop-menu .header-12 .toggle-sub-menu {
position: static;
}
.desktop-menu .header-12 .menu--primary {
display: block;
}
.desktop-menu .header-12 .menu--primary .sm-simple {
display: block;
}
.desktop-menu .header-12 .menu--primary .sm-simple > li > a .menu-item-title {
padding-bottom: 0;
}
.desktop-menu .header-12 .menu--primary .sm-simple > li > a .menu-item-title:after {
left: -30px;
margin-left: 0;
top: 50%;
bottom: auto;
right: 0;
transform: translate(0, -50%);
}
.desktop-menu .header-12 .menu--primary .sm-simple > li:hover .menu-item-title:after, .desktop-menu .header-12 .menu--primary .sm-simple > li.current-menu-item .menu-item-title:after, .desktop-menu .header-12 .menu--primary .sm-simple > li.current-menu-parent .menu-item-title:after {
left: -18px;
}
.desktop-menu .header-12 .menu__container {
width: 100%;
}
.desktop-menu .header-12 .menu__container > li > a .toggle-sub-menu:before {
right: 10px;
font-size: 12px;
}
.desktop-menu .header-12 .menu--primary {
display: block;
}
.desktop-menu .header-12 .menu--primary li {
display: block !important;
width: 100%;
}
.desktop-menu .header-12 .menu--primary li.wpml-ls-menu-item {
display: inline-block !important;
width: auto;
margin-right: 15px !important;
}
.desktop-menu .header-12 .menu--primary a {
width: 100%;
}
.desktop-menu .header-12 .sub-menu.mega-menu li > a {
white-space: normal;
}
.desktop-menu .header-12 .header-bottom {
font-size: 14px;
line-height: 1.7;
}
.desktop-menu .header-12 .header-social-networks a {
font-size: 18px;
}
.desktop-menu .header-12 .header-text {
margin-top: 25px;
}
.mobile-menu.admin-bar .header-12 {
top: 32px;
}
.mobile-menu .header-12 {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.mobile-menu .header-12 .header-wrap {
display: flex;
align-items: center;
padding: 0 15px;
height: 100%;
}
.mobile-menu .header-12 .branding {
flex-grow: 1;
}
.mobile-menu .header-12 .header-bottom {
flex-shrink: 0;
display: flex;
align-items: center;
margin-left: -10px;
margin-right: -10px;
}
.mobile-menu .header-12 .header-bottom > div {
padding: 0 10px;
}
.mobile-menu .header-12 .header-text {
display: none;
}
.header-12 .popup-search-wrap {
display: none;
}
@media (max-width: 1199px) {
.header-12 .popup-search-wrap {
display: inline-block;
margin-right: 20px;
}
}
.header-12 .header-search-form-wrap {
margin-bottom: 50px;
}
@media (max-width: 1199px) {
.header-12 .header-search-form-wrap {
display: none;
}
}
.header-12 .header-search-form-wrap .search-field {
box-shadow: none;
border: none;
border-bottom: 1px solid #eee;
padding: 0;
}
.header-12 .header-search-form-wrap .search-submit {
text-align: right;
font-size: 14px;
}
.header-12 .switcher-language-wrapper,
.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click,
.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul,
.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul > li {
height: auto;
}
.header-12 .switcher-language-wrapper {
margin-bottom: 20px;
}
.header-12 .mini-cart .widget_shopping_cart_content {
top: calc(10% + 20px);
right: auto;
left: 100%;
}
.header-12 .mini-cart {
margin-bottom: 20px;
}
.header-12 .mini-cart.open .widget_shopping_cart_content {
top: 10%;
}
.page-mobile-main-menu li.wpml-ls-menu-item {
display: inline-block;
margin-right: 15px;
}
.page-mobile-main-menu li.wpml-ls-menu-item a {
border: none !important;
}
@media screen and (max-width: 782px) {
.mobile-menu.admin-bar .header-12 {
top: 46px;
}
}
@media (max-width: 1199px) {
.header-12 .switcher-language-wrapper {
margin-bottom: 0;
margin-right: 30px;
}
.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
right: 0;
left: auto;
}
.header-12 .mini-cart {
margin-bottom: 0;
margin-right: 15px;
}
.header-12 .mini-cart .widget_shopping_cart_content {
top: calc(100% + 20px);
right: 0;
left: auto;
}
.header-12 .mini-cart.open .widget_shopping_cart_content {
top: 100%;
}
.page-top-bar {
display: none;
}
}
@media (max-width: 543px) {
.header-12 .header-social-networks {
display: none;
}
}
.header-13 .container-fluid {
padding: 0;
}
.header-13 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.header-13 .branding {
flex-shrink: 0;
padding: 0 35px;
background-color: #fff;
}
.header-13 .branding img {
padding: 20px 0;
}
.header-13 .header-right {
flex-grow: 1;
justify-content: space-between;
padding: 0 60px 0 45px;
margin: 0;
}
.header-13 .header-right > div {
padding: 0;
}
.header-13 .header-right-inner {
display: flex;
align-items: center;
margin: -10px;
}
.header-13 .header-right-inner > div {
padding: 0 10px;
}
.header-13 .header-below-inner {
position: relative;
display: flex;
align-items: center;
}
.desktop-menu .header-13 .menu--primary {
position: static;
text-align: left;
}
@media (max-width: 1199px) {
.header-13 .header-right {
justify-content: flex-end;
padding: 0 15px;
}
.header-13 .branding {
padding: 0 15px;
}
}
@media (max-width: 767px) {
.header-13 .header-text-info {
display: none;
}
}
.header-14 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 26px 0;
}
.header-14 .header-right {
flex-shrink: 0;
}
.header-14 .branding {
flex-grow: 1;
}
.header-14 .branding__logo {
display: inline-block;
}
.header-14 .header-right {
justify-self: flex-end;
}
.header-14 .header-below-inner {
position: relative;
display: flex;
}
.desktop-menu .header-14 .menu--primary {
position: static;
text-align: left;
}
.header-14 .header-below-left {
flex-grow: 1;
}
.header-14 .header-below-right {
flex-shrink: 0;
display: flex;
align-items: center;
}
.header-14 .header-below-right > div {
padding: 0 10px;
}
.mobile-menu .header-14 .branding {
flex-grow: 1;
}
.mobile-menu .header-14 .header-wrap {
padding: 10px 0;
}
.mobile-menu .header-14 .header-below {
display: none;
}
.header-14 .header-info {
width: 800px;
}
@media (min-width: 1200px) {
.header-14 .header-info .swiper-slide {
justify-content: flex-end;
}
}
.header-14 .header-info .tm-swiper {
margin: -30px;
}
.header-14 .header-info .swiper-container {
padding: 30px;
}
.header-14 .header-info .info-item {
display: flex;
padding: 10px 0;
}
.header-14 .header-info .info-item:hover .info-icon {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: tada;
animation-name: tada;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.header-14 .header-info .info-icon {
flex-shrink: 0;
font-size: 38px;
padding-right: 15px;
line-height: 1;
}
.header-14 .header-info .info-content {
flex-grow: 1;
}
.header-14 .header-info .info-title {
display: block;
font-size: 14px;
font-weight: inherit;
line-height: 1.18;
margin-bottom: 6px;
}
.header-14 .header-info .info-sub-title {
display: block;
font-size: 18px;
font-weight: 600;
}
.header-14.headroom--not-top .header-above {
display: none;
}
@media (max-width: 1199px) {
.header-14 .header-info {
width: 560px;
}
.header-14.headroom--not-top .header-above {
display: block;
}
}
@media (max-width: 991px) {
.header-14 .header-info {
width: 280px;
}
.header-14 .header-above .container, .header-14 .header-below .container {
padding-left: 30px;
padding-right: 30px;
max-width: 100%;
}
}
@media (max-width: 767px) {
.header-14 .header-info {
display: none;
}
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.header-15 .header-wrap {
position: relative;
display: flex;
align-items: center;
}
.header-15 .header-right {
flex-grow: 1;
text-align: right;
display: flex;
justify-content: flex-end;
}
.header-15 .branding {
flex-shrink: 0;
}
.header-15 .wpml-ls-item-toggle {
padding: 18px 0;
}
.desktop-menu .header-15 .menu--primary {
position: static;
text-align: right;
}
.desktop-menu .header-15 .menu--primary .menu__container > li > a .menu-item-wrap {
position: relative;
}
.desktop-menu .header-15 .menu--primary .menu__container > li > a .menu-item-wrap:after {
content: '';
position: absolute;
right: 0;
bottom: -6px;
width: 0;
height: 2px;
}
.desktop-menu .header-15 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
width: 100%;
left: 0;
right: auto;
}
.mobile-menu .header-15 .header-wrap {
display: flex;
align-content: center;
}
.mobile-menu .header-15 .branding {
flex-grow: 1;
}
.mobile-menu .header-15 .header-right {
flex-shrink: 0;
}
@media (min-width: 768px) {
.header-15 .header-wrap {
padding: 0 30px;
}
}
@media (min-width: 992px) {
.header-15 .header-wrap {
padding: 0 60px;
}
}
@media (min-width: 1200px) {
.header-15 .header-wrap {
padding: 0 100px;
}
}
.header-16 .header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-16 .branding {
flex-grow: 1;
}
.header-16 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.desktop-menu .header-16 .header-wrap {
padding: 16px 0;
}
.desktop-menu.headroom--not-top .header-16 .header-wrap {
padding: 0 0;
}
.mobile-menu .header-16 .branding {
flex-grow: 1;
}
.desktop-menu .header-16.headroom--not-top .header-wrap {
padding: 0 0;
}
@media (min-width: 1200px) {
.header-16 .container-fluid > .row > .col-xs-12 {
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 1420px) {
.header-16 .container-fluid > .row > .col-xs-12 {
padding-left: 100px;
padding-right: 100px;
}
}
.header-17 .header-wrap {
position: relative;
display: flex;
align-items: stretch;
}
@media (min-width: 768px) {
.header-17 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-17 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-17 .header-wrap {
padding: 0 85px;
}
}
.header-17 .branding {
display: flex;
align-items: center;
flex-shrink: 0;
}
.header-17 .info-wrap {
display: flex;
align-items: center;
}
.header-17 .info-icon {
font-size: 48px;
color: #FF875F;
flex-shrink: 0;
margin-right: 20px;
}
.header-17 .wpml-ls-item-toggle {
padding: 18px 0;
}
.header-17 .info-text {
font-size: 14px;
color: #7A8A9E;
margin-bottom: 5px;
}
.header-17 .info-sub-text {
font-size: 22px;
font-weight: 600;
}
.desktop-menu .header-17 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-17 .container-fluid {
padding: 0;
}
.desktop-menu .header-17 .page-navigation {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu .header-17 .header-wrap {
display: flex;
align-content: center;
}
.mobile-menu .header-17 .branding {
flex-grow: 1;
}
.mobile-menu .header-17 .header-right {
flex-shrink: 0;
padding-left: 15px;
}
.header-17 .header-social-networks a {
font-size: 20px;
}
@media (max-width: 1500px) {
.header-17 .header-right-info {
display: none;
}
.desktop-menu .header-17 .menu--primary {
text-align: right;
width: 100%;
}
}
@media (max-width: 767px) {
.header-17 .branding {
padding: 0 15px;
}
}
@media (max-width: 543px) {
.header-17 .switcher-language-wrapper,
.header-17 .header-social-networks {
display: none;
}
}
.header-18 .header-wrap {
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.header-18 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-18 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-18 .header-wrap {
padding: 0 85px;
}
}
.header-18 .wpml-ls-item-toggle {
padding: 18px 0;
}
.desktop-menu .header-18 .page-navigation {
flex-grow: 1;
}
.desktop-menu .header-18 .branding,
.desktop-menu .header-18 .header-right {
flex-shrink: 0;
}
.desktop-menu .header-18 .menu--primary {
position: static;
text-align: right;
}
.mobile-menu .header-18 .branding {
flex-grow: 1;
}
.mobile-menu .header-18 .header-right {
flex-shrink: 0;
}
@media (min-width: 1200px) {
.desktop-menu .header-18 .header-on-top-button {
min-width: 160px;
}
}
.header-19 .header-wrap {
position: relative;
display: flex;
align-items: stretch;
}
.header-19 .branding {
display: flex;
align-items: center;
padding: 0 30px;
border-right: 1px solid rgba(216, 216, 216, 0.54);
flex-shrink: 0;
}
.header-19 .page-navigation {
display: flex;
align-items: center;
}
.header-19 .header-right {
margin: 0;
padding: 10px 30px;
border-left: 1px solid rgba(216, 216, 216, 0.54);
flex-shrink: 0;
}
.header-19 .header-right-wrap {
padding: 0;
}
.header-19 .header-right-above,
.header-19 .header-right-below {
display: flex;
align-items: center;
justify-content: flex-end;
margin-left: -12px;
margin-right: -12px;
}
.header-19 .header-right-above > div,
.header-19 .header-right-below > div {
padding: 0 12px;
}
.header-19 .header-right-above {
margin-bottom: 20px;
}
.header-19 .header-search-form-wrap .search-field {
border: 0;
border-bottom: 1px solid #ddd;
box-shadow: none;
border-radius: 0;
background: transparent;
padding: 0;
height: 38px;
width: 180px;
}
.header-19 .header-search-form-wrap .search-submit {
color: inherit;
font-size: 16px;
font-weight: 700;
height: 38px;
width: 38px;
}
.header-19 .header-search-form-wrap .search-btn-icon {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
}
.header-19 .header-left-info {
display: none;
align-items: center;
padding: 10px 30px;
}
.header-19.headroom--not-top .header-left-info {
padding: 0 30px;
}
.header-19 .info-wrap {
display: flex;
align-items: center;
}
.header-19 .info-icon {
font-size: 48px;
line-height: 1;
color: #FF875F;
flex-shrink: 0;
margin-right: 20px;
}
.header-19 .info-text {
font-size: 14px;
line-height: 1;
margin-bottom: 5px;
}
.header-19 .info-sub-text {
font-size: 22px;
font-weight: 600;
}
.desktop-menu .header-19 .page-navigation {
flex-grow: 1;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.desktop-menu .header-19 .container-fluid {
padding: 0;
}
.desktop-menu .header-19 .menu--primary {
position: static;
text-align: left;
}
.desktop-menu .header-19 .menu__container > li > a:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
}
.desktop-menu .header-19 .menu__container > li:hover > a:after {
width: 100%;
left: 0;
right: auto;
}
.mobile-menu .header-19 .header-wrap {
display: flex;
align-content: center;
flex-wrap: wrap;
}
.mobile-menu .header-19 .branding {
flex-grow: 1;
padding: 0;
}
.mobile-menu .header-19 .header-right {
flex-shrink: 0;
border: 0;
padding: 0;
}
.mobile-menu .header-19 .header-right-above {
display: none;
}
.mobile-menu .header-19 .popup-search-wrap {
display: block !important;
}
.header-19.headroom--top .popup-search-wrap {
display: none;
}
.header-19.headroom--not-top .header-right-above {
display: none;
}
.header-19.headroom--not-top .header-right {
padding: 0 30px;
}
@media (max-width: 1199px) {
.header-19.headroom--not-top .header-right {
padding: 0;
}
}
@media (min-width: 1720px) {
.header-19 .branding {
padding: 0 44px;
}
.header-19 .header-right {
padding: 10px 60px;
}
}
@media (min-width: 1830px) {
.header-19 .header-left-info {
display: flex;
}
}
@media (min-width: 1400px) {
.header-19 .header-search-form-wrap .search-field {
width: 250px;
}
}
@media (max-width: 1199px) {
.header-19 .container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.header-19 .branding {
border-right: none;
}
.header-19 .header-right {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 543px) {
.header-19 .switcher-language-wrapper,
.header-19 .header-social-networks {
display: none;
}
}
.header-20 .header-above-wrap > .container-fluid,
.header-20 .header-below-wrap > .container-fluid {
padding: 0 15px;
}
@media (min-width: 768px) {
.header-20 .header-above-wrap > .container-fluid,
.header-20 .header-below-wrap > .container-fluid {
padding: 0 30px;
}
}
@media (min-width: 992px) {
.header-20 .header-above-wrap > .container-fluid,
.header-20 .header-below-wrap > .container-fluid {
padding: 0 50px;
}
}
@media (min-width: 1200px) {
.header-20 .header-above-wrap > .container-fluid,
.header-20 .header-below-wrap > .container-fluid {
padding: 0 100px;
}
}
.header-20 .header-above {
display: block;
}
.header-20 .header-below {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-20 .header-above-wrap {
border-bottom: 1px solid #eee;
}
.header-20 .header-link-list {
margin: 0 -10px;
}
.header-20 .header-link-list .link-item {
padding: 12px 10px;
font-size: 14px;
}
.header-20 .header-social-networks a {
padding: 10px;
font-size: 18px;
}
.header-20 .page-navigation {
flex-grow: 1;
}
.header-20.headroom--not-top .header-above-wrap {
display: none;
}
.desktop-menu .header-20 .menu--primary {
position: static;
text-align: center;
}
@media (max-width: 1199px) {
.header-20 .header-above-wrap {
display: none;
}
}
@media (min-width: 1200px) {
.header-20 .header-above {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-20 .header-link-list {
margin: 0 -20px;
}
.header-20 .header-link-list .link-item {
padding: 0 20px;
}
.header-20 .header-link-list .link-item + .link-item {
border-left: 1px solid #eee;
height: 50px;
line-height: 50px;
}
.header-20 .header-social-networks {
flex-shrink: 0;
}
.header-20 .header-social-networks .inner {
margin: 0;
border-left: 1px solid #eee;
}
.header-20 .header-social-networks a {
padding: 0;
margin-right: -4px;
border-right: 1px solid #eee;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
}
.header-21 .header-wrap {
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.header-21 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-21 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-21 .header-wrap {
padding: 0 85px;
}
}
.header-21 .header-wrap-content {
flex-grow: 1;
}
.header-21 .header-wrap-above {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-21 .header-wrap-below {
border-top: 1px solid #eee;
}
.header-21 .header-info {
display: none;
}
.header-21 .branding {
display: flex;
align-items: center;
flex-shrink: 0;
flex-grow: 1;
justify-content: center;
}
.header-21 .info-wrap {
display: flex;
align-items: center;
}
.header-21 .info-icon {
font-size: 32px;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border-radius: 50%;
background-color: #f7f7f7;
color: #FF875F;
flex-shrink: 0;
margin-right: 20px;
}
.header-21 .header-info-right .info-icon {
margin-left: 20px;
margin-right: 0;
}
.header-21 .info-text {
font-size: 14px;
color: #7A8A9E;
margin-bottom: 5px;
}
.header-21 .info-sub-text {
font-size: 22px;
font-weight: 600;
margin-bottom: 0;
}
.desktop-menu .header-21 .header-wrap-below {
position: relative;
}
.desktop-menu .header-21 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-21 .container-fluid {
padding: 0;
}
.desktop-menu .header-21 .header-wrap-below {
display: flex;
align-items: center;
}
.desktop-menu .header-21 .page-navigation {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.desktop-menu .header-21 .menu__container > li > a:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
}
.desktop-menu .header-21 .menu__container > li:hover > a:after, .desktop-menu .header-21 .menu__container > li.current-menu-ancestor > a:after, .desktop-menu .header-21 .menu__container > li.current-menu-parent > a:after, .desktop-menu .header-21 .menu__container > li.current_page_item > a:after {
width: 100%;
left: 0;
right: auto;
}
.desktop-menu .header-21.headroom--not-top .header-wrap-above {
display: none;
}
.mobile-menu .header-21 .header-wrap {
display: flex;
align-content: center;
}
.mobile-menu .header-21 .branding {
flex-grow: 1;
}
.mobile-menu .header-21 .header-wrap-content {
position: relative;
}
.mobile-menu .header-21 .header-right {
flex-shrink: 0;
padding-left: 15px;
position: absolute;
top: 50%;
left: -10px;
transform: translateY(-50%);
}
.mobile-menu .header-21 .switcher-language-wrapper {
display: none;
}
.header-21 .header-social-networks a {
font-size: 20px;
}
.header-21.headroom--not-top .header-wrap-below {
border-top: 0;
}
@media (min-width: 1200px) {
.header-21 .header-wrap-above .header-info {
display: block;
}
}
@media (min-width: 1920px) {
.header-21 .header-wrap-above .header-info {
display: none;
}
.header-21 .header-info {
display: block;
}
.header-21 .header-wrap-content {
padding: 0 80px;
}
}
.header-22 .header-wrap {
position: relative;
display: flex;
align-items: center;
margin: 0 -10px;
}
@media (min-width: 768px) {
.header-22 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-22 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-22 .header-wrap {
padding: 0 85px;
}
}
.header-22 .header-wrap > div {
padding: 0 10px;
}
.header-22 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-22 .branding__logo {
display: inline-block;
}
.header-22 .page-navigation {
flex-grow: 1;
}
.header-22 .page-navigation .menu__container {
text-align: center;
}
.header-22 .header-right {
margin: 0 -10px;
}
.header-22 .header-right > div {
padding: 0 10px;
}
.header-22 .info-wrap {
display: flex;
align-items: center;
}
.header-22 .info-icon {
font-size: 40px;
color: #FF875F;
flex-shrink: 0;
margin-right: 20px;
}
.header-22 .info-text {
font-size: 12px;
color: #7A8A9E;
margin-bottom: 5px;
}
.header-22 .info-sub-text {
font-size: 18px;
font-weight: 600;
}
.desktop-menu .header-22 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-22 .menu__container > li > a .menu-item-title {
position: relative;
}
.desktop-menu .header-22 .menu__container > li > a .menu-item-title:after {
transition: width .5s;
content: '';
position: absolute;
right: 0;
bottom: -2px;
width: 0;
height: 2px;
border-radius: 5px;
background: currentColor;
}
.desktop-menu .header-22 .menu__container > li:hover > a .menu-item-title:after {
right: auto;
left: 0;
width: 100%;
}
.mobile-menu .header-22 .branding {
flex-grow: 1;
}
.header-22 .header-social-networks .inner {
margin-left: -8px;
margin-right: -8px;
}
.header-22 .header-social-networks a {
padding: 0 8px;
font-size: 18px;
}
@media (max-width: 1500px) {
.headroom--not-top .header-right-info {
display: none;
}
}
@media (max-width: 767px) {
.header-22 .switcher-language-wrapper,
.header-22 .header-right-info {
display: none;
}
}
.header-23 .header-wrap {
position: relative;
display: flex;
align-items: center;
}
@media (min-width: 768px) {
.header-23 .header-wrap {
padding: 0 15px;
}
}
@media (min-width: 992px) {
.header-23 .header-wrap {
padding: 0 55px;
}
}
@media (min-width: 1200px) {
.header-23 .header-wrap {
padding: 0 85px;
}
}
.header-23 .header-right {
flex-shrink: 0;
justify-self: flex-end;
}
.header-23 .branding__logo {
display: inline-block;
}
.header-23 .page-navigation {
flex-grow: 1;
}
.header-23 .page-navigation .menu__container {
text-align: center;
}
.header-23 .header-right {
margin: 0 -20px;
}
.header-23 .header-right > div {
padding: 0 20px;
}
.header-23 .header-right > div + div {
position: relative;
}
.header-23 .header-right > div + div:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 30px;
background-color: #eee;
margin-top: -15px;
}
.header-23 .info-wrap {
display: flex;
align-items: center;
}
.header-23 .info-icon {
font-size: 40px;
color: #FF875F;
flex-shrink: 0;
margin-right: 20px;
}
.header-23 .info-text {
font-size: 12px;
color: #7A8A9E;
margin-bottom: 5px;
}
.header-23 .info-sub-text {
font-size: 18px;
font-weight: 600;
}
.desktop-menu .header-23 .menu--primary {
position: static;
text-align: center;
}
.desktop-menu .header-23 .menu__container > li > a {
position: relative;
}
.desktop-menu .header-23 .menu__container > li > a:after {
transition: width .5s;
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
border-radius: 5px;
background: currentColor;
}
.desktop-menu .header-23 .menu__container > li:hover > a:after {
right: auto;
left: 0;
width: 100%;
}
.mobile-menu .header-23 .branding {
flex-grow: 1;
}
.header-23 .header-social-networks .inner {
margin-left: -8px;
margin-right: -8px;
}
.header-23 .header-social-networks a {
padding: 0 8px;
font-size: 18px;
}
@media (max-width: 1500px) {
.desktop-menu .header-23 .header-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.desktop-menu .header-23 .page-open-mobile-menu {
display: block !important;
}
.desktop-menu .header-23 .page-navigation {
display: none;
}
.desktop-menu .header-23 .toggle-sub-menu:before {
display: none !important;
}
}
@media (max-width: 767px) {
.header-23 .switcher-language-wrapper,
.header-23 .header-right-info {
display: none;
}
}
.simple-footer {
background: #222222;
color: rgba(255, 255, 255, 0.5);
padding: 20px 0;
}
.simple-footer .social-networks {
text-align: right;
line-height: 0;
}
.simple-footer .social-networks .inner {
display: inline-block;
border: 1px solid rgba(151, 151, 151, 0.11);
border-radius: 5px;
}
.simple-footer .social-networks a {
float: left;
display: block;
color: #d8d8d8;
height: 48px;
width: 51px;
font-size: 16px;
position: relative;
border-right: 1px solid rgba(151, 151, 151, 0.11);
}
.simple-footer .social-networks a:last-child {
border-right: 0;
width: 50px;
}
.simple-footer .social-networks .social-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.simple-footer .footer-text {
text-align: center;
}
.simple-footer .social-networks {
margin-top: 20px;
text-align: center;
}
}
@-webkit-keyframes show-animation {
0% {
-webkit-transform: translateY(5px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes show-animation {
0% {
transform: translateY(5px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes hide-animation {
0% {
-webkit-transform: translateX(5px);
opacity: 1;
}
100% {
transform: translateX(0);
opacity: 0;
}
}
@keyframes hide-animation {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(5px);
opacity: 0;
}
}
.desktop-menu {   }
.desktop-menu .sm {
position: relative;
z-index: 9999;
}
.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
display: block;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
line-height: normal;
direction: ltr;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
text-align: right;
direction: rtl;
}
.desktop-menu .sm > li h1,
.desktop-menu .sm > li h2,
.desktop-menu .sm > li h3,
.desktop-menu .sm > li h4,
.desktop-menu .sm > li h5,
.desktop-menu .sm > li h6 {
margin: 0;
padding: 0;
}
.desktop-menu .sm ul {
display: none;
}
.desktop-menu .sm li,
.desktop-menu .sm a {
position: relative;
}
.desktop-menu .sm a {
display: block;
}
.desktop-menu .sm a.disabled {
cursor: not-allowed;
}
.desktop-menu .sm-simple li > a {
padding: 13px 20px;
padding-right: 58px;
}
.desktop-menu .sm-simple a.current {
background: #555;
color: #fff;
}
.desktop-menu .sm-simple a.disabled {
color: #ccc;
}
.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu {
position: absolute;
top: 50%;
right: 0;
}
.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu:before {
right: 30px;
}
.desktop-menu .menu-item-wrap {
position: relative;
}
.desktop-menu .has-submenu .menu-item-title {
margin-right: 15px;
}
.desktop-menu .toggle-sub-menu:before {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
content: '\f078';
font-size: 8px;
font-weight: 500;
}
.desktop-menu .page-mobile-main-menu .toggle-sub-menu:before {
display: none;
}
.desktop-menu .sub-arrow {
display: none;
}
.desktop-menu .sm-simple ul {
position: absolute;
width: 12em;
}
.desktop-menu .sm-simple.sm-rtl li {
float: right;
}
.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
float: none;
}
.desktop-menu .sm-simple a {
white-space: nowrap;
}
.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
white-space: normal;
}
.desktop-menu .sm-simple .sm-nowrap > li > a,
.desktop-menu .sm-simple .sm-nowrap > li > :not(ul) a {
white-space: nowrap;
}
.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
height: 20px;
background: #fff;
}
.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
overflow: hidden;
margin-left: -8px;
width: 0;
height: 0;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #555 transparent;
}
.desktop-menu .sm-simple .scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #555 transparent transparent transparent;
}
.desktop-menu .sm-simple.sm-rtl .has-submenu {
padding-right: 20px;
padding-left: 32px;
}
.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
padding: 11px 20px;
}
.desktop-menu .sm-simple.sm-rtl ul .has-submenu {
padding: 11px 20px;
}
.desktop-menu .sm-simple.sm-rtl > li:first-child {
border-left: 1px solid #eee;
}
.desktop-menu .sm-simple.sm-rtl > li:last-child {
border-left: 0;
}
.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
position: static !important;
}
.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
right: 0 !important;
margin-left: 0 !important;
max-width: none !important;
width: auto !important;
}
.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
max-width: calc(100vw - 394px) !important;
width: 1170px !important;
}
.desktop-menu .sm-simple.sm-vertical a .toggle-sub-menu:before {
right: 30px;
font-size: 12px;
content: '\f054';
}
.desktop-menu .menu--primary {
position: relative;
text-align: center;
}
.desktop-menu .menu--primary .sm-simple {
position: static;
display: inline-block;
}
.desktop-menu .menu--primary .sm-simple > li {
display: inline-block;
}
.desktop-menu .menu--primary .widgettitle {
display: block;
margin: 0 0 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.desktop-menu .menu--primary .sub-menu,
.desktop-menu .menu--primary .children {
padding: 25px 0;
min-width: 270px !important;
box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
border-bottom: 3px solid transparent;
}
.desktop-menu .menu--primary .sub-menu > .menu-item > a,
.desktop-menu .menu--primary .children > .menu-item > a {
padding: 11px 30px;
}
.desktop-menu .menu--primary .sub-menu .toggle-sub-menu:before,
.desktop-menu .menu--primary .children .toggle-sub-menu:before {
content: '\f054';
}
.desktop-menu .menu--primary .sub-menu.mega-menu,
.desktop-menu .menu--primary .children.mega-menu {
box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu {
padding: 34px 23px;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu ul {
position: static;
display: block;
width: auto;
border: 0;
background: transparent;
box-shadow: none;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu-content > .vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu-content .menu > .menu-item > a {
padding: 11px 0;
}
.desktop-menu .menu--primary .has-mega-menu .scroll-up,
.desktop-menu .menu--primary .has-mega-menu .scroll-down {
margin-left: 0 !important;
}
.desktop-menu .menu--primary .has-mega-menu .wpb_button,
.desktop-menu .menu--primary .has-mega-menu .wpb_content_element,
.desktop-menu .menu--primary .has-mega-menu ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu ul,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw ul {
margin: 0;
padding: 0;
}
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu li,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw li {
margin-bottom: 0;
padding: 0;
border: 0;
}
.desktop-menu .menu--primary .has-mega-menu .tm-list {
padding-right: 0;
padding-left: 0;
}
.desktop-menu .menu--primary .has-mega-menu .tm-list .item-wrapper {
display: block;
padding-top: 11px;
padding-bottom: 11px;
line-height: 20px;
}
.desktop-menu .menu--primary .menu-item-feature {
position: relative;
margin-left: 10px;
}
.desktop-menu .menu--primary .menu-item-feature:before {
position: absolute;
top: 50%;
left: 0;
content: '\f2fc';
font-size: 14px;
font-family: Ionicons;
transform: translate(0, -50%);
}
.desktop-menu .menu--primary .sub-menu.show-animation {
animation: show-animation .3s;
}
.desktop-menu .menu--primary .sub-menu.hide-animation {
animation: hide-animation .3s;
}
.menu-item-image_hover {
display: none;
width: 0;
visibility: hidden;
opacity: 0;
}
.sm-simple .menu-item-image_hover {
position: absolute;
top: -10px;
right: -100px;
z-index: 1;
display: block;
visibility: hidden;
max-width: 100%;
width: 150px;
height: auto;
border-radius: 5px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
opacity: 0;
transform: translateX(20px);
}
.sm-simple .menu-item-image_hover img {
border-radius: 5px;
}
.sm-simple .has-image-hover:hover > a > .menu-item-image_hover {
visibility: visible;
opacity: 1;
transform: translateX(0);
}
.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
display: none;
}
.page-mobile-main-menu .tm-list.style-circle-05 .title a {
padding: 0;
}
.page-mobile-main-menu .vc_tta-panel-title {
background-color: #333;
}
.page-close-main-menu {
position: fixed;
top: 60px;
right: 60px;
z-index: 100000;
visibility: hidden;
font-size: 100px;
line-height: 0;
opacity: 0;
cursor: pointer;
}
.page-off-canvas-main-menu {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
visibility: hidden;
overflow: hidden;
overflow-y: auto;
opacity: 0;
transform: scale(0.3);
}
.page-off-canvas-main-menu .menu--primary .sm-simple li {
display: block;
}
.page-off-canvas-main-menu .toggle-sub-menu {
margin-left: 20px;
}
.page-off-canvas-main-menu .toggle-sub-menu:before {
font-size: 18px;
}
.page-off-canvas-main-menu .navigation {
display: table;
padding: 30px 0;
width: 100%;
max-width: 350px;
height: 100%;
text-align: center;
margin: 0 auto;
}
.page-off-canvas-main-menu .navigation .menu__container {
display: table-cell;
vertical-align: middle;
}
.page-off-canvas-main-menu ul {
margin: 0;
padding: 0;
}
.page-off-canvas-main-menu a {
display: block;
}
.page-off-canvas-main-menu .menu__container > li {
opacity: 0;
transition: transform .2s, opacity .2s;
transform: translateY(50px);
animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.page-off-canvas-main-menu li {
list-style-type: none;
}
.page-off-canvas-main-menu .sub-menu {
display: none;
}
.page-off-canvas-main-menu .widgettitle {
margin: 20px 0 10px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
}
.page-off-canvas-main-menu .vc_column_container {
display: block !important;
float: none;
width: 100% !important;
}
.admin-bar .page-off-canvas-main-menu {
top: 32px;
}
.page-off-canvas-main-menu .insight-core-bmw li {
margin-bottom: 0;
padding: 0;
border: 0;
}
.page-off-canvas-main-menu .insight-core-bmw li a {
padding: 4px 0;
}
.page-off-canvas-main-menu .menu__container .sub-menu > li > a {
padding: 4px 0;
}
.page-off-canvas-menu-opened {
overflow: hidden;
}
.page-off-canvas-menu-opened .page-header {
z-index: 99999;
}
.page-off-canvas-menu-opened .page-off-canvas-main-menu {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.page-off-canvas-menu-opened .page-off-canvas-main-menu .menu__container > li {
opacity: 1;
transform: translateY(0);
}
.page-off-canvas-menu-opened .page-close-main-menu {
visibility: visible;
opacity: 1;
}
.page-off-canvas-sidebar {
position: fixed;
top: 0;
right: -380px;
bottom: 0;
width: 380px;
z-index: 99999;
visibility: hidden;
overflow-y: auto;
opacity: 0;
background-color: #fff;
padding: 50px 30px;
-webkit-box-shadow: -10px 0px 50px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: -10px 0px 50px 2px rgba(0, 0, 0, 0.3);
box-shadow: -10px 0px 50px 2px rgba(0, 0, 0, 0.3);
}
.page-close-canvas-sidebar {
margin-bottom: 30px;
}
.page-close-canvas-sidebar span {
cursor: pointer;
font-size: 50px;
display: inline-block;
}
.page-off-canvas-sidebar-opened .page-off-canvas-sidebar {
visibility: visible;
opacity: 1;
right: 0;
}
.page-open-mobile-menu {
cursor: pointer;
}
.page-open-mobile-menu .inner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 30px;
}
.page-open-mobile-menu .icon {
position: relative;
width: 24px;
height: 18px;
}
.page-open-mobile-menu:hover i:before {
width: 80%;
}
.page-open-mobile-menu:hover i:after {
width: 65%;
}
.page-open-mobile-menu i {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
background: currentColor;
}
.page-open-mobile-menu i:before, .page-open-mobile-menu i:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: inherit;
content: '';
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-open-mobile-menu i:before {
top: -8px;
}
.page-open-mobile-menu i:after {
top: 8px;
}
.page-close-mobile-menu {
font-size: 36px;
cursor: pointer;
}
.page-mobile-menu-header {
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
padding: 0 30px;
height: 80px;
background: #ffffff;
align-items: center;
}
.page-mobile-menu-logo {
flex-grow: 1;
}
.page-mobile-menu-opened {
overflow: hidden;
}
.page-mobile-main-menu {
position: fixed;
top: 0;
right: 100%;
z-index: 9999999;
width: 100%;
height: 100%;
background: #ffffff;
text-align: left;
transition: all .3s;
overflow-y: auto;
padding-top: 80px;
}
.admin-bar .page-mobile-main-menu {
top: 32px;
height: calc(100% - 32px);
}
.page-mobile-menu-opened .page-mobile-main-menu {
right: 0;
}
.page-mobile-main-menu .widgettitle {
margin: 0 0 10px;
}
.page-mobile-main-menu .wpb_column + .wpb_column {
margin-top: 35px;
}
.page-mobile-main-menu ul {
margin: 0;
padding: 0;
}
.page-mobile-main-menu li {
display: block;
list-style-type: none;
}
.page-mobile-main-menu li.opened > a .toggle-sub-menu:after {
content: '\f078';
}
.page-mobile-main-menu .sub-menu {
display: none;
margin: 12px 0 14px 10px;
}
.page-mobile-main-menu .sub-menu a {
padding: 8px 0;
}
.page-mobile-main-menu .page-mobile-menu-content > ul > li.page_item_has_children {
padding-bottom: 18px;
}
.page-mobile-main-menu .children {
margin-left: 20px;
}
.page-mobile-main-menu .children a {
padding: 8px 0;
}
.page-mobile-main-menu .wpb_column.vc_column_container {
width: 100% !important;
}
.page-mobile-main-menu .menu__container {
padding: 0;
margin: 14px 30px 30px;
}
.page-mobile-main-menu .menu__container > li > a {
padding: 10px 0;
border: 0;
border-color: transparent;
}
.page-mobile-main-menu .menu__container > li + li > a {
border-top: 1px solid transparent;
}
.page-mobile-main-menu .menu__container > li.opened > a {
border-bottom: 1px solid transparent;
}
.page-mobile-main-menu .menu__container a {
position: relative;
display: block;
}
.page-mobile-main-menu .tm-list {
margin-bottom: 16px;
}
.page-mobile-main-menu .mega-menu {
margin-top: 20px;
}
.page-mobile-main-menu .wpb_button,
.page-mobile-main-menu .wpb_content_element,
.page-mobile-main-menu ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
margin: 0;
padding: 0;
border: 0;
}
.page-mobile-main-menu .toggle-sub-menu {
position: absolute;
top: 50%;
right: 0;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
text-align: center;
line-height: 40px;
transform: translate(0, -50%);
}
.page-mobile-main-menu .toggle-sub-menu:after {
display: block;
content: '\f054';
font-size: 16px;
}
.page-mobile-main-menu .toggle-sub-menu:hover {
background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 782px) {
.admin-bar .page-mobile-main-menu {
top: 46px;
height: calc(100% - 46px);
}
}
@media screen and (max-width: 600px) {
.admin-bar .page-mobile-main-menu {
top: 0;
height: 100%;
}
}
.desktop-menu .page-open-mobile-menu {
display: none !important;
}
.page-title-bar {
position: relative;
}
.page-title-bar h1, .page-title-bar h2, .page-title-bar h3, .page-title-bar h4, .page-title-bar h5, .page-title-bar h6 {
margin-bottom: 0;
}
.page-title-bar-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page-title-bar-inner {
border-bottom-style: solid;
}
.insight_core_breadcrumb {
margin: 0 -15px;
padding: 0;
}
.insight_core_breadcrumb li {
position: relative;
display: inline-block;
padding: 0 15px;
}
.insight_core_breadcrumb li + li:after {
position: absolute;
top: 50%;
left: -5px;
content: '\f054';
font-size: 10px;
transform: translateY(-50%);
}
.insight_core_breadcrumb a {
position: relative;
padding: 2px 0;
overflow: hidden;
z-index: 1;
}
.insight_core_breadcrumb a:before {
content: '';
width: 0;
height: 2px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
background: currentColor;
}
.insight_core_breadcrumb a:hover:before {
width: 100%;
left: 0;
right: auto;
}
.page-title-bar-01 .heading {
text-align: center;
}
.page-title-bar-01 .insight_core_breadcrumb {
margin-top: 18px;
text-align: center;
}
.page-title-bar-02 .insight_core_breadcrumb {
margin-top: 10px;
}
@media (min-width: 768px) {
.page-title-bar-02 .insight_core_breadcrumb {
text-align: right;
margin-top: 0;
}
}
.page-title-bar-03 .heading {
text-align: center;
}
.page-title-bar-03 .page-breadcrumb {
position: absolute;
bottom: 41px;
left: 0;
width: 100%;
}
.page-title-bar-03 .insight_core_breadcrumb {
text-align: center;
}
@media (max-width: 767px) {
.page-title-bar-03 .page-breadcrumb {
bottom: 25px;
}
}
.page-title-bar-04 .title-box {
padding: 40px 50px 60px;
border-bottom: 5px solid #FF875F;
}
.page-title-bar-04 .page-breadcrumb {
margin-bottom: 30px;
}
.page-title-bar-04 .title-bar-text {
margin-top: 20px;
}
.page-title-bar-05 .title-bar-text {
margin-top: 20px;
}
.page-title-bar-05 .breadcrumb-wrap {
position: absolute;
bottom: 41px;
left: 0;
width: 100%;
}
.page-title-bar-06 .title-box,
.page-title-bar-07 .title-box {
padding: 40px 50px 60px;
border-bottom: 5px solid #FF875F;
transform: translateY(50px);
position: relative;
z-index: 2;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06);
}
.page-title-bar-06 .page-breadcrumb,
.page-title-bar-07 .page-breadcrumb {
margin-bottom: 15px;
}
.page-title-bar-06 .title-bar-text,
.page-title-bar-07 .title-bar-text {
margin-top: 20px;
}
@media (max-width: 543px) {
.page-title-bar-06 .title-box,
.page-title-bar-07 .title-box {
padding: 40px 30px 45px;
}
}
.page-scroll-up {
position: fixed;
right: 30px;
bottom: -60px;
z-index: 999;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
display: block;
padding: 0;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
font-size: 25px;
line-height: 60px;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.page-scroll-up:before {
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
display: block;
content: '';
width: 0;
height: 0;
background: #FF875F;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.page-scroll-up i {
color: #ffffff;
}
.page-scroll-up.show {
bottom: 30px;
opacity: 1;
visibility: visible;
}
.page-scroll-up:hover {
opacity: .8;
}
.page-scroll-up:hover:before {
-webkit-animation: circle 1.05s infinite;
-moz-animation: circle 1.05s infinite;
-ms-animation: circle 1.05s infinite;
-o-animation: circle 1.05s infinite;
animation: circle 1.05s infinite;
}
@-webkit-keyframes circle {
0% {
opacity: .2;
}
40% {
opacity: .2;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: .2;
}
40% {
opacity: .2;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.popup-search-opened .page-popup-search {
visibility: visible;
opacity: 1;
}
.popup-search-opened .page-popup-search .page-popup-search-inner {
visibility: visible;
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.popup-search-opened .page-popup-search .search-field {
transition: transform .5s, ease-out .3s;
transform: scale3d(1, 1, 1);
}
.popup-search-opened .page-popup-search .form-description {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.page-popup-search {
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
visibility: hidden;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
transition: all ease-in-out .25s;
}
.page-popup-search-inner {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
visibility: hidden;
padding: 0 50px;
width: 75%;
text-align: center;
font-size: 18px;
opacity: 0;
transition: all ease-in-out .3s;
transform: translate(-50%, -50%) scale(0.8);
}
.page-popup-search .popup-search-close {
position: absolute;
top: 60px;
right: 60px;
font-size: 60px;
cursor: pointer;
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
}
.page-popup-search .form-description {
display: block;
padding: 0.85em 0;
text-align: right;
font-weight: 500;
font-size: 90%;
opacity: 0;
transition: opacity .4s, transform .4s;
transform: translate3d(0, 50px, 0);
}
.page-popup-search .search-form {
position: relative;
}
.page-popup-search .search-field {
padding: .05em 0;
height: auto;
border: 0;
border-bottom: 5px solid transparent;
border-radius: 0;
background: none !important;
font-size: 10vw;
transform: scale3d(0, 1, 1);
transform-origin: 0% 50%;
-webkit-appearance: none;
}
.page-popup-search .search-field:-webkit-autofill, .page-popup-search .search-field:-webkit-autofill:hover, .page-popup-search .search-field:-webkit-autofill:focus, .page-popup-search .search-field:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
.page-popup-search .search-field::-webkit-input-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field:-moz-placeholder { color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field::-moz-placeholder { color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field:-ms-input-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-submit {
display: none;
}
@media (max-width: 767px) {
.page-popup-search-inner {
padding: 0 15px;
}
.page-popup-search .popup-search-close {
top: 20px;
right: 20px;
}
.page-popup-search-inner {
width: 90%;
}
}
a, input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'], select, textarea, button,
input[type='button'],
input[type='reset'],
input[type='submit'], .desktop-menu .header-04 .menu__container > li > a:after, .desktop-menu .header-08 .menu__container > li > a:after, .desktop-menu .header-11 .menu__container > li > a:after, .desktop-menu .header-15 .menu--primary .menu__container > li > a .menu-item-wrap:after, .desktop-menu .header-19 .menu__container > li > a:after, .desktop-menu .header-21 .menu__container > li > a:after, .desktop-menu .menu--primary .menu-item, .tm-swiper:hover .swiper-nav-button, .tm-swiper.pagination-style-7 .swiper-pagination-bullet:after, .tm-swiper.pagination-style-9 .swiper-pagination-bullet:after, .related-posts .post-item-wrapper, .related-posts .related-post-feature-wrap, .post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap img, .post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap, .post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:before, .post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap, .tm-blog.style-list_simple .post-thumbnail a:before, .tm-blog.style-list_simple .post-thumbnail a:after, .tm-blog.style-01 .post-feature-wrap, .tm-blog.style-02 .post-item-wrap, .tm-blog.style-03 .post-item-wrap, .tm-blog.style-03 .post-thumbnail img, .tm-category-feature.style-01 .cat-item-wrap, .tm-category-feature.style-01 .icon span, .tm-case-study.style-grid .post-read-more, .tm-case-study.style-grid-caption-3 .post-thumbnail, .tm-service.style-02 .post-item-wrap, .tm-service.style-03 .post-thumbnail-wrap, .tm-service.style-05 .post-item-wrap, .tm-service.style-06 .post-item-wrap, .tm-service.style-06 .post-icon i, .tm-service.style-07 .post-item-wrap, .tm-service.style-07 .post-icon i, .tm-service-list .service-list-item, .tm-service-list .service-list-item:after, .tm-service-list .icon, .tm-button, .tm-list .marker, .tm-gradation--with_image .count, .tm-gradation--with_image .image-wrap, .tm-client.style-grid .grid-inner, .tm-client.hover-main-move-up .image, .tm-box-icon.style-1 .image, .tm-box-icon.style-1 .icon img,
.tm-box-icon.style-1 .image img, .tm-box-icon.style-1 .icon:before,
.tm-box-icon.style-1 .image:before, .tm-box-icon.style-2 .content-wrap, .tm-box-icon.style-2 .content-wrap:after, .tm-box-icon.style-3 .image, .tm-box-icon.style-4 .content-wrap, .tm-box-icon.style-4 .image, .tm-box-icon.style-5 .image, .tm-box-icon.style-5 .image img, .tm-box-icon.style-6 .content-wrap, .tm-box-icon.style-6 .content-wrap:before, .tm-box-icon.style-6 .image, .tm-box-icon.style-7 .content-wrap, .tm-box-icon.style-7 .image, .tm-box-icon.style-7 .icon span, .tm-box-icon.style-7 .tm-box-icon__btn .button-icon, .tm-box-icon.style-8 .image, .tm-box-icon.style-8 .icon img,
.tm-box-icon.style-8 .image img, .tm-box-icon.style-10 .content-wrap, .tm-accordion.style-1 .accordion-title:before, .tm-accordion.style-3 .title-prefix, .tm-heading.with-separator-1 .heading:before, .tm-heading.with-separator-1 .heading:after, .tm-testimonial.style-3 .testimonial-item, .tm-testimonial.style-6 .testimonial-item, .tm-testimonial.style-7 .testimonial-item, .tm-testimonial-list .testimonial-item, .tm-pricing.style-1 .inner, .tm-pricing.style-3 .inner, .tm-counter .counter-image img, .tm-counter .counter-image:before, .tm-counter .icon i, .tm-counter .icon:before, .tm-team-member.style-1 .photo img, .tm-team-member.style-2 .inner, .tm-team-member.style-2 .inner:before, .tm-caregiver.style-01 .post-item-wrap, .tm-caregiver.style-01 .post-item-wrap:before, .tm-caregiver.style-02 .post-thumbnail-wrap img, .tm-caregiver.style-04.style-carousel-04 .post-item-wrap, .tm-caregiver.style-04 .post-item-wrap, .tm-social-networks.style-rounded-icon-title .item .link-icon, .tm-gallery img, .tm-office-info .image, .tm-view-demo.style-01 .item-wrap, .tm-view-demo.style-01 .thumbnail, .tm-view-demo.style-02 .item-wrap, .tm-view-demo.style-02 .overlay, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:after, .widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_meta li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li, .tm-posts-widget .post-widget-overlay, .mini-cart .widget_shopping_cart_content, .woocommerce .tm-products .product .hover-image, .woocommerce .products .product .hover-image, .woocommerce .cats .cat-text, .woocommerce .cats .cat-title, .woocommerce .cats .cat-count, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-links a div, .top-bar-office-wrapper .office-list, .popup-search-wrap i, .page-open-main-menu i, .page-open-canvas-sidebar .icon-inner span, .switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .sm-simple .menu-item-image_hover, .page-close-main-menu, .page-off-canvas-main-menu, .page-off-canvas-sidebar, .page-open-mobile-menu i, .page-mobile-main-menu .toggle-sub-menu, .page-scroll-up, .fall-down-effect:before, .post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks a, .tm-case-study .post-thumbnail img, .tm-case-study.style-grid .post-item-wrap, .tm-case-study.style-grid .post-overlay, .tm-case-study.style-grid-caption .post-item-wrap, .tm-case-study.style-grid-caption-2 .post-item-wrap, .tm-service.style-01 .post-info, .tm-service.style-01 .post-info:after, .tm-button.style-border-text:before, .tm-button.style-border-text:after, .tm-button.tm-button-icon-move .button-icon, .tm-accordion .accordion-title, .tm-testimonial.style-2 .testimonial-item, .tm-slider-button .slider-btn, .tm-pricing.style-2 .inner, .tm-team-member .social-networks a, .tm-team-member.effect-grayscale .photo img, .tm-caregiver .social-networks a, .tm-gallery.hover-overlay .overlay, .tm-view-demo.style-02 .thumbnail, .tm-view-demo.style-02 .thumbnail:before, .woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-message .button:after, .mini-cart .mini-cart-icon:before, .woocommerce .tm-products .product .product-wrapper, .woocommerce .products .product .product-wrapper, .woosw-area .woosw-continue {
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-service.style-06 .post-icon-overlay, .tm-service.style-07 .post-icon-overlay, .tm-box-icon.style-7 .icon-overlay {
transition: all .7s ease;
}
blockquote:before, .switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after, .desktop-menu .toggle-sub-menu:before, .insight_core_breadcrumb li + li:after, .tm-blog.style-list_simple .post-thumbnail a:after, .tm-list.style-check .marker:before, .tm-list.style-check-02 .marker:before, .tm-list.style-circle .marker:before, .tm-list.style-circle-02 .marker:before, .tm-popup-video.style-button-06 a .video-text:after, .tm-gallery-slider .lSAction .nav-button-icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
}
.tm-swiper .swiper-nav-button i, .tm-accordion.style-1 .accordion-icon:before, .tm-accordion.style-3 .accordion-icon:before, .tm-office-info .info > div:before, .tm-view-demo.style-02 .thumbnail:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
}
.page-mobile-main-menu .toggle-sub-menu:after, .woocommerce .tm-products .product .woosw-btn:before, .woocommerce .tm-products .product .woosq-btn:before, .woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosw-btn:before, .woocommerce .products .product .woosq-btn:before, .woocommerce .products .product .woosc-btn:before, .woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce.single-product div.product .single_add_to_cart_button:before, .woocommerce.single-product div.product .summary .wishlist-btn a:before,
.woocommerce.single-product div.product .summary .compare-btn a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
}
.tm-twitter.style-slider-quote .tweet-info:before, .tm-twitter.style-slider .tweet:before, .tm-twitter.style-list .tweet:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}  @keyframes tm-animation-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
100% {
transform: translateX(-1px) rotate(0);
}
}
@-webkit-keyframes bounce {
50% {
-webkit-transform: translateY(-10px);
}
0%, 100% {
-webkit-transform: translateY(0px);
}
}
@keyframes bounce {
50% {
transform: translateY(-10px);
}
0%, 100% {
transform: translateY(0px);
}
}
@keyframes zoom-bounce {
50% {
transform: scale(0.75);
}
0%, 100% {
transform: scale(1);
}
}
@-webkit-keyframes zoom-bounce {
50% {
-webkit-transform: scale(0.75);
}
0%, 100% {
-webkit-transform: scale(1);
}
}
@-webkit-keyframes separator-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: .3;
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .6;
}
}
@keyframes separator-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: .3;
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .6;
}
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes zoomBig {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}
@-webkit-keyframes lineUp {
0% {
-webki-transform: translateY(100%);
bottom: 0;
}
100% {
bottom: 100%;
transform: translateY(0);
}
}
@keyframes lineUp {
0% {
transform: translateY(100%);
bottom: 0;
}
100% {
bottom: 100%;
transform: translateY(0);
}
}
@-webkit-keyframes lineDown {
0% {
-webkit-transform: translateY(-100%);
top: 0;
}
100% {
top: 100%;
transform: translateY(0);
}
}
@keyframes lineDown {
0% {
transform: translateY(-100%);
top: 0;
}
100% {
top: 100%;
transform: translateY(0);
}
}
@-webkit-keyframes circle-2 {
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle-2 {
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@-webkit-keyframes circle-3 {
100% {
-webkit-transform: translate(-50%, -50%) scale(1.2);
opacity: 0;
}
}
@keyframes circle-3 {
100% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0;
}
}
@-webkit-keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
}
100% {
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes box-image-pop {
50% {
-webkit-transform: scale(1.1);
}
}
@keyframes box-image-pop {
50% {
transform: scale(1.1);
}
} @-webkit-keyframes fadeIn {
0% {
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
}
100% {
opacity: 1;
}
}
@-webkit-keyframes moveVertical {
0% {
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveVertical {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes moveHorizontal {
0% {
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes moveHorizontal {
0% {
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes scaleUp {
0% {
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes scaleUp {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fallPerspective {
0% {
}
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@keyframes fallPerspective {
0% {
}
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes fly {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes fly {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes flip {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes flip {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes helix {
0% {
}
100% {
-webkit-transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes helix {
0% {
}
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes popUp {
0% {
}
70% {
-webkit-transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes popUp {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.page-has-animation .page-content .tm-animation {
opacity: 0;
}
.page-has-animation .page-content .tm-animation.fade-in.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
}
.page-has-animation .page-content .tm-animation.move-up.animate {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation: moveVertical 1s ease forwards;
animation: moveVertical 1s ease forwards;
}
.page-has-animation .page-content .tm-animation.move-down.animate {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-animation: moveVertical 1s ease forwards;
animation: moveVertical 1s ease forwards;
}
.page-has-animation .page-content .tm-animation.move-left.animate {
-webkit-transform: translateX(20px);
transform: translateX(20px);
-webkit-animation: moveHorizontal 1s ease forwards;
animation: moveHorizontal 1s ease forwards;
}
.page-has-animation .page-content .tm-animation.move-right.animate {
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-animation: moveHorizontal 1s ease forwards;
animation: moveHorizontal 1s ease forwards;
}
.page-has-animation .page-content .tm-animation.scale-up.animate {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-animation: scaleUp 1s ease-in-out forwards;
animation: scaleUp 1s ease-in-out forwards;
}
.page-has-animation .page-content .tm-animation.fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.page-has-animation .page-content .tm-animation.fall-perspective.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective 1s ease-in-out forwards;
animation: fallPerspective 1s ease-in-out forwards;
}
.page-has-animation .page-content .tm-animation.fly {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.page-has-animation .page-content .tm-animation.fly.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly 1s ease-in-out forwards;
animation: fly 1s ease-in-out forwards;
}
.page-has-animation .page-content .tm-animation.flip.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip 1s ease-in-out forwards;
animation: flip 1s ease-in-out forwards;
}
.page-has-animation .page-content .tm-animation.helix {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.page-has-animation .page-content .tm-animation.helix.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix 1s ease-in-out forwards;
animation: helix 1s ease-in-out forwards;
}
.page-has-animation .page-content .tm-animation.pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.page-has-animation .page-content .tm-animation.pop-up.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: popUp 1s ease-in forwards;
animation: popUp 1s ease-in forwards;
}
.page-has-animation .page-content .tm-swiper .tm-animation {
opacity: 1 !important;
transform: none !important;
perspective: none !important;
}
.fall-down-effect:hover:before {
transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
opacity: 1;
}
.fall-down-effect:before {
content: attr(data-hover);
position: absolute;
opacity: 0;
transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
pointer-events: none;
}
.embed-responsive,
.video-player {
position: relative;
display: block;
overflow: hidden;
padding: 0;
height: 0;
}
.embed-responsive iframe,
.video-player iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9,
.video-player {
padding-bottom: 56.25%;
}
.instagram-media {
max-width: 100% !important;
}
.page-content {
position: relative;
z-index: 1;
} @media only screen and (min-width: 1024px) {
#footer-wrap {
position: fixed;
left: 0;
bottom: 0;
}
.page-footer-parallax:not(.page-template-one-page-scroll) {
height: 100%;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .site {
min-height: 100%;
position: static;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
position: relative;
z-index: 3;
background: inherit;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
}
.page-footer-parallax .site {
background-color: #ffffff;
}
}
.boxed {
margin: 0 auto;
max-width: 1200px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.boxed .content {
overflow: hidden;
}
.site {
overflow: hidden;
}
body {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.page-sidebar,
.page-main-content {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.page-main-content .page-sidebar {
padding-left: 0;
padding-right: 0;
}
body.page-has-sidebar .page-content {
padding: 0;
}
body.page-has-sidebar .page-main-content {
padding-top: 110px;
padding-bottom: 110px;
}
body.page-has-sidebar.has-title-bar-06 .page-main-content, body.page-has-sidebar.has-title-bar-07 .page-main-content {
padding-top: 150px;
padding-bottom: 110px;
}
body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-left .page-sidebar-content, body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-right .page-sidebar-content, body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-left .page-sidebar-content, body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-right .page-sidebar-content {
padding-top: 150px;
}
@media (max-width: 991px) {
body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-left .page-sidebar-content, body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-right .page-sidebar-content, body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-left .page-sidebar-content, body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-right .page-sidebar-content {
padding-top: 110px;
}
}
.page-comment-form .comment-respond {
margin-top: 100px;
padding: 50px 35px;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
.page-comment-form > .container > .row > .col-md-12 {
padding: 0;
}
.comments-area {
clear: both;
}
.comment-respond {
margin-top: 100px;
padding: 50px 35px;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
display: block;
position: relative;
padding-bottom: 12px;
margin-bottom: 50px;
font-size: 26px;
text-align: center;
}
.comments-title:before,
.comment-reply-title:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
margin-left: -40px;
width: 80px;
height: 2px;
background-color: #FF875F;
}
.comments-title small a,
.comment-reply-title small a {
color: #7A8A9E;
font-weight: 500;
font-size: 22px;
}
.comments-title small a:hover,
.comment-reply-title small a:hover {
color: #FF875F;
}
.comments-title small a:before,
.comment-reply-title small a:before {
content: ' - ';
}
.comment-notes {
text-align: center;
margin: 0;
}
.logged-in-as {
margin-bottom: 30px;
}
.comments-wrap {
padding-top: 100px;
}
.comments-title {
margin-bottom: 50px;
}
.comment-list {
margin: 0;
padding: 0;
}
.comment-list .comment {
list-style-type: none;
}
.comment-list .comment + .comment {
margin-top: 45px;
border-top: 1px solid #eee;
padding-top: 45px;
}
.comment-list .pingback {
margin-bottom: 66px;
list-style-type: none;
}
.comment-list .pingback:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.comment-list .pingback .comment-content {
margin-left: 0;
}
.comment-list .children {
margin-top: 45px;
padding-top: 45px;
margin-left: 50px;
border-top: 1px solid #eeeeee;
}
.comment-list .comment-header {
margin-bottom: 14px;
}
.comment-list .comment-author {
float: left;
}
.comment-list .comment-author img {
border-radius: 50%;
}
.comment-list .comment-content {
position: relative;
overflow: hidden;
margin-left: 100px;
}
.comment-list .fn {
font-size: 16px;
display: inline-block;
margin-right: 12px;
margin-bottom: 0;
}
.comment-list .fn a {
font-style: inherit;
font-size: inherit;
}
.comment-list .comment-datetime {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 1.23;
color: #7A8A9E;
padding-left: 15px;
}
.comment-list .comment-datetime:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
content: '';
display: inline-block;
width: 1px;
height: 20px;
background-color: #ddd;
}
.comment-list .comment-actions {
margin-top: 18px;
}
.comment-list .comment-actions a {
margin-right: 30px;
font-weight: 600;
}
.comment-list .comment-actions a:before {
font-family: Ionicons;
margin-right: 10px;
}
.comment-list .comment-actions a:last-child {
margin-right: 0;
}
.comment-list .comment-reply-link:before {
font-size: 16px;
content: '\f21e';
}
.comment-list .comment-edit-link:before {
content: '\f2bf';
font-size: 12px;
}
.comment-list .comment-text p:last-child {
margin-bottom: 0;
}
.comment-list .comment-awaiting-messages {
display: block;
}
.comment-list .comment-respond {
margin-top: 30px;
}
.comment-form label {
display: block;
font-weight: 600;
margin-bottom: 13px;
}
.comment-form textarea {
height: 136px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='submit'] {
width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
margin: 0 0 30px;
}
.comment-navigation {
margin-top: 40px;
}
@media (max-width: 1199px) {
.comment-list .vcard img {
width: 50px;
}
.comment-list .children,
.comment-list .children .children {
padding-left: 20px;
}
.comment-list .comment-content {
margin-left: 80px;
}
}
@media (max-width: 767px) {
.comment-notes,
.logged-in-as {
margin-bottom: 40px;
}
.comment-form textarea {
height: 120px;
}
.comment-list .comment-author {
float: none;
margin-bottom: 20px;
}
.comment-list .comment {
margin-bottom: 50px;
}
.comment-list .comment:last-child {
margin-bottom: 0;
}
.comment-list .comment-header {
margin-bottom: 25px;
}
.comment-list .comment-content {
margin-left: 0;
}
.comment-list .children {
margin-top: 50px;
}
.comment-list .children,
.comment-list .children .children {
padding-left: 0;
margin-left: 20px;
}
}
.form-subscribe {
display: flex;
margin: 0 -10px;
}
.form-subscribe .form-item-wrap {
padding: 0 10px;
}
.form-subscribe .form-input {
width: 50%;
}
@media (max-width: 767px) {
.form-subscribe {
display: block;
margin: 0 -10px;
}
.form-subscribe .form-item-wrap {
padding: 0 10px;
}
.form-subscribe .form-input {
width: 100%;
margin-bottom: 20px;
}
}
.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line {
border-top-color: #dddddd;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
padding-top: 0 !important;
}
.wpb_wrapper .wpb_button,
.wpb_wrapper .wpb_content_element,
.wpb_wrapper ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.wpb-js-composer.wpb-js-composer .vc_tta-container {
margin-bottom: 0;
}
body.vc_editor .tm-animation,
body.vc_editor .tm-animation .grid-item,
body.vc_editor .grid-item {
opacity: 1 !important;
}
.rev_slider iframe {
border: 0 !important;
}
.rs-module [class^="fa-"]:before,
.rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
}
html .row:before, html .row:after {
display: block;
}
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100000;
}
.page-load-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.preloader-wrap {
display: table;
width: 100%;
height: 100%;
}
.wrap-2 {
display: table-cell;
vertical-align: middle;
}
body.loaded .page-loading {
transform: translate3d(0, -100%, 0);
}
.page-loading {
transition: all 1s;
}
.page-loading .sk-wrap {
width: 60px;
height: 60px;
margin: 0 auto;
font-size: 0;
}
.page-loading .sk-wrap .sk-circle {
margin: 0 auto;
}
.page-loading .sk-wandering-cubes .sk-cube {
width: 16px;
height: 16px;
}
.page-loading .sk-three-bounce {
width: 80px;
height: 20px;
}
.page-loading .sk-three-bounce .sk-child {
display: block;
float: left;
}
.page-loading .sk-three-bounce .sk-bounce2 {
margin: 0 10px;
}
.page-loading .sk-wave > div {
width: 7px;
margin: 0 2px;
}
.page-loading .sk-image {
margin: 0 auto;
display: block;
text-align: center;
}
.page-loading .sk-image img {
max-width: 200px;
height: auto;
}
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 32px;
}
@media screen and (max-width: 782px) { .admin-bar.header-sticky .content-wrapper {
margin-top: 46px;
}
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 0;
}
.admin-bar .page-header {
top: 0;
}
}
.lg-backdrop {
z-index: 999998 !important;
}
.lg-outer {
z-index: 999999 !important;
}
.lg-sub-html * {
color: inherit;
}
.lg-actions .lg-prev,
.lg-actions .lg-next {
border: 0;
}
.tm-swiper {
position: relative;
z-index: 1;
}
.tm-swiper:hover .swiper-nav-button {
opacity: 1;
visibility: visible;
}
.tm-swiper .swiper-container {
width: 100%;
}
.tm-swiper .swiper-slide {
box-sizing: border-box;
}
.tm-swiper.disable-pagination.has-pagination {
margin-bottom: 0;
}
.tm-swiper.disable-pagination .swiper-pagination {
display: none;
}
.tm-swiper.auto-slide-wide .swiper-slide {
width: auto;
}
.tm-swiper.auto-slide-wide .swiper-slide img {
width: auto;
}
.tm-swiper.has-pagination {
margin-bottom: 60px;
}
.tm-swiper.auto-height > .swiper-container > .swiper-wrapper {
height: auto !important;
}
.tm-swiper.equal-height > .swiper-container > .swiper-wrapper {
display: flex;
align-items: stretch;
}
.tm-swiper.equal-height > .swiper-container > .swiper-wrapper > .swiper-slide {
display: flex;
height: auto;
}
.tm-swiper.v-center > .swiper-container > .swiper-wrapper > .swiper-slide {
display: flex;
align-self: center;
}
.tm-swiper.h-center > .swiper-container > .swiper-wrapper > .swiper-slide {
display: flex;
justify-content: center;
}
.tm-swiper.c-bottom > .swiper-container > .swiper-wrapper {
align-items: flex-end;
}
.tm-swiper.equal-height.v-center > .swiper-container > .swiper-wrapper > .swiper-slide {
align-self: auto;
}
.tm-swiper.equal-height.v-center > .swiper-container > .swiper-wrapper > .swiper-slide > div {
align-self: center;
}
.tm-swiper .swiper-container-fade .swiper-slide {
opacity: 0 !important;
}
.tm-swiper .swiper-container-fade .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.tm-swiper .swiper-pagination {
position: absolute;
bottom: -60px;
left: 0;
width: 100%;
text-align: center;
line-height: 1;
user-select: none;
}
.tm-swiper .swiper-pagination-fraction {
font-size: 15px;
font-weight: 500;
letter-spacing: .4em;
}
.tm-swiper .swiper-pagination-bullet {
box-sizing: border-box;
margin: 0 3px;
width: 16px;
height: 16px;
border: 0;
background: transparent;
vertical-align: middle;
opacity: 1;
position: relative;
outline: none;
}
.tm-swiper .swiper-pagination-bullet:hover:before, .tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: #222;
}
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
cursor: default;
}
.tm-swiper .swiper-pagination-bullet:before {
transition: all .7s;
content: '';
position: absolute;
top: 50%;
left: 50%;
border-radius: 100%;
width: 12px;
height: 12px;
transform: translate(-50%, -50%);
background: #d8d8d8;
z-index: 1;
}
.tm-swiper .swiper-nav-button {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
background-image: none;
text-align: center;
user-select: none;
outline: none !important;
width: 50px;
height: 50px;
font-size: 24px;
font-weight: 500;
color: #222;
border: 2px solid rgba(34, 34, 34, 0.16);
border-radius: 100%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
opacity: 0;
}
.tm-swiper .swiper-nav-button.swiper-button-disabled {
display: none;
}
.tm-swiper .swiper-nav-button:hover {
color: #fff;
}
.tm-swiper .swiper-nav-button i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 1;
display: inline-block;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tm-swiper .swiper-button-prev {
left: 50px;
}
.tm-swiper .swiper-button-prev i:before {
content: '\f104';
}
.tm-swiper .swiper-button-next {
right: 50px;
}
.tm-swiper .swiper-button-next i:before {
content: '\f105';
}
.tm-swiper.nav-style-6 .swiper-nav-button {
color: #fff;
border-color: rgba(255, 255, 255, 0.08);
}
.tm-swiper.nav-style-6 .swiper-nav-button:hover {
background: #fff;
border-color: #fff;
}
.tm-swiper.nav-style-8 .swiper-nav-button {
color: #333;
background: #fff;
border-color: #fff;
}
.tm-swiper.nav-style-8 .swiper-nav-button:hover {
color: #fff;
background: #333;
border-color: #333;
}
.tm-swiper.nav-style-3 .swiper-nav-button, .tm-swiper.nav-style-7 .swiper-nav-button {
color: #222;
border: 0;
font-size: 30px;
font-weight: 500;
}
.tm-swiper.nav-style-3 .swiper-nav-button:hover, .tm-swiper.nav-style-7 .swiper-nav-button:hover {
background: none;
}
.tm-swiper.nav-style-3 .swiper-button-prev, .tm-swiper.nav-style-7 .swiper-button-prev {
left: -70px;
}
.tm-swiper.nav-style-3 .swiper-button-prev i:before, .tm-swiper.nav-style-7 .swiper-button-prev i:before {
content: '\f053';
}
.tm-swiper.nav-style-3 .swiper-button-next, .tm-swiper.nav-style-7 .swiper-button-next {
right: -70px;
}
.tm-swiper.nav-style-3 .swiper-button-next i:before, .tm-swiper.nav-style-7 .swiper-button-next i:before {
content: '\f054';
}
.tm-swiper.nav-style-7 .swiper-nav-button {
color: #fff;
}
.tm-swiper.pagination-style-2 {
margin-bottom: 0 !important;
}
.tm-swiper.pagination-style-2 .swiper-pagination {
width: auto;
top: 50%;
right: 50px;
bottom: auto;
left: auto;
transform: translate(0, -50%);
}
.tm-swiper.pagination-style-2 .swiper-pagination-bullet {
display: block;
margin: 0;
}
.tm-swiper.pagination-style-2 .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-top: 15px;
}
.tm-swiper.pagination-style-3 {
margin-bottom: 0 !important;
}
.tm-swiper.pagination-style-3 .swiper-pagination {
width: auto;
top: 50%;
right: 50px;
bottom: auto;
left: auto;
transform: translate(0, -50%);
}
.tm-swiper.pagination-style-3 .swiper-pagination-bullet {
display: block;
margin: 0;
}
.tm-swiper.pagination-style-3 .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-top: 6px;
}
.tm-swiper.pagination-style-4 {
margin-bottom: 0 !important;
}
.tm-swiper.pagination-style-4 .swiper-pagination {
width: auto;
top: 50%;
right: -60px;
bottom: auto;
left: auto;
transform: translate(0, -50%);
}
.tm-swiper.pagination-style-4 .swiper-pagination-bullet {
display: block;
margin: 0;
}
.tm-swiper.pagination-style-4 .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-top: 6px;
}
.tm-swiper.pagination-style-4 .swiper-pagination-bullet:hover:before, .tm-swiper.pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background-color: #222;
}
.tm-swiper.pagination-style-5 .swiper-pagination-bullet:before {
background: #d8d8d8;
border-color: transparent;
}
.tm-swiper.pagination-style-5 .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .tm-swiper.pagination-style-5 .swiper-pagination-bullet:hover:before {
background: #999;
border-color: transparent;
}
.tm-swiper.pagination-style-6 .swiper-pagination-bullet:before {
background: #ddd;
border-color: transparent;
}
.tm-swiper.pagination-style-6 .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .tm-swiper.pagination-style-6 .swiper-pagination-bullet:hover:before {
background: #14163e;
border-color: transparent;
}
.tm-swiper.pagination-style-7, .tm-swiper.pagination-style-9 {
margin-bottom: 79px;
}
.tm-swiper.pagination-style-7 .swiper-pagination, .tm-swiper.pagination-style-9 .swiper-pagination {
bottom: -79px;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet, .tm-swiper.pagination-style-9 .swiper-pagination-bullet {
transition: all .3s ease, width 0s, border-color 0s;
text-align: center;
height: 45px;
line-height: 41px;
border: 2px solid transparent;
font-weight: 500;
font-size: 15px;
color: #acacac;
padding: 0 7px;
width: auto;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet:hover, .tm-swiper.pagination-style-9 .swiper-pagination-bullet:hover {
color: #222;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet:after, .tm-swiper.pagination-style-9 .swiper-pagination-bullet:after {
position: absolute;
top: 50%;
right: -54px;
margin-top: -1px;
content: '';
width: 0;
height: 2px;
background: #ddd;
opacity: 0;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active, .tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active {
min-width: 45px;
position: relative;
margin-right: 57px;
border-color: #ddd;
color: #222;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child, .tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
margin-right: 0;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:after, .tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:after {
left: -54px;
right: auto;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
opacity: 1;
width: 40px;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet i, .tm-swiper.pagination-style-9 .swiper-pagination-bullet i {
position: relative;
z-index: 1;
font-style: normal;
}
.tm-swiper.pagination-style-7 .swiper-pagination-bullet:before, .tm-swiper.pagination-style-9 .swiper-pagination-bullet:before {
display: none;
}
.tm-swiper.pagination-style-9 {
margin-bottom: 0;
}
.tm-swiper.pagination-style-9 .swiper-pagination {
top: 0;
right: 0;
left: auto;
bottom: auto;
text-align: right;
}
.tm-swiper.pagination-style-10.has-pagination {
margin-bottom: 62px;
}
.tm-swiper.pagination-style-10 .swiper-pagination {
bottom: -50px;
}
.tm-swiper.pagination-style-10 .swiper-pagination-bullet:before {
background: rgba(216, 216, 216, 0.32);
border-color: transparent;
}
.tm-swiper.pagination-style-10 .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .tm-swiper.pagination-style-10 .swiper-pagination-bullet:hover:before {
background: #fff;
border-color: transparent;
}
.tm-swiper.pagination-style-11.has-pagination {
margin-bottom: 62px;
}
.tm-swiper.pagination-style-11 .swiper-pagination {
bottom: -50px;
}
.tm-swiper.pagination-style-11 .swiper-pagination-bullet {
width: 25px;
height: 4px;
background-color: #ddd;
border-radius: 0;
margin: 0 5px;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-swiper.pagination-style-11 .swiper-pagination-bullet:before {
display: none;
}
.tm-swiper.pagination-style-11 .swiper-pagination-bullet.swiper-pagination-bullet-active, .tm-swiper.pagination-style-11 .swiper-pagination-bullet:hover {
background-color: #FF875F;
opacity: 1;
}
@media (min-width: 1200px) {
.tm-swiper.pagination-style-3 .swiper-pagination {
right: -50px;
}
}
@media (min-width: 1400px) {
.tm-swiper.nav-style-2 .swiper-nav-button, .tm-swiper.nav-style-6 .swiper-nav-button, .tm-swiper.nav-style-8 .swiper-nav-button, .tm-swiper.nav-style-5 .swiper-nav-button {
opacity: 1;
}
.tm-swiper.nav-style-2 .swiper-button-prev, .tm-swiper.nav-style-6 .swiper-button-prev, .tm-swiper.nav-style-8 .swiper-button-prev, .tm-swiper.nav-style-5 .swiper-button-prev {
left: -80px;
}
.tm-swiper.nav-style-2 .swiper-button-next, .tm-swiper.nav-style-6 .swiper-button-next, .tm-swiper.nav-style-8 .swiper-button-next, .tm-swiper.nav-style-5 .swiper-button-next {
right: -80px;
}
.tm-swiper.pagination-style-2 .swiper-pagination {
right: 100px;
}
}
@media (min-width: 1600px) {
.tm-swiper.pagination-style-3 .swiper-pagination {
right: -125px;
}
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-moz-transition: -moz-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-ms-transition: -ms-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-o-transition: -o-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-moz-transition: -moz-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-ms-transition: -ms-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-o-transition: -o-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
text-align: center;
}
img.tm-lazy-load {
transition: all 1s;
width: 100%;
opacity: .5;
filter: blur(15px);
}
img.tm-lazy-load.loaded {
opacity: 1;
filter: blur(0);
width: auto;
}
.tm-lazy-load {
transition: all 1s;
}
.tm-lazy-load[data-was-processed='true'] {
-webkit-backface-visibility: hidden;
}
.growl.growl.growl-default {
color: #ffffff;
background: rgba(0, 0, 0, 0.9);
}
.growl.growl .growl-close {
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
margin-right: -10px;
margin-top: -6px;
}
.page-content {
padding-top: 100px;
padding-bottom: 100px;
}
.has-title-bar-06 .page-content,
.has-title-bar-07 .page-content {
padding-top: 150px;
}
.sticky .post-sticky {
margin-left: 14px;
}
.sticky .post-sticky span {
font-size: 18px;
margin-right: 4px;
}
.post-password-form input[type='submit'] {
display: block;
margin: 30px 0 0;
}
.entry-content p:last-child {
clear: both;
}
.single-post .entry-banner {
position: relative;
padding: 138px 0 70px;
}
.single-post .entry-banner:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.45);
}
.single-post .entry-banner .entry-title {
color: #fff;
line-height: 1.04em;
margin-bottom: 25px;
}
.single-post .entry-banner .post-meta {
color: #fff;
}
.single-post .entry-banner .post-meta a {
color: inherit;
}
.single-post .entry-banner .post-meta .sl-icon,
.single-post .entry-banner .post-meta .meta-icon {
color: #fff;
}
.single-post .page-main-content {
position: relative;
min-height: 1px;
padding-left: .9375rem;
padding-right: .9375rem;
width: 100%;
}
.single-post .entry-header {
margin-bottom: 30px;
}
.single-post .entry-title {
font-size: 32px;
margin: 0 0 24px;
}
.single-post .post-meta {
border-top: 1px dashed #d4d2d2;
padding-top: 25px;
}
.single-post .post-feature {
margin-bottom: 40px;
}
.single-post .post-feature.post-gallery {
margin: 0 0 40px;
}
.single-post .post-feature.post-gallery .swiper-container {
padding: 0;
}
.single-post .entry-content {
margin-bottom: 50px;
}
.single-post .post-thumbnail {
text-align: center;
}
.single-post .post-tags span {
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-right: 20px;
}
.single-post .post-tags span:before {
content: '\f2aa';
font-family: Ionicons;
font-size: 18px;
font-weight: 500;
margin-right: 9px;
}
.single-post .post-tags a {
display: inline-block;
color: inherit;
}
.single-post .post-categories {
margin: 0 -5px 18px;
}
.single-post .post-categories a {
display: inline-block;
color: #FF875F;
font-size: 12px;
font-weight: 600;
border: 1px solid #FF875F;
padding: 5px 7px;
line-height: 1;
margin: 5px;
}
.single-post .post-categories a:hover {
color: #fff;
}
.single-post .post-meta {
font-size: 14px;
font-weight: 500;
color: #7A8A9E;
}
.single-post .post-meta > * {
display: inline-block;
vertical-align: middle;
}
.single-post .post-meta > div + div {
position: relative;
padding-left: 15px;
margin-left: 12px;
}
.single-post .post-meta > div + div:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
content: '';
width: 1px;
height: 20px;
display: inline-block;
background-color: #ddd;
}
.single-post .post-meta .post-author-meta * {
display: inline-block;
vertical-align: middle;
}
.single-post .post-meta .post-author-meta .avatar {
border-radius: 50%;
margin-right: 10px;
}
.single-post .post-meta .post-author-meta a {
font-weight: 600;
}
.single-post .entry-footer {
padding-bottom: 30px;
}
.single-post .nav-links {
border-top: 1px solid #eee;
padding-top: 30px;
margin-top: 30px;
}
.single-post .post-video,
.single-post .post-link,
.single-post .post-quote {
margin-bottom: 46px;
}
.single-post .post-audio {
margin-bottom: 38px;
}
.single-post .post-audio iframe {
width: 100%;
height: 165px;
border: 0;
}
.single-post .post-link {
padding: 50px 70px;
font-size: 24px;
line-height: 1.5;
background-color: rgba(208, 56, 85, 0.07);
}
.single-post .post-link a {
word-wrap: break-word;
}
.single-post .post-quote {
position: relative;
}
.single-post .post-quote-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .8;
}
.single-post .post-quote-content {
position: relative;
padding: 63px 70px 67px;
background-color: rgba(208, 56, 85, 0.07);
}
.single-post .post-quote-text {
font-family: "Playfair Display", serif;
margin-bottom: 40px;
font-size: 24px;
font-style: italic;
font-weight: 500;
line-height: 1.5;
}
.single-post .post-quote-name {
font-size: 22px;
font-weight: 500;
}
.single-post .post-quote-name:before {
content: '- ';
}
.single-post .format-gallery .post-feature.tm-swiper .swiper-pagination {
bottom: 30px;
}
.post-share {
display: flex;
align-items: center;
justify-content: flex-end;
}
.post-share .post-share-list a {
display: block;
float: left;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 18px;
border: 1px solid #eee;
border-radius: 50%;
margin-right: 10px;
}
.post-share .post-share-list a:last-child {
margin-right: 0;
}
.post-share .post-share-list a:hover {
color: #fff;
border-color: transparent;
}
.related-posts .related-title {
position: relative;
margin-top: 75px;
padding-bottom: 12px;
margin-bottom: 50px;
font-size: 26px;
text-align: center;
}
.related-posts .related-title:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
margin-left: -40px;
width: 80px;
height: 2px;
background-color: #FF875F;
}
.related-posts .tm-swiper {
margin: -30px;
}
.related-posts .swiper-container {
padding: 30px;
}
.related-posts .related-post-item {
width: 100%;
}
.related-posts .related-post-item:hover .post-item-wrapper {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
transform: translateY(-10px);
}
.related-posts .post-item-wrapper {
padding: 20px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.related-posts .related-post-feature-wrap .post-thumbnail {
margin-bottom: 27px;
}
.related-posts .related-post-feature-wrap img {
width: 100%;
transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.related-posts .related-post-thumbnail {
overflow: hidden;
}
.related-posts .related-post-info {
margin-bottom: 15px;
}
.related-posts .related-post-date {
margin-bottom: 10px;
}
.related-posts .post-title {
font-size: 20px;
line-height: 1.2;
}
.related-posts .tm-swiper.has-pagination {
padding-bottom: 30px;
}
.related-posts .tm-swiper .swiper-pagination {
bottom: 0;
}
.related-posts .tm-swiper .swiper-pagination-bullet {
width: 50px;
height: 5px;
margin: 0 5px;
}
.related-posts .tm-swiper .swiper-pagination-bullet:before {
width: 50px;
height: 5px;
border-radius: 0;
}
.entry-author {
margin-top: 95px;
padding: 50px 46px;
border: 1px solid #eee;
}
.entry-author .author-info {
display: flex;
}
.entry-author .author-avatar {
min-width: 100px;
width: 100px;
}
.entry-author .author-avatar img {
border-radius: 100%;
}
.entry-author .author-description {
margin-left: 32px;
}
.entry-author .author-name {
margin-bottom: 8px;
font-size: 18px;
}
.entry-author .author-biographical-info {
margin-top: 15px;
}
.entry-author .author-biographical-info p:last-child {
margin-bottom: 0;
}
.entry-author .author-social-networks {
margin: 15px -10px 0;
}
.entry-author .author-social-networks a {
display: block;
float: left;
padding: 6px 10px;
font-size: 18px;
line-height: 1;
}
@media (max-width: 767px) {
.entry-author {
padding: 30px;
}
.post-share {
margin-top: 15px;
justify-content: flex-start;
}
}
.single-case_study .page-main-content {
position: relative;
min-height: 1px;
padding-left: .9375rem;
padding-right: .9375rem;
width: 100%;
}
.single-case_study .entry-header {
border-bottom: 1px dashed #D4D2D2;
padding-bottom: 26px;
margin-bottom: 40px;
}
.single-case_study .entry-title {
font-size: 36px;
margin-bottom: 10px;
}
.single-case_study .post-categories a {
font-size: 16px;
font-weight: 600;
}
.single-service .post-main-feature {
margin-bottom: 50px;
}
.single-service .post-main-title {
font-size: 32px;
margin-bottom: 30px;
}
@media (min-width: 1200px) {
.single-service .page-content {
padding-top: 126px;
padding-bottom: 115px;
}
.post-type-service.page-has-sidebar .page-content > .container {
max-width: 1200px;
}
.post-type-service.page-both-sidebar .page-content > .container {
max-width: 1600px;
}
}
@media (max-width: 991px) {
.single-service .post-main-feature {
margin-bottom: 50px;
}
.single-service .post-main-title {
font-size: 36px;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.single-service .post-main-title {
font-size: 30px;
}
}
.post-type-archive-ic_caregiver .search-title {
font-size: 36px;
margin-bottom: 50px;
text-align: center;
}
.post-type-archive-ic_caregiver .search-form {
max-width: 800px;
margin: 0 auto 76px;
}
.post-type-archive-ic_caregiver .search-form form {
display: flex;
}
.post-type-archive-ic_caregiver .search-form button {
flex-shrink: 0;
}
.post-type-archive-ic_caregiver .result-count {
display: block;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item {
text-align: center;
margin-bottom: 30px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .post-item-wrap {
height: 100%;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .post-thumbnail {
margin-bottom: 30px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .post-title {
font-size: 20px;
margin-bottom: 3px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .position {
font-size: 15px;
font-weight: 400;
margin-top: 3px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .caregiver-footer {
margin-top: 25px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks {
margin: 0 -10px;
}
.post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks a {
display: inline-block;
padding: 5px 10px;
font-size: 18px;
line-height: 1;
color: #aeaeae;
}
.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-item-wrap:hover .post-thumbnail-wrap img {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
transform: translateY(-10px);
}
.post-type-archive-ic_caregiver .search-result.style-grid-02 .caregiver-header {
padding-bottom: 20px;
border-bottom: 1px dashed #ddd;
margin-bottom: 25px;
}
.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap {
position: relative;
}
.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap img {
width: 100%;
}
.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:hover:before {
width: 100%;
left: 0;
right: auto;
}
.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap {
position: relative;
background-color: #fff;
padding: 23px 40px 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:before {
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 3px;
content: '';
}
.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-thumbnail img {
width: 100%;
border-radius: 50%;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-item-wrap {
position: relative;
overflow: hidden;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-item-wrap:hover .info {
top: 0;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail {
position: relative;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.36;
z-index: 1;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .info {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
color: #fff;
z-index: 2;
-webkit-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail {
margin: 0;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title {
margin-bottom: 1px;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title a {
color: #fff;
font-size: 20px;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title a:hover {
color: #FF875F;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .position {
font-style: italic;
font-weight: 400;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .caregiver-header {
position: absolute;
bottom: 25px;
left: 0;
width: 100%;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks {
position: absolute;
top: 40%;
left: 0;
margin: 0;
width: 100%;
text-align: center;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks a {
font-size: 22px;
color: #fff !important;
}
.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks a:hover {
color: #FF875F;
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap {
background-color: #fff;
padding: 20px;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.06);
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap:hover {
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-thumbnail {
margin-bottom: 24px;
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .position {
font-weight: 600;
margin-bottom: 5px;
color: #FF875F;
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-title {
font-size: 20px;
margin-bottom: 2px;
}
.post-type-archive-ic_caregiver .search-result.style-grid-04 .caregiver-header {
border-bottom: 2px dashed #d8d8d8;
padding-bottom: 15px;
margin-bottom: 17px;
}
.post-type-archive-ic_caregiver .page-pagination {
width: 100%;
text-align: center;
}
@media (max-width: 767px) {
.post-type-archive-ic_caregiver .search-form form {
display: block;
}
.post-type-archive-ic_caregiver .search-form select {
margin-bottom: 20px;
}
.post-type-archive-ic_caregiver .search-form button {
flex-shrink: 0;
}
}
.search-results .page-main-content .search-form,
.search-no-results .page-main-content .search-form {
position: relative;
}
.search-results .page-main-content .search-form .search-submit,
.search-no-results .page-main-content .search-form .search-submit {
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 20px;
border: 0;
padding: 0;
font-size: 21px;
background: transparent;
color: #454545;
}
.search-results .page-main-content .search-form .search-btn-text,
.search-no-results .page-main-content .search-form .search-btn-text {
display: none;
}
.search-page-search-form {
background: #ffffff;
border: 1px solid #eeeeee;
padding: 30px;
margin-bottom: 30px;
}
.search-no-results .no-results {
background: #ffffff;
padding: 45px 30px 60px;
border: 1px solid #eeeeee;
}
.search-no-results .no-results .page-title {
margin-bottom: 21px;
}
.search-no-results .no-results .search-no-results-text {
margin-bottom: 30px;
}
.simple-header .branding {
padding-top: 84px;
text-align: center;
}
.error404 {
background-color: #f7f7f7;
}
.error404 .maintenance-page {
text-align: center;
padding: 100px 0;
}
.error404 .error-404-big-title {
font-size: 200px;
font-weight: 500;
}
.error404 .error-404-title {
font-size: 36px;
margin-bottom: 20px;
}
.error404 .error-404-search-form-wrap {
position: relative;
max-width: 500px;
margin: 84px auto 0;
}
.error404 .error-404-search-form-wrap .search-field {
border: 0;
border-bottom: 2px solid red;
border-radius: 0;
background: transparent;
padding: 0;
color: #222;
}
.error404 .error-404-search-form-wrap .search-field::-webkit-input-placeholder { font-size: 15px;
color: #999;
}
.error404 .error-404-search-form-wrap .search-field::-moz-placeholder { font-size: 15px;
color: #999;
}
.error404 .error-404-search-form-wrap .search-field:-ms-input-placeholder { font-size: 15px;
color: #999;
}
.error404 .error-404-search-form-wrap .search-field:-moz-placeholder { font-size: 15px;
color: #999;
}
.error404 .error-404-search-form-wrap .search-submit {
position: absolute;
top: 0;
right: -5px;
padding: 0;
border: 0;
background-color: transparent;
outline: none;
}
.error404 .error-404-search-form-wrap .search-btn-text {
font-size: 0;
}
.error404 .error-404-search-form-wrap .search-btn-icon {
font-size: 24px;
font-weight: 500;
color: #222;
vertical-align: middle;
}
.error404 .woosc-area {
display: none;
}
@media (max-width: 991px) {
.error404 {
overflow: auto;
}
.error404 .error-404-big-title {
font-size: 100px;
}
.error404 .error-404-title {
font-size: 20px;
}
.error404 .error-404-search-form-wrap {
max-width: 350px;
margin-top: 60px;
}
} .tm-grid-wrapper .tm-filter-button-group {
padding-bottom: 80px;
}
.tm-grid-wrapper .tm-filter-button-group .container {
padding-left: 0;
padding-right: 0;
}
.tm-grid-wrapper .tm-filter-button-group.right {
text-align: right;
}
.tm-grid-wrapper .tm-filter-button-group.center {
text-align: center;
}
.tm-grid-wrapper .tm-filter-button-group-inner {
display: block;
border-bottom: 2px dashed #d4d2d2;
width: 100%;
}
.tm-grid-wrapper .btn-filter {
position: relative;
display: inline-block;
padding: 18px 15px;
z-index: 1;
}
@media (max-width: 767px) {
.tm-grid-wrapper .btn-filter {
display: block;
margin-bottom: 3px;
}
.tm-grid-wrapper .btn-filter:after {
bottom: 0;
}
}
.tm-grid-wrapper .btn-filter + .btn-filter {
margin-left: 20px;
}
@media (max-width: 767px) {
.tm-grid-wrapper .btn-filter + .btn-filter {
margin-left: 0;
}
}
.tm-grid-wrapper .btn-filter.current {
cursor: auto;
}
.tm-grid-wrapper .btn-filter:hover:after, .tm-grid-wrapper .btn-filter.current:after {
width: 100%;
}
.tm-grid-wrapper .btn-filter:hover:after {
left: 0;
right: auto;
}
.tm-grid-wrapper .btn-filter:after {
content: '';
position: absolute;
bottom: -2px;
width: 0;
height: 3px;
left: auto;
right: 0;
transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.tm-grid-wrapper .filter-text {
display: inline-block;
font-weight: 600;
font-size: 16px;
line-height: 1;
}
.tm-grid-wrapper .filter-counter {
position: absolute;
top: 0;
right: -5px;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
line-height: 20px;
font-size: 11px;
font-weight: 600;
text-align: center;
color: #ffffff;
}
@media (max-width: 767px) {
.tm-grid-wrapper .filter-counter {
top: 50%;
right: 0;
margin-top: -13px;
}
}
.modern-grid {
display: grid;
}
.modern-grid .grid-item {
width: 100%;
}
.grid-width-2 {
grid-column: span 2;
}
.grid-height-2 {
grid-row: span 2;
}
.tm-loader {
display: none;
border: 3px solid #f3f3f3;
border-top: 3px solid #979797;
border-radius: 50%;
width: 68px;
height: 68px;
animation: spin 1.2s linear infinite;
margin: 30px 0;
}
.tm-grid-loadmore-btn {
min-width: 180px;
margin-top: 60px;
}
.tm-grid-messages {
margin: 50px 0;
text-align: center;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.page-has-animation div:not(.tm-swiper) .tm-grid.has-animation .grid-item {
opacity: 0;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.fade-in .animate {
animation: fadeIn 1s ease forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.move-up .animate {
transform: translateY(20px);
animation: moveVertical 1s ease forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.move-down .animate {
transform: translateY(-20px);
animation: moveVertical 1s ease forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.move-left .animate {
transform: translateX(20px);
animation: moveHorizontal 1s ease forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.move-right .animate {
transform: translateX(-20px);
animation: moveHorizontal 1s ease forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.scale-up .animate {
transform: scale(0.8);
animation: scaleUp 1s ease-in-out forwards;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.fall-perspective {
perspective: 1300px;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.fall-perspective .animate {
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
animation: fallPerspective 1s ease-in-out forwards;
transform-style: preserve-3d;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.fly {
perspective: 1300px;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.fly .animate {
transform: rotateX(-180deg);
transform-origin: 50% 50% -300px;
animation: fly 1s ease-in-out forwards;
transform-style: preserve-3d;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.flip .animate {
transform: rotateX(-80deg);
transform-origin: 0% 0%;
animation: flip 1s ease-in-out forwards;
transform-style: preserve-3d;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.helix {
perspective: 1300px;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.helix .animate {
transform: rotateY(-180deg);
animation: helix 1s ease-in-out forwards;
transform-style: preserve-3d;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.pop-up {
perspective: 1300px;
}
.page-has-animation div:not(.tm-swiper) .tm-grid.pop-up .animate {
transform: scale(0.6);
animation: popUp 1s ease-in forwards;
transform-style: preserve-3d;
}
@media (max-width: 767px) {
.tm-grid-wrapper .tm-filter-button-group-inner {
display: block;
}
}
.tm-blog .post-item {
box-sizing: border-box;
word-wrap: break-word;
}
.tm-blog .post-title a,
.tm-blog .post-categories a {
color: inherit;
font-size: inherit;
}
.tm-blog .post-excerpt p:last-child {
margin-bottom: 0;
}
.tm-blog .format-gallery .swiper-pagination {
bottom: 27px;
}
.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet:before {
background: #fff;
}
.tm-blog .post-audio {
margin-bottom: -8px;
}
.tm-blog .post-audio iframe {
width: 100%;
height: 145px;
border: 0;
}
.tm-blog .post-link {
margin-bottom: 14px;
}
.tm-blog .post-link a {
letter-spacing: -.02em;
font-size: 20px;
line-height: 1.2;
}
.tm-blog .post-quote {
padding: 55px 35px 47px;
background: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/blog-quote-icon.png) no-repeat top 0 right 2px;
}
.tm-blog .post-quote .post-quote-text {
margin-bottom: 18px;
color: #fff;
font-weight: 600;
font-size: 22px;
line-height: 1.3;
}
.tm-blog .post-quote .post-quote-name {
position: relative;
padding-left: 40px;
letter-spacing: -.02em;
font-style: italic;
font-size: 16px;
}
.tm-blog .post-quote .post-quote-name:before {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 29px;
height: 1px;
background-color: #fff;
content: '';
}
.tm-blog .post-quote .post-quote-name a {
color: #fff;
}
.tm-blog.style-list .post-item {
margin-bottom: 70px;
}
.tm-blog.style-list .post-item:last-child {
margin-bottom: 35px;
}
.tm-blog.style-list .post-thumbnail {
position: relative;
text-align: center;
}
.tm-blog.style-list .post-feature {
margin-bottom: 40px;
}
.tm-blog.style-list .post-title {
margin-bottom: 25px;
padding-bottom: 25px;
font-size: 30px;
line-height: 1.26;
border-bottom: 1px dashed #d4d2d2;
}
.tm-blog.style-list .post-meta {
font-size: 14px;
margin-bottom: 22px;
}
.tm-blog.style-list .post-meta > * {
display: inline-block;
vertical-align: middle;
}
.tm-blog.style-list .post-meta > div + div {
position: relative;
padding-left: 15px;
margin-left: 12px;
}
.tm-blog.style-list .post-meta > div + div:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
content: '';
width: 1px;
height: 20px;
display: inline-block;
background-color: #ddd;
}
.tm-blog.style-list .post-meta .post-author-meta * {
display: inline-block;
vertical-align: middle;
}
.tm-blog.style-list .post-meta .post-author-meta .avatar {
border-radius: 50%;
margin-right: 10px;
}
.tm-blog.style-list .post-categories {
position: relative;
font-weight: 600;
font-size: 12px;
margin: 0 -3px 19px;
}
.tm-blog.style-list .post-categories a {
display: inline-block;
padding: 2px 7px;
margin: 0 3px 5px;
border: 1px solid #FF875F;
}
.tm-blog.style-list .post-categories a:hover {
color: #fff;
}
.tm-blog.style-list .post-read-more a {
display: inline-block;
padding: 0 35px;
background-color: red;
color: #fff;
height: 50px;
line-height: 50px;
}
.tm-blog.style-list .post-read-more a:hover {
color: #fff;
}
.tm-blog.style-list .post-read-more .btn-text {
font-weight: 600;
font-size: 14px;
color: inherit;
}
.tm-blog.style-list .post-read-more i {
font-size: 10px;
margin-left: 5px;
}
.tm-blog.style-list .post-excerpt {
margin-bottom: 40px;
}
.tm-blog.style-list_simple .post-item + .post-item {
margin-top: 30px;
padding-top: 30px;
border-top: 1px dashed #d4d2d2;
}
.tm-blog.style-list_simple .post-item-wrap {
display: flex;
}
.tm-blog.style-list_simple .post-item-wrap:hover .post-thumbnail a:before {
opacity: .3;
}
.tm-blog.style-list_simple .post-item-wrap:hover .post-thumbnail a:after {
opacity: 1;
}
.tm-blog.style-list_simple .post-thumbnail {
position: relative;
margin-right: 20px;
}
.tm-blog.style-list_simple .post-thumbnail a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: #000;
opacity: 0;
}
.tm-blog.style-list_simple .post-thumbnail a:after {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
transform: translateY(-50%);
content: '\f002';
color: #fff;
opacity: 0;
font-size: 16px;
}
.tm-blog.style-list_simple .post-title {
font-size: 16px;
margin-bottom: 0;
}
.tm-blog.style-list_simple .post-date {
font-size: 14px;
margin-top: 10px;
}
.tm-blog.style-01.style-carousel_01 .tm-swiper {
margin: -50px;
}
.tm-blog.style-01.style-carousel_01 .swiper-container {
padding: 50px;
}
.tm-blog.style-01 .tm-grid-pagination {
margin-top: 70px;
}
.tm-blog.style-01 .post-item:hover .post-item-wrap {
transform: translateY(-30px);
}
.tm-blog.style-01 .post-item:hover .post-item-wrap:before {
opacity: 1;
visibility: visible;
}
.tm-blog.style-01 .post-item-wrap {
position: relative;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-blog.style-01 .post-item-wrap:before {
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
content: '';
position: absolute;
top: -20px;
left: -20px;
width: calc(100% + 40px);
height: calc(100% + 60px);
z-index: -1;
background-color: #fff;
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
opacity: 0;
visibility: hidden;
}
.tm-blog.style-01 .post-feature-wrap {
position: relative;
}
.tm-blog.style-01 .post-feature-wrap img {
width: 100%;
transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.tm-blog.style-01 .post-thumbnail {
overflow: hidden;
margin-bottom: 27px;
}
.tm-blog.style-01 .post-date {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
font-weight: 600;
color: #fff;
padding: 5px 11px;
}
.tm-blog.style-01 .post-categories {
margin-bottom: 10px;
font-weight: 600;
}
.tm-blog.style-01 .post-categories a {
color: #7A8A9E;
}
.tm-blog.style-01 .post-title {
font-size: 20px;
margin-bottom: 0;
line-height: 1.4;
}
.tm-blog.style-01 .post-title a {
color: inherit;
}
.tm-blog.style-01 .post-title a:hover {
text-decoration: none;
}
.tm-blog.style-01 .page-pagination {
margin-top: 0;
}
.tm-blog.style-02.style-carousel_02 .tm-swiper {
margin: -30px -20px;
}
.tm-blog.style-02.style-carousel_02 .swiper-container {
padding: 30px 20px;
}
.tm-blog.style-02.style-carousel_02 .post-item-wrap {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.tm-blog.style-02 .post-item:hover .post-item-wrap {
transform: translateY(-20px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.14);
}
.tm-blog.style-02 .post-item-wrap {
display: flex;
justify-content: space-between;
background-color: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.tm-blog.style-02 .post-info {
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 35px 30px;
}
.tm-blog.style-02 .post-thumbnail {
padding: 20px;
flex-shrink: 0;
}
.tm-blog.style-02 .post-categories {
margin-bottom: 15px;
font-size: 12px;
}
.tm-blog.style-02 .post-categories a {
display: inline-block;
border: 1px solid #FF875F;
font-weight: 600;
line-height: 1;
padding: 5px 7px;
margin-right: 1px;
margin-bottom: 5px;
}
.tm-blog.style-02 .post-categories a:hover {
color: #fff;
}
.tm-blog.style-02 .post-title {
font-size: 20px;
line-height: 1.3;
margin-bottom: 20px;
}
.tm-blog.style-02 .post-date {
margin-top: 20px;
font-size: 14px;
font-weight: 500;
}
@media (max-width: 543px) {
.tm-blog.style-02 .post-item-wrap {
display: block;
}
.tm-blog.style-02 .post-thumbnail {
flex-shrink: inherit;
padding-top: 0;
}
.tm-blog.style-02 .post-thumbnail img {
width: 100%;
}
}
.tm-blog.style-03.style-carousel_03 .tm-swiper {
margin: -30px -20px;
}
.tm-blog.style-03.style-carousel_03 .swiper-container {
padding: 30px 20px;
}
.tm-blog.style-03.style-carousel_03 .post-item-wrap:hover {
box-shadow: 0 15px 20px rgba(0, 0, 0, 0.13);
}
.tm-blog.style-03 .post-item-wrap {
background-color: #fff;
padding: 20px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.tm-blog.style-03 .post-item-wrap:hover {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.13);
}
.tm-blog.style-03 .post-item-wrap:hover .post-read-more a {
opacity: 1;
transform: scale(1);
}
.tm-blog.style-03 .post-info {
padding: 22px 0 10px;
}
.tm-blog.style-03 .post-title {
font-size: 20px;
margin-bottom: 0;
}
.tm-blog.style-03 .post-date {
margin-bottom: 8px;
}
.tm-blog.style-03 .post-feature-wrap {
position: relative;
}
.tm-blog.style-03 .post-read-more {
position: absolute;
bottom: -25px;
left: 50%;
margin-left: -25px;
width: 100%;
}
.tm-blog.style-03 .post-read-more a {
position: relative;
z-index: 3;
display: inline-block;
opacity: 0;
transform: scale(0.95);
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
font-size: 16px;
font-weight: 500;
background-color: #FF875F;
text-align: center;
}
.tm-blog.style-03 .post-read-more a i {
position: relative;
z-index: 3;
}
.tm-blog.style-03 .post-read-more a:before, .tm-blog.style-03 .post-read-more a:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #FF875F;
}
.tm-blog.style-03 .post-read-more a:before {
z-index: 2;
width: 66px;
height: 66px;
opacity: 0.21;
}
.tm-blog.style-03 .post-read-more a:after {
z-index: 1;
width: 82px;
height: 82px;
opacity: 0.09;
}
.tm-blog.style-03 .post-read-more a:hover:before, .tm-blog.style-03 .post-read-more a:hover:after {
-webkit-animation: circle-2 1.05s infinite;
-moz-animation: circle-2 1.05s infinite;
-ms-animation: circle-2 1.05s infinite;
-o-animation: circle-2 1.05s infinite;
animation: circle-2 1.05s infinite;
}
.tm-blog.style-metro .post-item-wrap {
position: relative;
overflow: hidden;
}
.tm-blog.style-metro .post-item-wrap:before {
content: '';
display: block;
padding-top: 100%;
}
.tm-blog.style-metro .post-item-wrap:hover .post-thumbnail {
transform: scale3d(1.15, 1.15, 1.15);
}
.tm-blog.style-metro .post-thumbnail {
transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222;
background-size: cover;
background-repeat: no-repeat;
}
.tm-blog.style-metro .post-thumbnail:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
background: linear-gradient(to bottom, rgba(34, 54, 69, 0), #222222);
}
.tm-blog.style-metro .post-info {
position: absolute;
bottom: 0;
left: 0;
padding: 0 40px 40px;
width: 100%;
}
.tm-blog.style-metro .post-title {
font-size: 20px;
line-height: 1.25;
margin-bottom: 10px;
color: #fff;
}
.tm-blog.style-metro .post-date {
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
}
@media (max-width: 767px) {
.tm-blog.style-01 .post-title {
font-size: 16px;
}
.tm-blog.style-01 .post-info {
padding: 26px 25px 49px;
}
.tm-blog.style-grid_classic_03 .post-info {
padding: 31px 30px 54px;
}
}
.tm-category-feature.style-01 {
text-align: center;
width: 100%;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
}
.tm-category-feature.style-01 .modern-grid {
grid-template-columns: repeat(2, 1fr);
grid-gap: 1px;
overflow: hidden;
width: 100%;
background: #eee;
}
.tm-category-feature.style-01 .grid-item.current .cat-name, .tm-category-feature.style-01 .grid-item:hover .cat-name {
color: #fff;
}
.tm-category-feature.style-01 .grid-item.current .icon span, .tm-category-feature.style-01 .grid-item:hover .icon span {
background-color: #fff;
border-color: #fff;
}
.tm-category-feature.style-01 .cat-item-wrap {
background: #fff;
height: 100%;
padding: 20px 10px;
}
.tm-category-feature.style-01 .icon {
font-size: 40px;
margin-bottom: 15px;
}
.tm-category-feature.style-01 .icon span {
display: inline-block;
border: 1px solid #eee;
width: 95px;
height: 95px;
border-radius: 50%;
line-height: 95px;
}
.tm-category-feature.style-01 .cat-name {
word-break: break-word;
font-size: 16px;
margin-bottom: 0;
line-height: 1.266;
}
.tm-case-study .tm-grid-pagination {
margin-top: 20px;
}
.tm-case-study .post-thumbnail {
position: relative;
}
.tm-case-study .post-thumbnail img {
width: 100%;
}
.tm-case-study .post-categories {
font-size: 14px;
}
.tm-case-study .post-categories a {
color: inherit;
font-size: inherit;
}
.tm-case-study .post-title {
font-size: 20px;
margin-bottom: 0;
}
.tm-case-study .post-title a {
font-size: inherit;
}
.tm-case-study.style-grid .post-item-wrap:hover .post-thumbnail-wrap img {
transform: scale(1.1, 1.1);
}
.tm-case-study.style-grid .post-item-wrap:hover .post-read-more span {
color: #fff;
}
.tm-case-study.style-grid .post-thumbnail-wrap {
position: relative;
overflow: hidden;
}
.tm-case-study.style-grid .post-thumbnail-wrap img {
transition: all .8s;
}
.tm-case-study.style-grid .post-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 125%);
}
.tm-case-study.style-grid .post-overlay-content {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 35px 40px;
width: 100%;
}
.tm-case-study.style-grid .post-categories {
margin-bottom: 10px;
color: #fff;
font-size: 14px;
}
.tm-case-study.style-grid .post-title {
line-height: 1.4;
color: #fff;
margin-bottom: 0;
}
.tm-case-study.style-grid .post-read-more {
position: absolute;
top: 30px;
right: 30px;
height: 55px;
width: 55px;
border: 2px solid red;
border-radius: 50%;
}
.tm-case-study.style-grid .post-read-more span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 18px;
}
.tm-case-study.style-grid-caption .post-item-wrap {
background: #fff;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}
.tm-case-study.style-grid-caption .post-item-wrap:hover .post-thumbnail-wrap a:before {
background-color: rgba(0, 0, 0, 0.3);
}
.tm-case-study.style-grid-caption .post-thumbnail-wrap {
margin: -1px -1px 0;
position: relative;
}
.tm-case-study.style-grid-caption .post-thumbnail-wrap a:before {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
display: inline-block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
z-index: 2;
}
.tm-case-study.style-grid-caption .post-info {
padding: 30px;
}
.tm-case-study.style-grid-caption .post-categories {
margin-top: 5px;
}
.tm-case-study.style-grid-caption .post-title {
line-height: 1.41;
margin-bottom: 0;
}
.tm-case-study.style-grid-caption-2 .post-item-wrap {
position: relative;
background: #fff;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
margin-bottom: 50px;
}
.tm-case-study.style-grid-caption-2 .post-item-wrap:hover .post-thumbnail-wrap a:before {
background-color: rgba(0, 0, 0, 0.3);
}
.tm-case-study.style-grid-caption-2 .post-thumbnail-wrap {
margin: -1px -1px 0;
position: relative;
}
.tm-case-study.style-grid-caption-2 .post-thumbnail-wrap a:before {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
display: inline-block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
z-index: 2;
}
.tm-case-study.style-grid-caption-2 .post-info {
padding: 30px;
}
.tm-case-study.style-grid-caption-2 .post-title {
line-height: 1.41;
margin-bottom: 0;
}
.tm-case-study.style-grid-caption-2 .post-excerpt {
border-top: 1px solid #eee;
padding-top: 15px;
margin-top: 14px;
}
.tm-case-study.style-grid-caption-2 .post-read-more a {
position: absolute;
bottom: -25px;
left: 50%;
margin-left: -25px;
font-size: 20px;
width: 50px;
height: 50px;
border: 2px solid red;
background-color: #fff;
text-align: center;
line-height: 50px;
border-radius: 50%;
}
.tm-case-study.style-grid-caption-2 .post-read-more a:hover {
color: #fff;
}
.tm-case-study.style-grid-caption-3 .post-item-wrap:hover .post-thumbnail {
transform: translateY(-10px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.09);
}
.tm-case-study.style-grid-caption-3 .post-thumbnail {
margin-bottom: 35px;
}
.tm-case-study.style-grid-caption-3 .post-categories {
margin-bottom: 5px;
}
.tm-case-study.style-grid-caption-3 .post-categories a {
font-size: 16px;
font-weight: 600;
}
.tm-case-study.style-grid-caption-3 .post-title {
line-height: 1.41;
margin-bottom: 18px;
}
.tm-case-study.style-grid-caption-3 .post-read-more {
margin-top: 30px;
}
.post-type-archive-service .tm-service.style-03 .post-item-wrap {
margin-bottom: 0;
}
.post-type-archive-service .tm-service.style-01 .post-item-wrap {
padding-bottom: 0;
}
.tm-service .post-excerpt p:last-child {
margin-bottom: 0;
}
.tm-service .post-item-wrap {
position: relative;
}
.tm-service .post-item-wrap .trending-label {
position: absolute;
top: 0;
right: 0;
z-index: 2;
width: 0;
height: 0;
border-width: 0 60px 60px 0;
border-style: solid;
border-color: transparent;
border-right-color: #FFA942;
}
.tm-service .post-item-wrap .trending-label i {
position: absolute;
top: 11px;
left: 35px;
color: #fff;
font-size: 14px;
}
.tm-service.style-01.style-carousel_01 .tm-swiper {
margin: 0 -20px -50px;
}
.tm-service.style-01.style-carousel_01 .swiper-container {
padding: 0 20px 50px;
}
.tm-service.style-01.style-carousel_01 .post-item-wrap:hover .post-info {
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.09);
}
.tm-service.style-01 .post-item-wrap {
padding: 0 0 30px;
}
.tm-service.style-01 .post-item-wrap:hover .post-info {
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}
.tm-service.style-01 .post-item-wrap:hover .post-info:after {
width: 100%;
left: 0;
right: auto;
}
.tm-service.style-01 .post-thumbnail {
position: relative;
overflow: hidden;
}
.tm-service.style-01 .post-thumbnail img {
transition: all .7s linear;
width: 100%;
}
.tm-service.style-01 .post-info {
position: relative;
padding: 25px 25px 30px;
background: #fff;
position: relative;
z-index: 999;
margin: -30px 20px 0;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.tm-service.style-01 .post-info:after {
content: '';
width: 0;
height: 3px;
position: absolute;
left: auto;
right: 0;
bottom: 0;
}
.tm-service.style-01 .post-title {
font-size: 20px;
margin-bottom: 14px;
line-height: 1.4;
}
.tm-service.style-01 .post-read-more {
font-size: 13px;
margin-top: 20px;
letter-spacing: 1px;
}
.tm-service.style-01 .post-read-more .btn-text {
font-weight: 600;
margin-right: 3px;
text-transform: uppercase;
}
.tm-service.style-02.style-carousel_02 .tm-swiper {
margin: -30px -20px;
}
.tm-service.style-02.style-carousel_02 .swiper-container {
padding: 30px 20px;
}
.tm-service.style-02.style-carousel_02 .post-item-wrap {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.tm-service.style-02.style-carousel_02 .post-item-wrap:hover {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.09);
}
.tm-service.style-02.style-carousel_02 .has-pagination {
padding-bottom: 30px;
}
.tm-service.style-02.style-carousel_02 .has-pagination .swiper-pagination {
bottom: 0;
}
.tm-service.style-02 .post-item-wrap {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
padding: 20px;
background-color: #fff;
text-align: center;
}
.tm-service.style-02 .post-item-wrap:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
transform: translateY(-10px);
}
.tm-service.style-02 .post-thumbnail-wrap {
position: relative;
padding-bottom: 41px;
}
.tm-service.style-02 .post-thumbnail-wrap img {
width: 100%;
}
.tm-service.style-02 .post-info {
padding: 10px 10px 16px;
}
.tm-service.style-02 .post-title {
font-size: 20px;
margin-bottom: 14px;
line-height: 1.4;
}
.tm-service.style-02 .post-read-more {
position: absolute;
bottom: 16px;
left: 0;
width: 100%;
}
.tm-service.style-02 .post-read-more a {
position: relative;
z-index: 3;
display: inline-block;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
font-size: 18px;
font-weight: 500;
}
.tm-service.style-02 .post-read-more a .btn-icon {
position: relative;
z-index: 3;
}
.tm-service.style-02 .post-read-more a:before, .tm-service.style-02 .post-read-more a:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
.tm-service.style-02 .post-read-more a:before {
z-index: 2;
width: 66px;
height: 66px;
opacity: 0.21;
}
.tm-service.style-02 .post-read-more a:after {
z-index: 1;
width: 82px;
height: 82px;
opacity: 0.09;
}
.tm-service.style-02 .post-read-more a:hover:before, .tm-service.style-02 .post-read-more a:hover:after {
-webkit-animation: circle-2 1.05s infinite;
-moz-animation: circle-2 1.05s infinite;
-ms-animation: circle-2 1.05s infinite;
-o-animation: circle-2 1.05s infinite;
animation: circle-2 1.05s infinite;
}
.tm-service.style-03 {
text-align: center;
}
.tm-service.style-03.style-carousel_03 .tm-swiper {
margin: -30px -20px 0;
}
.tm-service.style-03.style-carousel_03 .swiper-container {
padding: 30px 20px 0;
}
.tm-service.style-03 .post-item-wrap {
margin-bottom: 30px;
}
.tm-service.style-03 .post-item-wrap:hover .post-thumbnail-wrap {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}
.tm-service.style-03 .post-thumbnail-wrap {
position: relative;
}
.tm-service.style-03 .post-thumbnail {
margin-bottom: 35px;
}
.tm-service.style-03 .post-thumbnail img {
width: 100%;
}
.tm-service.style-03 .post-title {
font-size: 20px;
margin-bottom: 14px;
line-height: 1.4;
}
.tm-service.style-03 .post-read-more {
margin-top: 32px;
}
.tm-service.style-03 .post-read-more a {
color: #FF875F;
}
.tm-service.style-03 .btn-icon {
font-size: 12px;
margin-left: 5px;
}
.tm-service.style-04 .post-item-wrap:hover .post-thumbnail-wrap img {
filter: none;
transform: scale(1.05);
}
.tm-service.style-04 .post-thumbnail-wrap {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.tm-service.style-04 .post-thumbnail-wrap img {
filter: grayscale(100%);
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-service.style-04 .post-thumbnail-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
opacity: 0.8;
z-index: 1;
}
.tm-service.style-04 .post-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
padding: 40px 20px;
}
.tm-service.style-04 .post-title {
font-size: 20px;
margin-bottom: 12px;
}
.tm-service.style-04 .post-title a {
color: #fff;
}
.tm-service.style-04 .post-excerpt {
font-size: 14px;
color: #fff;
}
.tm-service.style-04 .post-read-more {
margin-top: 15px;
}
.tm-service.style-04 .post-read-more a {
color: #E7CBAF;
}
.tm-service.style-04 .post-read-more a:hover {
color: red;
}
.tm-service.style-04 .post-read-more a i {
margin-left: 8px;
}
.tm-service.style-05.style-carousel_05 .tm-swiper {
margin: -40px -15px;
}
.tm-service.style-05.style-carousel_05 .swiper-container {
padding: 40px 15px;
}
.tm-service.style-05.style-carousel_05 .post-item-wrap {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.tm-service.style-05.style-carousel_05 .service-item:hover .post-item-wrap {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.13);
transform: translateY(-20px);
}
.tm-service.style-05 .service-item:hover .post-item-wrap {
box-shadow: 0 30px 35px rgba(0, 0, 0, 0.13);
transform: translateY(-20px);
}
.tm-service.style-05 .post-item-wrap {
background-color: #fff;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.06);
padding: 20px;
text-align: center;
}
.tm-service.style-05 .post-thumbnail {
margin-bottom: 35px;
}
.tm-service.style-05 .post-thumbnail img {
width: 100%;
}
.tm-service.style-05 .post-info {
padding: 0 25px 25px;
}
.tm-service.style-05 .post-title {
font-size: 20px;
margin-bottom: 14px;
line-height: 1.4;
}
.tm-service.style-05 .post-read-more {
margin-top: 30px;
}
.tm-service.style-05 .post-read-more a {
display: block;
font-size: 14px;
font-weight: 600;
border: 2px solid #eee;
padding: 0 30px;
height: 50px;
line-height: 46px;
width: 100%;
color: #FF875F;
}
.tm-service.style-05 .post-read-more a:hover {
color: #fff;
background-color: #223645;
border-color: #223645;
}
.tm-service.style-05 .post-read-more .btn-icon {
font-size: 12px;
margin-left: 5px;
}
.tm-service.style-06.style-carousel_06 .tm-swiper {
margin: -40px -15px;
}
.tm-service.style-06.style-carousel_06 .swiper-container {
padding: 40px 15px;
}
.tm-service.style-06.style-carousel_06 .post-item-wrap {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.tm-service.style-06.style-carousel_06 .service-item:hover .post-item-wrap {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.13);
transform: translateY(-20px);
}
.tm-service.style-06 .service-item:hover .post-item-wrap {
box-shadow: 0 30px 35px rgba(0, 0, 0, 0.13);
transform: translateY(-20px);
}
.tm-service.style-06 .post-item-wrap {
background-color: #fff;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.06);
padding: 40px 20px 20px;
text-align: center;
}
.tm-service.style-06 .post-icon-wrap {
position: relative;
width: 116px;
height: 116px;
margin: 0 auto 30px;
}
.tm-service.style-06 .post-icon-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border-radius: 50%;
}
.tm-service.style-06 .post-icon {
position: relative;
z-index: 1;
}
.tm-service.style-06 .post-icon i {
display: inline-block;
position: relative;
font-size: 56px;
width: 116px;
height: 116px;
line-height: 116px;
border-radius: 50%;
}
.tm-service.style-06 .post-info {
padding: 0 25px 25px;
}
.tm-service.style-06 .post-title {
font-size: 20px;
margin-bottom: 14px;
line-height: 1.4;
}
.tm-service.style-06 .post-read-more {
margin-top: 30px;
}
.tm-service.style-06 .post-read-more a {
display: block;
font-size: 14px;
font-weight: 600;
border: 2px solid #eee;
padding: 0 30px;
height: 50px;
line-height: 46px;
width: 100%;
}
.tm-service.style-06 .post-read-more a:hover {
color: #fff;
}
.tm-service.style-06 .post-read-more .btn-icon {
font-size: 12px;
margin-left: 5px;
}
.tm-service.style-07 .post-item-wrap {
text-align: center;
}
.tm-service.style-07 .post-icon-wrap {
position: relative;
width: 116px;
height: 116px;
margin: 0 auto 30px;
}
.tm-service.style-07 .post-icon-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border-radius: 50%;
}
.tm-service.style-07 .post-icon {
position: relative;
z-index: 1;
}
.tm-service.style-07 .post-icon i {
display: inline-block;
position: relative;
font-size: 56px;
width: 116px;
height: 116px;
line-height: 116px;
border-radius: 50%;
}
.tm-service.style-07 .post-title {
position: relative;
font-size: 16px;
line-height: 1.4;
margin-bottom: 0;
}
.tm-service.style-07 .trending-label2 {
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
color: #FFA942;
}
.tm-service.style-icon-dotted .service-item:hover .post-icon-overlay {
border: 2px dotted #FF875F;
}
.tm-service.style-icon-dotted .post-icon-overlay {
border: 58px dotted #EBF5F5;
}
.tm-service.style-icon-dashed .service-item:hover .post-icon-overlay {
border: 2px dashed #FF875F;
}
.tm-service.style-icon-dashed .post-icon-overlay {
border: 58px dashed #EBF5F5;
}
.tm-service-list {
background-color: #fff;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
}
.tm-service-list .service-list-item {
position: relative;
display: flex;
align-items: center;
padding: 20px 30px;
}
.tm-service-list .service-list-item + .service-list-item {
border-top: 1px solid #eee;
}
.tm-service-list .service-list-item:after {
position: absolute;
bottom: 50%;
right: 0;
width: 5px;
height: 0;
background-color: #FF875F;
content: '';
}
.tm-service-list .service-list-item:hover {
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06);
}
.tm-service-list .service-list-item:hover:after {
height: 100%;
bottom: 0;
}
.tm-service-list .service-list-item:hover a, .tm-service-list .service-list-item:hover .icon {
color: #FF875F;
}
.tm-service-list .service-list-item-img {
width: 36px;
margin-right: 25px;
}
.tm-service-list .icon {
font-size: 36px;
}
.tm-service-list .icon,
.tm-service-list .title {
display: inline-block;
}
.tm-service-list .icon {
margin-right: 25px;
line-height: 1;
}
.tm-service-list .title {
font-size: 18px;
margin-bottom: 0;
}
.tm-button-wrapper {
font-size: 0;
}
.tm-button {
position: relative;
display: inline-block;
text-align: center;
white-space: nowrap;
line-height: 1.2;
border-style: solid;
cursor: pointer;
}
.tm-button.tm-button-full-wide {
width: 100% !important;
}
.tm-button.style-modern {
padding: 0 28px;
height: 50px;
line-height: 50px;
border-width: 0;
border-color: transparent;
font-size: 14px;
font-weight: 600;
color: #ffffff;
overflow: hidden;
transition: all .3s, border-width 0s;
z-index: 1;
text-transform: capitalize;
}
.tm-button.style-modern:after {
content: '';
width: 0;
height: 100%;
top: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.tm-button.style-modern:hover:after {
width: 100%;
left: 0;
right: auto;
}
.tm-button.style-modern.has-icon-right .button-icon {
margin-left: 10px;
}
.tm-button.style-modern.has-icon-left .button-icon {
margin-right: 10px;
}
.tm-button.style-modern .button-icon {
display: inline-block;
transform: translateY(2px);
line-height: 0;
font-size: 16px;
}
.tm-button.style-modern.tm-button-white {
color: #454545;
background: #ffffff;
border-color: #ffffff;
}
.tm-button.style-modern.tm-button-white .button-icon {
color: #454545;
}
.tm-button.style-modern.tm-button-white:hover {
background: transparent;
}
.tm-button.style-modern.tm-button-white:hover .button-icon {
color: #ffffff;
}
.tm-button.style-modern.tm-button-grey {
background-color: #eee;
}
.tm-button.style-modern.tm-button-grey:hover {
color: #fff;
}
.tm-button.style-modern.tm-button-lg {
padding: 0 32px;
height: 55px;
line-height: 55px;
font-size: 15px;
}
.tm-button.style-modern.tm-button-sm {
padding: 0 22px;
height: 45px;
line-height: 45px;
font-size: 13px;
}
.tm-button.style-modern.tm-button-xs {
padding: 0 17px;
height: 40px;
line-height: 40px;
font-size: 12px;
}
.tm-button.style-flat {
padding: 0 26px;
height: 50px;
line-height: 46px;
border-width: 2px;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
}
.tm-button.style-flat.has-icon-right .button-icon {
margin-left: 10px;
}
.tm-button.style-flat.has-icon-left .button-icon {
margin-right: 10px;
}
.tm-button.style-flat .button-icon {
display: inline-block;
transform: translateY(2px);
line-height: 0;
font-size: 20px;
}
.tm-button.style-flat.tm-button-primary {
color: #fff;
}
.tm-button.style-flat.tm-button-secondary {
color: #fff;
}
.tm-button.style-flat.tm-button-grey {
background: #eee;
border-color: #eee;
}
.tm-button.style-flat.tm-button-grey:hover {
color: #fff;
}
.tm-button.style-flat.tm-button-lg {
padding: 0 30px;
height: 55px;
font-size: 15px;
line-height: 51px;
}
.tm-button.style-flat.tm-button-sm {
padding: 0 20px;
height: 45px;
font-size: 13px;
line-height: 41px;
}
.tm-button.style-flat.tm-button-xs {
padding: 0 15px;
height: 40px;
border-width: 2px;
font-size: 12px;
line-height: 36px;
}
.tm-button.style-outline {
padding: 0 26px;
height: 50px;
border-width: 2px;
font-weight: 600;
font-size: 14px;
line-height: 46px;
text-transform: capitalize;
}
.tm-button.style-outline.has-icon-right .button-icon {
margin-left: 10px;
}
.tm-button.style-outline.has-icon-left .button-icon {
margin-right: 10px;
}
.tm-button.style-outline .button-icon {
top: 50%;
transform: translate(0, -50%);
line-height: 0;
}
.tm-button.style-outline.tm-button-primary, .tm-button.style-outline.tm-button-secondary {
background-color: transparent;
}
.tm-button.style-outline.tm-button-primary:hover, .tm-button.style-outline.tm-button-secondary:hover {
color: #ffffff;
}
.tm-button.style-outline.tm-button-white {
color: #ffffff;
border-color: #ffffff;
}
.tm-button.style-outline.tm-button-white .button-icon {
color: #ffffff;
}
.tm-button.style-outline.tm-button-white:hover {
color: #454545;
background: #ffffff;
}
.tm-button.style-outline.tm-button-white:hover .button-icon {
color: #454545;
}
.tm-button.style-outline.tm-button-grey {
border-color: #eee;
}
.tm-button.style-outline.tm-button-grey:hover {
color: #fff;
background: red;
}
.tm-button.style-outline.tm-button-lg {
padding: 0 30px;
height: 55px;
font-size: 15px;
line-height: 51px;
}
.tm-button.style-outline.tm-button-sm {
padding: 0 20px;
height: 45px;
line-height: 41px;
font-size: 13px;
}
.tm-button.style-outline.tm-button-xs {
padding: 0 15px;
height: 40px;
font-size: 12px;
line-height: 36px;
}
.tm-button.style-border-text {
position: relative;
display: inline-block;
padding: 0 0 5px;
border: 0;
background-color: transparent;
font-weight: 600;
font-size: 14px;
}
.tm-button.style-border-text:before, .tm-button.style-border-text:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #ddd;
}
.tm-button.style-border-text:after {
width: 0;
left: auto;
right: 0;
background: red;
}
.tm-button.style-border-text:hover:after {
width: 100%;
left: 0;
right: auto;
}
.tm-button.style-border-text.has-icon-right .button-icon {
margin-left: 5px;
}
.tm-button.style-border-text.has-icon-left .button-icon {
margin-right: 5px;
}
.tm-button.style-border-text .button-icon {
font-size: 14px;
}
.tm-button.style-border-text .button-icon:before {
line-height: 0;
}
.tm-button.style-border-text.tm-button-lg {
font-size: 15px;
}
.tm-button.style-border-text.tm-button-sm {
font-size: 13px;
}
.tm-button.style-border-text.tm-button-xs {
font-size: 12px;
}
.tm-button.style-border-text.tm-button-grey {
color: #ddd;
}
.tm-button.style-text {
padding: 0;
border: 0;
background-color: transparent;
font-weight: 600;
font-size: 14px;
}
.tm-button.style-text .button-text {
display: inline-block;
}
.tm-button.style-text.has-icon-right .button-icon {
margin-left: 5px;
}
.tm-button.style-text.has-icon-left .button-icon {
margin-left: 5px;
}
.tm-button.style-text .button-icon {
font-size: 15px;
}
.tm-button.style-text .button-icon:before {
line-height: 0;
}
.tm-button.style-text.tm-button-lg {
font-size: 15px;
}
.tm-button.style-text.tm-button-sm {
font-size: 13px;
}
.tm-button.style-text.tm-button-xs {
font-size: 12px;
}
.tm-button.style-text.tm-button-grey {
color: #ddd;
}
.tm-button.style-image-text {
font-size: 14px;
font-weight: 600;
border: 0;
height: 50px;
line-height: 50px;
}
.tm-button.style-image-text > div {
display: flex;
align-items: center;
}
.tm-button.style-image-text img {
flex-shrink: 0;
margin-right: 10px;
}
.tm-button.style-image-text.tm-button-lg {
font-size: 15px;
height: 55px;
line-height: 55px;
}
.tm-button.style-image-text.tm-button-sm {
font-size: 13px;
height: 45px;
line-height: 45px;
}
.tm-button.style-image-text.tm-button-xs {
font-size: 12px;
height: 40px;
line-height: 40px;
}
.tm-button.tm-button-icon-move.has-icon-left:hover .button-icon {
margin-left: -20px;
}
.tm-button.tm-button-icon-move.has-icon-right:hover .button-icon {
margin-left: 20px;
}
.tm-button.tm-button-move-up:hover {
transform: translateY(-10px);
}
.tm-button.glint-effect {
position: relative;
overflow: hidden;
}
.tm-button.glint-effect:before {
content: '';
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 3.5em;
display: block;
position: absolute;
top: 0;
left: -50%;
transform: skewX(-45deg);
transition: none;
}
.tm-button.glint-effect:hover:before {
left: 150%;
transition: all .5s ease-in-out;
}
.rev-btn {
transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.rev_slider .left-icon {
margin-right: 10px;
}
.rev_slider .right-icon {
margin-left: 10px;
}
.btn-text-popup-video .button-text {
font-size: 15px;
letter-spacing: 0;
text-transform: none;
font-weight: normal;
}
.tm-button-group {
clear: both;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: -10px;
}
.tm-button-group .tm-button-wrapper {
padding: 10px;
}
.tm-list-group.style-01 > div {
border-top: 1px solid #ecebeb;
padding-top: 50px;
}
.tm-list-group.style-01 > div + div {
margin-top: 50px;
}
.tm-list {
display: grid;
grid-row-gap: 15px;
grid-column-gap: 30px;
}
.tm-list .list-item {
position: relative;
padding: 0;
}
.tm-list .title-wrap {
overflow: hidden;
}
.tm-list .link {
padding: 0;
color: currentColor;
}
.tm-list .title {
font-size: 14px;
margin-bottom: 0;
line-height: inherit;
}
.tm-list .sub-title {
font-weight: 500;
font-style: italic;
font-size: 15px;
}
.tm-list .desc {
margin-top: 13px;
margin-bottom: 26px;
}
.tm-list .marker {
display: inline-block;
float: left;
}
.tm-list.style-check .list-item {
padding-left: 25px;
}
.tm-list.style-check .marker:before {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: block;
content: '\f00c';
font-size: 10px;
}
.tm-list.style-check .title {
font-size: 14px;
font-weight: 500;
}
.tm-list.style-check-02 .list-item {
padding-left: 25px;
}
.tm-list.style-check-02 .marker:before {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: block;
content: '\f00c';
font-size: 10px;
line-height: 1;
}
.tm-list.style-check-02 .title {
font-size: 14px;
line-height: inherit;
color: inherit;
font-weight: 500;
}
.tm-list.style-icon .title {
font-size: 18px;
line-height: 1.55;
}
.tm-list.style-icon .marker {
min-width: calc(1em + 18px);
font-size: 20px;
}
.tm-list.style-icon-02 {
grid-row-gap: 15px;
}
.tm-list.style-icon-02 .title {
font-size: inherit;
font-weight: inherit;
line-height: 1.66;
color: inherit;
}
.tm-list.style-icon-02 .marker {
min-width: 30px;
font-size: 18px;
}
.tm-list.style-circle .list-item, .tm-list.style-circle-02 .list-item {
padding-left: 20px;
}
.tm-list.style-circle .marker:before, .tm-list.style-circle-02 .marker:before {
position: absolute;
top: 8px;
left: 0;
display: block;
content: '\f192';
font-size: 8px;
}
.tm-list.style-circle .title, .tm-list.style-circle-02 .title {
font-weight: inherit;
}
.tm-list.style-circle-02 .title {
font-weight: inherit;
color: inherit;
}
.tm-list.style-modern-icon {
grid-row-gap: 50px;
}
.tm-list.style-modern-icon .marker {
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50%;
text-align: center;
margin-right: 16px;
font-size: 50px;
}
.tm-list.style-modern-icon .title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tm-list.style-modern-icon .sub-title {
text-transform: capitalize;
font-weight: 400;
letter-spacing: 0;
color: #7A8A9E;
}
.tm-list.style-modern-icon .desc {
margin-top: 15px;
margin-bottom: 0;
}
.tm-list.style-modern-icon-02 {
grid-row-gap: 30px;
}
.tm-list.style-modern-icon-02 .marker {
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
text-align: center;
margin-right: 29px;
font-size: 30px;
color: #ffffff;
}
.tm-list.style-modern-icon-02 .title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.2;
border-bottom: 1px solid #eeeeee;
padding-bottom: 15px;
}
.tm-list.style-modern-icon-02 .desc {
margin-top: 15px;
margin-bottom: 0;
}
.tm-list.style-modern-icon-03 {
grid-row-gap: 30px;
}
.tm-list.style-modern-icon-03 .marker {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
margin-right: 29px;
font-size: 30px;
color: #FF875F;
border: 1px solid #ddd;
background-color: #fff;
}
.tm-list.style-modern-icon-03 .title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 12px;
}
.tm-list.style-modern-icon-03 .desc {
margin-bottom: 0;
}
.tm-list.style-auto-numbered, .tm-list.style-manual-numbered {
grid-row-gap: 30px;
}
.tm-list.style-auto-numbered .marker, .tm-list.style-manual-numbered .marker {
font-size: 18px;
font-weight: 700;
line-height: 1.2;
margin-right: 10px;
}
.tm-list.style-auto-numbered .title, .tm-list.style-manual-numbered .title {
font-size: 18px;
line-height: 1.2;
}
.tm-list.style-auto-numbered .desc, .tm-list.style-manual-numbered .desc {
margin-top: 15px;
margin-bottom: 0;
}
@media (min-width: 544px) {
.tm-list.style-modern-icon-02 {
grid-row-gap: 60px;
}
.tm-list.style-auto-numbered, .tm-list.style-manual-numbered {
grid-row-gap: 57px;
}
}
.tm-gradation {
margin: 0 -15px;
display: flex;
position: relative;
}
.tm-gradation .count {
font-size: 36px;
font-weight: 700;
color: #ddd;
margin-bottom: 20px;
line-height: 1.22;
}
.tm-gradation .count-wrap {
position: relative;
height: 28px;
margin-bottom: 27px;
}
.tm-gradation .dot {
width: 28px;
height: 28px;
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.tm-gradation .dot:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 18px;
height: 18px;
border-radius: 50%;
}
.tm-gradation .dot:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
border-radius: 50%;
}
.tm-gradation .line {
position: absolute;
top: 14px;
left: 0;
border-top: 1px dashed #d4d2d2;
width: calc(100% + 30px);
height: 1px;
margin-top: -1px;
}
.tm-gradation .item {
width: calc(100% / 3);
padding: 0 15px;
position: relative;
opacity: 1;
}
@media (min-width: 768px) {
.tm-gradation .item {
opacity: 0;
}
.tm-gradation .item.animate {
-webkit-transform: translateX(20px);
transform: translateX(20px);
-webkit-animation: moveHorizontal 1s ease forwards;
animation: moveHorizontal 1s ease forwards;
}
}
.tm-gradation .item:first-child .line:before {
display: none;
}
.tm-gradation .item:last-child .line:after {
display: none;
}
.tm-gradation .title {
font-size: 20px;
margin-bottom: 15px;
}
.tm-gradation--basic {
overflow: hidden;
}
.tm-gradation--basic .dot {
width: 28px;
height: 28px;
border-radius: 100%;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
.tm-gradation--no_number {
padding-top: 28px;
}
.tm-gradation--no_number:before {
content: '';
width: calc(100% - 30px);
height: 1px;
border-top: 1px dashed #d4d2d2;
position: absolute;
top: 14px;
left: 15px;
}
.tm-gradation--no_number .dot {
top: -14px;
}
.tm-gradation--no_number .count-wrap {
margin-bottom: 20px;
}
.tm-gradation--no_number .content-wrap {
position: relative;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
padding: 50px 25px;
text-align: center;
}
.tm-gradation--no_number .content-wrap:after {
content: "";
position: absolute;
width: 0;
height: 0;
top: 0;
left: calc(50% + 21px);
box-sizing: border-box;
border: 15px solid;
border-color: transparent transparent #fff #fff;
transform-origin: 0 0;
transform: rotate(-225deg);
-webkit-filter: drop-shadow(-3px 3px 10px rgba(0, 0, 0, 0.05));
filter: drop-shadow(-3px 3px 10px rgba(0, 0, 0, 0.05));
}
.tm-gradation--with_image {
text-align: center;
}
.tm-gradation--with_image .item {
width: calc(100% / 3);
padding: 0 30px;
}
@media (max-width: 1199px) {
.tm-gradation--with_image {
margin: 0 -30px;
}
.tm-gradation--with_image .item {
padding: 0 30px;
}
}
.tm-gradation--with_image img {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}
.tm-gradation--with_image .count {
margin: 0;
line-height: 1;
}
.tm-gradation--with_image .count span {
display: inline-block;
position: relative;
color: #fff;
background-color: #FF875F;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
font-size: 18px;
font-weight: 700;
}
.tm-gradation--with_image .count span:before, .tm-gradation--with_image .count span:after {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: '';
border-radius: 50%;
background-color: #FF875F;
z-index: -1;
}
.tm-gradation--with_image .count span:before {
width: 57px;
height: 57px;
opacity: 0.2;
}
.tm-gradation--with_image .count span:after {
width: 69px;
height: 69px;
opacity: 0.09;
}
.tm-gradation--with_image .image-wrap {
padding-top: 12px;
margin-bottom: 40px;
}
.tm-gradation--with_image .image-wrap img {
border-radius: 50%;
}
.tm-gradation--with_image .image-wrap.has-image {
padding-top: 0;
position: relative;
display: inline-block;
}
.tm-gradation--with_image .image-wrap.has-image .count {
position: absolute;
top: 12px;
left: 12px;
z-index: 2;
}
.tm-gradation--with_image .item:hover .count span:before, .tm-gradation--with_image .item:hover .count span:after {
-webkit-animation: circle-2 1.05s infinite;
-moz-animation: circle-2 1.05s infinite;
-ms-animation: circle-2 1.05s infinite;
-o-animation: circle-2 1.05s infinite;
animation: circle-2 1.05s infinite;
}
@media (max-width: 991px) {
.tm-gradation--with_image {
display: block;
}
.tm-gradation--with_image .item {
width: 100%;
}
.tm-gradation--with_image .item + .item {
margin-top: 50px;
}
}
@media (max-width: 767px) {
.tm-gradation {
display: block;
}
.tm-gradation .item {
width: 100%;
}
.tm-gradation .item + .item {
margin-top: 50px;
}
.tm-gradation .count-wrap {
margin-bottom: 25px;
}
}
.tm-icon .icon {
position: relative;
font-size: 20px;
line-height: 1;
}
.tm-icon .icon span {
font-size: inherit;
}
.tm-icon.style-01 {
line-height: 0;
}
.tm-icon.style-01 .icon {
font-size: 40px;
width: 100px;
height: 100px;
display: inline-block;
border-radius: 50%;
color: #ffffff;
}
.tm-icon.style-01 span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-client .image {
transition: all .4s linear;
}
.tm-client .image-hover {
transition: all .4s linear;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.tm-client .inner {
position: relative;
}
.tm-client .has-image-hover:hover .image {
opacity: 0;
visibility: hidden;
}
.tm-client .has-image-hover:hover .image-hover {
opacity: 1;
visibility: visible;
}
.tm-client.style-grid .grid-inner {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #eee;
padding: 20px;
text-align: center;
min-height: 140px;
height: 100%;
width: 100%;
}
.tm-client.style-grid .grid-inner:hover {
border-color: transparent;
background: #fff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.tm-client.style-grid img {
margin: 0 auto;
}
.tm-client.hover-main-move-up {
margin-top: -10px;
}
.tm-client.hover-main-move-up .swiper-container {
padding-top: 10px;
}
.tm-client.hover-main-move-up .image:hover {
transform: translateY(-10px);
}
.tm-client.hover-slide-up {
margin-top: -20px;
}
.tm-client.hover-slide-up .swiper-container {
padding-top: 20px;
}
.tm-client.hover-slide-up .image-hover {
transform: translateY(20px);
}
.tm-client.hover-slide-up .has-image-hover:hover .image {
visibility: hidden;
transform: translateY(-20px);
}
.tm-client.hover-slide-up .has-image-hover:hover .image-hover {
transform: none;
}
.tm-client.hover-slide-down {
margin-bottom: -20px;
}
.tm-client.hover-slide-down .swiper-container {
padding-bottom: 20px;
}
.tm-client.hover-slide-down .image-hover {
transform: translateY(-20px);
}
.tm-client.hover-slide-down .has-image-hover:hover .image {
transform: translateY(20px);
}
.tm-client.hover-slide-down .has-image-hover:hover .image-hover {
transform: none;
}
.tm-client.hover-grow-up .image-hover {
transform: scale(0.8, 0.8);
}
.tm-client.hover-grow-up .has-image-hover:hover .image-hover {
transform: none;
}
.tm-client.style-2-rows [data-swiper-row='0'] {
margin-bottom: 70px;
}
.tm-callout-box.style-01 {
padding: 57px 25px 72px;
border-radius: 5px;
background: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-envelope-open-02.png) no-repeat bottom right;
}
.tm-box-icon {
margin-bottom: 60px;
position: relative;
}
.tm-box-icon .icon {
line-height: 1;
}
.tm-box-icon .tm-svg {
line-height: 0;
}
.tm-box-icon .tm-svg * {
stroke: currentColor;
}
.tm-box-icon .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm-box-icon .content-wrap {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
}
.tm-box-icon .tm-box-icon__btn {
margin-top: 34px;
text-align: left;
}
.tm-box-icon .tm-box-icon__btn .button-icon {
font-size: 14px;
position: relative;
top: 1px;
left: auto;
right: auto;
transform: none;
margin-left: 3px;
}
.tm-box-icon.style-1:hover .image img, .tm-box-icon.style-1:hover .image span, .tm-box-icon.style-1:hover .image:before,
.tm-box-icon.style-1:hover .icon img,
.tm-box-icon.style-1:hover .icon span,
.tm-box-icon.style-1:hover .icon:before {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tm-box-icon.style-1:hover .image img, .tm-box-icon.style-1:hover .image span,
.tm-box-icon.style-1:hover .icon img,
.tm-box-icon.style-1:hover .icon span {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.tm-box-icon.style-1:hover .image:before,
.tm-box-icon.style-1:hover .icon:before {
-webkit-animation-name: zoom-bounce;
animation-name: zoom-bounce;
}
.tm-box-icon.style-1 .image {
width: 100%;
}
.tm-box-icon.style-1 .icon {
font-size: 60px;
}
.tm-box-icon.style-1 .icon span {
display: block;
}
.tm-box-icon.style-1 .icon,
.tm-box-icon.style-1 .image {
position: relative;
margin-bottom: 80px;
line-height: 1;
}
.tm-box-icon.style-1 .icon img,
.tm-box-icon.style-1 .image img {
min-height: 91px;
}
.tm-box-icon.style-1 .icon:before,
.tm-box-icon.style-1 .image:before {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -22px;
content: '';
width: 44px;
height: 7px;
background-color: #dfe0e0;
border-radius: 50%;
}
.tm-box-icon.style-1 .tm-svg {
width: 54px;
}
.tm-box-icon.style-1 .icon,
.tm-box-icon.style-1 .image {
padding-bottom: 25px;
margin-bottom: 30px;
}
.tm-box-icon.style-1 .heading {
font-size: 18px;
line-height: 1.4;
margin-bottom: 17px;
}
.tm-box-icon.style-1 .text {
max-width: 350px;
}
.tm-box-icon.style-2 .content-wrap {
position: relative;
background-color: #fff;
padding: 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.tm-box-icon.style-2 .content-wrap:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 3px;
background-color: #FF875F;
}
.tm-box-icon.style-2 .content-wrap:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
transform: translateY(-5px);
}
.tm-box-icon.style-2 .content-wrap:hover:after {
width: 100%;
left: 0;
right: auto;
}
.tm-box-icon.style-2 .content {
width: 100%;
}
.tm-box-icon.style-2 .icon {
font-size: 54px;
width: 100%;
}
.tm-box-icon.style-2 .tm-svg {
width: 54px;
}
.tm-box-icon.style-2 .icon,
.tm-box-icon.style-2 .image {
margin-bottom: 30px;
}
.tm-box-icon.style-2 .image {
text-align: center;
width: 100%;
}
.tm-box-icon.style-2 .heading {
font-size: 18px;
padding-bottom: 20px;
border-bottom: 1px dashed #d4d2d2;
margin-bottom: 25px;
}
.tm-box-icon.style-2 .text {
margin-bottom: 20px;
}
.tm-box-icon.style-2 .box-icon-list {
list-style: none;
padding: 0;
margin: 0 0 20px;
}
.tm-box-icon.style-2 .box-icon-list li {
color: #223645;
}
.tm-box-icon.style-2 .box-icon-list li + li {
margin-top: 10px;
}
.tm-box-icon.style-2 .box-icon-list li i {
font-size: 12px;
margin-right: 10px;
}
.tm-box-icon.style-2 .tm-box-icon__btn {
margin: 0 0 20px;
}
.tm-box-icon.style-3:hover .image,
.tm-box-icon.style-3:hover .icon {
animation: box-image-pop .3s linear;
}
.tm-box-icon.style-3 .icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid;
font-size: 30px;
font-weight: 500;
margin-bottom: 35px;
margin-right: 30px;
}
.tm-box-icon.style-3 .tm-svg {
width: 60px;
}
.tm-box-icon.style-3 .content-inner {
display: flex;
}
.tm-box-icon.style-3 .image {
width: 100px;
margin-right: 20px;
flex-shrink: 0;
}
.tm-box-icon.style-3 .content {
flex-grow: 1;
}
.tm-box-icon.style-3 .heading {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.tm-box-icon.style-4 {
width: 100%;
}
.tm-box-icon.style-4:hover .image,
.tm-box-icon.style-4:hover .icon {
animation: box-image-pop .3s linear;
}
.tm-box-icon.style-4:hover .content-wrap {
box-shadow: none;
}
.tm-box-icon.style-4 .content-wrap {
width: 100%;
height: 100%;
background-color: #fff;
padding: 60px 80px 60px 100px;
box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1919px) {
.tm-box-icon.style-4 .content-wrap {
padding: 60px 50px 60px 50px;
}
}
.tm-box-icon.style-4 .icon {
font-size: 46px;
font-weight: 500;
margin-bottom: 35px;
margin-right: 30px;
}
.tm-box-icon.style-4 .tm-svg {
width: 60px;
}
.tm-box-icon.style-4 .content-inner {
display: flex;
}
.tm-box-icon.style-4 .image {
margin-right: 25px;
flex-shrink: 0;
width: 60px;
}
.tm-box-icon.style-4 .content {
flex-grow: 1;
}
.tm-box-icon.style-4 .heading {
font-size: 22px;
margin-bottom: 0;
}
.tm-box-icon.style-4 .text {
margin-top: 15px;
}
.tm-box-icon.style-5:hover .image {
transform: translateY(-10px);
}
.tm-box-icon.style-5:hover .image img {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}
.tm-box-icon.style-5:hover .icon {
animation: box-image-pop .3s linear;
}
.tm-box-icon.style-5 .image {
width: 100%;
}
.tm-box-icon.style-5 .icon {
font-size: 54px;
}
.tm-box-icon.style-5 .tm-svg {
width: 54px;
}
.tm-box-icon.style-5 .icon,
.tm-box-icon.style-5 .image {
margin-bottom: 30px;
}
.tm-box-icon.style-5 .heading {
font-size: 22px;
line-height: 1.4;
margin-bottom: 14px;
}
.tm-box-icon.style-5 .text {
max-width: 350px;
}
.tm-box-icon.style-6:hover .icon {
-webkit-animation-name: box-image-pop;
animation-name: box-image-pop;
-webkit-animation-duration: .55s;
animation-duration: .55s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tm-box-icon.style-6:hover .content-wrap {
border-color: #334657;
transform: translateY(-10px);
}
.tm-box-icon.style-6:hover .content-wrap:before {
background-color: #334657;
}
.tm-box-icon.style-6 .content-wrap {
position: relative;
padding: 35px 22px 50px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.tm-box-icon.style-6 .content-wrap:before {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
background-color: #223645;
z-index: -1;
}
.tm-box-icon.style-6 .image {
width: 100%;
}
.tm-box-icon.style-6 .icon {
font-size: 50px;
}
.tm-box-icon.style-6 .tm-svg {
width: 50px;
}
.tm-box-icon.style-6 .icon,
.tm-box-icon.style-6 .image {
margin-bottom: 30px;
}
.tm-box-icon.style-6 .heading {
font-size: 18px;
line-height: 1.4;
margin-bottom: 20px;
color: #fff;
}
.tm-box-icon.style-6 .heading a {
color: #fff;
}
.tm-box-icon.style-6 .tm-box-icon__btn {
color: #fff;
}
.tm-box-icon.style-6 .text {
max-width: 350px;
}
.tm-box-icon.style-7:hover .icon-overlay {
border: 2px dotted #FF875F;
}
.tm-box-icon.style-7:hover .content-wrap {
box-shadow: 0 30px 35px rgba(0, 0, 0, 0.12);
transform: translateY(-10px);
}
.tm-box-icon.style-7 .content-wrap {
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
background-color: #fff;
}
.tm-box-icon.style-7 .content {
padding: 0 25px 25px;
}
.tm-box-icon.style-7 .image {
width: 100%;
}
.tm-box-icon.style-7 .icon-wrap {
position: relative;
width: 116px;
height: 116px;
margin: 20px auto 30px;
text-align: center;
}
.tm-box-icon.style-7 .icon-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border-radius: 50%;
border: 58px dotted #EBF5F5;
}
.tm-box-icon.style-7 .icon {
position: relative;
z-index: 1;
}
.tm-box-icon.style-7 .icon span {
display: inline-block;
position: relative;
font-size: 56px;
width: 116px;
height: 116px;
line-height: 116px;
border-radius: 50%;
}
.tm-box-icon.style-7 .tm-svg {
width: 50px;
}
.tm-box-icon.style-7 .icon,
.tm-box-icon.style-7 .image {
margin-bottom: 30px;
}
.tm-box-icon.style-7 .heading {
font-size: 20px;
line-height: 1.4;
margin-bottom: 14px;
}
.tm-box-icon.style-7 .tm-box-icon__btn {
width: 100%;
text-align: center;
}
.tm-box-icon.style-7 .tm-box-icon__btn:hover {
color: #fff !important;
}
.tm-box-icon.style-7 .tm-box-icon__btn:hover .button-icon {
color: #fff;
}
.tm-box-icon.style-8:hover .image img, .tm-box-icon.style-8:hover .image span, .tm-box-icon.style-8:hover .image:before,
.tm-box-icon.style-8:hover .icon img,
.tm-box-icon.style-8:hover .icon span,
.tm-box-icon.style-8:hover .icon:before {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tm-box-icon.style-8:hover .image img, .tm-box-icon.style-8:hover .image span,
.tm-box-icon.style-8:hover .icon img,
.tm-box-icon.style-8:hover .icon span {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.tm-box-icon.style-8 .image {
width: 100%;
}
.tm-box-icon.style-8 .icon {
font-size: 60px;
}
.tm-box-icon.style-8 .icon span {
display: block;
}
.tm-box-icon.style-8 .icon,
.tm-box-icon.style-8 .image {
position: relative;
margin-bottom: 35px;
line-height: 1;
}
.tm-box-icon.style-8 .tm-svg {
width: 54px;
}
.tm-box-icon.style-8 .heading {
font-size: 18px;
line-height: 1.4;
margin-bottom: 17px;
}
.tm-box-icon.style-8 .text {
max-width: 350px;
}
.tm-box-icon.style-9:hover .image,
.tm-box-icon.style-9:hover .icon {
-webkit-animation: .75s linear tm-animation-buzz-out;
animation: .75s linear tm-animation-buzz-out;
}
.tm-box-icon.style-9 .icon {
font-size: 60px;
}
.tm-box-icon.style-9 .icon span {
display: block;
}
.tm-box-icon.style-9 .image {
position: relative;
margin-bottom: 22px;
line-height: 1;
}
.tm-box-icon.style-9 .icon {
position: relative;
margin-bottom: 22px;
}
.tm-box-icon.style-9 .icon span {
display: inline-block;
border: 1px solid red;
border-radius: 50%;
width: 87px;
height: 87px;
line-height: 87px;
text-align: center;
font-size: 45px;
}
.tm-box-icon.style-9 .icon:before {
content: '';
position: absolute;
top: 3px;
left: 7px;
background: red;
width: 87px;
height: 87px;
border-radius: 50%;
z-index: -1;
opacity: 0.1;
}
.tm-box-icon.style-9 .sub-heading {
font-size: 20px;
font-weight: 600;
line-height: 1.4;
margin-bottom: 9px;
}
.tm-box-icon.style-9 .heading {
font-size: 20px;
font-weight: 600;
line-height: 1.4;
margin-bottom: 17px;
}
.tm-box-icon.style-9 .text {
max-width: 350px;
}
.tm-box-icon.style-10:hover .content-wrap {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
background-color: #fff;
}
.tm-box-icon.style-10:hover .image,
.tm-box-icon.style-10:hover .icon {
-webkit-animation: .75s linear tm-animation-buzz-out;
animation: .75s linear tm-animation-buzz-out;
filter: grayscale(0);
}
.tm-box-icon.style-10 .content-wrap {
padding: 28px 28px 35px;
border-radius: 5px;
}
.tm-box-icon.style-10 .image {
width: 100%;
filter: grayscale(100%);
}
.tm-box-icon.style-10 .icon {
font-size: 72px;
}
.tm-box-icon.style-10 .tm-svg {
width: 50px;
}
.tm-box-icon.style-10 .icon,
.tm-box-icon.style-10 .image {
margin-bottom: 30px;
}
.tm-box-icon.style-10 .heading {
font-size: 20px;
line-height: 1.4;
margin-bottom: 14px;
}
.tm-box-icon.style-10 .tm-box-icon__btn {
margin-top: 25px;
}
.tm-box-icon.style-11 .content-wrap {
position: relative;
border-radius: 5px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-box-icon.style-11 .content-wrap:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.tm-box-icon.style-11 .content-wrap:hover .image img {
transform: scale(1.03);
}
.tm-box-icon.style-11 .content-wrap:before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 60%;
content: '';
z-index: 1;
background: black;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.tm-box-icon.style-11 .image {
width: 100%;
}
.tm-box-icon.style-11 .image img {
width: 100%;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-box-icon.style-11 .content {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
padding: 30px;
}
.tm-box-icon.style-11 .heading {
color: #fff;
font-size: 20px;
margin-bottom: 12px;
}
.tm-box-icon.style-11 .text {
font-size: 14px;
color: rgba(255, 255, 255, 0.7);
}
.tm-accordion .accordion-title-wrapper {
cursor: pointer;
}
.tm-accordion .accordion-title {
margin-bottom: 0;
}
.tm-accordion .accordion-content {
display: none;
}
.tm-accordion.style-1 .accordion-section {
border: 1px solid #ddd;
background-color: #f7f7f7;
}
.tm-accordion.style-1 .accordion-section + .accordion-section {
margin-top: 30px;
}
.tm-accordion.style-1 .accordion-title {
position: relative;
font-size: 18px;
background-color: #f7f7f7;
font-weight: 600;
line-height: 1.2;
padding: 15px 50px 15px 25px;
}
.tm-accordion.style-1 .accordion-title:before {
content: '';
width: 3px;
height: 0;
background-color: red;
position: absolute;
top: 0;
left: 0;
}
.tm-accordion.style-1 .accordion-content {
background-color: #fff;
border-top: 1px solid #ddd;
}
.tm-accordion.style-1 .title-prefix {
font-size: 26px;
font-weight: 600;
color: #FF875F;
margin-right: 15px;
}
.tm-accordion.style-1 .accordion-icon {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-weight: 500;
color: #bbb;
}
.tm-accordion.style-1 .accordion-icon:before {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 24px;
content: '\f055';
}
.tm-accordion.style-1 .active .accordion-icon:before {
content: '\f056';
}
.tm-accordion.style-1 .accordion-title-wrapper:hover .accordion-title:before,
.tm-accordion.style-1 .active .accordion-title:before {
height: 100%;
}
.tm-accordion.style-1 .accordion-content {
padding: 26px 35px 43px;
}
.tm-accordion.style-2 .accordion-section + .accordion-section {
margin-top: 10px;
}
.tm-accordion.style-2 .accordion-title {
position: relative;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
padding: 5px 0;
display: inline-block;
border-bottom: 3px solid transparent;
color: #7A8A9E;
}
.tm-accordion.style-2 .accordion-title:after {
content: '';
width: 0;
height: 2px;
bottom: -3px;
position: absolute;
left: auto;
right: 0;
z-index: -1;
transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.tm-accordion.style-2 .title-prefix {
font-size: 26px;
font-weight: 600;
color: #FF875F;
margin-right: 15px;
}
.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title:after {
width: 100%;
left: 0;
right: auto;
}
.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title,
.tm-accordion.style-2 .active .accordion-title {
color: #223645;
}
.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title:after,
.tm-accordion.style-2 .active .accordion-title:after {
width: 100%;
}
.tm-accordion.style-2 .accordion-content {
padding: 30px 0 30px;
}
.tm-accordion.style-3 .accordion-section {
background: #ffffff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.tm-accordion.style-3 .accordion-section.active {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06);
}
.tm-accordion.style-3 .accordion-section.active .accordion-icon {
color: #fff;
}
.tm-accordion.style-3 .accordion-section + .accordion-section {
margin-top: 30px;
}
.tm-accordion.style-3 .accordion-title {
position: relative;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
padding: 15px 50px 15px 25px;
}
.tm-accordion.style-3 .accordion-title:hover {
color: #ffffff;
}
.tm-accordion.style-3 .accordion-title:hover span {
color: #fff;
}
.tm-accordion.style-3 .title-prefix {
font-size: 26px;
font-weight: 600;
color: #FF875F;
margin-right: 15px;
}
.tm-accordion.style-3 .accordion-icon {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-weight: 500;
color: #bbb;
}
.tm-accordion.style-3 .accordion-icon:before {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 24px;
content: '\f055';
}
.tm-accordion.style-3 .active .accordion-icon:before {
content: '\f056';
}
.tm-accordion.style-3 .accordion-title-wrapper:hover .accordion-title,
.tm-accordion.style-3 .active .accordion-title {
color: #ffffff;
}
.tm-accordion.style-3 .accordion-content {
padding: 26px 35px 43px;
}
.typed-cursor {
opacity: 1;
animation: blink .7s infinite;
}
.tm-heading.center .heading {
margin-left: auto;
margin-right: auto;
}
.tm-heading h1,
.tm-heading h2,
.tm-heading h3,
.tm-heading h4,
.tm-heading h5,
.tm-heading h6 {
margin-bottom: 0;
}
.tm-heading mark {
background-color: transparent;
}
.tm-heading a {
font-size: inherit;
color: inherit;
position: relative;
}
.tm-heading a:before, .tm-heading a:after {
transition: all .3s, background-color 0s;
content: '';
height: 1px;
width: 0;
background-color: currentColor;
position: absolute;
bottom: -3px;
}
.tm-heading a:before {
right: 50%;
}
.tm-heading a:after {
left: 50%;
}
.tm-heading a:hover {
color: inherit;
}
.tm-heading a:hover:before, .tm-heading a:hover:after {
width: 50%;
}
.tm-heading .icon {
display: inline-block;
margin-right: 20px;
vertical-align: inherit;
}
.tm-heading.with-separator-1 .heading {
display: inline-block;
position: relative;
font-size: 36px;
padding-bottom: 5px;
overflow: hidden;
}
.tm-heading.with-separator-1 .heading:before, .tm-heading.with-separator-1 .heading:after {
position: absolute;
bottom: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #ddd;
}
.tm-heading.with-separator-1 .heading:before {
left: 0;
}
.tm-heading.with-separator-1 .heading:after {
right: calc(100% + 10px);
}
.tm-heading.with-separator-1 .heading:hover:before {
left: calc(100% + 10px);
}
.tm-heading.with-separator-1 .heading:hover:after {
right: 0;
}
.tm-heading.with-separator-2 .heading {
position: relative;
display: inline-block;
padding-bottom: 30px;
}
.tm-heading.with-separator-2 .heading:after {
position: absolute;
left: 0;
bottom: 0;
content: '';
display: block;
width: 100px;
height: 2px;
background: red;
}
.tm-heading.with-separator-2.center .heading:after {
left: 50%;
transform: translateX(-50%);
}
.tm-heading.with-separator-2.right .heading:after {
left: auto;
right: 0;
}
.tm-heading.modern-icon .heading {
position: relative;
}
.tm-heading.modern-icon .heading .icon {
position: absolute;
top: 50%;
right: calc(100% - 40px);
transform: translateY(-50%);
margin: 0;
z-index: -1;
}
.tm-heading.highlight-big-number mark {
font-size: 120px;
line-height: 1;
margin-right: 5px;
float: left;
}
.tm-heading.highlight-big-number mark sup {
font-size: .5em;
vertical-align: super;
}
.typed-text mark {
background: none;
}
.tm-testimonial .swiper-pagination {
bottom: -60px;
}
.tm-testimonial .post-thumbnail img {
border-radius: 50%;
}
.tm-testimonial .testimonial-name {
margin-bottom: 0;
}
.tm-testimonial .testimonial-by-line {
font-style: italic;
color: #7A8A9E;
}
.tm-testimonial .testimonial-rating {
font-size: 14px;
color: #FFC246;
}
.tm-testimonial .testimonial-desc {
font-weight: 600;
}
.tm-testimonial .testimonial-desc p:last-child {
margin-bottom: 0;
}
.tm-testimonial.style-1 {
text-align: center;
}
.tm-testimonial.style-1 .testimonial-item {
width: 100%;
}
.tm-testimonial.style-1 .testimonial-name {
font-size: 18px;
}
.tm-testimonial.style-1 .testimonial-desc {
font-size: 20px;
max-width: 770px;
margin: 0 auto;
}
.tm-testimonial.style-1 .testimonial-info .inner {
padding-top: 35px;
display: flex;
align-items: center;
justify-content: center;
text-align: left;
}
.tm-testimonial.style-1 .post-thumbnail {
margin-right: 15px;
}
.tm-testimonial.style-1 .testimonial-rating {
margin-bottom: 22px;
}
.tm-testimonial.style-2 .testimonial-item {
position: relative;
}
.tm-testimonial.style-2 .testimonial-header,
.tm-testimonial.style-2 .testimonial-footer {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}
.tm-testimonial.style-2 .testimonial-header {
margin-bottom: 30px;
}
.tm-testimonial.style-2 .testimonial-footer {
border-top: 1px dashed #eee;
padding-top: 30px;
}
.tm-testimonial.style-2 .quote-icon {
font-size: 55px;
line-height: 1;
color: #FF875F;
}
.tm-testimonial.style-2 .post-thumbnail {
flex-shrink: 0;
}
.tm-testimonial.style-2 .testimonial-main-info {
display: flex;
align-items: center;
}
.tm-testimonial.style-2 .info-wrap {
margin-left: 20px;
}
.tm-testimonial.style-2 .testimonial-name {
font-size: 18px;
}
.tm-testimonial.style-2 .testimonial-desc {
font-size: 26px;
margin-bottom: 30px;
}
.tm-testimonial.style-2 .swiper-custom-btn {
height: 50px;
width: 50px;
line-height: 48px;
float: left;
text-align: center;
font-size: 20px;
}
.tm-testimonial.style-2 .swiper-custom-btn:hover {
cursor: pointer;
}
.tm-testimonial.style-2 .btn-next-slider {
position: relative;
}
.tm-testimonial.style-2 .btn-next-slider:after {
content: '';
position: absolute;
top: 50%;
right: 100%;
width: 1px;
height: 20px;
margin-top: -11px;
background-color: #eee;
}
.tm-testimonial.style-3 .testimonial-item {
position: relative;
margin-bottom: 40px;
}
.tm-testimonial.style-3 .post-thumbnail {
margin-bottom: 30px;
}
.tm-testimonial.style-3 .post-thumbnail img {
border-radius: 0;
width: 100%;
}
.tm-testimonial.style-3 .testimonial-info {
position: relative;
flex-grow: 1;
}
.tm-testimonial.style-3 .quote-icon {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 35px;
height: 30px;
}
.tm-testimonial.style-3 .testimonial-name {
font-size: 18px;
margin-bottom: 13px;
}
.tm-testimonial.style-3 .testimonial-by-line {
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
}
.tm-testimonial.style-3 .testimonial-by-line:before {
content: ' - ';
}
.tm-testimonial.style-3 .testimonial-rating {
margin-bottom: 14px;
}
.tm-testimonial.style-3 .testimonial-desc {
font-size: 18px;
}
@media (min-width: 544px) {
.tm-testimonial.style-3 .testimonial-item {
display: flex;
align-items: center;
}
.tm-testimonial.style-3 .post-thumbnail {
width: 250px;
height: 190px;
flex-shrink: 0;
margin-right: 30px;
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.tm-testimonial.style-3 .post-thumbnail {
margin-right: 50px;
}
}
.tm-testimonial.style-4 .testimonial-item {
width: 800px;
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.tm-testimonial.style-4 .testimonial-rating {
margin-bottom: 20px;
}
.tm-testimonial.style-4 .testimonial-desc {
font-size: 24px;
margin-bottom: 17px;
}
.tm-testimonial.style-4 .testimonial-name {
font-size: 18px;
}
.tm-testimonial.style-4 .testimonial-by-line {
font-size: 14px;
font-weight: 400;
color: #7A8A9E;
}
.tm-testimonial.style-4 .testimonial-by-line:before {
content: ' - ';
}
.tm-testimonial.style-5 .testimonial-item {
width: 100%;
padding: 149px 0;
background-color: #222;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.tm-testimonial.style-5 .post-thumbnail {
align-self: flex-end;
}
.tm-testimonial.style-5 .post-thumbnail img {
border-radius: 0;
}
.tm-testimonial.style-5 .testimonial-rating {
margin-bottom: 14px;
}
.tm-testimonial.style-5 .testimonial-info {
position: relative;
background: #fff;
padding: 56px 50px 45px;
}
.tm-testimonial.style-5 svg {
position: absolute;
top: -30px;
right: 40px;
}
.tm-testimonial.style-5 .testimonial-desc {
font-size: 20px;
margin-bottom: 64px;
}
.tm-testimonial.style-5 .testimonial-name {
font-size: 22px;
}
.tm-testimonial.style-5 .testimonial-footer {
display: flex;
align-items: center;
}
.tm-testimonial.style-5 .testimonial-main-info {
flex-grow: 1;
}
.tm-testimonial.style-5 .swiper-custom-action-wrap {
flex-shrink: 0;
overflow: hidden;
}
.tm-testimonial.style-5 .swiper-custom-btn {
height: 50px;
width: 50px;
line-height: 48px;
float: left;
text-align: center;
font-size: 20px;
}
.tm-testimonial.style-5 .swiper-custom-btn:hover {
cursor: pointer;
}
.tm-testimonial.style-5 .btn-next-slider {
position: relative;
}
.tm-testimonial.style-5 .btn-next-slider:after {
content: '';
position: absolute;
top: 50%;
right: 100%;
width: 1px;
height: 20px;
margin-top: -11px;
background-color: #ddd;
}
@media (max-width: 991px) {
.tm-testimonial.style-5 .testimonial-item {
padding: 100px 0;
}
}
@media (max-width: 767px) {
.tm-testimonial.style-5 .testimonial-info {
padding: 30px 25px;
}
.tm-testimonial.style-5 .testimonial-desc {
font-size: 18px;
}
.tm-testimonial.style-5 svg {
width: 52px;
}
}
@media (max-width: 543px) {
.tm-testimonial.style-5 .testimonial-desc {
margin-bottom: 30px;
}
.tm-testimonial.style-5 .testimonial-main-info {
margin-bottom: 30px;
}
.tm-testimonial.style-5 .testimonial-footer {
display: block;
}
}
.tm-testimonial.style-6 {
margin: -30px -15px;
}
.tm-testimonial.style-6 .swiper-container {
padding: 30px 15px;
}
.tm-testimonial.style-6 .testimonial-item {
width: 100%;
}
.tm-testimonial.style-6 .testimonial-item:hover {
transform: translateY(-10px);
}
.tm-testimonial.style-6 .testimonial-content {
position: relative;
width: 100%;
background-color: #fff;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
padding: 33px 30px 42px;
}
.tm-testimonial.style-6 .testimonial-content:before {
position: absolute;
top: 100%;
left: 43px;
content: '';
width: 0;
height: 0;
border: 12px solid transparent;
border-color: transparent transparent #fff #fff;
transform-origin: 0 0;
transform: rotate(-45deg);
}
.tm-testimonial.style-6 .testimonial-rating {
margin-bottom: 14px;
font-size: 12px;
}
.tm-testimonial.style-6 .testimonial-info {
padding: 40px 0 0 30px;
display: flex;
align-items: center;
}
.tm-testimonial.style-6 .post-thumbnail {
flex-shrink: 0;
}
.tm-testimonial.style-6 .testimonial-main-info {
flex-grow: 1;
margin-left: 20px;
}
.tm-testimonial.style-6 .testimonial-name {
font-size: 18px;
margin-bottom: 2px;
}
.tm-testimonial.style-6 .testimonial-by-line {
font-size: 12px;
}
.tm-testimonial.style-6 .testimonial-desc {
font-size: 16px;
margin-bottom: 2px;
}
.tm-testimonial.style-6 .testimonial-desc p {
margin-bottom: 0;
}
.tm-testimonial.style-7 .testimonial-item {
width: 100%;
}
.tm-testimonial.style-7 .testimonial-content-wrap {
display: flex;
}
.tm-testimonial.style-7 .quote-icon {
flex-shrink: 0;
padding-top: 5px;
}
.tm-testimonial.style-7 .testimonial-content {
flex-grow: 1;
padding-left: 25px;
}
.tm-testimonial.style-7 .testimonial-rating {
margin-top: 14px;
}
.tm-testimonial.style-7 .testimonial-info {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.tm-testimonial.style-7 .post-thumbnail {
flex-shrink: 0;
}
.tm-testimonial.style-7 .testimonial-main-info {
flex-grow: 1;
margin-left: 20px;
}
.tm-testimonial.style-7 .testimonial-name {
font-size: 22px;
font-weight: 700;
margin-bottom: 2px;
}
.tm-testimonial.style-7 .testimonial-by-line {
font-style: italic;
}
.tm-testimonial.style-7 .testimonial-desc {
font-size: 20px;
font-weight: 600;
font-style: normal;
margin-bottom: 2px;
color: #223645;
}
.tm-testimonial.style-7 .testimonial-desc i {
font-style: normal;
}
.tm-testimonial.style-8 .testimonial-item {
position: relative;
border: 1px solid #eee;
padding: 55px 33px 33px;
background-color: #fff;
margin-top: 14px;
text-align: center;
}
.tm-testimonial.style-8 .quote-icon {
position: absolute;
top: -14px;
left: 50%;
margin-left: -17px;
}
.tm-testimonial.style-8 .post-thumbnail {
margin-bottom: 15px;
}
.tm-testimonial.style-8 .testimonial-name {
font-size: 20px;
font-weight: 600;
}
.tm-testimonial.style-8 .testimonial-by-line {
font-size: 14px;
font-style: normal;
}
.tm-testimonial.style-8 .testimonial-desc {
color: inherit;
margin-top: 10px;
}
.tm-testimonial.style-8 .testimonial-rating {
margin-top: 10px;
}
.tm-testimonial.style-9 {
margin: -30px -15px;
}
.tm-testimonial.style-9 .swiper-container {
padding: 30px 15px;
}
.tm-testimonial.style-9 .testimonial-content {
position: relative;
background-color: #fff;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
padding: 70px 35px 35px;
border-radius: 5px;
text-align: center;
margin-top: 40px;
}
.tm-testimonial.style-9 .post-thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 2;
}
.tm-testimonial.style-9 .testimonial-name {
font-size: 20px;
font-weight: 600;
}
.tm-testimonial.style-9 .testimonial-by-line {
font-size: 14px;
font-style: normal;
}
.tm-testimonial.style-9 .testimonial-desc {
color: inherit;
margin-top: 10px;
}
.tm-testimonial.style-9 .testimonial-rating {
margin-top: 10px;
}
.tm-testimonial-pagination {
width: 320px;
height: 85px;
margin: 0 auto 55px;
text-align: center;
}
.tm-testimonial-pagination img {
transition: all .6s ease 0s;
width: 85px;
}
.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active) {
cursor: pointer;
}
.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active) img {
opacity: .4;
transform: scale(0.8);
}
.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active) img:hover {
opacity: 1;
}
.tm-testimonial-list .testimonial-item {
position: relative;
}
.tm-testimonial-list .testimonial-item + .testimonial-item {
margin-top: 60px;
}
.tm-testimonial-list .post-thumbnail {
margin-bottom: 30px;
}
.tm-testimonial-list .post-thumbnail img {
border-radius: 0;
width: 100%;
}
.tm-testimonial-list .testimonial-info {
position: relative;
flex-grow: 1;
}
.tm-testimonial-list .quote-icon {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 35px;
height: 30px;
}
.tm-testimonial-list .testimonial-name {
font-size: 18px;
margin-bottom: 13px;
}
.tm-testimonial-list .testimonial-by-line {
font-size: 14px;
font-weight: 400;
color: #7A8A9E;
font-style: italic;
text-transform: capitalize;
letter-spacing: 0;
}
.tm-testimonial-list .testimonial-by-line:before {
content: ' - ';
}
.tm-testimonial-list .testimonial-rating {
font-size: 14px;
margin-bottom: 14px;
color: #FFC246;
}
.tm-testimonial-list .testimonial-desc {
font-size: 18px;
font-weight: 600;
}
.tm-testimonial-list .testimonial-desc p {
margin-bottom: 0;
}
@media (min-width: 544px) {
.tm-testimonial-list .testimonial-item {
display: flex;
}
.tm-testimonial-list .post-thumbnail {
width: 250px;
height: 190px;
flex-shrink: 0;
margin-right: 30px;
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.tm-testimonial-list .post-thumbnail {
margin-right: 50px;
}
}
.tm-slider .spacing {
height: 32px;
}
.tm-slider .sub-title {
font-size: 14px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.71;
text-transform: uppercase;
margin-bottom: 14px;
}
.tm-slider .heading {
font-size: 24px;
margin-bottom: 12px;
}
.tm-slider.fw-image .image img {
width: 100%;
}
.tm-slider.tm-swiper.has-pagination.pagination-style-1 {
margin-bottom: 50px;
}
.tm-slider.tm-swiper.has-pagination.pagination-style-1 .swiper-pagination {
bottom: -50px;
}
.tm-slider.style-2 .swiper-container {
padding-bottom: 20px;
}
.tm-slider.style-2 .image-wrap {
position: relative;
display: inline-block;
}
.tm-slider.style-2 .image-wrap:before, .tm-slider.style-2 .image-wrap:after {
position: absolute;
content: '';
border-radius: 10px;
}
.tm-slider.style-2 .image-wrap:before {
background: #e9f5ff;
bottom: -20px;
left: 42px;
right: 42px;
height: 100%;
}
.tm-slider.style-2 .image-wrap:after {
background: #bae0ff;
bottom: -10px;
left: 25px;
right: 25px;
height: 100%;
}
.tm-slider.style-2 .image {
position: relative;
z-index: 3;
}
.tm-slider.style-2 .image img {
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.tm-slider.style-4 .image img {
width: 100%;
}
.tm-slider.style-5 {
margin: 0;
position: relative;
}
.tm-slider.style-5 .swiper-container {
z-index: 8;
padding: 0;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row {
align-items: center;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .image-wrap img {
width: 100%;
height: auto;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .sub-title {
font-size: 14px;
font-weight: 700;
color: #888;
letter-spacing: 1px;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .heading {
font-size: 40px;
line-height: 54px;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .heading:before {
content: '';
display: block;
width: 50px;
height: 4px;
background-color: #FF875F;
position: absolute;
left: 0;
bottom: 0;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .text {
font-size: 18px;
line-height: 28px;
font-weight: 400;
margin-bottom: 40px;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .more a {
display: inline-block;
height: 50px;
line-height: 50px;
padding: 0 30px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
background-color: #222;
letter-spacing: 1px;
}
.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .more a:hover {
background-color: #FF875F;
}
.tm-slider.style-5 .swiper-pagination {
display: inline-block;
width: auto;
left: 50%;
padding-left: 15px;
bottom: 30px;
z-index: 7;
}
@media (max-width: 991px) {
.tm-slider.style-5 .swiper-container .swiper-slide .row .image-wrap {
margin-bottom: 30px;
}
.tm-slider.style-5 .swiper-pagination {
display: none;
}
}
.tm-slider-button {
line-height: 1;
}
.tm-slider-button .slider-btn {
outline: none !important;
cursor: pointer;
}
.tm-slider-button.style-01 .button-wrap {
display: inline-block;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
}
.tm-slider-button.style-01 .slider-btn {
border: 1px solid #eee;
width: 58px;
height: 58px;
line-height: 56px;
float: left;
text-align: center;
font-size: 20px;
color: #222;
}
.tm-slider-button.style-01 .slider-btn:hover {
background: #eee;
}
.tm-slider-button.style-02 .button-wrap {
display: inline-block;
}
.tm-slider-button.style-02 .slider-btn {
border: 2px solid #ddd;
border-radius: 5px;
width: 60px;
height: 60px;
line-height: 56px;
float: left;
text-align: center;
font-size: 20px;
color: #222;
}
.tm-slider-button.style-02 .slider-btn:hover {
color: #fff;
border-color: transparent;
}
.tm-slider-button.style-02 .slider-prev-btn {
margin-right: 10px;
}
.tm-slider-button.style-03 .button-wrap {
display: inline-block;
}
.tm-slider-button.style-03 .slider-btn {
border: 2px solid #ddd;
border-radius: 50%;
width: 50px;
height: 50px;
line-height: 46px;
float: left;
text-align: center;
font-size: 18px;
color: #222;
}
.tm-slider-button.style-03 .slider-btn:hover {
color: #fff;
border-color: #FF875F;
background-color: #FF875F;
}
.tm-slider-button.style-03 .slider-prev-btn {
margin-right: 10px;
}
.tm-slider-button.style-04 .button-wrap {
display: inline-block;
margin: 0 -20px;
}
.tm-slider-button.style-04 .slider-btn {
float: left;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 10px 20px;
}
.tm-slider-button.style-04 .slider-btn + .slider-btn {
position: relative;
}
.tm-slider-button.style-04 .slider-btn + .slider-btn:before {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
content: '';
width: 1px;
height: 20px;
background-color: #ddd;
display: inline-block;
}
.pricing-wrap {
display: flex;
align-items: flex-start;
}
.pricing-wrap .tm-pricing {
flex: 1 1 auto;
}
.pricing-wrap .tm-pricing.tm-pricing-featured {
z-index: 2;
}
@media (max-width: 991px) {
.pricing-wrap .tm-pricing.style-3.tm-pricing-featured {
margin-top: 45px;
}
}
.tm-pricing {
z-index: 1;
margin-bottom: 30px;
}
.tm-pricing h1, .tm-pricing h2, .tm-pricing h3, .tm-pricing h4, .tm-pricing h5, .tm-pricing h6 {
margin-bottom: 0;
}
.tm-pricing .tm-pricing-list {
margin: 0;
padding: 0;
}
.tm-pricing .tm-pricing-list li {
list-style-type: none;
}
.tm-pricing .tm-pricing-button {
min-width: 170px;
max-width: 100%;
}
.tm-pricing .pricing-image {
margin-bottom: 24px;
}
.tm-pricing.style-1:hover .inner {
transform: translateY(-10px);
}
.tm-pricing.style-1 .inner {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
background-color: #fff;
text-align: center;
}
.tm-pricing.style-1 .pricing-content-wrap {
padding: 40px 35px 65px;
}
.tm-pricing.style-1 .title {
text-align: center;
padding: 17px 15px;
border-bottom: 1px solid #eee;
background: white;
background: -moz-linear-gradient(top, white 0%, white 44%, #fafafa 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(44%, white), color-stop(100%, #fafafa));
background: -webkit-linear-gradient(top, white 0%, white 44%, #fafafa 100%);
background: -o-linear-gradient(top, white 0%, white 44%, #fafafa 100%);
background: -ms-linear-gradient(top, white 0%, white 44%, #fafafa 100%);
background: linear-gradient(to bottom, white 0%, white 44%, #fafafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
.tm-pricing.style-1 .price {
display: inline-block;
position: relative;
font-size: 50px;
font-weight: 700;
}
.tm-pricing.style-1 .currency {
position: absolute;
top: 10px;
right: calc(100% + 10px);
font-size: 20px;
vertical-align: super;
}
.tm-pricing.style-1 .period {
font-size: 14px;
font-weight: 500;
font-style: italic;
color: #7A8A9E;
}
.tm-pricing.style-1 .price-wrap {
margin-bottom: 30px;
}
.tm-pricing.style-1 .description {
margin-bottom: 20px;
}
.tm-pricing.style-1 .tm-pricing-list {
text-align: left;
}
.tm-pricing.style-1 .tm-pricing-list i {
font-size: 12px;
margin-right: 10px;
}
.tm-pricing.style-1 .tm-pricing-list li {
padding: 13px 0;
border-bottom: 1px solid #eee;
}
.tm-pricing.style-1 .tm-pricing-footer {
margin-top: 40px;
}
.tm-pricing.style-1.tm-pricing-featured .inner {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.tm-pricing.style-1.tm-pricing-featured .price {
color: #FF875F;
}
.tm-pricing.style-2:hover .inner {
transform: translateY(-10px);
}
.tm-pricing.style-2 .inner {
position: relative;
margin: 0 auto;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
background-color: #fff;
padding-bottom: 60px;
}
.tm-pricing.style-2 .inner:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 3px solid transparent;
pointer-events: none;
}
.tm-pricing.style-2 .tm-pricing-recomend {
position: absolute;
top: 20px;
right: 20px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.tm-pricing.style-2 .tm-pricing-header {
text-align: center;
background: #f7f7f7;
padding: 60px 30px 31px;
}
.tm-pricing.style-2 .price-wrap-inner {
display: flex;
align-items: flex-start;
justify-content: center;
margin-bottom: 25px;
}
.tm-pricing.style-2 .currency {
font-size: 24px;
color: inherit;
vertical-align: super;
}
.tm-pricing.style-2 .price {
font-size: 56px;
font-weight: 700;
line-height: 1;
color: inherit;
margin-left: 4px;
margin-right: 4px;
}
.tm-pricing.style-2 .period {
font-size: 14px;
font-weight: 500;
font-style: italic;
color: inherit;
margin-top: 5px;
}
.tm-pricing.style-2 .period:before {
content: '/';
}
.tm-pricing.style-2 .title {
font-size: 24px;
margin-bottom: 14px;
}
.tm-pricing.style-2 .description {
font-size: 15px;
}
.tm-pricing.style-2 .tm-pricing-content {
padding: 46px 30px 0;
}
.tm-pricing.style-2 .tm-pricing-list {
font-weight: 400;
color: #222;
}
.tm-pricing.style-2 .tm-pricing-list li {
position: relative;
display: block;
}
.tm-pricing.style-2 .tm-pricing-list li i {
font-size: 13px;
margin-right: 10px;
}
.tm-pricing.style-2 .tm-pricing-list li + li {
margin-top: 16px;
}
.tm-pricing.style-2 .tm-pricing-footer {
padding: 46px 30px 0;
text-align: center;
}
.tm-pricing.style-3 .inner {
position: relative;
padding: 50px 40px;
background-color: #fff;
}
.tm-pricing.style-3 .tm-pricing-recomend {
position: absolute;
bottom: 100%;
left: 0;
text-align: center;
font-weight: 700;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
width: 100%;
color: #fff;
padding: 10px 15px;
}
.tm-pricing.style-3 .tm-pricing-recomend i {
margin-right: 10px;
}
.tm-pricing.style-3 .pricing-content-wrap {
padding: 40px 35px 65px;
}
.tm-pricing.style-3 .pricing-image {
margin-bottom: 30px;
}
.tm-pricing.style-3 .title {
font-size: 24px;
margin-bottom: 22px;
}
.tm-pricing.style-3 .price {
display: inline-block;
font-size: 50px;
font-weight: 700;
}
.tm-pricing.style-3 .currency {
font-size: 20px;
vertical-align: super;
}
.tm-pricing.style-3 .period {
display: inline-block;
font-size: 14px;
font-weight: 500;
font-style: italic;
color: #7A8A9E;
transform: translateY(-4px);
}
.tm-pricing.style-3 .period:before {
content: '/ ';
}
.tm-pricing.style-3 .price-wrap {
margin-bottom: 30px;
}
.tm-pricing.style-3 .description {
margin-bottom: 25px;
}
.tm-pricing.style-3 .tm-pricing-list {
text-align: left;
}
.tm-pricing.style-3 .tm-pricing-list i {
font-size: 12px;
margin-right: 10px;
}
.tm-pricing.style-3 .tm-pricing-list li {
padding: 13px 0;
border-bottom: 1px solid #eee;
}
.tm-pricing.style-3 .tm-pricing-footer {
margin-top: 40px;
}
.tm-pricing.style-3 .tm-pricing-button {
width: 100%;
}
.tm-pricing.style-3.tm-pricing-featured .inner {
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.13);
padding: 50px 40px 90px;
}
@media (max-width: 991px) {
.pricing-wrap {
flex-wrap: wrap;
}
.pricing-wrap .tm-pricing {
width: 100%;
max-width: 100%;
margin-right: 0;
}
}
.tm-countdown {
text-align: center;
max-width: 770px;
margin: 0 auto;
}
.tm-countdown .day,
.tm-countdown .hour,
.tm-countdown .minute,
.tm-countdown .second {
text-align: center;
flex-grow: 1;
}
.tm-countdown .countdown-wrap {
display: flex;
align-items: center;
}
.tm-countdown.style-1 .number {
display: inline-block;
font-size: 60px;
font-weight: 700;
line-height: 1;
}
.tm-countdown.style-1 .text {
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
font-size: 14px;
margin-top: 18px;
}
.tm-countdown.style-1.skin-light .number {
color: #ffffff;
}
.tm-countdown.style-1.skin-light .text {
color: rgba(255, 255, 255, 0.7);
}
.tm-countdown.style-2 .number {
display: block;
font-size: 60px;
line-height: 1;
font-weight: 700;
text-shadow: 7px 2px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
}
.tm-countdown.style-2 .text {
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
.tm-countdown.style-2.skin-light .number {
color: #ffffff;
text-shadow: 7px 2px 0 rgba(255, 255, 255, 0.2);
}
.tm-countdown.style-2.skin-light .text {
color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199px) {
.tm-countdown.style-1 .number {
font-size: 80px;
}
.tm-countdown.style-2 .number {
font-size: 80px;
}
}
@media (max-width: 991px) {
.tm-countdown.style-1 .number {
font-size: 60px;
}
.tm-countdown.style-2 .number {
font-size: 60px;
}
}
@media (max-width: 767px) {
.tm-countdown.style-1 .number {
font-size: 40px;
}
.tm-countdown.style-2 .number {
font-size: 40px;
}
}
.tm-counter {
margin-bottom: 30px;
}
.tm-counter.align-left .number-wrap {
justify-content: flex-start;
}
.tm-counter.align-center .number-wrap {
justify-content: center;
}
.tm-counter.align-right .number-wrap {
justify-content: flex-end;
}
.tm-counter .number-wrap {
display: flex;
}
.tm-counter .number-wrap span {
display: inline-block;
}
.tm-counter .counter-image {
display: inline-block;
position: relative;
margin-bottom: 80px;
}
.tm-counter .counter-image:before {
position: absolute;
top: calc(100% + 30px);
left: 50%;
margin-left: -22px;
content: '';
width: 44px;
height: 7px;
background-color: #dfe0e0;
border-radius: 50%;
}
.tm-counter .icon {
display: inline-block;
position: relative;
margin-bottom: 70px;
color: #FF875F;
}
.tm-counter .icon i {
display: inline-block;
}
.tm-counter .icon:before {
position: absolute;
top: calc(100% + 30px);
left: 50%;
margin-left: -22px;
content: '';
width: 44px;
height: 7px;
background-color: #dfe0e0;
border-radius: 50%;
}
.tm-counter:hover .counter-image img,
.tm-counter:hover .counter-image i, .tm-counter:hover .counter-image:before,
.tm-counter:hover .icon img,
.tm-counter:hover .icon i,
.tm-counter:hover .icon:before {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tm-counter:hover .counter-image img, .tm-counter:hover .counter-image i,
.tm-counter:hover .icon img,
.tm-counter:hover .icon i {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.tm-counter:hover .counter-image:before,
.tm-counter:hover .icon:before {
-webkit-animation-name: zoom-bounce;
animation-name: zoom-bounce;
}
.tm-counter.style-01 .icon {
font-size: 60px;
line-height: 1;
}
.tm-counter.style-01 .number-wrap {
margin-bottom: 17px;
font-size: 50px;
line-height: 1;
font-weight: 700;
}
.tm-counter.style-01 .number-prefix {
font-size: 30px;
}
.tm-counter.style-01 .number-suffix {
font-size: 30px;
line-height: 1;
}
.tm-counter.style-01 .text {
font-size: 20px;
line-height: 1.5;
margin-bottom: 15px;
}
.tm-counter.style-02 .icon {
font-size: 60px;
line-height: 1;
}
.tm-counter.style-02 .number-wrap {
margin-bottom: 20px;
font-size: 100px;
font-weight: 700;
line-height: 1;
}
.tm-counter.style-02 .number-prefix {
font-weight: 700;
font-size: 60px;
}
.tm-counter.style-02 .number-suffix {
font-size: 36px;
font-weight: 700;
line-height: 1;
}
.tm-counter.style-02 .text {
font-size: 18px;
line-height: 1.5;
margin-bottom: 15px;
}
.tm-counter.style-03 .counter-image,
.tm-counter.style-03 .icon {
margin-bottom: 40px;
}
.tm-counter.style-03 .counter-image:before,
.tm-counter.style-03 .icon:before {
display: none;
}
.tm-counter.style-03 .icon {
font-size: 60px;
line-height: 1;
margin-bottom: 35px;
}
.tm-counter.style-03 .number-wrap {
margin-bottom: 17px;
font-size: 50px;
line-height: 1;
font-weight: 700;
}
.tm-counter.style-03 .number-prefix {
font-size: 30px;
}
.tm-counter.style-03 .number-suffix {
font-size: 30px;
line-height: 1;
}
.tm-counter.style-03 .text {
font-size: 20px;
line-height: 1.5;
margin-bottom: 15px;
}
.tm-team-member {
text-align: center;
}
.tm-team-member .photo {
margin-bottom: 30px;
}
.tm-team-member .name {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tm-team-member .position {
font-size: 15px;
font-weight: 400;
margin-top: 3px;
}
.tm-team-member .team-footer {
margin-top: 25px;
}
.tm-team-member .social-networks {
margin: 0 -10px;
}
.tm-team-member .social-networks a {
display: inline-block;
padding: 5px 10px;
font-size: 18px;
line-height: 1;
color: #aeaeae;
}
.tm-team-member.effect-grayscale .photo img {
filter: grayscale(100%);
}
.tm-team-member.effect-grayscale:hover .photo img {
filter: none;
}
.tm-team-member.style-1 {
margin-bottom: 30px;
}
.tm-team-member.style-1:hover .photo img {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
transform: translateY(-10px);
}
.tm-team-member.style-1 .team-header {
padding-bottom: 20px;
border-bottom: 1px dashed #ddd;
margin-bottom: 25px;
}
.tm-team-member.style-1 .photo {
position: relative;
}
.tm-team-member.style-1 .photo img {
width: 100%;
}
.tm-team-member.style-2 {
margin-bottom: 30px;
}
.tm-team-member.style-2:hover .inner {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-team-member.style-2:hover .inner:before {
width: 100%;
left: 0;
right: auto;
}
.tm-team-member.style-2 .inner {
position: relative;
background-color: #fff;
padding: 23px 40px 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.tm-team-member.style-2 .inner:before {
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 3px;
content: '';
}
.tm-team-member.style-2 .photo img {
width: 100%;
border-radius: 50%;
}
.tm-team-member.style-2 .description {
margin-top: 20px;
}
.tm-team-member.style-3 {
margin-bottom: 30px;
}
.tm-team-member.style-3 .inner {
position: relative;
overflow: hidden;
}
.tm-team-member.style-3 .inner:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
opacity: 0.5;
z-index: 1;
}
.tm-team-member.style-3 .info-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: left;
z-index: 2;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-team-member.style-3.has-button .info-wrap {
bottom: -50px;
}
.tm-team-member.style-3 .photo {
margin-bottom: 0;
}
.tm-team-member.style-3 .info {
padding: 20px;
}
.tm-team-member.style-3 .name {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
margin-bottom: 5px;
color: #fff;
}
.tm-team-member.style-3 .position {
color: #fff;
font-size: 14px;
}
.tm-team-member.style-3 .description {
color: #fff;
margin-top: 15px;
}
.tm-team-member.style-3 .team-footer {
margin-top: 15px;
}
.tm-team-member.style-3 .social-networks a {
font-size: 14px;
color: #fff;
}
.tm-team-member.style-3 .team-button {
width: 100%;
}
.tm-team-member.style-3 .team-button i {
margin-left: 10px;
}
.tm-team-member.style-3:hover.has-button .info-wrap {
bottom: 0;
}
.tm-slider-group .tm-team-member.style-2 .inner {
box-shadow: none;
}
.tm-slider-group .tm-team-member.style-2 .inner:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-caregiver {
text-align: center;
}
.tm-caregiver .post-thumbnail {
margin-bottom: 30px;
}
.tm-caregiver .caregiver-footer {
margin-top: 25px;
}
.tm-caregiver .social-networks {
margin: 0 -10px;
}
.tm-caregiver .social-networks a {
display: inline-block;
padding: 5px 10px;
font-size: 18px;
line-height: 1;
color: #aeaeae;
}
.tm-caregiver.style-01.style-carousel-01 .tm-swiper {
margin: -20px -20px;
}
.tm-caregiver.style-01.style-carousel-01 .swiper-container {
padding: 20px 20px;
}
.tm-caregiver.style-01.style-carousel-01 .post-item-wrap:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}
.tm-caregiver.style-01 .post-item-wrap {
height: 100%;
}
.tm-caregiver.style-01 .post-item-wrap:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-caregiver.style-01 .post-item-wrap:hover:before {
width: 100%;
left: 0;
right: auto;
}
.tm-caregiver.style-01 .post-item-wrap {
position: relative;
background-color: #fff;
padding: 23px 40px 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.tm-caregiver.style-01 .post-item-wrap:before {
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 3px;
content: '';
background-color: #FF875F;
}
.tm-caregiver.style-01 .post-thumbnail img {
width: 100%;
border-radius: 50%;
}
.tm-caregiver.style-01 .post-title {
font-size: 18px;
margin-bottom: 0;
}
.tm-caregiver.style-01 .position {
font-size: 14px;
font-style: italic;
font-weight: 400;
margin-top: 3px;
}
.tm-caregiver.style-02.style-carousel-02 .tm-swiper {
margin: -30px -15px;
}
.tm-caregiver.style-02.style-carousel-02 .swiper-container {
padding: 30px 15px;
}
.tm-caregiver.style-02 .post-item-wrap:hover .post-thumbnail-wrap img {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
transform: translateY(-10px);
}
.tm-caregiver.style-02 .caregiver-header {
padding-bottom: 20px;
border-bottom: 1px dashed #ddd;
margin-bottom: 25px;
}
.tm-caregiver.style-02 .post-title {
font-size: 20px;
margin-bottom: 0;
}
.tm-caregiver.style-02 .position {
font-size: 14px;
font-style: italic;
font-weight: 400;
margin-top: 3px;
}
.tm-caregiver.style-02 .post-thumbnail-wrap {
position: relative;
}
.tm-caregiver.style-02 .post-thumbnail-wrap img {
width: 100%;
}
.tm-caregiver.style-03 .post-item-wrap {
position: relative;
overflow: hidden;
}
.tm-caregiver.style-03 .post-item-wrap:hover .info {
top: 0;
}
.tm-caregiver.style-03 .post-thumbnail {
position: relative;
}
.tm-caregiver.style-03 .post-thumbnail img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
width: 100%;
}
.tm-caregiver.style-03 .post-thumbnail:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #223645;
opacity: 0.36;
z-index: 1;
}
.tm-caregiver.style-03 .post-thumbnail {
margin: 0;
}
.tm-caregiver.style-03 .post-title {
margin-bottom: 0;
}
.tm-caregiver.style-03 .post-title a {
color: #fff;
font-size: 20px;
}
.tm-caregiver.style-03 .post-title a:hover {
color: #FF875F;
}
.tm-caregiver.style-03 .position {
font-style: italic;
font-weight: 400;
}
.tm-caregiver.style-03 .info {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background-color: #3C8080;
color: #fff;
z-index: 2;
padding: 20px;
-webkit-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
display: flex;
flex-direction: column;
}
.tm-caregiver.style-03 .caregiver-header {
width: 100%;
}
.tm-caregiver.style-03 .social-networks {
margin: 0;
width: 100%;
text-align: center;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.tm-caregiver.style-03 .social-networks a {
font-size: 22px;
color: #fff;
}
.tm-caregiver.style-03 .social-networks a:hover {
color: #FF875F;
}
.tm-caregiver.style-04.style-carousel-04 .tm-swiper {
margin: -40px -15px;
}
.tm-caregiver.style-04.style-carousel-04 .swiper-container {
padding: 40px 15px;
}
.tm-caregiver.style-04.style-carousel-04 .post-item-wrap {
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}
.tm-caregiver.style-04.style-carousel-04 .post-item-wrap:hover {
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.tm-caregiver.style-04 .post-item-wrap {
background-color: #fff;
padding: 20px;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.06);
}
.tm-caregiver.style-04 .post-item-wrap:hover {
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}
.tm-caregiver.style-04 .post-thumbnail {
margin-bottom: 24px;
}
.tm-caregiver.style-04 .position {
font-weight: 600;
margin-bottom: 5px;
color: #FF875F;
}
.tm-caregiver.style-04 .post-title {
font-size: 20px;
margin-bottom: 0;
}
.tm-caregiver.style-04 .caregiver-header {
border-bottom: 2px dashed #d8d8d8;
padding-bottom: 15px;
margin-bottom: 17px;
}
.tm-caregiver-search-form.style-01 .heading {
font-size: 30px;
margin-bottom: 25px;
}
.tm-caregiver-search-form.style-01 .search-form {
box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
background-color: #fff;
}
.tm-caregiver-search-form.style-01 form {
display: flex;
align-items: stretch;
}
.tm-caregiver-search-form.style-01 .field {
flex-grow: 1;
display: flex;
align-items: center;
padding: 0 15px;
}
.tm-caregiver-search-form.style-01 .field .inner {
width: 100%;
}
.tm-caregiver-search-form.style-01 .field + .field {
border-left: 1px solid #eee;
}
.tm-caregiver-search-form.style-01 .field .label {
margin: 10px 20px 0;
}
.tm-caregiver-search-form.style-01 select {
border: 0;
background-color: #fff;
font-size: 20px;
font-weight: 600;
}
.tm-caregiver-search-form.style-01 button {
flex-shrink: 0;
height: 100px;
font-size: 18px;
}
.tm-caregiver-search-form.style-02 .heading {
font-size: 30px;
text-align: center;
margin-bottom: 35px;
}
.tm-caregiver-search-form.style-02 .search-form {
background-color: #fff;
padding: 70px 45px;
}
.tm-caregiver-search-form.style-02 .field + .field {
border-top: 1px solid #eee;
padding-top: 20px;
margin-top: 10px;
}
.tm-caregiver-search-form.style-02 select {
padding: 0;
border: 0;
background-color: #fff;
font-size: 20px;
font-weight: 600;
background-position: center right;
}
.tm-caregiver-search-form.style-02 button {
margin-top: 25px;
width: 100%;
text-align: center;
}
@media (max-width: 991px) {
.tm-caregiver-search-form.style-01 form {
display: block;
}
.tm-caregiver-search-form.style-01 .field {
padding: 20px;
}
.tm-caregiver-search-form.style-01 .field + .field {
border: 0;
}
.tm-caregiver-search-form.style-01 button {
width: 100%;
}
}
.tm-social-networks {
line-height: 0;
}
.tm-social-networks ul {
display: inline-block;
padding: 0;
margin: 0 -8px;
}
.tm-social-networks .item {
list-style-type: none;
}
.tm-social-networks .link {
padding: 5px 8px;
}
.tm-social-networks.layout-list {
display: block;
}
.tm-social-networks.layout-inline .item {
display: inline-block;
}
.tm-social-networks.layout-two-columns ul {
margin: 0;
padding: 0;
}
.tm-social-networks.layout-two-columns .item {
display: block;
float: left;
width: 50%;
padding-right: 20px;
}
.tm-social-networks.layout-two-columns .item .link {
padding: 10px 0;
}
.tm-social-networks.style-icons {
font-size: 16px;
}
.tm-social-networks.style-large-icons {
font-size: 20px;
}
.tm-social-networks.style-large-icons ul {
margin: 0 -14px;
}
.tm-social-networks.style-large-icons .link {
padding: 5px 14px;
}
.tm-social-networks.style-solid-square-icon ul {
margin: 0;
padding: 1px 0 0 1px;
}
.tm-social-networks.style-solid-square-icon li {
float: left;
border: 1px solid #eee;
margin: -1px 0 0 -1px;
}
.tm-social-networks.style-solid-square-icon .link {
font-size: 20px;
display: block;
text-align: center;
height: 50px;
width: 50px;
position: relative;
}
.tm-social-networks.style-solid-square-icon .link-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-social-networks.style-solid-rounded-icon ul {
margin: 0;
}
.tm-social-networks.style-solid-rounded-icon li {
float: left;
}
.tm-social-networks.style-solid-rounded-icon li + li {
margin-left: 10px;
}
.tm-social-networks.style-solid-rounded-icon .item:hover .link-icon {
color: #ffffff;
}
.tm-social-networks.style-solid-rounded-icon .link {
font-size: 20px;
display: block;
text-align: center;
height: 50px;
width: 50px;
border: 1px solid #eee;
background-color: #eee;
border-radius: 50%;
position: relative;
}
.tm-social-networks.style-solid-rounded-icon .link-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-social-networks.style-solid-rounded-icon-02 ul {
margin: 0;
}
.tm-social-networks.style-solid-rounded-icon-02 li {
float: left;
}
.tm-social-networks.style-solid-rounded-icon-02 li + li {
margin-left: 10px;
}
.tm-social-networks.style-solid-rounded-icon-02 .item:hover .link-icon {
color: #ffffff;
}
.tm-social-networks.style-solid-rounded-icon-02 .link {
font-size: 20px;
display: block;
text-align: center;
height: 50px;
width: 50px;
color: #223645;
border: 1px solid #eee;
border-radius: 50%;
position: relative;
}
.tm-social-networks.style-solid-rounded-icon-02 .link-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-social-networks.style-icon-title.layout-two-columns ul {
margin: 0;
padding: 0;
}
.tm-social-networks.style-icon-title.layout-two-columns .item .link {
padding: 10px 0;
}
.tm-social-networks.style-icon-title .link-icon {
font-size: 18px;
min-width: 18px;
margin-right: 10px;
}
.tm-social-networks.style-icon-title ul {
margin: -10px -15px;
}
.tm-social-networks.style-icon-title .link {
padding: 10px 15px;
}
.tm-social-networks.style-rounded-icon-title .item .link-icon {
width: 50px;
height: 50px;
line-height: 48px;
text-align: center;
border: 1px solid #eee;
background-color: #eee;
border-radius: 50%;
font-size: 20px;
margin-right: 15px;
color: #b7b7b7;
}
.tm-social-networks.style-rounded-icon-title .item .link-text {
font-size: 16px;
color: #7A8A9E;
}
.tm-social-networks.style-rounded-icon-title .item:hover .link-icon {
color: #fff;
}
.tm-social-networks.style-title ul {
margin: 0 -13px;
}
.tm-social-networks.style-title .link {
padding: 5px 13px;
}
.tm-social-networks.style-title .link-text {
font-size: 16px;
}
.tm-social-networks .link {
display: inline-block;
}
.tm-social-networks br {
display: none;
}
.tm-circle-progress-chart {
text-align: center;
}
.tm-circle-progress-chart .chart {
position: relative;
margin: 0 auto 50px;
width: 126px;
height: 126px;
}
.tm-circle-progress-chart .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.tm-circle-progress-chart .inner-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-circle-progress-chart .chart-number {
font-size: 42px;
line-height: 1;
margin-bottom: 0;
}
.tm-circle-progress-chart .chart-number span {
vertical-align: super;
font-size: 20px;
}
.tm-circle-progress-chart .chart-icon {
font-size: 60px;
line-height: 1;
}
.tm-circle-progress-chart .inner-circle {
width: 100%;
height: 100%;
border-radius: 50%;
}
.tm-circle-progress-chart .title-wrap {
margin-bottom: 30px;
}
.tm-circle-progress-chart .title {
font-size: 24px;
}
form.submitting .wpcf7-spinner {
display: block;
}
.wpcf7 .wpcf7-spinner {
display: none;
margin: 30px auto 0;
}
.wpcf7 .screen-reader-response {
display: none;
}
.wpcf7 .wpcf7-response-output {
border: 0 !important;
color: #fff;
background: #2196f3;
}
.wpcf7 form.sent .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #5cb85c;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #d9534f;
}
.wpcf7 form.spam .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #cf7b50;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #f0ad4e;
}
.wpcf7 .wpcf7-not-valid-tip {
margin-top: 5px;
color: #d9534f;
font-size: 12px;
}
.tm-contact-form-7 .wpcf7-form br {
display: none;
}
.tm-contact-form-7 .row {
margin-left: -15px;
margin-right: -15px;
}
.tm-contact-form-7 [class*='col-'] {
padding-left: 15px;
padding-right: 15px;
}
.tm-contact-form-7 label {
display: block;
font-weight: 600;
margin-bottom: 13px;
color: #223645;
}
.tm-contact-form-7 .form-item {
position: relative;
}
.tm-contact-form-7 .form-item.has-icon .wpcf7-text,
.tm-contact-form-7 .form-item.has-icon .wpcf7-date {
padding-right: 40px;
}
.tm-contact-form-7 .form-icon {
font-size: 20px;
position: absolute;
top: 50%;
right: 15px;
line-height: 0;
}
.tm-contact-form-7 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 30px;
}
.tm-contact-form-7 .wpcf7-textarea {
margin-bottom: 30px;
height: 150px;
}
.tm-contact-form-7 .ajax-loader {
display: none !important;
}
.tm-contact-form-7 .wpcf7-submit {
display: block;
margin: 0;
text-transform: capitalize;
}
.tm-contact-form-7.gutter-20 .row {
margin-left: -10px;
margin-right: -10px;
}
.tm-contact-form-7.gutter-20 [class*='col-'] {
padding-left: 10px;
padding-right: 10px;
}
.tm-contact-form-7.gutter-20 .wpcf7-form-control-wrap {
margin-bottom: 20px;
}
.tm-contact-form-7.gutter-40 .row {
margin-left: -20px;
margin-right: -20px;
}
.tm-contact-form-7.gutter-40 [class*='col-'] {
padding-left: 20px;
padding-right: 20px;
}
.tm-contact-form-7.gutter-40 .wpcf7-form-control-wrap {
margin-bottom: 40px;
}
.tm-contact-form-7.style-01 .wpcf7-submit {
width: 100%;
}
.tm-contact-form-7.style-05 label {
color: #fff;
}
.tm-contact-form-7.style-05 .wpcf7-submit {
width: 100%;
background-color: red;
border-color: red;
color: #ffffff;
}
.tm-contact-form-7.style-05 .wpcf7-submit:hover {
color: #000;
background-color: #fff;
border-color: #fff;
}
.tm-contact-form-7.style-02 .wpcf7-text,
.tm-contact-form-7.style-02 .wpcf7-date,
.tm-contact-form-7.style-02 .wpcf7-select,
.tm-contact-form-7.style-02 .wpcf7-textarea {
background-color: #ffffff;
border: 1px solid #dddddd;
padding: 0 15px;
}
.tm-contact-form-7.style-02 .wpcf7-textarea {
background-color: #ffffff;
border: 1px solid #dddddd;
height: 120px;
margin-bottom: 40px;
padding: 10px 15px;
}
.tm-contact-form-7.style-02 .wpcf7-submit {
background-color: #222222;
border-color: #222222;
color: #ffffff;
}
.tm-contact-form-7.style-02 .wpcf7-submit:hover {
border-color: transparent;
}
.tm-contact-form-7.style-03 .wpcf7-text,
.tm-contact-form-7.style-03 .wpcf7-date,
.tm-contact-form-7.style-03 .wpcf7-select,
.tm-contact-form-7.style-03 .wpcf7-textarea {
background-color: #ffffff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
border: 0;
padding: 0 15px;
}
.tm-contact-form-7.style-03 .wpcf7-textarea {
background-color: #ffffff;
height: 120px;
padding: 20px 15px;
margin-bottom: 40px;
}
.tm-contact-form-7.style-03 .wpcf7-submit {
color: #ffffff;
width: 100%;
}
.tm-contact-form-7.style-04 .wpcf7-form {
border: 1px solid #eee;
background-color: #f7f7f7;
padding: 40px 30px 50px;
}
.tm-contact-form-7.style-04 .wpcf7-text,
.tm-contact-form-7.style-04 .wpcf7-date,
.tm-contact-form-7.style-04 .wpcf7-select,
.tm-contact-form-7.style-04 .wpcf7-textarea {
background-color: #ffffff;
border: 1px solid #dddddd;
padding: 0 15px;
}
.tm-contact-form-7.style-04 .wpcf7-textarea {
background-color: #ffffff;
border: 1px solid #dddddd;
height: 120px;
margin-bottom: 40px;
padding: 10px 15px;
}
.form-online-support {
padding: 44px 35px 62px;
background: #eeeeee url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-envelope-open.png) no-repeat bottom right;
border-radius: 5px;
}
.form-online-support .form-title {
font-size: 30px;
margin-bottom: 38px;
line-height: 1.66;
}
.form-online-support select,
.form-online-support input[type='text'],
.form-online-support input[type='email'],
.form-online-support input[type='url'],
.form-online-support input[type='password'],
.form-online-support input[type='search'],
.form-online-support input[type='number'],
.form-online-support input[type='tel'] {
height: 50px;
background: #ffffff;
}
.form-online-support .wpcf7-textarea {
height: 125px;
background: #ffffff;
}
.form-online-support input[type='submit'],
.form-online-support input[type='reset'],
.form-online-support button {
height: 50px;
line-height: 46px;
padding: 0 22px;
}
.wrap-style-01 {
padding: 50px 25px 40px;
background: #ffffff;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
}
.wrap-style-01 .form-title {
text-align: center;
font-size: 36px;
margin-bottom: 40px;
}
.wrap-style-02 {
padding: 84px 45px 85px;
background: #ffffff url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-money-bag.png) no-repeat top right -30px;
}
.wrap-style-02 .form-title {
font-size: 36px;
margin-bottom: 47px;
}
@media (max-width: 767px) {
.wrap-style-02 {
padding: 60px 30px;
}
.wrap-style-02 .form-title {
font-size: 28px;
}
}
.tm-mailchimp-form .subscribe-form {
display: flex;
}
.tm-mailchimp-form button[type='submit'],
.tm-mailchimp-form input[type='submit'] {
height: 50px;
line-height: 50px;
flex-shrink: 0;
}
.tm-mailchimp-form.style-1 input[type='email'] {
height: 50px;
border: 1px solid #eee;
background-color: #f7f7f7;
padding: 0 15px;
margin-bottom: 20px;
}
.tm-mailchimp-form.style-2 input[type='email'] {
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
border: 0;
padding: 0 15px;
}
.tm-mailchimp-form.style-3 button[type='submit'], .tm-mailchimp-form.style-4 button[type='submit'] {
font-size: 0;
padding: 0;
width: 50px;
position: relative;
}
.tm-mailchimp-form.style-3 button[type='submit']:after, .tm-mailchimp-form.style-4 button[type='submit']:after {
content: '\f2c3';
font-family: Ionicons;
font-size: 20px;
font-weight: 500;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-mailchimp-form.style-3 input[type='email'] {
background-color: #334657;
border-color: #334657;
}
.tm-mailchimp-form.style-3 input[type='email']::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5);
font-style: italic;
font-size: 14px;
}
.tm-mailchimp-form.style-3 input[type='email']::-moz-placeholder { color: rgba(255, 255, 255, 0.5);
font-style: italic;
font-size: 14px;
}
.tm-mailchimp-form.style-3 input[type='email']:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
font-style: italic;
font-size: 14px;
}
.tm-mailchimp-form.style-3 input[type='email']:-moz-placeholder { color: rgba(255, 255, 255, 0.5);
font-style: italic;
font-size: 14px;
}
.tm-mailchimp-form.style-3 input[type='email']:focus {
border-color: #311d39 !important;
color: #fff;
}
.tm-mailchimp-form.style-3 button[type='submit']:hover {
background-color: #fff;
}
.tm-mailchimp-form.style-4 button[type='submit']:hover {
color: #fff;
}
.tm-mailchimp-form.style-5 .subscribe-form {
position: relative;
border-radius: 25px;
}
.tm-mailchimp-form.style-5 input[type='email'] {
background: #ECEFF3;
border-radius: 25px;
border: 0;
padding: 0 180px 0 30px;
}
.tm-mailchimp-form.style-5 button[type='submit'] {
position: absolute;
top: 0;
right: 0;
border-radius: 25px;
}
.tm-search-form .search-form {
position: relative;
}
.tm-search-form .search-field {
padding: 3px 160px 3px 20px;
background: #ffffff;
}
.tm-search-form .search-field::-webkit-input-placeholder {
font-weight: 500;
}
.tm-search-form .search-field:-moz-placeholder { font-weight: 500;
}
.tm-search-form .search-field::-moz-placeholder { font-weight: 500;
}
.tm-search-form .search-field:-ms-input-placeholder {
font-weight: 500;
}
.tm-search-form .search-submit {
position: absolute;
top: 0;
right: 0;
border: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
font-size: 20px;
font-weight: 700;
letter-spacing: 1.25px;
}
.tm-search-form .search-submit:hover {
color: #ffffff;
}
.tm-search-form .search-btn-icon {
display: none;
}
.tm-search-form .search-btn-text {
display: block;
}
.tm-search-form .category-wrap {
margin-top: 40px;
display: flex;
justify-content: center;
}
.tm-search-form .category-label {
display: inline-block;
color: #ffffff;
margin-right: 34px;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
}
.tm-search-form .category-list {
display: inline-block;
}
.tm-search-form .category-list a {
display: inline-block;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 700;
background: rgba(126, 126, 126, 0.3);
border-radius: 3px;
padding: 5px 15px;
margin-right: 11px;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.tm-search-form .search-field {
height: 64px;
padding: 3px 190px 3px 30px;
}
.tm-search-form .search-submit {
min-width: 180px;
height: 64px;
}
}
.tm-popup-video {
position: relative;
}
.tm-popup-video a:hover .video-play {
transform: scale3d(1.15, 1.15, 1.15);
}
.tm-popup-video a:hover .video-poster img {
transform: scale(1.1);
}
.tm-popup-video .video-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-popup-video .video-poster {
position: relative;
overflow: hidden;
border-radius: inherit;
}
.tm-popup-video .video-poster img {
transition: all 1.5s cubic-bezier(0.2, 1, 0.22, 1);
-webkit-backface-visibility: hidden;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
}
.tm-popup-video .video-text {
font-size: 15px;
font-weight: 600;
color: #ffffff;
margin-top: 19px;
text-align: center;
}
.tm-popup-video .video-play {
position: relative;
transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
border-radius: 50%;
}
.tm-popup-video .video-play:hover {
transform: scale3d(1.15, 1.15, 1.15);
}
.tm-popup-video .video-play i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-popup-video .video-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.tm-popup-video.style-poster-01 {
position: relative;
border-radius: 0;
}
.tm-popup-video.style-poster-01 .video-poster {
position: relative;
z-index: 2;
border-radius: 0;
transform: translateZ(0);
}
.tm-popup-video.style-poster-01 .video-poster img {
border-radius: 0;
width: 100%;
}
.tm-popup-video.style-poster-01 .video-overlay {
z-index: 3;
border-radius: 0;
background: rgba(69, 69, 69, 0.2);
}
.tm-popup-video.style-poster-01 .video-play {
width: 80px;
height: 80px;
color: #000000;
background: #ffffff;
}
.tm-popup-video.style-poster-01 .video-play i {
font-size: 25px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-02 {
position: relative;
}
.tm-popup-video.style-poster-02 .video-mark {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.tm-popup-video.style-poster-02 .wave-pulse {
width: 1px;
height: 0;
margin: 0 auto;
}
.tm-popup-video.style-poster-02 .wave-pulse:before, .tm-popup-video.style-poster-02 .wave-pulse:after {
opacity: 0;
content: '';
display: block;
position: absolute;
width: 400px;
height: 400px;
top: 50%;
border-radius: 50%;
border: 1px solid #d8d8d8;
animation: zoomBig 5.25s linear 5.25s infinite;
}
.tm-popup-video.style-poster-02 .wave-pulse:before {
animation-delay: .75s;
}
.tm-popup-video.style-poster-02 .wave-pulse-2:before {
animation-delay: 2.25s;
}
.tm-popup-video.style-poster-02 .wave-pulse-2:after {
animation-delay: 1.5s;
}
.tm-popup-video.style-poster-02 .wave-pulse-3:before {
animation-delay: 3.75s;
}
.tm-popup-video.style-poster-02 .wave-pulse-3:after {
animation-delay: 3s;
}
.tm-popup-video.style-poster-02 .video-poster {
border-radius: 0;
}
.tm-popup-video.style-poster-02 .video-poster img {
border-radius: 0;
width: 100%;
}
.tm-popup-video.style-poster-02 .video-button {
right: 0;
left: auto;
transform: translate(50%, -50%);
}
.tm-popup-video.style-poster-02 .video-overlay {
border-radius: 0;
}
.tm-popup-video.style-poster-02 .video-play {
width: 80px;
height: 80px;
color: #222;
background-color: #fff;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.tm-popup-video.style-poster-02 .video-play i {
font-size: 25px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-03 {
position: relative;
}
.tm-popup-video.style-poster-03 .video-poster {
position: relative;
border-radius: 0;
z-index: 2;
}
.tm-popup-video.style-poster-03 .video-poster img {
border-radius: 0;
width: 100%;
}
.tm-popup-video.style-poster-03 .video-overlay {
z-index: 3;
}
.tm-popup-video.style-poster-03 .video-play {
width: 84px;
height: 84px;
color: #000000;
background: #ffffff;
}
.tm-popup-video.style-poster-03 .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-04 {
position: relative;
}
.tm-popup-video.style-poster-04:hover .left-line:after {
animation: lineDown linear 1.5s infinite;
}
.tm-popup-video.style-poster-04:hover .right-line:after {
animation: lineUp linear 1.5s infinite;
}
.tm-popup-video.style-poster-04 .line {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
}
.tm-popup-video.style-poster-04 .line:before, .tm-popup-video.style-poster-04 .line:after {
content: '';
position: absolute;
left: 50%;
width: 1px;
height: 100%;
background: #ffffff;
}
.tm-popup-video.style-poster-04 .line:before {
top: 0;
opacity: .25;
}
.tm-popup-video.style-poster-04 .line:after {
height: 35%;
width: 2px;
}
.tm-popup-video.style-poster-04 .left-line {
transform: translateX(-100px);
}
.tm-popup-video.style-poster-04 .left-line:after {
transform: translateY(-100%);
top: 0;
}
.tm-popup-video.style-poster-04 .right-line {
transform: translateX(100px);
}
.tm-popup-video.style-poster-04 .right-line:after {
transform: translateY(100%);
bottom: 0;
}
.tm-popup-video.style-poster-04 .video-poster {
position: relative;
z-index: 2;
border-radius: 10px;
overflow: hidden;
}
.tm-popup-video.style-poster-04 .video-poster img {
width: 100%;
}
.tm-popup-video.style-poster-04 .video-overlay {
z-index: 3;
}
.tm-popup-video.style-poster-04 .video-play {
width: 80px;
height: 80px;
color: #14163e;
background: #ffffff;
}
.tm-popup-video.style-poster-04 .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-05 {
position: relative;
}
.tm-popup-video.style-poster-05 a:hover .video-play {
transform: scale3d(1.5, 1.5, 1.5);
}
.tm-popup-video.style-poster-05 .video-poster {
position: relative;
z-index: 2;
overflow: hidden;
border-radius: 8px;
}
.tm-popup-video.style-poster-05 .video-poster img {
width: 100%;
}
.tm-popup-video.style-poster-05 .video-overlay {
z-index: 3;
background: rgba(0, 0, 0, 0.19);
}
.tm-popup-video.style-poster-05 .video-play {
width: 60px;
height: 60px;
background: #ffffff;
margin: 0 auto;
}
.tm-popup-video.style-poster-05 .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-06 {
position: relative;
border-radius: 0;
}
.tm-popup-video.style-poster-06 .video-poster {
position: relative;
z-index: 2;
border-radius: 0;
transform: translateZ(0);
}
.tm-popup-video.style-poster-06 .video-poster img {
border-radius: 0;
width: 100%;
}
.tm-popup-video.style-poster-06 .video-overlay {
z-index: 3;
border-radius: 0;
background: rgba(0, 0, 0, 0.47);
}
.tm-popup-video.style-poster-06 .video-play {
width: 84px;
height: 84px;
color: #000000;
background: #ffffff;
}
.tm-popup-video.style-poster-06 .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.style-poster-07 {
position: relative;
}
.tm-popup-video.style-poster-07 .video-mark {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.tm-popup-video.style-poster-07 .video-poster {
border-radius: 0;
}
.tm-popup-video.style-poster-07 .video-poster img {
border-radius: 0;
width: 100%;
}
.tm-popup-video.style-poster-07 .video-button {
right: 0;
left: auto;
transform: translate(50%, -50%);
}
.tm-popup-video.style-poster-07 .video-overlay {
border-radius: 0;
}
.tm-popup-video.style-poster-07 .video-play {
width: 80px;
height: 80px;
color: #fff;
}
.tm-popup-video.style-poster-07 .video-play i {
font-size: 25px;
line-height: 1;
margin-left: 1px;
}
.tm-popup-video.align-center {
text-align: center;
}
.tm-popup-video.align-right {
text-align: right;
}
.tm-popup-video.style-button a {
display: inline-block;
}
.tm-popup-video.style-button .video-play {
width: 100px;
height: 100px;
background: #ffffff;
color: #000000;
}
.tm-popup-video.style-button .video-play i {
font-size: 26px !important;
line-height: 1;
margin-left: 2px;
}
.tm-popup-video.style-button-02 a {
display: inline-block;
}
.tm-popup-video.style-button-02 .video-play {
width: 100px;
height: 100px;
color: #ffffff;
border: 2px solid #ffffff;
}
.tm-popup-video.style-button-02 .video-play i {
font-size: 30px;
line-height: 1;
margin-left: 2px;
}
.tm-popup-video.style-button-03 a {
display: inline-block;
}
.tm-popup-video.style-button-03 .video-play {
width: 90px;
height: 90px;
color: #ffffff;
background: #333333;
}
.tm-popup-video.style-button-03 .video-play:before {
position: absolute;
content: '';
border-radius: 50%;
width: calc(100% + 30px);
height: calc(100% + 30px);
background: rgba(55, 55, 55, 0.05);
left: -15px;
top: -15px;
}
.tm-popup-video.style-button-03 .video-play i {
font-size: 30px;
line-height: 1;
margin-left: 2px;
}
.tm-popup-video.style-button-04 a {
display: inline-block;
}
.tm-popup-video.style-button-04 a {
display: flex;
align-items: center;
}
.tm-popup-video.style-button-04 a .video-play {
width: 50px;
height: 50px;
color: #fff;
border: 1px solid #fff;
margin-right: 20px;
}
.tm-popup-video.style-button-04 a .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 2px;
}
.tm-popup-video.style-button-04 a .video-text {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
text-transform: uppercase;
line-height: 1;
margin: 0;
padding: 0;
}
.tm-popup-video.style-button-05 a {
display: inline-block;
}
.tm-popup-video.style-button-05 a {
display: flex;
align-items: center;
}
.tm-popup-video.style-button-05 a .video-play {
width: 50px;
height: 50px;
color: #FF875F;
border: 1px solid #FF875F;
margin-right: 20px;
background-color: #FF875F;
}
.tm-popup-video.style-button-05 a .video-play i {
font-size: 18px;
line-height: 1;
color: #fff;
}
.tm-popup-video.style-button-05 a .video-text {
position: relative;
font-size: 14px;
font-weight: 600;
color: #223645;
line-height: 1;
margin: 0;
padding: 0 0 5px 0;
border-bottom: 2px solid #eee;
}
.tm-popup-video.style-button-05 a .video-text:before {
content: '';
display: block;
width: 0;
height: 2px;
background-color: #FF875F;
position: absolute;
left: 0;
bottom: -2px;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-popup-video.style-button-05 a:hover .video-text:before {
width: 100%;
}
.tm-popup-video.style-button-06 a {
display: inline-block;
}
.tm-popup-video.style-button-06 a {
display: flex;
align-items: center;
}
.tm-popup-video.style-button-06 a .video-play {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
background-color: #FF875F;
margin-right: 20px;
}
.tm-popup-video.style-button-06 a .video-play i {
font-size: 20px;
line-height: 1;
margin-left: 2px;
}
.tm-popup-video.style-button-06 a .video-text {
font-size: 14px;
font-weight: 600;
color: #223645;
line-height: 1;
margin: 0;
padding: 0 0 6px 0;
border-bottom: 2px solid #eee;
position: relative;
}
.tm-popup-video.style-button-06 a .video-text:after {
content: '\f178';
font-size: 14px;
font-weight: 500;
color: #FF875F;
margin-left: 10px;
}
.tm-popup-video.style-button-06 a .video-text:before {
content: '';
display: block;
width: 0;
height: 2px;
background-color: #FF875F;
position: absolute;
left: 0;
bottom: -2px;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-popup-video.style-button-06 a:hover .video-text:before {
width: 100%;
}
@media (max-width: 1199px) {
.tm-popup-video.style-poster-02 .video-button, .tm-popup-video.style-poster-07 .video-button {
right: 50%;
}
}
.tm-gallery {
position: relative;
}
.tm-gallery img {
width: 100%;
}
.tm-gallery .gallery-item > a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.tm-gallery.hover-overlay .gallery-item {
overflow: hidden;
}
.tm-gallery.hover-overlay .gallery-item:hover .overlay {
visibility: visible;
opacity: .9;
}
.tm-gallery.hover-overlay .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
}
.tm-gallery.hover-overlay .overlay > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 50px;
color: #ffffff;
}
.tm-gallery.hover-simple .gallery-item:hover > a {
transform: translateY(-10px);
}
.tm-gallery.hover-simple .gallery-item:hover img {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-gallery-slider .lslide {
position: relative;
}
.tm-gallery-slider .lSAction > a {
width: 50px;
opacity: 1;
background: none;
}
.tm-gallery-slider .lSAction .nav-button-icon:before {
content: '\f053';
font-size: 16px;
display: inline-block;
width: 50px;
height: 50px;
line-height: 46px;
text-align: center;
border: 1px solid #ddd;
border-radius: 50%;
background-color: #fff;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-gallery-slider .lSAction .lSPrev:hover .nav-button-icon:before,
.tm-gallery-slider .lSAction .lSNext:hover .nav-button-icon:before {
color: #fff;
}
.tm-gallery-slider .lSAction .lSPrev {
left: 15px;
}
.tm-gallery-slider .lSAction .lSNext {
right: 15px;
}
.tm-gallery-slider .lSAction .lSNext .nav-button-icon:before {
content: '\f054';
}
.tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li {
opacity: 0.5;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li.active, .tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 0;
opacity: 1;
}
.tm-gallery-slider .caption {
position: absolute;
bottom: 0;
color: #888;
background-color: rgba(255, 255, 255, 0.8);
font-size: 15px;
font-style: italic;
padding: 15px 20px;
width: 100%;
}
.tm-office-info:hover .image {
transform: translateY(-10px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.09);
}
.tm-office-info .image img {
width: 100%;
height: auto;
}
.tm-office-info .title {
font-size: 24px;
padding: 27px 0;
border-bottom: 1px dashed #D4D2D2;
}
.tm-office-info .info {
padding: 27px 0;
}
.tm-office-info .info > div {
padding: 0 0 0 40px;
position: relative;
}
.tm-office-info .info > div + div {
margin-top: 10px;
}
.tm-office-info .info > div:before {
font-size: 16px;
display: block;
position: absolute;
top: 5px;
left: 0;
}
.tm-office-info .info .address:before {
content: '\f5a0';
}
.tm-office-info .info .email:before {
content: '\f0e0';
}
.tm-office-info .info .phone:before {
content: '\f095';
}
.tm-office-info .link {
margin-top: 10px;
}
.tm-image .caption {
background-color: #222;
color: #fff;
padding: 12px 25px;
font-style: italic;
}
.tm-view-demo {
text-align: center;
}
.tm-view-demo.style-01 .item-wrap:hover .thumbnail {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.tm-view-demo.style-01 .thumbnail {
position: relative;
overflow: hidden;
margin-bottom: 30px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
}
.tm-view-demo.style-01 .thumbnail > img {
border-radius: inherit;
width: 100%;
}
.tm-view-demo.style-01 .heading {
font-size: 24px;
white-space: normal;
}
.tm-view-demo.style-01 .coming-item .overlay {
visibility: visible;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
}
.tm-view-demo.style-01 .badge {
position: absolute;
top: 0;
left: 0;
}
.tm-view-demo.style-01 .badge.new {
position: absolute;
top: 20px;
right: 20px;
left: auto;
width: 50px;
height: 50px;
line-height: 52px;
background-color: #FF875F;
border-radius: 50%;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}
.tm-view-demo.style-02 .item-wrap:hover .overlay {
visibility: visible;
opacity: 1;
}
.tm-view-demo.style-02 .item-wrap:hover .thumbnail {
box-shadow: none;
}
.tm-view-demo.style-02 .item-wrap:hover .thumbnail:before {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%);
}
.tm-view-demo.style-02 .thumbnail {
position: relative;
overflow: hidden;
margin-bottom: 30px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
}
.tm-view-demo.style-02 .thumbnail > img {
width: 100%;
}
.tm-view-demo.style-02 .thumbnail:before {
content: '\f067';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, calc(-50% + 20px));
color: #fff;
font-size: 32px;
font-weight: 500;
width: 80px;
height: 80px;
background-color: #3C8080;
text-align: center;
line-height: 80px;
border-radius: 100%;
opacity: 0;
visibility: hidden;
z-index: 2;
}
.tm-view-demo.style-02 .heading {
font-size: 24px;
white-space: normal;
}
.tm-view-demo.style-02 .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background: rgba(0, 0, 0, 0.5);
}
.tm-view-demo.style-02 .coming-item .overlay {
visibility: visible;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
}
.tm-view-demo.style-02 .new {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
line-height: 52px;
background-color: #FF875F;
border-radius: 50%;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}
.tm-twitter .widgettitle {
font-size: 30px;
margin-bottom: 35px;
}
.tm-twitter.style-slider-quote {
max-width: 900px;
margin: 0 auto;
}
.tm-twitter.style-slider-quote .tweet + .tweet {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eeeeee;
}
.tm-twitter.style-slider-quote .tweet + .tweet:before {
top: 13px;
}
.tm-twitter.style-slider-quote .tweet-info {
position: relative;
padding-left: 55px;
}
.tm-twitter.style-slider-quote .tweet-info:before {
position: absolute;
top: 0;
left: 23px;
display: block;
content: '\f099';
font-size: 18px;
line-height: 1;
font-weight: 500;
}
.tm-twitter.style-slider-quote .tweet-heading {
font-size: 32px;
}
.tm-twitter.style-slider-quote .tweet-text {
position: relative;
font-size: 14px;
border: 1px solid #ededed;
background: #f7fbfe;
border-radius: 5px;
padding: 17px 20px 25px;
margin-bottom: 25px;
word-break: break-all;
}
.tm-twitter.style-slider-quote .tweet-text:before, .tm-twitter.style-slider-quote .tweet-text:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
transform: rotate(45deg);
}
.tm-twitter.style-slider-quote .tweet-text:before {
left: 30px;
bottom: -12px;
border-color: transparent #ededed transparent transparent;
border-width: 12px;
}
.tm-twitter.style-slider-quote .tweet-text:after {
left: 33px;
bottom: -10px;
border-color: transparent #f7fbfe transparent transparent;
border-width: 10px;
}
.tm-twitter.style-slider-quote .tweet-heading {
font-size: 14px;
}
.tm-twitter.style-slider-quote .tweet-date {
font-size: 14px;
font-style: italic;
}
.tm-twitter.style-slider {
max-width: 900px;
margin: 0 auto;
}
.tm-twitter.style-slider .widgettitle {
text-align: center;
}
.tm-twitter.style-slider .tweet {
position: relative;
text-align: center;
}
.tm-twitter.style-slider .tweet:before {
display: block;
content: '\f099';
font-size: 120px;
line-height: 1;
margin-bottom: 10px;
}
.tm-twitter.style-slider .tweet .tweet-heading {
font-size: 30px;
margin-bottom: 0;
}
.tm-twitter.style-slider .tweet .tweet-text {
font-size: 22px;
margin-top: 30px;
}
.tm-twitter.style-slider .tweet + .tweet {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eeeeee;
}
.tm-twitter.style-slider .tweet + .tweet:before {
top: 13px;
}
.tm-twitter.style-list .item + .item {
margin-top: 25px;
}
.tm-twitter.style-list .tweet {
position: relative;
padding-left: 31px;
line-height: 1.78;
}
.tm-twitter.style-list .tweet:before {
position: absolute;
top: 3px;
left: 0;
content: '\f099';
font-size: 20px;
line-height: 1;
}
.tm-twitter.style-list .tweet .tweet-date {
display: inline-block;
margin-top: 8px;
font-style: italic;
}
.tm-twitter.style-list .tweet + .tweet {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eeeeee;
}
.tm-twitter.style-list .tweet + .tweet:before {
top: 13px;
}
.tm-timeline ul {
margin: 0;
padding: 0;
}
.tm-timeline.style-01 .grid-item + .grid-item {
padding-top: 100px;
}
.tm-timeline.style-01 .grid-item:not([style*='left: 0']) .item-wrapper {
padding: 0 0 0 55px;
}
.tm-timeline.style-01 .grid-item:not([style*='left: 0']) .content-wrap {
float: right;
}
.tm-timeline.style-01 .grid-item:not([style*='left: 0']) .dot {
left: -14px;
}
.tm-timeline.style-01 .item-wrapper {
position: relative;
padding: 0 55px 0 0;
}
.tm-timeline.style-01 .line {
position: absolute;
left: 50%;
margin-left: -1px;
height: 100%;
border-left: 2px dotted rgba(151, 151, 151, 0.88);
}
.tm-timeline.style-01 .dot {
width: 28px;
height: 28px;
border-radius: 100%;
position: absolute;
top: 0;
right: -14px;
}
.tm-timeline.style-01 .dot:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 18px;
height: 18px;
border-radius: 50%;
}
.tm-timeline.style-01 .dot:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
border-radius: 50%;
}
.tm-timeline.style-01 .content-header {
padding: 0 20px;
}
.tm-timeline.style-01 .content-wrap {
position: relative;
background: #fff;
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
}
.tm-timeline.style-01 .content-wrap:hover .heading:before {
width: 100%;
}
.tm-timeline.style-01 .content-body {
padding: 20px 20px 25px;
}
.tm-timeline.style-01 .heading {
position: relative;
font-weight: 700;
font-size: 18px;
margin-bottom: 0;
padding: 15px 0;
}
.tm-timeline.style-01 .photo {
margin-bottom: 25px;
}
.tm-timeline.style-01 .photo img {
width: 100%;
}
.tm-timeline.style-02 .timeline-item + .timeline-item {
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #eee;
}
.tm-timeline.style-02 .content-wrap {
display: flex;
}
.tm-timeline.style-02 .content-body {
padding: 0 0 0 40px;
}
.tm-timeline.style-02 .photo {
flex-shrink: 0;
}
.tm-timeline.style-02 .heading {
font-size: 18px;
margin-bottom: 13px;
}
.tm-timeline .tm-animation-queue .item .content-wrap {
opacity: 0;
}
.tm-timeline .tm-animation-queue .item.animate .content-wrap {
opacity: 1;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-timeline .tm-animation-queue .item.animate:nth-child(even) .content-wrap {
transform: translateX(100px);
}
.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .content-wrap {
transform: translateX(-100px);
}
@media screen and (max-width: 1199px) {
.tm-timeline.style-01 .grid-item:not([style*='left: 0']) .item-wrapper {
padding: 0 0 0 30px;
}
.tm-timeline.style-01 .item-wrapper {
padding: 0 30px 0 0;
}
}
@media screen and (max-width: 640px) {
.tm-timeline.style-01 .grid-item + .grid-item {
padding-top: 40px;
}
.tm-timeline.style-01 .item-wrapper {
padding: 0 0 0 50px;
}
.tm-timeline.style-01 .line {
left: 20px;
}
.tm-timeline.style-01 .dot {
left: 6px;
right: auto;
}
.tm-timeline.style-01 .content-wrap {
float: right;
}
}
@media (max-width: 767px) {
.tm-timeline.style-02 .content-body {
padding: 6px 0 0 30px;
}
}
@media (max-width: 543px) {
.tm-timeline.style-02 .photo {
max-width: 100%;
}
.tm-timeline.style-02 .content-wrap {
display: block;
text-align: center;
}
.tm-timeline.style-02 .content-body {
padding: 30px 0 0;
}
}
.tm-blockquote blockquote {
margin: 0 !important;
padding: 35px 0 0;
border: 0;
}
.tm-blockquote blockquote:before {
top: 0;
left: 0;
font-size: 40px;
}
.tm-blockquote .quote-text {
font-size: 24px;
font-style: italic;
line-height: 1.8;
}
.tm-blockquote .quote-footer {
border-top: 1px dashed #d4d2d2;
padding-top: 35px;
margin-top: 30px;
display: flex;
align-items: center;
}
.tm-blockquote .quote-footer .quote-photo {
flex-shrink: 0;
margin-right: 20px;
}
.tm-blockquote .quote-footer .quote-photo img {
border-radius: 50%;
width: 60px;
height: 60px;
}
.tm-blockquote .quote-footer .quote-info {
flex-grow: 1;
}
.tm-blockquote .quote-footer .heading {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 4px;
}
.tm-blockquote .quote-footer .quote-position {
font-size: 15px;
}
.tm-drop-cap {
margin-bottom: 70px;
}
.tm-drop-cap.style-1 .drop-cap {
float: left;
font-size: 56px;
line-height: 50px;
padding-top: 4px;
padding-right: 12px;
padding-left: 3px;
}
.tm-drop-cap.style-2 .drop-cap {
float: left;
font-size: 56px;
line-height: 50px;
padding: 7px 13px 7px 9px;
color: #ffffff;
margin: -8px 10px 0 -18px;
}
.tm-maps {
position: relative;
}
.tm-maps .map {
height: 100px;
}
.tm-maps .btn-view-full-map {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 70px;
line-height: 70px;
font-size: 18px;
font-weight: 700;
text-align: center;
color: #ffffff;
}
.tm-maps .btn-icon {
position: absolute;
top: 50%;
transform: translate(0, -50%);
font-size: 20px;
margin-left: 21px;
}
.gmap-marker-wrap {
padding: 20px;
}
.gmap-marker-title {
font-size: 20px;
margin-bottom: 14px;
}
.tm-maps.overlay-style-01 .animated-dot {
position: relative;
width: 20px;
height: 20px;
left: -9px;
top: -5px;
}
.tm-maps.overlay-style-01 .animated-dot .middle-dot {
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}
.tm-maps.overlay-style-01 .animated-dot .middle-dot:after {
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
content: ' ';
background-color: #ffffff;
border-radius: 50%;
z-index: 100;
opacity: 0;
transform-origin: 50% 50%;
}
.tm-maps.overlay-style-01 .animated-dot .signal {
width: 180px;
pointer-events: none;
height: 180px;
border-radius: 50%;
position: absolute;
left: -80px;
top: -80px;
opacity: 0;
animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
animation-delay: .78s;
animation-iteration-count: infinite;
}
.tm-maps.overlay-style-01 .animated-dot .signal2 {
width: 180px;
height: 180px;
pointer-events: none;
border-radius: 50%;
position: absolute;
left: -80px;
top: -80px;
opacity: 0;
animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
animation-delay: 1s;
animation-iteration-count: infinite;
}
.tm-maps.overlay-style-02 .animated-dot {
width: 20px;
height: 20px;
left: -9px;
top: -5px;
position: relative;
}
.tm-maps.overlay-style-02 .animated-dot .middle-dot:after {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: Ionicons;
content: '\f456';
font-size: 56px;
}
.tm-maps.overlay-style-02 .animated-dot .signal,
.tm-maps.overlay-style-02 .animated-dot .signal2 {
width: 200px;
height: 200px;
pointer-events: none;
border-radius: 50%;
position: absolute;
left: -90px;
top: -90px;
opacity: 0;
animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-delay: .78s;
}
.tm-maps.overlay-style-02 .animated-dot .signal {
border: 2px solid rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, 0.18);
animation-delay: .78s;
}
.tm-maps.overlay-style-02 .animated-dot .signal2 {
border: 2px solid #000000;
animation-delay: 1s;
}
@keyframes animationSignal {
0% {
opacity: 0;
transform: scale(0);
}
1% {
opacity: .14;
}
20% {
opacity: .14;
}
60% {
transform: scale(1);
opacity: 0;
}
}
@keyframes animationSignal2 {
0% {
opacity: 0;
transform: scale(0);
}
1% {
opacity: .29;
}
20% {
opacity: .29;
}
60% {
transform: scale(1);
opacity: 0;
}
}
.tm-maps-popup {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
cursor: pointer;
}
.tm-maps-popup:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 8;
opacity: 0;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-maps-popup .tm-maps-popup-text {
opacity: 0;
color: #fff;
font-size: 20px;
text-align: center;
z-index: 9;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-maps-popup .tm-maps-popup-marker {
z-index: 7;
width: 32px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tm-maps-popup .tm-maps-popup-marker .animated-dot {
position: relative;
margin: 0;
width: 20px;
height: 20px;
margin-top: 10px;
margin-left: 10px;
}
.tm-maps-popup .tm-maps-popup-marker .animated-dot .middle-dot:after {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: Ionicons;
content: '\f456';
font-size: 56px;
color: #FF875F;
}
.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal,
.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal2 {
width: 200px;
height: 200px;
pointer-events: none;
border-radius: 50%;
position: absolute;
left: -90px;
top: -90px;
opacity: 0;
animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-delay: .78s;
}
.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal {
border: 2px solid rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, 0.18);
animation-delay: .78s;
}
.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal2 {
border: 2px solid #FF875F;
animation-delay: 1s;
box-shadow: inset 0 0 35px 10px #FF875F;
}
.tm-maps-popup:hover:before {
opacity: 1;
}
.tm-maps-popup:hover .tm-maps-popup-text {
opacity: 1;
}
.tm-maps-popup:hover .tm-maps-popup-marker {
opacity: 0;
}
.tm-rotate-box {
position: relative;
}
.tm-rotate-box .flipper {
position: relative;
}
.tm-rotate-box .flipper:hover .box {
transform-style: preserve-3d;
transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.tm-rotate-box .to-left .front,
.tm-rotate-box .to-right .front {
transform: rotateY(0deg);
}
.tm-rotate-box .to-top .front,
.tm-rotate-box .to-bottom .front {
transform: rotateX(0deg);
}
.tm-rotate-box .to-top .back {
transform: rotateX(-180deg);
}
.tm-rotate-box .to-top:hover .front {
transform: rotateX(180deg);
}
.tm-rotate-box .to-top:hover .back {
transform: rotateX(0deg);
}
.tm-rotate-box .to-bottom .back {
transform: rotateX(180deg);
}
.tm-rotate-box .to-bottom:hover .front {
transform: rotateX(-180deg);
}
.tm-rotate-box .to-bottom:hover .back {
transform: rotateX(0deg);
}
.tm-rotate-box .to-left .back {
transform: rotateY(180deg);
}
.tm-rotate-box .to-left:hover .front {
transform: rotateY(-180deg);
}
.tm-rotate-box .to-left:hover .back {
transform: rotateY(0deg);
}
.tm-rotate-box .to-right .back {
transform: rotateY(-180deg);
}
.tm-rotate-box .to-right:hover .front {
transform: rotateY(180deg);
}
.tm-rotate-box .to-right:hover .back {
transform: rotateY(0deg);
}
.tm-rotate-box .thumb-wrap {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.tm-rotate-box .box {
background-size: cover;
min-height: 370px;
z-index: 1;
transform-style: preserve-3d;
backface-visibility: hidden;
perspective: inherit;
transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.tm-rotate-box .box:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: inherit;
}
.tm-rotate-box .box-outer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.tm-rotate-box .box-inner {
display: table;
height: 100%;
width: 100%;
}
.tm-rotate-box .box-content {
display: table-cell;
vertical-align: middle;
}
.tm-rotate-box .back {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm-rotate-box .content-wrap {
width: 100%;
display: block;
transform-style: preserve-3d;
perspective: inherit;
backface-visibility: hidden;
padding: 50px 30px;
z-index: 2;
}
.tm-rotate-box.style-1 {
text-align: center;
}
.tm-rotate-box.style-1 .heading {
font-size: 24px;
color: #ffffff;
margin-bottom: 0;
}
.tm-rotate-box.style-1 .text {
color: rgba(255, 255, 255, 0.55);
margin: 32px auto 0;
max-width: 420px;
}
.tm-rotate-box.style-1 .tm-button {
margin-top: 78px;
color: #fff;
}
.tm-rotate-box.style-2 .box-content {
vertical-align: bottom;
}
.tm-rotate-box.style-2 .heading {
position: relative;
font-size: 20px;
color: #222;
padding: 10px 70px 10px 18px;
background-color: #fff;
margin-bottom: 0;
min-height: 70px;
display: flex;
align-items: center;
}
.tm-rotate-box.style-2 .heading:after {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
content: '\f125';
font-family: Ionicons;
display: inline-block;
font-size: 16px;
font-weight: 500;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #fff;
background-color: #FF875F;
}
.tm-rotate-box.style-2 .text {
margin-top: 30px;
color: #fff;
}
.tm-rotate-box.style-2 .tm-button {
margin-top: 78px;
}
.tm-custom-menu .widget {
margin: 0 !important;
}
.tm-custom-menu.style-2 .menu {
margin: -8px -15px 0;
}
.tm-custom-menu.style-2 .menu > li {
width: 50%;
padding: 0 15px;
float: left;
}
.tm-custom-menu.style-3 .menu {
margin: -8px -15px 0;
}
.tm-custom-menu.style-3 .menu > li {
padding: 0 15px;
position: relative;
display: inline-block;
}
.tm-custom-menu.style-3 .menu > li + li:before {
position: absolute;
width: 1px;
height: 20px;
top: 10px;
left: -1px;
content: '';
background-color: #d8d8d8;
}
.tm-custom-menu.style-4 .menu {
margin: -8px -15px 0;
}
.tm-custom-menu.style-4 .menu > li {
padding: 0 15px;
margin-bottom: 0;
position: relative;
display: inline-block;
}
.tm-custom-menu.style-4 .menu > li + li:before {
position: absolute;
width: 3px;
height: 3px;
top: 50%;
left: -2px;
content: '';
transform: translateY(-50%);
background-color: #d8d8d8;
}
.tm-custom-menu.style-5 .menu > li {
position: relative;
padding-left: 15px !important;
}
.tm-custom-menu.style-5 .menu > li a {
font-weight: 400 !important;
}
.tm-custom-menu.style-5 .menu > li:before {
position: absolute;
width: 5px;
height: 5px;
top: 50%;
border-radius: 50%;
left: 0;
content: '';
transform: translateY(-50%);
background-color: #d8d8d8;
}
@media (min-width: 768px) {
.tm-custom-menu.align-right {
text-align: right;
}
.tm-custom-menu.align-center {
text-align: center;
}
}
.tm-slider-group {
margin: -30px;
}
.tm-slider-group .swiper-container {
padding: 30px;
}
.tm-slider-group .tm-box-icon {
margin-bottom: 0;
}
.tm-slider-group.tm-swiper.pagination-style-11 .swiper-pagination {
bottom: -20px;
}
.tm-slider-group.style-separator .swiper-container {
padding-left: 1px;
}
.tm-slider-group.style-separator .tm-group {
padding: 100px 57px;
border-left: 1px solid rgba(153, 153, 153, 0.1);
border-right: 1px solid rgba(153, 153, 153, 0.1);
margin-left: -1px;
}
@media (max-width: 767px) {
.tm-slider-group.style-separator .tm-group {
padding: 60px 25px;
}
}
.tm-grid-group .tm-box-icon,
.tm-grid-group .tm-team-member,
.tm-grid-group .tm-card,
.tm-grid-group .tm-pricing {
height: 100%;
margin-bottom: 0;
}
.tm-grid-group.style-border .tm-grid {
padding: 1px;
background: #eeeeee;
}
.tm-grid-group.style-border .grid-item {
background: #ffffff;
}
.tm-grid-group.style-light-border {
padding-top: 1px;
padding-left: 1px;
}
.tm-grid-group.style-light-border .tm-grid {
border: 1px solid rgba(255, 255, 255, 0.28);
}
.tm-grid-group.style-light-border .grid-item {
margin: -1px 0 0 -1px;
border-top: 1px solid rgba(255, 255, 255, 0.28);
border-left: 1px solid rgba(255, 255, 255, 0.28);
padding: 47px 30px;
}
.tm-grid-group.style-dark-border .tm-grid {
border: 1px solid #eeeeee;
}
.tm-grid-group.style-dark-border .grid-item {
margin: -1px 0 0 -1px;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
padding: 47px 30px;
}
.tm-grid-group.style-rounded-separator .tm-grid {
background: #dddddd;
grid-gap: 1px !important;
}
.tm-grid-group.style-rounded-separator .grid-item {
background: #ffffff;
}
.tm-grid-group.style-rounded-separator .grid-item:hover {
z-index: 9;
}
.tm-separator {
line-height: 0;
}
.tm-separator.style-single-line {
border-bottom: 1px solid #f3f3f3;
}
.tm-separator.style-thick-short-line .separator-wrap {
display: inline-block;
height: 8px;
width: 50px;
border-radius: 5px;
}
.tm-separator.style-modern-dots .separator-wrap {
cursor: pointer;
display: inline-block;
padding: 3px 10px;
}
.tm-separator.style-modern-dots .dot {
border-radius: 50%;
box-shadow: 0 0 12px #def0ff;
background: #ffffff;
animation: separator-bounce 1.4s ease-in-out 0s infinite both;
width: 14px;
height: 14px;
}
.tm-separator.style-modern-dots .second-circle {
margin-top: 18px;
animation-delay: -.16s;
}
.tm-separator.style-modern-dots .third-circle {
margin-top: 14px;
animation-delay: -.32s;
}
.tm-skill-box .title {
border-bottom: 1px dashed #D4D2D2;
padding-bottom: 20px;
margin-bottom: 20px;
}
.tm-skill-box .title .icon,
.tm-skill-box .title .title-text {
display: inline-block;
}
.tm-skill-box .title .icon {
font-size: 24px;
margin-right: 8px;
flex-shrink: 0;
}
.tm-skill-box .title .title-text {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tm-skill-box .text {
font-size: 16px;
}
.tm-skill-box .text + .text {
margin-top: 5px;
}
.tm-spacer {
clear: both;
}
.tm-download-box {
border: 1px solid #eee;
}
.tm-download-box.style-1 .download-item {
padding: 30px;
text-align: center;
}
.tm-download-box.style-1 .title {
font-size: 16px;
margin-bottom: 0;
}
.tm-download-box.style-1 .image {
margin-bottom: 20px;
}
.tm-download-box.style-1 .size {
font-size: 16px;
margin-top: 10px;
color: #ababab;
}
.tm-download-box.style-2 .download-item {
position: relative;
padding: 15px 85px 15px 25px;
text-align: center;
display: flex;
align-items: center;
}
.tm-download-box.style-2 .download-item + .download-item {
border-top: 1px solid #eee;
}
.tm-download-box.style-2 .title {
font-size: 18px;
word-break: break-word;
text-align: left;
margin-bottom: 0;
}
.tm-download-box.style-2 .image {
width: 32px;
margin-right: 30px;
flex-shrink: 0;
}
.tm-download-box.style-2 .size {
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
font-size: 18px;
color: #ababab;
}
@media (min-width: 768px) {
.tm-download-box.style-1 {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.tm-download-box.style-1 .download-item {
display: table-cell;
background-color: #fff;
width: calc(100% / 3);
border: 1px solid #eee;
text-align: center;
}
.tm-download-box.style-1 .image {
margin-bottom: 20px;
}
}
.tm-working-hour-list .working-list {
padding: 0;
margin: 0;
list-style: none;
display: table;
border-collapse: collapse;
width: 100%;
}
.tm-working-hour-list .menu-item {
display: table-row;
width: 100%;
border-bottom: 1px solid #eee;
}
.tm-working-hour-list .menu-item:first-child {
border-top: 1px solid #eee;
}
.tm-working-hour-list .working-list--title,
.tm-working-hour-list .working-list--text {
display: table-cell;
padding: 15px 0;
font-size: 16px;
}
.tm-working-hour-list .working-list--title {
font-weight: 600;
}
.tm-working-hour-list .working-list--text {
text-align: right;
}
.vc_row {
clear: both;
}
.vc_row.vc_row-no-padding .vc_inner {
margin-left: -15px;
margin-right: -15px;
}
.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
padding-left: 15px;
padding-right: 15px;
}
.vc_section.vc_section[data-vc-full-width],
.vc_row.vc_row[data-vc-full-width] {
overflow: visible;
}
.vc_container-has-overlay {
position: relative;
}
.vc_container-has-overlay .vc_container-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.wrapper-full-height .wpb_wrapper {
height: 100%;
}
.vc_col-sm-15 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.vc_row-column-separator-01 > .wpb_column + .wpb_column:before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 40%;
width: 2px;
background: #f7f7f7;
}
.vc_row-column-separator-02 > .wpb_column + .wpb_column:before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 100%;
width: 1px;
background: #eee;
}
.vc_row-column-separator-03 > .wpb_column:before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 100%;
width: 1px;
background: #eee;
}
.vc_row-column-separator-04 > .wpb_column + .wpb_column:before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 100%;
width: 1px;
background: #2e2e2e;
}
@media (min-width: 768px) {
.vc_column_container.vc_col-sm-15 {
float: left;
width: 20%;
}
}
@media (max-width: 767px) {
.vc_row-column-separator-01 > .wpb_column + .wpb_column .tm-counter {
padding-top: 36px;
}
.vc_row-column-separator-01 > .wpb_column + .wpb_column:before {
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 1px;
width: 150px;
}
.vc_row-column-separator-02 > .wpb_column + .wpb_column .tm-counter {
padding-top: 36px;
}
.vc_row-column-separator-02 > .wpb_column + .wpb_column:before {
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 1px;
width: 100%;
}
.vc_row-column-separator-04 > .wpb_column + .wpb_column .tm-counter {
padding-top: 36px;
}
.vc_row-column-separator-04 > .wpb_column + .wpb_column:before {
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 1px;
width: 100%;
}
}
.vc_row-has-separator {
position: relative;
overflow: visible !important;
}
.vc_row-has-separator .vc_column_container {
z-index: 2;
}
.vc_row-separator {
position: absolute;
width: 100%;
left: 0;
z-index: 1;
line-height: 0;
}
.vc_row-separator.top {
top: 0;
}
.vc_row-separator.bottom {
bottom: 0;
}
.vc_row-separator svg {
fill: transparent;
width: 100%;
height: 100px;
}
.vc_row-separator.tilt_left.top {
transform: scale(1, -1);
}
.vc_row-separator.tilt_right.top {
transform: scale(-1, -1);
}
.vc_row-separator.tilt_right.bottom {
transform: scale(-1, 1);
}
.vc_row-separator.triangle.bottom {
transform: scaleY(-1);
}
.vc_row-separator.big_triangle.bottom {
transform: scaleY(-1);
}
.vc_row-separator.big_triangle_alt.top {
transform: scaleY(-1);
}
.vc_row-separator.big_triangle_left.top {
transform: scaleY(-1);
}
.vc_row-separator.big_triangle_right.top {
transform: scale(-1);
}
.vc_row-separator.big_triangle_right.bottom {
transform: scaleX(-1);
}
.vc_row-separator.curve.top {
transform: scale(-1);
}
.vc_row-separator.clouds.top {
transform: scale(-1);
}
.vc_row-separator.circle.bottom {
transform: scaleY(-1);
}
.vc_progress_bar .vc_single_bar_wrapper {
padding-bottom: 7px;
}
.vc_progress_bar .vc_single_bar_wrapper + .vc_single_bar_wrapper {
margin-top: 27px;
}
.vc_progress_bar .vc_single_bar_title {
margin-bottom: 12px;
font-size: 16px;
font-weight: 600;
color: #222;
}
.vc_progress_bar .vc_single_bar_title .vc_label_units {
float: right;
font-weight: 500;
}
.vc_progress_bar .vc_general.vc_single_bar {
height: 5px;
border-radius: 5px;
box-shadow: none;
background-color: #e0e0e0;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_label {
padding: 0;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
border-radius: inherit;
}
.vc_progress_bar .vc_bar:after {
position: absolute;
top: 50%;
right: -1px;
width: 16px;
height: 16px;
transform: translate(0, -50%);
background: inherit;
content: '';
border-radius: 50%;
}
.vc_progress_bar.style-2 .vc_single_bar_title {
width: 100% !important;
}
.vc_chart.vc_chart .vc_chart-legend li {
margin: 0;
font-size: 15px;
font-weight: 500;
}
.vc_chart.vc_chart .vc_chart-legend li + li {
margin-top: 18px;
}
.vc_chart.vc_chart .vc_chart-legend span {
border-radius: 3px;
width: 26px;
height: 26px;
margin-right: 28px;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
border-color: #f0f0f0;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
border-color: #f0f0f0;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:hover, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:focus {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover a, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:focus a {
color: #ffffff;
}
@media (min-width: 768px) {
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tt a-panels:after,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels:before {
border-color: #f0f0f0;
}
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-tabs-position-top .vc_tta-tabs-list {
overflow: visible;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-shape-rounded .vc_tta-tabs-list {
overflow: hidden;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-shape-rounded .vc_tta-tab > a {
border-radius: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-container {
margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-list {
display: table;
width: 100%;
margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab {
display: table-cell;
text-align: center;
width: 1%;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab + .vc_tta-tab {
padding-left: 15px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab > a {
font-size: 20px;
font-weight: 700;
background-color: #FF875F;
color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab:hover > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab.vc_active > a {
color: #223645;
background-color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-body {
border: 0;
border-radius: 0;
background: #ffffff;
padding: 42px 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel.vc_active .vc_tta-panel-title {
color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-heading {
background: #eeeeee;
border-radius: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_active .vc_tta-panel-heading {
color: #ffffff;
}
@media (max-width: 991px) {
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-list {
display: table;
width: 100%;
margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab {
display: block;
width: 100%;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab + .vc_tta-tab {
padding-left: 0;
}
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02.vc_tta-tabs-position-top .vc_tta-tabs-list {
overflow: visible;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tabs-list {
margin: 0;
border-bottom: 1px dashed #d4d2d2;
text-align: center;
display: grid;
grid-auto-flow: column;
grid-gap: 1px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab {
position: relative;
margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:after {
content: '';
position: absolute;
bottom: -2px;
right: 0;
width: 0;
height: 3px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab > a {
padding: 15px 25px;
border: 0;
border-bottom: 3px solid transparent;
font-size: 20px;
font-weight: 700;
color: #c1c1c1;
margin-bottom: -2px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:hover:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab.vc_active:after {
width: 100%;
left: 0;
right: auto;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-body {
padding: 70px 0 0;
border: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-heading {
border: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-heading:hover .vc_tta-panel-title {
color: #223645;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title {
color: #777;
border-bottom: 3px solid;
}
.vc_active .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title {
color: #223645;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title > a {
padding: 14px 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-tabs-position-top .vc_tta-tabs-list {
overflow: visible;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-shape-rounded .vc_tta-tabs-list {
overflow: hidden;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-shape-rounded .vc_tta-tab > a {
border-radius: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tabs-container {
margin: 0 0 -1px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab + .vc_tta-tab {
padding-left: 10px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab > a {
font-size: 18px;
font-weight: 700;
background-color: #f7f7f7;
color: #888;
border: 1px solid transparent;
border-bottom-color: #ddd;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab > a:before {
content: '';
display: inline-block;
width: 3px !important;
height: 0 !important;
position: absolute !important;
top: -1px !important;
left: -1px !important;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active > a {
color: #222;
border: 1px solid #ddd;
border-bottom-color: #fff;
background-color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover > a:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active > a:after {
display: none !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover > a:before, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active > a:before {
height: calc(100% + 2px) !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-body {
border-radius: 0;
background: #ffffff;
border: 1px solid #ddd;
padding: 42px 30px 67px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-title {
color: inherit;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-heading {
background: #f7f7f7;
border-radius: 0;
border: 1px solid #ddd;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_active .vc_tta-panel-heading {
color: #222;
}
@media (min-width: 768px) {
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-body {
padding: 100px 0 0;
}
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-container {
overflow: visible !important;
margin: 0 !important;
width: calc(100% / 4);
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list {
overflow: visible !important;
background-color: #f7f7f7;
padding: 36px 0 !important;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab {
color: #999;
font-size: 16px;
font-weight: 500;
margin: 0;
position: relative;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab a {
font-weight: inherit;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:after {
content: '';
width: 0px;
height: 0px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #FF875F;
position: absolute;
top: 50%;
left: calc(100% - 6px);
transform: translate(0, -50%);
opacity: 0;
visibility: hidden;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab > a {
padding: 14px 30px;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:hover, .vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab.vc_active {
background-color: #FF875F;
color: #222;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:hover:after, .vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
left: 100%;
opacity: 1;
visibility: visible;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-container {
overflow: visible !important;
margin: 0 !important;
width: calc(100% / 3);
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-title {
border-bottom: 1px solid #ddd;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-body {
padding: 50px 20px !important;
}
@media (min-width: 768px) {
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-body {
padding: 0 0 0 61px !important;
}
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list {
overflow: visible !important;
background-color: #f7f7f7;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab {
color: #222;
font-size: 16px;
font-weight: 500;
margin: 0;
position: relative;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab a {
font-weight: inherit;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab {
border-top: 1px solid #ddd;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:after {
content: '';
width: 0px;
height: 0px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #FF875F;
position: absolute;
top: 50%;
left: calc(100% - 6px);
transform: translate(0, -50%);
opacity: 0;
visibility: hidden;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab > a {
padding: 14px 30px;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:hover, .vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab.vc_active {
background-color: #FF875F;
color: #fff;
}
.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:hover:after, .vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
left: 100%;
opacity: 1;
visibility: visible;
}
#mega-industries .vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list {
background: #f7f7f7 url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/decor.jpg) no-repeat top left;
background-size: cover;
}
.vc_separator.position-top {
margin: 0;
position: absolute;
top: 0;
width: calc(100% - 30px);
}
.vc_separator.position-bottom {
margin: 0;
position: absolute;
bottom: 0;
width: calc(100% - 30px);
}
.mejs-controls .mejs-button button {
transition: none;
}
.wp-audio-playlist .wp-playlist-current-item {
display: table;
}
.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption {
display: table-cell;
vertical-align: middle;
}
.wp-audio-playlist .wp-playlist-item {
border-color: #eeeeee;
padding: 5px 3px;
}
.wp-audio-playlist .wp-playlist-item-length {
top: 5px;
}
.section-icon-demo .glyph {
display: inline-block;
width: 9em;
margin: 1em;
text-align: center;
vertical-align: top;
border: 1px solid #eee;
}
.section-icon-demo .glyph-icon {
padding: 20px;
display: block;
font-size: 64px;
line-height: 1;
color: #223645;
}
.section-icon-demo .class-name {
background-color: #f7f7f7;
color: #223645;
padding: 10px;
}
body table.booked-calendar th .monthName {
font-weight: 600;
}
body table.booked-calendar td.today .date span {
border: 2px solid #FF875F;
}
body .booked-modal button.cancel,
body .booked-modal button.cancel:hover {
border: 0;
} .widget + .widget {
margin-top: 70px;
}
.page-sidebar-content select {
background-color: #fff;
border-color: #fff;
}
.page-sidebar-content .tm-contact-form-7 select {
background-color: #ECEFF3;
}
.page-sidebar .page-sidebar-content {
position: relative;
background: #fff9f7;
padding: 110px 0 110px 30px;
height: 100%;
}
.page-sidebar .page-sidebar-content:after {
content: '';
background-color: #fff9f7;
position: absolute;
width: 1000px;
height: 100%;
z-index: -1;
}
.page-sidebar .page-sidebar-content .widget-title {
position: relative;
font-size: 26px;
border: 0;
padding-bottom: 10px;
margin-bottom: 40px;
text-align: center;
}
.page-sidebar .page-sidebar-content .widget-title:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
margin-left: -40px;
width: 80px;
height: 2px;
background-color: #FF875F;
}
.page-sidebar.page-sidebar-left .page-sidebar-content {
padding: 110px 30px 110px 0;
}
.page-sidebar.page-sidebar-left .page-sidebar-content:after {
top: 0;
right: 100%;
}
@media (max-width: 991px) {
.page-sidebar.page-sidebar-left .page-sidebar-content {
padding: 110px 0;
}
.page-sidebar.page-sidebar-left .page-sidebar-content:before {
content: '';
background-color: #fff9f7;
position: absolute;
width: 1000px;
height: 100%;
z-index: -1;
top: 0;
left: 100%;
}
}
.page-sidebar.page-sidebar-right .page-sidebar-content {
padding: 110px 0 110px 30px;
}
.page-sidebar.page-sidebar-right .page-sidebar-content:after {
top: 0;
left: 100%;
}
@media (max-width: 991px) {
.page-sidebar.page-sidebar-right .page-sidebar-content {
padding: 110px 0;
}
.page-sidebar.page-sidebar-right .page-sidebar-content:before {
content: '';
background-color: #fff9f7;
position: absolute;
width: 1000px;
height: 100%;
z-index: -1;
top: 0;
right: 100%;
}
}
.page-sidebar .page-sidebar-special {
margin-top: 40px;
}
.page-sidebar .page-sidebar-inner {
height: 100%;
}
.page-sidebar .widget_pages ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li > a {
padding-left: 35px;
}
.page-sidebar .widget_pages ul ul > li ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul > li > a {
padding-left: 45px;
}
.page-sidebar .widget_pages ul ul > li ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul > li > a {
padding-left: 55px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul > li > a {
padding-left: 65px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul > li > a {
padding-left: 75px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul ul > li > a {
padding-left: 85px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul ul ul > li > a {
padding-left: 95px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul ul ul ul > li > a {
padding-left: 105px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul ul ul ul ul > li > a {
padding-left: 115px;
}
.page-sidebar .widget_pages ul ul > li ul ul ul ul ul ul ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul ul ul ul ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul ul ul ul ul ul ul > li > a {
padding-left: 125px;
}
.page-sidebar .widget_pages > ul,
.page-sidebar .widget_nav_menu > ul,
.page-sidebar .insight-core-bmw > ul {
border: 0;
overflow: hidden;
}
.page-sidebar .widget_pages > ul > li,
.page-sidebar .widget_nav_menu > ul > li,
.page-sidebar .insight-core-bmw > ul > li {
background: #fff;
padding: 0;
}
.page-sidebar .widget_pages li,
.page-sidebar .widget_nav_menu li,
.page-sidebar .insight-core-bmw li {
border: 0;
background: #fff;
}
.page-sidebar .widget_pages li + li > a,
.page-sidebar .widget_nav_menu li + li > a,
.page-sidebar .insight-core-bmw li + li > a {
border-top: 1px solid #eee;
}
.page-sidebar .widget_pages li ul,
.page-sidebar .widget_nav_menu li ul,
.page-sidebar .insight-core-bmw li ul {
border-top: 1px solid #eee;
}
.page-sidebar .widget_pages a:hover,
.page-sidebar .widget_pages .current-menu-item > a,
.page-sidebar .widget_nav_menu a:hover,
.page-sidebar .widget_nav_menu .current-menu-item > a,
.page-sidebar .insight-core-bmw a:hover,
.page-sidebar .insight-core-bmw .current-menu-item > a {
color: #fff;
}
.page-sidebar .widget_pages .menu,
.page-sidebar .widget_nav_menu .menu,
.page-sidebar .insight-core-bmw .menu {
overflow: hidden;
}
.page-sidebar .widget_pages .menu > li:first-child > a,
.page-sidebar .widget_nav_menu .menu > li:first-child > a,
.page-sidebar .insight-core-bmw .menu > li:first-child > a {
border: 0;
}
.page-sidebar .tm-button {
text-overflow: ellipsis;
}
.widget_text {
font-size: 16px;
}
@media (max-width: 1199px) {
.wpb_widgetised_column {
padding: 0 !important;
}
.wpb_widgetised_column .wpb_wrapper {
padding: 50px 30px;
background: #fff;
max-width: 100%;
}
.wpb_widgetised_column .wpb_wrapper:after {
display: none;
}
}
.page-footer {
font-size: 15px;
line-height: 1.66;
}
.page-footer .widgettitle,
.page-footer .tm-mailchimp-form .title {
line-height: 1.4;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 30px;
border-bottom: 1px solid transparent;
}
.page-footer .tm-mailchimp-form .title {
line-height: 1.4;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 30px;
}
.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
margin-bottom: 3px;
padding: 0;
border: 0;
}
.page-footer .widget_nav_menu a:hover,
.page-footer .insight-core-bmw a:hover {
text-decoration: underline;
}
.page-footer .widget_recent_entries > ul > li,
.page-footer .widget_recent_comments > ul > li,
.page-footer .widget_archive > ul > li,
.page-footer .widget_categories > ul > li,
.page-footer .widget_product_categories > ul > li,
.page-footer .widget_meta > ul > li,
.page-footer .widget_rss > ul > li,
.page-footer .widget_pages > ul > li {
border-bottom: 0;
padding: 0;
}
.page-footer .widget_archive li a,
.page-footer .widget_meta li a,
.page-footer .widget_pages li a,
.page-footer .widget_nav_menu li a,
.page-footer .insight-core-bmw li a {
padding: 7px 0;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.insight-core-bmw ul {
margin: 0;
padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_meta li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
display: block;
margin: 0;
padding: 12px 0;
border-bottom: 1px solid #f3f3f3;
list-style-type: none;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_product_categories li:last-child,
.widget_meta li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
margin-bottom: 0;
}
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_product_categories li a,
.widget_meta li a,
.widget_rss li a,
.widget_pages li a,
.widget_nav_menu li a,
.insight-core-bmw li a {
display: block;
}
.widget_meta li {
padding: 0;
}
.widget_meta li a {
padding: 12px 0;
}
.widget_pages a:empty,
.widget_nav_menu a:empty,
.insight-core-bmw a:empty {
display: none;
}
.widget_pages ul ul > li > a,
.widget_nav_menu ul ul > li > a,
.insight-core-bmw ul ul > li > a {
padding-left: 10px;
}
.widget_pages ul ul > li ul > li > a,
.widget_nav_menu ul ul > li ul > li > a,
.insight-core-bmw ul ul > li ul > li > a {
padding-left: 20px;
}
.widget_pages ul ul > li ul ul > li > a,
.widget_nav_menu ul ul > li ul ul > li > a,
.insight-core-bmw ul ul > li ul ul > li > a {
padding-left: 30px;
}
.widget_pages ul ul > li ul ul ul > li > a,
.widget_nav_menu ul ul > li ul ul ul > li > a,
.insight-core-bmw ul ul > li ul ul ul > li > a {
padding-left: 40px;
}
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
margin: 0;
padding: 0;
}
.widget_pages a,
.widget_nav_menu a,
.insight-core-bmw a {
padding: 13px 25px;
font-size: inherit;
color: inherit;
}
.widget_pages .current-menu-item a,
.widget_nav_menu .current-menu-item a,
.insight-core-bmw .current-menu-item a {
color: #fff;
}
.widget_archive li,
.widget_categories li,
.widget_product_categories li {
border: 0;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul {
border: 0;
overflow: hidden;
}
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_product_categories > ul > li {
margin: -1px -1px 0;
background: #fff;
padding: 0;
}
.widget_archive > ul > li + li > a,
.widget_categories > ul > li + li > a,
.widget_product_categories > ul > li + li > a {
border-top: 1px solid #eee;
}
.widget_archive a:hover,
.widget_archive .current-cat > a,
.widget_categories a:hover,
.widget_categories .current-cat > a,
.widget_product_categories a:hover,
.widget_product_categories .current-cat > a {
color: #fff !important;
}
.widget_archive a,
.widget_categories a,
.widget_product_categories a {
position: relative;
display: block;
padding: 12px 50px 12px 35px;
font-size: inherit;
color: inherit;
}
.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count {
position: absolute;
top: 50%;
right: 20px;
float: right;
font-size: 11px;
font-weight: 600;
border-radius: 100%;
line-height: 1;
color: #fff;
padding: 5px;
min-width: 22px;
text-align: center;
transform: translateY(-50%);
}
.widget_archive .children,
.widget_categories .children,
.widget_product_categories .children {
padding: 0 !important;
}
.widget_archive .children li,
.widget_categories .children li,
.widget_product_categories .children li {
padding: 0;
border-top: 1px solid #eee;
border-bottom: 0;
}
.widget_archive .children a,
.widget_categories .children a,
.widget_product_categories .children a {
padding-left: 50px;
}
.widget_archive .children .children a,
.widget_categories .children .children a,
.widget_product_categories .children .children a {
padding-left: 60px;
}
.widget_rss .rssSummary {
margin: 5px 0;
}
.widget_recent_comments .comment-author-link {
position: relative;
padding-left: 24px;
}
.widget_recent_comments .comment-author-link:before {
position: absolute;
top: 50%;
left: 0;
content: '\f11d';
font-family: Ionicons;
font-size: 18px;
line-height: 0;
transform: translate(0, -50%);
}
.widget_recent_comments .recentcomments span {
display: inline-block;
}
.widget_recent_comments .recentcomments a {
display: inline-block !important;
word-break: break-all !important;
}
.widget_recent_entries a {
font-weight: 500;
line-height: 1.44;
}
.widget_recent_entries .post-date {
position: relative;
display: block;
font-size: 15px;
font-weight: 500;
padding-left: 25px;
margin-top: 17px;
}
.widget_recent_entries .post-date:before {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
font-family: Ionicons;
font-size: 18px;
content: '\f2d1';
}
@media (max-width: 991px) {
.page-content .widget + .widget {
margin: 50px 0 0;
}
.page-content .widget-title,
.page-content .widgettitle {
font-size: 24px;
}
}
.page-off-canvas-sidebar .widget-title {
display: inline-block;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
padding-bottom: 5px;
margin-bottom: 40px;
position: relative;
text-transform: uppercase;
}
.page-off-canvas-sidebar .widget-title:after {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 100%;
height: 2px;
}
.page-off-canvas-sidebar .widget_pages li,
.page-off-canvas-sidebar .widget_nav_menu li,
.page-off-canvas-sidebar .insight-core-bmw li {
border: 0;
}
.page-off-canvas-sidebar .widget_pages a,
.page-off-canvas-sidebar .widget_nav_menu a,
.page-off-canvas-sidebar .insight-core-bmw a {
padding: 10px 0;
border: 0;
color: #7A8A9E;
font-weight: 400;
background-color: transparent;
}
.widget_search form,
.widget_product_search form {
position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field {
width: 100%;
padding: 0 20px;
border: 0;
background: #ffffff;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
border-color: transparent;
}
.widget_search .search-field:focus,
.widget_product_search .search-field:focus {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.14);
}
.widget_search .search-submit,
.widget_product_search .search-submit {
position: absolute;
top: 50%;
right: 20px;
transform: translate(0, -50%);
padding: 0;
border: 0;
background: transparent;
}
.widget_search .search-btn-text,
.widget_product_search .search-btn-text {
display: none;
}
.widget_search .search-btn-icon,
.widget_product_search .search-btn-icon {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
line-height: 1;
font-size: 18px;
color: #FF875F;
}
.tagcloud {
margin: -5px;
}
.tagcloud a {
display: block;
float: left;
font-size: 14px !important;
background: #ffffff;
border: 0;
padding: 3px 10px;
margin: 5px;
color: #7A8A9E;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}
.tagcloud a:hover {
color: #fff;
box-shadow: none;
}
.widget_calendar #wp-calendar {
background: #fff;
margin-bottom: 0;
}
.widget_calendar .calendar_wrap td, .widget_calendar .calendar_wrap th {
text-align: center;
padding: 5px;
}
.widget_calendar caption {
font-weight: 600;
color: #223645;
margin-bottom: 10px;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
}
.widget_calendar #today {
color: #fff;
}
.widget_calendar #today a {
color: inherit;
}
.widget_rss .widget-title a {
color: inherit;
}
.widget_rss .widget-title .rsswidget {
font-size: 26px;
}
.widget_rss .rsswidget {
font-weight: 700;
font-size: 16px;
}
.widget_rss .rss-widget-icon {
vertical-align: middle;
}
.widget_rss .rss-date {
position: relative;
padding-left: 24px;
font-size: 13px;
}
.widget_rss .rss-date:before {
position: absolute;
top: 50%;
left: 0;
content: '\f3f3';
font-family: Ionicons;
line-height: 0;
transform: translate(0, -50%);
}
.tm-posts-widget .post-item {
display: flex;
}
.tm-posts-widget .post-item + .post-item {
margin-top: 35px;
padding-top: 35px;
border-top: 1px dashed #d4d2d2;
}
.tm-posts-widget .post-widget-thumbnail {
flex-shrink: 0;
margin-right: 20px;
width: 80px;
height: 80px;
overflow: hidden;
position: relative;
}
.tm-posts-widget .post-widget-thumbnail:hover .post-widget-overlay {
visibility: visible;
opacity: 1;
}
.tm-posts-widget .post-widget-thumbnail img {
width: 100%;
}
.tm-posts-widget .post-widget-info {
flex-grow: 1;
}
.tm-posts-widget .post-widget-categories {
margin-bottom: 10px;
}
.tm-posts-widget .post-widget-title {
font-size: 16px;
line-height: 1.375;
margin-bottom: 0;
}
.tm-posts-widget .post-date {
display: block;
font-size: 14px;
margin-top: 12px;
position: relative;
}
.tm-posts-widget .post-widget-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
}
.tm-posts-widget .post-overlay-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 18px;
} .woocommerce-notices-wrapper {
width: 100%;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
margin-bottom: 30px !important;
width: 100%;
border: 0;
color: #ffffff;
border-radius: 0;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
font-size: 18px;
font-weight: 500;
font-family: 'Ionicons';
color: #ffffff;
top: 50%;
transform: translate(0, -50%);
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
color: #ffffff;
font-weight: 600;
}
.woocommerce-error a:hover, .woocommerce-error a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus {
color: #ffffff;
}
.woocommerce-error .button.button,
.woocommerce-info .button.button,
.woocommerce-message .button.button {
margin: 5px 0 0 10px !important;
padding: 0 22px 0 0 !important;
height: auto !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
color: #ffffff !important;
line-height: 1.2 !important;
font-weight: 600 !important;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 12px !important;
position: relative;
}
.woocommerce-error .button.button:after,
.woocommerce-info .button.button:after,
.woocommerce-message .button.button:after {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
margin-top: -1px;
line-height: 1;
font-size: 16px;
font-weight: 700;
font-family: 'Ionicons';
content: '\f30f';
}
.woocommerce-error .button.button:hover:after,
.woocommerce-info .button.button:hover:after,
.woocommerce-message .button.button:hover:after {
right: -10px;
}
.woocommerce-error {
background: #d9534f;
}
.woocommerce-error:before {
content: '\f3bc';
}
.woocommerce-info {
background: #5bc0de;
}
.woocommerce-info:before {
content: '\f149';
}
.woocommerce-message {
background: #5cb85c;
}
.woocommerce-message:before {
content: '\f120';
}
.notify-actions {
margin-top: 20px;
text-align: center;
}
.notify-actions .notify-link {
margin-right: 10px;
color: #ffffff;
text-transform: uppercase;
font-weight: 700;
}
.notify-actions .notify-link:hover {
text-decoration: underline;
}
#tm-button-cookie-notice-ok {
margin-top: 20px;
}
.woocommerce .product-badges {
position: absolute;
top: 30px;
left: 28px;
z-index: 99;
display: flex;
}
.woocommerce .product-badges .onsale,
.woocommerce .product-badges .hot,
.woocommerce .product-badges .new,
.woocommerce .product-badges .out-of-stock {
position: relative;
top: 0;
left: 0;
display: block;
margin: 0 2px;
min-height: 0;
min-width: 0;
border-radius: 0;
color: #ffffff !important;
text-align: center;
font-weight: 600;
font-size: 14px;
line-height: 1;
text-transform: uppercase;
}
.woocommerce .product-badges .hot {
background: #d31129;
padding: 5px 11px;
}
.woocommerce .product-badges .onsale {
background: #f6a623;
padding: 5px 8px;
}
.woocommerce .product-badges .new {
background: #38cb89;
padding: 5px 13px;
}
.woocommerce .product-badges .out-of-stock {
background: #757575;
padding: 5px 11px;
}
.stock {
position: relative;
display: table;
padding: 9px 0 8px 22px;
font-size: 14px !important;
font-style: italic;
color: inherit !important;
margin: 0;
}
.stock:before {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
font-size: 16px;
color: #d31129;
font-family: 'Ionicons';
font-weight: 500;
speak: none;
font-style: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stock.in-stock:before {
content: '\f120';
}
.stock.out-of-stock:before {
content: '\f128';
}
.select2-search--dropdown {
position: relative;
}
.select2-search--dropdown:after {
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 20px;
content: '\f4a5';
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'Ionicons';
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
}
.select2-dropdown {
border-color: #efefef;
}
.select2-results {
padding: 0;
}
.select2-search--dropdown .select2-search__field {
padding: 3px 20px;
height: 50px;
}
.select2-drop-active {
border: 0 !important;
}
.select2-container .select2-selection--single {
height: 60px;
}
.select2-container .select2-selection__rendered {
padding: 0 20px !important;
}
.select2-container--default .select2-selection--single {
border-color: #efefef;
background: #f8f8f8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 5px;
transform: translate(0, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 58px;
color: #878c9b;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #efefef;
}
.mini-cart {
position: static;
}
.mini-cart ul {
margin: 0;
padding: 0;
}
.mini-cart.hide-on-empty [data-count='0'] {
display: none;
}
.mini-cart .mini-cart-icon {
position: relative;
display: block;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
line-height: 30px;
cursor: pointer;
}
.mini-cart .mini-cart-icon:before {
position: absolute;
top: 50%;
left: 0;
color: inherit;
content: '\f07a';
font-family: 'Font Awesome 5 Pro' !important;
font-weight: 400;
line-height: 0;
transform: translate(0, -50%);
}
.mini-cart .mini-cart-icon:after {
position: absolute;
top: -4px;
right: 0;
padding: 0 4px;
min-width: 15px;
height: 15px;
border-radius: 100%;
color: #222222;
background: #ffffff;
content: attr(data-count);
font-weight: 500;
font-size: 10px;
line-height: 15px;
}
.mini-cart .widget_shopping_cart_content {
position: absolute;
top: calc(100% + 20px);
right: 0;
z-index: 99999;
visibility: hidden;
overflow: auto;
padding: 30px 20px 27px;
max-height: 700px;
width: 360px;
border-width: 0 0 3px 0;
border-style: solid;
background-color: #ffffff;
opacity: 0;
box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
}
.mini-cart .widget_shopping_cart_content li > a:not(.remove) {
font-size: 16px !important;
font-weight: 700;
}
.mini-cart.open .widget_shopping_cart_content {
top: 100%;
visibility: visible;
opacity: 1;
}
.woocommerce-mini-cart__empty-message {
text-align: center;
}
.woocommerce-mini-cart__empty-message .empty-basket {
font-size: 70px;
}
.woocommerce-mini-cart__empty-message .empty-message {
font-size: 16px;
font-style: italic;
}
.woocommerce-mini-cart__empty-message .button {
width: 100%;
height: 48px;
line-height: 46px;
}
.widget_shopping_cart_content .cart-footer {
margin-top: 30px;
padding-top: 22px;
border-top: 1px solid #eeeeee;
}
.widget_shopping_cart_content .total {
padding: 0 !important;
width: 100%;
border-top: 0 !important;
font-size: 16px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.widget_shopping_cart_content .total strong {
display: inline-block;
width: 50%;
}
.widget_shopping_cart_content .total .amount {
width: 50%;
text-align: right;
font-size: 20px;
}
.widget_shopping_cart_content .buttons {
display: block;
}
.widget_shopping_cart_content .buttons a {
display: block;
padding: 0 20px !important;
text-align: center;
}
.widget_shopping_cart_content .buttons a.checkout {
margin-top: 10px;
}
.cart_list.product_list_widget li {
display: block;
list-style-type: none;
}
.cart_list.product_list_widget li + li {
margin-top: 20px !important;
}
.cart_list.product_list_widget li img {
float: left !important;
margin-right: 20px;
width: 80px;
height: 80px;
border-radius: 0;
}
.cart_list.product_list_widget li .quantity {
display: block;
}
.cart_list.product_list_widget li .remove {
position: relative !important;
float: right;
width: 20px;
height: 20px;
color: inherit !important;
font-size: 16px;
line-height: 1.5;
}
.cart_list.product_list_widget li .remove:hover {
background: transparent;
color: initial !important;
}
.cart_list.product_list_widget li .remove:after {
display: none;
}
.cart_list.product_list_widget a {
font-weight: normal;
font-size: 16px;
}
.woocommerce .widget_price_filter form {
padding-top: 20px;
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 34px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
height: 5px;
border-radius: 0;
background-color: #eeeeee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
top: -7px;
width: 19px;
height: 19px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
font-size: 14px;
line-height: inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: right;
padding: 0 33px !important;
height: 50px;
line-height: 46px !important;
background-color: #f9f9f9;
border-color: #dddddd;
color: #222222;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: #ffffff;
}
.woocommerce .widget_price_filter .price_label {
font-size: 16px;
font-weight: 500;
padding-top: 13px;
}
.woocommerce ul.product_list_widget li {
padding: 0;
}
.woocommerce ul.product_list_widget li img {
float: left;
margin-right: 15px;
margin-left: 0;
width: 80px;
border: 1px solid #dddddd;
}
.woocommerce ul.product_list_widget li .price {
font-size: 16px;
}
.woocommerce ul.product_list_widget li .product-title {
margin-top: 12px;
font-size: 18px;
line-height: 1.4;
}
.woocommerce ul.product_list_widget li .product-title a {
color: inherit;
font-weight: inherit;
}
.woocommerce ul.product_list_widget li .star-rating {
margin-bottom: 10px;
font-size: 12px;
}
.woocommerce .page-sidebar ul.product_list_widget li + li {
margin-top: 20px;
}
.woocommerce .page-sidebar ul.product_list_widget .product-item {
display: flex;
}
.woocommerce .page-sidebar ul.product_list_widget .product-title {
margin: 0 0 12px;
}
.woocommerce .page-sidebar ul.product_list_widget .thumbnail {
flex-shrink: 0;
margin-right: 15px;
width: 100px;
}
.woocommerce .page-sidebar ul.product_list_widget .thumbnail img {
width: 100%;
border-radius: 0;
}
.woocommerce .widget_shopping_cart .cart_list li {
padding-left: 0;
}
@keyframes load-spin {
100% {
transform: rotate(360deg);
}
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.button {
padding: 0 20px !important;
height: 50px;
border-radius: 0;
border: 0;
color: #223645;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 50px !important;
}
.woocommerce .tm-products .product, .woocommerce .products .product {
margin-bottom: 40px;
}
.woocommerce .tm-products .product .product-wrapper, .woocommerce .products .product .product-wrapper {
position: relative;
}
.woocommerce .tm-products .product .product-wrapper:hover .product-action, .woocommerce .products .product .product-wrapper:hover .product-action {
opacity: 1;
visibility: visible;
}
.woocommerce .tm-products .product .product-wrapper:hover .hover-image, .woocommerce .products .product .product-wrapper:hover .hover-image {
opacity: 1;
visibility: visible;
}
.woocommerce .tm-products .product .product-thumbnail, .woocommerce .products .product .product-thumbnail {
position: relative;
margin-bottom: 30px;
}
.woocommerce .tm-products .product .thumbnail, .woocommerce .products .product .thumbnail {
position: relative;
}
.woocommerce .tm-products .product .thumbnail img, .woocommerce .products .product .thumbnail img {
width: 100%;
border-radius: 0;
}
.woocommerce .tm-products .product .hover-image, .woocommerce .products .product .hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition-duration: .7s;
}
.woocommerce .tm-products .product .product-actions, .woocommerce .products .product .product-actions {
position: absolute;
top: 50%;
right: 30px;
z-index: 99;
transform: translateY(-50%);
display: flex;
flex-direction: column;
}
.woocommerce .tm-products .product .product-action, .woocommerce .products .product .product-action {
transition: all .5s ease-in-out;
opacity: 0;
visibility: hidden;
transform: translateX(20px);
display: block;
margin: 5px 0 !important;
}
.woocommerce .tm-products .product .product-action + .product-action, .woocommerce .products .product .product-action + .product-action {
transition-delay: .1s;
}
.woocommerce .tm-products .product .product-action + .product-action + .product-action, .woocommerce .products .product .product-action + .product-action + .product-action {
transition-delay: .2s;
}
.woocommerce .tm-products .product .product-action + .product-action + .product-action + .product-action, .woocommerce .products .product .product-action + .product-action + .product-action + .product-action {
transition-delay: .3s;
}
.woocommerce .tm-products .product .woosw-btn, .woocommerce .tm-products .product .woosq-btn, .woocommerce .tm-products .product .woosc-btn, .woocommerce .products .product .woosw-btn, .woocommerce .products .product .woosq-btn, .woocommerce .products .product .woosc-btn {
position: relative;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 0;
color: #223645;
font-size: 0 !important;
padding: 0 !important;
background: #eee;
box-shadow: none;
border: 0;
text-align: center;
}
.woocommerce .tm-products .product .woosw-btn:before, .woocommerce .tm-products .product .woosq-btn:before, .woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosw-btn:before, .woocommerce .products .product .woosq-btn:before, .woocommerce .products .product .woosc-btn:before {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin: 0;
padding: 0;
font-size: 15px;
display: inline-block;
}
.woocommerce .tm-products .product .woosw-btn:hover, .woocommerce .tm-products .product .woosq-btn:hover, .woocommerce .tm-products .product .woosc-btn:hover, .woocommerce .products .product .woosw-btn:hover, .woocommerce .products .product .woosq-btn:hover, .woocommerce .products .product .woosc-btn:hover {
color: #ffffff;
background-color: #FF875F;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #223645;
background: #eee;
font-size: 0 !important;
padding: 0 !important;
box-shadow: none;
border: 0;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before {
content: '\f07a';
font-size: 15px;
display: inline-block;
line-height: 40px;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:after, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:after {
display: none !important;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:hover, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:hover {
color: #ffffff;
background-color: #FF875F;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before {
content: '\f110';
animation: load-spin 1.5s linear infinite !important;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.added:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.added:before {
content: '\f058';
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart {
display: none !important;
}
.woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosc-btn:before {
content: '\f012';
}
.woocommerce .tm-products .product .woosc-btn.woosc-btn-added:before, .woocommerce .products .product .woosc-btn.woosc-btn-added:before {
font-weight: 900;
}
.woocommerce .tm-products .product .woosq-btn:before, .woocommerce .products .product .woosq-btn:before {
content: '\f002';
}
.woocommerce .tm-products .product .woosw-btn:before, .woocommerce .products .product .woosw-btn:before {
content: '\f004';
}
.woocommerce .tm-products .product .woosw-btn.woosw-added:before, .woocommerce .products .product .woosw-btn.woosw-added:before {
font-weight: 900;
}
.woocommerce .tm-products .product .woosw-adding:before,
.woocommerce .tm-products .product .woosc-btn-adding:before, .woocommerce .products .product .woosw-adding:before,
.woocommerce .products .product .woosc-btn-adding:before {
content: '\f110' !important;
animation: load-spin 1.5s linear infinite !important;
}
.woocommerce .tm-products .product .product-info, .woocommerce .products .product .product-info {
text-align: center;
}
.woocommerce .tm-products .product .woocommerce-loop-product__title, .woocommerce .products .product .woocommerce-loop-product__title {
font-size: 20px;
line-height: 1.4;
margin-bottom: 10px;
}
.woocommerce .tm-products .product .star-rating, .woocommerce .products .product .star-rating {
margin: 0 auto 13px;
}
.woocommerce .tm-products.tm-swiper .product, .woocommerce .products.tm-swiper .product {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
.woocommerce form .form-row {
margin: 0 0 10px;
padding: 0;
}
.woocommerce form .form-row textarea {
height: 130px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
border-color: #d9534f;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
border-color: #5cb85c;
}
.woocommerce .amount,
.woocommerce .price {
font-weight: 600;
font-size: 15px;
}
.woocommerce ins {
background: none;
color: #999999;
}
.woocommerce del {
position: relative;
text-decoration: none;
}
.woocommerce del .amount {
color: #999999 !important;
}
.woocommerce del:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: #999999;
content: '';
}
.woocommerce .star-rating {
color: #ffb805;
font-size: 16px;
float: none;
}
.woocommerce .star-rating:before {
color: #dddddd;
content: 'SSSSS';
}
.woocommerce div.quantity {
position: relative;
width: 100px;
}
.woocommerce div.quantity button {
background: none;
position: absolute;
right: 0;
padding: 0;
width: 30px;
height: 20px;
border: 0;
font-size: 0;
}
.woocommerce div.quantity button span {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
color: #cccccc;
font-size: 12px;
}
.woocommerce div.quantity .qty {
padding: 3px 30px 3px 10px;
width: 100%;
height: 50px;
border: 0;
}
.woocommerce div.quantity input::-webkit-outer-spin-button,
.woocommerce div.quantity input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.woocommerce div.quantity .increase {
top: 0;
}
.woocommerce div.quantity .increase span {
bottom: -2px;
}
.woocommerce div.quantity .decrease {
bottom: 0;
}
.woocommerce div.quantity .decrease span {
top: -2px;
}
.woocommerce nav.woocommerce-pagination {
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
margin: 40px -15px -15px;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
display: inline-block;
border: 0;
list-style-type: none;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
display: block;
font-weight: 600;
font-size: 15px;
padding: 13px 12px;
color: #7A8A9E;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.woocommerce nav.woocommerce-pagination ul li span i,
.woocommerce nav.woocommerce-pagination ul li a i {
font-size: 10px;
font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span:active, .woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:hover {
background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li .dots {
width: 20px;
border: 0;
background: none;
color: #dddddd;
font-weight: 500;
font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
font-size: 13px;
line-height: 18px;
color: #7A8A9E;
}
.woocommerce nav.woocommerce-pagination ul li .prev i {
margin-right: 6px;
}
.woocommerce nav.woocommerce-pagination ul li .next i {
margin-left: 6px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
display: inline-block;
color: #fff;
background-color: #FF875F;
padding: 0;
min-width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
}
.woocommerce .archive-shop-actions {
margin-bottom: 30px;
}
.woocommerce .archive-shop-actions .shop-filter-left,
.woocommerce .archive-shop-actions .shop-filter-right {
margin-bottom: 10px;
}
.woocommerce .woocommerce-result-count {
margin: 0;
}
.woocommerce .shop-filter-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.woocommerce .woocommerce-ordering {
display: inline-block;
margin: 0;
float: none;
}
.woocommerce .woocommerce-ordering select {
height: 50px;
}
.woocommerce .cats {
margin-bottom: 50px;
}
.woocommerce .cats .product-category:hover .cat-title,
.woocommerce .cats .product-category:hover .cat-count {
color: #ffffff;
}
.woocommerce .cats .cat-image img {
width: 100%;
}
.woocommerce .cats .cat-text {
position: absolute;
right: 0;
bottom: 30px;
left: 0;
z-index: 1;
padding: 15px;
background-color: rgba(255, 255, 255, 0.65);
text-transform: uppercase;
}
.woocommerce .cats .cat-count {
margin: 0;
color: initial;
font-size: 12px;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 1;
}
.woocommerce a.remove {
color: #999999 !important;
}
.woocommerce a.remove:hover {
background: none;
color: #222222 !important;
}
.woocommerce table.shop_table {
border: 0;
border-collapse: collapse;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
border: 0;
background: none;
text-align: left;
}
.woocommerce table.shop_table thead {
border-radius: 0;
}
.woocommerce table.shop_table thead tr {
border-bottom: 1px solid #ededed;
}
.woocommerce table.shop_table thead th {
padding: 20px 0;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
}
.woocommerce table.shop_table thead th.product-remove {
width: 40px;
}
.woocommerce table.shop_table thead th.product-thumbnail {
width: 110px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
padding: 15px 0;
border: 0;
}
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
border-bottom: 1px solid #ededed;
}
.woocommerce .cart.shop_table {
margin-bottom: 95px;
border: 0;
border-collapse: collapse;
}
.woocommerce .cart.shop_table td, .woocommerce .cart.shop_table th {
border: 0;
text-align: left;
}
.woocommerce .cart.shop_table thead {
border-radius: 0;
}
.woocommerce .cart.shop_table th {
padding: 20px 0;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
}
.woocommerce .cart.shop_table th.product-remove {
width: 40px;
}
.woocommerce .cart.shop_table th.product-thumbnail {
width: 110px;
}
.woocommerce .cart.shop_table td {
padding: 30px 0;
}
.woocommerce .cart.shop_table td.product-name a {
font-size: 20px;
font-weight: 700;
}
.woocommerce .cart.shop_table td.product-price, .woocommerce .cart.shop_table td.product-subtotal {
font-size: 20px;
}
.woocommerce .cart.shop_table tbody tr + tr {
border-top: 1px solid #ededed;
}
.woocommerce table.woocommerce-checkout-review-order-table {
margin: 0 0 70px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1.75px;
font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label {
color: #ff0000;
font-weight: 700;
}
.woocommerce #coupon_code {
margin: 0 10px 0 0;
width: 320px;
}
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
margin-bottom: 30px;
border: 0;
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: .9;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
padding: 15px 0;
border: 0;
background: none;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator {
display: none;
}
.woocommerce .cart-shipping p {
margin-bottom: 30px;
}
.woocommerce .cart-shipping .shipping-method-label {
display: none;
}
.woocommerce .cart-shipping .shipping-method-label + p {
display: none;
}
.woocommerce .cart-shipping .shipping-calculator-form {
display: block !important;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
border-color: #efefef;
padding: 0 20px;
height: 50px;
line-height: 46px;
border-width: 2px;
}
body.woocommerce-cart .cross-sells {
margin-bottom: 60px;
}
body.woocommerce-cart .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
body.woocommerce-cart .wc-proceed-to-checkout a {
display: inline-block;
text-align: center;
margin-bottom: 30px;
}
body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop {
min-width: 238px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
margin-bottom: 30px;
margin-left: 6px;
min-width: 170px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce .cart-collaterals .cart-totals-inner > h2,
.woocommerce .cart-shipping .woocommerce-shipping-calculator h2 {
margin-bottom: 40px;
font-size: 24px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 80px;
}
.woocommerce-form-login .button {
min-width: 140px;
}
@media (max-width: 767px) {
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:first-child {
border-top: 1px solid #ededed;
}
.woocommerce table.shop_table tbody tr {
border-bottom: 0;
}
.woocommerce table.shop_table tbody tr + tr {
padding: 15px 0;
}
.woocommerce table.shop_table tfoot tr {
border-bottom: 0;
}
.woocommerce #coupon_code {
margin-bottom: 10px;
width: 100%;
}
.woocommerce .cart.shop_table td {
padding: 10px 0;
}
.woocommerce .cart.shop_table td.product-subtotal {
clear: both;
}
.woocommerce .cart.shop_table .product-quantity:after {
display: table;
clear: both;
content: '';
}
.woocommerce .cart.shop_table .quantity {
float: right;
}
.woocommerce-page table.cart td.actions .coupon {
padding-bottom: 10px;
}
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
float: none;
width: 100%;
}
.cart-shipping {
margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout {
margin-top: 50px;
}
.woocommerce-checkout #customer_details {
margin-bottom: 30px;
}
.woocommerce-checkout #customer_details .col-1 {
margin-bottom: 30px;
}
.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
padding: 0;
width: 100%;
}
}
.woocommerce-form__label-for-checkbox {
cursor: pointer;
}
#ship-to-different-address-checkbox {
top: -3px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
padding: 0;
border: 0;
}
.woocommerce-checkout form .form-row {
margin: 0 0 20px;
}
.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
width: 50%;
}
.woocommerce-checkout form .form-row.form-row-first {
padding-right: 10px;
}
.woocommerce-checkout form .form-row.form-row-last {
padding-left: 10px;
}
.woocommerce-checkout form .form-row label {
display: none;
}
.woocommerce-checkout #coupon_code {
margin-bottom: 20px;
}
.woocommerce-checkout #customer_details {
margin-bottom: 50px;
}
.woocommerce-checkout #payment {
background: none;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 0;
border: 0;
margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_box {
margin: 0;
padding: 28px 20px 15px;
background: none;
font-size: inherit;
}
.woocommerce-checkout #payment div.payment_box:before {
display: none;
}
.woocommerce-checkout #payment .payment_title {
padding: 17px 20px;
border-radius: 0;
background: #ededed;
color: #222222;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
.woocommerce-checkout #payment .payment_title label {
cursor: pointer;
}
.woocommerce-checkout #payment div.form-row {
margin: 0;
padding: 0;
text-align: center;
}
.woocommerce-checkout #place_order {
float: none !important;
width: 180px;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
padding: 15px 15px 15px 0;
}
.woocommerce-checkout table.shop_table tr.shipping td {
font-weight: normal;
}
.woocommerce-checkout table.shop_table tr.shipping p {
margin: 0;
}
.woocommerce.single-product #reviews #comments .commentlist {
margin: 0 0 46px;
padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .comment {
margin: 0 0 50px;
border-bottom: 1px solid #ededed;
padding-bottom: 50px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment:last-child {
margin: 0;
border-bottom: 0;
padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .avatar {
padding: 0;
width: 80px;
border: 0;
border-radius: 0;
float: none;
position: static;
}
.woocommerce.single-product #reviews #comments .commentlist .meta {
margin-bottom: 25px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-author {
float: left;
}
.woocommerce.single-product #reviews #comments .commentlist .star-rating {
position: absolute;
top: 4px;
right: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .description p:last-child {
margin-bottom: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .fn a {
font-style: normal;
font-size: 18px;
}
.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__verified {
display: block;
}
.woocommerce.single-product #reviews #comments .commentlist .children {
margin: 50px 0 0;
padding: 50px 0 0 110px;
border-top: 1px solid #eeeeee;
}
.woocommerce.single-product #reviews #comment {
height: 200px;
}
.woocommerce.single-product .comment-content {
margin-left: 110px;
}
.woocommerce.single-product .comment-actions {
margin-top: 31px;
}
.woocommerce.single-product .comment-actions a {
margin-right: 20px;
font-weight: 600;
line-height: 1.26;
}
.woocommerce.single-product .woocommerce-Reviews-title {
display: none;
}
.woocommerce.single-product .comments-title, .woocommerce.single-product .comment-reply-title {
color: #223645;
}
.woocommerce.single-product .comment-form input[type='text'],
.woocommerce.single-product .comment-form input[type='email'] {
width: 100%;
}
.woocommerce.single-product .comment-form .comment-form-comment {
margin: 0 0 30px;
}
.woocommerce.single-product .comment-form .comment-form-author,
.woocommerce.single-product .comment-form .comment-form-email {
margin: 0 0 20px;
}
.woocommerce.single-product .comment-form .submit {
min-width: 200px;
}
.woocommerce.single-product #review_form #respond {
padding: 50px 35px;
}
.woocommerce.single-product #review_form #respond .comment-form-author,
.woocommerce.single-product #review_form #respond .comment-form-email,
.woocommerce.single-product #review_form #respond .comment-form-comment {
margin: 0 0 30px;
}
.woocommerce.single-product #review_form #respond .comment-notes {
margin-bottom: 30px;
}
.woocommerce.single-product #review_form #respond .form-submit {
text-align: center;
margin: 0;
}
.woocommerce.single-product .stars {
display: inline-block;
margin: 0 0 0 22px !important;
}
.woocommerce.single-product .stars a {
font-size: 18px;
color: #efc71f;
}
.woocommerce table.shop_attributes td {
padding: 0 15px;
}
.woocommerce-review__author {
font-size: 18px;
display: inline-block;
margin-bottom: 8px;
}
.woocommerce-review__published-date {
display: block;
font-size: 13px;
font-weight: 500;
line-height: 1.23;
color: #c0c0c0;
}
.woocommerce-noreviews {
text-align: center;
}
.comment-form-rating {
line-height: 1;
margin-bottom: 30px;
}
.comment-form-rating label {
font-size: 16px;
font-weight: 600;
display: inline-block;
}
@media (max-width: 767px) {
.woocommerce.single-product #reviews #comments .commentlist .star-rating {
position: relative;
margin-top: 20px;
}
}
@media (max-width: 543px) {
.woocommerce-review__published-date {
display: block;
padding-left: 0;
margin-top: 10px;
}
.woocommerce-review__published-date:before {
display: none;
}
}
.woocommerce.single-product .tm-swiper {
margin: 0;
}
.woocommerce.single-product .swiper-container {
padding: 0;
}
.woocommerce.single-product .product-feature {
position: relative;
}
.woocommerce.single-product .product-feature .product-badges {
top: 50px;
left: 48px;
}
.woocommerce.single-product div.product > .row {
margin-bottom: 42px;
}
.woocommerce.single-product div.product .row.woo-single-info {
margin: 0 -35px;
}
.woocommerce.single-product div.product .row.woo-single-info > .col-md-6 {
padding: 0 35px;
}
.woocommerce.single-product div.product .images {
float: none;
width: 100% !important;
}
.woocommerce.single-product div.product .images .thumbnails {
margin-top: 10px;
padding: 0;
}
.woocommerce.single-product div.product .images .thumbnails a {
float: none;
margin: 0;
}
.woocommerce.single-product div.product .images img {
background: #ffffff;
border-radius: 0;
box-shadow: none;
width: 100%;
}
.woocommerce.single-product div.product .images.tm-swiper .swiper-pagination {
bottom: 50px;
}
.woocommerce.single-product div.product .summary {
margin-bottom: 40px;
width: 100%;
}
.woocommerce.single-product div.product .product_title {
margin: -4px 0 17px;
font-size: 36px;
line-height: 1.23;
}
.woocommerce.single-product div.product p.price {
margin-bottom: 49px;
}
.woocommerce.single-product div.product p.price .amount {
font-size: 26px;
font-weight: 600;
}
.woocommerce.single-product div.product form.cart {
margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart table th, .woocommerce.single-product div.product form.cart table td {
text-align: left;
}
.woocommerce.single-product div.product form.cart table td {
background: none;
}
.woocommerce.single-product div.product form.cart div.quantity {
display: inline-block;
float: left;
margin: 0 30px 0 0;
}
.woocommerce.single-product div.product form.cart label {
margin-right: 15px;
font-weight: 700;
min-width: 100px;
}
.woocommerce.single-product div.product form.cart .variations {
margin-bottom: 8px;
}
.woocommerce.single-product div.product form.cart .variations select {
margin-right: 0;
padding: 3px 30px 3px 15px;
min-width: 0;
width: 100%;
height: 40px;
}
.woocommerce.single-product div.product form.cart .variations .label {
display: inline-block;
padding: 10px 15px 10px 0;
min-width: 115px;
margin-top: 5px;
}
.woocommerce.single-product div.product form.cart .variations .value {
width: 100%;
}
.woocommerce.single-product div.product form.cart .reset_variations {
display: inline-block;
font-size: 14px !important;
font-weight: 600;
position: relative;
padding-left: 15px;
margin-top: 8px;
}
.woocommerce.single-product div.product form.cart .reset_variations:before {
font-family: 'Ionicons';
content: '\f2d7';
position: absolute;
top: 8px;
left: 0;
line-height: 1;
}
.woocommerce.single-product div.product .single_add_to_cart_button {
position: relative;
padding: 0 30px !important;
}
.woocommerce.single-product div.product .single_add_to_cart_button:hover {
background: #223645;
color: #fff !important;
}
.woocommerce.single-product div.product .single_add_to_cart_button:before {
content: '\f07a';
font-size: 15px;
display: inline-block;
line-height: 40px;
margin-right: 10px;
}
.woocommerce.single-product div.product .woocommerce-variation-price {
margin-bottom: 10px;
}
.woocommerce.single-product div.product .woocommerce-product-rating {
margin-bottom: 12px;
font-size: 15px;
line-height: 1.6;
}
.woocommerce.single-product div.product .woocommerce-product-rating .star-rating {
margin: .3em 4px 0 0;
font-size: inherit;
}
.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
margin-left: 5px;
}
.woocommerce.single-product div.product .summary .added_to_cart {
display: none;
}
.woocommerce.single-product div.product .summary .add_to_cart_button:before {
content: '\f07a';
}
.woocommerce.single-product div.product .summary .add_to_cart_button.added:before {
content: '\f217';
}
.woocommerce.single-product div.product .summary .add_to_cart_button.product_type_variable:before {
content: '';
}
.woocommerce.single-product div.product .summary .wishlist-btn,
.woocommerce.single-product div.product .summary .compare-btn {
float: left;
margin-left: 10px;
}
.woocommerce.single-product div.product .summary .wishlist-btn a,
.woocommerce.single-product div.product .summary .compare-btn a {
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 0;
font-size: 0 !important;
padding: 0 !important;
border: 1px solid #ededed;
text-align: center;
}
.woocommerce.single-product div.product .summary .wishlist-btn a:hover,
.woocommerce.single-product div.product .summary .compare-btn a:hover {
color: #ffffff !important;
}
.woocommerce.single-product div.product .summary .wishlist-btn a:before,
.woocommerce.single-product div.product .summary .compare-btn a:before {
margin: 0;
font-size: 16px;
line-height: 48px;
}
.woocommerce.single-product div.product .summary .woosw-btn:before {
content: '\f004';
}
.woocommerce.single-product div.product .summary .woosw-btn.woosw-added:before {
font-weight: 900;
}
.woocommerce.single-product div.product .summary .woosc-btn:before {
content: '\f012';
}
.woocommerce.single-product div.product .summary .woosc-btn.woosc-btn-added:before {
font-weight: 900;
}
.woocommerce.single-product div.product .summary .wishlist-btn .woosw-adding:before,
.woocommerce.single-product div.product .summary .compare-btn .woosc-btn-adding:before {
animation: load-spin 1.5s linear infinite;
content: '\f110';
}
.woocommerce.single-product div.product .woocommerce-tabs {
position: relative;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
overflow: visible;
margin: 0;
padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
position: absolute;
top: auto;
right: auto;
bottom: 1px;
display: block;
width: 100%;
height: 1px;
border: 0 !important;
background: #ededed;
content: '';
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
z-index: 1;
margin: 0 55px 0 0;
padding: 0;
border: 0;
border-bottom: 3px solid transparent;
border-radius: 0;
background: transparent;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
padding: 13px 0;
font-size: 20px;
font-weight: 600;
line-height: 1.5;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 60px 0 0;
}
.woocommerce.single-product .quantity-button-wrapper {
margin-bottom: 43px;
}
.woocommerce.single-product .quantity-button-wrapper label {
float: left;
margin: 13px 15px 0 0;
min-width: 100px;
}
.woocommerce.single-product .product-meta-wrap .product-meta {
margin-top: 38px;
padding-top: 19px;
width: 100%;
border-top: 1px solid #f3f3f3;
}
.woocommerce.single-product .product-meta-wrap .meta-item + .meta-item {
margin-top: 15px;
}
.woocommerce.single-product .product-meta-wrap h6 {
display: inline-block;
margin-right: 15px;
font-size: 14px;
min-width: 100px;
line-height: 1.3;
}
.woocommerce.single-product .product-meta-wrap a {
color: inherit;
}
.product-sharing-list {
display: inline-block;
margin: 0 -10px;
}
.product-sharing-list a {
padding: 0 10px;
font-size: 18px;
color: #cccccc;
}
.cross-sells.products,
.up-sells.products,
.related.products {
margin-top: 70px;
}
.cross-sells.products > h2,
.up-sells.products > h2,
.related.products > h2 {
display: block;
margin-bottom: 60px;
font-size: 30px;
}
.cross-sells.products .product,
.up-sells.products .product,
.related.products .product {
width: 100%;
margin: 0 !important;
}
@media (max-width: 991px) {
.woocommerce.single-product div.product .product_title {
font-size: 32px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
font-size: 20px;
}
}
@media (max-width: 767px) {
.woocommerce.single-product div.product > .row {
margin-bottom: 20px;
}
.woocommerce.single-product div.product .images {
margin-bottom: 50px;
}
.woocommerce.single-product div.product .product_title {
font-size: 24px;
}
.woocommerce.single-product div.product .summary {
padding-left: 0;
}
}
.woocommerce form.login {
margin: 39px 0 0;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-radius: 0;
border: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation li {
margin: -1px -1px 0;
}
.woocommerce-MyAccount-navigation li:first-child a {
border-radius: 0;
}
.woocommerce-MyAccount-navigation li:last-child a {
border-radius: 0;
}
.woocommerce-MyAccount-navigation li a {
display: block;
padding: 17px 35px;
font-size: 16px;
font-weight: 600;
border-top: 1px solid #eeeeee;
color: inherit;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
background: #006efd;
color: #ffffff;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
margin-top: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
float: none;
}
.woocommerce-account .woocommerce .button {
margin-top: 30px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
margin-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > form > h3 {
font-size: 24px;
margin-bottom: 40px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content address {
font-style: normal;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
font-family: 'Ionicons' !important;
content: '\f2d7' !important;
}
.woosw-area .woosw-inner .woosw-content {
max-width: 570px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
padding: 0 !important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove > span {
width: 30px !important;
height: 30px !important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove > span:before {
font-family: 'Ionicons' !important;
content: '\f2d7' !important;
}
.woosw-area .woosw-content-item--add {
min-width: 140px;
}
.woosw-area .woosw-content .button {
height: 50px !important;
line-height: 46px !important;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
}
.woosw-area .woosw-page a {
font-weight: 700;
font-size: 13px;
letter-spacing: 1px;
}
.woosw-area .woosw-continue {
font-weight: 700;
letter-spacing: 1px;
font-size: 13px;
}
#woosq-popup .slick-slider .slick-arrow {
border: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
border-radius: 0 !important;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn, .woosc-area .woosc-inner .woosc-bar .woosc-bar-item, .woosc-area .woosc-inner .woosc-bar .woosc-bar-item img {
border-radius: 0 !important;
} .wpb_column.column-full-height .wpb_wrapper {
height: 100%;
}
.tm-image.up-80px .image {
transform: translateY(-80px);
}
.box-bg-primary .vc_column-inner .wpb_wrapper {
background-color: #FF875F;
padding: 40px 40px 40px 10px;
position: relative;
}
.box-bg-primary .vc_column-inner .wpb_wrapper:before {
content: '';
display: block;
width: 30px;
height: 100%;
position: absolute;
left: -30px;
top: 0;
background-color: inherit;
}
@media (max-width: 991px) {
.box-bg-primary .vc_column-inner .wpb_wrapper {
padding: 40px;
}
.box-bg-primary .vc_column-inner .wpb_wrapper:before {
display: none;
}
}.page-content { padding-top:0px !important; padding-bottom: 100px; } 
.desktop-menu .header-21 .menu--primary .menu__container > li > a { padding-bottom: 10px !important; }
body.page-has-sidebar .page-main-content { padding-top: 70px; }
.page-sidebar.page-sidebar-right .page-sidebar-content { padding-top: 85px; }
.tm-list .title { font-weight: 700; }
.tm-list .sub-title { color:#7a8a9e; font-weight: 400; font-style: inherit; font-size: 14px; }
.tm-list .marker:before { top: 12px; font-size: 15px; }
.tm-list.no-title h6.title { font-weight: normal; font-size: 14px; color: inherit; }
body.page-has-sidebar .page-main-content { padding-top: 0; }
.page-sidebar.page-sidebar-right .page-sidebar-content { padding-top: 40px; }
.page-sidebar-right .page-sidebar-content .post-thumbnail { display:none; }
.insight_core_breadcrumb { display: none; }
.tm-image.thumb { max-width:150px; }
.grecaptcha-badge{ opacity:0 }
body.page-id-2798 #testing_paypal_button { display:none; }
body.page-id-2798.logged-in #testing_paypal_button { display:block; }  @font-face { font-family: "Flaticon-Tiroides";
src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.eot); src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.eot?#iefix) format("embedded-opentype"), url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.woff) format("woff"), url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.ttf) format("truetype"),	url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.svg#Flaticon) format("svg");
font-weight: normal; font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face { font-family: "Flaticon-Tiroides"; src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/tiroides.svg#Flaticon) format("svg");	} }
.icon span.flaticon-tiroides:before {
content: "\f151"; font-family: 'Flaticon-Tiroides' !important;
font-size: 285px; transform: rotate(-180deg);
-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
position: absolute; top: 140px; width: 35px; height: 35px; }
.post-icon i.flaticon-tiroides:before {
content: "\f151"; font-family: 'Flaticon-Tiroides' !important;
font-size: 400px; transform: rotate(-180deg);
-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
position: absolute; width: 35px; height: 35px; top: 220px; left: 42%; } @font-face { font-family: "Flaticon-Endocrino";
src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.eot); src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.eot?#iefix) format("embedded-opentype"), url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.woff) format("woff"), url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.ttf) format("truetype"),	url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.svg#Flaticon) format("svg");
font-weight: normal; font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face { font-family: "Flaticon-Endocrino"; src: url(https://www.endodiabet.com/wp-content/themes/healsoul-child/fonts/brain.svg#Flaticon) format("svg"); } }
.icon span.flaticon-endocrino:before {
content: "\f152"; font-family: 'Flaticon-Endocrino' !important;
font-size: 92px; position: absolute; top: -26px; width: 35px; height: 35px; }
.post-icon i.flaticon-endocrino:before {
content: "\f152"; font-family: 'Flaticon-Endocrino' !important;
font-size: 140px; position: absolute; width: 35px; height: 35px; top: -30px; left: 25%; }
.page-sidebar-content .service-list-item:nth-child(3) h4.title,
.page-sidebar-content .service-list-item:nth-child(4) h4.title { margin-left: 35px; } .header-button { display: none; }
.popup-search-wrap { display: none; }
.header-21 .header-social-networks a:hover, .header-21 .page-open-mobile-menu:hover i, .header-21 .popup-search-wrap:hover i { color: #3faad8; }
.header-21 .branding .branding__logo img { padding-top: 26px; padding-bottom: 26px; }
.header-21 .branding .branding__logo img,
.error404--header .branding .branding__logo img { width: 249px; }
#menu-item-2261 ul.sub-menu.mega-menu { max-width: 550px !important; }
.desktop-menu .header-21 .page-navigation { margin-bottom: 10px; }
body:not(.home) header#page-header.page-header { margin-bottom: 0px; } #menu-item-3026::before, .menu-item.fa-instagram-square::before { font-family: "Font Awesome 5 Brands"; font-weight: 400; float: left; margin-right: 5px; font-size: 20px; line-height: 59px; content: "\f955"; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
color: transparent; background-clip: text; -webkit-background-clip: text;
}
#instagram .fa-instagram:before { font-size: 44px; }
#instagram .vc_btn3 { 
font-size: 25px; background: #f09433; color: #fff; padding-left: 90px; margin-top: 20px;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#instagram a.vc_btn3 { border: 5px solid #3faad8; border-radius: 15px; }
#instagram a.vc_btn3:hover { border: 5px solid #fff; } li.reservar_btn.menu-item { border-radius: 10px; border-color: #6dab3c; background-color: #6dab3c; padding: 0 !important; margin: 0 15px 0 0 !important; display:flex; }
li.reservar_btn.menu-item a { padding: 10px 15px 10px 15px !important; color: #fff; font-size: 15px; }
li.reservar_btn.menu-item a:hover { color:#fff !important; }
li.reservar_btn.menu-item a:before { content: "\f073"; margin-right: 10px; font-family: "Font Awesome 5 Pro"; }
li.reservar_btn.menu-item .menu-item-wrap { display: inline-block; }
li.reservar_btn.menu-item:hover { background-color: #629c35; }
li.reservar_btn.menu-item:hover > a:after { background-color: transparent !important; transition: none !important; }
#mobile-menu-primary li.reservar_btn.menu-item { display:none; }
#menu-movil_reservar { list-style: none; padding: 0; margin: 0; margin-top: 4px; }
.page-mobile-main-menu .menu-item.fa-instagram-square::before { color:#fff; }
.menu-item.fa-instagram-square a { width: 115px; }
.page-mobile-main-menu .menu-item.fa-instagram-square a { width: auto; } .header-21 .header-info-right .info-text { margin-top: 5px; }
.header-21 .header-info-right .info-sub-text { font-size: 20px; }
.fa-whatsapp:before { color: #fff; background: linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 60%,transparent 0); font-size:35px; line-height:60px; } .page-open-mobile-menu { margin: 8px 5px 0 0; }
.page-open-mobile-menu .inner { justify-content: right !important; width: 100px; }
.page-open-mobile-menu .inner .icon:before { content: "MENU"; margin-left: -75px; font-size: 22px; line-height: 20px; }
.mobile-menu .header-21 .branding { margin-right: 30px; }
@media (max-width: 1115px){
.header-21 .menu--primary a { font-size: 15px !important; }
.header-21 .menu--primary .menu__container > li { margin:0 18px !important; }
}
@media (min-width: 1030px){
li.reservar_btn.menu-item span.menu-item-title:after { content: " visita"; text-transform: lowercase; }
}
@media (min-width: 900px){
.header-21 .header-wrap-above .header-info { display: block; }
.movil-reservar-menu-class { display:none !important; }
}
@media (max-width: 900px){
li.reservar_btn.menu-item a:after { content: "Reservar visita"; }
}
@media (max-width: 768px){
.header-21 .header-wrap { padding: 0 !important; }
}
@media (max-width: 650px){
li.reservar_btn.menu-item a:after { content: "Reservar"; }
.mobile-menu .header-21 .branding { margin-right: 0px; }
}
@media (max-width: 550px){
.page-open-mobile-menu .inner .icon:before { content: ""; }
.page-open-mobile-menu .inner { width: auto; }
.mobile-menu .header-21 .branding { margin-right: 10px; }
#page-header.headroom--not-top li.reservar_btn.menu-item a:after { content: ""; }
#page-header.headroom--not-top li.reservar_btn.menu-item,
#page-header.headroom--not-top li.reservar_btn.menu-item a:before { margin:0 !important; }
#page-header.headroom--top .movil-reservar-menu-class { width: 100%; position: absolute; top: 88px; }
#page-header.headroom--top { margin-bottom: 65px !important; }
#page-header.headroom--top li.reservar_btn.menu-item a { width: 100%; text-align: center; }
#page-header.headroom--top li.reservar_btn.menu-item a:after { content: "Reservar visita"; } #page-header.headroom--top li.reservar_btn.menu-item { margin: 0 !important; }
}
.header-21 #menu .c_whatsapp, .header-21 #menu .c_email { display:none; }
@media (max-width:899px){ .c_whatsapp, .c_email { display:block; } } #page-footer [id|="tm-row"]:first-child .tm-heading .heading { padding-left: 60px; }
#footer-cta [id|="tm-column"]:first-child .heading { padding-left: 135px; }
#footer-cta [id|="tm-column"]:first-child .heading .icon { right: calc(100% - 125px); }
@media (max-width: 991px){
#footer-cta [id|="tm-column"]:first-child { width: 100% !important; margin-bottom: 40px; }
#footer-cta [id|="tm-column"]:nth-child(2),
#footer-cta [id|="tm-column"]:nth-child(3) { width: 50% !important; }
#footer-cta .tm-button { min-width: 70% !important; }
#footer-cta [id|="tm-column"]:nth-child(2) .tm-button-wrapper { text-align: right; }
#footer-cta [id|="tm-column"]:nth-child(3) .tm-button-wrapper { text-align: left; }
}
@media (max-width: 767px){
#footer-cta [id|="tm-column"]:first-child .heading { font-size: 4.2vw; }
#footer-cta [id|="tm-column"]:first-child h3.heading .icon
{ font-size: 15vw; right: calc(100% - 120px); }
}
@media (max-width: 600px){
#footer-cta [id|="tm-column"]:first-child h3.heading { font-size: 4.8vw; padding-left: 115px; }
#footer-cta [id|="tm-column"]:first-child h3.heading .icon
{ font-size: 15vw; right: calc(100% - 100px); }
}
@media (max-width: 500px){
#footer-cta [id|="tm-column"]:first-child .heading
{ padding: 30px 0 0 0 !important; text-align: center; }
#footer-cta [id|="tm-column"]:first-child h3.heading .icon
{ width: 100%; right: 0; top: 0; }
#footer-cta [id|="tm-column"]:first-child { margin-bottom: 10px; }
#footer-cta .tm-button { padding: 0 15px; font-size:16px; }
}
@media (max-width: 400px){
#footer-cta [id|="tm-column"]:nth-child(2),
#footer-cta [id|="tm-column"]:nth-child(3) { width:100% !important; }
#footer-cta [id|="tm-column"]:first-child h3.heading { font-size: 6vw; }
#footer-cta [id|="tm-column"] .tm-button-wrapper { text-align:center !important; }
} body.home .page-content { padding-top: 0;  padding-bottom:0; } .tm-slider [data-swiper-slide-index="0"] .heading { position: absolute; top: 0; z-index: 9999; width: 58%; right: 0; padding: 3%; text-align: center; font-size: 3.2vw; line-height: 5vw; word-spacing: 1vw; letter-spacing: 0.1vw; }
.tm-slider [data-swiper-slide-index="0"] .sub-title { position: absolute; top: 25%; z-index: 9999; width: 58%; right: 0; padding: 4%; text-align: center; font-size: 2vw; color: #94c52e; } .tm-slider [data-swiper-slide-index="2"] .heading { position: absolute; top: 0; z-index: 9999; width: 50%; right: 0; padding: 4%; text-align: center; font-size: 2.8vw; line-height: 4.2vw; word-spacing: 0.2vw; }
.tm-slider [data-swiper-slide-index="1"] .heading { position: absolute; top: 0; z-index: 9999; width: 50%; left: 0; padding: 4%; text-align: center; font-size: 2.8vw; line-height: 4.2vw; word-spacing: 0.2vw; }
.tm-slider .text { position: absolute; bottom: 17%; z-index: 9999; width: auto; right: 10%; font-size: 1.7vw; color: #ffffff; text-align: center; border: 1px solid #66a039; background-color: #6dab3c; line-height: normal; padding: 1.4%; border-radius: 10px; }
.tm-slider [data-swiper-slide-index="2"] .text { right: 16%; bottom: 25%; padding: 1.4% 4%; }
.tm-slider .text:hover { background-color: #629c35; }
.tm-slider [data-swiper-slide-index="1"] .text { right:inherit; left: 12%; bottom: 25%; }
.tm-slider.style-2 .swiper-container { padding-bottom: 0; }
.tm-slider.tm-swiper.has-pagination.pagination-style-1 .swiper-pagination { bottom: -20px; }
.tm-slider.tm-swiper .swiper-button-prev i:before { font-size: 45px; }
.tm-slider.tm-swiper .swiper-button-next i:before { font-size: 45px; }
.tm-slider.tm-swiper .swiper-button-prev:after { content:''; }
.tm-slider.tm-swiper .swiper-button-next:after { content:''; }
.tm-swiper .swiper-button-prev { left: 15px; }
.tm-swiper .swiper-button-next { right: 15px; }
.tm-service .post-icon-wrap { overflow: hidden; }
.service-item a:hover h3.post-title { color: #94c52e; }
#home-equipo h4 { width: 50%; }
#home-equipo .vc_general.vc_cta3 { border:none; }
@media (max-width: 500px){ #home-equipo h4 { width: 55%; } }
#servicios .vc_general.vc_cta3 .vc_cta3-actions { text-align: center; margin: 0; }
#servicios .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container { width:100%; }
#servicios .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container a
{ width:100%; height:50px; line-height:50px; padding:0; border-radius:0; text-transform:uppercase; }
#servicios .columns h2, #servicios .columns h4 { text-shadow: 1px 2px #fff; }
#servicios .servicios-title { border: none; padding: 15px 20px 0px 20px; }
#servicios .vc_row.vc_inner.columns section.vc_cta3-container .vc_general.vc_cta3 { padding:0; border-radius: 15px; overflow: hidden; border: 0; }
#servicios .vc_row.vc_inner.columns section.vc_cta3-container .vc_cta3-content { margin:0; }
#servicios .vc_row.vc_inner.columns section.vc_cta3-container h2 { padding:20px; margin:0; background:#fff; }
#servicios .vc_row.vc_inner.columns section.vc_cta3-container h4 { padding:20px 28px 20px 28px; margin:0 !important; font-weight: 500; color: #14516b; }
@media (min-width: 768px) and (max-width: 1199px){
#servicios h2 { font-size: calc(3vw*0.9); }
body.home .container { max-width: 90%; }
}
@media (max-width: 550px){ 
.tm-slider .spacing { display:none; }
.tm-swiper:hover .swiper-nav-button { visibility: hidden !important; }
.tm-slider .heading { width:100% !important; height: 100%; background: #fff9; text-shadow: 2px 2px #fff; font-size: 5.2vw !important; line-height: 7vw !important; }
.tm-slider [data-swiper-slide-index="0"] .sub-title { width:100%; height: 35%; padding:0; top:50%; text-shadow: 1px 1px #ffffff; font-size: 3.5vw; z-index: 999999; }
.tm-slider [data-swiper-slide-index="0"] .text { bottom: 7%; right: 28%; font-size: 2.3vw; }
.tm-slider [data-swiper-slide-index="1"] .text, .tm-slider [data-swiper-slide-index="2"] .text
{ margin: auto !important; top: auto; left: 0; right: 0; font-size: 2.5vw; width: 50%; }
.tm-slider [data-swiper-slide-index="1"] .text { bottom:20%; }
.tm-slider [data-swiper-slide-index="2"] .text { bottom:5%; }
h2 { font-size: 20px !important; }
#s_especialidades .vc_general.vc_cta3 { padding: 5px !important; }
#home-equipo h2, #home-equipo h4, .vc_general.vc_cta3 .vc_cta3-actions { text-align: center; width: 100%; }
#home-equipo > .vc_general { padding: 0; }
#home-equipo .vc_cta3_content-container { padding: 20px; background-color: #ffffffb5; }
} body.equipo .page-title-bar-heading h1.heading { color: #3d3645; }
body.equipo #equipo_title .vc_general { border-top:0; border-left:0; border-right:0; }
body.equipo #equipo_title { margin-top:0px; margin-bottom: 0; }
body.single-ic_caregiver .equipo_text .vc_tta-panel-heading
{ background-color: #f7f7f7 !important; border-color: #dcdcdc !important; }
body.single-ic_caregiver .equipo_text .vc_tta-panel-body { border-color: #dcdcdc !important; }
.tm-skill-box .title { padding-bottom: 5px; margin-bottom: 10px; } .single-service .post-main-title {
background-color: #ebf5f5; padding: 10px 20px;
border-bottom: 6px solid #94c52e !important;
font-size: calc(29.4px + (42 - 29.4) * ((100vw - 554px) / 646));
} body.postid-305 .tm-service-list .service-list-item:nth-child(1):after { height:100%; bottom:0; }
body.postid-305 .tm-service-list .service-list-item:nth-child(1) .icon,
body.postid-305 .tm-service-list .service-list-item:nth-child(1) a { color:#3faad8; }
body.postid-311 .tm-service-list .service-list-item:nth-child(2):after { height:100%; bottom:0; }
body.postid-311 .tm-service-list .service-list-item:nth-child(2) .icon,
body.postid-311 .tm-service-list .service-list-item:nth-child(2) a { color:#3faad8; }
body.postid-313 .tm-service-list .service-list-item:nth-child(3):after { height:100%; bottom:0; }
body.postid-313 .tm-service-list .service-list-item:nth-child(3) .icon,
body.postid-313 .tm-service-list .service-list-item:nth-child(3) a { color:#3faad8; }
body.postid-309 .tm-service-list .service-list-item:nth-child(4):after { height:100%; bottom:0; }
body.postid-309 .tm-service-list .service-list-item:nth-child(4) .icon,
body.postid-309 .tm-service-list .service-list-item:nth-child(4) a { color:#3faad8; }
body.postid-307 .tm-service-list .service-list-item:nth-child(5):after { height:100%; bottom:0; }
body.postid-307 .tm-service-list .service-list-item:nth-child(5) .icon,
body.postid-307 .tm-service-list .service-list-item:nth-child(5) a { color:#3faad8; } .single-post .entry-title { font-size: calc(29.4px + (42 - 29.4) * ((100vw - 554px) / 646)); }
.tm-blog.style-list .post-title { margin-bottom: 15px; padding-bottom: 15px; }
.tm-blog.style-list .post-categories { margin: 0; }
.tm-blog.style-list .post-excerpt { margin-bottom: 20px; }
.tm-blog.style-01 .post-thumbnail { margin-bottom: 10px !important; }
h2.archive-main-title {
background-color: #ebf5f5; padding: 10px 20px; margin-bottom: 50px;
border-bottom: 6px solid #94c52e !important;
font-size: calc(29.4px + (42 - 29.4) * ((100vw - 554px) / 646));
}
h2.archive-main-title span { font-weight: normal; float: right; position: absolute; right: 30px; }
body.search h2.archive-main-title {
font-size: calc(12px + (42 - 29.4) * ((100vw - 554px) / 646));
padding-right: 50px;
}
@media (min-width:701px){
.tm-blog.style-list .post-feature.post-thumbnail + .post-info { width: 65%; display: inline-block; margin-right: 5%; }
.tm-blog.style-list .post-feature.post-thumbnail { width: 30%; display: inline-block; float: right; }
}
@media (max-width:700px){
.tm-blog.style-list .post-feature.post-thumbnail + .post-info { width: 100%; display:block; }
.tm-blog.style-list .post-feature.post-thumbnail { width:100%; display:block; float:none; }
} body.page-id-2335 .tm-office-info h3.title
{ font-size: 20px; font-weight: normal; margin: 0; }
body.page-id-2335 #page-title-bar .col-lg-6 { max-width: 100%; flex: none; }
body.page-id-2335 #page-title-bar h1.heading { color:#fff; text-align: center; }
body.page-id-2335 #page-title-bar .title-bar-text { color: #fff; text-align: center; font-size: 26px; }
body.page-id-2335 #page-title-bar .title-box { background: none; border: none; padding: 0; }
body.page-id-2335 #page-title-bar .page-title-bar-inner { padding-top: 25px; padding-bottom: 40px; }
body.page-id-2335 .tm-office-info .info > div + div { font-weight: 600; font-size: 18px; }
body.page-id-2335 #page-title-bar .title-box { background: none; border: none; }
body.page-id-2335 .page-footer-inner #footer-cta div { display:none; }
body.page-id-2335 .page-footer-inner #footer-cta { padding-top: 25px !important; padding-bottom: 25px !important; } body.page-id-2337 #page-title-bar h1.heading { font-size: 40px; }
body.page-id-2337 #page-title-bar .page-title-bar-inner{ padding-top:80px; padding-bottom:80px; }
body.page-id-2337 .page-footer-inner #footer-cta div,
body.home .page-footer-inner #footer-cta div,
body.parent-pageid-2337 .page-footer-inner #footer-cta div { display:none; }
body.page-id-2337 .page-footer-inner #footer-cta,
body.home .page-footer-inner #footer-cta,
body.parent-pageid-2337 .page-footer-inner #footer-cta
{ padding-top: 25px !important; padding-bottom: 25px !important; display:block; }
body.page-id-2337 .page-content { padding-bottom: 0px !important; }
body.page-id-2337 .wpcf7 .wpcf7-response-output { display:none !important; }
body.page-id-2337 .wpcf7 { text-align: center; }
body.page-id-2337 .wpcf7 .wpcf7-submit { width: auto; margin: auto; font-size: 25px; padding: 25px 45px; line-height: 30px; height: auto; display: inline-block; white-space: normal; }
body.page-id-2337 .wpcf7 span.wpcf7-list-item-label a { color: #fff; text-decoration: underline !important; font-weight: normal; }
body.page-id-2337 .wpcf7 span.wpcf7-list-item-label { color: #fff; font-weight: normal; }
body.page-id-2337 .wpcf7 span.wpcf7-list-item { width: auto; text-align: left; }
body.page-id-2337 .wpcf7 .wpcf7-form-control-wrap { margin-bottom: 0; } #form-consultas form.wpcf7-form label {
height: 50px; border: 1px solid #ccc; padding: 0 14px;
display: table-cell; vertical-align: middle; line-height: 17px; }
#form-consultas form.wpcf7-form span.wpcf7-form-control-wrap { display: table-cell; vertical-align: middle; }
#form-consultas .wpcf7-form-control
{ width: auto; margin-right: 10px; }
#form-consultas .wpcf7-form span.wpcf7-not-valid-tip { display: inline-block; }
#form-consultas .wpcf7-form br { content: " "; display: block; height: 10px; }
#form-consultas .wpcf7-form span.wpcf7-list-item { margin: 0 1em 0.4em 0; }
#form-consultas .wpcf7-form span.fld_acpt_funcionamiento,
#form-consultas .wpcf7-form span.fld_acpt_condiciones,
#form-consultas .wpcf7-form span.fld_acpt_politica
{ display: block !important; margin: 0; }
#form-consultas .wpcf7-form span.fld_acpt_funcionamiento label,
#form-consultas .wpcf7-form span.fld_acpt_condiciones label,
#form-consultas .wpcf7-form span.fld_acpt_politica label
{ border:0; height: auto; }
#form-consultas .fld_desc { width: 600px; }
#form-consultas .fld_desc textarea#fld_desc { font-weight: normal; }
#form-consultas label#lbl_desc + br { height:0 !important; }  .tm-service .modern-grid { display:block; }
.tm-service .modern-grid .grid-item { display:inline-block; vertical-align: top; }
.tm-service .modern-grid .grid-item .post-icon-wrap { margin: 0 auto 20px; }
.tm-service .modern-grid .grid-item .post-title { height:50px; }
@media (min-width:768px){ .tm-service .grid-item { width:19% !important; } }
@media (max-width:767px){ .tm-service .grid-item { width:49% !important; margin-bottom:50px; } }
@media all and (-ms-high-contrast:none){
.tm-service.style-06 .service-item .post-icon i, .tm-service.style-07 .service-item .post-icon i { background-color: rgba(63,170,216,0.06); }
.post-icon i.flaticon-tiroides:before { top: 205px; }
.icon span.flaticon-tiroides:before { top:125px; }
} body.contacto .page-title-bar-heading h1.heading { color: #3d3645; }
body.contacto #contacto_title .vc_general { border:0; padding: 0;}
body.contacto #contacto_title { margin-top:0px; margin-bottom: 0; }
body.contacto .tm-contact-form-7 .wpcf7-form-control-wrap { margin-bottom: 0px; } body.analiticas .page-title-bar-heading h1.heading { color: #3d3645; }
body.analiticas #analiticas_title header h2 { margin-bottom:0; }
body.analiticas #analiticas_title .vc_general { border:0; padding: 0;}
body.analiticas #analiticas_title { margin-top:0px; margin-bottom: 0; } body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme { background-color: #96c631; border-top: 0; }
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton
{ height: 35px; }
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p 
{ line-height: 0px; display: inline-block; margin-top: 15px; margin-bottom: -10px; }
#moove_gdpr_cookie_info_bar .mgbutton.change-settings-button { color: #202020; background-color: #fff; }
#moove_gdpr_cookie_info_bar .mgbutton.change-settings-button:hover { }@font-face {
font-family: "Flaticon";
src: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.eot);
src: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.woff) format("woff"),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: 'Flaticon';
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;
}
.flaticon-001-clock-1:before {
content: "\f100";
}
.flaticon-002-medicine-2:before {
content: "\f101";
}
.flaticon-003-chat:before {
content: "\f102";
}
.flaticon-004-blood-sample-2:before {
content: "\f103";
}
.flaticon-005-blood-donation-3:before {
content: "\f104";
}
.flaticon-006-cardiogram-8:before {
content: "\f105";
}
.flaticon-007-calendar-3:before {
content: "\f106";
}
.flaticon-008-ambulance-6:before {
content: "\f107";
}
.flaticon-009-cardiogram-7:before {
content: "\f108";
}
.flaticon-010-mortar-2:before {
content: "\f109";
}
.flaticon-011-atoms:before {
content: "\f10a";
}
.flaticon-012-calendar-2:before {
content: "\f10b";
}
.flaticon-013-blood-donation-2:before {
content: "\f10c";
}
.flaticon-014-clinic-history-8:before {
content: "\f10d";
}
.flaticon-015-blood-donation-1:before {
content: "\f10e";
}
.flaticon-016-doctor-1:before {
content: "\f10f";
}
.flaticon-017-molecules:before {
content: "\f110";
}
.flaticon-018-scale-1:before {
content: "\f111";
}
.flaticon-019-skull:before {
content: "\f112";
}
.flaticon-020-hospital-bed-1:before {
content: "\f113";
}
.flaticon-021-hospital-9:before {
content: "\f114";
}
.flaticon-022-fish:before {
content: "\f115";
}
.flaticon-023-knife:before {
content: "\f116";
}
.flaticon-024-spermatozoon:before {
content: "\f117";
}
.flaticon-025-printer:before {
content: "\f118";
}
.flaticon-026-bones:before {
content: "\f119";
}
.flaticon-027-stomach:before {
content: "\f11a";
}
.flaticon-028-cardiogram-6:before {
content: "\f11b";
}
.flaticon-029-stretcher-1:before {
content: "\f11c";
}
.flaticon-030-clinic-history-7:before {
content: "\f11d";
}
.flaticon-031-scanner:before {
content: "\f11e";
}
.flaticon-032-laptop-3:before {
content: "\f11f";
}
.flaticon-033-scale:before {
content: "\f120";
}
.flaticon-034-folder:before {
content: "\f121";
}
.flaticon-035-clinic-history-6:before {
content: "\f122";
}
.flaticon-036-hospital-8:before {
content: "\f123";
}
.flaticon-037-tablets:before {
content: "\f124";
}
.flaticon-038-medicine-book-1:before {
content: "\f125";
}
.flaticon-039-emergency-call-1:before {
content: "\f126";
}
.flaticon-040-placeholder:before {
content: "\f127";
}
.flaticon-041-helicopter:before {
content: "\f128";
}
.flaticon-042-hospital-7:before {
content: "\f129";
}
.flaticon-043-dropper-1:before {
content: "\f12a";
}
.flaticon-044-dumbbell:before {
content: "\f12b";
}
.flaticon-045-molecule:before {
content: "\f12c";
}
.flaticon-046-cardiogram-5:before {
content: "\f12d";
}
.flaticon-047-head:before {
content: "\f12e";
}
.flaticon-048-lungs:before {
content: "\f12f";
}
.flaticon-049-glasses:before {
content: "\f130";
}
.flaticon-050-mortar-1:before {
content: "\f131";
}
.flaticon-051-emergency-call:before {
content: "\f132";
}
.flaticon-052-flask-2:before {
content: "\f133";
}
.flaticon-053-medical-history:before {
content: "\f134";
}
.flaticon-054-ambulance-5:before {
content: "\f135";
}
.flaticon-055-calendar-1:before {
content: "\f136";
}
.flaticon-056-first-aid-kit-5:before {
content: "\f137";
}
.flaticon-057-crutch:before {
content: "\f138";
}
.flaticon-058-blood-transfusion-2:before {
content: "\f139";
}
.flaticon-059-ambulance-4:before {
content: "\f13a";
}
.flaticon-060-cardiogram-4:before {
content: "\f13b";
}
.flaticon-061-nuclear-1:before {
content: "\f13c";
}
.flaticon-062-cardiogram-3:before {
content: "\f13d";
}
.flaticon-063-thermometer-2:before {
content: "\f13e";
}
.flaticon-064-hospital-6:before {
content: "\f13f";
}
.flaticon-065-hospital-bed:before {
content: "\f140";
}
.flaticon-066-cardiogram-2:before {
content: "\f141";
}
.flaticon-067-clinic-history-5:before {
content: "\f142";
}
.flaticon-068-ambulance-3:before {
content: "\f143";
}
.flaticon-069-test-tube:before {
content: "\f144";
}
.flaticon-070-first-aid-kit-4:before {
content: "\f145";
}
.flaticon-071-clipboard-2:before {
content: "\f146";
}
.flaticon-072-hospital-5:before {
content: "\f147";
}
.flaticon-073-laptop-2:before {
content: "\f148";
}
.flaticon-074-laptop-1:before {
content: "\f149";
}
.flaticon-075-cardiogram-1:before {
content: "\f14a";
}
.flaticon-076-microscope:before {
content: "\f14b";
}
.flaticon-077-ribbon:before {
content: "\f14c";
}
.flaticon-078-patch-2:before {
content: "\f14d";
}
.flaticon-079-safebox:before {
content: "\f14e";
}
.flaticon-080-shield:before {
content: "\f14f";
}
.flaticon-081-dropper:before {
content: "\f150";
}
.flaticon-082-pills-3:before {
content: "\f151";
}
.flaticon-083-stethoscope:before {
content: "\f152";
}
.flaticon-084-pills-2:before {
content: "\f153";
}
.flaticon-085-blood-sample-1:before {
content: "\f154";
}
.flaticon-086-flask-1:before {
content: "\f155";
}
.flaticon-087-glass-of-water:before {
content: "\f156";
}
.flaticon-088-injection-1:before {
content: "\f157";
}
.flaticon-089-blood-transfusion-1:before {
content: "\f158";
}
.flaticon-090-vaccine:before {
content: "\f159";
}
.flaticon-091-no-smoking:before {
content: "\f15a";
}
.flaticon-092-clock:before {
content: "\f15b";
}
.flaticon-093-pills-1:before {
content: "\f15c";
}
.flaticon-094-blood-drop-1:before {
content: "\f15d";
}
.flaticon-095-patch-1:before {
content: "\f15e";
}
.flaticon-096-calendar:before {
content: "\f15f";
}
.flaticon-097-flask:before {
content: "\f160";
}
.flaticon-098-blood-drop:before {
content: "\f161";
}
.flaticon-099-first-aid-kit-3:before {
content: "\f162";
}
.flaticon-100-voltmeter:before {
content: "\f163";
}
.flaticon-101-cardiogram:before {
content: "\f164";
}
.flaticon-102-hospital-4:before {
content: "\f165";
}
.flaticon-103-nuclear:before {
content: "\f166";
}
.flaticon-104-blood-sample:before {
content: "\f167";
}
.flaticon-105-first-aid-kit-2:before {
content: "\f168";
}
.flaticon-106-first-aid-kit-1:before {
content: "\f169";
}
.flaticon-107-medicine-1:before {
content: "\f16a";
}
.flaticon-108-hospital-3:before {
content: "\f16b";
}
.flaticon-109-injection:before {
content: "\f16c";
}
.flaticon-110-hospital-2:before {
content: "\f16d";
}
.flaticon-111-ambulance-2:before {
content: "\f16e";
}
.flaticon-112-mortar:before {
content: "\f16f";
}
.flaticon-113-clinic-history-4:before {
content: "\f170";
}
.flaticon-114-pill:before {
content: "\f171";
}
.flaticon-115-ambulance-1:before {
content: "\f172";
}
.flaticon-116-patch:before {
content: "\f173";
}
.flaticon-117-stretcher:before {
content: "\f174";
}
.flaticon-118-blood-transfusion:before {
content: "\f175";
}
.flaticon-119-clipboard-1:before {
content: "\f176";
}
.flaticon-120-monitor-1:before {
content: "\f177";
}
.flaticon-121-smartphone-4:before {
content: "\f178";
}
.flaticon-122-clinic-history-3:before {
content: "\f179";
}
.flaticon-123-smartphone-3:before {
content: "\f17a";
}
.flaticon-124-laptop:before {
content: "\f17b";
}
.flaticon-125-clinic-history-2:before {
content: "\f17c";
}
.flaticon-126-medicine:before {
content: "\f17d";
}
.flaticon-127-thermometer-1:before {
content: "\f17e";
}
.flaticon-128-thermometer:before {
content: "\f17f";
}
.flaticon-129-hospital-1:before {
content: "\f180";
}
.flaticon-130-clinic-history-1:before {
content: "\f181";
}
.flaticon-131-venus:before {
content: "\f182";
}
.flaticon-132-medicine-book:before {
content: "\f183";
}
.flaticon-133-smartphone-2:before {
content: "\f184";
}
.flaticon-134-smartphone-1:before {
content: "\f185";
}
.flaticon-135-hospital:before {
content: "\f186";
}
.flaticon-136-monitor:before {
content: "\f187";
}
.flaticon-137-doctor:before {
content: "\f188";
}
.flaticon-138-loupe:before {
content: "\f189";
}
.flaticon-139-first-aid-kit:before {
content: "\f18a";
}
.flaticon-140-healthcare:before {
content: "\f18b";
}
.flaticon-141-clinic-history:before {
content: "\f18c";
}
.flaticon-142-ambulance:before {
content: "\f18d";
}
.flaticon-143-teeth:before {
content: "\f18e";
}
.flaticon-144-blood-donation:before {
content: "\f18f";
}
.flaticon-145-flag:before {
content: "\f190";
}
.flaticon-146-archive:before {
content: "\f191";
}
.flaticon-147-pills:before {
content: "\f192";
}
.flaticon-148-smartphone:before {
content: "\f193";
}
.flaticon-149-bottle:before {
content: "\f194";
}
.flaticon-150-clipboard:before {
content: "\f195";
}@font-face {
font-family: 'healsoul';
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/healsoul/healsoul.eot);
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/healsoul/healsoul.eot#iefix) format('embedded-opentype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/healsoul/healsoul.ttf) format('truetype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/healsoul/healsoul.woff) format('woff'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/healsoul/healsoul.svg#healsoul) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="healsoul-"], [class*=" healsoul-"] { font-family: 'healsoul' !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;
}
.healsoul-brain:before {
content: "\e900";
}
.healsoul-circular-plus-button:before {
content: "\e901";
}
.healsoul-eyeglasses:before {
content: "\e902";
}
.healsoul-smiling-baby:before {
content: "\e903";
}
.healsoul-stethoscope:before {
content: "\e904";
}
.healsoul-tooth:before {
content: "\e905";
}
.healsoul-woman:before {
content: "\e906";
}@font-face {
font-family: 'icomoon';
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon/icomoon.eot);
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon/icomoon.eot#iefix) format('embedded-opentype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon/icomoon.ttf) format('truetype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon/icomoon.woff) format('woff'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon/icomoon.svg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] { font-family: 'icomoon' !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;
}
.icomoon-alarm-clock:before {
content: "\e900";
}
.icomoon-atomic:before {
content: "\e901";
}
.icomoon-bar-chart:before {
content: "\e902";
}
.icomoon-battery-1:before {
content: "\e903";
}
.icomoon-battery:before {
content: "\e904";
}
.icomoon-bell:before {
content: "\e905";
}
.icomoon-bluetooth:before {
content: "\e906";
}
.icomoon-book:before {
content: "\e907";
}
.icomoon-box:before {
content: "\e908";
}
.icomoon-calculator:before {
content: "\e909";
}
.icomoon-calendar:before {
content: "\e90a";
}
.icomoon-car:before {
content: "\e90b";
}
.icomoon-chat-1:before {
content: "\e90c";
}
.icomoon-chat:before {
content: "\e90d";
}
.icomoon-checked:before {
content: "\e90e";
}
.icomoon-cloud-computing-1:before {
content: "\e90f";
}
.icomoon-cloud-computing:before {
content: "\e910";
}
.icomoon-cloud:before {
content: "\e911";
}
.icomoon-compass:before {
content: "\e912";
}
.icomoon-credit-card:before {
content: "\e913";
}
.icomoon-cursor:before {
content: "\e914";
}
.icomoon-cutlery:before {
content: "\e915";
}
.icomoon-download:before {
content: "\e916";
}
.icomoon-edit:before {
content: "\e917";
}
.icomoon-envelope:before {
content: "\e918";
}
.icomoon-eraser:before {
content: "\e919";
}
.icomoon-eye:before {
content: "\e91a";
}
.icomoon-fast-forward:before {
content: "\e91b";
}
.icomoon-favorites:before {
content: "\e91c";
}
.icomoon-file-1:before {
content: "\e91d";
}
.icomoon-file-2:before {
content: "\e91e";
}
.icomoon-file-3:before {
content: "\e91f";
}
.icomoon-file:before {
content: "\e920";
}
.icomoon-filter:before {
content: "\e921";
}
.icomoon-flag:before {
content: "\e922";
}
.icomoon-folder-1:before {
content: "\e923";
}
.icomoon-folder-2:before {
content: "\e924";
}
.icomoon-folder:before {
content: "\e925";
}
.icomoon-gamepad:before {
content: "\e926";
}
.icomoon-heart:before {
content: "\e927";
}
.icomoon-home:before {
content: "\e928";
}
.icomoon-id-card:before {
content: "\e929";
}
.icomoon-idea:before {
content: "\e92a";
}
.icomoon-image:before {
content: "\e92b";
}
.icomoon-inbox:before {
content: "\e92c";
}
.icomoon-information:before {
content: "\e92d";
}
.icomoon-key:before {
content: "\e92e";
}
.icomoon-laptop:before {
content: "\e92f";
}
.icomoon-layers:before {
content: "\e930";
}
.icomoon-like:before {
content: "\e931";
}
.icomoon-line-chart:before {
content: "\e932";
}
.icomoon-loupe:before {
content: "\e933";
}
.icomoon-mail:before {
content: "\e934";
}
.icomoon-map:before {
content: "\e935";
}
.icomoon-medal:before {
content: "\e936";
}
.icomoon-megaphone:before {
content: "\e937";
}
.icomoon-message-1:before {
content: "\e938";
}
.icomoon-message-2:before {
content: "\e939";
}
.icomoon-message:before {
content: "\e93a";
}
.icomoon-microphone:before {
content: "\e93b";
}
.icomoon-money:before {
content: "\e93c";
}
.icomoon-monitor:before {
content: "\e93d";
}
.icomoon-music:before {
content: "\e93e";
}
.icomoon-next:before {
content: "\e93f";
}
.icomoon-padlock-1:before {
content: "\e940";
}
.icomoon-padlock:before {
content: "\e941";
}
.icomoon-paint-brush:before {
content: "\e942";
}
.icomoon-pause:before {
content: "\e943";
}
.icomoon-phone-call:before {
content: "\e944";
}
.icomoon-photo-camera:before {
content: "\e945";
}
.icomoon-placeholder:before {
content: "\e946";
}
.icomoon-planet-earth:before {
content: "\e947";
}
.icomoon-play-button:before {
content: "\e948";
}
.icomoon-power-button:before {
content: "\e949";
}
.icomoon-presentation:before {
content: "\e94a";
}
.icomoon-printer:before {
content: "\e94b";
}
.icomoon-reload:before {
content: "\e94c";
}
.icomoon-return:before {
content: "\e94d";
}
.icomoon-rss:before {
content: "\e94e";
}
.icomoon-safebox:before {
content: "\e94f";
}
.icomoon-settings-1:before {
content: "\e950";
}
.icomoon-settings-2:before {
content: "\e951";
}
.icomoon-settings:before {
content: "\e952";
}
.icomoon-share:before {
content: "\e953";
}
.icomoon-shield:before {
content: "\e954";
}
.icomoon-shopping-cart:before {
content: "\e955";
}
.icomoon-smartphone:before {
content: "\e956";
}
.icomoon-speaker:before {
content: "\e957";
}
.icomoon-speakers:before {
content: "\e958";
}
.icomoon-trash:before {
content: "\e959";
}
.icomoon-trophy:before {
content: "\e95a";
}
.icomoon-upload:before {
content: "\e95b";
}
.icomoon-user-1:before {
content: "\e95c";
}
.icomoon-user-2:before {
content: "\e95d";
}
.icomoon-user-3:before {
content: "\e95e";
}
.icomoon-user:before {
content: "\e95f";
}
.icomoon-users:before {
content: "\e960";
}
.icomoon-video-camera:before {
content: "\e961";
}
.icomoon-wifi:before {
content: "\e962";
}
.icomoon-zoom-in:before {
content: "\e963";
}
.icomoon-zoom-out:before {
content: "\e964";
}@font-face {
font-family: 'icomoon2';
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon2/icomoon2.eot);
src:  url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon2/icomoon2.eot#iefix) format('embedded-opentype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon2/icomoon2.ttf) format('truetype'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon2/icomoon2.woff) format('woff'),
url(//www.endodiabet.com/wp-content/themes/healsoul/assets/fonts/icomoon2/icomoon2.svg#icomoon2) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-2-"], [class*=" icon-2-"] { font-family: 'icomoon2' !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-2-blood-clot:before {
content: "\e900";
}
.icon-2-clogged-arteries:before {
content: "\e901";
}
.icon-2-kidneys:before {
content: "\e902";
}
.icon-2-knee-stiffness:before {
content: "\e903";
}
.icon-2-liver:before {
content: "\e904";
}
.icon-2-muscule:before {
content: "\e905";
}
.icon-2-pelvic-congestion:before {
content: "\e906";
}
.icon-2-prostate:before {
content: "\e907";
}
.icon-2-spleen:before {
content: "\e908";
}
.icon-2-stomach:before {
content: "\e909";
}
.icon-2-thyroid:before {
content: "\e90a";
}
.icon-2-uterus:before {
content: "\e90b";
}
.icon-2-vascular:before {
content: "\e90c";
}
.icon-2-veins:before {
content: "\e90d";
}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/fonts/lg.eot?n1z373);src:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/fonts/lg.woff?n1z373) format("woff"),url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/fonts/lg.ttf?n1z373) format("truetype"),url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/libs/light-gallery/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,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}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1.5em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{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]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0}input[type=search]{box-sizing:inherit}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.container{margin-left:auto;margin-right:auto;padding-left:.9375rem;padding-right:.9375rem}@media (min-width:544px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:940px}}@media (min-width:1200px){.container{max-width:1200px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:.9375rem;padding-right:.9375rem}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-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,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12{position:relative;min-height:1px;padding-left:.9375rem;padding-right:.9375rem;width:100%}.col-xs-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xs-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xs-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xs-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-right-0{margin-right:0}.col-xs-offset-right-1{margin-right:8.33333%}.col-xs-offset-right-2{margin-right:16.66667%}.col-xs-offset-right-3{margin-right:25%}.col-xs-offset-right-4{margin-right:33.33333%}.col-xs-offset-right-5{margin-right:41.66667%}.col-xs-offset-right-6{margin-right:50%}.col-xs-offset-right-7{margin-right:58.33333%}.col-xs-offset-right-8{margin-right:66.66667%}.col-xs-offset-right-9{margin-right:75%}.col-xs-offset-right-10{margin-right:83.33333%}.col-xs-offset-right-11{margin-right:91.66667%}.col-xs-offset-right-12{margin-right:100%}@media (min-width:544px){.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-right-0{margin-right:0}.col-sm-offset-right-1{margin-right:8.33333%}.col-sm-offset-right-2{margin-right:16.66667%}.col-sm-offset-right-3{margin-right:25%}.col-sm-offset-right-4{margin-right:33.33333%}.col-sm-offset-right-5{margin-right:41.66667%}.col-sm-offset-right-6{margin-right:50%}.col-sm-offset-right-7{margin-right:58.33333%}.col-sm-offset-right-8{margin-right:66.66667%}.col-sm-offset-right-9{margin-right:75%}.col-sm-offset-right-10{margin-right:83.33333%}.col-sm-offset-right-11{margin-right:91.66667%}.col-sm-offset-right-12{margin-right:100%}}@media (min-width:768px){.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}.col-md-offset-right-0{margin-right:0}.col-md-offset-right-1{margin-right:8.33333%}.col-md-offset-right-2{margin-right:16.66667%}.col-md-offset-right-3{margin-right:25%}.col-md-offset-right-4{margin-right:33.33333%}.col-md-offset-right-5{margin-right:41.66667%}.col-md-offset-right-6{margin-right:50%}.col-md-offset-right-7{margin-right:58.33333%}.col-md-offset-right-8{margin-right:66.66667%}.col-md-offset-right-9{margin-right:75%}.col-md-offset-right-10{margin-right:83.33333%}.col-md-offset-right-11{margin-right:91.66667%}.col-md-offset-right-12{margin-right:100%}}@media (min-width:992px){.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-right-0{margin-right:0}.col-lg-offset-right-1{margin-right:8.33333%}.col-lg-offset-right-2{margin-right:16.66667%}.col-lg-offset-right-3{margin-right:25%}.col-lg-offset-right-4{margin-right:33.33333%}.col-lg-offset-right-5{margin-right:41.66667%}.col-lg-offset-right-6{margin-right:50%}.col-lg-offset-right-7{margin-right:58.33333%}.col-lg-offset-right-8{margin-right:66.66667%}.col-lg-offset-right-9{margin-right:75%}.col-lg-offset-right-10{margin-right:83.33333%}.col-lg-offset-right-11{margin-right:91.66667%}.col-lg-offset-right-12{margin-right:100%}}@media (min-width:1200px){.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.33333%}.col-xl-pull-2{right:16.66667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.33333%}.col-xl-pull-5{right:41.66667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.33333%}.col-xl-pull-8{right:66.66667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.33333%}.col-xl-pull-11{right:91.66667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.33333%}.col-xl-push-2{left:16.66667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.33333%}.col-xl-push-5{left:41.66667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.33333%}.col-xl-push-8{left:66.66667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.33333%}.col-xl-push-11{left:91.66667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.33333%}.col-xl-offset-2{margin-left:16.66667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.33333%}.col-xl-offset-5{margin-left:41.66667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.33333%}.col-xl-offset-8{margin-left:66.66667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.33333%}.col-xl-offset-11{margin-left:91.66667%}.col-xl-offset-12{margin-left:100%}.col-xl-offset-right-0{margin-right:0}.col-xl-offset-right-1{margin-right:8.33333%}.col-xl-offset-right-2{margin-right:16.66667%}.col-xl-offset-right-3{margin-right:25%}.col-xl-offset-right-4{margin-right:33.33333%}.col-xl-offset-right-5{margin-right:41.66667%}.col-xl-offset-right-6{margin-right:50%}.col-xl-offset-right-7{margin-right:58.33333%}.col-xl-offset-right-8{margin-right:66.66667%}.col-xl-offset-right-9{margin-right:75%}.col-xl-offset-right-10{margin-right:83.33333%}.col-xl-offset-right-11{margin-right:91.66667%}.col-xl-offset-right-12{margin-right:100%}}@media (min-width:1920px){.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xxl-pull-0{right:auto}.col-xxl-pull-1{right:8.33333%}.col-xxl-pull-2{right:16.66667%}.col-xxl-pull-3{right:25%}.col-xxl-pull-4{right:33.33333%}.col-xxl-pull-5{right:41.66667%}.col-xxl-pull-6{right:50%}.col-xxl-pull-7{right:58.33333%}.col-xxl-pull-8{right:66.66667%}.col-xxl-pull-9{right:75%}.col-xxl-pull-10{right:83.33333%}.col-xxl-pull-11{right:91.66667%}.col-xxl-pull-12{right:100%}.col-xxl-push-0{left:auto}.col-xxl-push-1{left:8.33333%}.col-xxl-push-2{left:16.66667%}.col-xxl-push-3{left:25%}.col-xxl-push-4{left:33.33333%}.col-xxl-push-5{left:41.66667%}.col-xxl-push-6{left:50%}.col-xxl-push-7{left:58.33333%}.col-xxl-push-8{left:66.66667%}.col-xxl-push-9{left:75%}.col-xxl-push-10{left:83.33333%}.col-xxl-push-11{left:91.66667%}.col-xxl-push-12{left:100%}.col-xxl-offset-0{margin-left:0}.col-xxl-offset-1{margin-left:8.33333%}.col-xxl-offset-2{margin-left:16.66667%}.col-xxl-offset-3{margin-left:25%}.col-xxl-offset-4{margin-left:33.33333%}.col-xxl-offset-5{margin-left:41.66667%}.col-xxl-offset-6{margin-left:50%}.col-xxl-offset-7{margin-left:58.33333%}.col-xxl-offset-8{margin-left:66.66667%}.col-xxl-offset-9{margin-left:75%}.col-xxl-offset-10{margin-left:83.33333%}.col-xxl-offset-11{margin-left:91.66667%}.col-xxl-offset-12{margin-left:100%}.col-xxl-offset-right-0{margin-right:0}.col-xxl-offset-right-1{margin-right:8.33333%}.col-xxl-offset-right-2{margin-right:16.66667%}.col-xxl-offset-right-3{margin-right:25%}.col-xxl-offset-right-4{margin-right:33.33333%}.col-xxl-offset-right-5{margin-right:41.66667%}.col-xxl-offset-right-6{margin-right:50%}.col-xxl-offset-right-7{margin-right:58.33333%}.col-xxl-offset-right-8{margin-right:66.66667%}.col-xxl-offset-right-9{margin-right:75%}.col-xxl-offset-right-10{margin-right:83.33333%}.col-xxl-offset-right-11{margin-right:91.66667%}.col-xxl-offset-right-12{margin-right:100%}}.col-xs-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-xs-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media (min-width:544px){.col-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-sm-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width:768px){.col-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-md-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width:992px){.col-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-lg-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width:1200px){.col-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-xl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width:1920px){.col-xxl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-xxl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row-xs-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-xs-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-xs-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:544px){.row-sm-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-sm-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-sm-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:768px){.row-md-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-md-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-md-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:992px){.row-lg-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-lg-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-lg-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:1200px){.row-xl-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-xl-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-xl-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:1920px){.row-xxl-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-xxl-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-xxl-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}.row-xs-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media (min-width:544px){.row-sm-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}@media (min-width:768px){.row-md-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}@media (min-width:992px){.row-lg-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}@media (min-width:1200px){.row-xl-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}@media (min-width:1920px){.row-xxl-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}.row-xs-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (min-width:544px){.row-sm-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:768px){.row-md-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:992px){.row-lg-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:1200px){.row-xl-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:1920px){.row-xxl-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.col-xs-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-xs-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-xs-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}@media (min-width:544px){.col-sm-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-sm-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-sm-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width:768px){.col-md-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-md-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-md-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width:992px){.col-lg-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-lg-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-lg-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width:1200px){.col-xl-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-xl-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-xl-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width:1920px){.col-xxl-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-xxl-center{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.col-xxl-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;transition-delay:0ms}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:"";position:absolute;background:transparent;border:7px solid transparent;z-index:1000001}[class*=hint--]:after{background:#000;color:#fff;padding:8px 10px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:14px;white-space:nowrap;border-radius:5px}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#000}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#000}.hint--left:before{border-left-color:#000}.hint--right:before{border-right-color:#000}.hint--top:before{margin-bottom:-13px}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{left:calc(50% - 7px)}.hint--top:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-ms-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:before{margin-top:-13px}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{left:calc(50% - 7px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-ms-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{margin-left:-13px;margin-bottom:-7px}.hint--right:after{margin-bottom:-15px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-13px;margin-bottom:-7px}.hint--left:after{margin-bottom:-15px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:before{margin-bottom:-13px}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{left:calc(50% - 7px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-left:14px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-ms-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:before{margin-bottom:-13px}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{left:calc(50% - 7px)}.hint--top-right:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);margin-left:-14px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:before{margin-top:-13px}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{left:calc(50% - 7px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-left:14px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-ms-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:before{margin-top:-13px}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{left:calc(50% - 7px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);margin-left:-14px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}[class*=hint--]:after{text-shadow:none;border-radius:0;box-shadow:4px 4px 8px rgba(0,0,0,.1)}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-ms-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-ms-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-ms-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-ms-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0ms;transition-duration:0ms}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.sl-button{padding-right:10px;color:inherit}a.liked:active,a.liked:focus,a.liked:hover{color:#666}.loader,.loader:after,.loader:before{background:rgba(0,0,0,.2);-webkit-animation:load1 1s infinite ease-in-out;animation:load1 1s infinite ease-in-out;width:.2em;height:.6em}.loader{text-indent:-9999em;display:inline-block;position:relative;vertical-align:middle;font-size:1em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader:after,.loader:before{position:absolute;top:0;content:""}.loader:before{left:-.375em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader:after{left:.375em}.sl-icon{margin-right:7px}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0 rgba(0,0,0,.2);height:.6em}40%{box-shadow:0 -.3em rgba(0,0,0,.2);height:1em}}@keyframes load1{0%,80%,to{box-shadow:0 0 rgba(0,0,0,.2);height:.6em}40%{box-shadow:0 -.3em rgba(0,0,0,.2);height:1em}}.branding__logo:after,.cart_list.product_list_widget li:after,.comment-list .comment:after,.comment-list .pingback:after,.cross-sells.products:after,.entry-author .author-social-networks:after,.page-links:after,.page-loading .sk-three-bounce:after,.post-share .post-share-list:after,.related.products:after,.simple-footer .social-networks .inner:after,.single-post .entry-content:after,.tagcloud:after,.tm-blog.style-list:after,.tm-box-icon:after,.tm-custom-menu.style-2 .menu:after,.tm-custom-menu.style-3 .menu:after,.tm-custom-menu.style-4 .menu:after,.tm-custom-menu.style-5 .menu:after,.tm-heading.highlight-big-number:after,.tm-posts-widget .post-item:after,.tm-slider-button.style-01 .button-wrap:after,.tm-slider-button.style-02 .button-wrap:after,.tm-slider-button.style-03 .button-wrap:after,.tm-slider-button.style-04 .button-wrap:after,.tm-social-networks ul:after,.tm-testimonial.style-5 .swiper-custom-action-wrap:after,.tm-timeline.style-01 .item-wrapper:after,.top-bar-01 .top-bar-social-network:after,.top-bar-03 .top-bar-social-network:after,.top-bar-04 .top-bar-social-network:after,.top-bar-07 .top-bar-social-network:after,.top-bar-08 .top-bar-social-network:after,.top-bar-office-wrapper:after,.up-sells.products:after,.vc_progress_bar .vc_single_bar_title:after,.widget_recent_comments .recentcomments:after,.woocommerce .page-sidebar ul.product_list_widget .product-item:after,.woocommerce.single-product #reviews #comments .commentlist .comment:after,.woocommerce.single-product .quantity-button-wrapper:after,.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel:after{content:"";display:table;clear:both}a{color:#4169e1;text-decoration:none}a:active,a:focus,a:hover{outline:0;color:#191970}a[href^=tel]{text-decoration:none}.link-secret{color:currentColor}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0}dt{font-weight:700}dd{margin:0 1.5em 1.5em}::-webkit-input-placeholder{color:#7a8a9e;font-weight:500;opacity:1;-webkit-transition:opacity .3s!important;transition:opacity .3s!important}:-moz-placeholder,::-moz-placeholder{color:#7a8a9e;font-weight:500;opacity:1;-webkit-transition:opacity .3s!important;transition:opacity .3s!important}:-ms-input-placeholder{color:#7a8a9e;font-weight:500;opacity:1;-webkit-transition:opacity .3s!important;transition:opacity .3s!important}:focus::-webkit-input-placeholder{opacity:0}:focus:-moz-placeholder,:focus::-moz-placeholder{opacity:0}:focus:-ms-input-placeholder{opacity:0}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{width:100%;outline:none;border:1px solid #eee;background-color:#eceff3;color:#888;font-weight:inherit;padding:3px 20px;height:50px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{background-color:#fff;color:#ff875f}select{padding:3px 20px;height:50px;max-width:100%;width:100%;outline:none;border:1px solid #eee;border-radius:0;font-weight:inherit;color:#7a8a9e;background:#eceff3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==) no-repeat center right 20px;-moz-appearance:none;-webkit-appearance:none}select:focus{background-color:#fff;color:#ff875f}textarea{width:100%;outline:none;border:1px solid #eee;background-color:#eceff3;color:#7a8a9e;display:block;padding:10px 20px;max-width:100%}textarea:focus{background-color:#fff;color:#ff875f}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}form label{color:#223645;font-weight:600}input[type=checkbox]{position:relative;background:transparent;border-width:0;box-shadow:none;margin:0 10px 0 0;cursor:pointer}input[type=checkbox]:before{content:"";display:block;width:18px;height:18px;position:absolute;left:50%;top:50%;margin-top:-9px;margin-left:-9px;background:#fff;border:1px solid #e7e7e7;-webkit-transition:background .3s ease,border-color .3s ease;transition:background .3s ease,border-color .3s ease}input[type=checkbox]:after{content:"\f122";font-family:Ionicons;font-size:12px;font-weight:500;display:block;position:absolute;top:50%;left:50%;color:#fff;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}input[type=checkbox]:hover:before{border-color:#222}input[type=checkbox]:checked:before{background:#222;border-color:#222}input[type=checkbox]:checked:after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}input[type=radio]{position:relative;padding:5px;margin:0 10px 0 0;cursor:pointer}input[type=radio]:before{width:18px;height:18px;margin-top:-9px;margin-left:-9px;border:1px solid #e7e7e7;border-radius:50%;z-index:1;-webkit-transition:background .3s ease,border-color .3s ease;transition:background .3s ease,border-color .3s ease}input[type=radio]:after,input[type=radio]:before{content:"";display:block;position:absolute;top:50%;left:50%;background:#fff}input[type=radio]:after{width:6px;height:6px;border-radius:50%;z-index:2;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}input[type=radio]:hover:before{border-color:#222}input[type=radio]:checked{cursor:auto}input[type=radio]:checked:before{background:#222;border-color:#222}input[type=radio]:checked:after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}hr{margin-bottom:1.5em;height:1px;border:0;background-color:#ccc}img{max-width:100%;height:auto;vertical-align:top}table{margin:0 0 1.5em;width:100%}td,th{border:1px solid rgba(0,0,0,.08);padding:10px;vertical-align:middle}th{font-weight:700;color:#222;background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/th_bg.png) repeat-x 0 0}table th.empty{visibility:hidden;border:0;background:none}table tr:nth-child(2n) td{background:rgba(0,0,0,.01)}h1,h2,h3,h4,h5,h6{clear:both;margin-bottom:25px}p{margin-bottom:1em;margin-top:0}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}pre{font-size:15px;overflow:auto;margin-bottom:1.6em;padding:1.6em;max-width:100%;background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;line-height:1.6;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}code,kbd,tt,var{font-size:15px;font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace}code{color:#7a8a9e}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote{position:relative;margin:0;padding:26px 30px 26px 75px;margin-bottom:1.5em;border:2px solid #eee;font-size:18px;font-weight:600;color:#223645}blockquote:before{position:absolute;top:50%;left:25px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f10e";font-size:26px;font-style:normal}blockquote p{margin-bottom:0}blockquote a{text-decoration:underline}b,strong{font-weight:bolder}.page-has-sidebar .page-content .page-main-content .alignfull{position:relative;left:0;width:100%;max-width:100%;clear:both}.page-content .page-main-content .alignfull{position:relative;left:-15px;width:100vw;max-width:100vw;clear:both}@media screen and (min-width:555px){.page-content .page-main-content .alignfull{left:calc((525px - 100vw) / 2)}}@media screen and (min-width:768px){.page-content .page-main-content .alignfull{left:calc((690px - 100vw) / 2)}}@media screen and (min-width:992px){.page-content .page-main-content .alignfull{left:calc((910px - 100vw) / 2)}}@media screen and (min-width:1200px){.page-content .page-main-content .alignfull{left:calc((1170px - 100vw) / 2)}}.page-content .page-main-content .alignwide{position:relative;width:100%;max-width:100%;clear:both}@media only screen and (min-width:1280px){.page-content .page-main-content .alignwide{width:calc(100% + 400px);max-width:calc(100% + 400px);left:-200px}}@media only screen and (min-width:1200px){.page-content .page-main-content .alignwide{width:calc(100% + 200px);max-width:calc(100% + 200px);left:-100px}}@media only screen and (min-width:1024px){.page-content .page-main-content .alignwide{width:calc(100% + 100px);max-width:calc(100% + 100px);left:-50px}}.page-content .page-main-content .alignleft{float:left;max-width:41.66665%;margin-top:0;margin-left:0;margin-right:1rem}@media only screen and (min-width:768px){.page-content .page-main-content .alignleft{margin-right:2rem;max-width:33.33332%}}.page-content .page-main-content .alignright{float:right;max-width:41.66665%;margin-top:0;margin-right:0;margin-left:1rem}@media only screen and (min-width:768px){.page-content .page-main-content .alignright{margin-right:0;margin-left:2rem;max-width:33.33332%}}.page-content .page-main-content .aligncenter{margin-left:auto;margin-right:auto}.page-content .page-main-content .wp-block-cover .wp-block-cover-text{font-size:2em;font-weight:500}.page-content .page-main-content .wp-block-quote,.page-content .page-main-content .wp-block-quote:not(.is-large):not(.is-style-large){border-left:2px solid #eee;padding-left:75px}.page-content .page-main-content .wp-block-quote.is-large,.page-content .page-main-content .wp-block-quote.is-style-large{padding:26px 30px 26px 75px}.page-content .page-main-content .wp-block-quote__citation,.page-content .page-main-content .wp-block-quote cite,.page-content .page-main-content .wp-block-quote footer{display:inline-block}.page-content .page-main-content .wp-block-pullquote{border-color:#eee;border:4px solid #eee;margin:20px;padding:20px 0}.page-content .page-main-content .wp-block-pullquote blockquote{width:100%;margin-bottom:0;border:0}.page-content .page-main-content .wp-block-pullquote .wp-block-pullquote__citation,.page-content .page-main-content .wp-block-pullquote cite,.page-content .page-main-content .wp-block-pullquote footer{display:block;margin-top:1em;font-weight:600}.page-content .page-main-content .wp-block-pullquote.alignfull,.page-content .page-main-content .wp-block-pullquote.alignwide{margin:20px 0;clear:both}.page-content .page-main-content .wp-block-pullquote.alignleft{margin-left:0}.page-content .page-main-content .wp-block-pullquote.alignright{margin-right:0}.page-content .page-main-content .wp-block-media-text .has-large-font-size,.page-content .page-main-content .wp-block-media-text p{font-size:14px}.page-content .page-main-content .wp-block-separator{background-color:transparent}.page-content .page-main-content .wp-block-table td,.page-content .page-main-content .wp-block-table th{border:1px solid rgba(0,0,0,.08);padding:10px}.page-content .page-main-content .wp-block-table dt{font-weight:700;color:#223645}.page-content .page-main-content .wp-block-table dd{margin:0 1.5em 1.5em}.page-content .page-main-content .wp-block-table th{font-weight:700;color:#222;background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/th_bg.png) repeat-x 0 0}.page-content .page-main-content .wp-block-latest-posts{margin:16px 0;padding:0;list-style:none}.page-content .page-main-content .wp-block-latest-posts li{margin-bottom:12px}.page-content .page-main-content .wp-block-categories.wp-block-categories-list{list-style:none;padding:0}.page-content .page-main-content .wp-block-categories.wp-block-categories-list li ol,.page-content .page-main-content .wp-block-categories.wp-block-categories-list li ul{list-style:none;padding-left:20px}.page-content .page-main-content .wp-block-categories.wp-block-categories-list li a{display:block;margin-bottom:8px}.page-content .page-main-content .wp-block-categories.wp-block-categories-list .count:before{content:"("}.page-content .page-main-content .wp-block-categories.wp-block-categories-list .count:after{content:")"}.page-content .page-main-content .wp-block-archives.wp-block-archives-list{list-style:none;padding:0}.page-content .page-main-content .wp-block-archives.wp-block-archives-list li ol,.page-content .page-main-content .wp-block-archives.wp-block-archives-list li ul{list-style:none;padding-left:20px}.page-content .page-main-content .wp-block-archives.wp-block-archives-list li a{display:block;margin-bottom:8px}@media (max-width:543px){blockquote{padding:70px 20px 30px}blockquote:before{top:40px}.page-content .page-main-content .wp-block-pullquote blockquote:before{left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.screen-reader-text{position:absolute!important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.screen-reader-text:focus{top:5px;left:5px;z-index:100000;display:block;clip:auto!important;padding:15px 23px 14px;width:auto;height:auto;border-radius:3px;background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;text-decoration:none;font-weight:700;font-size:14px;line-height:normal}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both}.max-width-570{max-width:570px;margin:0 auto}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{margin-top:0;margin-bottom:0;padding:0;border:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin:0 0 30px}.wp-caption.aligncenter{margin:30px auto}.wp-caption.alignleft{margin:0 30px 30px 0}.wp-caption.alignright{margin:0 0 30px 30px}.wp-caption-text{text-align:center;background:#f8f8f8;padding:5px 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;width:100%;vertical-align:top;text-align:center}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}button,input[type=button],input[type=reset],input[type=submit]{padding:0 41px;height:50px;line-height:50px;outline:none;border-width:0;border-style:solid;border-radius:0;background-color:transparent;color:#fff;font-weight:600;cursor:pointer}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:none}.comment-nav-links,.page-pagination{padding:0;font-size:15px;letter-spacing:1px;font-weight:600}.comment-nav-links li,.page-pagination li{display:inline-block;list-style-type:none}.comment-nav-links li a,.comment-nav-links li span,.page-pagination li a,.page-pagination li span{padding:15px 12px;display:block;text-align:center;color:#7a8a9e}.comment-nav-links li .current,.page-pagination li .current{color:#fff;background-color:#ff875f;padding:0;min-width:38px;height:38px;text-align:center;line-height:38px;border-radius:50%}.comment-nav-links li .dots,.page-pagination li .dots{background:none;min-width:20px}.comment-nav-links li .next,.comment-nav-links li .prev,.page-pagination li .next,.page-pagination li .prev{font-size:13px;font-weight:600;text-transform:uppercase}.comment-nav-links li .next i,.comment-nav-links li .prev i,.page-pagination li .next i,.page-pagination li .prev i{font-size:10px;font-weight:700}.comment-nav-links li .prev i,.page-pagination li .prev i{margin-right:8px}.comment-nav-links li .next i,.page-pagination li .next i{margin-left:8px}.page-pagination{margin:40px -12px 0;text-align:center}.comment-nav-links ul{padding:0}#comment-nav-above ul{margin:50px 0}#comment-nav-below ul{margin:0 0 74px}.page-links{clear:both;padding-top:30px;margin:0 -12px;text-align:center}.page-links>a,.page-links>span{display:inline-block;padding:0;text-align:center;font-weight:600;font-size:15px;min-width:38px;height:38px;line-height:38px;border-radius:50%}.page-links>a{color:#7a8a9e}.page-links a span{padding:0 6px}.page-links>span{color:#fff;background-color:#ff875f}.post-navigation{position:relative}.nav-links{margin-top:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.nav-links .nav-item{width:45%}.nav-links .nav-previous{text-align:left}.nav-links .archive-link{font-size:24px;font-weight:500;color:#ff875f}.nav-links .nav-next{text-align:right}.nav-links a{display:block;font-size:18px;line-height:1.2;font-weight:700}.nav-links a div{color:#888;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.page-top-bar{z-index:99999;border:0 solid transparent}.page-top-bar.remove{display:none}.page-top-bar #topbar-remove{margin:0 0 0 20px;color:inherit;cursor:pointer}.page-top-bar ul{z-index:9999;list-style-type:none;padding:0;margin:0}.page-top-bar .menu li{position:relative}.page-top-bar .menu>li{display:inline-block;margin-bottom:0}.page-top-bar .menu>li>a{padding:5px}.page-top-bar .menu .menu-item-has-children:hover>.sub-menu{display:block}.page-top-bar .menu .sub-menu{position:absolute;top:100%;left:0;display:none;min-width:250px;width:100%;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15)}.page-top-bar .menu .sub-menu a{padding:10px 15px}.page-top-bar .menu .sub-menu a+a{border-top:1px solid #eee}.page-top-bar .menu .sub-menu .sub-menu{top:0;left:100%}.page-top-bar .switcher-language-wrapper{height:50px}.top-bar-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-bar-wrap.top-bar-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-bar-text a{text-decoration:underline}.top-bar-info .info-item{display:inline-block;line-height:1;margin-right:15px}.top-bar-info .info-item:last-child{margin-right:0}.top-bar-info .info-item a{line-height:1}.top-bar-info .info-icon{font-size:18px;margin-right:6px;vertical-align:middle}.top-bar-info .info-text{vertical-align:middle}.top-bar-link-list .link-item{display:inline-block;line-height:1;margin-right:15px}.top-bar-link-list .link-item:last-child{margin-right:0}.top-bar-link-list .link-item a{line-height:1}.top-bar-link-list .text{vertical-align:middle}.top-bar-office-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.top-bar-office-wrapper ul{margin:0;padding:0}.top-bar-office-wrapper ul li{list-style-type:none}.top-bar-office-wrapper .office-switcher{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;text-align:left;margin-left:20px}.top-bar-office-wrapper .office-switcher:hover .office-list{visibility:visible;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.top-bar-office-wrapper .office-list{z-index:99999;position:absolute;top:100%;left:0;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.09);padding:12px 0;margin:0;min-width:100%;overflow:hidden;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.top-bar-office-wrapper .office-list a{display:block;padding:10px 20px}.top-bar-office-wrapper .active{position:relative;cursor:pointer;padding:0 40px 0 24px;min-width:180px;height:50px;line-height:50px;color:#fff;font-size:14px;font-weight:500;text-decoration:none!important}.top-bar-office-wrapper .active:after{font-family:Ionicons;font-size:15px;content:"\f35f";position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.top-bar-office-wrapper .offices{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.top-bar-office-wrapper .office{display:none;height:100%}.top-bar-office-wrapper .office li{display:inline-block;height:100%}.top-bar-office-wrapper .office .office-content-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-left:1px solid #ccc;height:100%;padding:0 30px}.top-bar-office-wrapper .office i{font-size:18px;margin-right:10px}.top-bar-01 .top-bar-wrap{height:100%}.top-bar-01 .top-bar-text span{margin-right:5px}.top-bar-01 .top-bar-social-network{border-left:1px solid transparent;border-right:1px solid transparent}.top-bar-01 .top-bar-social-network .social-link{float:left;text-align:center;width:50px;height:50px;line-height:50px;font-size:16px}.top-bar-01 .top-bar-social-network .social-link+.social-link{border-left:1px solid transparent}@media (max-width:991px){.top-bar-01{display:none}}.top-bar-02 .top-bar-wrap{height:100%}.top-bar-02 .top-bar-right{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.top-bar-02 .switcher-language-wrapper{padding-right:15px}@media (max-width:991px){.top-bar-02{display:none}}.top-bar-03 .top-bar-wrap{height:100%}@media (min-width:768px){.top-bar-03 .top-bar-wrap{padding:0 55px}}@media (min-width:1200px){.top-bar-03 .top-bar-wrap{padding:0 85px}}.top-bar-03 .top-bar-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.top-bar-03 .top-bar-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-bar-03 .top-bar-info .info-item{padding:16px 0;margin-right:55px}.top-bar-03 .top-bar-info .info-item:last-child{margin-right:0}.top-bar-03 .switcher-language-wrapper{margin-left:30px}.top-bar-03 .top-bar-social-network .social-link{padding:2px 13px;float:left;text-align:center;font-size:18px}@media (max-width:991px){.top-bar-03{display:none}}.top-bar-04 .top-bar-wrap{height:100%}.top-bar-04 .top-bar-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.top-bar-04 .top-bar-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-bar-04 .top-bar-info .info-item{padding:16px 0;margin-right:27px;padding-right:34px;border-right:1px solid hsla(0,0%,93%,.1)}.top-bar-04 .top-bar-info .info-item:last-child{margin-right:0;padding-right:16px;border-right:0}.top-bar-04 .top-bar-social-network{border-left:1px solid transparent;border-right:1px solid transparent}.top-bar-04 .top-bar-social-network .social-link{float:left;text-align:center;width:50px;height:50px;line-height:50px;font-size:16px}.top-bar-04 .top-bar-social-network .social-link+.social-link{border-left:1px solid transparent}@media (min-width:768px){.top-bar-04 .container-fluid{padding:0 65px}}@media (max-width:991px){.top-bar-04{display:none}}.top-bar-05 .top-bar-wrap,.top-bar-11 .top-bar-wrap{height:100%}.top-bar-05 .top-bar-text,.top-bar-11 .top-bar-text{width:100%;text-align:center}.top-bar-05 .top-bar-text span,.top-bar-11 .top-bar-text span{margin-right:5px}@media (max-width:991px){.top-bar-05,.top-bar-11{display:none}}.top-bar-06 .top-bar-wrap{height:100%}@media (min-width:768px){.top-bar-06 .top-bar-wrap{padding:0 55px}}@media (min-width:1200px){.top-bar-06 .top-bar-wrap{padding:0 85px}}.top-bar-06 .top-bar-info .info-item{margin-right:30px}.top-bar-06 .switcher-language-wrapper{height:40px}@media (max-width:1199px){.top-bar-06{display:none}}.top-bar-07 .top-bar-wrap{height:100%}@media (min-width:768px){.top-bar-07 .top-bar-wrap{padding:0 55px}}@media (min-width:1200px){.top-bar-07 .top-bar-wrap{padding:0 85px}}.top-bar-07 .top-bar-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.top-bar-07 .top-bar-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-bar-07 .top-bar-right>div{padding-left:30px}.top-bar-07 .top-bar-right .top-bar-social-network{margin:0 -13px}.top-bar-07 .top-bar-info .info-item{padding:16px 0;margin-right:41px}.top-bar-07 .top-bar-info .info-item:last-child{margin-right:0}.top-bar-07 .switcher-language-wrapper{margin-left:30px}.top-bar-07 .top-bar-social-network .social-link{padding:2px 13px;float:left;text-align:center;font-size:18px}@media (max-width:991px){.top-bar-07{display:none}}.top-bar-08 .top-bar-wrap{height:100%}.top-bar-08 .top-bar-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.top-bar-08 .top-bar-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-bar-08 .top-bar-right>div{padding-left:30px}.top-bar-08 .top-bar-right .top-bar-social-network{margin:0 -13px}.top-bar-08 .top-bar-social-network .social-link{padding:2px 13px;float:left;text-align:center;font-size:16px}.top-bar-08 .top-bar-button .tm-button{height:45px;line-height:41px}@media (max-width:991px){.top-bar-08{display:none}}.top-bar-09 .top-bar-text a{display:inline-block}@media (max-width:767px){.top-bar-09 .top-bar-wrap.top-bar-right{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.top-bar-10 .top-bar-wrap{height:100%;display:none}@media (min-width:768px){.top-bar-10 .top-bar-wrap{display:block;padding:0 55px}}@media (min-width:1200px){.top-bar-10 .top-bar-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 85px}}.top-bar-10 .top-bar-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.top-bar-10 .top-bar-text{padding:13px 0}.top-bar-10 .top-bar-text span{margin-right:5px}.top-bar-10 .top-bar-info{text-align:right}.top-bar-10 .top-bar-info a{color:inherit}.top-bar-10 .top-bar-info .info-item{padding:15px 0;margin-left:20px;padding-left:20px;border-left:1px solid hsla(0,0%,93%,.1)}.top-bar-10 .top-bar-info .info-item:first-child{margin-left:0;padding-left:0;border-left:0}@media (max-width:1199px){.top-bar-10 .top-bar-wrap{display:block}.top-bar-10 .top-bar-info{text-align:left}}@media (max-width:991px){.top-bar-10{display:none}}.top-bar-12 .top-bar-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:768px){.top-bar-12 .top-bar-wrap{padding:0 55px}}@media (min-width:1200px){.top-bar-12 .top-bar-wrap{padding:0 85px}}.top-bar-12 .top-bar-right{text-align:right}@media (max-width:991px){.top-bar-12{display:none}}@-webkit-keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}.page-header{position:relative;z-index:4}.page-header-inner{border-bottom:1px solid transparent}.page-header-inner h1,.page-header-inner h2,.page-header-inner h3,.page-header-inner h4,.page-header-inner h5,.page-header-inner h6{margin-bottom:0}.header-layout-fixed .page-header-inner{position:absolute;top:0;left:0;z-index:9999;width:100%}.headroom--not-top .header-on-top-button,.tm-button.header-sticky-button{display:none}.headroom--not-top .header-sticky-button{display:block}.headroom--not-top .page-header-inner{border:0}.header-sticky-both .headroom.headroom--not-top{position:relative;z-index:9999}.header-sticky-both .headroom.headroom--not-top .page-header-inner{position:fixed;top:0;left:0;z-index:9999;width:100%;box-shadow:0 8px 20px 0 rgba(0,0,0,.1);-webkit-animation:headerSlideDown .95s ease forwards;animation:headerSlideDown .95s ease forwards}.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,.header-sticky-both .headroom.headroom--not-top .page-header-inner .container-fluid,.header-sticky-both .headroom.headroom--not-top .page-header-inner .row{height:100%}.header-sticky-both .headroom.headroom--not-top .page-header-inner .row>div{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.header-sticky-up .headroom.headroom--not-top.headroom--pinned{position:relative;z-index:9999}.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner{position:fixed;left:0;z-index:9999;width:100%;box-shadow:0 8px 20px 0 rgba(0,0,0,.1);-webkit-animation:headerSlideDown .95s ease forwards;animation:headerSlideDown .95s ease forwards}.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container-fluid,.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row{height:100%}.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row>div{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.header-sticky-down .headroom.headroom--not-top.headroom--unpinned{position:relative;z-index:9999}.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner{position:fixed;left:0;z-index:9999;width:100%;box-shadow:0 8px 20px 0 rgba(0,0,0,.1);-webkit-animation:headerSlideDown .95s ease forwards;animation:headerSlideDown .95s ease forwards}.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container-fluid,.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row{height:100%}.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row>div{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.branding{line-height:0}.branding__logo a{display:inline-block;float:left}.dark-logo,.light-logo{display:none}.dark-logo-version .dark-logo,.light-logo-version .light-logo{display:block}.header-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -12px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-right>div{padding:0 12px}.popup-search-wrap{text-align:center}.header-search-form-wrap .search-form{position:relative}.header-search-form-wrap .search-field{padding-right:50px;border-color:#fff;background-color:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.11)}.header-search-form-wrap .search-submit{position:absolute;top:0;right:0;font-size:18px;background:none;width:48px;height:48px;padding:0;border:0;color:#7a8a9e}.header-search-form-wrap .search-btn-text{display:none}.btn-open-popup-search{display:block;line-height:0;font-size:16px}.header-social-networks .inner{margin-left:-5px;margin-right:-5px}.header-social-networks a{padding:0 5px;font-size:18px}.header-social-networks .circle-style{width:50px;height:50px;border-radius:50%;line-height:50px;text-align:center;background-color:#eee;margin:0 3px}.header-link-list{margin:0;padding:0}.header-link-list .link-item{display:inline-block;line-height:1;margin-right:15px}.header-link-list .link-item:last-child{margin-right:0}.header-link-list .link-item a{line-height:1}.header-link-list .info-icon{font-size:18px;margin-right:6px;vertical-align:middle}.header-link-list .info-text{vertical-align:middle}.page-open-main-menu{display:none;height:30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.desktop-menu .page-open-main-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-open-main-menu:hover i:after,.page-open-main-menu:hover i:before{width:70%}.page-open-main-menu div{position:relative;width:24px;height:18px;cursor:pointer}.page-open-main-menu i{position:absolute;top:50%;left:0;margin-top:-1px;width:100%;height:2px;background:currentColor}.page-open-main-menu i:after,.page-open-main-menu i:before{position:absolute;left:50%;width:100%;height:100%;background:inherit;content:"";-webkit-transition:width .3s cubic-bezier(.645,.045,.355,1);transition:width .3s cubic-bezier(.645,.045,.355,1);-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.page-open-main-menu i:before{top:-8px}.page-open-main-menu i:after{top:8px}.page-open-main-menu-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.3px}.page-open-canvas-sidebar{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:21px}.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:nth-child(2){left:200%;opacity:0}.page-off-canvas-sidebar-opened .page-open-canvas-sidebar .icon-inner span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:21px}.page-open-canvas-sidebar .icon-inner-wrap{width:50px;height:50px;line-height:56px;background-color:#fff;text-align:center;border-radius:50%;box-shadow:0 10px 20px 0 rgba(0,0,0,.05);cursor:pointer}.page-open-canvas-sidebar .icon-inner{display:inline-block;position:relative;width:20px;height:16px}.page-open-canvas-sidebar .icon-inner span{position:absolute;top:0;left:0;width:100%;height:2px;background:currentColor}.page-open-canvas-sidebar .icon-inner span:first-child{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.page-open-canvas-sidebar .icon-inner span:nth-child(2){top:50%;margin-top:-1px}.page-open-canvas-sidebar .icon-inner span:nth-child(3){top:auto;bottom:0;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}.switcher-language-wrapper,.switcher-language-wrapper .wpml-ls-legacy-dropdown-click,.switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul,.switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul>li{height:100%}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul>li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click{width:auto}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click:hover .wpml-ls-sub-menu{visibility:visible!important;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{background:none!important;border:0;font-size:13px;font-weight:700;line-height:1;letter-spacing:.5px;padding-left:0;padding-right:20px}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f078";font-size:8px;border:0;height:9px}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle-flag{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;max-width:24px}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-native{vertical-align:middle;font-size:14px;font-weight:600;margin-left:5px}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left:10px}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{min-width:200px;border:0;opacity:0;visibility:hidden;position:absolute;top:100%;right:0;left:0;padding:0;margin:0;list-style-type:none;z-index:102;box-shadow:0 0 37px rgba(0,0,0,.07);-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.hover-back{right:0;left:auto}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li{list-style-type:none;padding:0;margin:0}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{display:block;text-decoration:none;padding:10px;border:0;background:#fff;color:#222;line-height:1}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover{background:#eee;color:#222}.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img{width:18px}.header-button{line-height:0}@media (max-width:767px){.header-button{display:none}}.header-text-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-text-info h1,.header-text-info h2,.header-text-info h3,.header-text-info h4,.header-text-info h5,.header-text-info h6{margin-bottom:0}.header-text-info .info-icon{font-size:37px;color:#ababab;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:13px}.header-text-info .info-text{font-size:14px;margin-bottom:5px}.header-text-info .info-sub-text{font-size:22px;font-weight:600}.header-01 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:26px 0}.header-01 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-01 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-01 .branding__logo{display:inline-block}.header-01 .header-right{justify-self:flex-end}.header-01 .header-below{position:absolute;top:100%;left:15px;right:15px;padding:0 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.desktop-menu .header-01 .menu--primary{position:static;text-align:left}.header-01 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-01 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-01 .header-below-right>div{padding:0 10px}.mobile-menu .header-01 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-01 .header-wrap{padding:10px 0}.mobile-menu .header-01 .header-below{display:none}.header-01 .header-info{width:900px}.header-01 .header-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:19px}.header-01 .header-info .info-icon{width:50px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:38px;line-height:1}.header-01 .header-info .info-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-01 .header-info .info-title{display:block;font-size:16px;font-weight:600;line-height:1.18;margin-bottom:6px}.header-01 .header-info .info-sub-title{display:block;font-size:14px}.header-01 .header-info .swiper-slide-active~.swiper-slide .info-item{border-left:1px solid #ededed}@media (max-width:1199px){.header-01 .header-info{width:560px}}@media (max-width:991px){.header-01 .header-info{width:280px}}@media (max-width:767px){.header-01 .header-info{display:none}}.header-02 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:19px 0 54px}.header-02 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-02 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-02 .branding__logo{display:inline-block}.header-02 .header-below{position:absolute;top:100%;left:15px;right:15px;padding:0 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;border-radius:5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.desktop-menu .header-02 .menu--primary{position:static;text-align:left}.header-02 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-02 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-02 .header-below-right>div{padding:0 10px}.mobile-menu .header-02 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-02 .header-wrap{padding:16px 0}.mobile-menu .header-02 .header-below{display:none}.header-02 .header-info{width:900px}.header-02 .header-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-02 .header-info .info-icon{position:relative;width:50px;height:50px;border:1px solid #eee;border-radius:50%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:20px;margin-right:15px}.header-02 .header-info .info-icon span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header-02 .header-info .info-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-02 .header-info .info-title{display:block;font-size:16px;font-weight:600;line-height:1.18;margin-bottom:6px}.header-02 .header-info .info-sub-title{display:block;font-size:14px}@media (max-width:1199px){.header-02 .header-info{width:560px}}@media (max-width:991px){.header-02 .header-info{width:280px}}@media (max-width:767px){.header-02 .header-info{display:none}}.header-03 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.header-03 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-03 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-03 .header-wrap{padding:0 85px}}.header-03 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-03 .branding__logo{display:inline-block}.header-03 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-03 .page-navigation .menu__container{text-align:center}.desktop-menu .header-03 .menu--primary{position:static;text-align:center}.desktop-menu .header-03 .menu__container>li>a{position:relative}.desktop-menu .header-03 .menu__container>li>a:after{-webkit-transition:width .5s;transition:width .5s;content:"";position:absolute;right:0;bottom:0;width:0;height:3px;border-radius:5px;background:currentColor}.desktop-menu .header-03 .menu__container>li:hover>a:after{right:auto;left:0;width:100%}.mobile-menu .header-03 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-03 .header-social-networks .inner{margin-left:-8px;margin-right:-8px}.header-03 .header-social-networks a{padding:0 8px;font-size:18px}@media (max-width:543px){.header-03 .header-social-networks,.header-03 .switcher-language-wrapper{display:none}}.header-04 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 85px}.header-04 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-04 .header-right{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-04 .header-right,.header-04 .header-right-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-04 .header-right-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -15px}.header-04 .header-right-wrap>div{padding:0 15px}.header-04 .header-search-form-wrap .search-btn-icon{font-size:16px}.header-04 .header-search-form-wrap .search-field{height:50px;border:0;width:300px;max-width:300px}.desktop-menu .header-04 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding-left:20px;padding-right:20px;position:relative}.desktop-menu .header-04 .menu--primary{position:static;text-align:left}.desktop-menu .header-04 .menu__container>li>a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:3px}.desktop-menu .header-04 .menu__container>li:hover>a:after{width:100%;left:0;right:auto}@media (min-width:1820px){.header-04 .header-search-form-wrap .search-field{width:350px;max-width:350px}}@media (max-width:1720px){.header-04 .header-search-form-wrap,.header-04 .header-social-networks{display:none}.desktop-menu .header-04 .menu--primary{text-align:right}}@media (max-width:1199px){.header-04 .header-wrap{padding:0 55px}.header-04 .header-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width:991px){.header-04 .header-wrap{padding:0 15px}}@media (max-width:767px){.header-04 .header-wrap{padding:0}}.header-05 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 85px}.header-05 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-05 .header-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-05 .header-right,.header-05 .header-right-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-05 .header-right-wrap{margin:0 -15px}.header-05 .header-right-wrap>div{padding:0 15px}.header-05 .header-search-form-wrap .search-btn-icon{font-size:20px}.header-05 .header-search-form-wrap .search-field{height:50px;border:0;width:300px;max-width:300px}.desktop-menu .header-05 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.desktop-menu .header-05 .menu--primary{position:static;text-align:center}@media (max-width:1199px){.header-05 .header-wrap{padding:0 55px}.header-05 .page-open-canvas-sidebar{display:none}.header-05 .header-right{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}@media (max-width:767px){.header-05 .header-wrap{padding:0}}.header-06 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:33px 0}.header-06 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-06 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-06 .branding__logo{display:inline-block}.header-06 .header-below-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.desktop-menu .header-06 .menu--primary{position:static;text-align:left}.desktop-menu .header-06 .menu__container>.level-1>a>.menu-item-wrap{position:relative}.desktop-menu .header-06 .menu__container>.level-1>a>.menu-item-wrap:before{-webkit-transition:width .3s;transition:width .3s;content:"";position:absolute;bottom:-9px;width:0;height:2px;border-radius:5px;background:currentColor}.desktop-menu .header-06 .menu__container>.level-1:hover>a>.menu-item-wrap:before{width:100%}.header-06 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-06 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -10px}.header-06 .header-below-right>div{padding:0 10px}.mobile-menu .header-06 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-06 .header-below{display:none}.header-06 .header-info{width:560px}.header-06 .header-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-06 .header-info .info-icon{position:relative;width:50px;height:50px;border:1px solid #eee;border-radius:50%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:20px;margin-right:15px}.header-06 .header-info .info-icon span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header-06 .header-info .info-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-06 .header-info .info-title{display:block;font-size:16px;font-weight:600;line-height:1.18;margin-bottom:6px}.header-06 .header-info .info-sub-title{display:block;font-size:14px}.header-06 .header-social-networks a{font-size:16px}@media (max-width:1199px){.header-06 .header-info{width:560px}}@media (max-width:991px){.header-06 .header-info{width:280px}}@media (max-width:767px){.header-06 .header-info{display:none}}.header-07 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-07 .branding,.header-07 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-07 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-07 .branding__logo{display:inline-block}.header-07 .header-right{justify-self:flex-end}.desktop-menu .header-07 .menu--primary{position:static;text-align:center}.header-07 .header-below-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-07 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-07 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-07 .header-below-right>div{padding:0 10px}.header-07 .header-info{width:930px}.header-07 .header-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:29px 20px 29px 40px;width:100%}.header-07 .header-info .info-icon{width:50px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:40px;line-height:1}.header-07 .header-info .info-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-07 .header-info .info-title{display:block;font-size:15px;font-weight:600;line-height:1.18;margin-bottom:3px}.header-07 .header-info .info-sub-title{display:block;font-size:14px}.header-07 .header-info .swiper-slide .info-item{border-left:1px solid #ededed}.header-07 .header-info .swiper-slide-next+.swiper-slide .info-item{border-right:1px solid #ededed}.mobile-menu .header-07 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-07 .page-header-inner{padding:12px 0}.mobile-menu .header-07 .header-below{display:none}@media (max-width:1199px){.header-07 .header-info{width:560px}}@media (max-width:991px){.header-07 .header-info{width:280px}}@media (max-width:767px){.header-07 .header-info{display:none}}.header-08 .header-above-inner{position:relative;padding:25px 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-08 .header-above-inner,.header-08 .header-above-inner>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-08 .branding{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header-08 .header-above-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin:0 -10px}.header-08 .header-above-right>div{padding:10px}.header-08 .header-search-form-wrap .search-field{border-radius:0;background:transparent;padding:0 20px;height:50px;line-height:50px;width:300px}.header-08 .header-search-form-wrap .search-field::-webkit-input-placeholder{font-style:italic;font-size:14px;color:#999}.header-08 .header-search-form-wrap .search-field::-moz-placeholder{font-style:italic;font-size:14px;color:#999}.header-08 .header-search-form-wrap .search-field:-ms-input-placeholder{font-style:italic;font-size:14px;color:#999}.header-08 .header-search-form-wrap .search-field:-moz-placeholder{font-style:italic;font-size:14px;color:#999}.header-08 .header-search-form-wrap .search-submit{color:inherit;font-size:16px;height:50px;width:50px}.header-08 .header-search-form-wrap .search-btn-icon{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-08 .header-below-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.desktop-menu .header-08 .menu--primary{position:static;text-align:left}.header-08 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-08 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mobile-menu .header-08 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-08 .header-wrap{padding:10px 0}.mobile-menu .header-08 .header-below{display:none}.desktop-menu .header-08 .menu__container{border-left:1px solid #fff}.desktop-menu .header-08 .menu__container>li{border-right:1px solid #fff}.desktop-menu .header-08 .menu__container>li>a:after{content:"";position:absolute;right:0;top:0;width:0;height:3px}.desktop-menu .header-08 .menu__container>li:hover>a:after{width:100%;left:0;right:auto}@media (max-width:991px){.header-08 .header-button{display:none}.header-08 .header-search-form-wrap .search-field{width:200px}}@media (max-width:767px){.header-08 .header-search-form-wrap{display:none}.header-08 .branding{position:static;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.header-08 .header-above-inner{padding:10px 0}}.header-09 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.header-09 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-09 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-09 .header-wrap{padding:0 85px}}.header-09 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-09 .branding__logo{display:inline-block}.header-09 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-09 .page-navigation .menu__container{text-align:center}.desktop-menu .header-09 .menu--primary{position:static;text-align:center}.desktop-menu .header-09 .menu__container>li>a{position:relative}.desktop-menu .header-09 .menu__container>li>a:after{-webkit-transition:width .5s;transition:width .5s;content:"";position:absolute;right:0;bottom:0;width:0;height:3px;border-radius:5px}.desktop-menu .header-09 .menu__container>li:hover>a:after{right:auto;left:0;width:100%}.mobile-menu .header-09 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-09 .header-social-networks .inner{margin-left:-8px;margin-right:-8px}.header-09 .header-social-networks a{padding:0 8px;font-size:18px}@media (max-width:543px){.header-09 .header-social-networks,.header-09 .switcher-language-wrapper{display:none}}.header-10 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 85px}@media (max-width:1199px){.header-10 .header-wrap{padding:0 55px}}@media (max-width:767px){.header-10 .header-wrap{padding:0}}.header-10 .wpml-ls-item-toggle{padding:18px 0}.desktop-menu .header-10 .menu--primary{position:static;text-align:center}.desktop-menu .header-10 .page-navigation,.mobile-menu .header-10 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-10 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1200px){.desktop-menu .header-10 .branding{left:35px}.desktop-menu .header-10 .header-right{right:35px}.desktop-menu .header-10 .header-on-top-button{min-width:160px}}@media (min-width:1420px){.desktop-menu .header-10 .branding{left:85px}.desktop-menu .header-10 .header-right{right:85px}}.header-11 .header-above{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px}.header-11 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-11 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:35px}.header-11 .header-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-11 .header-link-list{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-11 .header-below,.header-11 .header-link-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-11 .header-below{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #eee}.header-11 .header-right-below{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-11 .header-right-below,.header-11 .header-right-below>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-11 .header-right-below>div{border-left:1px solid #eee;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-11 .header-link-list{padding:10px 40px}.header-11 .header-link-list .link-item{margin-right:30px}.header-11 .header-text-wrap{padding:0 25px;font-size:15px;font-weight:500}.header-11 .header-text-wrap a{text-decoration:underline}.header-11 .header-button{position:relative}.header-11 .header-button:after{position:absolute;top:100%;left:12px;content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:13px 15px 0 0;border-color:transparent;border-top-color:#000;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.desktop-menu .header-11 .menu--primary{position:static;text-align:left}.desktop-menu .header-11 .menu__container>li>a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:3px}.desktop-menu .header-11 .menu__container>li:hover>a:after{width:100%;left:0;right:auto}.header-11 .header-search-form-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-left:1px solid #eee}.header-11 .header-search-form-wrap .search-field{border:0;border-radius:0;background:transparent;width:390px;padding:0 20px;color:#222;box-shadow:none}.header-11 .header-search-form-wrap .search-field::-webkit-input-placeholder{font-style:italic;font-size:14px;color:#999}.header-11 .header-search-form-wrap .search-field::-moz-placeholder{font-style:italic;font-size:14px;color:#999}.header-11 .header-search-form-wrap .search-field:-ms-input-placeholder{font-style:italic;font-size:14px;color:#999}.header-11 .header-search-form-wrap .search-field:-moz-placeholder{font-style:italic;font-size:14px;color:#999}.header-11 .header-search-form-wrap .search-submit{font-size:16px;height:40px;width:40px;line-height:40px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-11.headroom--not-top .header-below{display:none}.header-11.headroom--not-top .tm-button.style-flat.tm-button-sm{height:40px;line-height:36px;font-size:12px}@media (max-width:1520px){.header-11 .header-button{display:none!important}}@media (max-width:1330px){.header-11 .header-social-networks{display:none!important}}@media (max-width:1199px){.header-11 .header-text-wrap{display:none!important}.header-11 .header-search-form-wrap .search-field{width:300px}}@media (max-width:991px){.header-11 .header-above{padding:0 15px}.header-11 .branding{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.header-11 .header-right-below{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-11 .header-right-below .header-search-form-wrap{border-right:1px solid #eee;border-left:0}.header-11 .header-below{display:none!important}.header-11 .header-social-networks{display:none}.header-11 .header-search-form-wrap .search-field{width:250px}}.header-12 .page-header-inner{border:0}.desktop-menu.admin-bar .header-12{top:32px}.desktop-menu .header-12{position:fixed;top:0;left:0;z-index:99999;width:300px;height:100%}.desktop-menu .header-12 .branding{margin-bottom:115px}.desktop-menu .header-12 .page-header-inner{height:100%;border:0;border-right:1px solid transparent}.desktop-menu .header-12 .header-wrap{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:43px 44px 70px}.desktop-menu .header-12 .navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.desktop-menu .header-12 .branding,.desktop-menu .header-12 .header-bottom{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.desktop-menu .header-12 .toggle-sub-menu{position:static}.desktop-menu .header-12 .menu--primary .sm-simple{display:block}.desktop-menu .header-12 .menu--primary .sm-simple>li>a .menu-item-title{padding-bottom:0}.desktop-menu .header-12 .menu--primary .sm-simple>li>a .menu-item-title:after{left:-30px;margin-left:0;top:50%;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.desktop-menu .header-12 .menu--primary .sm-simple>li.current-menu-item .menu-item-title:after,.desktop-menu .header-12 .menu--primary .sm-simple>li.current-menu-parent .menu-item-title:after,.desktop-menu .header-12 .menu--primary .sm-simple>li:hover .menu-item-title:after{left:-18px}.desktop-menu .header-12 .menu__container{width:100%}.desktop-menu .header-12 .menu__container>li>a .toggle-sub-menu:before{right:10px;font-size:12px}.desktop-menu .header-12 .menu--primary{display:block}.desktop-menu .header-12 .menu--primary li{display:block!important;width:100%}.desktop-menu .header-12 .menu--primary li.wpml-ls-menu-item{display:inline-block!important;width:auto;margin-right:15px!important}.desktop-menu .header-12 .menu--primary a{width:100%}.desktop-menu .header-12 .sub-menu.mega-menu li>a{white-space:normal}.desktop-menu .header-12 .header-bottom{font-size:14px;line-height:1.7}.desktop-menu .header-12 .header-social-networks a{font-size:18px}.desktop-menu .header-12 .header-text{margin-top:25px}.mobile-menu.admin-bar .header-12{top:32px}.mobile-menu .header-12{position:absolute;top:0;left:0;right:0}.mobile-menu .header-12 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 15px;height:100%}.mobile-menu .header-12 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-12 .header-bottom{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:-10px;margin-right:-10px}.mobile-menu .header-12 .header-bottom>div{padding:0 10px}.header-12 .popup-search-wrap,.mobile-menu .header-12 .header-text{display:none}@media (max-width:1199px){.header-12 .popup-search-wrap{display:inline-block;margin-right:20px}}.header-12 .header-search-form-wrap{margin-bottom:50px}@media (max-width:1199px){.header-12 .header-search-form-wrap{display:none}}.header-12 .header-search-form-wrap .search-field{box-shadow:none;border:none;border-bottom:1px solid #eee;padding:0}.header-12 .header-search-form-wrap .search-submit{text-align:right;font-size:14px}.header-12 .switcher-language-wrapper,.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click,.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul,.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click>ul>li{height:auto}.header-12 .switcher-language-wrapper{margin-bottom:20px}.header-12 .mini-cart .widget_shopping_cart_content{top:calc(10% + 20px);right:auto;left:100%}.header-12 .mini-cart{margin-bottom:20px}.header-12 .mini-cart.open .widget_shopping_cart_content{top:10%}.page-mobile-main-menu li.wpml-ls-menu-item{display:inline-block;margin-right:15px}.page-mobile-main-menu li.wpml-ls-menu-item a{border:none!important}@media screen and (max-width:782px){.mobile-menu.admin-bar .header-12{top:46px}}@media (max-width:1199px){.header-12 .switcher-language-wrapper{margin-bottom:0;margin-right:30px}.header-12 .switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{right:0;left:auto}.header-12 .mini-cart{margin-bottom:0;margin-right:15px}.header-12 .mini-cart .widget_shopping_cart_content{top:calc(100% + 20px);right:0;left:auto}.header-12 .mini-cart.open .widget_shopping_cart_content{top:100%}.page-top-bar{display:none}}@media (max-width:543px){.header-12 .header-social-networks{display:none}}.header-13 .container-fluid{padding:0}.header-13 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.header-13 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0 35px;background-color:#fff}.header-13 .branding img{padding:20px 0}.header-13 .header-right{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 60px 0 45px;margin:0}.header-13 .header-right>div{padding:0}.header-13 .header-right-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-10px}.header-13 .header-right-inner>div{padding:0 10px}.header-13 .header-below-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.desktop-menu .header-13 .menu--primary{position:static;text-align:left}@media (max-width:1199px){.header-13 .header-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 15px}.header-13 .branding{padding:0 15px}}@media (max-width:767px){.header-13 .header-text-info{display:none}}.header-14 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:26px 0}.header-14 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-14 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-14 .branding__logo{display:inline-block}.header-14 .header-right{justify-self:flex-end}.header-14 .header-below-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.desktop-menu .header-14 .menu--primary{position:static;text-align:left}.header-14 .header-below-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-14 .header-below-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-14 .header-below-right>div{padding:0 10px}.mobile-menu .header-14 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-14 .header-wrap{padding:10px 0}.mobile-menu .header-14 .header-below{display:none}.header-14 .header-info{width:800px}@media (min-width:1200px){.header-14 .header-info .swiper-slide{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.header-14 .header-info .tm-swiper{margin:-30px}.header-14 .header-info .swiper-container{padding:30px}.header-14 .header-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px 0}.header-14 .header-info .info-item:hover .info-icon{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:tada;animation-name:tada;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.header-14 .header-info .info-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:38px;padding-right:15px;line-height:1}.header-14 .header-info .info-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-14 .header-info .info-title{display:block;font-size:14px;font-weight:inherit;line-height:1.18;margin-bottom:6px}.header-14 .header-info .info-sub-title{display:block;font-size:18px;font-weight:600}.header-14.headroom--not-top .header-above{display:none}@media (max-width:1199px){.header-14 .header-info{width:560px}.header-14.headroom--not-top .header-above{display:block}}@media (max-width:991px){.header-14 .header-info{width:280px}.header-14 .header-above .container,.header-14 .header-below .container{padding-left:30px;padding-right:30px;max-width:100%}}@media (max-width:767px){.header-14 .header-info{display:none}}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.header-15 .header-wrap{position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-15 .header-right,.header-15 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-15 .header-right{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-15 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-15 .wpml-ls-item-toggle{padding:18px 0}.desktop-menu .header-15 .menu--primary{position:static;text-align:right}.desktop-menu .header-15 .menu--primary .menu__container>li>a .menu-item-wrap{position:relative}.desktop-menu .header-15 .menu--primary .menu__container>li>a .menu-item-wrap:after{content:"";position:absolute;right:0;bottom:-6px;width:0;height:2px}.desktop-menu .header-15 .menu--primary .menu__container>li:hover>a .menu-item-wrap:after{width:100%;left:0;right:auto}.mobile-menu .header-15 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.mobile-menu .header-15 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-15 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (min-width:768px){.header-15 .header-wrap{padding:0 30px}}@media (min-width:992px){.header-15 .header-wrap{padding:0 60px}}@media (min-width:1200px){.header-15 .header-wrap{padding:0 100px}}.header-16 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-16 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-16 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.desktop-menu .header-16 .header-wrap{padding:16px 0}.desktop-menu.headroom--not-top .header-16 .header-wrap{padding:0}.mobile-menu .header-16 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.desktop-menu .header-16.headroom--not-top .header-wrap{padding:0}@media (min-width:1200px){.header-16 .container-fluid>.row>.col-xs-12{padding-left:50px;padding-right:50px}}@media (min-width:1420px){.header-16 .container-fluid>.row>.col-xs-12{padding-left:100px;padding-right:100px}}.header-17 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media (min-width:768px){.header-17 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-17 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-17 .header-wrap{padding:0 85px}}.header-17 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-17 .branding,.header-17 .info-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-17 .info-icon{font-size:48px;color:#ff875f;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.header-17 .wpml-ls-item-toggle{padding:18px 0}.header-17 .info-text{font-size:14px;color:#7a8a9e;margin-bottom:5px}.header-17 .info-sub-text{font-size:22px;font-weight:600}.desktop-menu .header-17 .menu--primary{position:static;text-align:center}.desktop-menu .header-17 .container-fluid{padding:0}.desktop-menu .header-17 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mobile-menu .header-17 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.mobile-menu .header-17 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-17 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-left:15px}.header-17 .header-social-networks a{font-size:20px}@media (max-width:1500px){.header-17 .header-right-info{display:none}.desktop-menu .header-17 .menu--primary{text-align:right;width:100%}}@media (max-width:767px){.header-17 .branding{padding:0 15px}}@media (max-width:543px){.header-17 .header-social-networks,.header-17 .switcher-language-wrapper{display:none}}.header-18 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.header-18 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-18 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-18 .header-wrap{padding:0 85px}}.header-18 .wpml-ls-item-toggle{padding:18px 0}.desktop-menu .header-18 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.desktop-menu .header-18 .branding,.desktop-menu .header-18 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.desktop-menu .header-18 .menu--primary{position:static;text-align:right}.mobile-menu .header-18 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-18 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1200px){.desktop-menu .header-18 .header-on-top-button{min-width:160px}}.header-19 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.header-19 .branding{padding:0 30px;border-right:1px solid hsla(0,0%,85%,.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-19 .branding,.header-19 .page-navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-19 .header-right{margin:0;padding:10px 30px;border-left:1px solid hsla(0,0%,85%,.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-19 .header-right-wrap{padding:0}.header-19 .header-right-above,.header-19 .header-right-below{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-left:-12px;margin-right:-12px}.header-19 .header-right-above>div,.header-19 .header-right-below>div{padding:0 12px}.header-19 .header-right-above{margin-bottom:20px}.header-19 .header-search-form-wrap .search-field{border:0;border-bottom:1px solid #ddd;box-shadow:none;border-radius:0;background:transparent;padding:0;height:38px;width:180px}.header-19 .header-search-form-wrap .search-submit{color:inherit;font-size:16px;font-weight:700;height:38px;width:38px}.header-19 .header-search-form-wrap .search-btn-icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-19 .header-left-info{display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 30px}.header-19.headroom--not-top .header-left-info{padding:0 30px}.header-19 .info-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-19 .info-icon{font-size:48px;line-height:1;color:#ff875f;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.header-19 .info-text{font-size:14px;line-height:1;margin-bottom:5px}.header-19 .info-sub-text{font-size:22px;font-weight:600}.desktop-menu .header-19 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding-left:20px;padding-right:20px;position:relative}.desktop-menu .header-19 .container-fluid{padding:0}.desktop-menu .header-19 .menu--primary{position:static;text-align:left}.desktop-menu .header-19 .menu__container>li>a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:3px}.desktop-menu .header-19 .menu__container>li:hover>a:after{width:100%;left:0;right:auto}.mobile-menu .header-19 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile-menu .header-19 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0}.mobile-menu .header-19 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border:0;padding:0}.mobile-menu .header-19 .header-right-above{display:none}.mobile-menu .header-19 .popup-search-wrap{display:block!important}.header-19.headroom--not-top .header-right-above,.header-19.headroom--top .popup-search-wrap{display:none}.header-19.headroom--not-top .header-right{padding:0 30px}@media (max-width:1199px){.header-19.headroom--not-top .header-right{padding:0}}@media (min-width:1720px){.header-19 .branding{padding:0 44px}.header-19 .header-right{padding:10px 60px}}@media (min-width:1830px){.header-19 .header-left-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:1400px){.header-19 .header-search-form-wrap .search-field{width:250px}}@media (max-width:1199px){.header-19 .container-fluid{padding-left:30px;padding-right:30px}.header-19 .branding{border-right:none}.header-19 .header-right{padding-left:0;padding-right:0}}@media (max-width:543px){.header-19 .header-social-networks,.header-19 .switcher-language-wrapper{display:none}}.header-20 .header-above-wrap>.container-fluid,.header-20 .header-below-wrap>.container-fluid{padding:0 15px}@media (min-width:768px){.header-20 .header-above-wrap>.container-fluid,.header-20 .header-below-wrap>.container-fluid{padding:0 30px}}@media (min-width:992px){.header-20 .header-above-wrap>.container-fluid,.header-20 .header-below-wrap>.container-fluid{padding:0 50px}}@media (min-width:1200px){.header-20 .header-above-wrap>.container-fluid,.header-20 .header-below-wrap>.container-fluid{padding:0 100px}}.header-20 .header-above{display:block}.header-20 .header-below{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-20 .header-above-wrap{border-bottom:1px solid #eee}.header-20 .header-link-list{margin:0 -10px}.header-20 .header-link-list .link-item{padding:12px 10px;font-size:14px}.header-20 .header-social-networks a{padding:10px;font-size:18px}.header-20 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-20.headroom--not-top .header-above-wrap{display:none}.desktop-menu .header-20 .menu--primary{position:static;text-align:center}@media (max-width:1199px){.header-20 .header-above-wrap{display:none}}@media (min-width:1200px){.header-20 .header-above{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-20 .header-link-list{margin:0 -20px}.header-20 .header-link-list .link-item{padding:0 20px}.header-20 .header-link-list .link-item+.link-item{border-left:1px solid #eee;height:50px;line-height:50px}.header-20 .header-social-networks{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header-20 .header-social-networks .inner{margin:0;border-left:1px solid #eee}.header-20 .header-social-networks a{padding:0;margin-right:-4px;border-right:1px solid #eee;width:50px;height:50px;line-height:50px;text-align:center}}.header-21 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.header-21 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-21 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-21 .header-wrap{padding:0 85px}}.header-21 .header-wrap-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-21 .header-wrap-above{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-21 .header-wrap-below{border-top:1px solid #eee}.header-21 .header-info{display:none}.header-21 .branding{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-21 .branding,.header-21 .info-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-21 .info-icon{font-size:32px;width:60px;height:60px;text-align:center;line-height:60px;border-radius:50%;background-color:#f7f7f7;color:#ff875f;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.header-21 .header-info-right .info-icon{margin-left:20px;margin-right:0}.header-21 .info-text{font-size:14px;color:#7a8a9e;margin-bottom:5px}.header-21 .info-sub-text{font-size:22px;font-weight:600;margin-bottom:0}.desktop-menu .header-21 .header-wrap-below{position:relative}.desktop-menu .header-21 .menu--primary{position:static;text-align:center}.desktop-menu .header-21 .container-fluid{padding:0}.desktop-menu .header-21 .header-wrap-below,.desktop-menu .header-21 .page-navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.desktop-menu .header-21 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.desktop-menu .header-21 .menu__container>li>a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:3px}.desktop-menu .header-21 .menu__container>li.current-menu-ancestor>a:after,.desktop-menu .header-21 .menu__container>li.current-menu-parent>a:after,.desktop-menu .header-21 .menu__container>li.current_page_item>a:after,.desktop-menu .header-21 .menu__container>li:hover>a:after{width:100%;left:0;right:auto}.desktop-menu .header-21.headroom--not-top .header-wrap-above{display:none}.mobile-menu .header-21 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.mobile-menu .header-21 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .header-21 .header-wrap-content{position:relative}.mobile-menu .header-21 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-left:15px;position:absolute;top:50%;left:-10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mobile-menu .header-21 .switcher-language-wrapper{display:none}.header-21 .header-social-networks a{font-size:20px}.header-21.headroom--not-top .header-wrap-below{border-top:0}@media (min-width:1200px){.header-21 .header-wrap-above .header-info{display:block}}@media (min-width:1920px){.header-21 .header-wrap-above .header-info{display:none}.header-21 .header-info{display:block}.header-21 .header-wrap-content{padding:0 80px}}.header-22 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -10px}@media (min-width:768px){.header-22 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-22 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-22 .header-wrap{padding:0 85px}}.header-22 .header-wrap>div{padding:0 10px}.header-22 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-22 .branding__logo{display:inline-block}.header-22 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-22 .page-navigation .menu__container{text-align:center}.header-22 .header-right{margin:0 -10px}.header-22 .header-right>div{padding:0 10px}.header-22 .info-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-22 .info-icon{font-size:40px;color:#ff875f;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.header-22 .info-text{font-size:12px;color:#7a8a9e;margin-bottom:5px}.header-22 .info-sub-text{font-size:18px;font-weight:600}.desktop-menu .header-22 .menu--primary{position:static;text-align:center}.desktop-menu .header-22 .menu__container>li>a .menu-item-title{position:relative}.desktop-menu .header-22 .menu__container>li>a .menu-item-title:after{-webkit-transition:width .5s;transition:width .5s;content:"";position:absolute;right:0;bottom:-2px;width:0;height:2px;border-radius:5px;background:currentColor}.desktop-menu .header-22 .menu__container>li:hover>a .menu-item-title:after{right:auto;left:0;width:100%}.mobile-menu .header-22 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-22 .header-social-networks .inner{margin-left:-8px;margin-right:-8px}.header-22 .header-social-networks a{padding:0 8px;font-size:18px}@media (max-width:1500px){.headroom--not-top .header-right-info{display:none}}@media (max-width:767px){.header-22 .header-right-info,.header-22 .switcher-language-wrapper{display:none}}.header-23 .header-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.header-23 .header-wrap{padding:0 15px}}@media (min-width:992px){.header-23 .header-wrap{padding:0 55px}}@media (min-width:1200px){.header-23 .header-wrap{padding:0 85px}}.header-23 .header-right{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:flex-end}.header-23 .branding__logo{display:inline-block}.header-23 .page-navigation{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-23 .page-navigation .menu__container{text-align:center}.header-23 .header-right{margin:0 -20px}.header-23 .header-right>div{padding:0 20px}.header-23 .header-right>div+div{position:relative}.header-23 .header-right>div+div:before{content:"";position:absolute;top:50%;left:0;width:1px;height:30px;background-color:#eee;margin-top:-15px}.header-23 .info-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-23 .info-icon{font-size:40px;color:#ff875f;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.header-23 .info-text{font-size:12px;color:#7a8a9e;margin-bottom:5px}.header-23 .info-sub-text{font-size:18px;font-weight:600}.desktop-menu .header-23 .menu--primary{position:static;text-align:center}.desktop-menu .header-23 .menu__container>li>a{position:relative}.desktop-menu .header-23 .menu__container>li>a:after{-webkit-transition:width .5s;transition:width .5s;content:"";position:absolute;right:0;bottom:0;width:0;height:3px;border-radius:5px;background:currentColor}.desktop-menu .header-23 .menu__container>li:hover>a:after{right:auto;left:0;width:100%}.mobile-menu .header-23 .branding{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.header-23 .header-social-networks .inner{margin-left:-8px;margin-right:-8px}.header-23 .header-social-networks a{padding:0 8px;font-size:18px}@media (max-width:1500px){.desktop-menu .header-23 .header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.desktop-menu .header-23 .page-open-mobile-menu{display:block!important}.desktop-menu .header-23 .page-navigation{display:none}.desktop-menu .header-23 .toggle-sub-menu:before{display:none!important}}@media (max-width:767px){.header-23 .header-right-info,.header-23 .switcher-language-wrapper{display:none}}.simple-footer{background:#222;color:hsla(0,0%,100%,.5);padding:20px 0}.simple-footer .social-networks{text-align:right;line-height:0}.simple-footer .social-networks .inner{display:inline-block;border:1px solid hsla(0,0%,59%,.11);border-radius:5px}.simple-footer .social-networks a{float:left;display:block;color:#d8d8d8;height:48px;width:51px;font-size:16px;position:relative;border-right:1px solid hsla(0,0%,59%,.11)}.simple-footer .social-networks a:last-child{border-right:0;width:50px}.simple-footer .social-networks .social-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.simple-footer .footer-text{text-align:center}.simple-footer .social-networks{margin-top:20px;text-align:center}}@-webkit-keyframes show-animation{0%{-webkit-transform:translateY(5px);opacity:0}to{-webkit-transform:translateY(0);opacity:1}}@keyframes show-animation{0%{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes hide-animation{0%{-webkit-transform:translateX(5px);opacity:1}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:0}}@keyframes hide-animation{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:0}}.desktop-menu .sm{position:relative;z-index:9999}.desktop-menu .sm,.desktop-menu .sm li,.desktop-menu .sm ul{display:block;margin:0;padding:0;list-style:none;text-align:left;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0)}.desktop-menu .sm-rtl,.desktop-menu .sm-rtl li,.desktop-menu .sm-rtl ul{text-align:right;direction:rtl}.desktop-menu .sm>li h1,.desktop-menu .sm>li h2,.desktop-menu .sm>li h3,.desktop-menu .sm>li h4,.desktop-menu .sm>li h5,.desktop-menu .sm>li h6{margin:0;padding:0}.desktop-menu .sm ul{display:none}.desktop-menu .sm a,.desktop-menu .sm li{position:relative}.desktop-menu .sm a{display:block}.desktop-menu .sm a.disabled{cursor:not-allowed}.desktop-menu .sm-simple li>a{padding:13px 20px;padding-right:58px}.desktop-menu .sm-simple a.current{background:#555;color:#fff}.desktop-menu .sm-simple a.disabled{color:#ccc}.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu{position:absolute;top:50%;right:0}.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu:before{right:30px}.desktop-menu .menu-item-wrap{position:relative}.desktop-menu .has-submenu .menu-item-title{margin-right:15px}.desktop-menu .toggle-sub-menu:before{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f078";font-size:8px;font-weight:500}.desktop-menu .page-mobile-main-menu .toggle-sub-menu:before,.desktop-menu .sub-arrow{display:none}.desktop-menu .sm-simple ul{position:absolute;width:12em}.desktop-menu .sm-simple.sm-rtl li{float:right}.desktop-menu .sm-simple.sm-rtl ul li,.desktop-menu .sm-simple.sm-vertical li,.desktop-menu .sm-simple ul li{float:none}.desktop-menu .sm-simple a{white-space:nowrap}.desktop-menu .sm-simple.sm-vertical a,.desktop-menu .sm-simple ul a{white-space:normal}.desktop-menu .sm-simple .sm-nowrap>li>:not(ul) a,.desktop-menu .sm-simple .sm-nowrap>li>a{white-space:nowrap}.desktop-menu .sm-simple .scroll-down,.desktop-menu .sm-simple .scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;height:20px;background:#fff}.desktop-menu .sm-simple .scroll-down-arrow,.desktop-menu .sm-simple .scroll-up-arrow{position:absolute;top:-2px;left:50%;overflow:hidden;margin-left:-8px;width:0;height:0;border-width:8px;border-style:dashed dashed solid;border-color:transparent transparent #555}.desktop-menu .sm-simple .scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#555 transparent transparent}.desktop-menu .sm-simple.sm-rtl .has-submenu{padding-right:20px;padding-left:32px}.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu,.desktop-menu .sm-simple.sm-rtl ul .has-submenu{padding:11px 20px}.desktop-menu .sm-simple.sm-rtl>li:first-child{border-left:1px solid #eee}.desktop-menu .sm-simple.sm-rtl>li:last-child{border-left:0}.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu{position:static!important}.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu{right:0!important;margin-left:0!important;max-width:none!important;width:auto!important}.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu{max-width:calc(100vw - 394px)!important;width:1170px!important}.desktop-menu .sm-simple.sm-vertical a .toggle-sub-menu:before{right:30px;font-size:12px;content:"\f054"}.desktop-menu .menu--primary{position:relative;text-align:center}.desktop-menu .menu--primary .sm-simple{position:static;display:inline-block}.desktop-menu .menu--primary .sm-simple>li{display:inline-block}.desktop-menu .menu--primary .widgettitle{display:block;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid #eee;letter-spacing:1px;text-transform:uppercase;font-weight:600;font-size:14px}.desktop-menu .menu--primary .children,.desktop-menu .menu--primary .sub-menu{padding:25px 0;min-width:270px!important;box-shadow:0 0 37px rgba(0,0,0,.07);border-bottom:3px solid transparent}.desktop-menu .menu--primary .children>.menu-item>a,.desktop-menu .menu--primary .sub-menu>.menu-item>a{padding:11px 30px}.desktop-menu .menu--primary .children .toggle-sub-menu:before,.desktop-menu .menu--primary .sub-menu .toggle-sub-menu:before{content:"\f054"}.desktop-menu .menu--primary .children.mega-menu,.desktop-menu .menu--primary .sub-menu.mega-menu{box-shadow:0 10px 37px rgba(0,0,0,.07)}.desktop-menu .menu--primary .has-mega-menu .mega-menu{padding:34px 23px}.desktop-menu .menu--primary .has-mega-menu .mega-menu ul{position:static;display:block;width:auto;border:0;background:transparent;box-shadow:none}.desktop-menu .menu--primary .has-mega-menu .mega-menu-content>.vc_row{margin-left:0!important;margin-right:0!important}.desktop-menu .menu--primary .has-mega-menu .mega-menu-content .menu>.menu-item>a{padding:11px 0}.desktop-menu .menu--primary .has-mega-menu .scroll-down,.desktop-menu .menu--primary .has-mega-menu .scroll-up{margin-left:0!important}.desktop-menu .menu--primary .has-mega-menu .wpb_button,.desktop-menu .menu--primary .has-mega-menu .wpb_content_element,.desktop-menu .menu--primary .has-mega-menu ul.wpb_thumbnails-fluid>li{margin-bottom:0}.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw ul,.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu ul{margin:0;padding:0}.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw li,.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu li{margin-bottom:0;padding:0;border:0}.desktop-menu .menu--primary .has-mega-menu .tm-list{padding-right:0;padding-left:0}.desktop-menu .menu--primary .has-mega-menu .tm-list .item-wrapper{display:block;padding-top:11px;padding-bottom:11px;line-height:20px}.desktop-menu .menu--primary .menu-item-feature{position:relative;margin-left:10px}.desktop-menu .menu--primary .menu-item-feature:before{position:absolute;top:50%;left:0;content:"\f2fc";font-size:14px;font-family:Ionicons;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.desktop-menu .menu--primary .sub-menu.show-animation{-webkit-animation:show-animation .3s;animation:show-animation .3s}.desktop-menu .menu--primary .sub-menu.hide-animation{-webkit-animation:hide-animation .3s;animation:hide-animation .3s}.menu-item-image_hover{display:none;width:0;visibility:hidden;opacity:0}.sm-simple .menu-item-image_hover{position:absolute;top:-10px;right:-100px;z-index:1;display:block;visibility:hidden;max-width:100%;width:150px;height:auto;border-radius:5px;box-shadow:0 10px 25px rgba(0,0,0,.2);opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.sm-simple .menu-item-image_hover img{border-radius:5px}.sm-simple .has-image-hover:hover>a>.menu-item-image_hover{visibility:visible;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile-menu .page-navigation,.mobile-menu .page-navigation-wrap{display:none}.page-mobile-main-menu .tm-list.style-circle-05 .title a{padding:0}.page-mobile-main-menu .vc_tta-panel-title{background-color:#333}.page-close-main-menu{position:fixed;top:60px;right:60px;z-index:100000;visibility:hidden;font-size:100px;line-height:0;opacity:0;cursor:pointer}.page-off-canvas-main-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;visibility:hidden;overflow:hidden;overflow-y:auto;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.page-off-canvas-main-menu .menu--primary .sm-simple li{display:block}.page-off-canvas-main-menu .toggle-sub-menu{margin-left:20px}.page-off-canvas-main-menu .toggle-sub-menu:before{font-size:18px}.page-off-canvas-main-menu .navigation{display:table;padding:30px 0;width:100%;max-width:350px;height:100%;text-align:center;margin:0 auto}.page-off-canvas-main-menu .navigation .menu__container{display:table-cell;vertical-align:middle}.page-off-canvas-main-menu ul{margin:0;padding:0}.page-off-canvas-main-menu a{display:block}.page-off-canvas-main-menu .menu__container>li{opacity:0;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-animation-timing-function:cubic-bezier(.45,.005,0,1);animation-timing-function:cubic-bezier(.45,.005,0,1)}.page-off-canvas-main-menu li{list-style-type:none}.page-off-canvas-main-menu .sub-menu{display:none}.page-off-canvas-main-menu .widgettitle{margin:20px 0 10px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:3px}.page-off-canvas-main-menu .vc_column_container{display:block!important;float:none;width:100%!important}.admin-bar .page-off-canvas-main-menu{top:32px}.page-off-canvas-main-menu .insight-core-bmw li{margin-bottom:0;padding:0;border:0}.page-off-canvas-main-menu .insight-core-bmw li a,.page-off-canvas-main-menu .menu__container .sub-menu>li>a{padding:4px 0}.page-off-canvas-menu-opened{overflow:hidden}.page-off-canvas-menu-opened .page-header{z-index:99999}.page-off-canvas-menu-opened .page-off-canvas-main-menu{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.page-off-canvas-menu-opened .page-off-canvas-main-menu .menu__container>li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.page-off-canvas-menu-opened .page-close-main-menu{visibility:visible;opacity:1}.page-off-canvas-sidebar{position:fixed;top:0;right:-380px;bottom:0;width:380px;z-index:99999;visibility:hidden;overflow-y:auto;opacity:0;background-color:#fff;padding:50px 30px;box-shadow:-10px 0 50px 2px rgba(0,0,0,.3)}.page-close-canvas-sidebar{margin-bottom:30px}.page-close-canvas-sidebar span{cursor:pointer;font-size:50px;display:inline-block}.page-off-canvas-sidebar-opened .page-off-canvas-sidebar{visibility:visible;opacity:1;right:0}.page-open-mobile-menu{cursor:pointer}.page-open-mobile-menu .inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:30px}.page-open-mobile-menu .icon{position:relative;width:24px;height:18px}.page-open-mobile-menu:hover i:before{width:80%}.page-open-mobile-menu:hover i:after{width:65%}.page-open-mobile-menu i{position:absolute;top:50%;left:0;margin-top:-1px;width:100%;height:2px;background:currentColor}.page-open-mobile-menu i:after,.page-open-mobile-menu i:before{position:absolute;left:0;width:100%;height:100%;background:inherit;content:"";-webkit-transition:width .3s cubic-bezier(.645,.045,.355,1);transition:width .3s cubic-bezier(.645,.045,.355,1)}.page-open-mobile-menu i:before{top:-8px}.page-open-mobile-menu i:after{top:8px}.page-close-mobile-menu{font-size:36px;cursor:pointer}.page-mobile-menu-header{position:absolute;top:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 30px;height:80px;background:#fff;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-mobile-menu-logo{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.page-mobile-menu-opened{overflow:hidden}.page-mobile-main-menu{position:fixed;top:0;right:100%;z-index:9999999;width:100%;height:100%;background:#fff;text-align:left;-webkit-transition:all .3s;transition:all .3s;overflow-y:auto;padding-top:80px}.admin-bar .page-mobile-main-menu{top:32px;height:calc(100% - 32px)}.page-mobile-menu-opened .page-mobile-main-menu{right:0}.page-mobile-main-menu .widgettitle{margin:0 0 10px}.page-mobile-main-menu .wpb_column+.wpb_column{margin-top:35px}.page-mobile-main-menu ul{margin:0;padding:0}.page-mobile-main-menu li{display:block;list-style-type:none}.page-mobile-main-menu li.opened>a .toggle-sub-menu:after{content:"\f078"}.page-mobile-main-menu .sub-menu{display:none;margin:12px 0 14px 10px}.page-mobile-main-menu .sub-menu a{padding:8px 0}.page-mobile-main-menu .page-mobile-menu-content>ul>li.page_item_has_children{padding-bottom:18px}.page-mobile-main-menu .children{margin-left:20px}.page-mobile-main-menu .children a{padding:8px 0}.page-mobile-main-menu .wpb_column.vc_column_container{width:100%!important}.page-mobile-main-menu .menu__container{padding:0;margin:14px 30px 30px}.page-mobile-main-menu .menu__container>li>a{padding:10px 0;border:0;border-color:transparent}.page-mobile-main-menu .menu__container>li+li>a{border-top:1px solid transparent}.page-mobile-main-menu .menu__container>li.opened>a{border-bottom:1px solid transparent}.page-mobile-main-menu .menu__container a{position:relative;display:block}.page-mobile-main-menu .tm-list{margin-bottom:16px}.page-mobile-main-menu .mega-menu{margin-top:20px}.page-mobile-main-menu .wpb_button,.page-mobile-main-menu .wpb_content_element,.page-mobile-main-menu ul.wpb_thumbnails-fluid>li{margin-bottom:30px}.page-mobile-main-menu .insight-core-bmw li,.page-mobile-main-menu .widget_nav_menu li{margin:0;padding:0;border:0}.page-mobile-main-menu .toggle-sub-menu{position:absolute;top:50%;right:0;width:40px;height:40px;background:hsla(0,0%,100%,.1);color:#fff;text-align:center;line-height:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.page-mobile-main-menu .toggle-sub-menu:after{display:block;content:"\f054";font-size:16px}.page-mobile-main-menu .toggle-sub-menu:hover{background:hsla(0,0%,100%,.2)}@media screen and (max-width:782px){.admin-bar .page-mobile-main-menu{top:46px;height:calc(100% - 46px)}}@media screen and (max-width:600px){.admin-bar .page-mobile-main-menu{top:0;height:100%}}.desktop-menu .page-open-mobile-menu{display:none!important}.page-title-bar{position:relative}.page-title-bar h1,.page-title-bar h2,.page-title-bar h3,.page-title-bar h4,.page-title-bar h5,.page-title-bar h6{margin-bottom:0}.page-title-bar-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.page-title-bar-inner{border-bottom-style:solid}.insight_core_breadcrumb{margin:0 -15px;padding:0}.insight_core_breadcrumb li{position:relative;display:inline-block;padding:0 15px}.insight_core_breadcrumb li+li:after{position:absolute;top:50%;left:-5px;content:"\f054";font-size:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.insight_core_breadcrumb a{position:relative;padding:2px 0;overflow:hidden;z-index:1}.insight_core_breadcrumb a:before{content:"";width:0;height:2px;bottom:0;position:absolute;left:auto;right:0;z-index:-1;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;background:currentColor}.insight_core_breadcrumb a:hover:before{width:100%;left:0;right:auto}.page-title-bar-01 .heading{text-align:center}.page-title-bar-01 .insight_core_breadcrumb{margin-top:18px;text-align:center}.page-title-bar-02 .insight_core_breadcrumb{margin-top:10px}@media (min-width:768px){.page-title-bar-02 .insight_core_breadcrumb{text-align:right;margin-top:0}}.page-title-bar-03 .heading{text-align:center}.page-title-bar-03 .page-breadcrumb{position:absolute;bottom:41px;left:0;width:100%}.page-title-bar-03 .insight_core_breadcrumb{text-align:center}@media (max-width:767px){.page-title-bar-03 .page-breadcrumb{bottom:25px}}.page-title-bar-04 .title-box{padding:40px 50px 60px;border-bottom:5px solid #ff875f}.page-title-bar-04 .page-breadcrumb{margin-bottom:30px}.page-title-bar-04 .title-bar-text,.page-title-bar-05 .title-bar-text{margin-top:20px}.page-title-bar-05 .breadcrumb-wrap{position:absolute;bottom:41px;left:0;width:100%}.page-title-bar-06 .title-box,.page-title-bar-07 .title-box{padding:40px 50px 60px;border-bottom:5px solid #ff875f;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);position:relative;z-index:2;box-shadow:0 20px 20px 0 rgba(0,0,0,.06)}.page-title-bar-06 .page-breadcrumb,.page-title-bar-07 .page-breadcrumb{margin-bottom:15px}.page-title-bar-06 .title-bar-text,.page-title-bar-07 .title-bar-text{margin-top:20px}@media (max-width:543px){.page-title-bar-06 .title-box,.page-title-bar-07 .title-box{padding:40px 30px 45px}}.page-scroll-up{position:fixed;right:30px;bottom:-60px;z-index:999;box-shadow:0 30px 50px rgba(0,0,0,.03);display:block;padding:0;width:60px;height:60px;border-radius:50%;text-align:center;font-size:25px;line-height:60px;cursor:pointer;opacity:0;visibility:hidden}.page-scroll-up:before{position:absolute;top:50%;left:50%;z-index:-1;display:block;content:"";width:0;height:0;background:#ff875f;border-radius:100%;-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page-scroll-up i{color:#fff}.page-scroll-up.show{bottom:30px;opacity:1;visibility:visible}.page-scroll-up:hover{opacity:.8}.page-scroll-up:hover:before{-webkit-animation:circle 1.05s infinite;animation:circle 1.05s infinite}@-webkit-keyframes circle{0%{opacity:.2}40%{opacity:.2}to{width:200%;height:200%;opacity:0}}@keyframes circle{0%{opacity:.2}40%{opacity:.2}to{width:200%;height:200%;opacity:0}}.popup-search-opened .page-popup-search{visibility:visible;opacity:1}.popup-search-opened .page-popup-search .page-popup-search-inner{visibility:visible;opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.popup-search-opened .page-popup-search .search-field{-webkit-transition:.3s ease-out,-webkit-transform .5s;transition:.3s ease-out,-webkit-transform .5s;transition:transform .5s,.3s ease-out;transition:transform .5s,.3s ease-out,-webkit-transform .5s;-webkit-transform:scaleX(1);transform:scaleX(1)}.popup-search-opened .page-popup-search .form-description{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.page-popup-search{position:fixed;top:0;left:0;z-index:9999999;width:100%;height:100%;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.page-popup-search,.page-popup-search-inner{visibility:hidden;text-align:center;opacity:0}.page-popup-search-inner{position:absolute;top:50%;left:50%;display:inline-block;padding:0 50px;width:75%;font-size:18px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(-50%,-50%) scale(.8);-ms-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}.page-popup-search .popup-search-close{position:absolute;top:60px;right:60px;font-size:60px;cursor:pointer;display:inline-block;width:60px;height:60px;line-height:60px}.page-popup-search .form-description{display:block;padding:.85em 0;text-align:right;font-weight:500;font-size:90%;opacity:0;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,transform .4s;transition:opacity .4s,transform .4s,-webkit-transform .4s;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}.page-popup-search .search-form{position:relative}.page-popup-search .search-field{padding:.05em 0;height:auto;border:0;border-bottom:5px solid transparent;border-radius:0;background:none!important;font-size:10vw;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-appearance:none}.page-popup-search .search-field:-webkit-autofill,.page-popup-search .search-field:-webkit-autofill:active,.page-popup-search .search-field:-webkit-autofill:focus,.page-popup-search .search-field:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.page-popup-search .search-field::-webkit-input-placeholder{color:transparent;font-size:10vw}.page-popup-search .search-field:-moz-placeholder,.page-popup-search .search-field::-moz-placeholder{color:transparent;font-size:10vw}.page-popup-search .search-field:-ms-input-placeholder{color:transparent;font-size:10vw}.page-popup-search .search-submit{display:none}@media (max-width:767px){.page-popup-search-inner{padding:0 15px}.page-popup-search .popup-search-close{top:20px;right:20px}.page-popup-search-inner{width:90%}}.desktop-menu .header-04 .menu__container>li>a:after,.desktop-menu .header-08 .menu__container>li>a:after,.desktop-menu .header-11 .menu__container>li>a:after,.desktop-menu .header-15 .menu--primary .menu__container>li>a .menu-item-wrap:after,.desktop-menu .header-19 .menu__container>li>a:after,.desktop-menu .header-21 .menu__container>li>a:after,.desktop-menu .menu--primary .menu-item,.insight-core-bmw li,.mini-cart .widget_shopping_cart_content,.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap,.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:before,.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap img,.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap,.related-posts .post-item-wrapper,.related-posts .related-post-feature-wrap,.tm-accordion.style-1 .accordion-title:before,.tm-accordion.style-3 .title-prefix,.tm-blog.style-01 .post-feature-wrap,.tm-blog.style-02 .post-item-wrap,.tm-blog.style-03 .post-item-wrap,.tm-blog.style-03 .post-thumbnail img,.tm-blog.style-list_simple .post-thumbnail a:after,.tm-blog.style-list_simple .post-thumbnail a:before,.tm-box-icon.style-1 .icon:before,.tm-box-icon.style-1 .icon img,.tm-box-icon.style-1 .image,.tm-box-icon.style-1 .image:before,.tm-box-icon.style-1 .image img,.tm-box-icon.style-2 .content-wrap,.tm-box-icon.style-2 .content-wrap:after,.tm-box-icon.style-3 .image,.tm-box-icon.style-4 .content-wrap,.tm-box-icon.style-4 .image,.tm-box-icon.style-5 .image,.tm-box-icon.style-5 .image img,.tm-box-icon.style-6 .content-wrap,.tm-box-icon.style-6 .content-wrap:before,.tm-box-icon.style-6 .image,.tm-box-icon.style-7 .content-wrap,.tm-box-icon.style-7 .icon span,.tm-box-icon.style-7 .image,.tm-box-icon.style-7 .tm-box-icon__btn .button-icon,.tm-box-icon.style-8 .icon img,.tm-box-icon.style-8 .image,.tm-box-icon.style-8 .image img,.tm-box-icon.style-10 .content-wrap,.tm-button,.tm-caregiver.style-01 .post-item-wrap,.tm-caregiver.style-01 .post-item-wrap:before,.tm-caregiver.style-02 .post-thumbnail-wrap img,.tm-caregiver.style-04 .post-item-wrap,.tm-caregiver.style-04.style-carousel-04 .post-item-wrap,.tm-case-study.style-grid-caption-3 .post-thumbnail,.tm-case-study.style-grid .post-read-more,.tm-category-feature.style-01 .cat-item-wrap,.tm-category-feature.style-01 .icon span,.tm-client.hover-main-move-up .image,.tm-client.style-grid .grid-inner,.tm-counter .counter-image:before,.tm-counter .counter-image img,.tm-counter .icon:before,.tm-counter .icon i,.tm-gallery img,.tm-gradation--with_image .count,.tm-gradation--with_image .image-wrap,.tm-heading.with-separator-1 .heading:after,.tm-heading.with-separator-1 .heading:before,.tm-list .marker,.tm-office-info .image,.tm-posts-widget .post-widget-overlay,.tm-pricing.style-1 .inner,.tm-pricing.style-3 .inner,.tm-service-list .icon,.tm-service-list .service-list-item,.tm-service-list .service-list-item:after,.tm-service.style-02 .post-item-wrap,.tm-service.style-03 .post-thumbnail-wrap,.tm-service.style-05 .post-item-wrap,.tm-service.style-06 .post-icon i,.tm-service.style-06 .post-item-wrap,.tm-service.style-07 .post-icon i,.tm-service.style-07 .post-item-wrap,.tm-social-networks.style-rounded-icon-title .item .link-icon,.tm-swiper.pagination-style-7 .swiper-pagination-bullet:after,.tm-swiper.pagination-style-9 .swiper-pagination-bullet:after,.tm-swiper:hover .swiper-nav-button,.tm-team-member.style-1 .photo img,.tm-team-member.style-2 .inner,.tm-team-member.style-2 .inner:before,.tm-testimonial-list .testimonial-item,.tm-testimonial.style-3 .testimonial-item,.tm-testimonial.style-6 .testimonial-item,.tm-testimonial.style-7 .testimonial-item,.tm-view-demo.style-01 .item-wrap,.tm-view-demo.style-01 .thumbnail,.tm-view-demo.style-02 .item-wrap,.tm-view-demo.style-02 .overlay,.widget_archive li,.widget_categories li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_product_categories li,.widget_recent_comments li,.widget_recent_entries li,.widget_rss li,.woocommerce .cats .cat-count,.woocommerce .cats .cat-text,.woocommerce .cats .cat-title,.woocommerce .products .product .hover-image,.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,.woocommerce .tm-products .product .hover-image,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:after,a,button,input[type=button],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.fall-down-effect:before,.mini-cart .mini-cart-icon:before,.nav-links a div,.page-close-main-menu,.page-mobile-main-menu .toggle-sub-menu,.page-off-canvas-main-menu,.page-off-canvas-sidebar,.page-open-canvas-sidebar .icon-inner span,.page-open-main-menu i,.page-open-mobile-menu i,.page-scroll-up,.popup-search-wrap i,.post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks a,.sm-simple .menu-item-image_hover,.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,.tm-accordion .accordion-title,.tm-button.style-border-text:after,.tm-button.style-border-text:before,.tm-button.tm-button-icon-move .button-icon,.tm-caregiver .social-networks a,.tm-case-study .post-thumbnail img,.tm-case-study.style-grid-caption-2 .post-item-wrap,.tm-case-study.style-grid-caption .post-item-wrap,.tm-case-study.style-grid .post-item-wrap,.tm-case-study.style-grid .post-overlay,.tm-gallery.hover-overlay .overlay,.tm-pricing.style-2 .inner,.tm-service.style-01 .post-info,.tm-service.style-01 .post-info:after,.tm-slider-button .slider-btn,.tm-team-member.effect-grayscale .photo img,.tm-team-member .social-networks a,.tm-testimonial.style-2 .testimonial-item,.tm-view-demo.style-02 .thumbnail,.tm-view-demo.style-02 .thumbnail:before,.top-bar-office-wrapper .office-list,.woocommerce-error .button:after,.woocommerce-info .button:after,.woocommerce-message .button:after,.woocommerce .products .product .product-wrapper,.woocommerce .tm-products .product .product-wrapper,.woosw-area .woosw-continue{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.tm-box-icon.style-7 .icon-overlay,.tm-service.style-06 .post-icon-overlay,.tm-service.style-07 .post-icon-overlay{-webkit-transition:all .7s ease;transition:all .7s ease}.desktop-menu .toggle-sub-menu:before,.insight_core_breadcrumb li+li:after,.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after,.tm-blog.style-list_simple .post-thumbnail a:after,.tm-gallery-slider .lSAction .nav-button-icon:before,.tm-list.style-check-02 .marker:before,.tm-list.style-check .marker:before,.tm-list.style-circle-02 .marker:before,.tm-list.style-circle .marker:before,.tm-popup-video.style-button-06 a .video-text:after,blockquote:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome\ 5 Pro;font-weight:900}.tm-accordion.style-1 .accordion-icon:before,.tm-accordion.style-3 .accordion-icon:before,.tm-office-info .info>div:before,.tm-swiper .swiper-nav-button i,.tm-view-demo.style-02 .thumbnail:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome\ 5 Pro;font-weight:300}.page-mobile-main-menu .toggle-sub-menu:after,.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before,.woocommerce .products .product .woosc-btn:before,.woocommerce .products .product .woosq-btn:before,.woocommerce .products .product .woosw-btn:before,.woocommerce.single-product div.product .single_add_to_cart_button:before,.woocommerce.single-product div.product .summary .compare-btn a:before,.woocommerce.single-product div.product .summary .wishlist-btn a:before,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before,.woocommerce .tm-products .product .woosc-btn:before,.woocommerce .tm-products .product .woosq-btn:before,.woocommerce .tm-products .product .woosw-btn:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome\ 5 Pro;font-weight:400}.tm-twitter.style-list .tweet:before,.tm-twitter.style-slider-quote .tweet-info:before,.tm-twitter.style-slider .tweet:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome\ 5 Brands;font-weight:400}@-webkit-keyframes tm-animation-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes tm-animation-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}to{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@-webkit-keyframes bounce{50%{-webkit-transform:translateY(-10px)}0%,to{-webkit-transform:translateY(0)}}@keyframes bounce{50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}0%,to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes zoom-bounce{50%{-webkit-transform:scale(.75);transform:scale(.75)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoom-bounce{50%{-webkit-transform:scale(.75)}0%,to{-webkit-transform:scale(1)}}@-webkit-keyframes separator-bounce{0%,80%,to{-webkit-transform:scale(.5);transform:scale(.5);opacity:.3}40%{-webkit-transform:scale(1);transform:scale(1);opacity:.6}}@keyframes separator-bounce{0%,80%,to{-webkit-transform:scale(.5);transform:scale(.5);opacity:.3}40%{-webkit-transform:scale(1);transform:scale(1);opacity:.6}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes zoomBig{0%{-webkit-transform:translate(-50%,-50%) scale(0);opacity:1}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0}}@keyframes zoomBig{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:1}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0}}@-webkit-keyframes lineUp{0%{-webki-transform:translateY(100%);bottom:0}to{bottom:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes lineUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);bottom:0}to{bottom:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes lineDown{0%{-webkit-transform:translateY(-100%);top:0}to{top:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes lineDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);top:0}to{top:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes circle-2{to{width:200%;height:200%;opacity:0}}@keyframes circle-2{to{width:200%;height:200%;opacity:0}}@-webkit-keyframes circle-3{to{-webkit-transform:translate(-50%,-50%) scale(1.2);opacity:0}}@keyframes circle-3{to{-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2);opacity:0}}@-webkit-keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5}to{-webkit-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes box-image-pop{50%{-webkit-transform:scale(1.1)}}@keyframes box-image-pop{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes fadeIn{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}@-webkit-keyframes moveVertical{to{-webkit-transform:translateY(0);opacity:1}}@keyframes moveVertical{to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes moveHorizontal{to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes moveHorizontal{to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes scaleUp{to{-webkit-transform:scale(1);opacity:1}}@keyframes scaleUp{to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes fallPerspective{to{-webkit-transform:translateZ(0) translateY(0) rotateX(0deg);opacity:1}}@keyframes fallPerspective{to{-webkit-transform:translateZ(0) translateY(0) rotateX(0deg);transform:translateZ(0) translateY(0) rotateX(0deg);opacity:1}}@-webkit-keyframes fly{to{-webkit-transform:rotateX(0deg);opacity:1}}@keyframes fly{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes flip{to{-webkit-transform:rotateX(0deg);opacity:1}}@keyframes flip{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes helix{to{-webkit-transform:rotateY(0deg);opacity:1}}@keyframes helix{to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}}@-webkit-keyframes popUp{70%{-webkit-transform:scale(1.1);opacity:.8;-webkit-animation-timing-function:ease-out}to{-webkit-transform:scale(1);opacity:1}}@keyframes popUp{70%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.8;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.page-has-animation .page-content .tm-animation{opacity:0}.page-has-animation .page-content .tm-animation.fade-in.animate{-webkit-animation:fadeIn .95s ease forwards;animation:fadeIn .95s ease forwards}.page-has-animation .page-content .tm-animation.move-up.animate{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-animation:moveVertical 1s ease forwards;animation:moveVertical 1s ease forwards}.page-has-animation .page-content .tm-animation.move-down.animate{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-animation:moveVertical 1s ease forwards;animation:moveVertical 1s ease forwards}.page-has-animation .page-content .tm-animation.move-left.animate{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);-webkit-animation:moveHorizontal 1s ease forwards;animation:moveHorizontal 1s ease forwards}.page-has-animation .page-content .tm-animation.move-right.animate{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-animation:moveHorizontal 1s ease forwards;animation:moveHorizontal 1s ease forwards}.page-has-animation .page-content .tm-animation.scale-up.animate{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-animation:scaleUp 1s ease-in-out forwards;animation:scaleUp 1s ease-in-out forwards}.page-has-animation .page-content .tm-animation.fall-perspective{-webkit-perspective:1300px;perspective:1300px}.page-has-animation .page-content .tm-animation.fall-perspective.animate{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(400px) translateY(300px) rotateX(-90deg);transform:translateZ(400px) translateY(300px) rotateX(-90deg);-webkit-animation:fallPerspective 1s ease-in-out forwards;animation:fallPerspective 1s ease-in-out forwards}.page-has-animation .page-content .tm-animation.fly{-webkit-perspective:1300px;perspective:1300px}.page-has-animation .page-content .tm-animation.fly.animate{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50% -300px;-ms-transform-origin:50% 50% -300px;transform-origin:50% 50% -300px;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-animation:fly 1s ease-in-out forwards;animation:fly 1s ease-in-out forwards}.page-has-animation .page-content .tm-animation.flip.animate{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotateX(-80deg);transform:rotateX(-80deg);-webkit-animation:flip 1s ease-in-out forwards;animation:flip 1s ease-in-out forwards}.page-has-animation .page-content .tm-animation.helix{-webkit-perspective:1300px;perspective:1300px}.page-has-animation .page-content .tm-animation.helix.animate{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-animation:helix 1s ease-in-out forwards;animation:helix 1s ease-in-out forwards}.page-has-animation .page-content .tm-animation.pop-up{-webkit-perspective:1300px;perspective:1300px}.page-has-animation .page-content .tm-animation.pop-up.animate{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-animation:popUp 1s ease-in forwards;animation:popUp 1s ease-in forwards}.page-has-animation .page-content .tm-swiper .tm-animation{opacity:1!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-perspective:none!important;perspective:none!important}.fall-down-effect:hover:before{-webkit-transform:scale(1) translateX(0) translateY(0) rotate(0deg);-ms-transform:scale(1) translateX(0) translateY(0) rotate(0deg);transform:scale(1) translateX(0) translateY(0) rotate(0deg);opacity:1}.fall-down-effect:before{content:attr(data-hover);position:absolute;opacity:0;-webkit-transform:scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);-ms-transform:scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);transform:scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);pointer-events:none}.embed-responsive,.video-player{position:relative;display:block;overflow:hidden;padding:0;height:0}.embed-responsive iframe,.video-player iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9,.video-player{padding-bottom:56.25%}.instagram-media{max-width:100%!important}.page-content{position:relative;z-index:1}@media only screen and (min-width:1024px){#footer-wrap{position:fixed;left:0;bottom:0}.page-footer-parallax:not(.page-template-one-page-scroll){height:100%}.page-footer-parallax:not(.page-template-one-page-scroll) .site{min-height:100%;position:static}.page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper{position:relative;z-index:3;background:inherit}.page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper{position:fixed;bottom:0;left:0;width:100%;z-index:1}.page-footer-parallax .site{background-color:#fff}}.boxed{margin:0 auto;max-width:1200px;box-shadow:0 0 30px rgba(0,0,0,.06)}.boxed .content,.site{overflow:hidden}body{-ms-word-wrap:break-word;word-wrap:break-word}.page-main-content,.page-sidebar{position:relative;min-height:1px;padding-left:15px;padding-right:15px;width:100%}.page-main-content .page-sidebar{padding-left:0;padding-right:0}body.page-has-sidebar .page-content{padding:0}body.page-has-sidebar .page-main-content{padding-top:110px;padding-bottom:110px}body.page-has-sidebar.has-title-bar-06 .page-main-content,body.page-has-sidebar.has-title-bar-07 .page-main-content{padding-top:150px;padding-bottom:110px}body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-left .page-sidebar-content,body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-right .page-sidebar-content,body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-left .page-sidebar-content,body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-right .page-sidebar-content{padding-top:150px}@media (max-width:991px){body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-left .page-sidebar-content,body.page-has-sidebar.has-title-bar-06 .page-sidebar.page-sidebar-right .page-sidebar-content,body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-left .page-sidebar-content,body.page-has-sidebar.has-title-bar-07 .page-sidebar.page-sidebar-right .page-sidebar-content{padding-top:110px}}.page-comment-form .comment-respond{margin-top:100px;padding:50px 35px;box-shadow:0 10px 30px 0 rgba(0,0,0,.09)}.page-comment-form>.container>.row>.col-md-12{padding:0}.comments-area{clear:both}.comment-respond{margin-top:100px;padding:50px 35px;box-shadow:0 10px 30px 0 rgba(0,0,0,.09)}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-reply-title,.comments-title{display:block;position:relative;padding-bottom:12px;margin-bottom:50px;font-size:26px;text-align:center}.comment-reply-title:before,.comments-title:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-40px;width:80px;height:2px;background-color:#ff875f}.comment-reply-title small a,.comments-title small a{color:#7a8a9e;font-weight:500;font-size:22px}.comment-reply-title small a:hover,.comments-title small a:hover{color:#ff875f}.comment-reply-title small a:before,.comments-title small a:before{content:" - "}.comment-notes{text-align:center;margin:0}.logged-in-as{margin-bottom:30px}.comments-wrap{padding-top:100px}.comments-title{margin-bottom:50px}.comment-list{margin:0;padding:0}.comment-list .comment{list-style-type:none}.comment-list .comment+.comment{margin-top:45px;border-top:1px solid #eee;padding-top:45px}.comment-list .pingback{margin-bottom:66px;list-style-type:none}.comment-list .pingback:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.comment-list .pingback .comment-content{margin-left:0}.comment-list .children{margin-top:45px;padding-top:45px;margin-left:50px;border-top:1px solid #eee}.comment-list .comment-header{margin-bottom:14px}.comment-list .comment-author{float:left}.comment-list .comment-author img{border-radius:50%}.comment-list .comment-content{position:relative;overflow:hidden;margin-left:100px}.comment-list .fn{font-size:16px;display:inline-block;margin-right:12px;margin-bottom:0}.comment-list .fn a{font-style:inherit;font-size:inherit}.comment-list .comment-datetime{display:inline-block;position:relative;font-size:14px;line-height:1.23;color:#7a8a9e;padding-left:15px}.comment-list .comment-datetime:before{position:absolute;top:50%;left:0;margin-top:-10px;content:"";display:inline-block;width:1px;height:20px;background-color:#ddd}.comment-list .comment-actions{margin-top:18px}.comment-list .comment-actions a{margin-right:30px;font-weight:600}.comment-list .comment-actions a:before{font-family:Ionicons;margin-right:10px}.comment-list .comment-actions a:last-child{margin-right:0}.comment-list .comment-reply-link:before{font-size:16px;content:"\f21e"}.comment-list .comment-edit-link:before{content:"\f2bf";font-size:12px}.comment-list .comment-text p:last-child{margin-bottom:0}.comment-list .comment-awaiting-messages{display:block}.comment-list .comment-respond{margin-top:30px}.comment-form label{display:block;font-weight:600;margin-bottom:13px}.comment-form textarea{height:136px}.comment-form input[type=email],.comment-form input[type=submit],.comment-form input[type=text]{width:100%}.comment-form .comment-form-author,.comment-form .comment-form-comment,.comment-form .comment-form-email,.comment-form .comment-form-url{margin:0 0 30px}.comment-navigation{margin-top:40px}@media (max-width:1199px){.comment-list .vcard img{width:50px}.comment-list .children,.comment-list .children .children{padding-left:20px}.comment-list .comment-content{margin-left:80px}}@media (max-width:767px){.comment-notes,.logged-in-as{margin-bottom:40px}.comment-form textarea{height:120px}.comment-list .comment-author{float:none;margin-bottom:20px}.comment-list .comment{margin-bottom:50px}.comment-list .comment:last-child{margin-bottom:0}.comment-list .comment-header{margin-bottom:25px}.comment-list .comment-content{margin-left:0}.comment-list .children{margin-top:50px}.comment-list .children,.comment-list .children .children{padding-left:0;margin-left:20px}}.form-subscribe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -10px}.form-subscribe .form-item-wrap{padding:0 10px}.form-subscribe .form-input{width:50%}@media (max-width:767px){.form-subscribe{display:block;margin:0 -10px}.form-subscribe .form-item-wrap{padding:0 10px}.form-subscribe .form-input{width:100%;margin-bottom:20px}}.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line{border-top-color:#ddd}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_section.vc_section-has-fill,.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.vc_section.vc_section-has-fill+.vc_section{padding-top:0!important}.wpb-js-composer.wpb-js-composer .vc_tta-container,.wpb_wrapper .wpb_button,.wpb_wrapper .wpb_content_element,.wpb_wrapper ul.wpb_thumbnails-fluid>li{margin-bottom:0}body.vc_editor .grid-item,body.vc_editor .tm-animation,body.vc_editor .tm-animation .grid-item{opacity:1!important}.rev_slider iframe{border:0!important}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,.rs-module [class*=" fa-"]:before,.rs-module [class^=fa-]:before{font-family:Font Awesome\ 5 Pro;font-weight:900}html .row:after,html .row:before{display:block}.page-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000}.page-load-inner{position:absolute;top:0;left:0;bottom:0;right:0}.preloader-wrap{display:table;width:100%;height:100%}.wrap-2{display:table-cell;vertical-align:middle}body.loaded .page-loading{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.page-loading{-webkit-transition:all 1s;transition:all 1s}.page-loading .sk-wrap{width:60px;height:60px;margin:0 auto;font-size:0}.page-loading .sk-wrap .sk-circle{margin:0 auto}.page-loading .sk-wandering-cubes .sk-cube{width:16px;height:16px}.page-loading .sk-three-bounce{width:80px;height:20px}.page-loading .sk-three-bounce .sk-child{display:block;float:left}.page-loading .sk-three-bounce .sk-bounce2{margin:0 10px}.page-loading .sk-wave>div{width:7px;margin:0 2px}.page-loading .sk-image{margin:0 auto;display:block;text-align:center}.page-loading .sk-image img{max-width:200px;height:auto}.admin-bar .headroom.headroom--not-top .page-header-inner{top:32px}@media screen and (max-width:782px){.admin-bar.header-sticky .content-wrapper{margin-top:46px}.admin-bar .headroom.headroom--not-top .page-header-inner{top:46px}}@media screen and (max-width:600px){.admin-bar .headroom.headroom--not-top .page-header-inner,.admin-bar .page-header{top:0}}.lg-backdrop{z-index:999998!important}.lg-outer{z-index:999999!important}.lg-sub-html *{color:inherit}.lg-actions .lg-next,.lg-actions .lg-prev{border:0}.tm-swiper{position:relative;z-index:1}.tm-swiper:hover .swiper-nav-button{opacity:1;visibility:visible}.tm-swiper .swiper-container{width:100%}.tm-swiper .swiper-slide{box-sizing:border-box}.tm-swiper.disable-pagination.has-pagination{margin-bottom:0}.tm-swiper.disable-pagination .swiper-pagination{display:none}.tm-swiper.auto-slide-wide .swiper-slide,.tm-swiper.auto-slide-wide .swiper-slide img{width:auto}.tm-swiper.has-pagination{margin-bottom:60px}.tm-swiper.auto-height>.swiper-container>.swiper-wrapper{height:auto!important}.tm-swiper.equal-height>.swiper-container>.swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.tm-swiper.equal-height>.swiper-container>.swiper-wrapper>.swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto}.tm-swiper.v-center>.swiper-container>.swiper-wrapper>.swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.tm-swiper.h-center>.swiper-container>.swiper-wrapper>.swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tm-swiper.c-bottom>.swiper-container>.swiper-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.tm-swiper.equal-height.v-center>.swiper-container>.swiper-wrapper>.swiper-slide{-webkit-align-self:auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}.tm-swiper.equal-height.v-center>.swiper-container>.swiper-wrapper>.swiper-slide>div{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.tm-swiper .swiper-container-fade .swiper-slide{opacity:0!important}.tm-swiper .swiper-container-fade .swiper-slide.swiper-slide-active{opacity:1!important}.tm-swiper .swiper-pagination{position:absolute;bottom:-60px;left:0;width:100%;text-align:center;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tm-swiper .swiper-pagination-fraction{font-size:15px;font-weight:500;letter-spacing:.4em}.tm-swiper .swiper-pagination-bullet{box-sizing:border-box;margin:0 3px;width:16px;height:16px;border:0;background:transparent;vertical-align:middle;opacity:1;position:relative;outline:none}.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.tm-swiper .swiper-pagination-bullet:hover:before{background:#222}.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{cursor:default}.tm-swiper .swiper-pagination-bullet:before{-webkit-transition:all .7s;transition:all .7s;content:"";position:absolute;top:50%;left:50%;border-radius:100%;width:12px;height:12px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#d8d8d8;z-index:1}.tm-swiper .swiper-nav-button{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1),visibility .3s linear 2s,opacity .3s linear 2s;transition:all .3s cubic-bezier(.645,.045,.355,1),visibility .3s linear 2s,opacity .3s linear 2s;background-image:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none!important;width:50px;height:50px;font-size:24px;font-weight:500;color:#222;border:2px solid rgba(34,34,34,.16);border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.01);opacity:0}.tm-swiper .swiper-nav-button.swiper-button-disabled{display:none}.tm-swiper .swiper-nav-button:hover{color:#fff}.tm-swiper .swiper-nav-button i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:1;display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tm-swiper .swiper-button-prev{left:50px}.tm-swiper .swiper-button-prev i:before{content:"\f104"}.tm-swiper .swiper-button-next{right:50px}.tm-swiper .swiper-button-next i:before{content:"\f105"}.tm-swiper.nav-style-6 .swiper-nav-button{color:#fff;border-color:hsla(0,0%,100%,.08)}.tm-swiper.nav-style-6 .swiper-nav-button:hover{background:#fff;border-color:#fff}.tm-swiper.nav-style-8 .swiper-nav-button{color:#333;background:#fff;border-color:#fff}.tm-swiper.nav-style-8 .swiper-nav-button:hover{color:#fff;background:#333;border-color:#333}.tm-swiper.nav-style-3 .swiper-nav-button,.tm-swiper.nav-style-7 .swiper-nav-button{color:#222;border:0;font-size:30px;font-weight:500}.tm-swiper.nav-style-3 .swiper-nav-button:hover,.tm-swiper.nav-style-7 .swiper-nav-button:hover{background:none}.tm-swiper.nav-style-3 .swiper-button-prev,.tm-swiper.nav-style-7 .swiper-button-prev{left:-70px}.tm-swiper.nav-style-3 .swiper-button-prev i:before,.tm-swiper.nav-style-7 .swiper-button-prev i:before{content:"\f053"}.tm-swiper.nav-style-3 .swiper-button-next,.tm-swiper.nav-style-7 .swiper-button-next{right:-70px}.tm-swiper.nav-style-3 .swiper-button-next i:before,.tm-swiper.nav-style-7 .swiper-button-next i:before{content:"\f054"}.tm-swiper.nav-style-7 .swiper-nav-button{color:#fff}.tm-swiper.pagination-style-2{margin-bottom:0!important}.tm-swiper.pagination-style-2 .swiper-pagination{width:auto;top:50%;right:50px;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-swiper.pagination-style-2 .swiper-pagination-bullet{display:block;margin:0}.tm-swiper.pagination-style-2 .swiper-pagination-bullet+.swiper-pagination-bullet{margin-top:15px}.tm-swiper.pagination-style-3{margin-bottom:0!important}.tm-swiper.pagination-style-3 .swiper-pagination{width:auto;top:50%;right:50px;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-swiper.pagination-style-3 .swiper-pagination-bullet{display:block;margin:0}.tm-swiper.pagination-style-3 .swiper-pagination-bullet+.swiper-pagination-bullet{margin-top:6px}.tm-swiper.pagination-style-4{margin-bottom:0!important}.tm-swiper.pagination-style-4 .swiper-pagination{width:auto;top:50%;right:-60px;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-swiper.pagination-style-4 .swiper-pagination-bullet{display:block;margin:0}.tm-swiper.pagination-style-4 .swiper-pagination-bullet+.swiper-pagination-bullet{margin-top:6px}.tm-swiper.pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.tm-swiper.pagination-style-4 .swiper-pagination-bullet:hover:before{background-color:#222}.tm-swiper.pagination-style-5 .swiper-pagination-bullet:before{background:#d8d8d8;border-color:transparent}.tm-swiper.pagination-style-5 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.tm-swiper.pagination-style-5 .swiper-pagination-bullet:hover:before{background:#999;border-color:transparent}.tm-swiper.pagination-style-6 .swiper-pagination-bullet:before{background:#ddd;border-color:transparent}.tm-swiper.pagination-style-6 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.tm-swiper.pagination-style-6 .swiper-pagination-bullet:hover:before{background:#14163e;border-color:transparent}.tm-swiper.pagination-style-7,.tm-swiper.pagination-style-9{margin-bottom:79px}.tm-swiper.pagination-style-7 .swiper-pagination,.tm-swiper.pagination-style-9 .swiper-pagination{bottom:-79px}.tm-swiper.pagination-style-7 .swiper-pagination-bullet,.tm-swiper.pagination-style-9 .swiper-pagination-bullet{-webkit-transition:all .3s ease,width 0s,border-color 0s;transition:all .3s ease,width 0s,border-color 0s;text-align:center;height:45px;line-height:41px;border:2px solid transparent;font-weight:500;font-size:15px;color:#acacac;padding:0 7px;width:auto}.tm-swiper.pagination-style-7 .swiper-pagination-bullet:hover,.tm-swiper.pagination-style-9 .swiper-pagination-bullet:hover{color:#222}.tm-swiper.pagination-style-7 .swiper-pagination-bullet:after,.tm-swiper.pagination-style-9 .swiper-pagination-bullet:after{position:absolute;top:50%;right:-54px;margin-top:-1px;content:"";width:0;height:2px;background:#ddd;opacity:0}.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active,.tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active{min-width:45px;position:relative;margin-right:57px;border-color:#ddd;color:#222}.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child,.tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child{margin-right:0}.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:after,.tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:after{left:-54px;right:auto}.tm-swiper.pagination-style-7 .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.tm-swiper.pagination-style-9 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1;width:40px}.tm-swiper.pagination-style-7 .swiper-pagination-bullet i,.tm-swiper.pagination-style-9 .swiper-pagination-bullet i{position:relative;z-index:1;font-style:normal}.tm-swiper.pagination-style-7 .swiper-pagination-bullet:before,.tm-swiper.pagination-style-9 .swiper-pagination-bullet:before{display:none}.tm-swiper.pagination-style-9{margin-bottom:0}.tm-swiper.pagination-style-9 .swiper-pagination{top:0;right:0;left:auto;bottom:auto;text-align:right}.tm-swiper.pagination-style-10.has-pagination{margin-bottom:62px}.tm-swiper.pagination-style-10 .swiper-pagination{bottom:-50px}.tm-swiper.pagination-style-10 .swiper-pagination-bullet:before{background:hsla(0,0%,85%,.32);border-color:transparent}.tm-swiper.pagination-style-10 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.tm-swiper.pagination-style-10 .swiper-pagination-bullet:hover:before{background:#fff;border-color:transparent}.tm-swiper.pagination-style-11.has-pagination{margin-bottom:62px}.tm-swiper.pagination-style-11 .swiper-pagination{bottom:-50px}.tm-swiper.pagination-style-11 .swiper-pagination-bullet{width:25px;height:4px;background-color:#ddd;border-radius:0;margin:0 5px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-swiper.pagination-style-11 .swiper-pagination-bullet:before{display:none}.tm-swiper.pagination-style-11 .swiper-pagination-bullet.swiper-pagination-bullet-active,.tm-swiper.pagination-style-11 .swiper-pagination-bullet:hover{background-color:#ff875f;opacity:1}@media (min-width:1200px){.tm-swiper.pagination-style-3 .swiper-pagination{right:-50px}}@media (min-width:1400px){.tm-swiper.nav-style-2 .swiper-nav-button,.tm-swiper.nav-style-5 .swiper-nav-button,.tm-swiper.nav-style-6 .swiper-nav-button,.tm-swiper.nav-style-8 .swiper-nav-button{opacity:1}.tm-swiper.nav-style-2 .swiper-button-prev,.tm-swiper.nav-style-5 .swiper-button-prev,.tm-swiper.nav-style-6 .swiper-button-prev,.tm-swiper.nav-style-8 .swiper-button-prev{left:-80px}.tm-swiper.nav-style-2 .swiper-button-next,.tm-swiper.nav-style-5 .swiper-button-next,.tm-swiper.nav-style-6 .swiper-button-next,.tm-swiper.nav-style-8 .swiper-button-next{right:-80px}.tm-swiper.pagination-style-2 .swiper-pagination{right:100px}}@media (min-width:1600px){.tm-swiper.pagination-style-3 .swiper-pagination{right:-125px}}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:-moz-inline-box;display:inline-block;vertical-align:middle;*vertical-align:auto;position:relative;display:inline}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:-moz-inline-box;display:inline-block;vertical-align:middle;*vertical-align:auto;position:relative;display:inline}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:-moz-inline-box;display:inline-block;vertical-align:middle;*vertical-align:auto;visibility:hidden;display:inline}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 4s cubic-bezier(.6,.3,.3,1);transition:-webkit-transform 4s cubic-bezier(.6,.3,.3,1);transition:transform 4s cubic-bezier(.6,.3,.3,1);transition:transform 4s cubic-bezier(.6,.3,.3,1),-webkit-transform 4s cubic-bezier(.6,.3,.3,1)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 4s cubic-bezier(.6,.3,.3,1);transition:-webkit-transform 4s cubic-bezier(.6,.3,.3,1);transition:transform 4s cubic-bezier(.6,.3,.3,1);transition:transform 4s cubic-bezier(.6,.3,.3,1),-webkit-transform 4s cubic-bezier(.6,.3,.3,1);-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}img.tm-lazy-load{-webkit-transition:all 1s;transition:all 1s;width:100%;opacity:.5;-webkit-filter:blur(15px);filter:blur(15px)}img.tm-lazy-load.loaded{opacity:1;-webkit-filter:blur(0);filter:blur(0);width:auto}.tm-lazy-load{-webkit-transition:all 1s;transition:all 1s}.tm-lazy-load[data-was-processed=true]{-webkit-backface-visibility:hidden}.growl.growl.growl-default{color:#fff;background:rgba(0,0,0,.9)}.growl.growl .growl-close{height:30px;width:30px;line-height:30px;text-align:center;margin-right:-10px;margin-top:-6px}.page-content{padding-top:100px;padding-bottom:100px}.has-title-bar-06 .page-content,.has-title-bar-07 .page-content{padding-top:150px}.sticky .post-sticky{margin-left:14px}.sticky .post-sticky span{font-size:18px;margin-right:4px}.post-password-form input[type=submit]{display:block;margin:30px 0 0}.entry-content p:last-child{clear:both}.single-post .entry-banner{position:relative;padding:138px 0 70px}.single-post .entry-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45)}.single-post .entry-banner .entry-title{color:#fff;line-height:1.04em;margin-bottom:25px}.single-post .entry-banner .post-meta{color:#fff}.single-post .entry-banner .post-meta a{color:inherit}.single-post .entry-banner .post-meta .meta-icon,.single-post .entry-banner .post-meta .sl-icon{color:#fff}.single-post .page-main-content{position:relative;min-height:1px;padding-left:.9375rem;padding-right:.9375rem;width:100%}.single-post .entry-header{margin-bottom:30px}.single-post .entry-title{font-size:32px;margin:0 0 24px}.single-post .post-meta{border-top:1px dashed #d4d2d2;padding-top:25px}.single-post .post-feature{margin-bottom:40px}.single-post .post-feature.post-gallery{margin:0 0 40px}.single-post .post-feature.post-gallery .swiper-container{padding:0}.single-post .entry-content{margin-bottom:50px}.single-post .post-thumbnail{text-align:center}.single-post .post-tags span{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-right:20px}.single-post .post-tags span:before{content:"\f2aa";font-family:Ionicons;font-size:18px;font-weight:500;margin-right:9px}.single-post .post-tags a{display:inline-block;color:inherit}.single-post .post-categories{margin:0 -5px 18px}.single-post .post-categories a{display:inline-block;color:#ff875f;font-size:12px;font-weight:600;border:1px solid #ff875f;padding:5px 7px;line-height:1;margin:5px}.single-post .post-categories a:hover{color:#fff}.single-post .post-meta{font-size:14px;font-weight:500;color:#7a8a9e}.single-post .post-meta>*{display:inline-block;vertical-align:middle}.single-post .post-meta>div+div{position:relative;padding-left:15px;margin-left:12px}.single-post .post-meta>div+div:before{position:absolute;top:50%;left:0;margin-top:-10px;content:"";width:1px;height:20px;display:inline-block;background-color:#ddd}.single-post .post-meta .post-author-meta *{display:inline-block;vertical-align:middle}.single-post .post-meta .post-author-meta .avatar{border-radius:50%;margin-right:10px}.single-post .post-meta .post-author-meta a{font-weight:600}.single-post .entry-footer{padding-bottom:30px}.single-post .nav-links{border-top:1px solid #eee;padding-top:30px;margin-top:30px}.single-post .post-link,.single-post .post-quote,.single-post .post-video{margin-bottom:46px}.single-post .post-audio{margin-bottom:38px}.single-post .post-audio iframe{width:100%;height:165px;border:0}.single-post .post-link{padding:50px 70px;font-size:24px;line-height:1.5;background-color:rgba(208,56,85,.07)}.single-post .post-link a{word-wrap:break-word}.single-post .post-quote{position:relative}.single-post .post-quote-overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.8}.single-post .post-quote-content{position:relative;padding:63px 70px 67px;background-color:rgba(208,56,85,.07)}.single-post .post-quote-text{font-family:Playfair Display,serif;margin-bottom:40px;font-size:24px;font-style:italic;font-weight:500;line-height:1.5}.single-post .post-quote-name{font-size:22px;font-weight:500}.single-post .post-quote-name:before{content:"- "}.single-post .format-gallery .post-feature.tm-swiper .swiper-pagination{bottom:30px}.post-share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.post-share .post-share-list a{display:block;float:left;text-align:center;width:50px;height:50px;line-height:50px;font-size:18px;border:1px solid #eee;border-radius:50%;margin-right:10px}.post-share .post-share-list a:last-child{margin-right:0}.post-share .post-share-list a:hover{color:#fff;border-color:transparent}.related-posts .related-title{position:relative;margin-top:75px;padding-bottom:12px;margin-bottom:50px;font-size:26px;text-align:center}.related-posts .related-title:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-40px;width:80px;height:2px;background-color:#ff875f}.related-posts .tm-swiper{margin:-30px}.related-posts .swiper-container{padding:30px}.related-posts .related-post-item{width:100%}.related-posts .related-post-item:hover .post-item-wrapper{box-shadow:0 20px 20px rgba(0,0,0,.15);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.related-posts .post-item-wrapper{padding:20px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.05)}.related-posts .related-post-feature-wrap .post-thumbnail{margin-bottom:27px}.related-posts .related-post-feature-wrap img{width:100%;-webkit-transition:all 1s cubic-bezier(0,0,.2,1);transition:all 1s cubic-bezier(0,0,.2,1)}.related-posts .related-post-thumbnail{overflow:hidden}.related-posts .related-post-info{margin-bottom:15px}.related-posts .related-post-date{margin-bottom:10px}.related-posts .post-title{font-size:20px;line-height:1.2}.related-posts .tm-swiper.has-pagination{padding-bottom:30px}.related-posts .tm-swiper .swiper-pagination{bottom:0}.related-posts .tm-swiper .swiper-pagination-bullet{width:50px;height:5px;margin:0 5px}.related-posts .tm-swiper .swiper-pagination-bullet:before{width:50px;height:5px;border-radius:0}.entry-author{margin-top:95px;padding:50px 46px;border:1px solid #eee}.entry-author .author-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.entry-author .author-avatar{min-width:100px;width:100px}.entry-author .author-avatar img{border-radius:100%}.entry-author .author-description{margin-left:32px}.entry-author .author-name{margin-bottom:8px;font-size:18px}.entry-author .author-biographical-info{margin-top:15px}.entry-author .author-biographical-info p:last-child{margin-bottom:0}.entry-author .author-social-networks{margin:15px -10px 0}.entry-author .author-social-networks a{display:block;float:left;padding:6px 10px;font-size:18px;line-height:1}@media (max-width:767px){.entry-author{padding:30px}.post-share{margin-top:15px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.single-case_study .page-main-content{position:relative;min-height:1px;padding-left:.9375rem;padding-right:.9375rem;width:100%}.single-case_study .entry-header{border-bottom:1px dashed #d4d2d2;padding-bottom:26px;margin-bottom:40px}.single-case_study .entry-title{font-size:36px;margin-bottom:10px}.single-case_study .post-categories a{font-size:16px;font-weight:600}.single-service .post-main-feature{margin-bottom:50px}.single-service .post-main-title{font-size:32px;margin-bottom:30px}@media (min-width:1200px){.single-service .page-content{padding-top:126px;padding-bottom:115px}.post-type-service.page-has-sidebar .page-content>.container{max-width:1200px}.post-type-service.page-both-sidebar .page-content>.container{max-width:1600px}}@media (max-width:991px){.single-service .post-main-feature{margin-bottom:50px}.single-service .post-main-title{font-size:36px;margin-bottom:30px}}@media (max-width:767px){.single-service .post-main-title{font-size:30px}}.post-type-archive-ic_caregiver .search-title{font-size:36px;margin-bottom:50px;text-align:center}.post-type-archive-ic_caregiver .search-form{max-width:800px;margin:0 auto 76px}.post-type-archive-ic_caregiver .search-form form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.post-type-archive-ic_caregiver .search-form button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.post-type-archive-ic_caregiver .result-count{display:block;width:100%;text-align:center;margin-bottom:40px}.post-type-archive-ic_caregiver .search-result .caregiver-item{text-align:center;margin-bottom:30px}.post-type-archive-ic_caregiver .search-result .caregiver-item .post-item-wrap{height:100%}.post-type-archive-ic_caregiver .search-result .caregiver-item .post-thumbnail{margin-bottom:30px}.post-type-archive-ic_caregiver .search-result .caregiver-item .post-title{font-size:20px;margin-bottom:3px}.post-type-archive-ic_caregiver .search-result .caregiver-item .position{font-size:15px;font-weight:400;margin-top:3px}.post-type-archive-ic_caregiver .search-result .caregiver-item .caregiver-footer{margin-top:25px}.post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks{margin:0 -10px}.post-type-archive-ic_caregiver .search-result .caregiver-item .social-networks a{display:inline-block;padding:5px 10px;font-size:18px;line-height:1;color:#aeaeae}.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-item-wrap:hover .post-thumbnail-wrap img{box-shadow:0 20px 30px rgba(0,0,0,.08);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.post-type-archive-ic_caregiver .search-result.style-grid-02 .caregiver-header{padding-bottom:20px;border-bottom:1px dashed #ddd;margin-bottom:25px}.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap{position:relative}.post-type-archive-ic_caregiver .search-result.style-grid-02 .post-thumbnail-wrap img{width:100%}.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:hover{box-shadow:0 20px 40px rgba(0,0,0,.09)}.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:hover:before{width:100%;left:0;right:auto}.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap{position:relative;background-color:#fff;padding:23px 40px 30px;box-shadow:0 0 30px rgba(0,0,0,.06)}.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-item-wrap:before{position:absolute;bottom:0;right:0;width:0;height:3px;content:""}.post-type-archive-ic_caregiver .search-result.style-grid-01 .post-thumbnail img{width:100%;border-radius:50%}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-item-wrap{position:relative;overflow:hidden}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-item-wrap:hover .info{top:0}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail{position:relative}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.36;z-index:1}.post-type-archive-ic_caregiver .search-result.style-grid-03 .info{position:absolute;top:100%;left:0;width:100%;height:100%;color:#fff;z-index:2;-webkit-transition:.65s cubic-bezier(.68,-.55,.265,1.55);transition:.65s cubic-bezier(.68,-.55,.265,1.55)}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-thumbnail{margin:0}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title{margin-bottom:1px}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title a{color:#fff;font-size:20px}.post-type-archive-ic_caregiver .search-result.style-grid-03 .post-title a:hover{color:#ff875f}.post-type-archive-ic_caregiver .search-result.style-grid-03 .position{font-style:italic;font-weight:400}.post-type-archive-ic_caregiver .search-result.style-grid-03 .caregiver-header{position:absolute;bottom:25px;left:0;width:100%}.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks{position:absolute;top:40%;left:0;margin:0;width:100%;text-align:center}.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks a{font-size:22px;color:#fff!important}.post-type-archive-ic_caregiver .search-result.style-grid-03 .social-networks a:hover{color:#ff875f}.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap{background-color:#fff;padding:20px;box-shadow:0 20px 35px rgba(0,0,0,.06)}.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-item-wrap:hover{box-shadow:0 20px 35px rgba(0,0,0,.15)}.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-thumbnail{margin-bottom:24px}.post-type-archive-ic_caregiver .search-result.style-grid-04 .position{font-weight:600;margin-bottom:5px;color:#ff875f}.post-type-archive-ic_caregiver .search-result.style-grid-04 .post-title{font-size:20px;margin-bottom:2px}.post-type-archive-ic_caregiver .search-result.style-grid-04 .caregiver-header{border-bottom:2px dashed #d8d8d8;padding-bottom:15px;margin-bottom:17px}.post-type-archive-ic_caregiver .page-pagination{width:100%;text-align:center}@media (max-width:767px){.post-type-archive-ic_caregiver .search-form form{display:block}.post-type-archive-ic_caregiver .search-form select{margin-bottom:20px}.post-type-archive-ic_caregiver .search-form button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}.search-no-results .page-main-content .search-form,.search-results .page-main-content .search-form{position:relative}.search-no-results .page-main-content .search-form .search-submit,.search-results .page-main-content .search-form .search-submit{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20px;border:0;padding:0;font-size:21px;background:transparent;color:#454545}.search-no-results .page-main-content .search-form .search-btn-text,.search-results .page-main-content .search-form .search-btn-text{display:none}.search-page-search-form{background:#fff;border:1px solid #eee;padding:30px;margin-bottom:30px}.search-no-results .no-results{background:#fff;padding:45px 30px 60px;border:1px solid #eee}.search-no-results .no-results .page-title{margin-bottom:21px}.search-no-results .no-results .search-no-results-text{margin-bottom:30px}.simple-header .branding{padding-top:84px;text-align:center}.error404{background-color:#f7f7f7}.error404 .maintenance-page{text-align:center;padding:100px 0}.error404 .error-404-big-title{font-size:200px;font-weight:500}.error404 .error-404-title{font-size:36px;margin-bottom:20px}.error404 .error-404-search-form-wrap{position:relative;max-width:500px;margin:84px auto 0}.error404 .error-404-search-form-wrap .search-field{border:0;border-bottom:2px solid red;border-radius:0;background:transparent;padding:0;color:#222}.error404 .error-404-search-form-wrap .search-field::-webkit-input-placeholder{font-size:15px;color:#999}.error404 .error-404-search-form-wrap .search-field::-moz-placeholder{font-size:15px;color:#999}.error404 .error-404-search-form-wrap .search-field:-ms-input-placeholder{font-size:15px;color:#999}.error404 .error-404-search-form-wrap .search-field:-moz-placeholder{font-size:15px;color:#999}.error404 .error-404-search-form-wrap .search-submit{position:absolute;top:0;right:-5px;padding:0;border:0;background-color:transparent;outline:none}.error404 .error-404-search-form-wrap .search-btn-text{font-size:0}.error404 .error-404-search-form-wrap .search-btn-icon{font-size:24px;font-weight:500;color:#222;vertical-align:middle}.error404 .woosc-area{display:none}@media (max-width:991px){.error404{overflow:auto}.error404 .error-404-big-title{font-size:100px}.error404 .error-404-title{font-size:20px}.error404 .error-404-search-form-wrap{max-width:350px;margin-top:60px}}.tm-grid-wrapper .tm-filter-button-group{padding-bottom:80px}.tm-grid-wrapper .tm-filter-button-group .container{padding-left:0;padding-right:0}.tm-grid-wrapper .tm-filter-button-group.right{text-align:right}.tm-grid-wrapper .tm-filter-button-group.center{text-align:center}.tm-grid-wrapper .tm-filter-button-group-inner{display:block;border-bottom:2px dashed #d4d2d2;width:100%}.tm-grid-wrapper .btn-filter{position:relative;display:inline-block;padding:18px 15px;z-index:1}@media (max-width:767px){.tm-grid-wrapper .btn-filter{display:block;margin-bottom:3px}.tm-grid-wrapper .btn-filter:after{bottom:0}}.tm-grid-wrapper .btn-filter+.btn-filter{margin-left:20px}@media (max-width:767px){.tm-grid-wrapper .btn-filter+.btn-filter{margin-left:0}}.tm-grid-wrapper .btn-filter.current{cursor:auto}.tm-grid-wrapper .btn-filter.current:after,.tm-grid-wrapper .btn-filter:hover:after{width:100%}.tm-grid-wrapper .btn-filter:hover:after{left:0;right:auto}.tm-grid-wrapper .btn-filter:after{content:"";position:absolute;bottom:-2px;width:0;height:3px;left:auto;right:0;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s}.tm-grid-wrapper .filter-text{display:inline-block;font-weight:600;font-size:16px;line-height:1}.tm-grid-wrapper .filter-counter{position:absolute;top:0;right:-5px;display:inline-block;width:20px;height:20px;border-radius:50%;line-height:20px;font-size:11px;font-weight:600;text-align:center;color:#fff}@media (max-width:767px){.tm-grid-wrapper .filter-counter{top:50%;right:0;margin-top:-13px}}.modern-grid{display:-ms-grid;display:grid}.modern-grid .grid-item{width:100%}.grid-width-2{-ms-grid-column:span 2;grid-column:span 2}.grid-height-2{-ms-grid-row:span 2;grid-row:span 2}.tm-loader{display:none;border:3px solid #f3f3f3;border-top:3px solid #979797;border-radius:50%;width:68px;height:68px;-webkit-animation:spin 1.2s linear infinite;animation:spin 1.2s linear infinite;margin:30px 0}.tm-grid-loadmore-btn{min-width:180px;margin-top:60px}.tm-grid-messages{margin:50px 0;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.page-has-animation div:not(.tm-swiper) .tm-grid.has-animation .grid-item{opacity:0}.page-has-animation div:not(.tm-swiper) .tm-grid.fade-in .animate{-webkit-animation:fadeIn 1s ease forwards;animation:fadeIn 1s ease forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.move-up .animate{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-animation:moveVertical 1s ease forwards;animation:moveVertical 1s ease forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.move-down .animate{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-animation:moveVertical 1s ease forwards;animation:moveVertical 1s ease forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.move-left .animate{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);-webkit-animation:moveHorizontal 1s ease forwards;animation:moveHorizontal 1s ease forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.move-right .animate{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-animation:moveHorizontal 1s ease forwards;animation:moveHorizontal 1s ease forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.scale-up .animate{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-animation:scaleUp 1s ease-in-out forwards;animation:scaleUp 1s ease-in-out forwards}.page-has-animation div:not(.tm-swiper) .tm-grid.fall-perspective{-webkit-perspective:1300px;perspective:1300px}.page-has-animation div:not(.tm-swiper) .tm-grid.fall-perspective .animate{-webkit-transform:translateZ(400px) translateY(300px) rotateX(-90deg);transform:translateZ(400px) translateY(300px) rotateX(-90deg);-webkit-animation:fallPerspective 1s ease-in-out forwards;animation:fallPerspective 1s ease-in-out forwards;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.page-has-animation div:not(.tm-swiper) .tm-grid.fly{-webkit-perspective:1300px;perspective:1300px}.page-has-animation div:not(.tm-swiper) .tm-grid.fly .animate{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-transform-origin:50% 50% -300px;-ms-transform-origin:50% 50% -300px;transform-origin:50% 50% -300px;-webkit-animation:fly 1s ease-in-out forwards;animation:fly 1s ease-in-out forwards;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.page-has-animation div:not(.tm-swiper) .tm-grid.flip .animate{-webkit-transform:rotateX(-80deg);transform:rotateX(-80deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-animation:flip 1s ease-in-out forwards;animation:flip 1s ease-in-out forwards;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.page-has-animation div:not(.tm-swiper) .tm-grid.helix{-webkit-perspective:1300px;perspective:1300px}.page-has-animation div:not(.tm-swiper) .tm-grid.helix .animate{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-animation:helix 1s ease-in-out forwards;animation:helix 1s ease-in-out forwards;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.page-has-animation div:not(.tm-swiper) .tm-grid.pop-up{-webkit-perspective:1300px;perspective:1300px}.page-has-animation div:not(.tm-swiper) .tm-grid.pop-up .animate{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-animation:popUp 1s ease-in forwards;animation:popUp 1s ease-in forwards;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (max-width:767px){.tm-grid-wrapper .tm-filter-button-group-inner{display:block}}.tm-blog .post-item{box-sizing:border-box;word-wrap:break-word}.tm-blog .post-categories a,.tm-blog .post-title a{color:inherit;font-size:inherit}.tm-blog .post-excerpt p:last-child{margin-bottom:0}.tm-blog .format-gallery .swiper-pagination{bottom:27px}.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet:before{background:#fff}.tm-blog .post-audio{margin-bottom:-8px}.tm-blog .post-audio iframe{width:100%;height:145px;border:0}.tm-blog .post-link{margin-bottom:14px}.tm-blog .post-link a{letter-spacing:-.02em;font-size:20px;line-height:1.2}.tm-blog .post-quote{padding:55px 35px 47px;background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/blog-quote-icon.png) no-repeat top 0 right 2px}.tm-blog .post-quote .post-quote-text{margin-bottom:18px;color:#fff;font-weight:600;font-size:22px;line-height:1.3}.tm-blog .post-quote .post-quote-name{position:relative;padding-left:40px;letter-spacing:-.02em;font-style:italic;font-size:16px}.tm-blog .post-quote .post-quote-name:before{position:absolute;top:50%;left:0;display:block;width:29px;height:1px;background-color:#fff;content:""}.tm-blog .post-quote .post-quote-name a{color:#fff}.tm-blog.style-list .post-item{margin-bottom:70px}.tm-blog.style-list .post-item:last-child{margin-bottom:35px}.tm-blog.style-list .post-thumbnail{position:relative;text-align:center}.tm-blog.style-list .post-feature{margin-bottom:40px}.tm-blog.style-list .post-title{margin-bottom:25px;padding-bottom:25px;font-size:30px;line-height:1.26;border-bottom:1px dashed #d4d2d2}.tm-blog.style-list .post-meta{font-size:14px;margin-bottom:22px}.tm-blog.style-list .post-meta>*{display:inline-block;vertical-align:middle}.tm-blog.style-list .post-meta>div+div{position:relative;padding-left:15px;margin-left:12px}.tm-blog.style-list .post-meta>div+div:before{position:absolute;top:50%;left:0;margin-top:-10px;content:"";width:1px;height:20px;display:inline-block;background-color:#ddd}.tm-blog.style-list .post-meta .post-author-meta *{display:inline-block;vertical-align:middle}.tm-blog.style-list .post-meta .post-author-meta .avatar{border-radius:50%;margin-right:10px}.tm-blog.style-list .post-categories{position:relative;font-weight:600;font-size:12px;margin:0 -3px 19px}.tm-blog.style-list .post-categories a{display:inline-block;padding:2px 7px;margin:0 3px 5px;border:1px solid #ff875f}.tm-blog.style-list .post-categories a:hover{color:#fff}.tm-blog.style-list .post-read-more a{display:inline-block;padding:0 35px;background-color:red;color:#fff;height:50px;line-height:50px}.tm-blog.style-list .post-read-more a:hover{color:#fff}.tm-blog.style-list .post-read-more .btn-text{font-weight:600;font-size:14px;color:inherit}.tm-blog.style-list .post-read-more i{font-size:10px;margin-left:5px}.tm-blog.style-list .post-excerpt{margin-bottom:40px}.tm-blog.style-list_simple .post-item+.post-item{margin-top:30px;padding-top:30px;border-top:1px dashed #d4d2d2}.tm-blog.style-list_simple .post-item-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-blog.style-list_simple .post-item-wrap:hover .post-thumbnail a:before{opacity:.3}.tm-blog.style-list_simple .post-item-wrap:hover .post-thumbnail a:after{opacity:1}.tm-blog.style-list_simple .post-thumbnail{position:relative;margin-right:20px}.tm-blog.style-list_simple .post-thumbnail a:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background-color:#000;opacity:0}.tm-blog.style-list_simple .post-thumbnail a:after{position:absolute;top:50%;left:0;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f002";color:#fff;opacity:0;font-size:16px}.tm-blog.style-list_simple .post-title{font-size:16px;margin-bottom:0}.tm-blog.style-list_simple .post-date{font-size:14px;margin-top:10px}.tm-blog.style-01.style-carousel_01 .tm-swiper{margin:-50px}.tm-blog.style-01.style-carousel_01 .swiper-container{padding:50px}.tm-blog.style-01 .tm-grid-pagination{margin-top:70px}.tm-blog.style-01 .post-item:hover .post-item-wrap{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.tm-blog.style-01 .post-item:hover .post-item-wrap:before{opacity:1;visibility:visible}.tm-blog.style-01 .post-item-wrap{position:relative}.tm-blog.style-01 .post-item-wrap,.tm-blog.style-01 .post-item-wrap:before{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.tm-blog.style-01 .post-item-wrap:before{content:"";position:absolute;top:-20px;left:-20px;width:calc(100% + 40px);height:calc(100% + 60px);z-index:-1;background-color:#fff;box-shadow:0 20px 30px 0 rgba(0,0,0,.06);opacity:0;visibility:hidden}.tm-blog.style-01 .post-feature-wrap{position:relative}.tm-blog.style-01 .post-feature-wrap img{width:100%;-webkit-transition:all 1s cubic-bezier(0,0,.2,1);transition:all 1s cubic-bezier(0,0,.2,1)}.tm-blog.style-01 .post-thumbnail{overflow:hidden;margin-bottom:27px}.tm-blog.style-01 .post-date{position:absolute;right:0;top:0;font-size:12px;font-weight:600;color:#fff;padding:5px 11px}.tm-blog.style-01 .post-categories{margin-bottom:10px;font-weight:600}.tm-blog.style-01 .post-categories a{color:#7a8a9e}.tm-blog.style-01 .post-title{font-size:20px;margin-bottom:0;line-height:1.4}.tm-blog.style-01 .post-title a{color:inherit}.tm-blog.style-01 .post-title a:hover{text-decoration:none}.tm-blog.style-01 .page-pagination{margin-top:0}.tm-blog.style-02.style-carousel_02 .tm-swiper{margin:-30px -20px}.tm-blog.style-02.style-carousel_02 .swiper-container{padding:30px 20px}.tm-blog.style-02.style-carousel_02 .post-item-wrap{box-shadow:0 0 20px rgba(0,0,0,.06)}.tm-blog.style-02 .post-item:hover .post-item-wrap{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);box-shadow:0 20px 30px rgba(0,0,0,.14)}.tm-blog.style-02 .post-item-wrap{background-color:#fff;box-shadow:0 0 30px rgba(0,0,0,.06)}.tm-blog.style-02 .post-info,.tm-blog.style-02 .post-item-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tm-blog.style-02 .post-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:35px 30px}.tm-blog.style-02 .post-thumbnail{padding:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-blog.style-02 .post-categories{margin-bottom:15px;font-size:12px}.tm-blog.style-02 .post-categories a{display:inline-block;border:1px solid #ff875f;font-weight:600;line-height:1;padding:5px 7px;margin-right:1px;margin-bottom:5px}.tm-blog.style-02 .post-categories a:hover{color:#fff}.tm-blog.style-02 .post-title{font-size:20px;line-height:1.3;margin-bottom:20px}.tm-blog.style-02 .post-date{margin-top:20px;font-size:14px;font-weight:500}@media (max-width:543px){.tm-blog.style-02 .post-item-wrap{display:block}.tm-blog.style-02 .post-thumbnail{-webkit-flex-shrink:inherit;-ms-flex-negative:inherit;flex-shrink:inherit;padding-top:0}.tm-blog.style-02 .post-thumbnail img{width:100%}}.tm-blog.style-03.style-carousel_03 .tm-swiper{margin:-30px -20px}.tm-blog.style-03.style-carousel_03 .swiper-container{padding:30px 20px}.tm-blog.style-03.style-carousel_03 .post-item-wrap:hover{box-shadow:0 15px 20px rgba(0,0,0,.13)}.tm-blog.style-03 .post-item-wrap{background-color:#fff;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,.05)}.tm-blog.style-03 .post-item-wrap:hover{box-shadow:0 20px 30px rgba(0,0,0,.13)}.tm-blog.style-03 .post-item-wrap:hover .post-read-more a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tm-blog.style-03 .post-info{padding:22px 0 10px}.tm-blog.style-03 .post-title{font-size:20px;margin-bottom:0}.tm-blog.style-03 .post-date{margin-bottom:8px}.tm-blog.style-03 .post-feature-wrap{position:relative}.tm-blog.style-03 .post-read-more{position:absolute;bottom:-25px;left:50%;margin-left:-25px;width:100%}.tm-blog.style-03 .post-read-more a{position:relative;z-index:3;display:inline-block;opacity:0;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:16px;font-weight:500;background-color:#ff875f;text-align:center}.tm-blog.style-03 .post-read-more a i{position:relative;z-index:3}.tm-blog.style-03 .post-read-more a:after,.tm-blog.style-03 .post-read-more a:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;background-color:#ff875f}.tm-blog.style-03 .post-read-more a:before{z-index:2;width:66px;height:66px;opacity:.21}.tm-blog.style-03 .post-read-more a:after{z-index:1;width:82px;height:82px;opacity:.09}.tm-blog.style-03 .post-read-more a:hover:after,.tm-blog.style-03 .post-read-more a:hover:before{-webkit-animation:circle-2 1.05s infinite;animation:circle-2 1.05s infinite}.tm-blog.style-metro .post-item-wrap{position:relative;overflow:hidden}.tm-blog.style-metro .post-item-wrap:before{content:"";display:block;padding-top:100%}.tm-blog.style-metro .post-item-wrap:hover .post-thumbnail{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}.tm-blog.style-metro .post-thumbnail{-webkit-transition:all 1.5s cubic-bezier(0,0,.2,1);transition:all 1.5s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0;width:100%;height:100%;background-color:#222;background-size:cover;background-repeat:no-repeat}.tm-blog.style-metro .post-thumbnail:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);background:-webkit-linear-gradient(top,rgba(34,54,69,0),#222);background:linear-gradient(180deg,rgba(34,54,69,0),#222)}.tm-blog.style-metro .post-info{position:absolute;bottom:0;left:0;padding:0 40px 40px;width:100%}.tm-blog.style-metro .post-title{font-size:20px;line-height:1.25;margin-bottom:10px;color:#fff}.tm-blog.style-metro .post-date{font-weight:500;font-size:14px;letter-spacing:1px;color:hsla(0,0%,100%,.7);text-transform:uppercase}@media (max-width:767px){.tm-blog.style-01 .post-title{font-size:16px}.tm-blog.style-01 .post-info{padding:26px 25px 49px}.tm-blog.style-grid_classic_03 .post-info{padding:31px 30px 54px}}.tm-category-feature.style-01{text-align:center;width:100%;box-shadow:0 20px 30px rgba(0,0,0,.03)}.tm-category-feature.style-01 .modern-grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);grid-gap:1px;overflow:hidden;width:100%;background:#eee}.tm-category-feature.style-01 .grid-item.current .cat-name,.tm-category-feature.style-01 .grid-item:hover .cat-name{color:#fff}.tm-category-feature.style-01 .grid-item.current .icon span,.tm-category-feature.style-01 .grid-item:hover .icon span{background-color:#fff;border-color:#fff}.tm-category-feature.style-01 .cat-item-wrap{background:#fff;height:100%;padding:20px 10px}.tm-category-feature.style-01 .icon{font-size:40px;margin-bottom:15px}.tm-category-feature.style-01 .icon span{display:inline-block;border:1px solid #eee;width:95px;height:95px;border-radius:50%;line-height:95px}.tm-category-feature.style-01 .cat-name{word-break:break-word;font-size:16px;margin-bottom:0;line-height:1.266}.tm-case-study .tm-grid-pagination{margin-top:20px}.tm-case-study .post-thumbnail{position:relative}.tm-case-study .post-thumbnail img{width:100%}.tm-case-study .post-categories{font-size:14px}.tm-case-study .post-categories a{color:inherit;font-size:inherit}.tm-case-study .post-title{font-size:20px;margin-bottom:0}.tm-case-study .post-title a{font-size:inherit}.tm-case-study.style-grid .post-item-wrap:hover .post-thumbnail-wrap img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.tm-case-study.style-grid .post-item-wrap:hover .post-read-more span{color:#fff}.tm-case-study.style-grid .post-thumbnail-wrap{position:relative;overflow:hidden}.tm-case-study.style-grid .post-thumbnail-wrap img{-webkit-transition:all .8s;transition:all .8s}.tm-case-study.style-grid .post-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);background:-webkit-linear-gradient(top,transparent,#000 125%);background:linear-gradient(-180deg,transparent,#000 125%)}.tm-case-study.style-grid .post-overlay-content{position:absolute;bottom:0;left:0;padding:30px 35px 40px;width:100%}.tm-case-study.style-grid .post-categories{margin-bottom:10px;color:#fff;font-size:14px}.tm-case-study.style-grid .post-title{line-height:1.4;color:#fff;margin-bottom:0}.tm-case-study.style-grid .post-read-more{position:absolute;top:30px;right:30px;height:55px;width:55px;border:2px solid red;border-radius:50%}.tm-case-study.style-grid .post-read-more span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:18px}.tm-case-study.style-grid-caption .post-item-wrap{background:#fff;box-shadow:0 30px 50px rgba(0,0,0,.06)}.tm-case-study.style-grid-caption .post-item-wrap:hover .post-thumbnail-wrap a:before{background-color:rgba(0,0,0,.3)}.tm-case-study.style-grid-caption .post-thumbnail-wrap{margin:-1px -1px 0;position:relative}.tm-case-study.style-grid-caption .post-thumbnail-wrap a:before{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);display:inline-block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:2}.tm-case-study.style-grid-caption .post-info{padding:30px}.tm-case-study.style-grid-caption .post-categories{margin-top:5px}.tm-case-study.style-grid-caption .post-title{line-height:1.41;margin-bottom:0}.tm-case-study.style-grid-caption-2 .post-item-wrap{position:relative;background:#fff;box-shadow:0 30px 50px rgba(0,0,0,.06);margin-bottom:50px}.tm-case-study.style-grid-caption-2 .post-item-wrap:hover .post-thumbnail-wrap a:before{background-color:rgba(0,0,0,.3)}.tm-case-study.style-grid-caption-2 .post-thumbnail-wrap{margin:-1px -1px 0;position:relative}.tm-case-study.style-grid-caption-2 .post-thumbnail-wrap a:before{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);display:inline-block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:2}.tm-case-study.style-grid-caption-2 .post-info{padding:30px}.tm-case-study.style-grid-caption-2 .post-title{line-height:1.41;margin-bottom:0}.tm-case-study.style-grid-caption-2 .post-excerpt{border-top:1px solid #eee;padding-top:15px;margin-top:14px}.tm-case-study.style-grid-caption-2 .post-read-more a{position:absolute;bottom:-25px;left:50%;margin-left:-25px;font-size:20px;width:50px;height:50px;border:2px solid red;background-color:#fff;text-align:center;line-height:50px;border-radius:50%}.tm-case-study.style-grid-caption-2 .post-read-more a:hover{color:#fff}.tm-case-study.style-grid-caption-3 .post-item-wrap:hover .post-thumbnail{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 20px 30px rgba(0,0,0,.09)}.tm-case-study.style-grid-caption-3 .post-thumbnail{margin-bottom:35px}.tm-case-study.style-grid-caption-3 .post-categories{margin-bottom:5px}.tm-case-study.style-grid-caption-3 .post-categories a{font-size:16px;font-weight:600}.tm-case-study.style-grid-caption-3 .post-title{line-height:1.41;margin-bottom:18px}.tm-case-study.style-grid-caption-3 .post-read-more{margin-top:30px}.post-type-archive-service .tm-service.style-03 .post-item-wrap{margin-bottom:0}.post-type-archive-service .tm-service.style-01 .post-item-wrap{padding-bottom:0}.tm-service .post-excerpt p:last-child{margin-bottom:0}.tm-service .post-item-wrap{position:relative}.tm-service .post-item-wrap .trending-label{position:absolute;top:0;right:0;z-index:2;width:0;height:0;border-width:0 60px 60px 0;border-style:solid;border-color:transparent;border-right-color:#ffa942}.tm-service .post-item-wrap .trending-label i{position:absolute;top:11px;left:35px;color:#fff;font-size:14px}.tm-service.style-01.style-carousel_01 .tm-swiper{margin:0 -20px -50px}.tm-service.style-01.style-carousel_01 .swiper-container{padding:0 20px 50px}.tm-service.style-01.style-carousel_01 .post-item-wrap:hover .post-info{box-shadow:0 30px 50px rgba(0,0,0,.09)}.tm-service.style-01 .post-item-wrap{padding:0 0 30px}.tm-service.style-01 .post-item-wrap:hover .post-info{box-shadow:0 30px 50px rgba(0,0,0,.06)}.tm-service.style-01 .post-item-wrap:hover .post-info:after{width:100%;left:0;right:auto}.tm-service.style-01 .post-thumbnail{position:relative;overflow:hidden}.tm-service.style-01 .post-thumbnail img{-webkit-transition:all .7s linear;transition:all .7s linear;width:100%}.tm-service.style-01 .post-info{padding:25px 25px 30px;background:#fff;position:relative;z-index:999;margin:-30px 20px 0;box-shadow:0 30px 50px rgba(0,0,0,.03)}.tm-service.style-01 .post-info:after{content:"";width:0;height:3px;position:absolute;left:auto;right:0;bottom:0}.tm-service.style-01 .post-title{font-size:20px;margin-bottom:14px;line-height:1.4}.tm-service.style-01 .post-read-more{font-size:13px;margin-top:20px;letter-spacing:1px}.tm-service.style-01 .post-read-more .btn-text{font-weight:600;margin-right:3px;text-transform:uppercase}.tm-service.style-02.style-carousel_02 .tm-swiper{margin:-30px -20px}.tm-service.style-02.style-carousel_02 .swiper-container{padding:30px 20px}.tm-service.style-02.style-carousel_02 .post-item-wrap{box-shadow:0 10px 30px rgba(0,0,0,.03)}.tm-service.style-02.style-carousel_02 .post-item-wrap:hover{box-shadow:0 20px 30px rgba(0,0,0,.09)}.tm-service.style-02.style-carousel_02 .has-pagination{padding-bottom:30px}.tm-service.style-02.style-carousel_02 .has-pagination .swiper-pagination{bottom:0}.tm-service.style-02 .post-item-wrap{box-shadow:0 20px 30px rgba(0,0,0,.03);padding:20px;background-color:#fff;text-align:center}.tm-service.style-02 .post-item-wrap:hover{box-shadow:0 20px 40px rgba(0,0,0,.09);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-service.style-02 .post-thumbnail-wrap{position:relative;padding-bottom:41px}.tm-service.style-02 .post-thumbnail-wrap img{width:100%}.tm-service.style-02 .post-info{padding:10px 10px 16px}.tm-service.style-02 .post-title{font-size:20px;margin-bottom:14px;line-height:1.4}.tm-service.style-02 .post-read-more{position:absolute;bottom:16px;left:0;width:100%}.tm-service.style-02 .post-read-more a{position:relative;z-index:3;display:inline-block;color:#fff;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:18px;font-weight:500}.tm-service.style-02 .post-read-more a .btn-icon{position:relative;z-index:3}.tm-service.style-02 .post-read-more a:after,.tm-service.style-02 .post-read-more a:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%}.tm-service.style-02 .post-read-more a:before{z-index:2;width:66px;height:66px;opacity:.21}.tm-service.style-02 .post-read-more a:after{z-index:1;width:82px;height:82px;opacity:.09}.tm-service.style-02 .post-read-more a:hover:after,.tm-service.style-02 .post-read-more a:hover:before{-webkit-animation:circle-2 1.05s infinite;animation:circle-2 1.05s infinite}.tm-service.style-03{text-align:center}.tm-service.style-03.style-carousel_03 .tm-swiper{margin:-30px -20px 0}.tm-service.style-03.style-carousel_03 .swiper-container{padding:30px 20px 0}.tm-service.style-03 .post-item-wrap{margin-bottom:30px}.tm-service.style-03 .post-item-wrap:hover .post-thumbnail-wrap{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 10px 20px rgba(0,0,0,.09)}.tm-service.style-03 .post-thumbnail-wrap{position:relative}.tm-service.style-03 .post-thumbnail{margin-bottom:35px}.tm-service.style-03 .post-thumbnail img{width:100%}.tm-service.style-03 .post-title{font-size:20px;margin-bottom:14px;line-height:1.4}.tm-service.style-03 .post-read-more{margin-top:32px}.tm-service.style-03 .post-read-more a{color:#ff875f}.tm-service.style-03 .btn-icon{font-size:12px;margin-left:5px}.tm-service.style-04 .post-item-wrap:hover .post-thumbnail-wrap img{-webkit-filter:none;filter:none;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.tm-service.style-04 .post-thumbnail-wrap{position:relative;border-radius:5px;overflow:hidden}.tm-service.style-04 .post-thumbnail-wrap img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.tm-service.style-04 .post-thumbnail-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),#000);background-image:linear-gradient(hsla(0,0%,100%,0),#000);opacity:.8;z-index:1}.tm-service.style-04 .post-info{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:40px 20px}.tm-service.style-04 .post-title{font-size:20px;margin-bottom:12px}.tm-service.style-04 .post-title a{color:#fff}.tm-service.style-04 .post-excerpt{font-size:14px;color:#fff}.tm-service.style-04 .post-read-more{margin-top:15px}.tm-service.style-04 .post-read-more a{color:#e7cbaf}.tm-service.style-04 .post-read-more a:hover{color:red}.tm-service.style-04 .post-read-more a i{margin-left:8px}.tm-service.style-05.style-carousel_05 .tm-swiper{margin:-40px -15px}.tm-service.style-05.style-carousel_05 .swiper-container{padding:40px 15px}.tm-service.style-05.style-carousel_05 .post-item-wrap{box-shadow:0 10px 20px rgba(0,0,0,.06)}.tm-service.style-05.style-carousel_05 .service-item:hover .post-item-wrap{box-shadow:0 20px 20px rgba(0,0,0,.13);-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-service.style-05 .service-item:hover .post-item-wrap{box-shadow:0 30px 35px rgba(0,0,0,.13);-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-service.style-05 .post-item-wrap{background-color:#fff;box-shadow:0 20px 35px rgba(0,0,0,.06);padding:20px;text-align:center}.tm-service.style-05 .post-thumbnail{margin-bottom:35px}.tm-service.style-05 .post-thumbnail img{width:100%}.tm-service.style-05 .post-info{padding:0 25px 25px}.tm-service.style-05 .post-title{font-size:20px;margin-bottom:14px;line-height:1.4}.tm-service.style-05 .post-read-more{margin-top:30px}.tm-service.style-05 .post-read-more a{display:block;font-size:14px;font-weight:600;border:2px solid #eee;padding:0 30px;height:50px;line-height:46px;width:100%;color:#ff875f}.tm-service.style-05 .post-read-more a:hover{color:#fff;background-color:#223645;border-color:#223645}.tm-service.style-05 .post-read-more .btn-icon{font-size:12px;margin-left:5px}.tm-service.style-06.style-carousel_06 .tm-swiper{margin:-40px -15px}.tm-service.style-06.style-carousel_06 .swiper-container{padding:40px 15px}.tm-service.style-06.style-carousel_06 .post-item-wrap{box-shadow:0 10px 20px rgba(0,0,0,.06)}.tm-service.style-06.style-carousel_06 .service-item:hover .post-item-wrap{box-shadow:0 20px 20px rgba(0,0,0,.13);-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-service.style-06 .service-item:hover .post-item-wrap{box-shadow:0 30px 35px rgba(0,0,0,.13);-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-service.style-06 .post-item-wrap{background-color:#fff;box-shadow:0 20px 35px rgba(0,0,0,.06);padding:40px 20px 20px;text-align:center}.tm-service.style-06 .post-icon-wrap{position:relative;width:116px;height:116px;margin:0 auto 30px}.tm-service.style-06 .post-icon-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%}.tm-service.style-06 .post-icon{position:relative;z-index:1}.tm-service.style-06 .post-icon i{display:inline-block;position:relative;font-size:56px;width:116px;height:116px;line-height:116px;border-radius:50%}.tm-service.style-06 .post-info{padding:0 25px 25px}.tm-service.style-06 .post-title{font-size:20px;margin-bottom:14px;line-height:1.4}.tm-service.style-06 .post-read-more{margin-top:30px}.tm-service.style-06 .post-read-more a{display:block;font-size:14px;font-weight:600;border:2px solid #eee;padding:0 30px;height:50px;line-height:46px;width:100%}.tm-service.style-06 .post-read-more a:hover{color:#fff}.tm-service.style-06 .post-read-more .btn-icon{font-size:12px;margin-left:5px}.tm-service.style-07 .post-item-wrap{text-align:center}.tm-service.style-07 .post-icon-wrap{position:relative;width:116px;height:116px;margin:0 auto 30px}.tm-service.style-07 .post-icon-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%}.tm-service.style-07 .post-icon{position:relative;z-index:1}.tm-service.style-07 .post-icon i{display:inline-block;position:relative;font-size:56px;width:116px;height:116px;line-height:116px;border-radius:50%}.tm-service.style-07 .post-title{position:relative;font-size:16px;line-height:1.4;margin-bottom:0}.tm-service.style-07 .trending-label2{position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:#ffa942}.tm-service.style-icon-dotted .service-item:hover .post-icon-overlay{border:2px dotted #ff875f}.tm-service.style-icon-dotted .post-icon-overlay{border:58px dotted #ebf5f5}.tm-service.style-icon-dashed .service-item:hover .post-icon-overlay{border:2px dashed #ff875f}.tm-service.style-icon-dashed .post-icon-overlay{border:58px dashed #ebf5f5}.tm-service-list{background-color:#fff;box-shadow:0 20px 30px rgba(0,0,0,.03)}.tm-service-list .service-list-item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:20px 30px}.tm-service-list .service-list-item+.service-list-item{border-top:1px solid #eee}.tm-service-list .service-list-item:after{position:absolute;bottom:50%;right:0;width:5px;height:0;background-color:#ff875f;content:""}.tm-service-list .service-list-item:hover{box-shadow:0 20px 20px 0 rgba(0,0,0,.06)}.tm-service-list .service-list-item:hover:after{height:100%;bottom:0}.tm-service-list .service-list-item:hover .icon,.tm-service-list .service-list-item:hover a{color:#ff875f}.tm-service-list .service-list-item-img{width:36px;margin-right:25px}.tm-service-list .icon{font-size:36px}.tm-service-list .icon,.tm-service-list .title{display:inline-block}.tm-service-list .icon{margin-right:25px;line-height:1}.tm-service-list .title{font-size:18px;margin-bottom:0}.tm-button-wrapper{font-size:0}.tm-button{position:relative;display:inline-block;text-align:center;white-space:nowrap;line-height:1.2;border-style:solid;cursor:pointer}.tm-button.tm-button-full-wide{width:100%!important}.tm-button.style-modern{padding:0 28px;height:50px;line-height:50px;border-width:0;border-color:transparent;font-size:14px;font-weight:600;color:#fff;overflow:hidden;-webkit-transition:all .3s,border-width 0s;transition:all .3s,border-width 0s;z-index:1;text-transform:capitalize}.tm-button.style-modern:after{content:"";width:0;height:100%;top:0;position:absolute;left:auto;right:0;z-index:-1;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s}.tm-button.style-modern:hover:after{width:100%;left:0;right:auto}.tm-button.style-modern.has-icon-right .button-icon{margin-left:10px}.tm-button.style-modern.has-icon-left .button-icon{margin-right:10px}.tm-button.style-modern .button-icon{display:inline-block;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);line-height:0;font-size:16px}.tm-button.style-modern.tm-button-white{color:#454545;background:#fff;border-color:#fff}.tm-button.style-modern.tm-button-white .button-icon{color:#454545}.tm-button.style-modern.tm-button-white:hover{background:transparent}.tm-button.style-modern.tm-button-white:hover .button-icon{color:#fff}.tm-button.style-modern.tm-button-grey{background-color:#eee}.tm-button.style-modern.tm-button-grey:hover{color:#fff}.tm-button.style-modern.tm-button-lg{padding:0 32px;height:55px;line-height:55px;font-size:15px}.tm-button.style-modern.tm-button-sm{padding:0 22px;height:45px;line-height:45px;font-size:13px}.tm-button.style-modern.tm-button-xs{padding:0 17px;height:40px;line-height:40px;font-size:12px}.tm-button.style-flat{padding:0 26px;height:50px;line-height:46px;border-width:2px;font-size:14px;font-weight:600;text-transform:capitalize}.tm-button.style-flat.has-icon-right .button-icon{margin-left:10px}.tm-button.style-flat.has-icon-left .button-icon{margin-right:10px}.tm-button.style-flat .button-icon{display:inline-block;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);line-height:0;font-size:20px}.tm-button.style-flat.tm-button-primary,.tm-button.style-flat.tm-button-secondary{color:#fff}.tm-button.style-flat.tm-button-grey{background:#eee;border-color:#eee}.tm-button.style-flat.tm-button-grey:hover{color:#fff}.tm-button.style-flat.tm-button-lg{padding:0 30px;height:55px;font-size:15px;line-height:51px}.tm-button.style-flat.tm-button-sm{padding:0 20px;height:45px;font-size:13px;line-height:41px}.tm-button.style-flat.tm-button-xs{padding:0 15px;height:40px;border-width:2px;font-size:12px;line-height:36px}.tm-button.style-outline{padding:0 26px;height:50px;border-width:2px;font-weight:600;font-size:14px;line-height:46px;text-transform:capitalize}.tm-button.style-outline.has-icon-right .button-icon{margin-left:10px}.tm-button.style-outline.has-icon-left .button-icon{margin-right:10px}.tm-button.style-outline .button-icon{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:0}.tm-button.style-outline.tm-button-primary,.tm-button.style-outline.tm-button-secondary{background-color:transparent}.tm-button.style-outline.tm-button-primary:hover,.tm-button.style-outline.tm-button-secondary:hover{color:#fff}.tm-button.style-outline.tm-button-white{color:#fff;border-color:#fff}.tm-button.style-outline.tm-button-white .button-icon{color:#fff}.tm-button.style-outline.tm-button-white:hover{color:#454545;background:#fff}.tm-button.style-outline.tm-button-white:hover .button-icon{color:#454545}.tm-button.style-outline.tm-button-grey{border-color:#eee}.tm-button.style-outline.tm-button-grey:hover{color:#fff;background:red}.tm-button.style-outline.tm-button-lg{padding:0 30px;height:55px;font-size:15px;line-height:51px}.tm-button.style-outline.tm-button-sm{padding:0 20px;height:45px;line-height:41px;font-size:13px}.tm-button.style-outline.tm-button-xs{padding:0 15px;height:40px;font-size:12px;line-height:36px}.tm-button.style-border-text{position:relative;display:inline-block;padding:0 0 5px;border:0;background-color:transparent;font-weight:600;font-size:14px}.tm-button.style-border-text:after,.tm-button.style-border-text:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ddd}.tm-button.style-border-text:after{width:0;left:auto;right:0;background:red}.tm-button.style-border-text:hover:after{width:100%;left:0;right:auto}.tm-button.style-border-text.has-icon-right .button-icon{margin-left:5px}.tm-button.style-border-text.has-icon-left .button-icon{margin-right:5px}.tm-button.style-border-text .button-icon{font-size:14px}.tm-button.style-border-text .button-icon:before{line-height:0}.tm-button.style-border-text.tm-button-lg{font-size:15px}.tm-button.style-border-text.tm-button-sm{font-size:13px}.tm-button.style-border-text.tm-button-xs{font-size:12px}.tm-button.style-border-text.tm-button-grey{color:#ddd}.tm-button.style-text{padding:0;border:0;background-color:transparent;font-weight:600;font-size:14px}.tm-button.style-text .button-text{display:inline-block}.tm-button.style-text.has-icon-left .button-icon,.tm-button.style-text.has-icon-right .button-icon{margin-left:5px}.tm-button.style-text .button-icon{font-size:15px}.tm-button.style-text .button-icon:before{line-height:0}.tm-button.style-text.tm-button-lg{font-size:15px}.tm-button.style-text.tm-button-sm{font-size:13px}.tm-button.style-text.tm-button-xs{font-size:12px}.tm-button.style-text.tm-button-grey{color:#ddd}.tm-button.style-image-text{font-size:14px;font-weight:600;border:0;height:50px;line-height:50px}.tm-button.style-image-text>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-button.style-image-text img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.tm-button.style-image-text.tm-button-lg{font-size:15px;height:55px;line-height:55px}.tm-button.style-image-text.tm-button-sm{font-size:13px;height:45px;line-height:45px}.tm-button.style-image-text.tm-button-xs{font-size:12px;height:40px;line-height:40px}.tm-button.tm-button-icon-move.has-icon-left:hover .button-icon{margin-left:-20px}.tm-button.tm-button-icon-move.has-icon-right:hover .button-icon{margin-left:20px}.tm-button.tm-button-move-up:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-button.glint-effect{position:relative;overflow:hidden}.tm-button.glint-effect:before{content:"";background-color:hsla(0,0%,100%,.5);height:100%;width:3.5em;display:block;position:absolute;top:0;left:-50%;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg);-webkit-transition:none;transition:none}.tm-button.glint-effect:hover:before{left:150%;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.rev-btn{-webkit-transition:background-color .5s cubic-bezier(.645,.045,.355,1),border-color .5s cubic-bezier(.645,.045,.355,1),color .5s cubic-bezier(.645,.045,.355,1)!important;transition:background-color .5s cubic-bezier(.645,.045,.355,1),border-color .5s cubic-bezier(.645,.045,.355,1),color .5s cubic-bezier(.645,.045,.355,1)!important}.rev_slider .left-icon{margin-right:10px}.rev_slider .right-icon{margin-left:10px}.btn-text-popup-video .button-text{font-size:15px;letter-spacing:0;text-transform:none;font-weight:400}.tm-button-group{clear:both;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:-10px}.tm-button-group .tm-button-wrapper{padding:10px}.tm-list-group.style-01>div{border-top:1px solid #ecebeb;padding-top:50px}.tm-list-group.style-01>div+div{margin-top:50px}.tm-list{display:-ms-grid;display:grid;grid-row-gap:15px;grid-column-gap:30px}.tm-list .list-item{position:relative;padding:0}.tm-list .title-wrap{overflow:hidden}.tm-list .link{padding:0;color:currentColor}.tm-list .title{font-size:14px;margin-bottom:0;line-height:inherit}.tm-list .sub-title{font-weight:500;font-style:italic;font-size:15px}.tm-list .desc{margin-top:13px;margin-bottom:26px}.tm-list .marker{display:inline-block;float:left}.tm-list.style-check .list-item{padding-left:25px}.tm-list.style-check .marker:before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;content:"\f00c";font-size:10px}.tm-list.style-check .title{font-size:14px;font-weight:500}.tm-list.style-check-02 .list-item{padding-left:25px}.tm-list.style-check-02 .marker:before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;content:"\f00c";font-size:10px;line-height:1}.tm-list.style-check-02 .title{font-size:14px;line-height:inherit;color:inherit;font-weight:500}.tm-list.style-icon .title{font-size:18px;line-height:1.55}.tm-list.style-icon .marker{min-width:calc(1em + 18px);font-size:20px}.tm-list.style-icon-02{grid-row-gap:15px}.tm-list.style-icon-02 .title{font-size:inherit;font-weight:inherit;line-height:1.66;color:inherit}.tm-list.style-icon-02 .marker{min-width:30px;font-size:18px}.tm-list.style-circle-02 .list-item,.tm-list.style-circle .list-item{padding-left:20px}.tm-list.style-circle-02 .marker:before,.tm-list.style-circle .marker:before{position:absolute;top:8px;left:0;display:block;content:"\f192";font-size:8px}.tm-list.style-circle-02 .title,.tm-list.style-circle .title{font-weight:inherit}.tm-list.style-circle-02 .title{font-weight:inherit;color:inherit}.tm-list.style-modern-icon{grid-row-gap:50px}.tm-list.style-modern-icon .marker{width:55px;height:55px;line-height:55px;border-radius:50%;text-align:center;margin-right:16px;font-size:50px}.tm-list.style-modern-icon .title{font-size:14px;text-transform:uppercase;letter-spacing:1px}.tm-list.style-modern-icon .sub-title{text-transform:capitalize;font-weight:400;letter-spacing:0;color:#7a8a9e}.tm-list.style-modern-icon .desc{margin-top:15px;margin-bottom:0}.tm-list.style-modern-icon-02{grid-row-gap:30px}.tm-list.style-modern-icon-02 .marker{width:70px;height:70px;line-height:70px;border-radius:50%;text-align:center;margin-right:29px;font-size:30px;color:#fff}.tm-list.style-modern-icon-02 .title{font-size:14px;text-transform:uppercase;letter-spacing:1px;line-height:1.2;border-bottom:1px solid #eee;padding-bottom:15px}.tm-list.style-modern-icon-02 .desc{margin-top:15px;margin-bottom:0}.tm-list.style-modern-icon-03{grid-row-gap:30px}.tm-list.style-modern-icon-03 .marker{width:70px;height:70px;line-height:70px;text-align:center;margin-right:29px;font-size:30px;color:#ff875f;border:1px solid #ddd;background-color:#fff}.tm-list.style-modern-icon-03 .title{font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:700;line-height:1.2;margin-bottom:12px}.tm-list.style-modern-icon-03 .desc{margin-bottom:0}.tm-list.style-auto-numbered,.tm-list.style-manual-numbered{grid-row-gap:30px}.tm-list.style-auto-numbered .marker,.tm-list.style-manual-numbered .marker{font-size:18px;font-weight:700;line-height:1.2;margin-right:10px}.tm-list.style-auto-numbered .title,.tm-list.style-manual-numbered .title{font-size:18px;line-height:1.2}.tm-list.style-auto-numbered .desc,.tm-list.style-manual-numbered .desc{margin-top:15px;margin-bottom:0}@media (min-width:544px){.tm-list.style-modern-icon-02{grid-row-gap:60px}.tm-list.style-auto-numbered,.tm-list.style-manual-numbered{grid-row-gap:57px}}.tm-gradation{margin:0 -15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.tm-gradation .count{font-size:36px;font-weight:700;color:#ddd;margin-bottom:20px;line-height:1.22}.tm-gradation .count-wrap{position:relative;height:28px;margin-bottom:27px}.tm-gradation .dot{width:28px;height:28px;border-radius:100%;z-index:2}.tm-gradation .dot,.tm-gradation .dot:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-gradation .dot:before{content:"";width:18px;height:18px;border-radius:50%}.tm-gradation .dot:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%}.tm-gradation .line{position:absolute;top:14px;left:0;border-top:1px dashed #d4d2d2;width:calc(100% + 30px);height:1px;margin-top:-1px}.tm-gradation .item{width:33.33333%;padding:0 15px;position:relative;opacity:1}@media (min-width:768px){.tm-gradation .item{opacity:0}.tm-gradation .item.animate{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);-webkit-animation:moveHorizontal 1s ease forwards;animation:moveHorizontal 1s ease forwards}}.tm-gradation .item:first-child .line:before,.tm-gradation .item:last-child .line:after{display:none}.tm-gradation .title{font-size:20px;margin-bottom:15px}.tm-gradation--basic{overflow:hidden}.tm-gradation--basic .dot{width:28px;height:28px;border-radius:100%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-gradation--no_number{padding-top:28px}.tm-gradation--no_number:before{content:"";width:calc(100% - 30px);height:1px;border-top:1px dashed #d4d2d2;position:absolute;top:14px;left:15px}.tm-gradation--no_number .dot{top:-14px}.tm-gradation--no_number .count-wrap{margin-bottom:20px}.tm-gradation--no_number .content-wrap{position:relative;box-shadow:0 0 20px 0 rgba(0,0,0,.06);padding:50px 25px;text-align:center}.tm-gradation--no_number .content-wrap:after{content:"";position:absolute;width:0;height:0;top:0;left:calc(50% + 21px);box-sizing:border-box;border:15px solid;border-color:transparent transparent #fff #fff;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);-webkit-filter:drop-shadow(-3px 3px 10px rgba(0,0,0,.05));filter:drop-shadow(-3px 3px 10px rgba(0,0,0,.05))}.tm-gradation--with_image{text-align:center}.tm-gradation--with_image .item{width:33.33333%;padding:0 30px}@media (max-width:1199px){.tm-gradation--with_image{margin:0 -30px}.tm-gradation--with_image .item{padding:0 30px}}.tm-gradation--with_image img{box-shadow:0 10px 20px rgba(0,0,0,.11)}.tm-gradation--with_image .count{margin:0;line-height:1}.tm-gradation--with_image .count span{display:inline-block;position:relative;color:#fff;background-color:#ff875f;width:45px;height:45px;line-height:45px;text-align:center;border-radius:50%;font-size:18px;font-weight:700}.tm-gradation--with_image .count span:after,.tm-gradation--with_image .count span:before{display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";border-radius:50%;background-color:#ff875f;z-index:-1}.tm-gradation--with_image .count span:before{width:57px;height:57px;opacity:.2}.tm-gradation--with_image .count span:after{width:69px;height:69px;opacity:.09}.tm-gradation--with_image .image-wrap{padding-top:12px;margin-bottom:40px}.tm-gradation--with_image .image-wrap img{border-radius:50%}.tm-gradation--with_image .image-wrap.has-image{padding-top:0;position:relative;display:inline-block}.tm-gradation--with_image .image-wrap.has-image .count{position:absolute;top:12px;left:12px;z-index:2}.tm-gradation--with_image .item:hover .count span:after,.tm-gradation--with_image .item:hover .count span:before{-webkit-animation:circle-2 1.05s infinite;animation:circle-2 1.05s infinite}@media (max-width:991px){.tm-gradation--with_image{display:block}.tm-gradation--with_image .item{width:100%}.tm-gradation--with_image .item+.item{margin-top:50px}}@media (max-width:767px){.tm-gradation{display:block}.tm-gradation .item{width:100%}.tm-gradation .item+.item{margin-top:50px}.tm-gradation .count-wrap{margin-bottom:25px}}.tm-icon .icon{position:relative;font-size:20px;line-height:1}.tm-icon .icon span{font-size:inherit}.tm-icon.style-01{line-height:0}.tm-icon.style-01 .icon{font-size:40px;width:100px;height:100px;display:inline-block;border-radius:50%;color:#fff}.tm-icon.style-01 span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-client .image,.tm-client .image-hover{-webkit-transition:all .4s linear;transition:all .4s linear}.tm-client .image-hover{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.tm-client .inner{position:relative}.tm-client .has-image-hover:hover .image{opacity:0;visibility:hidden}.tm-client .has-image-hover:hover .image-hover{opacity:1;visibility:visible}.tm-client.style-grid .grid-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:1px solid #eee;padding:20px;text-align:center;min-height:140px;height:100%;width:100%}.tm-client.style-grid .grid-inner:hover{border-color:transparent;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05)}.tm-client.style-grid img{margin:0 auto}.tm-client.hover-main-move-up{margin-top:-10px}.tm-client.hover-main-move-up .swiper-container{padding-top:10px}.tm-client.hover-main-move-up .image:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-client.hover-slide-up{margin-top:-20px}.tm-client.hover-slide-up .swiper-container{padding-top:20px}.tm-client.hover-slide-up .image-hover{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.tm-client.hover-slide-up .has-image-hover:hover .image{visibility:hidden;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-client.hover-slide-up .has-image-hover:hover .image-hover{-webkit-transform:none;-ms-transform:none;transform:none}.tm-client.hover-slide-down{margin-bottom:-20px}.tm-client.hover-slide-down .swiper-container{padding-bottom:20px}.tm-client.hover-slide-down .image-hover{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.tm-client.hover-slide-down .has-image-hover:hover .image{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.tm-client.hover-slide-down .has-image-hover:hover .image-hover{-webkit-transform:none;-ms-transform:none;transform:none}.tm-client.hover-grow-up .image-hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tm-client.hover-grow-up .has-image-hover:hover .image-hover{-webkit-transform:none;-ms-transform:none;transform:none}.tm-client.style-2-rows [data-swiper-row="0"]{margin-bottom:70px}.tm-callout-box.style-01{padding:57px 25px 72px;border-radius:5px;background:url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-envelope-open-02.png) no-repeat 100% 100%}.tm-box-icon{margin-bottom:60px;position:relative}.tm-box-icon .icon{line-height:1}.tm-box-icon .tm-svg{line-height:0}.tm-box-icon .tm-svg *{stroke:currentColor}.tm-box-icon .overlay{position:absolute;top:0;left:0;width:100%;height:100%}.tm-box-icon .content-wrap{height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tm-box-icon .tm-box-icon__btn{margin-top:34px;text-align:left}.tm-box-icon .tm-box-icon__btn .button-icon{font-size:14px;position:relative;top:1px;left:auto;right:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-left:3px}.tm-box-icon.style-1:hover .icon:before,.tm-box-icon.style-1:hover .icon img,.tm-box-icon.style-1:hover .icon span,.tm-box-icon.style-1:hover .image:before,.tm-box-icon.style-1:hover .image img,.tm-box-icon.style-1:hover .image span{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease;animation-timing-function:ease;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tm-box-icon.style-1:hover .icon img,.tm-box-icon.style-1:hover .icon span,.tm-box-icon.style-1:hover .image img,.tm-box-icon.style-1:hover .image span{-webkit-animation-name:bounce;animation-name:bounce}.tm-box-icon.style-1:hover .icon:before,.tm-box-icon.style-1:hover .image:before{-webkit-animation-name:zoom-bounce;animation-name:zoom-bounce}.tm-box-icon.style-1 .image{width:100%}.tm-box-icon.style-1 .icon{font-size:60px}.tm-box-icon.style-1 .icon span{display:block}.tm-box-icon.style-1 .icon,.tm-box-icon.style-1 .image{position:relative;margin-bottom:80px;line-height:1}.tm-box-icon.style-1 .icon img,.tm-box-icon.style-1 .image img{min-height:91px}.tm-box-icon.style-1 .icon:before,.tm-box-icon.style-1 .image:before{position:absolute;bottom:0;left:50%;margin-left:-22px;content:"";width:44px;height:7px;background-color:#dfe0e0;border-radius:50%}.tm-box-icon.style-1 .tm-svg{width:54px}.tm-box-icon.style-1 .icon,.tm-box-icon.style-1 .image{padding-bottom:25px;margin-bottom:30px}.tm-box-icon.style-1 .heading{font-size:18px;line-height:1.4;margin-bottom:17px}.tm-box-icon.style-1 .text{max-width:350px}.tm-box-icon.style-2 .content-wrap{position:relative;background-color:#fff;padding:30px;box-shadow:0 0 30px rgba(0,0,0,.06)}.tm-box-icon.style-2 .content-wrap:after{content:"";position:absolute;bottom:0;right:0;width:0;height:3px;background-color:#ff875f}.tm-box-icon.style-2 .content-wrap:hover{box-shadow:0 20px 40px rgba(0,0,0,.09);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.tm-box-icon.style-2 .content-wrap:hover:after{width:100%;left:0;right:auto}.tm-box-icon.style-2 .content{width:100%}.tm-box-icon.style-2 .icon{font-size:54px;width:100%}.tm-box-icon.style-2 .tm-svg{width:54px}.tm-box-icon.style-2 .icon,.tm-box-icon.style-2 .image{margin-bottom:30px}.tm-box-icon.style-2 .image{text-align:center;width:100%}.tm-box-icon.style-2 .heading{font-size:18px;padding-bottom:20px;border-bottom:1px dashed #d4d2d2;margin-bottom:25px}.tm-box-icon.style-2 .text{margin-bottom:20px}.tm-box-icon.style-2 .box-icon-list{list-style:none;padding:0;margin:0 0 20px}.tm-box-icon.style-2 .box-icon-list li{color:#223645}.tm-box-icon.style-2 .box-icon-list li+li{margin-top:10px}.tm-box-icon.style-2 .box-icon-list li i{font-size:12px;margin-right:10px}.tm-box-icon.style-2 .tm-box-icon__btn{margin:0 0 20px}.tm-box-icon.style-3:hover .icon,.tm-box-icon.style-3:hover .image{-webkit-animation:box-image-pop .3s linear;animation:box-image-pop .3s linear}.tm-box-icon.style-3 .icon{width:70px;height:70px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:2px solid;font-size:30px;font-weight:500;margin-bottom:35px;margin-right:30px}.tm-box-icon.style-3 .tm-svg{width:60px}.tm-box-icon.style-3 .content-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-box-icon.style-3 .image{width:100px;margin-right:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-box-icon.style-3 .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-box-icon.style-3 .heading{font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.tm-box-icon.style-4{width:100%}.tm-box-icon.style-4:hover .icon,.tm-box-icon.style-4:hover .image{-webkit-animation:box-image-pop .3s linear;animation:box-image-pop .3s linear}.tm-box-icon.style-4:hover .content-wrap{box-shadow:none}.tm-box-icon.style-4 .content-wrap{width:100%;height:100%;background-color:#fff;padding:60px 80px 60px 100px;box-shadow:-10px 10px 30px rgba(0,0,0,.03)}@media (max-width:1919px){.tm-box-icon.style-4 .content-wrap{padding:60px 50px}}.tm-box-icon.style-4 .icon{font-size:46px;font-weight:500;margin-bottom:35px;margin-right:30px}.tm-box-icon.style-4 .tm-svg{width:60px}.tm-box-icon.style-4 .content-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-box-icon.style-4 .image{margin-right:25px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:60px}.tm-box-icon.style-4 .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-box-icon.style-4 .heading{font-size:22px;margin-bottom:0}.tm-box-icon.style-4 .text{margin-top:15px}.tm-box-icon.style-5:hover .image{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-box-icon.style-5:hover .image img{box-shadow:0 10px 20px rgba(0,0,0,.09)}.tm-box-icon.style-5:hover .icon{-webkit-animation:box-image-pop .3s linear;animation:box-image-pop .3s linear}.tm-box-icon.style-5 .image{width:100%}.tm-box-icon.style-5 .icon{font-size:54px}.tm-box-icon.style-5 .tm-svg{width:54px}.tm-box-icon.style-5 .icon,.tm-box-icon.style-5 .image{margin-bottom:30px}.tm-box-icon.style-5 .heading{font-size:22px;line-height:1.4;margin-bottom:14px}.tm-box-icon.style-5 .text{max-width:350px}.tm-box-icon.style-6:hover .icon{-webkit-animation-name:box-image-pop;animation-name:box-image-pop;-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease;animation-timing-function:ease;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tm-box-icon.style-6:hover .content-wrap{border-color:#334657;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-box-icon.style-6:hover .content-wrap:before{background-color:#334657}.tm-box-icon.style-6 .content-wrap{position:relative;padding:35px 22px 50px;border:1px solid hsla(0,0%,100%,.08)}.tm-box-icon.style-6 .content-wrap:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-color:#223645;z-index:-1}.tm-box-icon.style-6 .image{width:100%}.tm-box-icon.style-6 .icon{font-size:50px}.tm-box-icon.style-6 .tm-svg{width:50px}.tm-box-icon.style-6 .icon,.tm-box-icon.style-6 .image{margin-bottom:30px}.tm-box-icon.style-6 .heading{font-size:18px;line-height:1.4;margin-bottom:20px;color:#fff}.tm-box-icon.style-6 .heading a,.tm-box-icon.style-6 .tm-box-icon__btn{color:#fff}.tm-box-icon.style-6 .text{max-width:350px}.tm-box-icon.style-7:hover .icon-overlay{border:2px dotted #ff875f}.tm-box-icon.style-7:hover .content-wrap{box-shadow:0 30px 35px rgba(0,0,0,.12);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-box-icon.style-7 .content-wrap{padding:20px;box-shadow:0 0 20px rgba(0,0,0,.12);background-color:#fff}.tm-box-icon.style-7 .content{padding:0 25px 25px}.tm-box-icon.style-7 .image{width:100%}.tm-box-icon.style-7 .icon-wrap{position:relative;width:116px;height:116px;margin:20px auto 30px;text-align:center}.tm-box-icon.style-7 .icon-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:58px dotted #ebf5f5}.tm-box-icon.style-7 .icon{position:relative;z-index:1}.tm-box-icon.style-7 .icon span{display:inline-block;position:relative;font-size:56px;width:116px;height:116px;line-height:116px;border-radius:50%}.tm-box-icon.style-7 .tm-svg{width:50px}.tm-box-icon.style-7 .icon,.tm-box-icon.style-7 .image{margin-bottom:30px}.tm-box-icon.style-7 .heading{font-size:20px;line-height:1.4;margin-bottom:14px}.tm-box-icon.style-7 .tm-box-icon__btn{width:100%;text-align:center}.tm-box-icon.style-7 .tm-box-icon__btn:hover{color:#fff!important}.tm-box-icon.style-7 .tm-box-icon__btn:hover .button-icon{color:#fff}.tm-box-icon.style-8:hover .icon:before,.tm-box-icon.style-8:hover .icon img,.tm-box-icon.style-8:hover .icon span,.tm-box-icon.style-8:hover .image:before,.tm-box-icon.style-8:hover .image img,.tm-box-icon.style-8:hover .image span{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease;animation-timing-function:ease;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tm-box-icon.style-8:hover .icon img,.tm-box-icon.style-8:hover .icon span,.tm-box-icon.style-8:hover .image img,.tm-box-icon.style-8:hover .image span{-webkit-animation-name:bounce;animation-name:bounce}.tm-box-icon.style-8 .image{width:100%}.tm-box-icon.style-8 .icon{font-size:60px}.tm-box-icon.style-8 .icon span{display:block}.tm-box-icon.style-8 .icon,.tm-box-icon.style-8 .image{position:relative;margin-bottom:35px;line-height:1}.tm-box-icon.style-8 .tm-svg{width:54px}.tm-box-icon.style-8 .heading{font-size:18px;line-height:1.4;margin-bottom:17px}.tm-box-icon.style-8 .text{max-width:350px}.tm-box-icon.style-9:hover .icon,.tm-box-icon.style-9:hover .image{-webkit-animation:.75s linear tm-animation-buzz-out;animation:.75s linear tm-animation-buzz-out}.tm-box-icon.style-9 .icon{font-size:60px}.tm-box-icon.style-9 .icon span{display:block}.tm-box-icon.style-9 .image{line-height:1}.tm-box-icon.style-9 .icon,.tm-box-icon.style-9 .image{position:relative;margin-bottom:22px}.tm-box-icon.style-9 .icon span{display:inline-block;border:1px solid red;border-radius:50%;width:87px;height:87px;line-height:87px;text-align:center;font-size:45px}.tm-box-icon.style-9 .icon:before{content:"";position:absolute;top:3px;left:7px;background:red;width:87px;height:87px;border-radius:50%;z-index:-1;opacity:.1}.tm-box-icon.style-9 .sub-heading{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:9px}.tm-box-icon.style-9 .heading{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:17px}.tm-box-icon.style-9 .text{max-width:350px}.tm-box-icon.style-10:hover .content-wrap{box-shadow:0 0 20px rgba(0,0,0,.12);background-color:#fff}.tm-box-icon.style-10:hover .icon,.tm-box-icon.style-10:hover .image{-webkit-animation:.75s linear tm-animation-buzz-out;animation:.75s linear tm-animation-buzz-out;-webkit-filter:grayscale(0);filter:grayscale(0)}.tm-box-icon.style-10 .content-wrap{padding:28px 28px 35px;border-radius:5px}.tm-box-icon.style-10 .image{width:100%;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.tm-box-icon.style-10 .icon{font-size:72px}.tm-box-icon.style-10 .tm-svg{width:50px}.tm-box-icon.style-10 .icon,.tm-box-icon.style-10 .image{margin-bottom:30px}.tm-box-icon.style-10 .heading{font-size:20px;line-height:1.4;margin-bottom:14px}.tm-box-icon.style-10 .tm-box-icon__btn{margin-top:25px}.tm-box-icon.style-11 .content-wrap{position:relative;border-radius:5px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-box-icon.style-11 .content-wrap:hover{box-shadow:0 10px 30px rgba(0,0,0,.3)}.tm-box-icon.style-11 .content-wrap:hover .image img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}.tm-box-icon.style-11 .content-wrap:before{position:absolute;bottom:0;left:0;width:100%;height:60%;content:"";z-index:1;background:#000;background:-webkit-linear-gradient(top,transparent,#000);background:linear-gradient(180deg,transparent,#000)}.tm-box-icon.style-11 .image{width:100%}.tm-box-icon.style-11 .image img{width:100%;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-box-icon.style-11 .content{position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:30px}.tm-box-icon.style-11 .heading{color:#fff;font-size:20px;margin-bottom:12px}.tm-box-icon.style-11 .text{font-size:14px;color:hsla(0,0%,100%,.7)}.tm-accordion .accordion-title-wrapper{cursor:pointer}.tm-accordion .accordion-title{margin-bottom:0}.tm-accordion .accordion-content{display:none}.tm-accordion.style-1 .accordion-section{border:1px solid #ddd;background-color:#f7f7f7}.tm-accordion.style-1 .accordion-section+.accordion-section{margin-top:30px}.tm-accordion.style-1 .accordion-title{position:relative;font-size:18px;background-color:#f7f7f7;font-weight:600;line-height:1.2;padding:15px 50px 15px 25px}.tm-accordion.style-1 .accordion-title:before{content:"";width:3px;height:0;background-color:red;position:absolute;top:0;left:0}.tm-accordion.style-1 .accordion-content{background-color:#fff;border-top:1px solid #ddd}.tm-accordion.style-1 .title-prefix{font-size:26px;font-weight:600;color:#ff875f;margin-right:15px}.tm-accordion.style-1 .accordion-icon{right:20px;font-weight:500;color:#bbb}.tm-accordion.style-1 .accordion-icon,.tm-accordion.style-1 .accordion-icon:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-accordion.style-1 .accordion-icon:before{right:0;font-size:24px;content:"\f055"}.tm-accordion.style-1 .active .accordion-icon:before{content:"\f056"}.tm-accordion.style-1 .accordion-title-wrapper:hover .accordion-title:before,.tm-accordion.style-1 .active .accordion-title:before{height:100%}.tm-accordion.style-1 .accordion-content{padding:26px 35px 43px}.tm-accordion.style-2 .accordion-section+.accordion-section{margin-top:10px}.tm-accordion.style-2 .accordion-title{position:relative;font-size:18px;font-weight:600;line-height:1.2;padding:5px 0;display:inline-block;border-bottom:3px solid transparent;color:#7a8a9e}.tm-accordion.style-2 .accordion-title:after{content:"";width:0;height:2px;bottom:-3px;position:absolute;left:auto;right:0;z-index:-1;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s}.tm-accordion.style-2 .title-prefix{font-size:26px;font-weight:600;color:#ff875f;margin-right:15px}.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title:after{width:100%;left:0;right:auto}.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title,.tm-accordion.style-2 .active .accordion-title{color:#223645}.tm-accordion.style-2 .accordion-title-wrapper:hover .accordion-title:after,.tm-accordion.style-2 .active .accordion-title:after{width:100%}.tm-accordion.style-2 .accordion-content{padding:30px 0}.tm-accordion.style-3 .accordion-section{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.06)}.tm-accordion.style-3 .accordion-section.active{box-shadow:0 20px 20px rgba(0,0,0,.06)}.tm-accordion.style-3 .accordion-section.active .accordion-icon{color:#fff}.tm-accordion.style-3 .accordion-section+.accordion-section{margin-top:30px}.tm-accordion.style-3 .accordion-title{position:relative;font-size:18px;font-weight:600;line-height:1.2;padding:15px 50px 15px 25px}.tm-accordion.style-3 .accordion-title:hover,.tm-accordion.style-3 .accordion-title:hover span{color:#fff}.tm-accordion.style-3 .title-prefix{font-size:26px;font-weight:600;color:#ff875f;margin-right:15px}.tm-accordion.style-3 .accordion-icon{right:20px;font-weight:500;color:#bbb}.tm-accordion.style-3 .accordion-icon,.tm-accordion.style-3 .accordion-icon:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-accordion.style-3 .accordion-icon:before{right:0;font-size:24px;content:"\f055"}.tm-accordion.style-3 .active .accordion-icon:before{content:"\f056"}.tm-accordion.style-3 .accordion-title-wrapper:hover .accordion-title,.tm-accordion.style-3 .active .accordion-title{color:#fff}.tm-accordion.style-3 .accordion-content{padding:26px 35px 43px}.typed-cursor{opacity:1;-webkit-animation:blink .7s infinite;animation:blink .7s infinite}.tm-heading.center .heading{margin-left:auto;margin-right:auto}.tm-heading h1,.tm-heading h2,.tm-heading h3,.tm-heading h4,.tm-heading h5,.tm-heading h6{margin-bottom:0}.tm-heading mark{background-color:transparent}.tm-heading a{font-size:inherit;color:inherit;position:relative}.tm-heading a:after,.tm-heading a:before{-webkit-transition:all .3s,background-color 0s;transition:all .3s,background-color 0s;content:"";height:1px;width:0;background-color:currentColor;position:absolute;bottom:-3px}.tm-heading a:before{right:50%}.tm-heading a:after{left:50%}.tm-heading a:hover{color:inherit}.tm-heading a:hover:after,.tm-heading a:hover:before{width:50%}.tm-heading .icon{display:inline-block;margin-right:20px;vertical-align:inherit}.tm-heading.with-separator-1 .heading{display:inline-block;position:relative;font-size:36px;padding-bottom:5px;overflow:hidden}.tm-heading.with-separator-1 .heading:after,.tm-heading.with-separator-1 .heading:before{position:absolute;bottom:0;content:"";display:block;width:100%;height:1px;background:#ddd}.tm-heading.with-separator-1 .heading:before{left:0}.tm-heading.with-separator-1 .heading:after{right:calc(100% + 10px)}.tm-heading.with-separator-1 .heading:hover:before{left:calc(100% + 10px)}.tm-heading.with-separator-1 .heading:hover:after{right:0}.tm-heading.with-separator-2 .heading{position:relative;display:inline-block;padding-bottom:30px}.tm-heading.with-separator-2 .heading:after{position:absolute;left:0;bottom:0;content:"";display:block;width:100px;height:2px;background:red}.tm-heading.with-separator-2.center .heading:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tm-heading.with-separator-2.right .heading:after{left:auto;right:0}.tm-heading.modern-icon .heading{position:relative}.tm-heading.modern-icon .heading .icon{position:absolute;top:50%;right:calc(100% - 40px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;z-index:-1}.tm-heading.highlight-big-number mark{font-size:120px;line-height:1;margin-right:5px;float:left}.tm-heading.highlight-big-number mark sup{font-size:.5em;vertical-align:super}.typed-text mark{background:none}.tm-testimonial .swiper-pagination{bottom:-60px}.tm-testimonial .post-thumbnail img{border-radius:50%}.tm-testimonial .testimonial-name{margin-bottom:0}.tm-testimonial .testimonial-by-line{font-style:italic;color:#7a8a9e}.tm-testimonial .testimonial-rating{font-size:14px;color:#ffc246}.tm-testimonial .testimonial-desc{font-weight:600}.tm-testimonial .testimonial-desc p:last-child{margin-bottom:0}.tm-testimonial.style-1{text-align:center}.tm-testimonial.style-1 .testimonial-item{width:100%}.tm-testimonial.style-1 .testimonial-name{font-size:18px}.tm-testimonial.style-1 .testimonial-desc{font-size:20px;max-width:770px;margin:0 auto}.tm-testimonial.style-1 .testimonial-info .inner{padding-top:35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:left}.tm-testimonial.style-1 .post-thumbnail{margin-right:15px}.tm-testimonial.style-1 .testimonial-rating{margin-bottom:22px}.tm-testimonial.style-2 .testimonial-item{position:relative}.tm-testimonial.style-2 .testimonial-footer,.tm-testimonial.style-2 .testimonial-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-testimonial.style-2 .testimonial-header{margin-bottom:30px}.tm-testimonial.style-2 .testimonial-footer{border-top:1px dashed #eee;padding-top:30px}.tm-testimonial.style-2 .quote-icon{font-size:55px;line-height:1;color:#ff875f}.tm-testimonial.style-2 .post-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-testimonial.style-2 .testimonial-main-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-testimonial.style-2 .info-wrap{margin-left:20px}.tm-testimonial.style-2 .testimonial-name{font-size:18px}.tm-testimonial.style-2 .testimonial-desc{font-size:26px;margin-bottom:30px}.tm-testimonial.style-2 .swiper-custom-btn{height:50px;width:50px;line-height:48px;float:left;text-align:center;font-size:20px}.tm-testimonial.style-2 .swiper-custom-btn:hover{cursor:pointer}.tm-testimonial.style-2 .btn-next-slider{position:relative}.tm-testimonial.style-2 .btn-next-slider:after{content:"";position:absolute;top:50%;right:100%;width:1px;height:20px;margin-top:-11px;background-color:#eee}.tm-testimonial.style-3 .testimonial-item{position:relative;margin-bottom:40px}.tm-testimonial.style-3 .post-thumbnail{margin-bottom:30px}.tm-testimonial.style-3 .post-thumbnail img{border-radius:0;width:100%}.tm-testimonial.style-3 .testimonial-info{position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-testimonial.style-3 .quote-icon{position:absolute;top:0;right:0;display:inline-block;width:35px;height:30px}.tm-testimonial.style-3 .testimonial-name{font-size:18px;margin-bottom:13px}.tm-testimonial.style-3 .testimonial-by-line{text-transform:capitalize;font-size:14px;font-weight:400}.tm-testimonial.style-3 .testimonial-by-line:before{content:" - "}.tm-testimonial.style-3 .testimonial-rating{margin-bottom:14px}.tm-testimonial.style-3 .testimonial-desc{font-size:18px}@media (min-width:544px){.tm-testimonial.style-3 .testimonial-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-testimonial.style-3 .post-thumbnail{width:250px;height:190px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px;margin-bottom:0}}@media (min-width:992px){.tm-testimonial.style-3 .post-thumbnail{margin-right:50px}}.tm-testimonial.style-4 .testimonial-item{width:800px;max-width:100%;margin:0 auto;text-align:center}.tm-testimonial.style-4 .testimonial-rating{margin-bottom:20px}.tm-testimonial.style-4 .testimonial-desc{font-size:24px;margin-bottom:17px}.tm-testimonial.style-4 .testimonial-name{font-size:18px}.tm-testimonial.style-4 .testimonial-by-line{font-size:14px;font-weight:400;color:#7a8a9e}.tm-testimonial.style-4 .testimonial-by-line:before{content:" - "}.tm-testimonial.style-5 .testimonial-item{width:100%;padding:149px 0;background-color:#222;background-repeat:no-repeat;background-position:50%;background-size:cover}.tm-testimonial.style-5 .post-thumbnail{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.tm-testimonial.style-5 .post-thumbnail img{border-radius:0}.tm-testimonial.style-5 .testimonial-rating{margin-bottom:14px}.tm-testimonial.style-5 .testimonial-info{position:relative;background:#fff;padding:56px 50px 45px}.tm-testimonial.style-5 svg{position:absolute;top:-30px;right:40px}.tm-testimonial.style-5 .testimonial-desc{font-size:20px;margin-bottom:64px}.tm-testimonial.style-5 .testimonial-name{font-size:22px}.tm-testimonial.style-5 .testimonial-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-testimonial.style-5 .testimonial-main-info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-testimonial.style-5 .swiper-custom-action-wrap{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.tm-testimonial.style-5 .swiper-custom-btn{height:50px;width:50px;line-height:48px;float:left;text-align:center;font-size:20px}.tm-testimonial.style-5 .swiper-custom-btn:hover{cursor:pointer}.tm-testimonial.style-5 .btn-next-slider{position:relative}.tm-testimonial.style-5 .btn-next-slider:after{content:"";position:absolute;top:50%;right:100%;width:1px;height:20px;margin-top:-11px;background-color:#ddd}@media (max-width:991px){.tm-testimonial.style-5 .testimonial-item{padding:100px 0}}@media (max-width:767px){.tm-testimonial.style-5 .testimonial-info{padding:30px 25px}.tm-testimonial.style-5 .testimonial-desc{font-size:18px}.tm-testimonial.style-5 svg{width:52px}}@media (max-width:543px){.tm-testimonial.style-5 .testimonial-desc,.tm-testimonial.style-5 .testimonial-main-info{margin-bottom:30px}.tm-testimonial.style-5 .testimonial-footer{display:block}}.tm-testimonial.style-6{margin:-30px -15px}.tm-testimonial.style-6 .swiper-container{padding:30px 15px}.tm-testimonial.style-6 .testimonial-item{width:100%}.tm-testimonial.style-6 .testimonial-item:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-testimonial.style-6 .testimonial-content{position:relative;width:100%;background-color:#fff;box-shadow:0 20px 30px rgba(0,0,0,.06);padding:33px 30px 42px}.tm-testimonial.style-6 .testimonial-content:before{position:absolute;top:100%;left:43px;content:"";width:0;height:0;border:12px solid transparent;border-color:transparent transparent #fff #fff;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.tm-testimonial.style-6 .testimonial-rating{margin-bottom:14px;font-size:12px}.tm-testimonial.style-6 .testimonial-info{padding:40px 0 0 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-testimonial.style-6 .post-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-testimonial.style-6 .testimonial-main-info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:20px}.tm-testimonial.style-6 .testimonial-name{font-size:18px;margin-bottom:2px}.tm-testimonial.style-6 .testimonial-by-line{font-size:12px}.tm-testimonial.style-6 .testimonial-desc{font-size:16px;margin-bottom:2px}.tm-testimonial.style-6 .testimonial-desc p{margin-bottom:0}.tm-testimonial.style-7 .testimonial-item{width:100%}.tm-testimonial.style-7 .testimonial-content-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-testimonial.style-7 .quote-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:5px}.tm-testimonial.style-7 .testimonial-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding-left:25px}.tm-testimonial.style-7 .testimonial-rating{margin-top:14px}.tm-testimonial.style-7 .testimonial-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.tm-testimonial.style-7 .post-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-testimonial.style-7 .testimonial-main-info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:20px}.tm-testimonial.style-7 .testimonial-name{font-size:22px;font-weight:700;margin-bottom:2px}.tm-testimonial.style-7 .testimonial-by-line{font-style:italic}.tm-testimonial.style-7 .testimonial-desc{font-size:20px;font-weight:600;font-style:normal;margin-bottom:2px;color:#223645}.tm-testimonial.style-7 .testimonial-desc i{font-style:normal}.tm-testimonial.style-8 .testimonial-item{position:relative;border:1px solid #eee;padding:55px 33px 33px;background-color:#fff;margin-top:14px;text-align:center}.tm-testimonial.style-8 .quote-icon{position:absolute;top:-14px;left:50%;margin-left:-17px}.tm-testimonial.style-8 .post-thumbnail{margin-bottom:15px}.tm-testimonial.style-8 .testimonial-name{font-size:20px;font-weight:600}.tm-testimonial.style-8 .testimonial-by-line{font-size:14px;font-style:normal}.tm-testimonial.style-8 .testimonial-desc{color:inherit;margin-top:10px}.tm-testimonial.style-8 .testimonial-rating{margin-top:10px}.tm-testimonial.style-9{margin:-30px -15px}.tm-testimonial.style-9 .swiper-container{padding:30px 15px}.tm-testimonial.style-9 .testimonial-content{position:relative;background-color:#fff;box-shadow:0 15px 30px rgba(0,0,0,.03);padding:70px 35px 35px;border-radius:5px;text-align:center;margin-top:40px}.tm-testimonial.style-9 .post-thumbnail{position:absolute;top:0;left:0;width:100%;text-align:center;z-index:2}.tm-testimonial.style-9 .testimonial-name{font-size:20px;font-weight:600}.tm-testimonial.style-9 .testimonial-by-line{font-size:14px;font-style:normal}.tm-testimonial.style-9 .testimonial-desc{color:inherit;margin-top:10px}.tm-testimonial.style-9 .testimonial-rating{margin-top:10px}.tm-testimonial-pagination{width:320px;height:85px;margin:0 auto 55px;text-align:center}.tm-testimonial-pagination img{-webkit-transition:all .6s ease 0s;transition:all .6s ease 0s;width:85px}.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active){cursor:pointer}.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active) img{opacity:.4;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tm-testimonial-pagination .swiper-slide:not(.swiper-slide-active) img:hover{opacity:1}.tm-testimonial-list .testimonial-item{position:relative}.tm-testimonial-list .testimonial-item+.testimonial-item{margin-top:60px}.tm-testimonial-list .post-thumbnail{margin-bottom:30px}.tm-testimonial-list .post-thumbnail img{border-radius:0;width:100%}.tm-testimonial-list .testimonial-info{position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-testimonial-list .quote-icon{position:absolute;top:0;right:0;display:inline-block;width:35px;height:30px}.tm-testimonial-list .testimonial-name{font-size:18px;margin-bottom:13px}.tm-testimonial-list .testimonial-by-line{font-size:14px;font-weight:400;color:#7a8a9e;font-style:italic;text-transform:capitalize;letter-spacing:0}.tm-testimonial-list .testimonial-by-line:before{content:" - "}.tm-testimonial-list .testimonial-rating{font-size:14px;margin-bottom:14px;color:#ffc246}.tm-testimonial-list .testimonial-desc{font-size:18px;font-weight:600}.tm-testimonial-list .testimonial-desc p{margin-bottom:0}@media (min-width:544px){.tm-testimonial-list .testimonial-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-testimonial-list .post-thumbnail{width:250px;height:190px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px;margin-bottom:0}}@media (min-width:992px){.tm-testimonial-list .post-thumbnail{margin-right:50px}}.tm-slider .spacing{height:32px}.tm-slider .sub-title{font-size:14px;font-weight:700;letter-spacing:3px;line-height:1.71;text-transform:uppercase;margin-bottom:14px}.tm-slider .heading{font-size:24px;margin-bottom:12px}.tm-slider.fw-image .image img{width:100%}.tm-slider.tm-swiper.has-pagination.pagination-style-1{margin-bottom:50px}.tm-slider.tm-swiper.has-pagination.pagination-style-1 .swiper-pagination{bottom:-50px}.tm-slider.style-2 .swiper-container{padding-bottom:20px}.tm-slider.style-2 .image-wrap{position:relative;display:inline-block}.tm-slider.style-2 .image-wrap:after,.tm-slider.style-2 .image-wrap:before{position:absolute;content:"";border-radius:10px}.tm-slider.style-2 .image-wrap:before{background:#e9f5ff;bottom:-20px;left:42px;right:42px;height:100%}.tm-slider.style-2 .image-wrap:after{background:#bae0ff;bottom:-10px;left:25px;right:25px;height:100%}.tm-slider.style-2 .image{position:relative;z-index:3}.tm-slider.style-2 .image img{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.06)}.tm-slider.style-4 .image img{width:100%}.tm-slider.style-5{margin:0;position:relative}.tm-slider.style-5 .swiper-container{z-index:8;padding:0}.tm-slider.style-5 .swiper-container .swiper-slide .row{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-slider.style-5 .swiper-container .swiper-slide .row .image-wrap img{width:100%;height:auto}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .sub-title{font-size:14px;font-weight:700;color:#888;letter-spacing:1px}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .heading{font-size:40px;line-height:54px;position:relative;padding-bottom:30px;margin-bottom:30px}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .heading:before{content:"";display:block;width:50px;height:4px;background-color:#ff875f;position:absolute;left:0;bottom:0}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .text{font-size:18px;line-height:28px;font-weight:400;margin-bottom:40px}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .more a{display:inline-block;height:50px;line-height:50px;padding:0 30px;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff;background-color:#222;letter-spacing:1px}.tm-slider.style-5 .swiper-container .swiper-slide .row .info-wrap .more a:hover{background-color:#ff875f}.tm-slider.style-5 .swiper-pagination{display:inline-block;width:auto;left:50%;padding-left:15px;bottom:30px;z-index:7}@media (max-width:991px){.tm-slider.style-5 .swiper-container .swiper-slide .row .image-wrap{margin-bottom:30px}.tm-slider.style-5 .swiper-pagination{display:none}}.tm-slider-button{line-height:1}.tm-slider-button .slider-btn{outline:none!important;cursor:pointer}.tm-slider-button.style-01 .button-wrap{display:inline-block;border:1px solid #eee;border-radius:5px;overflow:hidden}.tm-slider-button.style-01 .slider-btn{border:1px solid #eee;width:58px;height:58px;line-height:56px;float:left;text-align:center;font-size:20px;color:#222}.tm-slider-button.style-01 .slider-btn:hover{background:#eee}.tm-slider-button.style-02 .button-wrap{display:inline-block}.tm-slider-button.style-02 .slider-btn{border:2px solid #ddd;border-radius:5px;width:60px;height:60px;line-height:56px;float:left;text-align:center;font-size:20px;color:#222}.tm-slider-button.style-02 .slider-btn:hover{color:#fff;border-color:transparent}.tm-slider-button.style-02 .slider-prev-btn{margin-right:10px}.tm-slider-button.style-03 .button-wrap{display:inline-block}.tm-slider-button.style-03 .slider-btn{border:2px solid #ddd;border-radius:50%;width:50px;height:50px;line-height:46px;float:left;text-align:center;font-size:18px;color:#222}.tm-slider-button.style-03 .slider-btn:hover{color:#fff;border-color:#ff875f;background-color:#ff875f}.tm-slider-button.style-03 .slider-prev-btn{margin-right:10px}.tm-slider-button.style-04 .button-wrap{display:inline-block;margin:0 -20px}.tm-slider-button.style-04 .slider-btn{float:left;text-align:center;font-size:16px;font-weight:600;padding:10px 20px}.tm-slider-button.style-04 .slider-btn+.slider-btn{position:relative}.tm-slider-button.style-04 .slider-btn+.slider-btn:before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"";width:1px;height:20px;background-color:#ddd;display:inline-block}.pricing-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pricing-wrap .tm-pricing{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.pricing-wrap .tm-pricing.tm-pricing-featured{z-index:2}@media (max-width:991px){.pricing-wrap .tm-pricing.style-3.tm-pricing-featured{margin-top:45px}}.tm-pricing{z-index:1;margin-bottom:30px}.tm-pricing h1,.tm-pricing h2,.tm-pricing h3,.tm-pricing h4,.tm-pricing h5,.tm-pricing h6{margin-bottom:0}.tm-pricing .tm-pricing-list{margin:0;padding:0}.tm-pricing .tm-pricing-list li{list-style-type:none}.tm-pricing .tm-pricing-button{min-width:170px;max-width:100%}.tm-pricing .pricing-image{margin-bottom:24px}.tm-pricing.style-1:hover .inner{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-pricing.style-1 .inner{box-shadow:0 20px 30px rgba(0,0,0,.03);background-color:#fff;text-align:center}.tm-pricing.style-1 .pricing-content-wrap{padding:40px 35px 65px}.tm-pricing.style-1 .title{text-align:center;padding:17px 15px;border-bottom:1px solid #eee;background:#fff;background:-webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(44%,#fff),color-stop(100%,#fafafa));background:-webkit-linear-gradient(top,#fff,#fff 44%,#fafafa);background:linear-gradient(180deg,#fff 0,#fff 44%,#fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafa",GradientType=0)}.tm-pricing.style-1 .price{display:inline-block;position:relative;font-size:50px;font-weight:700}.tm-pricing.style-1 .currency{position:absolute;top:10px;right:calc(100% + 10px);font-size:20px;vertical-align:super}.tm-pricing.style-1 .period{font-size:14px;font-weight:500;font-style:italic;color:#7a8a9e}.tm-pricing.style-1 .price-wrap{margin-bottom:30px}.tm-pricing.style-1 .description{margin-bottom:20px}.tm-pricing.style-1 .tm-pricing-list{text-align:left}.tm-pricing.style-1 .tm-pricing-list i{font-size:12px;margin-right:10px}.tm-pricing.style-1 .tm-pricing-list li{padding:13px 0;border-bottom:1px solid #eee}.tm-pricing.style-1 .tm-pricing-footer{margin-top:40px}.tm-pricing.style-1.tm-pricing-featured .inner{box-shadow:0 20px 30px rgba(0,0,0,.07)}.tm-pricing.style-1.tm-pricing-featured .price{color:#ff875f}.tm-pricing.style-2:hover .inner{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-pricing.style-2 .inner{position:relative;margin:0 auto;box-shadow:0 10px 40px rgba(0,0,0,.05);background-color:#fff;padding-bottom:60px}.tm-pricing.style-2 .inner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid transparent;pointer-events:none}.tm-pricing.style-2 .tm-pricing-recomend{position:absolute;top:20px;right:20px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.tm-pricing.style-2 .tm-pricing-header{text-align:center;background:#f7f7f7;padding:60px 30px 31px}.tm-pricing.style-2 .price-wrap-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}.tm-pricing.style-2 .currency{font-size:24px;color:inherit;vertical-align:super}.tm-pricing.style-2 .price{font-size:56px;font-weight:700;line-height:1;color:inherit;margin-left:4px;margin-right:4px}.tm-pricing.style-2 .period{font-size:14px;font-weight:500;font-style:italic;color:inherit;margin-top:5px}.tm-pricing.style-2 .period:before{content:"/"}.tm-pricing.style-2 .title{font-size:24px;margin-bottom:14px}.tm-pricing.style-2 .description{font-size:15px}.tm-pricing.style-2 .tm-pricing-content{padding:46px 30px 0}.tm-pricing.style-2 .tm-pricing-list{font-weight:400;color:#222}.tm-pricing.style-2 .tm-pricing-list li{position:relative;display:block}.tm-pricing.style-2 .tm-pricing-list li i{font-size:13px;margin-right:10px}.tm-pricing.style-2 .tm-pricing-list li+li{margin-top:16px}.tm-pricing.style-2 .tm-pricing-footer{padding:46px 30px 0;text-align:center}.tm-pricing.style-3 .inner{position:relative;padding:50px 40px;background-color:#fff}.tm-pricing.style-3 .tm-pricing-recomend{position:absolute;bottom:100%;left:0;text-align:center;font-weight:700;font-size:14px;letter-spacing:2px;text-transform:uppercase;width:100%;color:#fff;padding:10px 15px}.tm-pricing.style-3 .tm-pricing-recomend i{margin-right:10px}.tm-pricing.style-3 .pricing-content-wrap{padding:40px 35px 65px}.tm-pricing.style-3 .pricing-image{margin-bottom:30px}.tm-pricing.style-3 .title{font-size:24px;margin-bottom:22px}.tm-pricing.style-3 .price{display:inline-block;font-size:50px;font-weight:700}.tm-pricing.style-3 .currency{font-size:20px;vertical-align:super}.tm-pricing.style-3 .period{display:inline-block;font-size:14px;font-weight:500;font-style:italic;color:#7a8a9e;-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.tm-pricing.style-3 .period:before{content:"/ "}.tm-pricing.style-3 .price-wrap{margin-bottom:30px}.tm-pricing.style-3 .description{margin-bottom:25px}.tm-pricing.style-3 .tm-pricing-list{text-align:left}.tm-pricing.style-3 .tm-pricing-list i{font-size:12px;margin-right:10px}.tm-pricing.style-3 .tm-pricing-list li{padding:13px 0;border-bottom:1px solid #eee}.tm-pricing.style-3 .tm-pricing-footer{margin-top:40px}.tm-pricing.style-3 .tm-pricing-button{width:100%}.tm-pricing.style-3.tm-pricing-featured .inner{box-shadow:0 20px 35px rgba(0,0,0,.13);padding:50px 40px 90px}@media (max-width:991px){.pricing-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.pricing-wrap .tm-pricing{width:100%;max-width:100%;margin-right:0}}.tm-countdown{text-align:center;max-width:770px;margin:0 auto}.tm-countdown .day,.tm-countdown .hour,.tm-countdown .minute,.tm-countdown .second{text-align:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-countdown .countdown-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-countdown.style-1 .number{display:inline-block;font-size:60px;font-weight:700;line-height:1}.tm-countdown.style-1 .text{display:block;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-size:14px;margin-top:18px}.tm-countdown.style-1.skin-light .number{color:#fff}.tm-countdown.style-1.skin-light .text{color:hsla(0,0%,100%,.7)}.tm-countdown.style-2 .number{display:block;font-size:60px;line-height:1;font-weight:700;text-shadow:7px 2px 0 rgba(0,0,0,.1);margin-bottom:15px}.tm-countdown.style-2 .text{font-weight:600;font-size:14px;letter-spacing:1px;text-transform:uppercase}.tm-countdown.style-2.skin-light .number{color:#fff;text-shadow:7px 2px 0 hsla(0,0%,100%,.2)}.tm-countdown.style-2.skin-light .text{color:hsla(0,0%,100%,.7)}@media (max-width:1199px){.tm-countdown.style-1 .number,.tm-countdown.style-2 .number{font-size:80px}}@media (max-width:991px){.tm-countdown.style-1 .number,.tm-countdown.style-2 .number{font-size:60px}}@media (max-width:767px){.tm-countdown.style-1 .number,.tm-countdown.style-2 .number{font-size:40px}}.tm-counter{margin-bottom:30px}.tm-counter.align-left .number-wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.tm-counter.align-center .number-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tm-counter.align-right .number-wrap{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.tm-counter .number-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-counter .number-wrap span{display:inline-block}.tm-counter .counter-image{display:inline-block;position:relative;margin-bottom:80px}.tm-counter .counter-image:before{position:absolute;top:calc(100% + 30px);left:50%;margin-left:-22px;content:"";width:44px;height:7px;background-color:#dfe0e0;border-radius:50%}.tm-counter .icon{position:relative;margin-bottom:70px;color:#ff875f}.tm-counter .icon,.tm-counter .icon i{display:inline-block}.tm-counter .icon:before{position:absolute;top:calc(100% + 30px);left:50%;margin-left:-22px;content:"";width:44px;height:7px;background-color:#dfe0e0;border-radius:50%}.tm-counter:hover .counter-image:before,.tm-counter:hover .counter-image i,.tm-counter:hover .counter-image img,.tm-counter:hover .icon:before,.tm-counter:hover .icon i,.tm-counter:hover .icon img{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease;animation-timing-function:ease;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.tm-counter:hover .counter-image i,.tm-counter:hover .counter-image img,.tm-counter:hover .icon i,.tm-counter:hover .icon img{-webkit-animation-name:bounce;animation-name:bounce}.tm-counter:hover .counter-image:before,.tm-counter:hover .icon:before{-webkit-animation-name:zoom-bounce;animation-name:zoom-bounce}.tm-counter.style-01 .icon{font-size:60px;line-height:1}.tm-counter.style-01 .number-wrap{margin-bottom:17px;font-size:50px;line-height:1;font-weight:700}.tm-counter.style-01 .number-prefix{font-size:30px}.tm-counter.style-01 .number-suffix{font-size:30px;line-height:1}.tm-counter.style-01 .text{font-size:20px;line-height:1.5;margin-bottom:15px}.tm-counter.style-02 .icon{font-size:60px;line-height:1}.tm-counter.style-02 .number-wrap{margin-bottom:20px;font-size:100px;font-weight:700;line-height:1}.tm-counter.style-02 .number-prefix{font-weight:700;font-size:60px}.tm-counter.style-02 .number-suffix{font-size:36px;font-weight:700;line-height:1}.tm-counter.style-02 .text{font-size:18px;line-height:1.5;margin-bottom:15px}.tm-counter.style-03 .counter-image,.tm-counter.style-03 .icon{margin-bottom:40px}.tm-counter.style-03 .counter-image:before,.tm-counter.style-03 .icon:before{display:none}.tm-counter.style-03 .icon{font-size:60px;line-height:1;margin-bottom:35px}.tm-counter.style-03 .number-wrap{margin-bottom:17px;font-size:50px;line-height:1;font-weight:700}.tm-counter.style-03 .number-prefix{font-size:30px}.tm-counter.style-03 .number-suffix{font-size:30px;line-height:1}.tm-counter.style-03 .text{font-size:20px;line-height:1.5;margin-bottom:15px}.tm-team-member{text-align:center}.tm-team-member .photo{margin-bottom:30px}.tm-team-member .name{font-size:16px;text-transform:uppercase;letter-spacing:1px}.tm-team-member .position{font-size:15px;font-weight:400;margin-top:3px}.tm-team-member .team-footer{margin-top:25px}.tm-team-member .social-networks{margin:0 -10px}.tm-team-member .social-networks a{display:inline-block;padding:5px 10px;font-size:18px;line-height:1;color:#aeaeae}.tm-team-member.effect-grayscale .photo img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.tm-team-member.effect-grayscale:hover .photo img{-webkit-filter:none;filter:none}.tm-team-member.style-1{margin-bottom:30px}.tm-team-member.style-1:hover .photo img{box-shadow:0 20px 30px rgba(0,0,0,.08);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-team-member.style-1 .team-header{padding-bottom:20px;border-bottom:1px dashed #ddd;margin-bottom:25px}.tm-team-member.style-1 .photo{position:relative}.tm-team-member.style-1 .photo img{width:100%}.tm-team-member.style-2{margin-bottom:30px}.tm-team-member.style-2:hover .inner{box-shadow:0 20px 40px rgba(0,0,0,.09)}.tm-team-member.style-2:hover .inner:before{width:100%;left:0;right:auto}.tm-team-member.style-2 .inner{position:relative;background-color:#fff;padding:23px 40px 30px;box-shadow:0 0 30px rgba(0,0,0,.06)}.tm-team-member.style-2 .inner:before{position:absolute;bottom:0;right:0;width:0;height:3px;content:""}.tm-team-member.style-2 .photo img{width:100%;border-radius:50%}.tm-team-member.style-2 .description{margin-top:20px}.tm-team-member.style-3{margin-bottom:30px}.tm-team-member.style-3 .inner{position:relative;overflow:hidden}.tm-team-member.style-3 .inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),#000);background-image:linear-gradient(hsla(0,0%,100%,0),#000);opacity:.5;z-index:1}.tm-team-member.style-3 .info-wrap{position:absolute;bottom:0;left:0;width:100%;text-align:left;z-index:2;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-team-member.style-3.has-button .info-wrap{bottom:-50px}.tm-team-member.style-3 .photo{margin-bottom:0}.tm-team-member.style-3 .info{padding:20px}.tm-team-member.style-3 .name{font-size:20px;font-weight:600;text-transform:capitalize;letter-spacing:0;margin-bottom:5px;color:#fff}.tm-team-member.style-3 .position{color:#fff;font-size:14px}.tm-team-member.style-3 .description{color:#fff;margin-top:15px}.tm-team-member.style-3 .team-footer{margin-top:15px}.tm-team-member.style-3 .social-networks a{font-size:14px;color:#fff}.tm-team-member.style-3 .team-button{width:100%}.tm-team-member.style-3 .team-button i{margin-left:10px}.tm-team-member.style-3:hover.has-button .info-wrap{bottom:0}.tm-slider-group .tm-team-member.style-2 .inner{box-shadow:none}.tm-slider-group .tm-team-member.style-2 .inner:hover{box-shadow:0 20px 40px rgba(0,0,0,.09)}.tm-caregiver{text-align:center}.tm-caregiver .post-thumbnail{margin-bottom:30px}.tm-caregiver .caregiver-footer{margin-top:25px}.tm-caregiver .social-networks{margin:0 -10px}.tm-caregiver .social-networks a{display:inline-block;padding:5px 10px;font-size:18px;line-height:1;color:#aeaeae}.tm-caregiver.style-01.style-carousel-01 .tm-swiper{margin:-20px}.tm-caregiver.style-01.style-carousel-01 .swiper-container{padding:20px}.tm-caregiver.style-01.style-carousel-01 .post-item-wrap:hover{box-shadow:0 0 20px rgba(0,0,0,.13)}.tm-caregiver.style-01 .post-item-wrap{height:100%}.tm-caregiver.style-01 .post-item-wrap:hover{box-shadow:0 20px 40px rgba(0,0,0,.09)}.tm-caregiver.style-01 .post-item-wrap:hover:before{width:100%;left:0;right:auto}.tm-caregiver.style-01 .post-item-wrap{position:relative;background-color:#fff;padding:23px 40px 30px;box-shadow:0 0 30px rgba(0,0,0,.06)}.tm-caregiver.style-01 .post-item-wrap:before{position:absolute;bottom:0;right:0;width:0;height:3px;content:"";background-color:#ff875f}.tm-caregiver.style-01 .post-thumbnail img{width:100%;border-radius:50%}.tm-caregiver.style-01 .post-title{font-size:18px;margin-bottom:0}.tm-caregiver.style-01 .position{font-size:14px;font-style:italic;font-weight:400;margin-top:3px}.tm-caregiver.style-02.style-carousel-02 .tm-swiper{margin:-30px -15px}.tm-caregiver.style-02.style-carousel-02 .swiper-container{padding:30px 15px}.tm-caregiver.style-02 .post-item-wrap:hover .post-thumbnail-wrap img{box-shadow:0 20px 30px rgba(0,0,0,.08);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-caregiver.style-02 .caregiver-header{padding-bottom:20px;border-bottom:1px dashed #ddd;margin-bottom:25px}.tm-caregiver.style-02 .post-title{font-size:20px;margin-bottom:0}.tm-caregiver.style-02 .position{font-size:14px;font-style:italic;font-weight:400;margin-top:3px}.tm-caregiver.style-02 .post-thumbnail-wrap{position:relative}.tm-caregiver.style-02 .post-thumbnail-wrap img{width:100%}.tm-caregiver.style-03 .post-item-wrap{position:relative;overflow:hidden}.tm-caregiver.style-03 .post-item-wrap:hover .info{top:0}.tm-caregiver.style-03 .post-thumbnail{position:relative}.tm-caregiver.style-03 .post-thumbnail img{-webkit-filter:grayscale(100%);filter:grayscale(100%);width:100%}.tm-caregiver.style-03 .post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#223645;opacity:.36;z-index:1}.tm-caregiver.style-03 .post-thumbnail{margin:0}.tm-caregiver.style-03 .post-title{margin-bottom:0}.tm-caregiver.style-03 .post-title a{color:#fff;font-size:20px}.tm-caregiver.style-03 .post-title a:hover{color:#ff875f}.tm-caregiver.style-03 .position{font-style:italic;font-weight:400}.tm-caregiver.style-03 .info{position:absolute;top:100%;left:0;width:100%;height:100%;background-color:#3c8080;color:#fff;z-index:2;padding:20px;-webkit-transition:.65s cubic-bezier(.68,-.55,.265,1.55);transition:.65s cubic-bezier(.68,-.55,.265,1.55);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tm-caregiver.style-03 .caregiver-header{width:100%}.tm-caregiver.style-03 .social-networks{margin:0;width:100%;text-align:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tm-caregiver.style-03 .social-networks a{font-size:22px;color:#fff}.tm-caregiver.style-03 .social-networks a:hover{color:#ff875f}.tm-caregiver.style-04.style-carousel-04 .tm-swiper{margin:-40px -15px}.tm-caregiver.style-04.style-carousel-04 .swiper-container{padding:40px 15px}.tm-caregiver.style-04.style-carousel-04 .post-item-wrap{box-shadow:0 15px 30px rgba(0,0,0,.06)}.tm-caregiver.style-04.style-carousel-04 .post-item-wrap:hover{box-shadow:0 15px 30px rgba(0,0,0,.15)}.tm-caregiver.style-04 .post-item-wrap{background-color:#fff;padding:20px;box-shadow:0 20px 35px rgba(0,0,0,.06)}.tm-caregiver.style-04 .post-item-wrap:hover{box-shadow:0 20px 35px rgba(0,0,0,.15)}.tm-caregiver.style-04 .post-thumbnail{margin-bottom:24px}.tm-caregiver.style-04 .position{font-weight:600;margin-bottom:5px;color:#ff875f}.tm-caregiver.style-04 .post-title{font-size:20px;margin-bottom:0}.tm-caregiver.style-04 .caregiver-header{border-bottom:2px dashed #d8d8d8;padding-bottom:15px;margin-bottom:17px}.tm-caregiver-search-form.style-01 .heading{font-size:30px;margin-bottom:25px}.tm-caregiver-search-form.style-01 .search-form{box-shadow:0 30px 40px rgba(0,0,0,.08);background-color:#fff}.tm-caregiver-search-form.style-01 form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.tm-caregiver-search-form.style-01 .field{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 15px}.tm-caregiver-search-form.style-01 .field .inner{width:100%}.tm-caregiver-search-form.style-01 .field+.field{border-left:1px solid #eee}.tm-caregiver-search-form.style-01 .field .label{margin:10px 20px 0}.tm-caregiver-search-form.style-01 select{border:0;background-color:#fff;font-size:20px;font-weight:600}.tm-caregiver-search-form.style-01 button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:100px;font-size:18px}.tm-caregiver-search-form.style-02 .heading{font-size:30px;text-align:center;margin-bottom:35px}.tm-caregiver-search-form.style-02 .search-form{background-color:#fff;padding:70px 45px}.tm-caregiver-search-form.style-02 .field+.field{border-top:1px solid #eee;padding-top:20px;margin-top:10px}.tm-caregiver-search-form.style-02 select{padding:0;border:0;background-color:#fff;font-size:20px;font-weight:600;background-position:100%}.tm-caregiver-search-form.style-02 button{margin-top:25px;width:100%;text-align:center}@media (max-width:991px){.tm-caregiver-search-form.style-01 form{display:block}.tm-caregiver-search-form.style-01 .field{padding:20px}.tm-caregiver-search-form.style-01 .field+.field{border:0}.tm-caregiver-search-form.style-01 button{width:100%}}.tm-social-networks{line-height:0}.tm-social-networks ul{display:inline-block;padding:0;margin:0 -8px}.tm-social-networks .item{list-style-type:none}.tm-social-networks .link{padding:5px 8px}.tm-social-networks.layout-list{display:block}.tm-social-networks.layout-inline .item{display:inline-block}.tm-social-networks.layout-two-columns ul{margin:0;padding:0}.tm-social-networks.layout-two-columns .item{display:block;float:left;width:50%;padding-right:20px}.tm-social-networks.layout-two-columns .item .link{padding:10px 0}.tm-social-networks.style-icons{font-size:16px}.tm-social-networks.style-large-icons{font-size:20px}.tm-social-networks.style-large-icons ul{margin:0 -14px}.tm-social-networks.style-large-icons .link{padding:5px 14px}.tm-social-networks.style-solid-square-icon ul{margin:0;padding:1px 0 0 1px}.tm-social-networks.style-solid-square-icon li{float:left;border:1px solid #eee;margin:-1px 0 0 -1px}.tm-social-networks.style-solid-square-icon .link{font-size:20px;display:block;text-align:center;height:50px;width:50px;position:relative}.tm-social-networks.style-solid-square-icon .link-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-social-networks.style-solid-rounded-icon ul{margin:0}.tm-social-networks.style-solid-rounded-icon li{float:left}.tm-social-networks.style-solid-rounded-icon li+li{margin-left:10px}.tm-social-networks.style-solid-rounded-icon .item:hover .link-icon{color:#fff}.tm-social-networks.style-solid-rounded-icon .link{font-size:20px;display:block;text-align:center;height:50px;width:50px;border:1px solid #eee;background-color:#eee;border-radius:50%;position:relative}.tm-social-networks.style-solid-rounded-icon .link-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-social-networks.style-solid-rounded-icon-02 ul{margin:0}.tm-social-networks.style-solid-rounded-icon-02 li{float:left}.tm-social-networks.style-solid-rounded-icon-02 li+li{margin-left:10px}.tm-social-networks.style-solid-rounded-icon-02 .item:hover .link-icon{color:#fff}.tm-social-networks.style-solid-rounded-icon-02 .link{font-size:20px;display:block;text-align:center;height:50px;width:50px;color:#223645;border:1px solid #eee;border-radius:50%;position:relative}.tm-social-networks.style-solid-rounded-icon-02 .link-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-social-networks.style-icon-title.layout-two-columns ul{margin:0;padding:0}.tm-social-networks.style-icon-title.layout-two-columns .item .link{padding:10px 0}.tm-social-networks.style-icon-title .link-icon{font-size:18px;min-width:18px;margin-right:10px}.tm-social-networks.style-icon-title ul{margin:-10px -15px}.tm-social-networks.style-icon-title .link{padding:10px 15px}.tm-social-networks.style-rounded-icon-title .item .link-icon{width:50px;height:50px;line-height:48px;text-align:center;border:1px solid #eee;background-color:#eee;border-radius:50%;font-size:20px;margin-right:15px;color:#b7b7b7}.tm-social-networks.style-rounded-icon-title .item .link-text{font-size:16px;color:#7a8a9e}.tm-social-networks.style-rounded-icon-title .item:hover .link-icon{color:#fff}.tm-social-networks.style-title ul{margin:0 -13px}.tm-social-networks.style-title .link{padding:5px 13px}.tm-social-networks.style-title .link-text{font-size:16px}.tm-social-networks .link{display:inline-block}.tm-social-networks br{display:none}.tm-circle-progress-chart{text-align:center}.tm-circle-progress-chart .chart{position:relative;margin:0 auto 50px;width:126px;height:126px}.tm-circle-progress-chart .chart canvas{position:absolute;top:0;left:0}.tm-circle-progress-chart .inner-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-circle-progress-chart .chart-number{font-size:42px;line-height:1;margin-bottom:0}.tm-circle-progress-chart .chart-number span{vertical-align:super;font-size:20px}.tm-circle-progress-chart .chart-icon{font-size:60px;line-height:1}.tm-circle-progress-chart .inner-circle{width:100%;height:100%;border-radius:50%}.tm-circle-progress-chart .title-wrap{margin-bottom:30px}.tm-circle-progress-chart .title{font-size:24px}form.submitting .wpcf7-spinner{display:block}.wpcf7 .wpcf7-spinner{display:none;margin:30px auto 0}.wpcf7 .screen-reader-response{display:none}.wpcf7 .wpcf7-response-output{border:0!important;color:#fff;background:#2196f3}.wpcf7 form.sent .wpcf7-response-output{margin:30px 0 0!important;padding:15px 20px!important;background:#5cb85c}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{margin:30px 0 0!important;padding:15px 20px!important;background:#d9534f}.wpcf7 form.spam .wpcf7-response-output{margin:30px 0 0!important;padding:15px 20px!important;background:#cf7b50}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{margin:30px 0 0!important;padding:15px 20px!important;background:#f0ad4e}.wpcf7 .wpcf7-not-valid-tip{margin-top:5px;color:#d9534f;font-size:12px}.tm-contact-form-7 .wpcf7-form br{display:none}.tm-contact-form-7 .row{margin-left:-15px;margin-right:-15px}.tm-contact-form-7 [class*=col-]{padding-left:15px;padding-right:15px}.tm-contact-form-7 label{display:block;font-weight:600;margin-bottom:13px;color:#223645}.tm-contact-form-7 .form-item{position:relative}.tm-contact-form-7 .form-item.has-icon .wpcf7-date,.tm-contact-form-7 .form-item.has-icon .wpcf7-text{padding-right:40px}.tm-contact-form-7 .form-icon{font-size:20px;position:absolute;top:50%;right:15px;line-height:0}.tm-contact-form-7 .wpcf7-form-control-wrap{display:block;margin-bottom:30px}.tm-contact-form-7 .wpcf7-textarea{margin-bottom:30px;height:150px}.tm-contact-form-7 .ajax-loader{display:none!important}.tm-contact-form-7 .wpcf7-submit{display:block;margin:0;text-transform:capitalize}.tm-contact-form-7.gutter-20 .row{margin-left:-10px;margin-right:-10px}.tm-contact-form-7.gutter-20 [class*=col-]{padding-left:10px;padding-right:10px}.tm-contact-form-7.gutter-20 .wpcf7-form-control-wrap{margin-bottom:20px}.tm-contact-form-7.gutter-40 .row{margin-left:-20px;margin-right:-20px}.tm-contact-form-7.gutter-40 [class*=col-]{padding-left:20px;padding-right:20px}.tm-contact-form-7.gutter-40 .wpcf7-form-control-wrap{margin-bottom:40px}.tm-contact-form-7.style-01 .wpcf7-submit{width:100%}.tm-contact-form-7.style-05 label{color:#fff}.tm-contact-form-7.style-05 .wpcf7-submit{width:100%;background-color:red;border-color:red;color:#fff}.tm-contact-form-7.style-05 .wpcf7-submit:hover{color:#000;background-color:#fff;border-color:#fff}.tm-contact-form-7.style-02 .wpcf7-date,.tm-contact-form-7.style-02 .wpcf7-select,.tm-contact-form-7.style-02 .wpcf7-text,.tm-contact-form-7.style-02 .wpcf7-textarea{background-color:#fff;border:1px solid #ddd;padding:0 15px}.tm-contact-form-7.style-02 .wpcf7-textarea{background-color:#fff;border:1px solid #ddd;height:120px;margin-bottom:40px;padding:10px 15px}.tm-contact-form-7.style-02 .wpcf7-submit{background-color:#222;border-color:#222;color:#fff}.tm-contact-form-7.style-02 .wpcf7-submit:hover{border-color:transparent}.tm-contact-form-7.style-03 .wpcf7-date,.tm-contact-form-7.style-03 .wpcf7-select,.tm-contact-form-7.style-03 .wpcf7-text,.tm-contact-form-7.style-03 .wpcf7-textarea{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.06);border:0;padding:0 15px}.tm-contact-form-7.style-03 .wpcf7-textarea{background-color:#fff;height:120px;padding:20px 15px;margin-bottom:40px}.tm-contact-form-7.style-03 .wpcf7-submit{color:#fff;width:100%}.tm-contact-form-7.style-04 .wpcf7-form{border:1px solid #eee;background-color:#f7f7f7;padding:40px 30px 50px}.tm-contact-form-7.style-04 .wpcf7-date,.tm-contact-form-7.style-04 .wpcf7-select,.tm-contact-form-7.style-04 .wpcf7-text,.tm-contact-form-7.style-04 .wpcf7-textarea{background-color:#fff;border:1px solid #ddd;padding:0 15px}.tm-contact-form-7.style-04 .wpcf7-textarea{background-color:#fff;border:1px solid #ddd;height:120px;margin-bottom:40px;padding:10px 15px}.form-online-support{padding:44px 35px 62px;background:#eee url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-envelope-open.png) no-repeat 100% 100%;border-radius:5px}.form-online-support .form-title{font-size:30px;margin-bottom:38px;line-height:1.66}.form-online-support input[type=email],.form-online-support input[type=number],.form-online-support input[type=password],.form-online-support input[type=search],.form-online-support input[type=tel],.form-online-support input[type=text],.form-online-support input[type=url],.form-online-support select{height:50px;background:#fff}.form-online-support .wpcf7-textarea{height:125px;background:#fff}.form-online-support button,.form-online-support input[type=reset],.form-online-support input[type=submit]{height:50px;line-height:46px;padding:0 22px}.wrap-style-01{padding:50px 25px 40px;background:#fff;box-shadow:0 20px 30px rgba(0,0,0,.03)}.wrap-style-01 .form-title{text-align:center;font-size:36px;margin-bottom:40px}.wrap-style-02{padding:84px 45px 85px;background:#fff url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/icon-money-bag.png) no-repeat top right -30px}.wrap-style-02 .form-title{font-size:36px;margin-bottom:47px}@media (max-width:767px){.wrap-style-02{padding:60px 30px}.wrap-style-02 .form-title{font-size:28px}}.tm-mailchimp-form .subscribe-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-mailchimp-form button[type=submit],.tm-mailchimp-form input[type=submit]{height:50px;line-height:50px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-mailchimp-form.style-1 input[type=email]{height:50px;border:1px solid #eee;background-color:#f7f7f7;padding:0 15px;margin-bottom:20px}.tm-mailchimp-form.style-2 input[type=email]{background:hsla(0,0%,100%,.1);box-shadow:0 0 20px rgba(0,0,0,.06);border:0;padding:0 15px}.tm-mailchimp-form.style-3 button[type=submit],.tm-mailchimp-form.style-4 button[type=submit]{font-size:0;padding:0;width:50px;position:relative}.tm-mailchimp-form.style-3 button[type=submit]:after,.tm-mailchimp-form.style-4 button[type=submit]:after{content:"\f2c3";font-family:Ionicons;font-size:20px;font-weight:500;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-mailchimp-form.style-3 input[type=email]{background-color:#334657;border-color:#334657}.tm-mailchimp-form.style-3 input[type=email]::-webkit-input-placeholder{color:hsla(0,0%,100%,.5);font-style:italic;font-size:14px}.tm-mailchimp-form.style-3 input[type=email]::-moz-placeholder{color:hsla(0,0%,100%,.5);font-style:italic;font-size:14px}.tm-mailchimp-form.style-3 input[type=email]:-ms-input-placeholder{color:hsla(0,0%,100%,.5);font-style:italic;font-size:14px}.tm-mailchimp-form.style-3 input[type=email]:-moz-placeholder{color:hsla(0,0%,100%,.5);font-style:italic;font-size:14px}.tm-mailchimp-form.style-3 input[type=email]:focus{border-color:#311d39!important;color:#fff}.tm-mailchimp-form.style-3 button[type=submit]:hover{background-color:#fff}.tm-mailchimp-form.style-4 button[type=submit]:hover{color:#fff}.tm-mailchimp-form.style-5 .subscribe-form{position:relative;border-radius:25px}.tm-mailchimp-form.style-5 input[type=email]{background:#eceff3;border-radius:25px;border:0;padding:0 180px 0 30px}.tm-mailchimp-form.style-5 button[type=submit]{position:absolute;top:0;right:0;border-radius:25px}.tm-search-form .search-form{position:relative}.tm-search-form .search-field{padding:3px 160px 3px 20px;background:#fff}.tm-search-form .search-field::-webkit-input-placeholder{font-weight:500}.tm-search-form .search-field:-moz-placeholder,.tm-search-form .search-field::-moz-placeholder{font-weight:500}.tm-search-form .search-field:-ms-input-placeholder{font-weight:500}.tm-search-form .search-submit{position:absolute;top:0;right:0;border:0;border-top-left-radius:0;border-bottom-left-radius:0;font-size:20px;font-weight:700;letter-spacing:1.25px}.tm-search-form .search-submit:hover{color:#fff}.tm-search-form .search-btn-icon{display:none}.tm-search-form .search-btn-text{display:block}.tm-search-form .category-wrap{margin-top:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tm-search-form .category-label{display:inline-block;color:#fff;margin-right:34px;font-size:16px;font-weight:500;margin-bottom:10px}.tm-search-form .category-list{display:inline-block}.tm-search-form .category-list a{display:inline-block;color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:700;background:hsla(0,0%,49%,.3);border-radius:3px;padding:5px 15px;margin-right:11px;margin-bottom:12px}@media (min-width:768px){.tm-search-form .search-field{height:64px;padding:3px 190px 3px 30px}.tm-search-form .search-submit{min-width:180px;height:64px}}.tm-popup-video{position:relative}.tm-popup-video a:hover .video-play{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}.tm-popup-video a:hover .video-poster img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.tm-popup-video .video-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-popup-video .video-poster{position:relative;overflow:hidden;border-radius:inherit}.tm-popup-video .video-poster img{-webkit-transition:all 1.5s cubic-bezier(.2,1,.22,1);transition:all 1.5s cubic-bezier(.2,1,.22,1);-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);backface-visibility:hidden}.tm-popup-video .video-text{font-size:15px;font-weight:600;color:#fff;margin-top:19px;text-align:center}.tm-popup-video .video-play{position:relative;-webkit-transition:all 1s cubic-bezier(0,0,.2,1)!important;transition:all 1s cubic-bezier(0,0,.2,1)!important;border-radius:50%}.tm-popup-video .video-play:hover{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}.tm-popup-video .video-play i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-popup-video .video-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.tm-popup-video.style-poster-01{position:relative;border-radius:0}.tm-popup-video.style-poster-01 .video-poster{position:relative;z-index:2;border-radius:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.tm-popup-video.style-poster-01 .video-poster img{border-radius:0;width:100%}.tm-popup-video.style-poster-01 .video-overlay{z-index:3;border-radius:0;background:rgba(69,69,69,.2)}.tm-popup-video.style-poster-01 .video-play{width:80px;height:80px;color:#000;background:#fff}.tm-popup-video.style-poster-01 .video-play i{font-size:25px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-02{position:relative}.tm-popup-video.style-poster-02 .video-mark{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-popup-video.style-poster-02 .wave-pulse{width:1px;height:0;margin:0 auto}.tm-popup-video.style-poster-02 .wave-pulse:after,.tm-popup-video.style-poster-02 .wave-pulse:before{opacity:0;content:"";display:block;position:absolute;width:400px;height:400px;top:50%;border-radius:50%;border:1px solid #d8d8d8;-webkit-animation:zoomBig 5.25s linear 5.25s infinite;animation:zoomBig 5.25s linear 5.25s infinite}.tm-popup-video.style-poster-02 .wave-pulse:before{-webkit-animation-delay:.75s;animation-delay:.75s}.tm-popup-video.style-poster-02 .wave-pulse-2:before{-webkit-animation-delay:2.25s;animation-delay:2.25s}.tm-popup-video.style-poster-02 .wave-pulse-2:after{-webkit-animation-delay:1.5s;animation-delay:1.5s}.tm-popup-video.style-poster-02 .wave-pulse-3:before{-webkit-animation-delay:3.75s;animation-delay:3.75s}.tm-popup-video.style-poster-02 .wave-pulse-3:after{-webkit-animation-delay:3s;animation-delay:3s}.tm-popup-video.style-poster-02 .video-poster{border-radius:0}.tm-popup-video.style-poster-02 .video-poster img{border-radius:0;width:100%}.tm-popup-video.style-poster-02 .video-button{right:0;left:auto;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.tm-popup-video.style-poster-02 .video-overlay{border-radius:0}.tm-popup-video.style-poster-02 .video-play{width:80px;height:80px;color:#222;background-color:#fff;box-shadow:0 30px 50px rgba(0,0,0,.03)}.tm-popup-video.style-poster-02 .video-play i{font-size:25px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-03{position:relative}.tm-popup-video.style-poster-03 .video-poster{position:relative;border-radius:0;z-index:2}.tm-popup-video.style-poster-03 .video-poster img{border-radius:0;width:100%}.tm-popup-video.style-poster-03 .video-overlay{z-index:3}.tm-popup-video.style-poster-03 .video-play{width:84px;height:84px;color:#000;background:#fff}.tm-popup-video.style-poster-03 .video-play i{font-size:20px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-04{position:relative}.tm-popup-video.style-poster-04:hover .left-line:after{-webkit-animation:lineDown linear 1.5s infinite;animation:lineDown linear 1.5s infinite}.tm-popup-video.style-poster-04:hover .right-line:after{-webkit-animation:lineUp linear 1.5s infinite;animation:lineUp linear 1.5s infinite}.tm-popup-video.style-poster-04 .line{position:absolute;top:0;bottom:0;left:50%}.tm-popup-video.style-poster-04 .line:after,.tm-popup-video.style-poster-04 .line:before{content:"";position:absolute;left:50%;width:1px;height:100%;background:#fff}.tm-popup-video.style-poster-04 .line:before{top:0;opacity:.25}.tm-popup-video.style-poster-04 .line:after{height:35%;width:2px}.tm-popup-video.style-poster-04 .left-line{-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px)}.tm-popup-video.style-poster-04 .left-line:after{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);top:0}.tm-popup-video.style-poster-04 .right-line{-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px)}.tm-popup-video.style-poster-04 .right-line:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);bottom:0}.tm-popup-video.style-poster-04 .video-poster{position:relative;z-index:2;border-radius:10px;overflow:hidden}.tm-popup-video.style-poster-04 .video-poster img{width:100%}.tm-popup-video.style-poster-04 .video-overlay{z-index:3}.tm-popup-video.style-poster-04 .video-play{width:80px;height:80px;color:#14163e;background:#fff}.tm-popup-video.style-poster-04 .video-play i{font-size:20px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-05{position:relative}.tm-popup-video.style-poster-05 a:hover .video-play{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.tm-popup-video.style-poster-05 .video-poster{position:relative;z-index:2;overflow:hidden;border-radius:8px}.tm-popup-video.style-poster-05 .video-poster img{width:100%}.tm-popup-video.style-poster-05 .video-overlay{z-index:3;background:rgba(0,0,0,.19)}.tm-popup-video.style-poster-05 .video-play{width:60px;height:60px;background:#fff;margin:0 auto}.tm-popup-video.style-poster-05 .video-play i{font-size:20px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-06{position:relative;border-radius:0}.tm-popup-video.style-poster-06 .video-poster{position:relative;z-index:2;border-radius:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.tm-popup-video.style-poster-06 .video-poster img{border-radius:0;width:100%}.tm-popup-video.style-poster-06 .video-overlay{z-index:3;border-radius:0;background:rgba(0,0,0,.47)}.tm-popup-video.style-poster-06 .video-play{width:84px;height:84px;color:#000;background:#fff}.tm-popup-video.style-poster-06 .video-play i{font-size:20px;line-height:1;margin-left:1px}.tm-popup-video.style-poster-07{position:relative}.tm-popup-video.style-poster-07 .video-mark{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-popup-video.style-poster-07 .video-poster{border-radius:0}.tm-popup-video.style-poster-07 .video-poster img{border-radius:0;width:100%}.tm-popup-video.style-poster-07 .video-button{right:0;left:auto;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.tm-popup-video.style-poster-07 .video-overlay{border-radius:0}.tm-popup-video.style-poster-07 .video-play{width:80px;height:80px;color:#fff}.tm-popup-video.style-poster-07 .video-play i{font-size:25px;line-height:1;margin-left:1px}.tm-popup-video.align-center{text-align:center}.tm-popup-video.align-right{text-align:right}.tm-popup-video.style-button a{display:inline-block}.tm-popup-video.style-button .video-play{width:100px;height:100px;background:#fff;color:#000}.tm-popup-video.style-button .video-play i{font-size:26px!important;line-height:1;margin-left:2px}.tm-popup-video.style-button-02 a{display:inline-block}.tm-popup-video.style-button-02 .video-play{width:100px;height:100px;color:#fff;border:2px solid #fff}.tm-popup-video.style-button-02 .video-play i{font-size:30px;line-height:1;margin-left:2px}.tm-popup-video.style-button-03 a{display:inline-block}.tm-popup-video.style-button-03 .video-play{width:90px;height:90px;color:#fff;background:#333}.tm-popup-video.style-button-03 .video-play:before{position:absolute;content:"";border-radius:50%;width:calc(100% + 30px);height:calc(100% + 30px);background:rgba(55,55,55,.05);left:-15px;top:-15px}.tm-popup-video.style-button-03 .video-play i{font-size:30px;line-height:1;margin-left:2px}.tm-popup-video.style-button-04 a{display:inline-block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-popup-video.style-button-04 a .video-play{width:50px;height:50px;color:#fff;border:1px solid #fff;margin-right:20px}.tm-popup-video.style-button-04 a .video-play i{font-size:20px;line-height:1;margin-left:2px}.tm-popup-video.style-button-04 a .video-text{font-size:13px;font-weight:600;letter-spacing:1px;color:#fff;text-transform:uppercase;line-height:1;margin:0;padding:0}.tm-popup-video.style-button-05 a{display:inline-block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-popup-video.style-button-05 a .video-play{width:50px;height:50px;color:#ff875f;border:1px solid #ff875f;margin-right:20px;background-color:#ff875f}.tm-popup-video.style-button-05 a .video-play i{font-size:18px;line-height:1;color:#fff}.tm-popup-video.style-button-05 a .video-text{position:relative;font-size:14px;font-weight:600;color:#223645;line-height:1;margin:0;padding:0 0 5px;border-bottom:2px solid #eee}.tm-popup-video.style-button-05 a .video-text:before{content:"";display:block;width:0;height:2px;background-color:#ff875f;position:absolute;left:0;bottom:-2px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-popup-video.style-button-05 a:hover .video-text:before{width:100%}.tm-popup-video.style-button-06 a{display:inline-block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-popup-video.style-button-06 a .video-play{width:70px;height:70px;line-height:70px;text-align:center;color:#fff;background-color:#ff875f;margin-right:20px}.tm-popup-video.style-button-06 a .video-play i{font-size:20px;line-height:1;margin-left:2px}.tm-popup-video.style-button-06 a .video-text{font-size:14px;font-weight:600;color:#223645;line-height:1;margin:0;padding:0 0 6px;border-bottom:2px solid #eee;position:relative}.tm-popup-video.style-button-06 a .video-text:after{content:"\f178";font-size:14px;font-weight:500;color:#ff875f;margin-left:10px}.tm-popup-video.style-button-06 a .video-text:before{content:"";display:block;width:0;height:2px;background-color:#ff875f;position:absolute;left:0;bottom:-2px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-popup-video.style-button-06 a:hover .video-text:before{width:100%}@media (max-width:1199px){.tm-popup-video.style-poster-02 .video-button,.tm-popup-video.style-poster-07 .video-button{right:50%}}.tm-gallery{position:relative}.tm-gallery img{width:100%}.tm-gallery .gallery-item>a{display:block;position:relative;width:100%;height:100%}.tm-gallery.hover-overlay .gallery-item{overflow:hidden}.tm-gallery.hover-overlay .gallery-item:hover .overlay{visibility:visible;opacity:.9}.tm-gallery.hover-overlay .overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden}.tm-gallery.hover-overlay .overlay>div{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff}.tm-gallery.hover-simple .gallery-item:hover>a{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tm-gallery.hover-simple .gallery-item:hover img{box-shadow:0 20px 40px rgba(0,0,0,.09)}.tm-gallery-slider .lslide{position:relative}.tm-gallery-slider .lSAction>a{width:50px;opacity:1;background:none}.tm-gallery-slider .lSAction .nav-button-icon:before{content:"\f053";font-size:16px;display:inline-block;width:50px;height:50px;line-height:46px;text-align:center;border:1px solid #ddd;border-radius:50%;background-color:#fff;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-gallery-slider .lSAction .lSNext:hover .nav-button-icon:before,.tm-gallery-slider .lSAction .lSPrev:hover .nav-button-icon:before{color:#fff}.tm-gallery-slider .lSAction .lSPrev{left:15px}.tm-gallery-slider .lSAction .lSNext{right:15px}.tm-gallery-slider .lSAction .lSNext .nav-button-icon:before{content:"\f054"}.tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li{opacity:.5;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li.active,.tm-gallery-slider .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0;opacity:1}.tm-gallery-slider .caption{position:absolute;bottom:0;color:#888;background-color:hsla(0,0%,100%,.8);font-size:15px;font-style:italic;padding:15px 20px;width:100%}.tm-office-info:hover .image{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 20px 30px rgba(0,0,0,.09)}.tm-office-info .image img{width:100%;height:auto}.tm-office-info .title{font-size:24px;padding:27px 0;border-bottom:1px dashed #d4d2d2}.tm-office-info .info{padding:27px 0}.tm-office-info .info>div{padding:0 0 0 40px;position:relative}.tm-office-info .info>div+div{margin-top:10px}.tm-office-info .info>div:before{font-size:16px;display:block;position:absolute;top:5px;left:0}.tm-office-info .info .address:before{content:"\f5a0"}.tm-office-info .info .email:before{content:"\f0e0"}.tm-office-info .info .phone:before{content:"\f095"}.tm-office-info .link{margin-top:10px}.tm-image .caption{background-color:#222;color:#fff;padding:12px 25px;font-style:italic}.tm-view-demo{text-align:center}.tm-view-demo.style-01 .item-wrap:hover .thumbnail{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.tm-view-demo.style-01 .thumbnail{position:relative;overflow:hidden;margin-bottom:30px;box-shadow:0 10px 20px rgba(0,0,0,.17)}.tm-view-demo.style-01 .thumbnail>img{border-radius:inherit;width:100%}.tm-view-demo.style-01 .heading{font-size:24px;white-space:normal}.tm-view-demo.style-01 .coming-item .overlay{visibility:visible;opacity:1;background:rgba(0,0,0,.3)}.tm-view-demo.style-01 .badge{position:absolute;top:0;left:0}.tm-view-demo.style-01 .badge.new{position:absolute;top:20px;right:20px;left:auto;width:50px;height:50px;line-height:52px;background-color:#ff875f;border-radius:50%;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:1px;color:#fff}.tm-view-demo.style-02 .item-wrap:hover .overlay{visibility:visible;opacity:1}.tm-view-demo.style-02 .item-wrap:hover .thumbnail{box-shadow:none}.tm-view-demo.style-02 .item-wrap:hover .thumbnail:before{opacity:1;visibility:visible;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-view-demo.style-02 .thumbnail{position:relative;overflow:hidden;margin-bottom:30px;box-shadow:0 10px 20px rgba(0,0,0,.17)}.tm-view-demo.style-02 .thumbnail>img{width:100%}.tm-view-demo.style-02 .thumbnail:before{content:"\f067";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,calc(-50% + 20px));-ms-transform:translate(-50%,calc(-50% + 20px));transform:translate(-50%,calc(-50% + 20px));color:#fff;font-size:32px;font-weight:500;width:80px;height:80px;background-color:#3c8080;text-align:center;line-height:80px;border-radius:100%;opacity:0;visibility:hidden;z-index:2}.tm-view-demo.style-02 .heading{font-size:24px;white-space:normal}.tm-view-demo.style-02 .overlay{position:absolute;top:0;left:0;right:0;bottom:0;visibility:hidden;opacity:0;background:rgba(0,0,0,.5)}.tm-view-demo.style-02 .coming-item .overlay{visibility:visible;opacity:1;background:rgba(0,0,0,.3)}.tm-view-demo.style-02 .new{position:absolute;top:20px;right:20px;width:50px;height:50px;line-height:52px;background-color:#ff875f;border-radius:50%;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:1px;color:#fff}.tm-twitter .widgettitle{font-size:30px;margin-bottom:35px}.tm-twitter.style-slider-quote{max-width:900px;margin:0 auto}.tm-twitter.style-slider-quote .tweet+.tweet{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.tm-twitter.style-slider-quote .tweet+.tweet:before{top:13px}.tm-twitter.style-slider-quote .tweet-info{position:relative;padding-left:55px}.tm-twitter.style-slider-quote .tweet-info:before{position:absolute;top:0;left:23px;display:block;content:"\f099";font-size:18px;line-height:1;font-weight:500}.tm-twitter.style-slider-quote .tweet-heading{font-size:32px}.tm-twitter.style-slider-quote .tweet-text{position:relative;font-size:14px;border:1px solid #ededed;background:#f7fbfe;border-radius:5px;padding:17px 20px 25px;margin-bottom:25px;word-break:break-all}.tm-twitter.style-slider-quote .tweet-text:after,.tm-twitter.style-slider-quote .tweet-text:before{content:"";display:block;position:absolute;width:0;height:0;border-style:solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tm-twitter.style-slider-quote .tweet-text:before{left:30px;bottom:-12px;border-color:transparent #ededed transparent transparent;border-width:12px}.tm-twitter.style-slider-quote .tweet-text:after{left:33px;bottom:-10px;border-color:transparent #f7fbfe transparent transparent;border-width:10px}.tm-twitter.style-slider-quote .tweet-heading{font-size:14px}.tm-twitter.style-slider-quote .tweet-date{font-size:14px;font-style:italic}.tm-twitter.style-slider{max-width:900px;margin:0 auto}.tm-twitter.style-slider .widgettitle{text-align:center}.tm-twitter.style-slider .tweet{position:relative;text-align:center}.tm-twitter.style-slider .tweet:before{display:block;content:"\f099";font-size:120px;line-height:1;margin-bottom:10px}.tm-twitter.style-slider .tweet .tweet-heading{font-size:30px;margin-bottom:0}.tm-twitter.style-slider .tweet .tweet-text{font-size:22px;margin-top:30px}.tm-twitter.style-slider .tweet+.tweet{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.tm-twitter.style-slider .tweet+.tweet:before{top:13px}.tm-twitter.style-list .item+.item{margin-top:25px}.tm-twitter.style-list .tweet{position:relative;padding-left:31px;line-height:1.78}.tm-twitter.style-list .tweet:before{position:absolute;top:3px;left:0;content:"\f099";font-size:20px;line-height:1}.tm-twitter.style-list .tweet .tweet-date{display:inline-block;margin-top:8px;font-style:italic}.tm-twitter.style-list .tweet+.tweet{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.tm-twitter.style-list .tweet+.tweet:before{top:13px}.tm-timeline ul{margin:0;padding:0}.tm-timeline.style-01 .grid-item+.grid-item{padding-top:100px}.tm-timeline.style-01 .grid-item:not([style*="left: 0"]) .item-wrapper{padding:0 0 0 55px}.tm-timeline.style-01 .grid-item:not([style*="left: 0"]) .content-wrap{float:right}.tm-timeline.style-01 .grid-item:not([style*="left: 0"]) .dot{left:-14px}.tm-timeline.style-01 .item-wrapper{position:relative;padding:0 55px 0 0}.tm-timeline.style-01 .line{position:absolute;left:50%;margin-left:-1px;height:100%;border-left:2px dotted hsla(0,0%,59%,.88)}.tm-timeline.style-01 .dot{width:28px;height:28px;border-radius:100%;position:absolute;top:0;right:-14px}.tm-timeline.style-01 .dot:before{width:18px;height:18px}.tm-timeline.style-01 .dot:after,.tm-timeline.style-01 .dot:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%}.tm-timeline.style-01 .dot:after{width:10px;height:10px}.tm-timeline.style-01 .content-header{padding:0 20px}.tm-timeline.style-01 .content-wrap{position:relative;background:#fff;box-shadow:0 5px 40px rgba(0,0,0,.11)}.tm-timeline.style-01 .content-wrap:hover .heading:before{width:100%}.tm-timeline.style-01 .content-body{padding:20px 20px 25px}.tm-timeline.style-01 .heading{position:relative;font-weight:700;font-size:18px;margin-bottom:0;padding:15px 0}.tm-timeline.style-01 .photo{margin-bottom:25px}.tm-timeline.style-01 .photo img{width:100%}.tm-timeline.style-02 .timeline-item+.timeline-item{margin-top:40px;padding-top:40px;border-top:1px solid #eee}.tm-timeline.style-02 .content-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-timeline.style-02 .content-body{padding:0 0 0 40px}.tm-timeline.style-02 .photo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-timeline.style-02 .heading{font-size:18px;margin-bottom:13px}.tm-timeline .tm-animation-queue .item .content-wrap{opacity:0}.tm-timeline .tm-animation-queue .item.animate .content-wrap{opacity:1;-webkit-animation:moveHorizontal .65s ease forwards;animation:moveHorizontal .65s ease forwards}.tm-timeline .tm-animation-queue .item.animate:nth-child(2n) .content-wrap{-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px)}.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .content-wrap{-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px)}@media screen and (max-width:1199px){.tm-timeline.style-01 .grid-item:not([style*="left: 0"]) .item-wrapper{padding:0 0 0 30px}.tm-timeline.style-01 .item-wrapper{padding:0 30px 0 0}}@media screen and (max-width:640px){.tm-timeline.style-01 .grid-item+.grid-item{padding-top:40px}.tm-timeline.style-01 .item-wrapper{padding:0 0 0 50px}.tm-timeline.style-01 .line{left:20px}.tm-timeline.style-01 .dot{left:6px;right:auto}.tm-timeline.style-01 .content-wrap{float:right}}@media (max-width:767px){.tm-timeline.style-02 .content-body{padding:6px 0 0 30px}}@media (max-width:543px){.tm-timeline.style-02 .photo{max-width:100%}.tm-timeline.style-02 .content-wrap{display:block;text-align:center}.tm-timeline.style-02 .content-body{padding:30px 0 0}}.tm-blockquote blockquote{margin:0!important;padding:35px 0 0;border:0}.tm-blockquote blockquote:before{top:0;left:0;font-size:40px}.tm-blockquote .quote-text{font-size:24px;font-style:italic;line-height:1.8}.tm-blockquote .quote-footer{border-top:1px dashed #d4d2d2;padding-top:35px;margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-blockquote .quote-footer .quote-photo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.tm-blockquote .quote-footer .quote-photo img{border-radius:50%;width:60px;height:60px}.tm-blockquote .quote-footer .quote-info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-blockquote .quote-footer .heading{font-size:16px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.tm-blockquote .quote-footer .quote-position{font-size:15px}.tm-drop-cap{margin-bottom:70px}.tm-drop-cap.style-1 .drop-cap{float:left;font-size:56px;line-height:50px;padding-top:4px;padding-right:12px;padding-left:3px}.tm-drop-cap.style-2 .drop-cap{float:left;font-size:56px;line-height:50px;padding:7px 13px 7px 9px;color:#fff;margin:-8px 10px 0 -18px}.tm-maps{position:relative}.tm-maps .map{height:100px}.tm-maps .btn-view-full-map{position:absolute;left:0;bottom:0;width:100%;height:70px;line-height:70px;font-size:18px;font-weight:700;text-align:center;color:#fff}.tm-maps .btn-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;margin-left:21px}.gmap-marker-wrap{padding:20px}.gmap-marker-title{font-size:20px;margin-bottom:14px}.tm-maps.overlay-style-01 .animated-dot{position:relative;width:20px;height:20px;left:-9px;top:-5px}.tm-maps.overlay-style-01 .animated-dot .middle-dot{width:20px;height:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.tm-maps.overlay-style-01 .animated-dot .middle-dot,.tm-maps.overlay-style-01 .animated-dot .middle-dot:after{border-radius:50%;position:absolute;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.tm-maps.overlay-style-01 .animated-dot .middle-dot:after{width:100%;height:100%;display:block;left:0;top:0;content:" ";background-color:#fff;z-index:100;opacity:0}.tm-maps.overlay-style-01 .animated-dot .signal{-webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.tm-maps.overlay-style-01 .animated-dot .signal,.tm-maps.overlay-style-01 .animated-dot .signal2{width:180px;pointer-events:none;height:180px;border-radius:50%;position:absolute;left:-80px;top:-80px;opacity:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.tm-maps.overlay-style-01 .animated-dot .signal2{-webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.tm-maps.overlay-style-02 .animated-dot{width:20px;height:20px;left:-9px;top:-5px;position:relative}.tm-maps.overlay-style-02 .animated-dot .middle-dot:after{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:Ionicons;content:"\f456";font-size:56px}.tm-maps.overlay-style-02 .animated-dot .signal,.tm-maps.overlay-style-02 .animated-dot .signal2{width:200px;height:200px;pointer-events:none;border-radius:50%;position:absolute;left:-90px;top:-90px;opacity:0;-webkit-animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.78s;animation-delay:.78s}.tm-maps.overlay-style-02 .animated-dot .signal{border:2px solid rgba(0,0,0,.2);box-shadow:inset 0 0 35px 10px rgba(0,0,0,.18);-webkit-animation-delay:.78s;animation-delay:.78s}.tm-maps.overlay-style-02 .animated-dot .signal2{border:2px solid #000;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes animationSignal{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:.14}20%{opacity:.14}60%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes animationSignal{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:.14}20%{opacity:.14}60%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes animationSignal2{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:.29}20%{opacity:.29}60%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes animationSignal2{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:.29}20%{opacity:.29}60%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.tm-maps-popup{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;cursor:pointer}.tm-maps-popup:before{content:"";display:block;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:8;opacity:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tm-maps-popup .tm-maps-popup-text{opacity:0;color:#fff;font-size:20px;text-align:center;z-index:9}.tm-maps-popup .tm-maps-popup-marker,.tm-maps-popup .tm-maps-popup-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tm-maps-popup .tm-maps-popup-marker{z-index:7;width:32px}.tm-maps-popup .tm-maps-popup-marker .animated-dot{position:relative;margin:0;width:20px;height:20px;margin-top:10px;margin-left:10px}.tm-maps-popup .tm-maps-popup-marker .animated-dot .middle-dot:after{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:Ionicons;content:"\f456";font-size:56px;color:#ff875f}.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal,.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal2{width:200px;height:200px;pointer-events:none;border-radius:50%;position:absolute;left:-90px;top:-90px;opacity:0;-webkit-animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.78s;animation-delay:.78s}.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal{border:2px solid rgba(0,0,0,.2);box-shadow:inset 0 0 35px 10px rgba(0,0,0,.18);-webkit-animation-delay:.78s;animation-delay:.78s}.tm-maps-popup .tm-maps-popup-marker .animated-dot .signal2{border:2px solid #ff875f;-webkit-animation-delay:1s;animation-delay:1s;box-shadow:inset 0 0 35px 10px #ff875f}.tm-maps-popup:hover .tm-maps-popup-text,.tm-maps-popup:hover:before{opacity:1}.tm-maps-popup:hover .tm-maps-popup-marker{opacity:0}.tm-rotate-box,.tm-rotate-box .flipper{position:relative}.tm-rotate-box .flipper:hover .box{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform 1s cubic-bezier(.3,1,.6,1);transition:-webkit-transform 1s cubic-bezier(.3,1,.6,1);transition:transform 1s cubic-bezier(.3,1,.6,1);transition:transform 1s cubic-bezier(.3,1,.6,1),-webkit-transform 1s cubic-bezier(.3,1,.6,1)}.tm-rotate-box .to-left .front,.tm-rotate-box .to-right .front{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.tm-rotate-box .to-bottom .front,.tm-rotate-box .to-top .front{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.tm-rotate-box .to-top .back{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.tm-rotate-box .to-top:hover .front{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.tm-rotate-box .to-top:hover .back{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.tm-rotate-box .to-bottom .back{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.tm-rotate-box .to-bottom:hover .front{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.tm-rotate-box .to-bottom:hover .back{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.tm-rotate-box .to-left .back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.tm-rotate-box .to-left:hover .front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.tm-rotate-box .to-left:hover .back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.tm-rotate-box .to-right .back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.tm-rotate-box .to-right:hover .front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.tm-rotate-box .to-right:hover .back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.tm-rotate-box .thumb-wrap{-webkit-perspective:1000px;perspective:1000px}.tm-rotate-box .box{background-size:cover;min-height:370px;z-index:1;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:inherit;perspective:inherit;-webkit-transition:-webkit-transform .8s cubic-bezier(.5,.2,.2,.8);transition:-webkit-transform .8s cubic-bezier(.5,.2,.2,.8);transition:transform .8s cubic-bezier(.5,.2,.2,.8);transition:transform .8s cubic-bezier(.5,.2,.2,.8),-webkit-transform .8s cubic-bezier(.5,.2,.2,.8)}.tm-rotate-box .box:before{content:"";border-radius:inherit}.tm-rotate-box .box-outer,.tm-rotate-box .box:before{position:absolute;top:0;left:0;right:0;bottom:0}.tm-rotate-box .box-inner{display:table;height:100%;width:100%}.tm-rotate-box .box-content{display:table-cell;vertical-align:middle}.tm-rotate-box .back{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.tm-rotate-box .content-wrap{width:100%;display:block;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:inherit;perspective:inherit;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:50px 30px;z-index:2}.tm-rotate-box.style-1{text-align:center}.tm-rotate-box.style-1 .heading{font-size:24px;color:#fff;margin-bottom:0}.tm-rotate-box.style-1 .text{color:hsla(0,0%,100%,.55);margin:32px auto 0;max-width:420px}.tm-rotate-box.style-1 .tm-button{margin-top:78px;color:#fff}.tm-rotate-box.style-2 .box-content{vertical-align:bottom}.tm-rotate-box.style-2 .heading{position:relative;font-size:20px;color:#222;padding:10px 70px 10px 18px;background-color:#fff;margin-bottom:0;min-height:70px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-rotate-box.style-2 .heading:after{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f125";font-family:Ionicons;display:inline-block;font-size:16px;font-weight:500;height:50px;width:50px;line-height:50px;text-align:center;color:#fff;background-color:#ff875f}.tm-rotate-box.style-2 .text{margin-top:30px;color:#fff}.tm-rotate-box.style-2 .tm-button{margin-top:78px}.tm-custom-menu .widget{margin:0!important}.tm-custom-menu.style-2 .menu{margin:-8px -15px 0}.tm-custom-menu.style-2 .menu>li{width:50%;padding:0 15px;float:left}.tm-custom-menu.style-3 .menu{margin:-8px -15px 0}.tm-custom-menu.style-3 .menu>li{padding:0 15px;position:relative;display:inline-block}.tm-custom-menu.style-3 .menu>li+li:before{position:absolute;width:1px;height:20px;top:10px;left:-1px;content:"";background-color:#d8d8d8}.tm-custom-menu.style-4 .menu{margin:-8px -15px 0}.tm-custom-menu.style-4 .menu>li{padding:0 15px;margin-bottom:0;position:relative;display:inline-block}.tm-custom-menu.style-4 .menu>li+li:before{position:absolute;width:3px;height:3px;top:50%;left:-2px;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#d8d8d8}.tm-custom-menu.style-5 .menu>li{position:relative;padding-left:15px!important}.tm-custom-menu.style-5 .menu>li a{font-weight:400!important}.tm-custom-menu.style-5 .menu>li:before{position:absolute;width:5px;height:5px;top:50%;border-radius:50%;left:0;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#d8d8d8}@media (min-width:768px){.tm-custom-menu.align-right{text-align:right}.tm-custom-menu.align-center{text-align:center}}.tm-slider-group{margin:-30px}.tm-slider-group .swiper-container{padding:30px}.tm-slider-group .tm-box-icon{margin-bottom:0}.tm-slider-group.tm-swiper.pagination-style-11 .swiper-pagination{bottom:-20px}.tm-slider-group.style-separator .swiper-container{padding-left:1px}.tm-slider-group.style-separator .tm-group{padding:100px 57px;border-left:1px solid hsla(0,0%,60%,.1);border-right:1px solid hsla(0,0%,60%,.1);margin-left:-1px}@media (max-width:767px){.tm-slider-group.style-separator .tm-group{padding:60px 25px}}.tm-grid-group .tm-box-icon,.tm-grid-group .tm-card,.tm-grid-group .tm-pricing,.tm-grid-group .tm-team-member{height:100%;margin-bottom:0}.tm-grid-group.style-border .tm-grid{padding:1px;background:#eee}.tm-grid-group.style-border .grid-item{background:#fff}.tm-grid-group.style-light-border{padding-top:1px;padding-left:1px}.tm-grid-group.style-light-border .tm-grid{border:1px solid hsla(0,0%,100%,.28)}.tm-grid-group.style-light-border .grid-item{margin:-1px 0 0 -1px;border-top:1px solid hsla(0,0%,100%,.28);border-left:1px solid hsla(0,0%,100%,.28);padding:47px 30px}.tm-grid-group.style-dark-border .tm-grid{border:1px solid #eee}.tm-grid-group.style-dark-border .grid-item{margin:-1px 0 0 -1px;border-top:1px solid #eee;border-left:1px solid #eee;padding:47px 30px}.tm-grid-group.style-rounded-separator .tm-grid{background:#ddd;grid-gap:1px!important}.tm-grid-group.style-rounded-separator .grid-item{background:#fff}.tm-grid-group.style-rounded-separator .grid-item:hover{z-index:9}.tm-separator{line-height:0}.tm-separator.style-single-line{border-bottom:1px solid #f3f3f3}.tm-separator.style-thick-short-line .separator-wrap{display:inline-block;height:8px;width:50px;border-radius:5px}.tm-separator.style-modern-dots .separator-wrap{cursor:pointer;display:inline-block;padding:3px 10px}.tm-separator.style-modern-dots .dot{border-radius:50%;box-shadow:0 0 12px #def0ff;background:#fff;-webkit-animation:separator-bounce 1.4s ease-in-out 0s infinite both;animation:separator-bounce 1.4s ease-in-out 0s infinite both;width:14px;height:14px}.tm-separator.style-modern-dots .second-circle{margin-top:18px;-webkit-animation-delay:-.16s;animation-delay:-.16s}.tm-separator.style-modern-dots .third-circle{margin-top:14px;-webkit-animation-delay:-.32s;animation-delay:-.32s}.tm-skill-box .title{border-bottom:1px dashed #d4d2d2;padding-bottom:20px;margin-bottom:20px}.tm-skill-box .title .icon,.tm-skill-box .title .title-text{display:inline-block}.tm-skill-box .title .icon{font-size:24px;margin-right:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-skill-box .title .title-text{font-size:16px;text-transform:uppercase;letter-spacing:1px}.tm-skill-box .text{font-size:16px}.tm-skill-box .text+.text{margin-top:5px}.tm-spacer{clear:both}.tm-download-box{border:1px solid #eee}.tm-download-box.style-1 .download-item{padding:30px;text-align:center}.tm-download-box.style-1 .title{font-size:16px;margin-bottom:0}.tm-download-box.style-1 .image{margin-bottom:20px}.tm-download-box.style-1 .size{font-size:16px;margin-top:10px;color:#ababab}.tm-download-box.style-2 .download-item{position:relative;padding:15px 85px 15px 25px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tm-download-box.style-2 .download-item+.download-item{border-top:1px solid #eee}.tm-download-box.style-2 .title{font-size:18px;word-break:break-word;text-align:left;margin-bottom:0}.tm-download-box.style-2 .image{width:32px;margin-right:30px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.tm-download-box.style-2 .size{position:absolute;top:50%;right:25px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;color:#ababab}@media (min-width:768px){.tm-download-box.style-1{display:table;width:100%;table-layout:fixed;border-collapse:collapse}.tm-download-box.style-1 .download-item{display:table-cell;background-color:#fff;width:33.33333%;border:1px solid #eee;text-align:center}.tm-download-box.style-1 .image{margin-bottom:20px}}.tm-working-hour-list .working-list{padding:0;margin:0;list-style:none;display:table;border-collapse:collapse;width:100%}.tm-working-hour-list .menu-item{display:table-row;width:100%;border-bottom:1px solid #eee}.tm-working-hour-list .menu-item:first-child{border-top:1px solid #eee}.tm-working-hour-list .working-list--text,.tm-working-hour-list .working-list--title{display:table-cell;padding:15px 0;font-size:16px}.tm-working-hour-list .working-list--title{font-weight:600}.tm-working-hour-list .working-list--text{text-align:right}.vc_row{clear:both}.vc_row.vc_row-no-padding .vc_inner{margin-left:-15px;margin-right:-15px}.vc_row.vc_row-no-padding .vc_inner .vc_column-inner{padding-left:15px;padding-right:15px}.vc_row.vc_row[data-vc-full-width],.vc_section.vc_section[data-vc-full-width]{overflow:visible}.vc_container-has-overlay{position:relative}.vc_container-has-overlay .vc_container-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.wrapper-full-height .wpb_wrapper{height:100%}.vc_col-sm-15{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.vc_row-column-separator-01>.wpb_column+.wpb_column:before{height:40%;width:2px;background:#f7f7f7}.vc_row-column-separator-01>.wpb_column+.wpb_column:before,.vc_row-column-separator-02>.wpb_column+.wpb_column:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.vc_row-column-separator-02>.wpb_column+.wpb_column:before{height:100%;width:1px;background:#eee}.vc_row-column-separator-03>.wpb_column:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:100%;width:1px;background:#eee}.vc_row-column-separator-04>.wpb_column+.wpb_column:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:100%;width:1px;background:#2e2e2e}@media (min-width:768px){.vc_column_container.vc_col-sm-15{float:left;width:20%}}@media (max-width:767px){.vc_row-column-separator-01>.wpb_column+.wpb_column .tm-counter{padding-top:36px}.vc_row-column-separator-01>.wpb_column+.wpb_column:before{top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:1px;width:150px}.vc_row-column-separator-02>.wpb_column+.wpb_column .tm-counter{padding-top:36px}.vc_row-column-separator-02>.wpb_column+.wpb_column:before{top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:1px;width:100%}.vc_row-column-separator-04>.wpb_column+.wpb_column .tm-counter{padding-top:36px}.vc_row-column-separator-04>.wpb_column+.wpb_column:before{top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:1px;width:100%}}.vc_row-has-separator{position:relative;overflow:visible!important}.vc_row-has-separator .vc_column_container{z-index:2}.vc_row-separator{position:absolute;width:100%;left:0;z-index:1;line-height:0}.vc_row-separator.top{top:0}.vc_row-separator.bottom{bottom:0}.vc_row-separator svg{fill:transparent;width:100%;height:100px}.vc_row-separator.tilt_left.top{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc_row-separator.tilt_right.top{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vc_row-separator.tilt_right.bottom{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.vc_row-separator.big_triangle.bottom,.vc_row-separator.big_triangle_alt.top,.vc_row-separator.big_triangle_left.top,.vc_row-separator.triangle.bottom{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc_row-separator.big_triangle_right.top{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vc_row-separator.big_triangle_right.bottom{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.vc_row-separator.clouds.top,.vc_row-separator.curve.top{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vc_row-separator.circle.bottom{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc_progress_bar .vc_single_bar_wrapper{padding-bottom:7px}.vc_progress_bar .vc_single_bar_wrapper+.vc_single_bar_wrapper{margin-top:27px}.vc_progress_bar .vc_single_bar_title{margin-bottom:12px;font-size:16px;font-weight:600;color:#222}.vc_progress_bar .vc_single_bar_title .vc_label_units{float:right;font-weight:500}.vc_progress_bar .vc_general.vc_single_bar{height:5px;border-radius:5px;box-shadow:none;background-color:#e0e0e0}.vc_progress_bar .vc_general.vc_single_bar .vc_label{padding:0}.vc_progress_bar .vc_general.vc_single_bar .vc_bar{border-radius:inherit}.vc_progress_bar .vc_bar:after{position:absolute;top:50%;right:-1px;width:16px;height:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:inherit;content:"";border-radius:50%}.vc_progress_bar.style-2 .vc_single_bar_title{width:100%!important}.vc_chart.vc_chart .vc_chart-legend li{margin:0;font-size:15px;font-weight:500}.vc_chart.vc_chart .vc_chart-legend li+li{margin-top:18px}.vc_chart.vc_chart .vc_chart-legend span{border-radius:3px;width:26px;height:26px;margin-right:28px}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab>a{color:#fff}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab.vc_active>a{border-color:#f0f0f0;background-color:#f8f8f8;color:#666}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{color:#fff}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color:#f8f8f8}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before{border-color:#f0f0f0}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{color:#666}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#f0f0f0;background-color:#f8f8f8}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab>a{color:#fff}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab.vc_active>a{border-color:#f0f0f0;background-color:#f8f8f8}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a{color:#fff}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{background-color:#f8f8f8;border-color:#f0f0f0}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a{color:#666}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#f0f0f0;background-color:#f8f8f8}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body{color:#fff}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab>a,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:focus a,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover a,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active)>a:focus,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active)>a:hover{color:#fff}@media (min-width:768px){.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels{background-color:#f8f8f8}.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tt a-panels:after,.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels:before{border-color:#f0f0f0}}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-tabs-position-top .vc_tta-tabs-container,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow:visible}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-shape-rounded .vc_tta-tabs-list{overflow:hidden}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01.vc_tta-shape-rounded .vc_tta-tab>a{border-radius:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-container{margin:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-list{display:table;width:100%;margin:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab{display:table-cell;text-align:center;width:1%}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab+.vc_tta-tab{padding-left:15px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab>a{font-size:20px;font-weight:700;background-color:#ff875f;color:#fff}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab.vc_active>a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab:hover>a{color:#223645;background-color:#fff}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-body{border:0;border-radius:0;background:#fff;padding:42px 0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel.vc_active .vc_tta-panel-title{color:#fff}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-heading{background:#eee;border-radius:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_active .vc_tta-panel-heading{color:#fff}@media (max-width:991px){.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tabs-list{display:table;width:100%;margin:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab{display:block;width:100%}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-tab+.vc_tta-tab{padding-left:0}}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02.vc_tta-tabs-position-top .vc_tta-tabs-container,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow:visible}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tabs-list{margin:0;border-bottom:1px dashed #d4d2d2;text-align:center;display:-ms-grid;display:grid;grid-auto-flow:column;grid-gap:1px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab{position:relative;margin:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:after{content:"";position:absolute;bottom:-2px;right:0;width:0;height:3px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab>a{padding:15px 25px;border:0;border-bottom:3px solid transparent;font-size:20px;font-weight:700;color:#c1c1c1;margin-bottom:-2px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab.vc_active:after,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-tab:hover:after{width:100%;left:0;right:auto}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-body{padding:70px 0 0;border:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-heading{border:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-heading:hover .vc_tta-panel-title{color:#223645}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title{color:#777;border-bottom:3px solid}.vc_active .wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title{color:#223645}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-02 .vc_tta-panel-title>a{padding:14px 0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-tabs-position-top .vc_tta-tabs-container,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow:visible}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-shape-rounded .vc_tta-tabs-list{overflow:hidden}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03.vc_tta-shape-rounded .vc_tta-tab>a{border-radius:0}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tabs-container{margin:0 0 -1px!important}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab+.vc_tta-tab{padding-left:10px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab>a{font-size:18px;font-weight:700;background-color:#f7f7f7;color:#888;border:1px solid transparent;border-bottom-color:#ddd}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab>a:before{content:"";display:inline-block;width:3px!important;height:0!important;position:absolute!important;top:-1px!important;left:-1px!important;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active>a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover>a{color:#222;border:1px solid #ddd;border-bottom-color:#fff;background-color:#fff}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active>a:after,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover>a:after{display:none!important}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab.vc_active>a:before,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-tab:hover>a:before{height:calc(100% + 2px)!important}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-body{border-radius:0;background:#fff;border:1px solid #ddd;padding:42px 30px 67px}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-title{color:inherit}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_tta-panel-heading{background:#f7f7f7;border-radius:0;border:1px solid #ddd}.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-03 .vc_active .vc_tta-panel-heading{color:#222}@media (min-width:768px){.wpb-js-composer .vc_tta.vc_general.vc_tta-style-healsoul-01 .vc_tta-panel-body{padding:100px 0 0}}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-container{overflow:visible!important;margin:0!important;width:25%}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list{overflow:visible!important;background-color:#f7f7f7;padding:36px 0!important}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab{color:#999;font-size:16px;font-weight:500;margin:0;position:relative}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab a{font-weight:inherit}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #ff875f;position:absolute;top:50%;left:calc(100% - 6px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab>a{padding:14px 30px}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab.vc_active,.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:hover{background-color:#ff875f;color:#222}.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab.vc_active:after,.vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list .vc_tta-tab:hover:after{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);left:100%;opacity:1;visibility:visible}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-container{overflow:visible!important;margin:0!important;width:33.33333%}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-title{border-bottom:1px solid #ddd}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-body{padding:50px 20px!important}@media (min-width:768px){.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-panel-body{padding:0 0 0 61px!important}}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list{overflow:visible!important;background-color:#f7f7f7}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab{color:#222;font-size:16px;font-weight:500;margin:0;position:relative}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab a{font-weight:inherit}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab+.vc_tta-tab{border-top:1px solid #ddd}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #ff875f;position:absolute;top:50%;left:calc(100% - 6px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab>a{padding:14px 30px}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab.vc_active,.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:hover{background-color:#ff875f;color:#fff}.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab.vc_active:after,.vc_tta.vc_general.vc_tta-style-healsoul-tour-02 .vc_tta-tabs-list .vc_tta-tab:hover:after{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);left:100%;opacity:1;visibility:visible}#mega-industries .vc_tta.vc_general.vc_tta-style-healsoul-tour-01 .vc_tta-tabs-list{background:#f7f7f7 url(//www.endodiabet.com/wp-content/themes/healsoul/assets/images/decor.jpg) no-repeat 0 0;background-size:cover}.vc_separator.position-top{margin:0;position:absolute;top:0;width:calc(100% - 30px)}.vc_separator.position-bottom{margin:0;position:absolute;bottom:0;width:calc(100% - 30px)}.mejs-controls .mejs-button button{-webkit-transition:none;transition:none}.wp-audio-playlist .wp-playlist-current-item{display:table}.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption{display:table-cell;vertical-align:middle}.wp-audio-playlist .wp-playlist-item{border-color:#eee;padding:5px 3px}.wp-audio-playlist .wp-playlist-item-length{top:5px}.section-icon-demo .glyph{display:inline-block;width:9em;margin:1em;text-align:center;vertical-align:top;border:1px solid #eee}.section-icon-demo .glyph-icon{padding:20px;display:block;font-size:64px;line-height:1;color:#223645}.section-icon-demo .class-name{background-color:#f7f7f7;color:#223645;padding:10px}body table.booked-calendar th .monthName{font-weight:600}body table.booked-calendar td.today .date span{border:2px solid #ff875f}body .booked-modal button.cancel,body .booked-modal button.cancel:hover{border:0}.widget+.widget{margin-top:70px}.page-sidebar-content select{background-color:#fff;border-color:#fff}.page-sidebar-content .tm-contact-form-7 select{background-color:#eceff3}.page-sidebar .page-sidebar-content{position:relative;background:#fff9f7;padding:110px 0 110px 30px;height:100%}.page-sidebar .page-sidebar-content:after{content:"";background-color:#fff9f7;position:absolute;width:1000px;height:100%;z-index:-1}.page-sidebar .page-sidebar-content .widget-title{position:relative;font-size:26px;border:0;padding-bottom:10px;margin-bottom:40px;text-align:center}.page-sidebar .page-sidebar-content .widget-title:after{content:"";position:absolute;bottom:0;left:50%;margin-left:-40px;width:80px;height:2px;background-color:#ff875f}.page-sidebar.page-sidebar-left .page-sidebar-content{padding:110px 30px 110px 0}.page-sidebar.page-sidebar-left .page-sidebar-content:after{top:0;right:100%}@media (max-width:991px){.page-sidebar.page-sidebar-left .page-sidebar-content{padding:110px 0}.page-sidebar.page-sidebar-left .page-sidebar-content:before{content:"";background-color:#fff9f7;position:absolute;width:1000px;height:100%;z-index:-1;top:0;left:100%}}.page-sidebar.page-sidebar-right .page-sidebar-content{padding:110px 0 110px 30px}.page-sidebar.page-sidebar-right .page-sidebar-content:after{top:0;left:100%}@media (max-width:991px){.page-sidebar.page-sidebar-right .page-sidebar-content{padding:110px 0}.page-sidebar.page-sidebar-right .page-sidebar-content:before{content:"";background-color:#fff9f7;position:absolute;width:1000px;height:100%;z-index:-1;top:0;right:100%}}.page-sidebar .page-sidebar-special{margin-top:40px}.page-sidebar .page-sidebar-inner{height:100%}.page-sidebar .insight-core-bmw ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li>a,.page-sidebar .widget_pages ul ul>li>a{padding-left:35px}.page-sidebar .insight-core-bmw ul ul>li ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul>li>a,.page-sidebar .widget_pages ul ul>li ul>li>a{padding-left:45px}.page-sidebar .insight-core-bmw ul ul>li ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul>li>a{padding-left:55px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul>li>a{padding-left:65px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul>li>a{padding-left:75px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul ul>li>a{padding-left:85px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul ul ul>li>a{padding-left:95px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul ul ul ul>li>a{padding-left:105px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul ul ul ul ul>li>a{padding-left:115px}.page-sidebar .insight-core-bmw ul ul>li ul ul ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_nav_menu ul ul>li ul ul ul ul ul ul ul ul ul>li>a,.page-sidebar .widget_pages ul ul>li ul ul ul ul ul ul ul ul ul>li>a{padding-left:125px}.page-sidebar .insight-core-bmw>ul,.page-sidebar .widget_nav_menu>ul,.page-sidebar .widget_pages>ul{border:0;overflow:hidden}.page-sidebar .insight-core-bmw>ul>li,.page-sidebar .widget_nav_menu>ul>li,.page-sidebar .widget_pages>ul>li{background:#fff;padding:0}.page-sidebar .insight-core-bmw li,.page-sidebar .widget_nav_menu li,.page-sidebar .widget_pages li{border:0;background:#fff}.page-sidebar .insight-core-bmw li+li>a,.page-sidebar .insight-core-bmw li ul,.page-sidebar .widget_nav_menu li+li>a,.page-sidebar .widget_nav_menu li ul,.page-sidebar .widget_pages li+li>a,.page-sidebar .widget_pages li ul{border-top:1px solid #eee}.page-sidebar .insight-core-bmw .current-menu-item>a,.page-sidebar .insight-core-bmw a:hover,.page-sidebar .widget_nav_menu .current-menu-item>a,.page-sidebar .widget_nav_menu a:hover,.page-sidebar .widget_pages .current-menu-item>a,.page-sidebar .widget_pages a:hover{color:#fff}.page-sidebar .insight-core-bmw .menu,.page-sidebar .widget_nav_menu .menu,.page-sidebar .widget_pages .menu{overflow:hidden}.page-sidebar .insight-core-bmw .menu>li:first-child>a,.page-sidebar .widget_nav_menu .menu>li:first-child>a,.page-sidebar .widget_pages .menu>li:first-child>a{border:0}.page-sidebar .tm-button{text-overflow:ellipsis}.widget_text{font-size:16px}@media (max-width:1199px){.wpb_widgetised_column{padding:0!important}.wpb_widgetised_column .wpb_wrapper{padding:50px 30px;background:#fff;max-width:100%}.wpb_widgetised_column .wpb_wrapper:after{display:none}}.page-footer{font-size:15px;line-height:1.66}.page-footer .tm-mailchimp-form .title,.page-footer .widgettitle{border-bottom:1px solid transparent}.page-footer .tm-mailchimp-form .title,.page-footer .widgettitle{line-height:1.4;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:30px}.page-footer .insight-core-bmw li,.page-footer .widget_nav_menu li{margin-bottom:3px;padding:0;border:0}.page-footer .insight-core-bmw a:hover,.page-footer .widget_nav_menu a:hover{text-decoration:underline}.page-footer .widget_archive>ul>li,.page-footer .widget_categories>ul>li,.page-footer .widget_meta>ul>li,.page-footer .widget_pages>ul>li,.page-footer .widget_product_categories>ul>li,.page-footer .widget_recent_comments>ul>li,.page-footer .widget_recent_entries>ul>li,.page-footer .widget_rss>ul>li{border-bottom:0;padding:0}.page-footer .insight-core-bmw li a,.page-footer .widget_archive li a,.page-footer .widget_meta li a,.page-footer .widget_nav_menu li a,.page-footer .widget_pages li a{padding:7px 0}.insight-core-bmw ul,.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0}.insight-core-bmw li,.widget_archive li,.widget_categories li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_product_categories li,.widget_recent_comments li,.widget_recent_entries li,.widget_rss li{display:block;margin:0;padding:12px 0;border-bottom:1px solid #f3f3f3;list-style-type:none}.insight-core-bmw li:last-child,.widget_archive li:last-child,.widget_categories li:last-child,.widget_meta li:last-child,.widget_nav_menu li:last-child,.widget_pages li:last-child,.widget_product_categories li:last-child,.widget_recent_comments li:last-child,.widget_recent_entries li:last-child,.widget_rss li:last-child{margin-bottom:0}.insight-core-bmw li a,.widget_archive li a,.widget_categories li a,.widget_meta li a,.widget_nav_menu li a,.widget_pages li a,.widget_product_categories li a,.widget_recent_comments li a,.widget_recent_entries li a,.widget_rss li a{display:block}.widget_meta li{padding:0}.widget_meta li a{padding:12px 0}.insight-core-bmw a:empty,.widget_nav_menu a:empty,.widget_pages a:empty{display:none}.insight-core-bmw ul ul>li>a,.widget_nav_menu ul ul>li>a,.widget_pages ul ul>li>a{padding-left:10px}.insight-core-bmw ul ul>li ul>li>a,.widget_nav_menu ul ul>li ul>li>a,.widget_pages ul ul>li ul>li>a{padding-left:20px}.insight-core-bmw ul ul>li ul ul>li>a,.widget_nav_menu ul ul>li ul ul>li>a,.widget_pages ul ul>li ul ul>li>a{padding-left:30px}.insight-core-bmw ul ul>li ul ul ul>li>a,.widget_nav_menu ul ul>li ul ul ul>li>a,.widget_pages ul ul>li ul ul ul>li>a{padding-left:40px}.insight-core-bmw li,.widget_nav_menu li,.widget_pages li{margin:0;padding:0}.insight-core-bmw a,.widget_nav_menu a,.widget_pages a{padding:13px 25px;font-size:inherit;color:inherit}.insight-core-bmw .current-menu-item a,.widget_nav_menu .current-menu-item a,.widget_pages .current-menu-item a{color:#fff}.widget_archive li,.widget_categories li,.widget_product_categories li{border:0}.widget_archive>ul,.widget_categories>ul,.widget_product_categories>ul{border:0;overflow:hidden}.widget_archive>ul>li,.widget_categories>ul>li,.widget_product_categories>ul>li{margin:-1px -1px 0;background:#fff;padding:0}.widget_archive>ul>li+li>a,.widget_categories>ul>li+li>a,.widget_product_categories>ul>li+li>a{border-top:1px solid #eee}.widget_archive .current-cat>a,.widget_archive a:hover,.widget_categories .current-cat>a,.widget_categories a:hover,.widget_product_categories .current-cat>a,.widget_product_categories a:hover{color:#fff!important}.widget_archive a,.widget_categories a,.widget_product_categories a{position:relative;display:block;padding:12px 50px 12px 35px;font-size:inherit;color:inherit}.widget_archive .count,.widget_categories .count,.widget_product_categories .count{position:absolute;top:50%;right:20px;float:right;font-size:11px;font-weight:600;border-radius:100%;line-height:1;color:#fff;padding:5px;min-width:22px;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.widget_archive .children,.widget_categories .children,.widget_product_categories .children{padding:0!important}.widget_archive .children li,.widget_categories .children li,.widget_product_categories .children li{padding:0;border-top:1px solid #eee;border-bottom:0}.widget_archive .children a,.widget_categories .children a,.widget_product_categories .children a{padding-left:50px}.widget_archive .children .children a,.widget_categories .children .children a,.widget_product_categories .children .children a{padding-left:60px}.widget_rss .rssSummary{margin:5px 0}.widget_recent_comments .comment-author-link{position:relative;padding-left:24px}.widget_recent_comments .comment-author-link:before{position:absolute;top:50%;left:0;content:"\f11d";font-family:Ionicons;font-size:18px;line-height:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.widget_recent_comments .recentcomments span{display:inline-block}.widget_recent_comments .recentcomments a{display:inline-block!important;word-break:break-all!important}.widget_recent_entries a{font-weight:500;line-height:1.44}.widget_recent_entries .post-date{position:relative;display:block;font-size:15px;font-weight:500;padding-left:25px;margin-top:17px}.widget_recent_entries .post-date:before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-family:Ionicons;font-size:18px;content:"\f2d1"}@media (max-width:991px){.page-content .widget+.widget{margin:50px 0 0}.page-content .widget-title,.page-content .widgettitle{font-size:24px}}.page-off-canvas-sidebar .widget-title{display:inline-block;font-size:16px;font-weight:600;letter-spacing:1px;padding-bottom:5px;margin-bottom:40px;position:relative;text-transform:uppercase}.page-off-canvas-sidebar .widget-title:after{display:inline-block;position:absolute;bottom:0;left:0;content:"";width:100%;height:2px}.page-off-canvas-sidebar .insight-core-bmw li,.page-off-canvas-sidebar .widget_nav_menu li,.page-off-canvas-sidebar .widget_pages li{border:0}.page-off-canvas-sidebar .insight-core-bmw a,.page-off-canvas-sidebar .widget_nav_menu a,.page-off-canvas-sidebar .widget_pages a{padding:10px 0;border:0;color:#7a8a9e;font-weight:400;background-color:transparent}.widget_product_search form,.widget_search form{position:relative}.widget_product_search .search-field,.widget_search .search-field{width:100%;padding:0 20px;border:0;background:#fff;box-shadow:0 20px 30px rgba(0,0,0,.06);border-color:transparent}.widget_product_search .search-field:focus,.widget_search .search-field:focus{box-shadow:0 20px 30px rgba(0,0,0,.14)}.widget_product_search .search-submit,.widget_search .search-submit{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border:0;background:transparent}.widget_product_search .search-btn-text,.widget_search .search-btn-text{display:none}.widget_product_search .search-btn-icon,.widget_search .search-btn-icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1;font-size:18px;color:#ff875f}.tagcloud{margin:-5px}.tagcloud a{display:block;float:left;font-size:14px!important;background:#fff;border:0;padding:3px 10px;margin:5px;color:#7a8a9e;box-shadow:0 5px 8px 0 rgba(0,0,0,.08)}.tagcloud a:hover{color:#fff;box-shadow:none}.widget_calendar #wp-calendar{background:#fff;margin-bottom:0}.widget_calendar .calendar_wrap td,.widget_calendar .calendar_wrap th{text-align:center;padding:5px}.widget_calendar caption{font-weight:600;color:#223645;margin-bottom:10px;font-size:14px;letter-spacing:3px;text-transform:uppercase}.widget_calendar #today{color:#fff}.widget_calendar #today a,.widget_rss .widget-title a{color:inherit}.widget_rss .widget-title .rsswidget{font-size:26px}.widget_rss .rsswidget{font-weight:700;font-size:16px}.widget_rss .rss-widget-icon{vertical-align:middle}.widget_rss .rss-date{position:relative;padding-left:24px;font-size:13px}.widget_rss .rss-date:before{position:absolute;top:50%;left:0;content:"\f3f3";font-family:Ionicons;line-height:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tm-posts-widget .post-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tm-posts-widget .post-item+.post-item{margin-top:35px;padding-top:35px;border-top:1px dashed #d4d2d2}.tm-posts-widget .post-widget-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;width:80px;height:80px;overflow:hidden;position:relative}.tm-posts-widget .post-widget-thumbnail:hover .post-widget-overlay{visibility:visible;opacity:1}.tm-posts-widget .post-widget-thumbnail img{width:100%}.tm-posts-widget .post-widget-info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-posts-widget .post-widget-categories{margin-bottom:10px}.tm-posts-widget .post-widget-title{font-size:16px;line-height:1.375;margin-bottom:0}.tm-posts-widget .post-date{display:block;font-size:14px;margin-top:12px;position:relative}.tm-posts-widget .post-widget-overlay{position:absolute;top:0;left:0;visibility:hidden;width:100%;height:100%;background-color:rgba(0,0,0,.6);opacity:0}.tm-posts-widget .post-overlay-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:18px}.woocommerce-notices-wrapper{width:100%}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-bottom:30px!important;width:100%;border:0;color:#fff;border-radius:0}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-size:18px;font-weight:500;font-family:Ionicons;color:#fff;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{color:#fff;font-weight:600}.woocommerce-error a:focus,.woocommerce-error a:hover,.woocommerce-info a:focus,.woocommerce-info a:hover,.woocommerce-message a:focus,.woocommerce-message a:hover{color:#fff}.woocommerce-error .button.button,.woocommerce-info .button.button,.woocommerce-message .button.button{margin:5px 0 0 10px!important;padding:0 22px 0 0!important;height:auto!important;border:0!important;border-radius:0!important;background-color:transparent!important;color:#fff!important;line-height:1.2!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.1em;font-size:12px!important;position:relative}.woocommerce-error .button.button:after,.woocommerce-info .button.button:after,.woocommerce-message .button.button:after{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-1px;line-height:1;font-size:16px;font-weight:700;font-family:Ionicons;content:"\f30f"}.woocommerce-error .button.button:hover:after,.woocommerce-info .button.button:hover:after,.woocommerce-message .button.button:hover:after{right:-10px}.woocommerce-error{background:#d9534f}.woocommerce-error:before{content:"\f3bc"}.woocommerce-info{background:#5bc0de}.woocommerce-info:before{content:"\f149"}.woocommerce-message{background:#5cb85c}.woocommerce-message:before{content:"\f120"}.notify-actions{margin-top:20px;text-align:center}.notify-actions .notify-link{margin-right:10px;color:#fff;text-transform:uppercase;font-weight:700}.notify-actions .notify-link:hover{text-decoration:underline}#tm-button-cookie-notice-ok{margin-top:20px}.woocommerce .product-badges{position:absolute;top:30px;left:28px;z-index:99;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.woocommerce .product-badges .hot,.woocommerce .product-badges .new,.woocommerce .product-badges .onsale,.woocommerce .product-badges .out-of-stock{position:relative;top:0;left:0;display:block;margin:0 2px;min-height:0;min-width:0;border-radius:0;color:#fff!important;text-align:center;font-weight:600;font-size:14px;line-height:1;text-transform:uppercase}.woocommerce .product-badges .hot{background:#d31129;padding:5px 11px}.woocommerce .product-badges .onsale{background:#f6a623;padding:5px 8px}.woocommerce .product-badges .new{background:#38cb89;padding:5px 13px}.woocommerce .product-badges .out-of-stock{background:#757575;padding:5px 11px}.stock{position:relative;display:table;padding:9px 0 8px 22px;font-size:14px!important;font-style:italic;color:inherit!important;margin:0}.stock:before{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;color:#d31129;font-family:Ionicons;font-weight:500;speak:none;font-style:normal;font-variant:normal;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.stock.in-stock:before{content:"\f120"}.stock.out-of-stock:before{content:"\f128"}.select2-search--dropdown{position:relative}.select2-search--dropdown:after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20px;content:"\f4a5";text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:Ionicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}.select2-dropdown{border-color:#efefef}.select2-results{padding:0}.select2-search--dropdown .select2-search__field{padding:3px 20px;height:50px}.select2-drop-active{border:0!important}.select2-container .select2-selection--single{height:60px}.select2-container .select2-selection__rendered{padding:0 20px!important}.select2-container--default .select2-selection--single{border-color:#efefef;background:#f8f8f8}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:58px;color:#878c9b}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#efefef}.mini-cart{position:static}.mini-cart ul{margin:0;padding:0}.mini-cart.hide-on-empty [data-count="0"]{display:none}.mini-cart .mini-cart-icon{position:relative;display:block;width:30px;height:30px;text-align:center;font-size:20px;line-height:30px;cursor:pointer}.mini-cart .mini-cart-icon:before{position:absolute;top:50%;left:0;color:inherit;content:"\f07a";font-family:Font Awesome\ 5 Pro!important;font-weight:400;line-height:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mini-cart .mini-cart-icon:after{position:absolute;top:-4px;right:0;padding:0 4px;min-width:15px;height:15px;border-radius:100%;color:#222;background:#fff;content:attr(data-count);font-weight:500;font-size:10px;line-height:15px}.mini-cart .widget_shopping_cart_content{position:absolute;top:calc(100% + 20px);right:0;z-index:99999;visibility:hidden;overflow:auto;padding:30px 20px 27px;max-height:700px;width:360px;border-width:0 0 3px;border-style:solid;background-color:#fff;opacity:0;box-shadow:0 0 37px rgba(0,0,0,.07)}.mini-cart .widget_shopping_cart_content li>a:not(.remove){font-size:16px!important;font-weight:700}.mini-cart.open .widget_shopping_cart_content{top:100%;visibility:visible;opacity:1}.woocommerce-mini-cart__empty-message{text-align:center}.woocommerce-mini-cart__empty-message .empty-basket{font-size:70px}.woocommerce-mini-cart__empty-message .empty-message{font-size:16px;font-style:italic}.woocommerce-mini-cart__empty-message .button{width:100%;height:48px;line-height:46px}.widget_shopping_cart_content .cart-footer{margin-top:30px;padding-top:22px;border-top:1px solid #eee}.widget_shopping_cart_content .total{padding:0!important;width:100%;border-top:0!important;font-size:16px;margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.widget_shopping_cart_content .total strong{display:inline-block;width:50%}.widget_shopping_cart_content .total .amount{width:50%;text-align:right;font-size:20px}.widget_shopping_cart_content .buttons{display:block}.widget_shopping_cart_content .buttons a{display:block;padding:0 20px!important;text-align:center}.widget_shopping_cart_content .buttons a.checkout{margin-top:10px}.cart_list.product_list_widget li{display:block;list-style-type:none}.cart_list.product_list_widget li+li{margin-top:20px!important}.cart_list.product_list_widget li img{float:left!important;margin-right:20px;width:80px;height:80px;border-radius:0}.cart_list.product_list_widget li .quantity{display:block}.cart_list.product_list_widget li .remove{position:relative!important;float:right;width:20px;height:20px;color:inherit!important;font-size:16px;line-height:1.5}.cart_list.product_list_widget li .remove:hover{background:transparent;color:initial!important}.cart_list.product_list_widget li .remove:after{display:none}.cart_list.product_list_widget a{font-weight:400;font-size:16px}.woocommerce .widget_price_filter form{padding-top:20px}.woocommerce .widget_price_filter .price_slider{margin-bottom:34px}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{height:5px;border-radius:0;background-color:#eee}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{top:-7px;width:19px;height:19px}.woocommerce .widget_price_filter .price_slider_amount{text-align:left;font-size:14px;line-height:inherit}.woocommerce .widget_price_filter .price_slider_amount .button{float:right;padding:0 33px!important;height:50px;line-height:46px!important;background-color:#f9f9f9;border-color:#ddd;color:#222}.woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff}.woocommerce .widget_price_filter .price_label{font-size:16px;font-weight:500;padding-top:13px}.woocommerce ul.product_list_widget li{padding:0}.woocommerce ul.product_list_widget li img{float:left;margin-right:15px;margin-left:0;width:80px;border:1px solid #ddd}.woocommerce ul.product_list_widget li .price{font-size:16px}.woocommerce ul.product_list_widget li .product-title{margin-top:12px;font-size:18px;line-height:1.4}.woocommerce ul.product_list_widget li .product-title a{color:inherit;font-weight:inherit}.woocommerce ul.product_list_widget li .star-rating{margin-bottom:10px;font-size:12px}.woocommerce .page-sidebar ul.product_list_widget li+li{margin-top:20px}.woocommerce .page-sidebar ul.product_list_widget .product-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.woocommerce .page-sidebar ul.product_list_widget .product-title{margin:0 0 12px}.woocommerce .page-sidebar ul.product_list_widget .thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:15px;width:100px}.woocommerce .page-sidebar ul.product_list_widget .thumbnail img{width:100%;border-radius:0}.woocommerce .widget_shopping_cart .cart_list li{padding-left:0}@-webkit-keyframes load-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce input.button,.woocommerce input.button.alt{padding:0 20px!important;height:50px;border-radius:0;border:0;color:#223645;font-weight:600!important;font-size:14px!important;line-height:50px!important}.woocommerce .products .product,.woocommerce .tm-products .product{margin-bottom:40px}.woocommerce .products .product .product-wrapper,.woocommerce .tm-products .product .product-wrapper{position:relative}.woocommerce .products .product .product-wrapper:hover .hover-image,.woocommerce .products .product .product-wrapper:hover .product-action,.woocommerce .tm-products .product .product-wrapper:hover .hover-image,.woocommerce .tm-products .product .product-wrapper:hover .product-action{opacity:1;visibility:visible}.woocommerce .products .product .product-thumbnail,.woocommerce .tm-products .product .product-thumbnail{position:relative;margin-bottom:30px}.woocommerce .products .product .thumbnail,.woocommerce .tm-products .product .thumbnail{position:relative}.woocommerce .products .product .thumbnail img,.woocommerce .tm-products .product .thumbnail img{width:100%;border-radius:0}.woocommerce .products .product .hover-image,.woocommerce .tm-products .product .hover-image{position:absolute;top:0;left:0;opacity:0;visibility:hidden;-webkit-transition-duration:.7s;transition-duration:.7s}.woocommerce .products .product .product-actions,.woocommerce .tm-products .product .product-actions{position:absolute;top:50%;right:30px;z-index:99;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.woocommerce .products .product .product-action,.woocommerce .tm-products .product .product-action{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;visibility:hidden;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);display:block;margin:5px 0!important}.woocommerce .products .product .product-action+.product-action,.woocommerce .tm-products .product .product-action+.product-action{-webkit-transition-delay:.1s;transition-delay:.1s}.woocommerce .products .product .product-action+.product-action+.product-action,.woocommerce .tm-products .product .product-action+.product-action+.product-action{-webkit-transition-delay:.2s;transition-delay:.2s}.woocommerce .products .product .product-action+.product-action+.product-action+.product-action,.woocommerce .tm-products .product .product-action+.product-action+.product-action+.product-action{-webkit-transition-delay:.3s;transition-delay:.3s}.woocommerce .products .product .woosc-btn,.woocommerce .products .product .woosq-btn,.woocommerce .products .product .woosw-btn,.woocommerce .tm-products .product .woosc-btn,.woocommerce .tm-products .product .woosq-btn,.woocommerce .tm-products .product .woosw-btn{position:relative;display:block;width:40px;height:40px;line-height:40px;border-radius:0;color:#223645;font-size:0!important;padding:0!important;background:#eee;box-shadow:none;border:0;text-align:center}.woocommerce .products .product .woosc-btn:before,.woocommerce .products .product .woosq-btn:before,.woocommerce .products .product .woosw-btn:before,.woocommerce .tm-products .product .woosc-btn:before,.woocommerce .tm-products .product .woosq-btn:before,.woocommerce .tm-products .product .woosw-btn:before{width:40px;height:40px;line-height:40px;text-align:center;margin:0;padding:0;font-size:15px;display:inline-block}.woocommerce .products .product .woosc-btn:hover,.woocommerce .products .product .woosq-btn:hover,.woocommerce .products .product .woosw-btn:hover,.woocommerce .tm-products .product .woosc-btn:hover,.woocommerce .tm-products .product .woosq-btn:hover,.woocommerce .tm-products .product .woosw-btn:hover{color:#fff;background-color:#ff875f}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button{width:40px;height:40px;line-height:40px;text-align:center;color:#223645;background:#eee;font-size:0!important;padding:0!important;box-shadow:none;border:0}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before{content:"\f07a";font-size:15px;display:inline-block;line-height:40px}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:after,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:after{display:none!important}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:hover,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:hover{color:#fff;background-color:#ff875f}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before{content:"\f110";-webkit-animation:load-spin 1.5s linear infinite!important;animation:load-spin 1.5s linear infinite!important}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.added:before,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.added:before{content:"\f058"}.woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart,.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart{display:none!important}.woocommerce .products .product .woosc-btn:before,.woocommerce .tm-products .product .woosc-btn:before{content:"\f012"}.woocommerce .products .product .woosc-btn.woosc-btn-added:before,.woocommerce .tm-products .product .woosc-btn.woosc-btn-added:before{font-weight:900}.woocommerce .products .product .woosq-btn:before,.woocommerce .tm-products .product .woosq-btn:before{content:"\f002"}.woocommerce .products .product .woosw-btn:before,.woocommerce .tm-products .product .woosw-btn:before{content:"\f004"}.woocommerce .products .product .woosw-btn.woosw-added:before,.woocommerce .tm-products .product .woosw-btn.woosw-added:before{font-weight:900}.woocommerce .products .product .woosc-btn-adding:before,.woocommerce .products .product .woosw-adding:before,.woocommerce .tm-products .product .woosc-btn-adding:before,.woocommerce .tm-products .product .woosw-adding:before{content:"\f110"!important;-webkit-animation:load-spin 1.5s linear infinite!important;animation:load-spin 1.5s linear infinite!important}.woocommerce .products .product .product-info,.woocommerce .tm-products .product .product-info{text-align:center}.woocommerce .products .product .woocommerce-loop-product__title,.woocommerce .tm-products .product .woocommerce-loop-product__title{font-size:20px;line-height:1.4;margin-bottom:10px}.woocommerce .products .product .star-rating,.woocommerce .tm-products .product .star-rating{margin:0 auto 13px}.woocommerce .products.tm-swiper .product,.woocommerce .tm-products.tm-swiper .product{width:100%;max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0;padding-right:0;margin-bottom:0}.woocommerce form .form-row{margin:0 0 10px;padding:0}.woocommerce form .form-row textarea{height:130px}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#d9534f}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#5cb85c}.woocommerce .amount,.woocommerce .price{font-weight:600;font-size:15px}.woocommerce ins{background:none;color:#999}.woocommerce del{position:relative;text-decoration:none}.woocommerce del .amount{color:#999!important}.woocommerce del:before{position:absolute;top:50%;left:0;width:100%;height:1px;background:#999;content:""}.woocommerce .star-rating{color:#ffb805;font-size:16px;float:none}.woocommerce .star-rating:before{color:#ddd;content:"SSSSS"}.woocommerce div.quantity{position:relative;width:100px}.woocommerce div.quantity button{background:none;position:absolute;right:0;padding:0;width:30px;height:20px;border:0;font-size:0}.woocommerce div.quantity button span{position:absolute;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);color:#ccc;font-size:12px}.woocommerce div.quantity .qty{padding:3px 30px 3px 10px;width:100%;height:50px;border:0}.woocommerce div.quantity input::-webkit-inner-spin-button,.woocommerce div.quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.woocommerce div.quantity .increase{top:0}.woocommerce div.quantity .increase span{bottom:-2px}.woocommerce div.quantity .decrease{bottom:0}.woocommerce div.quantity .decrease span{top:-2px}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{margin:40px -15px -15px;border:0}.woocommerce nav.woocommerce-pagination ul li{display:inline-block;border:0;list-style-type:none}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:block;font-weight:600;font-size:15px;padding:13px 12px;color:#7a8a9e;border-radius:0;text-transform:uppercase;letter-spacing:.5px}.woocommerce nav.woocommerce-pagination ul li a i,.woocommerce nav.woocommerce-pagination ul li span i{font-size:10px;font-weight:500}.woocommerce nav.woocommerce-pagination ul li a:active,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span:active,.woocommerce nav.woocommerce-pagination ul li span:hover{background-color:transparent}.woocommerce nav.woocommerce-pagination ul li .dots{width:20px;border:0;background:none;color:#ddd;font-weight:500;font-size:14px}.woocommerce nav.woocommerce-pagination ul li .next,.woocommerce nav.woocommerce-pagination ul li .prev{font-size:13px;line-height:18px;color:#7a8a9e}.woocommerce nav.woocommerce-pagination ul li .prev i{margin-right:6px}.woocommerce nav.woocommerce-pagination ul li .next i{margin-left:6px}.woocommerce nav.woocommerce-pagination ul li span.current{display:inline-block;color:#fff;background-color:#ff875f;padding:0;min-width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%}.woocommerce .archive-shop-actions{margin-bottom:30px}.woocommerce .archive-shop-actions .shop-filter-left,.woocommerce .archive-shop-actions .shop-filter-right{margin-bottom:10px}.woocommerce .woocommerce-result-count{margin:0}.woocommerce .shop-filter-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce .woocommerce-ordering{display:inline-block;margin:0;float:none}.woocommerce .woocommerce-ordering select{height:50px}.woocommerce .cats{margin-bottom:50px}.woocommerce .cats .product-category:hover .cat-count,.woocommerce .cats .product-category:hover .cat-title{color:#fff}.woocommerce .cats .cat-image img{width:100%}.woocommerce .cats .cat-text{position:absolute;right:0;bottom:30px;left:0;z-index:1;padding:15px;background-color:hsla(0,0%,100%,.65);text-transform:uppercase}.woocommerce .cats .cat-count{margin:0;color:initial;font-size:12px}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:1}.woocommerce a.remove{color:#999!important}.woocommerce a.remove:hover{background:none;color:#222!important}.woocommerce table.shop_table{border:0;border-collapse:collapse}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border:0;background:none;text-align:left}.woocommerce table.shop_table thead{border-radius:0}.woocommerce table.shop_table thead tr{border-bottom:1px solid #ededed}.woocommerce table.shop_table thead th{padding:20px 0;text-transform:uppercase;letter-spacing:1.75px;font-weight:700;font-size:14px;line-height:1.2}.woocommerce table.shop_table thead th.product-remove{width:40px}.woocommerce table.shop_table thead th.product-thumbnail{width:110px}.woocommerce table.shop_table tbody td,.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{padding:15px 0;border:0}.woocommerce table.shop_table tbody tr,.woocommerce table.shop_table tfoot tr{border-bottom:1px solid #ededed}.woocommerce .cart.shop_table{margin-bottom:95px;border:0;border-collapse:collapse}.woocommerce .cart.shop_table td,.woocommerce .cart.shop_table th{border:0;text-align:left}.woocommerce .cart.shop_table thead{border-radius:0}.woocommerce .cart.shop_table th{padding:20px 0;text-transform:uppercase;letter-spacing:1.75px;font-weight:700;font-size:14px;line-height:1.2}.woocommerce .cart.shop_table th.product-remove{width:40px}.woocommerce .cart.shop_table th.product-thumbnail{width:110px}.woocommerce .cart.shop_table td{padding:30px 0}.woocommerce .cart.shop_table td.product-name a{font-size:20px;font-weight:700}.woocommerce .cart.shop_table td.product-price,.woocommerce .cart.shop_table td.product-subtotal{font-size:20px}.woocommerce .cart.shop_table tbody tr+tr{border-top:1px solid #ededed}.woocommerce table.woocommerce-checkout-review-order-table{margin:0 0 70px}.woocommerce table.woocommerce-checkout-review-order-table tfoot th{text-transform:uppercase;font-size:14px;letter-spacing:1.75px;font-weight:700}.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label{color:red;font-weight:700}.woocommerce #coupon_code{margin:0 10px 0 0;width:320px}.woocommerce .cart-collaterals .cart_totals{width:100%;float:none}.woocommerce .cart-collaterals .cart_totals .shop_table{margin-bottom:30px;border:0;border-collapse:collapse}.woocommerce .cart-collaterals .cart_totals .shop_table th{vertical-align:middle;text-transform:uppercase;letter-spacing:1.75px;font-weight:700;font-size:14px;line-height:.9}.woocommerce .cart-collaterals .cart_totals .shop_table td,.woocommerce .cart-collaterals .cart_totals .shop_table th{padding:15px 0;border:0;background:none;text-align:left}.woocommerce .cart-collaterals .cart_totals .shop_table tr{border-top:1px solid #ededed;border-bottom:1px solid #ededed}.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p{margin:0}.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator{display:none}.woocommerce .cart-shipping p{margin-bottom:30px}.woocommerce .cart-shipping .shipping-method-label,.woocommerce .cart-shipping .shipping-method-label+p{display:none}.woocommerce .cart-shipping .shipping-calculator-form{display:block!important}body.woocommerce-cart table.cart td.actions .coupon .input-text{border-color:#efefef;padding:0 20px;height:50px;line-height:46px;border-width:2px}body.woocommerce-cart .cross-sells{margin-bottom:60px}body.woocommerce-cart .wc-proceed-to-checkout{padding:0;text-align:right}body.woocommerce-cart .wc-proceed-to-checkout a{display:inline-block;text-align:center;margin-bottom:30px}body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop{min-width:238px}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:inline-block;margin-bottom:30px;margin-left:6px;min-width:170px}.woocommerce-additional-fields>h3,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #ship-to-different-address,.woocommerce-checkout .woocommerce-billing-fields>h3,.woocommerce .cart-collaterals .cart-totals-inner>h2,.woocommerce .cart-shipping .woocommerce-shipping-calculator h2{margin-bottom:40px;font-size:24px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:80px}.woocommerce-form-login .button{min-width:140px}@media (max-width:767px){.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,.woocommerce table.shop_table_responsive tr:nth-child(2n) td{background:none}.woocommerce-page .cart-collaterals .cart_totals .shop_table tr,.woocommerce .cart-collaterals .cart_totals .shop_table tr{border-top:0}.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:first-child,.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child{border-top:1px solid #ededed}.woocommerce table.shop_table tbody tr{border-bottom:0}.woocommerce table.shop_table tbody tr+tr{padding:15px 0}.woocommerce table.shop_table tfoot tr{border-bottom:0}.woocommerce #coupon_code{margin-bottom:10px;width:100%}.woocommerce .cart.shop_table td{padding:10px 0}.woocommerce .cart.shop_table td.product-subtotal{clear:both}.woocommerce .cart.shop_table .product-quantity:after{display:table;clear:both;content:""}.woocommerce .cart.shop_table .quantity{float:right}.woocommerce-page table.cart td.actions .coupon{padding-bottom:10px}.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:none;width:100%}.cart-shipping{margin-bottom:60px}.woocommerce-checkout .woocommerce-checkout{margin-top:50px}.woocommerce-checkout #customer_details,.woocommerce-checkout #customer_details .col-1{margin-bottom:30px}.woocommerce-checkout form .form-row.form-row-first,.woocommerce-checkout form .form-row.form-row-last{padding:0;width:100%}}.woocommerce-form__label-for-checkbox{cursor:pointer}#ship-to-different-address-checkbox{top:-3px}.woocommerce-checkout .woocommerce form.checkout_coupon,.woocommerce-checkout .woocommerce form.login,.woocommerce-checkout .woocommerce form.register{padding:0;border:0}.woocommerce-checkout form .form-row{margin:0 0 20px}.woocommerce-checkout form .form-row.form-row-first,.woocommerce-checkout form .form-row.form-row-last{width:50%}.woocommerce-checkout form .form-row.form-row-first{padding-right:10px}.woocommerce-checkout form .form-row.form-row-last{padding-left:10px}.woocommerce-checkout form .form-row label{display:none}.woocommerce-checkout #coupon_code{margin-bottom:20px}.woocommerce-checkout #customer_details{margin-bottom:50px}.woocommerce-checkout #payment{background:none}.woocommerce-checkout #payment ul.payment_methods{padding:0;border:0;margin-bottom:10px}.woocommerce-checkout #payment ul.payment_methods li{margin-bottom:10px}.woocommerce-checkout #payment div.payment_box{margin:0;padding:28px 20px 15px;background:none;font-size:inherit}.woocommerce-checkout #payment div.payment_box:before{display:none}.woocommerce-checkout #payment .payment_title{padding:17px 20px;border-radius:0;background:#ededed;color:#222;text-transform:uppercase;font-weight:700;font-size:14px}.woocommerce-checkout #payment .payment_title label{cursor:pointer}.woocommerce-checkout #payment div.form-row{margin:0;padding:0;text-align:center}.woocommerce-checkout #place_order{float:none!important;width:180px}.woocommerce-checkout table.shop_table tbody td,.woocommerce-checkout table.shop_table tbody th,.woocommerce-checkout table.shop_table tfoot td,.woocommerce-checkout table.shop_table tfoot th{padding:15px 15px 15px 0}.woocommerce-checkout table.shop_table tr.shipping td{font-weight:400}.woocommerce-checkout table.shop_table tr.shipping p{margin:0}.woocommerce.single-product #reviews #comments .commentlist{margin:0 0 46px;padding:0}.woocommerce.single-product #reviews #comments .commentlist .comment{margin:0 0 50px;border-bottom:1px solid #ededed;padding-bottom:50px}.woocommerce.single-product #reviews #comments .commentlist .comment:last-child{margin:0;border-bottom:0;padding:0}.woocommerce.single-product #reviews #comments .commentlist .avatar{padding:0;width:80px;border:0;border-radius:0;float:none;position:static}.woocommerce.single-product #reviews #comments .commentlist .meta{margin-bottom:25px}.woocommerce.single-product #reviews #comments .commentlist .comment-author{float:left}.woocommerce.single-product #reviews #comments .commentlist .star-rating{position:absolute;top:4px;right:0}.woocommerce.single-product #reviews #comments .commentlist .description p:last-child{margin-bottom:0}.woocommerce.single-product #reviews #comments .commentlist .fn a{font-style:normal;font-size:18px}.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__verified{display:block}.woocommerce.single-product #reviews #comments .commentlist .children{margin:50px 0 0;padding:50px 0 0 110px;border-top:1px solid #eee}.woocommerce.single-product #reviews #comment{height:200px}.woocommerce.single-product .comment-content{margin-left:110px}.woocommerce.single-product .comment-actions{margin-top:31px}.woocommerce.single-product .comment-actions a{margin-right:20px;font-weight:600;line-height:1.26}.woocommerce.single-product .woocommerce-Reviews-title{display:none}.woocommerce.single-product .comment-reply-title,.woocommerce.single-product .comments-title{color:#223645}.woocommerce.single-product .comment-form input[type=email],.woocommerce.single-product .comment-form input[type=text]{width:100%}.woocommerce.single-product .comment-form .comment-form-comment{margin:0 0 30px}.woocommerce.single-product .comment-form .comment-form-author,.woocommerce.single-product .comment-form .comment-form-email{margin:0 0 20px}.woocommerce.single-product .comment-form .submit{min-width:200px}.woocommerce.single-product #review_form #respond{padding:50px 35px}.woocommerce.single-product #review_form #respond .comment-form-author,.woocommerce.single-product #review_form #respond .comment-form-comment,.woocommerce.single-product #review_form #respond .comment-form-email{margin:0 0 30px}.woocommerce.single-product #review_form #respond .comment-notes{margin-bottom:30px}.woocommerce.single-product #review_form #respond .form-submit{text-align:center;margin:0}.woocommerce.single-product .stars{display:inline-block;margin:0 0 0 22px!important}.woocommerce.single-product .stars a{font-size:18px;color:#efc71f}.woocommerce table.shop_attributes td{padding:0 15px}.woocommerce-review__author{font-size:18px;display:inline-block;margin-bottom:8px}.woocommerce-review__published-date{display:block;font-size:13px;font-weight:500;line-height:1.23;color:silver}.woocommerce-noreviews{text-align:center}.comment-form-rating{line-height:1;margin-bottom:30px}.comment-form-rating label{font-size:16px;font-weight:600;display:inline-block}@media (max-width:767px){.woocommerce.single-product #reviews #comments .commentlist .star-rating{position:relative;margin-top:20px}}@media (max-width:543px){.woocommerce-review__published-date{display:block;padding-left:0;margin-top:10px}.woocommerce-review__published-date:before{display:none}}.woocommerce.single-product .tm-swiper{margin:0}.woocommerce.single-product .swiper-container{padding:0}.woocommerce.single-product .product-feature{position:relative}.woocommerce.single-product .product-feature .product-badges{top:50px;left:48px}.woocommerce.single-product div.product>.row{margin-bottom:42px}.woocommerce.single-product div.product .row.woo-single-info{margin:0 -35px}.woocommerce.single-product div.product .row.woo-single-info>.col-md-6{padding:0 35px}.woocommerce.single-product div.product .images{float:none;width:100%!important}.woocommerce.single-product div.product .images .thumbnails{margin-top:10px;padding:0}.woocommerce.single-product div.product .images .thumbnails a{float:none;margin:0}.woocommerce.single-product div.product .images img{background:#fff;border-radius:0;box-shadow:none;width:100%}.woocommerce.single-product div.product .images.tm-swiper .swiper-pagination{bottom:50px}.woocommerce.single-product div.product .summary{margin-bottom:40px;width:100%}.woocommerce.single-product div.product .product_title{margin:-4px 0 17px;font-size:36px;line-height:1.23}.woocommerce.single-product div.product p.price{margin-bottom:49px}.woocommerce.single-product div.product p.price .amount{font-size:26px;font-weight:600}.woocommerce.single-product div.product form.cart{margin-bottom:0}.woocommerce.single-product div.product form.cart table td,.woocommerce.single-product div.product form.cart table th{text-align:left}.woocommerce.single-product div.product form.cart table td{background:none}.woocommerce.single-product div.product form.cart div.quantity{display:inline-block;float:left;margin:0 30px 0 0}.woocommerce.single-product div.product form.cart label{margin-right:15px;font-weight:700;min-width:100px}.woocommerce.single-product div.product form.cart .variations{margin-bottom:8px}.woocommerce.single-product div.product form.cart .variations select{margin-right:0;padding:3px 30px 3px 15px;min-width:0;width:100%;height:40px}.woocommerce.single-product div.product form.cart .variations .label{display:inline-block;padding:10px 15px 10px 0;min-width:115px;margin-top:5px}.woocommerce.single-product div.product form.cart .variations .value{width:100%}.woocommerce.single-product div.product form.cart .reset_variations{display:inline-block;font-size:14px!important;font-weight:600;position:relative;padding-left:15px;margin-top:8px}.woocommerce.single-product div.product form.cart .reset_variations:before{font-family:Ionicons;content:"\f2d7";position:absolute;top:8px;left:0;line-height:1}.woocommerce.single-product div.product .single_add_to_cart_button{position:relative;padding:0 30px!important}.woocommerce.single-product div.product .single_add_to_cart_button:hover{background:#223645;color:#fff!important}.woocommerce.single-product div.product .single_add_to_cart_button:before{content:"\f07a";font-size:15px;display:inline-block;line-height:40px;margin-right:10px}.woocommerce.single-product div.product .woocommerce-variation-price{margin-bottom:10px}.woocommerce.single-product div.product .woocommerce-product-rating{margin-bottom:12px;font-size:15px;line-height:1.6}.woocommerce.single-product div.product .woocommerce-product-rating .star-rating{margin:.3em 4px 0 0;font-size:inherit}.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link{margin-left:5px}.woocommerce.single-product div.product .summary .added_to_cart{display:none}.woocommerce.single-product div.product .summary .add_to_cart_button:before{content:"\f07a"}.woocommerce.single-product div.product .summary .add_to_cart_button.added:before{content:"\f217"}.woocommerce.single-product div.product .summary .add_to_cart_button.product_type_variable:before{content:""}.woocommerce.single-product div.product .summary .compare-btn,.woocommerce.single-product div.product .summary .wishlist-btn{float:left;margin-left:10px}.woocommerce.single-product div.product .summary .compare-btn a,.woocommerce.single-product div.product .summary .wishlist-btn a{position:relative;display:block;width:50px;height:50px;line-height:48px;border-radius:0;font-size:0!important;padding:0!important;border:1px solid #ededed;text-align:center}.woocommerce.single-product div.product .summary .compare-btn a:hover,.woocommerce.single-product div.product .summary .wishlist-btn a:hover{color:#fff!important}.woocommerce.single-product div.product .summary .compare-btn a:before,.woocommerce.single-product div.product .summary .wishlist-btn a:before{margin:0;font-size:16px;line-height:48px}.woocommerce.single-product div.product .summary .woosw-btn:before{content:"\f004"}.woocommerce.single-product div.product .summary .woosw-btn.woosw-added:before{font-weight:900}.woocommerce.single-product div.product .summary .woosc-btn:before{content:"\f012"}.woocommerce.single-product div.product .summary .woosc-btn.woosc-btn-added:before{font-weight:900}.woocommerce.single-product div.product .summary .compare-btn .woosc-btn-adding:before,.woocommerce.single-product div.product .summary .wishlist-btn .woosw-adding:before{-webkit-animation:load-spin 1.5s linear infinite;animation:load-spin 1.5s linear infinite;content:"\f110"}.woocommerce.single-product div.product .woocommerce-tabs{position:relative}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs{overflow:visible;margin:0;padding:0}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before{position:absolute;top:auto;right:auto;bottom:1px;display:block;width:100%;height:1px;border:0!important;background:#ededed;content:""}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li{z-index:1;margin:0 55px 0 0;padding:0;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:last-child{margin-right:0}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a{padding:13px 0;font-size:20px;font-weight:600;line-height:1.5}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after,.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before{display:none}.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel{padding:60px 0 0}.woocommerce.single-product .quantity-button-wrapper{margin-bottom:43px}.woocommerce.single-product .quantity-button-wrapper label{float:left;margin:13px 15px 0 0;min-width:100px}.woocommerce.single-product .product-meta-wrap .product-meta{margin-top:38px;padding-top:19px;width:100%;border-top:1px solid #f3f3f3}.woocommerce.single-product .product-meta-wrap .meta-item+.meta-item{margin-top:15px}.woocommerce.single-product .product-meta-wrap h6{display:inline-block;margin-right:15px;font-size:14px;min-width:100px;line-height:1.3}.woocommerce.single-product .product-meta-wrap a{color:inherit}.product-sharing-list{display:inline-block;margin:0 -10px}.product-sharing-list a{padding:0 10px;font-size:18px;color:#ccc}.cross-sells.products,.related.products,.up-sells.products{margin-top:70px}.cross-sells.products>h2,.related.products>h2,.up-sells.products>h2{display:block;margin-bottom:60px;font-size:30px}.cross-sells.products .product,.related.products .product,.up-sells.products .product{width:100%;margin:0!important}@media (max-width:991px){.woocommerce.single-product div.product .product_title{font-size:32px}.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a{font-size:20px}}@media (max-width:767px){.woocommerce.single-product div.product>.row{margin-bottom:20px}.woocommerce.single-product div.product .images{margin-bottom:50px}.woocommerce.single-product div.product .product_title{font-size:24px}.woocommerce.single-product div.product .summary{padding-left:0}}.woocommerce form.login{margin:39px 0 0}.woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;border-radius:0;border:1px solid #eee}.woocommerce-MyAccount-navigation li{margin:-1px -1px 0}.woocommerce-MyAccount-navigation li:first-child a,.woocommerce-MyAccount-navigation li:last-child a{border-radius:0}.woocommerce-MyAccount-navigation li a{display:block;padding:17px 35px;font-size:16px;font-weight:600;border-top:1px solid #eee;color:inherit}.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{background:#006efd;color:#fff}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{margin-top:3px}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce .button{margin-top:30px}.woocommerce-edit-address .woocommerce-MyAccount-content h3{margin-bottom:10px}.woocommerce-edit-address .woocommerce-MyAccount-content>form>h3{font-size:24px;margin-bottom:40px}.woocommerce-edit-address .woocommerce-MyAccount-content address{font-style:normal}.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before{font-family:Ionicons!important;content:"\f2d7"!important}.woosw-area .woosw-inner .woosw-content{max-width:570px}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove{padding:0!important}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove>span{width:30px!important;height:30px!important}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove>span:before{font-family:Ionicons!important;content:"\f2d7"!important}.woosw-area .woosw-content-item--add{min-width:140px}.woosw-area .woosw-content .button{height:50px!important;line-height:46px!important;text-transform:uppercase}.woosw-area .woosw-content .button,.woosw-area .woosw-continue,.woosw-area .woosw-page a{font-size:13px;font-weight:700;letter-spacing:1px}#woosq-popup .slick-slider .slick-arrow{border:none}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn,.woosc-area .woosc-inner .woosc-bar .woosc-bar-item,.woosc-area .woosc-inner .woosc-bar .woosc-bar-item img,.woosc-area .woosc-inner .woosc-table .woosc-table-inner{border-radius:0!important}.wpb_column.column-full-height .wpb_wrapper{height:100%}.tm-image.up-80px .image{-webkit-transform:translateY(-80px);-ms-transform:translateY(-80px);transform:translateY(-80px)}.box-bg-primary .vc_column-inner .wpb_wrapper{background-color:#ff875f;padding:40px 40px 40px 10px;position:relative}.box-bg-primary .vc_column-inner .wpb_wrapper:before{content:"";display:block;width:30px;height:100%;position:absolute;left:-30px;top:0;background-color:inherit}@media (max-width:991px){.box-bg-primary .vc_column-inner .wpb_wrapper{padding:40px}.box-bg-primary .vc_column-inner .wpb_wrapper:before{display:none}}