@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1265px;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.pull-right {float: right;}
.text-right {text-align: right;}@font-face{font-family:'FontAwesome';src:url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;overflow:hidden}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/images/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls {
margin-top:0;
text-align:center
}
.owl-theme .owl-controls .owl-buttons div {
width:30px;
height:110px;
display:block;
font-size:14px;
background:rgba(218,220,220,0.75)
}
.owl-theme .owl-controls .owl-buttons div.owl-next,
.owl-theme .owl-controls .owl-buttons div.owl-prev {
position:absolute;
top:50%;
left:0;
margin:-55px 0 0
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
background:rgba(218,220,220,1)
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
left:auto;
right:0
}
.owl-theme .owl-controls .owl-buttons div i {
display:block;
line-height:110px
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
}
.owl-theme .owl-controls .owl-page {
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-controls .owl-page span {
display:block;
width:12px;
height:12px;
margin:5px 7px;
filter:Alpha(Opacity=50);
opacity:1;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
background:#869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter:Alpha(Opacity=100);
opacity:1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height:auto;
width:auto;
color:#FFF;
padding:2px 10px;
font-size:12px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
.owl-item.loading {
min-height:150px;
background:url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/images/AjaxLoader.gif) no-repeat center center
}.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{color:#333;display:block;float:left;font-weight:700;line-height:1.188em}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{border-radius:1px;display:block;height:.125em;width:1.125em}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{float:right;font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#333}.slicknav_btn{border-radius:4px;margin:0;text-decoration:none}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}ul.social-icon li a i,#nav ul li a,#nav ul li .dropdown-menu,.post-meta span a,.alt-category .display-table .display-table-cell,.alt-post figure .alt-img-hover a,.alt-img-hover,.owl-theme .owl-controls .owl-buttons div.owl-next,.owl-theme .owl-controls .owl-buttons div.owl-prev,.transition,.alt-img-hover .holder,.alt-img-hover,button[type="submit"].btn-send,.form-newsletter fieldset .form-group button,.instagram-gallery .item img,#footer .box .instagram .item a img,.instagram-plugin li a img,.post-thumb a img,.author-img,.author-img img,button[type="submit"],.alt-post figure .alt-img-hover a,.widget_alith_instagram li a img,.small-thumb .post-media img,input,#home-slider a img{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.post-thumb a img:hover,#home-slider a img:hover,.widget_alith_instagram a img:hover{transform:scale(1.01)}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}* {
margin: 0px;
padding: 0px;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
font-style: normal;
font-weight: 600;
line-height: 1;
margin: 0px 0px 20px 0px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p {
letter-spacing: normal;
line-height: 1.5;
margin-bottom: 10px;
}
a {
text-decoration: none;
}
a:hover,
a:focus,
a:active {
outline: none;
text-decoration: none;
}
ul {
margin-bottom: 0px;
}
figure {
margin-bottom: 20px;
max-width: 100%;
overflow: hidden;
position: relative;
}
pre {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #d1d1d1;
border-radius: 0;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre-wrap;
word-wrap: break-word;
}
img {
height: auto;
max-width: 100%;
}
iframe {
border: none;
float: left;
width: 100%;
}
.clearfix::after,
.clearfix::before {
content: "";
display: table;
line-height: 0;
}
.clearfix::after,
.comment-content,
blockquote {
clear: both;
}
.bypostauthor {
display: block;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.wp-caption.alignleft,
.wp-caption.alignnone {
width: 100%;
}
select {
border: 1px solid #333;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: normal;
height: 40px;
padding: 8px 12px;
width: 100%;
}
.widget-area select { max-width: 360px; }
.widget-area select option{ max-width: 360px; }
label {
display: block;
font-weight: 400;
margin-bottom: 10px;
}
button {
border: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #333;
color: #888;
width: 100%;
font-size: 13px;
font-weight: 400;
height: 50px;
line-height: 30px;
outline: none;
padding: 10px;
background: none;
box-shadow: none;
border-radius: 0;
}
input:focus,
textarea:focus {
box-shadow: none !important;
}
form p {
position: relative;
width: 100%;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
}
option {
padding: 5px 15px;
}
li {
line-height: 28px;
list-style: none;
}
ul ul {
margin-left: 5px;
}
ul li {
list-style-type: none;
}
ol {
float: none;
list-style: decimal;
padding-left: 20px;
}
ol ol {
margin-left: 20px;
}
ol li {
list-style: decimal;
width: 100%;
}
table {
background-color: transparent;
max-width: 100%;
}
th {
text-align: left;
}
table {
margin-bottom: 15px;
width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border-top: 1px solid #d2d2d2;
border: 1px solid #d2d2d2;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
table thead tr th {
border-top: 1px solid #d2d2d2;
text-align: center;
text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 1px solid #d2d2d2;
}
table > thead > tr > th {
border-bottom: 2px solid #d2d2d2;
vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-bottom: 0;
}
table > tbody + tbody {
border-top: 2px solid #d2d2d2;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 6px 10px;
}
p ins {
color: #888;
}
dl dd {
margin-left: 20px;
}
address {
font-style: italic;
}
.single-content h1 {
font-size: 2.471em;
font-weight: 600;
line-height: 1.2em;
letter-spacing: 0px;
margin-top: 1.2em;
margin-bottom: 0.3em;
}
.single-content h2 {
font-size: 2.294em;
font-weight: 500;
line-height: 1.2em;
letter-spacing: -0.75px;
margin-top: 1.1em;
margin-bottom: 0.3em;
}
.single-content h3 {
font-size: 1.882em;
font-weight: 500;
line-height: 1.2em;
letter-spacing: -0.67px;
margin-top: 1.1em;
margin-bottom: 0.3em;
}
.single-content h4 {
font-size: 1.529em;
font-weight: 500;
line-height: 1.2em;
letter-spacing: 0px;
margin-top: 1.3em;
margin-bottom: 0.3em;
}
.single-content h5 {
font-size: 1.118em;
font-weight: 500;
line-height: 1.35em;
letter-spacing: 0px;
margin-top: 1.71em;
margin-bottom: 0.5em;
}
.single-content h6 {
font-size: 1rem;
font-weight: 500;
line-height: 1.4em;
letter-spacing: -0.34px;
margin-top: 1.4706em;
margin-bottom: 0.69em;
} .entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin: 0 15px 15px 0;
}
.alignright,
img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter,
img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone,
img.alignnone {} .wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
} body.custom-background {background-color: none;} .theiaStickySidebar:after {
content: "";
display: table;
clear: both;
}
.social-icon a.twitter:hover,
.social-icon a.twitter:hover span,
.twitter:hover a span,
a.tw:hover {
color: #55acce !important;
}
.social-icon a.facebook:hover,
.social-icon a.facebook:hover span,
.facebook:hover a span,
a.fb:hover {
color: #3b5998 !important;
}
.social-icon a.youtube:hover,
.social-icon a.youtube:hover span:hover a span {
color: #cc181e !important;
}
.social-icon a.google:hover,
.social-icon a.google:hover span,
.google:hover a span,
a.gp:hover {
color: #dd4b39 !important;
}
.social-icon a.dribbble:hover,
.social-icon a.dribbble:hover span,
.dribbble:hover a span {
color: #ea4c89 !important;
}
.social-icon a.pinterest:hover,
.social-icon a.pinterest:hover span,
.pinterest:hover a span {
color: #cb2027 !important;
}
.social-icon a.reddit:hover,
.social-icon a.reddit:hover span,
.reddit:hover a span {
color: #ff4501 !important;
}
.social-icon a.linkedin:hover,
.social-icon a.linkedin:hover span,
.linkedin:hover a span {
color: #3399cc !important;
}
.social-icon li {
display: inline-block;
vertical-align: top;
overflow: hidden;
padding: 0 5px 0 0;
}
.social-icon li a {
display: block;
text-align: center;
line-height: 1;
}
.social-icon li a i {
border-radius: 3px;
color: #fff;
font-size: 16px;
height: 24px;
line-height: 24px;
padding: 0 3px;
text-align: center;
width: 24px;
letter-spacing: 0;
}
.alt-img-hover {
left: 0;
top: 0;
opacity: 0;
width: 100%;
padding: 20px;
height: 100%;
position: absolute;
visibility: hidden;
z-index: 2;
}
.alt-img-hover .holder {
position: relative;
width: 100%;
height: 100%;
border: 1px solid #fff;
}
.display-table {
width: 100%;
height: 100%;
display: table;
}
.display-table-cell {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.post-meta {
color: #888;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
overflow: hidden;
padding: 0 0 20px;
text-transform: uppercase;
}
.post-meta i.fa {
margin: 0 5px 0 0;
display: inline-block;
}
.post-meta span {
display: inline-block;
line-height: inherit;
padding: 0 15px 0 0;
position: relative;
vertical-align: middle;
}
.post-meta span a {
display: block;
color: #888;
}
.post-meta span a:hover,
.post-meta span a:hover em,
.post-meta span a:hover i {
text-decoration: none;
}
.post-meta span i,
.post-meta span em {
display: inline-block;
vertical-align: middle;
line-height: inherit;
}
.no-padding {
padding: 0;
} h1.logo-text {margin: 0;}
.in-header {
padding: 20px 0;
border-bottom: 12px solid;
}
.in-header p.tagline {
margin-top: 1em;
margin-bottom: 0;
}
.header_3 .top-logo {text-align: center;}
.head-nav ul li.menu-item-has-children > a::after {margin-top: -12px;}
.top-search {position: relative;
z-index: 200;
margin-top: -2px;
float: right;
}
.top-search .search-form {
display: none;
position: absolute;
top: 47px;
width: 100%;
z-index: 3;
}
.icon-close-search {display: none;}
.top-search .search-form input {background: #fff none repeat scroll 0 0;
border-style: solid;
border-width: 2px;
min-width: 400px;
position: absolute;
right: 0;
width: 100%;
}
.top-search .search-form input[type='submit'] {display: none;}
.topbar {
border-bottom: 2px solid;
position: relative;
z-index: 0;
}
.topbar #news-slider {
max-height: 25px;
overflow: hidden;
}
.header_1 #news-slider {    
padding: 0 0 0 40px;
}
.header_1 .newflash {
margin-bottom: 10px;
border-bottom-width: 2px;
border-bottom-style: solid;
}
.header_1 .topbar {margin-bottom: 25px}
.header-2-navigaion {
margin-top: 30px;
margin-bottom: -30px;
border-top-style: solid;
border-top-width: 2px;
}
.header-2-navigaion .social-icon {
margin-top: 10px;
}
.header-2-navigaion .top-search span {
margin-top: 12px;
float: right;
}
.header_2 .advertise {
margin-top: 10px;
}
.header_3_logo {
float: left;
margin-right: 30px;
margin-top: 5px;
}
.header_3_navigation {
float: left;
}
.header_3_social {
float: right;
padding-top: 12px;
}
.header_4 {text-align: center; }
.header_4 .top-logo img{display: inline; }
.in-header.header_4 {
padding-top: 0 !important;
}
.header_4 .header-2-navigaion {
border-top: 0;
border-bottom-style: solid;
border-bottom-width: 2px;
margin-top: 0;
margin-bottom: 30px;
}
.search-popup form.search-form label span {display: none; visibility: visible;}
.search-popup form.search-form label {
width: 70%; float: left; margin: 0; padding: 0;
}
.topbar {
padding: 5px 0; font-size: 0.875em;
}
.topbar li{display: inline-block; padding: 0 5px;}
.topbar .new-slides {padding: 0;}
.search-popup form.search-form input {
height: 60px;
line-height: 60px;
font-size: 16px;
width: 100%;
border: 1px solid;
float: left;
background: #fff none repeat scroll 0 0;
}
.search-popup form.search-form input.search-submit {
height: 60px;
line-height: 60px;
border: 0 none;
float: right;
color: #fff;
padding: 0;
width: 30%;
}
.new-slides {
font-weight: normal;
padding: 0 10px 10px 10px;
position: relative;
}
#news-slider {
margin-left: -10px;
padding-left: 40px;
}
.new-slides p {
margin: 0;
line-height: normal;
}
.new-slides .owl-theme .owl-controls .owl-buttons div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-size: 15px;
height: 25px;
left: 0;
line-height: 25px;
margin: 0;
position: absolute;
top: 0;
width: 25px;
}
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-next {
left: 15px;
}
.recent-post .keep-reading {
font-size: 14px;
}
.recent-post .owl-theme .owl-controls .owl-buttons {
bottom: 0;
position: absolute;
}
.recent-post .owl-theme .owl-controls .owl-buttons div {
color: #fff;
float: left;
height: auto;
letter-spacing: 2px;
margin: 0 1px 0 0;
padding: 0 20px;
position: relative;
width: auto;
}
.recent-post .owl-theme .owl-controls .owl-buttons div i {
display: inline-block;
line-height: 1;
margin: 0 10px;
}
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
background: none;
}
.recent-post .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.recent-post.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
color: #fff;
}
.new-slides .owl-theme .owl-controls .owl-buttons div i,
.recent-post .owl-theme .owl-controls .owl-buttons div i {
line-height: 25px;
}
.social-icon {
display: inline-block;
float: right;
margin: 0;
position: relative;
vertical-align: middle;
z-index: 200;
}
.header_2 .search-social {
margin: 0 30px 0 0;
}
.btn-canvas {
background: #333 none repeat scroll 0 0;
border: 0;
color: #fff;
font-size: 22px;
margin: 0;
padding: 8px 10px;
position: absolute;
right: 20px;
top: 6px;
}
.admin-bar .btn-canvas,
.admin-bar #open-side-bar { 
top: 38px;
}
.admin-bar .off-canvas {padding-top: 92px;}
.admin-bar .close-off-canvas {top: 38px;}
.admin-bar .smartnav {margin-top: 32px !important}
.btn-search {
border-radius: 3px;
color: #fff;
float: right;
font-size: 16px;
height: 24px;
line-height: 24px;
margin: 2px 3px 0;
padding: 0 3px;
right: 20px;
text-align: center;
width: 24px;
}
.dark-mark {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
display: none;
height: 100%;
margin-top: -50px;
position: fixed;
width: 100%;
z-index: 1000;
}
.dark-mark:hover {
cursor: url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/images/cursor-x.png) 30 15, auto;
} .s-preload {
background: #fff none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.s-loader {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
}
.sk-cube-grid {
width: 40px;
height: 40px;
margin: 100px auto;
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #333;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
} 35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1); 
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
} 35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
} 
} .alith-row {
margin: 0 -10px;
overflow: hidden
}
.alith-row .alith-col,
.alith-row .alith-col-nr {
float: left;
margin: 0 0 20px;
padding: 0 10px
}
.rtl .alith-row .alith-col,
.rtl .alith-row .alith-col-nr {
float: right
}
.alith-row .alith-col img,
.alith-row .alith-col-nr img {
vertical-align: bottom
}
.alith-row .alith-count-1 {
clear: both
}
.alith-row .alith-col-1 {
width: 100%
}
.alith-row .alith-col-2 {
width: 50%
}
.alith-row .alith-col-3 {
width: 33.33%
}
.alith-row .alith-col-4 {
width: 25%
}
.alith-row .alith-col-5 {
width: 20%
}
.alith-row .alith-col-6 {
width: 16.66666667%
}
.alith-row .alith-col-7 {
width: 14.285%
}
.alith-row .alith-col-8 {
width: 12.5%
}
.alith-row .alith-col-9 {
width: 11.11%
}
.alith-row .alith-col-10 {
width: 10%
}
.alith-row.alith-gap-0px {
margin: 0
}
.alith-row.alith-gap-0px .alith-col,
.alith-row.alith-gap-0px .alith-col-nr {
margin: 0;
padding: 0
}
.alith-row.alith-gap-1 {
margin: 0 -0.5px
}
.alith-row.alith-gap-1 .alith-col,
.alith-row.alith-gap-1 .alith-col-nr {
margin: 0 0 1px;
padding: 0 0.5px
}
.alith-row.alith-gap-5 {
margin: 0 -2.5px
}
.alith-row.alith-gap-5 .alith-col,
.alith-row.alith-gap-5 .alith-col-nr {
margin: 0 0 5px;
padding: 0 2.5px
}
.alith-row.alith-gap-10 {
margin: 0 -5px
}
.alith-row.alith-gap-10 .alith-col,
.alith-row.alith-gap-10 .alith-col-nr {
float: left;
margin: 0 0 10px;
padding: 0 5px
}
.alith-row.alith-gap-20 {
margin: 0 -10px
}
.alith-row.alith-gap-20 .alith-col,
.alith-row.alith-gap-20 .alith-col-nr {
margin: 0 0 20px;
padding: 0 10px
}
.alith-row.alith-gap-24 {
margin: 0 -11px
}
.alith-row.alith-gap-24 .alith-col,
.alith-row.alith-gap-24 .alith-col-nr {
margin: 0 0 24px;
padding: 0 11px
}
.alith-row.alith-gap-30 {
margin: 0 -15px
}
.alith-row.alith-gap-30 .alith-col,
.alith-row.alith-gap-30 .alith-col-nr {
margin: 0 0 30px;
padding: 0 15px
}
.alith-row.alith-gap-40 {
margin: 0 -20px
}
.alith-row.alith-gap-40 .alith-col,
.alith-row.alith-gap-40 .alith-col-nr {
margin: 0 0 40px;
padding: 0 20px
}
.alith-row.alith-gap-50 {
margin: 0 -25px
}
.alith-row.alith-gap-50 .alith-col,
.alith-row.alith-gap-50 .alith-col-nr {
margin: 0 0 50px;
padding: 0 25px
}
.alith-row.alith-gap-60 {
margin: 0 -30px
}
.alith-row.alith-gap-60 .alith-col,
.alith-row.alith-gap-60 .alith-col-nr {
margin: 0 0 60px;
padding: 0 30px
}
#highlight-posts .owl-theme .owl-controls {
margin-top: 0;
position: absolute;
right: 12px;
text-align: right;
top: -35px;
}
.owl-theme .owl-controls .owl-page span {
border: 1px solid #333;
border-radius: 0;
height: 9px;
margin: 5px 4px;
width: 9px;
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.owl-theme .owl-controls .active span {
background: #333;
}
#highlight-posts .owl-pagination {
position: absolute;
right: 12px;
top: -35px;
}
#highlight-posts {
overflow: unset;
margin: 20px 0 0 0;
}
#wrapper {
overflow: hidden;
}
.boxed {
border: 2px solid #333;
margin: 50px auto;
padding: 20px 0; 
} .search-popup {
cursor: url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/images/cursor-x.png) 30 15, auto;
display: none;
height: 100%;
position: fixed;
text-align: center;
width: 100%;
z-index: 9999;
}
.search-popup-bg {	
height: 100%;
opacity: 0.5;
position: absolute;
width: 100%;
z-index: -1;
}
.search-popup form.search-form {
display: inline-block;
margin: 0 auto;
max-width: 600px;
position: relative;
top: 30%;
width: 100%;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}
.search-popup .search-field-top-bar {
border: medium none;
border-radius: 0;
height: 60px;
padding: 10px 23px;
width: 100%;
}
.search-popup .search-top-bar-submit {
border: medium none;
border-radius: 0;
bottom: 0;
color: #fff;
font-size: 2rem;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.widget_search .search-field {
border-width: 1px;
border-style: solid;
font-weight: 400;
height: 40px;
line-height: 40px;	
}
.widget_search .search-submit,
input[type='submit']
{
border: 0 none;
color: #222;
float: right;
font-weight: normal;
padding: 5px 15px;
text-transform: uppercase;
}
.widget_search label {
float: left;
width: 70%;	
}
.widget_search .search-submit {
background: #333;
color: #fff;
float: right;
height: 40px;
line-height: 40px;
padding: 0;
width: 30%;
} .off-canvas {
background: #fff none repeat scroll 0 0;
display: none;
height: 100%;
overflow: auto;
padding: 60px 30px;
position: fixed;
right: -16px;
top: 0;
width: 400px;
z-index: 2000;
} .back-to-top {
border: 2px solid;
bottom: -2px;
cursor: pointer;
display: none;
font-size: 12px;
height: 65px;
line-height: 20px;
padding: 10px 0;
position: fixed;
right: 20px;
text-align: center;
text-transform: uppercase;
width: 53px;
z-index: 99;
background: #fff none repeat scroll 0 0;
}
.back-to-top em {
display: block;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px;
} .post-share {
position: relative;
display: block;
float: right;
position: absolute;
right: 0;
}
.post-share ul li {
border: medium none;
display: inline-block;
float: left;
padding: 0;
}
.customshare {
display: inline-block;
position: absolute;
right: 0;
bottom: 20px;
}
.customshare .list {
position: absolute;
top: 0;
right: 0;
text-align: right;
background: transparent;
}
.customshare .list a {
color: #ffffff !important;
display: block;
font-weight: normal;
position: relative;
text-align: center;
z-index: 1333;
line-height: 1;
font-size: 12px;
font-weight: 300;
letter-spacing: 2px;
padding: 4px 15px;
text-transform: uppercase;
}
.customshare .list a {
-webkit-transition: -webkit-transform .3331s linear, background .3331s ease, color .3331s ease;
-moz-transition: -moz-transform .3331s linear, background .3331s ease, color .3331s ease;
-ms-transition: -ms-transform .3331s linear, background .3331s ease, color .3331s ease;
-o-transition: -o-transform .3331s linear, background .3331s ease, color .3331s ease;
transition: transform .3331s linear, background .3331s ease, color .3331s ease;
-webkit-transform: scale(0) translate3d(0, 0, 0);
-moz-transform: scale(0) translate3d(0, 0, 0);
-ms-transform: scale(0) translate3d(0, 0, 0);
-o-transform: scale(0) translate3d(0, 0, 0);
transform: scale(0) translate3d(0, 0, 0);
opacity: 1;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.customshare .list a:hover,
.customshare .list a:hover span {
color: #fff !important;
text-decoration: none;
}
.customshare .list.hover a {
-webkit-transform: scale(1) translate3d(0, 0, 0);
-moz-transform: scale(1) translate3d(0, 0, 0);
-ms-transform: scale(1) translate3d(0, 0, 0);
-o-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0);
opacity: 1;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
-webkit-transition-duration: .1s, .2s, .1s;
-moz-transition-duration: .1s, .2s, .1s;
-ms-transition-duration: .1s, .2s, .1s;
-o-transition-duration: .1s, .2s, .1s;
transition-duration: .1s, .2s, .1s;
}
.customshare .list:hover .tw,
.customshare .list.hover .tw {
-webkit-transition-delay: .1s, .3331s, .3331s;
-moz-transition-delay: .1s, .3331s, .3331s;
-ms-transition-delay: .1s, .3331s, .3331s;
-o-transition-delay: .1s, .3331s, .3331s;
transition-delay: .1s, .3331s, .3331s;
}
.customshare .list:hover .fb,
.customshare .list.hover .fb {
-webkit-transition-delay: .2s, .3331s, .3331s;
-moz-transition-delay: .2s, .3331s, .3331s;
-ms-transition-delay: .2s, .3331s, .3331s;
-o-transition-delay: .2s, .3331s, .3331s;
transition-delay: .2s, .3331s, .3331s;
}
.customshare .list:hover .gp,
.customshare .list.hover .gp {
-webkit-transition-delay: .3s, .3331s, .3331s;
-moz-transition-delay: .3s, .3331s, .3331s;
-ms-transition-delay: .3s, .3331s, .3331s;
-o-transition-delay: .3s, .3331s, .3331s;
transition-delay: .3s, .3331s, .3331s;
}
.customshare {
bottom: 30px;
position: relative;
right: 0;
}
.customshare .list {
background: transparent none repeat scroll 0 0;
position: relative;
right: 0;
text-align: right;
top: 0;
}
.customshare .list ul {
margin: -20px 20px 0 0;
}
.home-grid .customshare .list ul a span,
.small-thumb .customshare .list ul a span {
display: none;
}
.home-grid .post-share ul li,
.small-thumb .post-share ul li {
float: right;
}
.customshare .list a.tw,
.social-media-widget li.twitter,
.social-icon li.li-twitter:hover i {
background-color: #55acce;
}
.customshare .list a.fb,
.social-media-widget li.facebook,
.social-icon li.li-facebook:hover i {
background-color: #3b5998;
}
.customshare .list a.gp,
.social-media-widget li.googlep,
.social-icon li.li-google:hover i {
background-color: #dd4b39;
}
.social-icon li.li-instagram:hover i {
background-color: #e95950;
}
.social-icon li.li-pinterest:hover i {
background-color: #cb2027;
}
.social-icon li.li-linkedin:hover i {
background-color: #007bb5;
}
.social-icon li.li-tumblr:hover i {
background-color: #32506d;
}
.social-icon li.li-skype:hover i {
background-color: #12A5F4;
}
.social-icon li.li-youtube:hover i {
background-color: #bb0000;
}
.social-icon li.li-vimeo:hover i {
background-color: #aad450;
} #open-side-bar {
color: #fff;
cursor: pointer;
display: none;
font-size: 22px;
position: fixed;
right: 20px;
text-align: center;
top: 6px;
z-index: 9999;
}
.close-off-canvas {
color: #fff;
font-size: 22px;
padding: 7px 11px;
position: absolute;
right: 20px;
text-align: center;
top: 6px;
}
#main {
margin: 20px 0 0 0;
} .navbar {margin-bottom: 0;}
.smartnav {
background: #fff !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
left: 0;
z-index: 999;
border-radius: 0;
}
.smartnav ul.navbar-nav li {
padding: 7px 15px;
}
.navbar-header .navbar-toggle {
border-width: 1px;
border-style: solid;
border-radius: 0;
float: right;
}
.navbar-default {
background: none;
border: 0;
}
.head-nav {
background: none;
}
.head-nav ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
position: relative;
}
.head-nav ul li {
display: inline-block;
margin: 0;
position: relative;
padding: 15px 0;
}
.head-nav ul li:last-child {
margin-right: 0;
}
.head-nav ul li a {
display: block;
font-size: 18px;
padding: 0 12px;
text-transform: none;	
font-weight: 500;
}
.smartnav .head-nav {
line-height: 50px;
min-height: 50px;
float: left;
}
.smartnav .head-nav ul li:first-child {margin: 0;}
.smartnav .head-nav ul li a {padding: 3px 12px;}
.smartnav .head-nav ul li ul.sub-menu {text-align: left;}
.smartnav .head-nav ul li ul.sub-menu li,.smartnav .head-nav ul li ul.sub-menu li ul li {margin: 0;}
.smartnav .head-nav ul li.menu-item-has-children > a::after {
margin-top: -10px;
top: 50%;
}
.head-nav ul li ul.sub-menu {
background: #ffffff none repeat scroll 0 0;
display: none;
position: absolute;
text-align: left;
top: 100%;
z-index: 100;
border-width: 1px;
border-style: solid;
}
.head-nav ul li ul.sub-menu li {
float: none;
margin: 0;
padding: 5px 10px;
min-width: 200px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.head-nav ul li ul.sub-menu li:last-child {
border-bottom: 0;
}
.head-nav ul li ul.sub-menu li ul {
left: 100%;
padding: 0;
top: 0;
}
.head-nav ul li ul.sub-menu li a {
display: block;
font-size: 13px;
letter-spacing: 2px;
padding: 3px 10px;
text-transform: uppercase;
}
.head-nav ul li.menu-item-has-children > a::after {
font-family: FontAwesome;
content: "\f0d7";
font-size: 0.875em;
position: absolute;
right: -5px;
top: 12px;
}
.head-nav ul li.menu-item-has-children {
margin-right: 10px;
}
.head-nav ul li ul li.menu-item-has-children > a::after {
content: "\f105";
margin-top: 2px;
right: 12px;
top: 0;
}	
.head-nav ul li.menu-item-has-children ul li {
margin: 0
}
.slicknav_menu { display: none; background: #fff; }
.slicknav_menu ul li a:hover a,
.slicknav_menu ul li a:hover,
.slicknav_menu ul li ul li a:hover,
.slicknav_nav .slicknav_row:hover { background: #333; color: #fff !important; border-radius: 0; }
.slicknav_nav {
background: #fff none repeat scroll 0 0;
clear: both;
color: #fff;
font-size: 0.875em;
margin: 0;
text-align: left;
}
.smart-nav-social, .smart-logo {display: none;}
.smartnav .smart-nav-social {display: block;float: right;padding-top: 3px;}
.smartnav .smart-logo {
display: block;
float: left;
margin: 10px 20px 0 0;
}
.header_1 .smartnav .smart-nav-social, .header_3 .smartnav .smart-nav-social {padding-top: 13px;}
#nav ul li a {position: relative;} .img-dark-mark::before {
background-color: rgba(0, 0, 0, 0.2);
bottom: 0;
content: "";
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s linear 0s;
visibility: hidden;
z-index: 1;
}
.img-dark-mark {
display: block;
height: 100%;
line-height: 0;
overflow: hidden;
position: inherit;
width: 100%;
}
.alt-banner-poststyle:hover .img-dark-mark::before {
opacity: 1;
visibility: visible;
}
.img-dark-mark a {
cursor: url(//xn--mditerranennes-bkbi.com/wp-content/themes/timenews/assets/images/cursor-open.png) 30 15, auto;
}
.alt-banner {
margin: 20px 0 0 0;
}
.alt-banner h4.widget-title {
font-size: 90px;
letter-spacing: 2px;
margin-top: 10px;
text-align: center;
text-transform: uppercase;
font-weight: 900;
background: none;
color: #333;
}
.alt-banner .home-featured h4.widget-title {
margin-top: -20px;
margin-bottom: 30px;
padding: 0;
}
.alt-banner-poststyle {
overflow: hidden;
position: relative;
}
.alt-banner-poststyle figure {
overflow: hidden;
margin: 0;
}
.alt-banner-poststyle figure a {
display: block;
}
.alt-banner-poststyle img {
display: block;
width: 100%;
height: auto;
z-index: 1;
}
.alt-banner-poststyle .title {
border-bottom: 5px solid;
margin: 0 0 30px;
padding: 0 0 30px;
text-align: left;
}
.alt-banner-poststyle .title h1 {
font-size: 50px;
margin: 0;
text-transform: uppercase;
}
.alt-banner-poststyle .title h1 span {
letter-spacing: 14px;
display: block;
}
.alt-latestnewsform {
overflow: hidden;
padding: 5px 0 5px 25px;
}
.alt-latestnewsform .form-group {
margin: 0;
}
button[type="submit"] {
background: #fff none repeat scroll 0 0;
border-radius: 0;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 30px;
padding: 10px;
width: 100%;
}
button[type="submit"]:hover {
color: #fff;
}
.author-name .author-first-name {
margin: 0 5px 0 0;
display: inline-block;
}
.alt-categories .owl-item {
padding: 0 10px;
}
.alt-category {
overflow: hidden;
position: relative;
}
.alt-category figure {
margin: 0;
position: relative;
z-index: 1;
}
.alt-category figure a {
display: block;
}
.alt-category figure a img {
display: block;
width: 100%;
height: auto;
}
.category-content {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 2;
padding: 20px;
}
.category-content .display-table {
border: 1px solid #fff;
text-align: center;
}
.category-content .display-table .display-table-cell {
background: rgba(255, 255, 255, 0.95);
visibility: hidden;
opacity: 0;
}
.alt-category:hover .display-table .display-table-cell {
visibility: visible;
opacity: 1;
}
.alt-category .post-meta {
font-size: 11px;
line-height: 14px;
}
.alt-category .post-meta span:after {
font-size: 13px;
line-height: 16px;
} .single-header {
border-bottom: 2px solid;
margin: 0 0 30px;
padding: 20px 0 10px;
text-align: center;
}
.single-header h3.post-title {
font-size: 50px;
}
.single-post .archive-header {
border: 0 none;
padding: 20px 0 0;
}
.archive-header .autho-des {
margin: 0 auto;
width: 80%;
}
.single-post .post-meta {
display: inline-block;
}
.dropcap {
min-height: 100px;
}
.dropcap p:first-child::first-letter {
display: block;
float: left;
font-size: 4em;
font-weight: 900;
line-height: 1;
margin: 14px 11px 10px 0;
}
.dropcap blockquote p:first-child::first-letter, .dropcap .wp-block-columns p:first-child::first-letter, .dropcap .wp-block-cover p:first-child::first-letter {
display: inline;
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
padding: 0;
}
.two_column  .post-content .single-content {
-webkit-columns: 300px 2;
-moz-columns: 300px 2;
columns: 300px 2;
}
.three_column  .post-content .single-content{
-webkit-columns: 200px 3;
-moz-columns: 200px 3;
columns: 200px 3;
}
.four_column  .post-content .single-content{
-webkit-columns: 150px 4;
-moz-columns: 150px 4;
columns: 150px 4;
}
.alt-post {
margin: 0 0 50px;
overflow: hidden;
padding: 0;
}
.alt-post figure {
overflow: hidden;
margin: 0;
}
.alt-post figure:hover .alt-img-hover {
visibility: visible;
opacity: 1;
z-index: 2;
}
.alt-post figure .alt-img-hover a {
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.95);
display: block;
text-align: center;
position: absolute;
top: 20%;
left: auto;
right: 50%;
margin: -30px -62px 0 0;
border: 1px solid;
}
.alt-post figure .alt-img-hover a:first-child {
top: 80%;
left: 50%;
margin: -30px 0 0 -62px;
}
.alt-post figure:hover .alt-img-hover a {
top: 50%;
}
.alt-post figure .alt-img-hover a i {
display: block;
line-height: 60px;
font-size: 25px;
text-align: center;
}
.alt-post figure img {
display: block;
position: relative;
z-index: 1;
}
.alt-post-content h3 {
text-transform: uppercase;
margin: 0 0 20px;
line-height: 22px;
}
.alt-post-content .post-meta span {
padding: 0 10px 0 0;
position: relative;
}
.alt-post-content .post-meta a span {
padding: 0;
}
.alt-post-content .description {
overflow: hidden;
padding: 0 0 0;
text-align: left;
}
.alt-post-content .description p {
margin: 0 0 35px;
}
.except {
margin: 10px 0;
}
#content .small-thumb figure {
float: left;
margin: 0 15px 0 0;
position: relative;
width: 40%;
}
#content .small-thumb .alt-post-content {
padding: 0;
text-align: left;
overflow: hidden;
}
#content .small-thumb .alt-post-content h3 {
font-size: 18px;
line-height: 22px;
margin: 0 0 20px;
text-transform: none;
}
#content .small-thumb .description p {
margin: 0 0 25px;
}
#content .small-thumb .post-meta {
padding: 0;
}
#content .alt-post-foot a.keep-reading, .home-big-thumb .alt-post-foot a.keep-reading{
color: #fff !important;
display: inline-block;
font-size: 12px;
font-weight: 300;
letter-spacing: 8px;
line-height: 1;
opacity: 1;
padding: 4px 15px;
text-transform: uppercase;
}
#content .post-format-quote .post-meta,
#content .post-format-quote .post-thumb,
#content .post-format-quote .post-title,
#content .post-format-quote .post-title-normal,
#content .post-format-quote .alt-btn-countinuereading,
#content .post-format-quote .alt-post-foot {
display: none;
}
#content .post-format-quote .description::before {
content: "“";
display: inline-block;
font-family: menu;
font-size: 7em;
line-height: 0;
opacity: 0.3;
position: absolute;
}
#content .post-format-quote .description {
border: medium none;
margin: 0;
opacity: 0.6;
position: relative;
text-align: center;
}
#content .post-format-quote .description p {
font-size: 1.25em;
font-style: italic;
line-height: 1.6em;
margin: 0;
padding: 0 5%;
}
#content .post-format-quote .description {
padding: 40px;
}
.sticky {display: inherit;} .small-thumb .post-media img:hover {
transform: scale(1.1)
}
.alt-btn-countinuereading {
display: inline-block;
vertical-align: middle;
padding: 5px 10px;
font-weight: 600;
text-transform: capitalize;
line-height: 14px;
position: relative;
margin: 0 0 40px;
}
.alt-btn-countinuereading:before,
.alt-btn-countinuereading:after {
width: 1px;
height: 70%;
display: block;
content: '';
background: #888;
left: 0;
top: 15%;
position: absolute;
}
.alt-btn-countinuereading:before {
float: right;
}
.alt-post-foot {
overflow: hidden;
position: relative;
}
.post-social-icons {
float: right;
text-align: right;
}
.post-social-icons li {
display: inline-block;
list-style: none;
}
.post-social-icons li a {
display: block;
font-size: 12px;
font-weight: 300;
letter-spacing: 2px;
line-height: 1;
padding: 0;
text-align: left;
text-transform: uppercase;
}
.post-social-icons li a i {
font-size: 27px;
}
.post-social-icons li a span {
display: none;
}
.post-social-icons li a:hover {
opacity: 0.8;
}
.alt-post-foot .alt-post-author {
display: block;
padding: 0;
}
.alt-post-foot .alt-post-author:after {
display: none;
}
.alt-post-foot .post-meta .alt-post-author a {
display: inline;
}
.gallery-post .alt-gallery {
overflow: hidden;
margin: 0 0 35px;
}
.gallery-post .alt-gallery figure {
padding: 5px;
float: left;
margin: 0;
}
.gallery-post .alt-gallery figure.small {
width: 31.7%;
}
.gallery-post .alt-gallery figure.large {
width: 68.3%;
}
.keep-reading {
font-weight: bold;
letter-spacing: 1px;
opacity: 0.8;
}
.keep-reading:hover {
opacity: 1;
} .alt-post.alt-post-slider .post-slider {
margin: 0 0 40px;
}
.alt-post.alt-post-slider .post-slider .item {
overflow: hidden;
}
.alt-post.alt-post-slider .post-slider figure {
margin: 0;
}
.post-meta.category-name span {
text-transform: uppercase;
}
.post-meta.category-name a {
margin: 0 10px;
} .thumbnail-video {
overflow: hidden;
margin: 0 0 40px;
}
.thumbnail-video iframe {
height: 470px;
width: 100%;
}
.small-thumb-post-format-video .thumbnail-video iframe {
height: 225px;
margin: 0 15px 0 0;
width: 100%;
overflow: hidden;
}
.single-main-content .thumbnail-video iframe {
height: 470px;
margin: 0 0 20px;
width: 100%;
}
#content .small-thumb .thumbnail-video iframe {
min-height: 215px;
min-width: 330px;
}
#content .small-thumb .thumbnail-video {
float: left;
margin: 0 15px 0 0;
overflow: hidden;
}
#content .small-thumb #alt-post-slider {
width: 330px;
float: left;
margin: 0;
overflow: hidden;
}
.single-main-content .thumbnail-audio {
margin: 0 0 20px;
overflow: hidden;
} .alt-post.alt-audio-post .audio {
overflow: hidden;
margin: 0 0 40px;
}
.alt-post.alt-audio-post .audio iframe {
height: 200px;
width: 100%;
} blockquote {
border: medium none;
display: block;
margin: 30px auto;
max-width: 600px;
padding: 70px 0 20px;
position: relative;
text-align: center;
}
blockquote p {
font-family: georgia, serif;
opacity: 0.8;
font-style: italic;
}
blockquote::before {
background-color: #111;
border-radius: 50%;
color: #fff;
content: "“";
display: block;
font-family: georgia, serif;
font-size: 80px;
height: 50px;
left: 50%;
line-height: 50px;
margin: 0 0 0 -15px;
padding: 20px 0 0;
position: absolute;
text-align: center;
top: 10px;
width: 50px;
}
.quote-featured {margin-bottom: 50px;}
.quote-featured blockquote {margin-top: 0;}
.single-quote-content {
background: #f1f1f1;
padding-bottom: 40px;
}
.quote_author_avatar {
text-align: center;
margin-top: -40px;
}
.quote_author_name {
text-align: center;
}
.small-thumb blockquote {
border-width: 0;
}
.alt-post.alt-blockpuote-post .blockquote {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.75);
z-index: 2;
padding: 80px 100px;
text-align: center;
}
.blockquote blockquote {
font-size: 28px;
line-height: 36px;
color: #333;
padding: 0;
margin: 0;
border: 0;
}
.writter-name {
overflow: hidden;
}
.writter-name span {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
position: relative;
color: #333;
font-size: 18px;
line-height: 21px;
}
.writter-name span:before,
.writter-name span:after {
width: 70px;
height: 1px;
display: block;
content: '';
position: absolute;
top: 50%;
left: 100%;
background: #b7b5b5;
}
.writter-name span:before {
left: auto;
right: 100%;
}
.alt-post.alt-blockpuote .blockquote {
position: static;
background: #fbfbfb;
color: #333333;
padding: 40px 100px;
text-align: center;
margin: 0 0 40px;
font-weight: normal;
}
.alt-post.alt-blockpuote .blockquote blockquote {
font-size: 18px;
line-height: 26px;
}
.next-previous {
overflow: hidden;
padding: 80px 0;
}
.next-previous .older-post {
float: right;
position: relative;
padding: 0 10px;
margin: 0 50px;
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
}
.next-previous .older-post:before,
.next-previous .older-post:after {
content: '';
display: block;
width: 50px;
height: 1px;
background: #b7b5b5;
position: absolute;
top: 50%;
left: 100%;
}
.next-previous .older-post:before {
left: auto;
right: 100%;
}
.next-previous .older-post a {
display: block
} .post-thumb a {
display: block;
}
.post_content p {
margin: 0 0 20px 0;
}
.single-content ul,
.comment-content ul,
.comment-content ol
{
margin: 5px 0 25px 20px;
}
.single-content ul li,
.comment-content ul li,
.comment-content ol li
{
list-style: outside none disc;
margin: 0 0 5px;
position: relative;
}
.single-main-content-bottom {
border-top-style: solid;
border-top-width: 2px;
clear: both;
margin: 20px 0 0;
overflow: hidden;
padding: 20px 0 10px 0;
text-align: center;
}
.single-main-content article {
overflow: hidden;
}
figcaption.wp-caption-text {
background: #ddd none repeat scroll 0 0;
color: #333;
font-size: 12px;
letter-spacing: 2px;
padding: 0;
text-align: center;
text-transform: uppercase;
}
.author-bio {
border-top-style: solid;
border-top-width: 2px;
padding: 30px;
}
.author-bio .author-bio-avatar {
float: left;
margin: 0 20px 0 0;
}
.author-bio .author-bio-avatar img {} .author-bio .author-bio-content .alt-post-author {
font-size: 18px;
font-weight: bold;
}
.author-bio .author_description {
margin: 10px 0 0 80px;
}
.post-nav {
border: 2px solid;
margin: 30px 0;
padding: 40px;
}
.post-nav .arrow {
display: block;
}
.post-nav .arrow i {
margin: 0 5px;
}
.single_post_meta {
color: #888;
overflow: hidden;
padding: 0 0 20px;
}
.single_post_meta i {
margin: 0 5px 0 0;
}
.recent-post h5.post-title-related {
border: 0 none;
margin: 0;
}
.related-meta {
border-bottom: 2px solid;
font-size: 80%;
padding: 0 0 5px;
}
.related-area {
padding: 20px 0 20px;
position: relative;
}
.blog-related {
position: relative;
height: 100%;
overflow: hidden;
padding-top: 10px;
}
.blog-related .line {
position: absolute;
content: "";
width: 1px;
top: 0;
bottom: 0;
background: #000;
z-index: 200;
}
.blog-related .line-1 {
left: 33.33%;
}
.blog-related .line-2 {
left: 66.66%;
}
.post-related {
display: block;
float: left;
padding: 0 10px;
width: 33.33%;
}
.related-post-title {
font-size: 20px;
line-height: 1.2;
}
.post-related-small .related-post-title {
font-size: 18px;
}
.blog-related-heading {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-bottom: 1px solid;
}
.blog-related-heading {
font-size: 22px;
font-weight: 300;
letter-spacing: 4px;
margin-bottom: 0;
padding-bottom: 8px;
text-align: center;
text-transform: uppercase;
}
.related_posts {
margin: 0 0 50px 0;
}
.related_posts .alt-categories {
margin: 0;
}
.related_posts h4.related_title,
.single-comment-title {
border-top: 2px solid;
font-size: 33px;
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 20px;
padding: 20px 0;
text-align: center;
text-transform: uppercase;
}
.single-comment-title {
border: medium none;
padding: 0;
}
.related_posts .recent-post .post-data {
overflow: unset;
padding: 0;
}
.related_posts .recent-post .post-thumb {
background: #eee none repeat scroll 0 0;
float: none;
margin: 0 0 20px;
min-height: 120px;
overflow: hidden;
}
.related_posts .related-post-box {
background: #fff none repeat scroll 0 0;
padding: 0 5px;
} .archive-header {
border-bottom: 5px solid;
margin: 0 0 50px;
padding: 0 0 20px;
text-align: center;
}
.archive-header-2 {
padding: 20px 0;
}
.archive-header .archive-title h2 {
font-size: 90px;
text-transform: uppercase;
}
.archive-header .archive-description {
color: #888;
overflow: hidden;
text-align: center;
}
.archive-header .bread li {
display: inline;
margin: 0 3px;
}
.archive-header .bread li.separator {
color: #888;
}
.archive-header .bread li strong {
color: #888;
font-weight: 500;
}
.masonry .masonry-item .alt-post {
margin: 0;
}
.masonry .masonry-item .alt-post-content {
text-align: left;
}
.masonry .masonry-item h3.post-title {
font-size: 18px;
}
.archive-header .author_box img {
border: 1px solid;
margin: 0 0 20px;
padding: 2px;
}
.post-list-grid article{ margin-bottom: 40px; } .home-featured #home-slider {
border-bottom-style: solid;
border-bottom-width: 10px;
padding: 20px 0 40px 0;
}
.home-big-thumb {
margin: 0 0 30px;
}
.post-format-quote .two-col {
columns: 1 auto;
} .page_404 {
min-height: 500px;
padding: 50px 0;
text-align: center;
}
.page_404 h1 {
font-size: 150px;
}
.search-404 input {
border: 1px solid rgba(0, 0, 0, 0.2);
margin: 20px 0 0;
width: 50%;
}
.search-404 input.search-submit {
display: none;
}
.search-404 {
text-align: center;
}
a.back-404 {
color: #fff;
display: inline-block;
font-size: 14px;
letter-spacing: 2px;
margin: 30px 0;
padding: 4px 15px;
text-transform: uppercase;
} .site-pagination {
margin: 50px 0 0 0;
}
.site-pagination ul {
margin: 0;
padding: 0;
}
.site-pagination li {
display: inline;
list-style: outside none none;
}
.site-pagination a,
.site-pagination span {
background-color: #fff;
display: inline-block;
font-size: 30px;
padding: 0 10px 0 0;
text-align: center;
}
.site-pagination span.current {
color: #888;
} .widget_alith_newsflash {margin: 0 !important;}
.sidebar-widget {
margin: 0 0 30px;
overflow: hidden;
}
.topright .sidebar-widget {margin: 0 }
h4.widget-title {
color: #fff;
font-size: 12px;
font-weight: 400;
letter-spacing: 5px;
margin-bottom: 16px;
padding: 4px 0;
text-align: center;
text-transform: uppercase;
}
.widget_categories ul {
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
}
.widget_categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child {
border: 0 none;
padding-top: 0;
}
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li,
.widget_pages li {
border-top: 1px solid #666;
list-style: outside none none;
overflow: hidden;
padding: 5px;
}
.sidebar-widget .facebook-plugin {
overflow: hidden;
}
.sidebar-widget.add img,
.sidebar-widget .facebook-plugin img {
display: block;
width: 100%;
height: auto;
}
.widget-area .widget_alithemes_about {
text-align: center;
}
.about-widget-social-network {
border: 0 none;
}
.widget-area .about-widget-img {
background: #fff none repeat scroll 0 0;
border-radius: 100%;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
padding: 5px;
}
.about-widget-img {
margin: 0 0 20px;
}
.about-widget-img-admin {
width: 100px;
height: auto;
}
.about-widget-content {} .author-img {
width: 176px;
height: 176px;
border: 1px solid #e0e0e0;
margin: 0 auto 20px;
border-radius: 50%;
overflow: hidden;
}
.author-img img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
border: 3px solid #fff;
}
.author-img:hover img,
.author-img:hover {
border-radius: 0;
}
.recent-post ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.recent-post ul li {
list-style: none;
overflow: hidden;
padding: 15px 0;
border-top: 1px solid #eee;
}
.recent-post ul li:first-child {
padding-top: 0;
border: 0;
}
.recent-post-big-thumb {
overflow: hidden;
}
.recent-post-big-thumb img.mini-widget-thumb,
.home-grid .post-media,
.last-post-style-one .post-thumb,
.post_content p,
.post_content ul,
.the_post_list .post-thumb {
margin: 0 0 20px 0;
}
.recent-post-big-thumb ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.recent-post-big-thumb ul li {
list-style: none;
overflow: hidden;
padding: 15px 0;
border-top: 1px solid #eee;
}
.recent-post-big-thumb ul li:first-child {
padding-top: 0;
border: 0;
} .alith-tab-content .except, .alith-tab-content .except p {margin: 0;}
.blog-related .tabber_item {margin: 0;}
#alith-tab a.alith-current-item, #alith-tab-small a.alith-current-item {font-size: 14px;} .sidebar-widget .tagcloud a, .post-tags a, .space-mega-menu .tagcloud a {
border-radius: 3px;
color: #fff !important;;
display: inline-block;
font-weight: 300 !important;
margin: 0 10px 10px 0;
padding: 2px 10px;
font-size: .875em;
background: #333;
text-transform: none !important;;
line-height: 1.5 !important;
} .alith-recent-comments-widget {
list-style: outside none none;
margin: 0;
padding: 0;
}
.alith-recent-comments-widget li {
margin: 0;
padding: 6px 0;
}
.alith-recent-comments-widget .alith-avatar {
float: left;
margin-right: 20px;
width: 45px;
}
.alith-recent-comments-widget .alith-details {
overflow: hidden;
}
.alith-recent-comments-widget .alith-details strong {
font-weight: 700;
}
.alith-recent-comments-widget .alith-details a {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.alith-recent-comments-widget .alith-details span {font-style: italic;}
.recent-post .post-thumb {
margin: 0 0 10px;
overflow: hidden;
}
.recent-post-big-thumb .post-thumb {
overflow: hidden;
}
.recent-post h5,
.post-title-normal {
border-bottom: 2px solid;
font-size: 22px;
padding-bottom: 10px;
}
.time-ago {
display: inline-block;
}
.show_hide.fa.fa-close.pull-right {
margin: 18px;
}
.recent-post .post-thumb a {
display: block;
}
.recent-post .post-thumb {
height: 180px;
overflow: hidden;
}
.recent-post .owl-item .post-thumb {
height: auto;
}
.recent-post .post-thumb a img {
display: block;
min-height: 180px;
width: auto;
}
.recent-post .post-data {
min-height: 72px;
overflow: hidden;
padding: 0 0 6px;
}
.post-meta {
font-size: 12px;
letter-spacing: 1px;
margin: 0;
padding: 0;
}
.post-meta span.meta-categories a {
display: inline-block;
margin: 0 5px;
}
.post-meta span.meta-categories a:first-child {
margin: 0;
}
.widget_alith_instagram li a {
display: block;
overflow: hidden;
}
#sidebar .sidebar-widget.alt-search {
padding: 18px;
margin: 0 0 30px;
background: #fbfbfb;
}
.alt-search-form {
overflow: hidden;
border: 1px solid #b7b5b5;
position: relative;
}
.alt-search-form fieldset {
overflow: hidden;
}
.alt-search-form fieldset input {
padding: 0 40px 0 10px;
height: 37px;
line-height: 37px;
border: 0;
}
.alt-search-form fieldset input:focus {
border: 0;
}
.alt-search-form fieldset button {
position: absolute;
top: 0;
right: 0;
width: auto;
height: auto;
padding: 4px 10px;
}
.blog-category {
overflow: hidden;
list-style: none;
padding: 0;
margin: 0;
}
.blog-category li {
overflow: hidden;
list-style: none;
padding: 5px;
border-top: 1px solid #dedede;
}
.blog-category li:first-child {
padding-top: 0;
border: 0;
}
.blog-category li a {
display: block;
clear: both;
}
.blog-category li a em {
float: left;
}
.blog-category li a i {
float: right;
}
.blog-category li a em,
.blog-category li a i {
font-style: normal;
} .last-post-style-one .number {
display: inline-block;
float: left;
font-family: spectral;
font-size: 30px;
font-style: italic;
line-height: 1;
margin: 0 10px 0 0;
}
.last-post-style-two .post-thumb,
.last-post-style-three .post-thumb {
float: left;
margin: 0 10px 0 0;
}
.sidebar_left_right .last-post-style-two .post-meta {display: none;}
.sidebar_left_right .last-post-style-two .post-thumb {max-width: 20%;}
.last-post-style-two li,
.last-post-style-one li {
overflow: hidden;
padding: 0 0 20px;
}
.last-post-style-one h5,
.last-post-style-two h5,
.last-post-style-three h5,
.last-post-style-four h5 {
line-height: 1.2;
margin: 0 0 10px 0;
}
.last-post-style-three .in-category {
margin-top: 20px;
margin-bottom: 20px;
}
.three-style-item {
margin-bottom: 20px;
}
.last-post-style-four .post-thumb {
margin: 0 0 10px 0;
} .comments-title {
text-align: center;
}
.comment-wrapper li {
list-style: outside none none;
margin: 20px 0;
overflow: hidden;
}
.comment-wrapper #comments label[for="comment"],
.comment-wrapper #comments label[for="author"],
.comment-wrapper #comments label[for="email"]
{
display: none;
}
textarea {
border: 1px solid;
min-height: 150px;
outline: 0 none;
padding: 15px;
width: 100%;
}
.comment-wrapper #comments .form-submit {
margin-top: 10px;
}
.comment-wrapper input[type="submit"],
.post_content input[type="submit"] {
border: 0 none;
color: #fff;
float: left;
font-size: 14px;
font-weight: 300;
letter-spacing: 2px;
padding: 10px 30px;
text-transform: uppercase;
width: auto;
}
.comment-wrapper input[type="submit"]:hover,
.post_content input[type="submit"]:hover {
color: #fff;
}
.comment-wrapper input,
.post_content input {
border: 1px solid;
font-weight: normal;
outline: 0 none;
padding: 10px;
}
.comment-wrapper #comments h3 small {
font-size: 12px;
}
.comment-wrapper .commentlist {
margin-top: 70px;
}
.comment-wrapper .commentlist {
list-style: outside none none;
margin: 0;
padding: 0;
}
.comment-wrapper.commentlist li {
margin-bottom: 25px;
overflow: hidden;
list-style: none;
}
.comment-wrapper .commentlist li .comment-meta {
margin: 0;
overflow: hidden;
}
.comment-wrapper .commentlist li .comment-author {
float: left;
}
.comment-wrapper .commentlist li .comment-details {
float: left;
width: 90%;
}
.comment-wrapper .commentlist li .comment-author.vcard img {
background: #fff none repeat scroll 0 0;
border-width: 1px;
border-style: solid;
float: left;
height: 60px;
margin-right: 15px;
padding: 2px;
width: 60px;
}
.comment-wrapper .commentlist li .comment-author.vcard .fn {
float: left;
margin: 0 10px 0 0;
}
.comment-wrapper .commentlist li .comment-metadata {
float: left;
}
.comment-wrapper .commentlist article {
margin: 0 0 30px;
overflow: hidden;
}
.comment-wrapper .commentlist li .comment-metadata a {
color: #999;
font-size: 12px;
}
.comment-wrapper .commentlist li p.comment-awaiting-moderation {
color: orange;
margin-top: 30px;
}
.comment-wrapper .commentlist li .comment-content {
margin: 0;
}
.comment-wrapper .commentlist li .reply {} .comment-wrapper .commentlist li ul.children {
float: left;
list-style: outside none none;
margin: 0 0 0 20px;
}
.comment-wrapper .commentlist li ul.children li:last-child {
margin-bottom: 0;
}
.comment-wrapper .commentlist li ul.children .comment-content {
margin: 0;
}
.comment-wrapper .commentlist li ul.children .reply {
margin-left: 0px;
}
.comment-wrapper .commentlist li .reply a {
border-radius: 0;
color: #fff;
float: left;
font-size: 12px;
font-weight: 300;
letter-spacing: 2px;
line-height: 1;
padding: 5px 15px;
text-transform: uppercase;
}
.comment-wrapper .comment-date {
color: #888;
font-size: 12px;
}
.comment-wrapper .comment-respond {
padding: 40px 0 0 0;
}
h3#comments {
font-size: 18px;
} #footer {
margin: 50px 0 0 0;
}
#footer .bottom ul.alith-instagram-grid-widget {
background: #fff;
padding: 20px 0;
}
#footer h5.widget-title {
margin: 0 0 30px 0;
}
#footer .plugin-instagram {
overflow: hidden;
text-align: center;
}
#footer .plugin-instagram h4 {
margin: 0 0 30px;
text-transform: uppercase;
}
.footer-logo {
margin-bottom: 20px;
}
.instagram-gallery {
overflow: hidden;
}
.instagram-gallery .item {
float: left;
width: 14.28%;
overflow: hidden;
}
.instagram-gallery .item a {
display: block;
}
.instagram-gallery .item img {
display: block;
width: 100%;
height: auto;
}
.instagram-gallery .item img:hover {
transform: scale(1.1);
}
#footer .box .social-icon {
border: 0;
padding: 0;
height: auto;
line-height: normal;
}
#footer .box .social-icon li {
line-height: normal;
}
.form-newsletter {
overflow: hidden;
}
.form-newsletter fieldset {
overflow: hidden;
}
.form-newsletter fieldset .form-group {
margin-bottom: 9px;
}
.form-newsletter fieldset .form-group input {
width: 100%;
background: none;
border: 1px solid #e7e7e7;
height: 35px;
line-height: 35px;
padding-top: 0;
padding-bottom: 0;
}
button[type="submit"].btn-send {
width: 180px;
height: 35px;
line-height: 35px;
font-size: 12px;
color: #fff;
font-weight: 600;
padding: 0;
float: left;
}
.form-newsletter fieldset .form-group button:hover,
button[type="submit"].btn-send:hover {
background: #ccc;
color: #333333;
}
#footer .box .instagram {
overflow: hidden;
margin: -5px;
}
#footer .box .instagram .item {
width: 25%;
float: left;
padding: 5px;
overflow: hidden;
}
#footer .box .instagram .item a {
display: block;
overflow: hidden;
}
#footer .box .instagram .item a img:hover {
transform: scale(1.1)
}
.footer-end {
border-top: 5px solid;
padding: 30px 0;
}
.footer-end .social-icon {
margin: 0 0 20px 0;
text-align: center;
width: 100%;
}
.copyright{
font-size: 14px;
letter-spacing: 5px;
margin: 10px 0;
text-align: center;
text-transform: uppercase;
} .sidebar_none .post-content {
max-width: 80%; margin: 0 auto;
}
.three-columns-post #content {
padding: 0 0 50px;
}
.three-columns-post .alt-post {
padding: 2px;
border: 1px solid #f3f3f3;
border-top: 0;
border-radius: 3px;
margin: 0 0 30px;
}
.three-columns-post .alt-post figure {
margin: 0 0 20px;
}
.three-columns-post .alt-post-content {
padding: 0 10px;
}
.three-columns-post .alt-post-content h3 {
margin: 0 0 5px;
text-transform: capitalize;
font-size: 18px;
line-height: 22px;
}
.three-columns-post .alt-post-content .post-meta {
padding: 0 0 10px;
}
.three-columns-post .alt-post-content .post-meta span.date:before,
.three-columns-post .alt-post-content .post-meta span.date:after {
width: 30px;
}
.three-columns-post .alt-post-content .description {
padding: 0 0 20px;
}
.three-columns-post .alt-post-content .description p {
margin: 0;
}
.three-columns-post .alt-post-content .alt-btn-countinuereading {
margin: 0 0 15px;
}
.three-columns-post .alt-post-content .alt-post-foot {
padding: 0;
border: 0;
}
.three-columns-post .alt-post-content .alt-post-foot .alt-post-author {
padding: 0;
}
.three-columns-post .post-social-icons {
padding: 8px 0 5px;
overflow: hidden;
float: none;
text-align: center;
border-top: 1px solid #d9d9d9;
}
.three-columns-post .post-social-icons li {
width: 20%;
} .masonry .masonry-item{
display:inline-block!important;
width:100%!important;
max-width:100%!important;
position:relative;
display:block;
float:none!important;
margin-right:0!important
}
.masonry .masonry-item{
display:inline-block;
margin-bottom:30px;
width:100%;
padding:0;
border:1px solid transparent;
transition:all .4s ease-in-out
}
.three-columns-post .portfolio-content .alt-post {
border: 1px solid #f3f3f3;
}
.masonry-grid {
width: 33.33%;
float: left;
padding: 0 15px;
}
.three-columns-post .portfolio-content .alt-post figure {
margin: 0;
}
.three-columns-post .portfolio-content .alt-post .alt-post-content {
padding-top: 20px;
}
.three-columns-post .portfolio-content .alt-post blockquote {
border: 0;
padding: 0;
margin: 0;
font-size: 14px;
line-height: 24px;
} .reply-form {
overflow: hidden;
}
.reply-form textarea,
.header-search-form input,
.reply-form .form-control {
color: #333333;
height: 50px;
line-height: 50px;
padding: 0 20px;
}
.reply-form textarea {
height: 230px;
line-height: 24px;
resize: none;
padding: 5px 10px;
}
.page.post-detail #content .description {
padding: 0;
}
.page #content .description p strong {
font-size: 18px;
font-weight: 600;
}
.alt-tags {
overflow: hidden;
text-align: center;
font-style: italic;
padding: 0 0 30px;
}
.alt-tags li {
display: inline-block;
vertical-align: middle;
}
.alt-tags li a {
display: block;
color: #888;
}
.page.post-detail #content .next-previous {
padding: 40px 0;
}
.next-previous .prev-post,
.next-previous .next-post {
float: right;
position: relative;
padding: 0 10px;
margin: 0 50px;
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
}
.next-previous .prev-post {
float: left;
}
.next-previous .prev-post:after,
.next-previous .prev-post:before,
.next-previous .next-post:after,
.next-previous .next-post:before {
content: '';
display: block;
width: 50px;
height: 1px;
background: #b7b5b5;
position: absolute;
top: 50%;
left: 100%;
}
.next-previous .prev-post:before,
.next-previous .next-post:before {
left: auto;
right: 100%;
}
.next-previous .older-post a {
display: block
}
.author .author-img img {
border: 1px solid #fff;
}
.meta {
overflow: hidden;
padding: 21px 0;
text-align: right;
line-height: 16px;
font-size: 12px;
font-style: italic;
}
.meta span {
display: block;
}
.home-slider .owl-controls .owl-buttons div {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
color: #333333;
}
.home-slider .owl-controls .owl-buttons div i {
display: inline-block;
line-height: 1;
margin: 0 10px;
}
#home-slider .owl-buttons {
bottom: 0;
position: absolute;
}
#home-slider .owl-controls .owl-buttons div {
bottom: 20px;
color: #fff;
float: left;
height: auto;
letter-spacing: 2px;
margin: 0 1px 0 0;
padding: 5px;
position: relative;
top: auto;
width: auto;
}
.home-slider .owl-controls .owl-buttons div.owl-next {
margin: -40px 0 0;
}
.home-slider .owl-controls .owl-buttons div.owl-prev:hover,
.home-slider .owl-controls .owl-buttons div.owl-next:hover {
background: rgba(66, 66, 66, 0.5)
}
.home-slider2 .post-content{
padding: 0 20px;
text-align: center;	
}
.home-slider2 .alt-banner-poststyle .title {padding: 0; margin: 0; border: 0;}
.home-slider2 .alt-banner-poststyle .title h1{
margin: 30px 0;
text-align: center;
text-transform: none;	
}
.alt-banner .home-slider-full {
margin-bottom: 20px;
}
.alt-banner .home-slider-full .post-content {
position: absolute;
z-index: 22;
bottom: 0;
max-width: 40%;
margin: 20px;
padding: 20px;
background: rgba(255,255,255,0.9);
}
.alt-banner .home-slider-full .owl-pagination {display: none;}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
float: left;
}
.masonry {
display: block;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
} .masonry.masonry-columns-5 {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
@media(max-width: 1170px) {
.masonry.masonry-columns-5 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
} .masonry.masonry-columns-4 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
} .masonry.masonry-columns-3 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
} .masonry.masonry-columns-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
} .masonry.masonry-columns-1 {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}  .single-more-articles {
background: #fff none repeat scroll 0 0;
border: 5px solid;
bottom: 84px;
display: inline-block;
max-width: 100%;
opacity: 0;
padding: 0;
position: fixed;
right: 20px;
transform: translateY(200%);
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
width: 330px;
z-index: 98;
}
.single-more-articles h4.widget-title {
padding-bottom: 9px;
}
.single-more-articles.single-more-articles--visible {
transform: none;
opacity: 1;
}
.single-more-articles-content img {
float: left;
margin: 0 10px 0 0;
width: 85px;
}
.single-more-articles-content {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding: 0 20px;
}
.single-more-articles-close-button {
color: #fff;
cursor: pointer;
position: absolute;
right: 2px;
top: 0;
}
.single-more-articles-close-button .vw-icon {
font-size: 22px;
}
.single-more-articles-content:last-child {
border: 0;
padding-bottom: 0;
margin-bottom: 16px;
} .wp-block-video video {
max-width: 636px;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft, 
.wp-block-gallery.alignleft, 
.wp-block-image.alignright {
width: 100% 
}
.wp-block-image.alignfull img {
width: 100vw;
}
.wp-block-cover-text p {
padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide, 
ul.wp-block-latest-posts.alignfull, 
ul.wp-block-latest-posts.is-grid.alignwide, 
ul.wp-block-latest-posts.is-grid.alignwide {
padding: 0 14px;
}
.wp-block-table {
display: block;
overflow-x: auto;
}
.wp-block-table table {
border-collapse: collapse;
width: 100% 
}
.wp-block-table td, .wp-block-table th {
padding: .5em;
}
.wp-block-embed {
overflow: hidden;
margin-bottom: 20px;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
margin: 20px auto;
}
.wp-block-quote.is-large {
margin: 0 auto 16px;
}
.wp-block-pullquote>p:first-child {
margin-top: 0;
}
.wp-block-separator {
margin: 3em auto;
padding: 0;
} .has-strong-blue-color {
color: #0073aa;
}
.has-strong-blue-background-color {
background-color: #0073aa;
}
.has-lighter-blue-color {
color: #229fd8;
}
.has-lighter-blue-background-color {
background-color: #229fd8;
}
.has-very-light-gray-color {
color: #d8d8d8;
}
.has-very-light-gray-background-color {
background-color: #d8d8d8;
}
.has-very-dark-gray-color {
color: #444;
}
.has-very-dark-gray-background-color {
background-color: #444;
}
.wpcf7-form {
font-size: 0.875rem;
} .alignwide  {
margin-left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
max-width: none;
min-width: 1024px;
}
.single-content ul.wp-block-gallery {padding: 0; margin: 25px 0;} body, .woocommerce-product-details__short-description pre {
font-family: Spectral;
line-height: 24px;
font-weight: 400;
font-style: normal;
color: #333333;
font-size: 18px;
}
body h1, body h2, body h3, body h4, body h5, body h6, 
.site-pagination, .lb_button, label, input[type="submit"], .quote_author_name, 
.read_more, .slicknav_menutxt, .woocommerce-pagination, .price, button, .buttons, 
.widget_shopping_cart_content, .widget_products, .woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce a.button, .widget_recent_reviews .product-title, .woocommerce-review__author, 
.comment-reply-title, .pagination-num, .keep-reading, #alith-tab li a, #alith-tab-small li a, 
.font-heading, .sidebar-widget .tagcloud a, .post-tags a, .comment-reply-link {
font-family: Oswald;
font-weight: 500;
font-style: normal;
}
.lds-ellipsis div, .widget-title span::before, .show_comments, 
.primary_button, .wpcf7-form input[type="submit"]:hover, 
.woocommerce .button, .scheme_default .woocommerce-page .button, 
.scheme_default .woocommerce a.button, .scheme_default .woocommerce-page a.button, 
.woocommerce .widget_shopping_cart .buttons a, #content .alt-post-foot a.keep-reading:hover, 
.woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce button.button.alt, 
.comment-wrapper .commentlist li .reply a:hover, #comments input#submit:hover, 
.woocommerce input.button.alt:hover, .woocommerce a.remove:hover, 
.woocommerce.widget_shopping_cart .buttons a.checkout:hover, 
.woocommerce #review_form #respond .form-submit input:hover, 
.woocommerce a.button.alt:hover, #home-slider .owl-controls .owl-buttons div:hover, 
.home-big-thumb .alt-post-foot a.keep-reading:hover, 
.sidebar-widget .tagcloud a:hover, .post-tags a:hover,
.widget_search .search-submit:hover
{
background: #da4c52;
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #333333;
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #da4c52;
}
#alith-tab, #alith-tab-small, #home-slider .owl-controls .owl-buttons div, .social-icon li a i, 
#searchform_topbar button, .recent-post .owl-theme .owl-controls .owl-buttons div, 
.recent-post .owl-theme .owl-controls .owl-buttons div.owl-prev:hover, 
.recent-post.owl-theme .owl-controls .owl-buttons div.owl-next:hover, .btn-search, 
#open-side-bar, .close-off-canvas, button[type="submit"]:hover, #content .alt-post-foot a.keep-reading, 
a.back-404, h4.widget-title, .sidebar-widget .tagcloud a, .post-tags a, .comment-wrapper input[type="submit"], 
.post_content input[type="submit"], .comment-wrapper .commentlist li .reply a, button[type="submit"].btn-send, 
.btn-canvas, .smart-menu-toggle span, .smart-menu-toggle span::before, .smart-menu-toggle span::after, 
.blog-related .line, .home-big-thumb .alt-post-foot a.keep-reading, .owl-theme .owl-controls .active span, blockquote::before {
background: #333333;
} ul.main-menu li.has-mega-menu {
position: static;
}
ul.main-menu li.has-mega-menu div.space-mega-menu {
background-color: #fff;
position: absolute;
left: 0;
width: 100%;
border-radius: 5px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
display: none;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-ms-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
z-index: 1000;
padding: 20px 10px;
top: 45px;
}
ul.main-menu li.has-mega-menu:hover div.space-mega-menu {
display: block;
}
.space-mega-menu-wrap {
padding: 30px 15px;
margin:0 auto;
overflow: hidden;
}
ul.main-menu li.has-mega-menu [class*="widget_"] {
float: left;
}
ul.main-menu li.has-mega-menu.columns-2 [class*="widget_"] {
width: 48%;
margin: 0 1%;
}
ul.main-menu li.has-mega-menu.columns-3 [class*="widget_"] {
width: 31.33333%;
margin: 0 1%;
}
ul.main-menu li.has-mega-menu.columns-4 [class*="widget_"] {
width: 23%;
margin: 0 1%;
}
ul.main-menu li.has-mega-menu.columns-5 [class*="widget_"] {
width: 18%;
margin: 0 1%;
}
.slicknav_menu li.has-mega-menu div.space-mega-menu {display: none;}
.mega-menu-post {
float: left;
padding: 0 10px;
}
.head-nav ul li.mega-menu-post a {
padding: 0;
}
.mega-menu-post .post-title-normal {border: 0; padding: 0; margin: 10px 0;}
#nav ul li a.post-title {text-transform: none; padding: 0;} .space-mega-menu ul.menu li {display: block;}
.head-nav ul li .space-mega-menu li {padding: 5px 0;}
#nav div.space-mega-menu a {padding: 0;}
.space-mega-menu .sidebar-widget {margin: 0;}@media screen and (max-width: 1199px){
.boxed{
max-width:1000px
}
}
@media screen and (max-width: 991px){
.masonry.masonry-columns-4,.masonry.masonry-columns-5{
-webkit-column-count:3;
-moz-column-count:3;
column-count:3
}
.head-nav{
display:none
}
.slicknav_menu{
background:#fff;
display:block;
position:relative;
right:0;
width:100%;
padding:0;
z-index:100
}
.boxed{
max-width:750px
}
.alt-banner h4.widget-title{
font-size:50px
}
h1{
font-size:24px
}
.alt-categories{
margin-bottom:20px
}
.alt-category{
margin:0 0 30px
}
.alt-newsupdate{
padding:20px 10px
}
.alt-latestnewsform{
padding:5px 0
}
#sidebar .alt-widget{
min-height:420px
}
#sidebar .alt-widget.alt-instagram{
min-height:500px
}
#sidebar .alt-widget.alt-search{
min-height:auto;
height:auto
}
#nav ul li{
border-top:1px solid #333;
padding:0
}
.instagram-plugin li a{
display:block
}
.instagram-plugin li a img{
width:100%;
height:auto
}
.slicknav_btn{
border-radius:4px;
margin:0;
text-decoration:none
}
.slicknav_menu{
background:rgba(0,0,0,0) none repeat scroll 0 0
}
.alith-banner-adv{
text-align:center;
margin-top:20px
}
.alith-banner-adv img{
display:inline-block
}
.top-logo{
text-align:center
}
.top-logo img{
display:inline-block
}
.last-post-style-three .post-thumb{
margin:0 0 10px
}
.last-post-style-three .three-style-item .post-thumb{
margin:0 10px 0 0
}
.smartnav .slicknav_btn{
margin: 0;
padding-bottom: 0;
}
.smartnav{
background:#fff none repeat scroll 0 0;
box-shadow:2px 2px 5px rgba(0,0,0,0.6);
}
#nav ul li{
padding:0
}
.single-more-articles {
display: none;
}
.admin-bar .smartnav {
margin-top: 46px !important;
}
.admin-bar .header_2 .smartnav {
padding-top: 30px !important;
}
}
@media screen and (max-width:1199px){
.alt-newsupdate .title-box{
float:none;
overflow:hidden;
text-align:center;
padding:0 0 15px
}
.category-content{
padding:10px
}
.show_hide_off_canvas, #open-side-bar,.smartnav .smart-logo {display: none !important;}
}
@media screen and (max-width:1024px){
.container {width: 980px !important; }
.boxed {margin: 10px auto; }
.masonry-grid{
width:33.2%
}
#searchform_topbar,.topbar{
display:none;
visibility:hidden;
opacity:0
}
.navbar-default .navbar-toggle .icon-bar{
background-color:#333
}
.btn-canvas{
padding:7px 10px
}
.alt-banner-poststyle .title h1{
font-size:30px
}
.except{
font-size:14px
}
.alt-banner-poststyle .title{
margin:0 0 15px;
padding:0 0 15px
}
.alt-banner h2.widget-title{
font-size:50px
}
.header-one .social-icon {display: none;}
.alt-banner #home-slider {padding-bottom: 60px;}
.header_1 .in-header {
padding: 10px 0 !important;
}
.sidebar_none .post-content {
max-width: 100%;
}
}
@media screen and (max-width:800px){
.container {width: 100% !important; }
.header_3_logo {float: left; text-align: center;max-width: 150px;z-index: 300;position: relative;}
.header_3_navigation {float: none;margin-top: -30px;}
.slicknav_btn {float: none;}
.blog-related .line {display: none;}
.blog-related .tabber_item {margin: 0 0 10px 0;}
}
@media screen and (max-width:768px){
.container {width: 100% !important; }
.boxed{
margin-top:10px;
max-width:98%
}
.masonry.masonry-columns-4,.masonry.masonry-columns-5,.masonry.masonry-columns-3{
-webkit-column-count:2;
-moz-column-count:2;
column-count:2
}
#nav ul li{
padding:0
}
.archive-header .archive-title h2{
font-size:50px
}
#content .small-thumb figure{
float:none;
margin:0 0 20px;
position:relative;
width:100%
}
.post-related{
width:auto
}
.container-fluid > .navbar-collapse,.container-fluid > .navbar-header,.container > .navbar-collapse,.container > .navbar-header{
margin:0
}
.three-columns .box{
min-height:210px;
margin:0 0 30px
}
.alt-latestnewsform input{
margin:0 0 15px
}
.masonry-grid{
width:49.9%
}
.alt-post figure img{
width:100%;
height:auto
}
.new-slides{
padding:15px 15px 15px 0
}
.btn-canvas,#open-side-bar{
display:none;
opacity:0
}
.last-post-style-three .post-thumb{
float:left;
margin:0 0 10px
}
.top-logo {
text-align: left;
float: left;
position: absolute;
z-index: 2;
margin-top: -20px;
max-width: 100px;
}
.header-2-navigaion {border: 0;}
.slicknav_btn {
float: right;
}
.header_1 .in-header {padding-bottom: 0 !important;}
.header_2 .slicknav_btn {margin-top: -30px;}
}
@media screen and (max-width:639px){
.container {width: 100% !important; }
.alt-post.alt-blockpuote .blockquote{
padding:20px
}
.alt-post.alt-video-post .video iframe{
height:204px
}
.category-width{
width:100%
}
.alt-category figure a img{
width:100%;
height:auto
}
.alt-post.alt-blockpuote-post .blockquote{
padding:10px
}
.blockquote blockquote{
font-size:18px;
line-height:24px
}
#comment ul li ul{
padding:0 0 0 20px
}
.topbar{
height:auto
}
.new-slides{
padding:15px 0;
width:100%
}
.search-social{
margin:0 auto;
float:none!important
}
h1{
font-size:14px
}
.post-meta span:after,.post-meta span{
font-size:10px
}
.sliding{
padding:28px 0
}
}
@media screen and (max-width: 540px){
.container {width: 100% !important; }
.top-search {
margin-top: 0;
}
.masonry.masonry-columns-4,.masonry.masonry-columns-5,.masonry.masonry-columns-3,.masonry.masonry-columns-2{
-webkit-column-count:1;
-moz-column-count:1;
column-count:1
}
.customshare span{
display:none
}
}
@media screen and (max-width:480px){
.admin-bar .smartnav {
margin-top: 0px !important;
}
.container {width: 100% !important; }
.gallery-post .alt-gallery figure.large,.gallery-post .alt-gallery figure.small{
width:100%
}
.social-icon li{
width:28px
}
.comment-wrapper .commentlist li ul.children{
margin:0
}
#highlight-posts .owl-pagination{
bottom:-10px;
position:absolute;
right:0;
top:auto
}
.div-logo{
margin-bottom:20px
}
.navbar{
min-height:auto
}
.archive-header .archive-title h2{
font-size:30px
}
.header_1 .div-logo {text-align: center;}
.header_1 .div-logo img{max-width: 200px; display: inline-block;}
}
@media screen and (max-width:479px){
.alt-banner .widget_alith_slider_widget h4.widget-title{
font-size:30px
}
.box-width,.widget-width{
width:100%
}
.three-columns .box,#sidebar .alt-widget{
min-height:auto;
height:auto
}
.instagram-plugin li a img{
width:100%;
height:auto
}
.blockquote blockquote{
font-size:14px;
line-height:20px
}
.post-width,.masonry-grid{
width:100%
}
.page.post-detail #content #comment ul li .description{
width:100%;
padding:10px 0;
border:0
}
.next-previous .prev-post,.next-previous .next-post{
margin:0 15px
}
.next-previous .prev-post::after,.next-previous .prev-post::before,.next-previous .next-post::after,.next-previous .next-post:before{
width:15px
}
}
@media screen and (min-width:601px){
.admin-bar nav.smartnav{
margin-top:46px!important
}
}
@media screen and (min-width:783px){
.admin-bar nav.smartnav{
margin-top:32px!important
}
}
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}