@charset "UTF-8";
@charset "UTF-8";
a, a:visited {
text-decoration: underline;
}
*, ::after, ::before {
box-sizing: border-box;
}
a {
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.htb-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width:576px) {
.htb-container {
max-width: 540px;
}
}
@media (min-width:768px) {
.htb-container {
max-width: 720px;
}
}@media (min-width:992px) {
.htb-container {
max-width: 960px;
}
}@media (min-width:1200px) {
.htb-container {
max-width: 1200px;
}
}.htb-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.htb-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.htb-col, .htb-col-1, .htb-col-10, .htb-col-11, .htb-col-12, .htb-col-2, .htb-col-3, .htb-col-4, .htb-col-5, .htb-col-6, .htb-col-7, .htb-col-8, .htb-col-9, .htb-col-auto, .htb-col-lg, .htb-col-lg-1, .htb-col-lg-10, .htb-col-lg-11, .htb-col-lg-12, .htb-col-lg-2, .htb-col-lg-3, .htb-col-lg-4, .htb-col-lg-5, .htb-col-lg-6, .htb-col-lg-7, .htb-col-lg-8, .htb-col-lg-9, .htb-col-lg-auto, .htb-col-md, .htb-col-md-1, .htb-col-md-10, .htb-col-md-11, .htb-col-md-12, .htb-col-md-2, .htb-col-md-3, .htb-col-md-4, .htb-col-md-5, .htb-col-md-6, .htb-col-md-7, .htb-col-md-8, .htb-col-md-9, .htb-col-md-auto, .htb-col-sm, .htb-col-sm-1, .htb-col-sm-10, .htb-col-sm-11, .htb-col-sm-12, .htb-col-sm-2, .htb-col-sm-3, .htb-col-sm-4, .htb-col-sm-5, .htb-col-sm-6, .htb-col-sm-7, .htb-col-sm-8, .htb-col-sm-9, .htb-col-sm-auto, .htb-col-xl, .htb-col-xl-1, .htb-col-xl-10, .htb-col-xl-11, .htb-col-xl-12, .htb-col-xl-2, .htb-col-xl-3, .htb-col-xl-4, .htb-col-xl-5, .htb-col-xl-6, .htb-col-xl-7, .htb-col-xl-8, .htb-col-xl-9, .htb-col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.htb-col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-1 {
margin-left: 8.333333%;
}
.htb-offset-2 {
margin-left: 16.666667%;
}
.htb-offset-3 {
margin-left: 25%;
}
.htb-offset-4 {
margin-left: 33.333333%;
}
.htb-offset-5 {
margin-left: 41.666667%;
}
.htb-offset-6 {
margin-left: 50%;
}
.htb-offset-7 {
margin-left: 58.333333%;
}
.htb-offset-8 {
margin-left: 66.666667%;
}
.htb-offset-9 {
margin-left: 75%;
}
.htb-offset-10 {
margin-left: 83.333333%;
}
.htb-offset-11 {
margin-left: 91.666667%;
}
@media (min-width:576px) {
.htb-col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-sm-0 {
margin-left: 0;
}
.htb-offset-sm-1 {
margin-left: 8.333333%;
}
.htb-offset-sm-2 {
margin-left: 16.666667%;
}
.htb-offset-sm-3 {
margin-left: 25%;
}
.htb-offset-sm-4 {
margin-left: 33.333333%;
}
.htb-offset-sm-5 {
margin-left: 41.666667%;
}
.htb-offset-sm-6 {
margin-left: 50%;
}
.htb-offset-sm-7 {
margin-left: 58.333333%;
}
.htb-offset-sm-8 {
margin-left: 66.666667%;
}
.htb-offset-sm-9 {
margin-left: 75%;
}
.htb-offset-sm-10 {
margin-left: 83.333333%;
}
.htb-offset-sm-11 {
margin-left: 91.666667%;
}
}@media (min-width:768px) {
.htb-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-md-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-md-0 {
margin-left: 0;
}
.htb-offset-md-1 {
margin-left: 8.333333%;
}
.htb-offset-md-2 {
margin-left: 16.666667%;
}
.htb-offset-md-3 {
margin-left: 25%;
}
.htb-offset-md-4 {
margin-left: 33.333333%;
}
.htb-offset-md-5 {
margin-left: 41.666667%;
}
.htb-offset-md-6 {
margin-left: 50%;
}
.htb-offset-md-7 {
margin-left: 58.333333%;
}
.htb-offset-md-8 {
margin-left: 66.666667%;
}
.htb-offset-md-9 {
margin-left: 75%;
}
.htb-offset-md-10 {
margin-left: 83.333333%;
}
.htb-offset-md-11 {
margin-left: 91.666667%;
}
}@media (min-width:992px) {
.htb-col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-lg-0 {
margin-left: 0;
}
.htb-offset-lg-1 {
margin-left: 8.333333%;
}
.htb-offset-lg-2 {
margin-left: 16.666667%;
}
.htb-offset-lg-3 {
margin-left: 25%;
}
.htb-offset-lg-4 {
margin-left: 33.333333%;
}
.htb-offset-lg-5 {
margin-left: 41.666667%;
}
.htb-offset-lg-6 {
margin-left: 50%;
}
.htb-offset-lg-7 {
margin-left: 58.333333%;
}
.htb-offset-lg-8 {
margin-left: 66.666667%;
}
.htb-offset-lg-9 {
margin-left: 75%;
}
.htb-offset-lg-10 {
margin-left: 83.333333%;
}
.htb-offset-lg-11 {
margin-left: 91.666667%;
}
}@media (min-width:1200px) {
.htb-col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-xl-0 {
margin-left: 0;
}
.htb-offset-xl-1 {
margin-left: 8.333333%;
}
.htb-offset-xl-2 {
margin-left: 16.666667%;
}
.htb-offset-xl-3 {
margin-left: 25%;
}
.htb-offset-xl-4 {
margin-left: 33.333333%;
}
.htb-offset-xl-5 {
margin-left: 41.666667%;
}
.htb-offset-xl-6 {
margin-left: 50%;
}
.htb-offset-xl-7 {
margin-left: 58.333333%;
}
.htb-offset-xl-8 {
margin-left: 66.666667%;
}
.htb-offset-xl-9 {
margin-left: 75%;
}
.htb-offset-xl-10 {
margin-left: 83.333333%;
}
.htb-offset-xl-11 {
margin-left: 91.666667%;
}
}.htb-table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.htb-table td, .htb-table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #e9ecef;
}
.htb-table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e9ecef;
}
.htb-table tbody+tbody {
border-top: 2px solid #e9ecef;
}
.htb-table .htb-table {
background-color: #fff;
}
.htb-table-sm td, .htb-table-sm th {
padding: .3rem;
}
.htb-table-bordered {
border: 1px solid #e9ecef;
}
.htb-table-bordered td, .htb-table-bordered th {
border: 1px solid #e9ecef;
}
.htb-table-bordered thead td, .htb-table-bordered thead th {
border-bottom-width: 2px;
}
.htb-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
}
.htb-table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-primary, .htb-table-primary>td, .htb-table-primary>th {
background-color: #b8daff;
}
.htb-table-hover .htb-table-primary:hover {
background-color: #9fcdff;
}
.htb-table-hover .htb-table-primary:hover>td, .htb-table-hover .htb-table-primary:hover>th {
background-color: #9fcdff;
}
.htb-table-secondary, .htb-table-secondary>td, .htb-table-secondary>th {
background-color: #dddfe2;
}
.htb-table-hover .htb-table-secondary:hover {
background-color: #cfd2d6;
}
.htb-table-hover .htb-table-secondary:hover>td, .htb-table-hover .htb-table-secondary:hover>th {
background-color: #cfd2d6;
}
.htb-table-success, .htb-table-success>td, .htb-table-success>th {
background-color: #c3e6cb;
}
.htb-table-hover .htb-table-success:hover {
background-color: #b1dfbb;
}
.htb-table-hover .htb-table-success:hover>td, .htb-table-hover .htb-table-success:hover>th {
background-color: #b1dfbb;
}
.htb-table-info, .htb-table-info>td, .htb-table-info>th {
background-color: #bee5eb;
}
.htb-table-hover .htb-table-info:hover {
background-color: #abdde5;
}
.htb-table-hover .htb-table-info:hover>td, .htb-table-hover .htb-table-info:hover>th {
background-color: #abdde5;
}
.htb-table-warning, .htb-table-warning>td, .htb-table-warning>th {
background-color: #ffeeba;
}
.htb-table-hover .htb-table-warning:hover {
background-color: #ffe8a1;
}
.htb-table-hover .htb-table-warning:hover>td, .htb-table-hover .htb-table-warning:hover>th {
background-color: #ffe8a1;
}
.htb-table-danger, .htb-table-danger>td, .htb-table-danger>th {
background-color: #f5c6cb;
}
.htb-table-hover .htb-table-danger:hover {
background-color: #f1b0b7;
}
.htb-table-hover .htb-table-danger:hover>td, .htb-table-hover .htb-table-danger:hover>th {
background-color: #f1b0b7;
}
.htb-table-light, .htb-table-light>td, .htb-table-light>th {
background-color: #fdfdfe;
}
.htb-table-hover .htb-table-light:hover {
background-color: #ececf6;
}
.htb-table-hover .htb-table-light:hover>td, .htb-table-hover .htb-table-light:hover>th {
background-color: #ececf6;
}
.htb-table-dark, .htb-table-dark>td, .htb-table-dark>th {
background-color: #c6c8ca;
}
.htb-table-hover .htb-table-dark:hover {
background-color: #b9bbbe;
}
.htb-table-hover .htb-table-dark:hover>td, .htb-table-hover .htb-table-dark:hover>th {
background-color: #b9bbbe;
}
.htb-table-active, .htb-table-active>td, .htb-table-active>th {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover>td, .htb-table-hover .htb-table-active:hover>th {
background-color: rgba(0, 0, 0, .075);
}
.htb-table .htb-thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.htb-table .htb-thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #e9ecef;
}
.htb-table-dark {
color: #fff;
background-color: #212529;
}
.htb-table-dark td, .htb-table-dark th, .htb-table-dark thead th {
border-color: #32383e;
}
.htb-table-dark.htb-table-bordered {
border: 0;
}
.htb-table-dark.htb-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05);
}
.htb-table-dark.htb-table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575px) {
.htb-table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-sm.htb-table-bordered {
border: 0;
}
}@media (max-width:767px) {
.htb-table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-md.htb-table-bordered {
border: 0;
}
}@media (max-width:991px) {
.htb-table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-lg.htb-table-bordered {
border: 0;
}
}@media (max-width:1199px) {
.htb-table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-xl.htb-table-bordered {
border: 0;
}
}.htb-table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive.htb-table-bordered {
border: 0;
}
.htb-form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.htb-form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.htb-form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-form-control::-webkit-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control:-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control::-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control::placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control:disabled, .htb-form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.htb-form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.htb-form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.htb-form-control-file, .htb-form-control-range {
display: block;
}
.htb-col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
line-height: 1.5;
}
.htb-col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.htb-col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5;
}
.htb-form-group {
margin-bottom: 1rem;
}
.htb-form-text {
display: block;
margin-top: .25rem;
}
.htb-form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.htb-form-row>.htb-col, .htb-form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.htb-btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.htb-btn:focus, .htb-btn:hover {
text-decoration: none;
}
.htb-btn.htb-focus, .htb-btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-btn.disabled, .htb-btn:disabled {
opacity: .65;
}
.htb-btn:not([disabled]):not(.disabled).htb-active, .htb-btn:not([disabled]):not(.htb-disabled):active {
background-image: none;
}
a.htb-btn.htb-disabled, fieldset[disabled] a.htb-htb-btn {
pointer-events: none;
}
.htb-btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.htb-btn-primary.htb-focus, .htb-btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-primary.htb-disabled, .htb-btn-primary:disabled {
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-primary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-primary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-primary.htb-dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-secondary {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-secondary:hover {
color: #fff;
background-color: #727b84;
border-color: #6c757d;
}
.htb-btn-secondary.htb-focus, .htb-btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-secondary.htb-disabled, .htb-btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-secondary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-secondary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-secondary.htb-dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #666e76;
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.htb-btn-success.htb-focus, .htb-btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-success.htb-disabled, .htb-btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-success:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-success:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-success.htb-dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.htb-btn-info.focus, .htb-btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-info.disabled, .htb-btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-info:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-info:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-info.htb-dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-warning {
color: #111;
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-warning:hover {
color: #111;
background-color: #e0a800;
border-color: #d39e00;
}
.htb-btn-warning.focus, .htb-btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-warning.disabled, .htb-btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-warning:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-warning:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-warning.htb-dropdown-toggle {
color: #111;
background-color: #d39e00;
border-color: #c69500;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.htb-btn-danger.focus, .htb-btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-danger.disabled, .htb-btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-danger:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-danger:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-danger.htb-dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-fade {
opacity: 0;
transition: opacity .15s linear;
}
.htb-modal.htb-fade {
display: none;
}
.htb-modal.htb-fade.htb-show {
display: block;
}
.htb-fade.htb-show {
opacity: 1;
}
.htb-collapse {
display: none;
}
.htb-collapse.htb-show {
display: block;
}
.htb-collapsing{
position:relative;
height:0;
overflow:hidden;
transition:height .35s ease;
}
tr.htb-collapse.htb-show {
display: table-row;
}
tbody.htb-collapse.htb-show {
display: table-row-group;
}
[data-toggle=buttons]>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn input[type=radio], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.htb-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.htb-nav-link {
display: block;
padding: .5rem 1rem;
}
.htb-nav-link:focus, .htb-nav-link:hover {
text-decoration: none;
}
.htb-nav-link.htb-disabled {
color: #868e96;
}
.htb-nav-tabs {
border-bottom: 1px solid #ddd;
}
.htb-nav-tabs .htb-nav-item {
margin-bottom: -1px;
}
.htb-nav-tabs .htb-nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
.htb-nav-tabs .htb-nav-link:focus, .htb-nav-tabs .htb-nav-link:hover {
border-color: #e9ecef #e9ecef #ddd;
}
.htb-nav-tabs .htb-nav-link.htb-disabled {
color: #868e96;
background-color: transparent;
border-color: transparent;
}
.htb-nav-tabs .htb-nav-item.show .htb-nav-link, .htb-nav-tabs .htb-nav-link.htb-active {
color: #495057;
background-color: #fff;
border-color: #ddd #ddd #fff;
}
.htb-nav-pills .htb-nav-link {
border-radius: .25rem;
}
.htb-nav-pills .htb-nav-link.htb-active, .htb-nav-pills .show>.htb-nav-link {
color: #fff;
background-color: #007bff;
}
.htb-nav-fill .htb-nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.htb-nav-justified .htb-nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.htb-tab-content>.htb-tab-pane {
display: none;
}
.htb-tab-content>.htb-active {
display: block;
}
@media (min-width:576px) {
.htb-pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem;
}
.htb-alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.htb-progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
}
.htb-progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
background-color: #007bff;
}
.htb-progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.htb-progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.htb-media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
}@media (min-width:320px) {
.htb-progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
}
.htb-progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
background-color: #007bff;
}
.htb-progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.htb-progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}    
.htb-close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.htb-close:focus, .htb-close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}
button.htb-close {
padding: 0;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.htb-modal-open {
overflow: hidden;
}
.htb-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.htb-modal.htb-fade .htb-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.htb-modal.htb-show .htb-modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.htb-modal-open .htb-modal {
overflow-x: hidden;
overflow-y: auto;
}
.htb-modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none;
}
.htb-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0;
}
.htb-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.htb-modal-backdrop.htb-fade {
opacity: 0;
}
.htb-modal-backdrop.htb-show {
opacity: .5;
}
.htb-modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
}
.htb-modal-header .htb-close {
padding: 15px;
margin: -15px -15px -15px auto;
}
.htb-modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.htb-modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
}
.htb-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef;
}
.htb-modal-footer>:not(:first-child) {
margin-left: .25rem;
}
.htb-modal-footer>:not(:last-child) {
margin-right: .25rem;
}
.htb-modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.htb-modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.htb-modal-sm {
max-width: 300px;
}
}@media (min-width:992px) {
.htb-modal-lg {
max-width: 800px;
}
}.htb-tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0;
}
.htb-tooltip.htb-show {
opacity: .9;
}
.htb-tooltip .htb-arrow {
position: absolute;
display: block;
width: 5px;
height: 5px;
}
.htb-tooltip .htb-arrow::before {
position: absolute;
border-color: transparent;
border-style: solid;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top], .htb-tooltip.bs-tooltip-top {
padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow, .htb-tooltip.bs-tooltip-top .htb-arrow {
bottom: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow::before, .htb-tooltip.bs-tooltip-top .htb-arrow::before {
margin-left: -3px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right], .htb-tooltip.bs-tooltip-right {
padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow, .htb-tooltip.bs-tooltip-right .htb-arrow {
left: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow::before, .htb-tooltip.bs-tooltip-right .htb-arrow::before {
margin-top: -3px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom], .htb-tooltip.bs-tooltip-bottom {
padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow, .htb-tooltip.bs-tooltip-bottom .htb-arrow {
top: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow::before, .htb-tooltip.bs-tooltip-bottom .htb-arrow::before {
margin-left: -3px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left], .htb-tooltip.bs-tooltip-left {
padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow, .htb-tooltip.bs-tooltip-left .htb-arrow {
right: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow::before, .htb-tooltip.bs-tooltip-left .htb-arrow::before {
right: 0;
margin-top: -3px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.htb-tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem;
}
.htb-popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
}
.htb-popover .htb-arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem;
}
.htb-popover .htb-arrow::after, .htb-popover .htb-arrow::before {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
.htb-popover .htb-arrow::before {
content: "";
border-width: .8rem;
}
.htb-popover .htb-arrow::after {
content: "";
border-width: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top], .htb-popover.htb-bs-popover-top {
margin-bottom: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow, .htb-popover.htb-bs-popover-top .htb-arrow {
bottom: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::before {
border-bottom-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::before {
bottom: -.8rem;
margin-left: -.8rem;
border-top-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::after {
bottom: calc((.8rem - 1px) * -1);
margin-left: -.8rem;
border-top-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right], .htb-popover.htb-bs-popover-right {
margin-left: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow, .htb-popover.htb-bs-popover-right .htb-arrow {
left: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::before {
margin-top: -.8rem;
border-left-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::before {
left: -.8rem;
border-right-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::after {
left: calc((.8rem - 1px) * -1);
border-right-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom], .htb-popover.htb-bs-popover-bottom {
margin-top: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow, .htb-popover.htb-bs-popover-bottom .htb-arrow {
top: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
margin-left: -.8rem;
border-top-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
top: -.8rem;
border-bottom-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::after {
top: calc((.8rem - 1px) * -1);
border-bottom-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-popover-header::before, .htb-popover.htb-bs-popover-bottom .htb-popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left], .htb-popover.htb-bs-popover-left {
margin-right: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow, .htb-popover.htb-bs-popover-left .htb-arrow {
right: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::before {
margin-top: -.8rem;
border-right-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::before {
right: -.8rem;
border-left-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::after {
right: calc((.8rem - 1px) * -1);
border-left-color: #fff;
}
.htb-popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px);
}
.htb-popover-header:empty {
display: none;
}
.htb-popover-body {
padding: .5rem .75rem;
color: #212529;
}
.htb-float-left {
float: left!important;
}
.htb-float-right {
float: right!important;
}
.htb-float-none {
float: none!important;
}
.htb-visible {
visibility: visible!important;
}
.htb-fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.htb-fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.htb-sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.htb-justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.htb-justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
.htb-justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important;
}
.htb-justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
.htb-justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important;
}
.htb-align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important;
}
.htb-align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important;
}
.htb-align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}
.htb-align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important;
}
.htb-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.htb-align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important;
}
.htb-align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important;
}
.htb-align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important;
}
.htb-align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important;
}
.htb-align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important;
}
.htb-align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important;
}
.htb-align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important;
}
.htb-align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important;
}
.htb-align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important;
}
.htb-align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important;
}
.htb-align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important;
}
.htb-align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important;
}
.htb-btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.htb-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-outline-primary.focus,
.htb-btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-primary.disabled,
.htb-btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.htb-btn-outline-primary:not([disabled]):not(.disabled).active,
.htb-btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.htb-btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-outline-secondary.focus,
.htb-btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-secondary.disabled,
.htb-btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,
.htb-btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.htb-btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-outline-success.focus,
.htb-btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-success.disabled,
.htb-btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.htb-btn-outline-success:not([disabled]):not(.disabled).active,
.htb-btn-outline-success:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.htb-btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-outline-info.focus,
.htb-btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-info.disabled,
.htb-btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.htb-btn-outline-info:not([disabled]):not(.disabled).active,
.htb-btn-outline-info:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.htb-btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-outline-warning.focus,
.htb-btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-warning.disabled,
.htb-btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.htb-btn-outline-warning:not([disabled]):not(.disabled).active,
.htb-btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.htb-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-outline-danger.focus,
.htb-btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-danger.disabled,
.htb-btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.htb-btn-outline-danger:not([disabled]):not(.disabled).active,
.htb-btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.htb-btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.htb-btn-outline-light.focus,
.htb-btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-light.disabled,
.htb-btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.htb-btn-outline-light:not([disabled]):not(.disabled).active,
.htb-btn-outline-light:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.htb-btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.htb-btn-outline-dark.focus,
.htb-btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-btn-outline-dark.disabled,
.htb-btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,
.htb-btn-outline-dark:not([disabled]):not(.disabled):active,
.htb-show>.htb-btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.htb-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.htb-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}@font-face{font-family:'FontAwesome';src:url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.domaine-du-houssay.com/app/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-duration: 2s;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
animation-duration: 2s;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
animation-duration: 2s;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}@-webkit-keyframes np-btn--1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes np-btn--1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes np-btn--2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes np-btn--2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} @-webkit-keyframes np-hvr-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes np-hvr-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} @-webkit-keyframes hvr-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}  @keyframes bounceY {
0% {
transform: translateY(-205px);
}
40% {
transform: translateY(-100px);
}
65% {
transform: translateY(-52px);
}
82% {
transform: translateY(-25px);
}
92% {
transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
transform: translateY(0px);
}
}
@-moz-keyframes bounceY {
0% {
-moz-transform: translateY(-205px);
}
40% {
-moz-transform: translateY(-100px);
}
65% {
-moz-transform: translateY(-52px);
}
82% {
-moz-transform: translateY(-25px);
}
92% {
-moz-transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
-moz-transform: translateY(0px);
}
}
@-webkit-keyframes bounceY {
0% {
-webkit-transform: translateY(-205px);
}
40% {
-webkit-transform: translateY(-100px);
}
65% {
-webkit-transform: translateY(-52px);
}
82% {
-webkit-transform: translateY(-25px);
}
92% {
-webkit-transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
-webkit-transform: translateY(0px);
}
}
 @keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg); } }   html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure {
margin: 1em 40px; } hr {
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } body {
-ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #ffffff;
overflow-x: hidden;
font-size: 16px; }
body,
button,
input,
textarea {
color: #5f5f5f;
font-family: "Ubuntu", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
line-height: 1.8;
text-rendering: optimizeLegibility; }
select {
color: initial;
font-family: "Ubuntu", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
max-width: 100%; }
h1,
h2,
#respond #reply-title,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "Viga", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #000000;
font-weight: 400; }
h1,
.alpha {
font-size: 2.617924em;
line-height: 1.214; }
h2,
#respond #reply-title,
.beta {
font-size: 2em;
line-height: 1.214; }
h2 + h3, #respond #reply-title + h3,
.beta + h3 {
border-top: 1px solid;
border-top-color: #ebebeb;
padding-top: 0.5407911001em; }
h3,
.gamma {
font-size: 1.618em; }
h4,
.delta {
font-size: 1.41575em; }
h5 {
font-size: 1.2em; }
h6 {
font-size: 1em; }
.alpha,
.beta,
.gamma,
.delta {
display: block; }
p + h2, #respond p + #reply-title,
p + header h2,
p + header #respond #reply-title,
#respond p + header #reply-title,
p + h3,
p + h4,
ul + h2,
#respond ul + #reply-title,
ul + header h2,
ul + header #respond #reply-title,
#respond ul + header #reply-title,
ul + h3,
ul + h4,
ol + h2,
#respond ol + #reply-title,
ol + header h2,
ol + header #respond #reply-title,
#respond ol + header #reply-title,
ol + h3,
ol + h4,
table + h2,
#respond table + #reply-title,
table + header h2,
table + header #respond #reply-title,
#respond table + header #reply-title,
table + h3,
table + h4,
blockquote + h2,
#respond blockquote + #reply-title,
blockquote + header h2,
blockquote + header #respond #reply-title,
#respond blockquote + header #reply-title,
blockquote + h3,
blockquote + h4,
form + h2,
#respond form + #reply-title,
form + header h2,
form + header #respond #reply-title,
#respond form + header #reply-title,
form + h3,
form + h4 {
margin-top: 1.618em; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 0 0 1.41575em; }
p {
margin: 0 0 1.41575em; }
ul,
ol {
margin: 0 0 1.41575em 3em;
padding: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1em; }
dt {
font-weight: 600; }
dd {
margin: 0 0 1.618em; }
b,
strong {
font-weight: 700; }
dfn,
cite,
em,
i {
font-style: italic; }
address {
margin: 0 0 1.41575em; }
pre {
background: rgba(0, 0, 0, 0.1);
font-family: 'Courier 10 Pitch', Courier, monospace;
margin-bottom: 1.618em;
padding: 1.618em;
overflow: auto;
max-width: 100%; }
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
background-color: rgba(0, 0, 0, 0.05);
padding: 0.202em 0.5407911001em; }
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark,
ins {
text-decoration: none;
font-weight: 600;
background: transparent; }
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
bottom: 1ex; }
sub {
top: 0.5ex; }
small {
font-size: 75%; }
big {
font-size: 125%; }
figure {
margin: 0; }
table {
margin: 0 0 1.41575em;
width: 100%; }
img {
height: auto;
max-width: 100%;
display: block; }
a {
color: #9aa55d;
text-decoration: none; }
a:hover {
color: #7c854a; }
:focus {
outline: none; }
.winwood-cute * {
font-family: 'Comic Sans MS', sans-serif; } * {
box-sizing: border-box; }
.site {
overflow-x: hidden; }
.site-content,
.header-widget-region {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.winwood-layout-boxed #page {
background-color: #ffffff; }
.entry-title {
font-size: 30px;
line-height: 1.41575em; }
.entry-title a {
color: #000000; }
.entry-title a:hover {
color: #9aa55d; }
.bg-primary {
background-color: #9aa55d; }
.shape-primary .elementor-shape-fill {
fill: #9aa55d; }
.color-primary {
color: #9aa55d; }
.outline-primary {
outline-color: #9aa55d; }
.bd-primary {
border-color: #9aa55d; }
.bd-t-primary {
border-top-color: #9aa55d; }
.bd-b-primary {
border-bottom-color: #9aa55d; }
.bd-r-primary {
border-right-color: #9aa55d; }
.bd-l-primary {
border-left-color: #9aa55d; }
.bg-primary_hover {
background-color: #7c854a; }
.shape-primary_hover .elementor-shape-fill {
fill: #7c854a; }
.color-primary_hover {
color: #7c854a; }
.outline-primary_hover {
outline-color: #7c854a; }
.bd-primary_hover {
border-color: #7c854a; }
.bd-t-primary_hover {
border-top-color: #7c854a; }
.bd-b-primary_hover {
border-bottom-color: #7c854a; }
.bd-r-primary_hover {
border-right-color: #7c854a; }
.bd-l-primary_hover {
border-left-color: #7c854a; }
.bg-body {
background-color: #5f5f5f; }
.shape-body .elementor-shape-fill {
fill: #5f5f5f; }
.color-body {
color: #5f5f5f; }
.outline-body {
outline-color: #5f5f5f; }
.bd-body {
border-color: #5f5f5f; }
.bd-t-body {
border-top-color: #5f5f5f; }
.bd-b-body {
border-bottom-color: #5f5f5f; }
.bd-r-body {
border-right-color: #5f5f5f; }
.bd-l-body {
border-left-color: #5f5f5f; }
.bg-heading {
background-color: #000000; }
.shape-heading .elementor-shape-fill {
fill: #000000; }
.color-heading {
color: #000000; }
.outline-heading {
outline-color: #000000; }
.bd-heading {
border-color: #000000; }
.bd-t-heading {
border-top-color: #000000; }
.bd-b-heading {
border-bottom-color: #000000; }
.bd-r-heading {
border-right-color: #000000; }
.bd-l-heading {
border-left-color: #000000; }
.bg-light {
background-color: #aeaeae; }
.shape-light .elementor-shape-fill {
fill: #aeaeae; }
.color-light {
color: #aeaeae; }
.outline-light {
outline-color: #aeaeae; }
.bd-light {
border-color: #aeaeae; }
.bd-t-light {
border-top-color: #aeaeae; }
.bd-b-light {
border-bottom-color: #aeaeae; }
.bd-r-light {
border-right-color: #aeaeae; }
.bd-l-light {
border-left-color: #aeaeae; }
.bg-dark {
background-color: #252525; }
.shape-dark .elementor-shape-fill {
fill: #252525; }
.color-dark {
color: #252525; }
.outline-dark {
outline-color: #252525; }
.bd-dark {
border-color: #252525; }
.bd-t-dark {
border-top-color: #252525; }
.bd-b-dark {
border-bottom-color: #252525; }
.bd-r-dark {
border-right-color: #252525; }
.bd-l-dark {
border-left-color: #252525; }
.bg-border {
background-color: #ebebeb; }
.shape-border .elementor-shape-fill {
fill: #ebebeb; }
.color-border {
color: #ebebeb; }
.outline-border {
outline-color: #ebebeb; }
.bd-border {
border-color: #ebebeb; }
.bd-t-border {
border-top-color: #ebebeb; }
.bd-b-border {
border-bottom-color: #ebebeb; }
.bd-r-border {
border-right-color: #ebebeb; }
.bd-l-border {
border-left-color: #ebebeb; }
.bg-background {
background-color: #ffffff; }
.shape-background .elementor-shape-fill {
fill: #ffffff; }
.color-background {
color: #ffffff; }
.outline-background {
outline-color: #ffffff; }
.bd-background {
border-color: #ffffff; }
.bd-t-background {
border-top-color: #ffffff; }
.bd-b-background {
border-bottom-color: #ffffff; }
.bd-r-background {
border-right-color: #ffffff; }
.bd-l-background {
border-left-color: #ffffff; }
.bg-background2 {
background-color: #f6f6f6; }
.shape-background2 .elementor-shape-fill {
fill: #f6f6f6; }
.color-background2 {
color: #f6f6f6; }
.outline-background2 {
outline-color: #f6f6f6; }
.bd-background2 {
border-color: #f6f6f6; }
.bd-t-background2 {
border-top-color: #f6f6f6; }
.bd-b-background2 {
border-bottom-color: #f6f6f6; }
.bd-r-background2 {
border-right-color: #f6f6f6; }
.bd-l-background2 {
border-left-color: #f6f6f6; }
.wp-block-cover-text a {
color: #fff; }
.wp-block-cover-text a:hover {
text-decoration: underline; } .col-fluid {
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 1320px) {
.col-fluid {
padding-left: 30px;
padding-right: 30px; } }
.col-full {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px; }
.col-full::before, .col-full::after {
content: '';
display: table; }
.col-full::after {
clear: both; }
.col-full:after {
content: " ";
display: block;
clear: both; }
@media (min-width: 768px) and (max-width: 1320px) {
.col-full {
padding-left: 30px;
padding-right: 30px;
width: auto; } }
[data-elementor-columns] {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
[data-elementor-columns] .column-item {
padding-left: 15px;
padding-right: 15px;
width: 100%; }
[data-elementor-columns-mobile="1"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
[data-elementor-columns-mobile="2"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
[data-elementor-columns-mobile="3"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
[data-elementor-columns-mobile="4"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
[data-elementor-columns-mobile="5"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
[data-elementor-columns-mobile="6"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
@media (min-width: 768px) {
[data-elementor-columns-tablet="1"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
[data-elementor-columns-tablet="2"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
[data-elementor-columns-tablet="3"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
[data-elementor-columns-tablet="4"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
[data-elementor-columns-tablet="5"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
[data-elementor-columns-tablet="6"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 1024px) {
[data-elementor-columns="1"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
[data-elementor-columns="2"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
[data-elementor-columns="3"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
[data-elementor-columns="4"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
[data-elementor-columns="5"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
[data-elementor-columns="6"] .column-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
margin-bottom: 0; }
.container {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 100%;
max-width: 1320px; }
@media (min-width: 768px) and (max-width: 1320px) {
.container {
padding-left: 30px;
padding-right: 30px;
width: auto; } }
.row {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
[class*=" column-"], [class^="column-"] {
padding-left: 15px;
padding-right: 15px; }
.column-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.column-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.column-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.column-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.column-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.column-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.column-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.column-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.column-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.column-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.column-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.column-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.column-tablet-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.column-tablet-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.column-tablet-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.column-tablet-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.column-tablet-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.column-tablet-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.column-tablet-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.column-tablet-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.column-tablet-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.column-tablet-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.column-tablet-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.column-tablet-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 1024px) {
.column-desktop-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.column-desktop-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.column-desktop-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.column-desktop-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.column-desktop-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.column-desktop-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.column-desktop-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.column-desktop-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.column-desktop-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.column-desktop-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.column-desktop-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.column-desktop-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
.hide {
display: none !important; }
@media (min-width: 768px) {
.tablet-hide {
display: none !important; } }
@media (min-width: 1024px) {
.desktop-hide {
display: none !important; } }
@media (max-width: 767px) {
.tablet-hide-down {
display: none !important; } }
@media (max-width: 1023px) {
.desktop-hide-down {
display: none !important; } } .error404 .page-content {
padding-bottom: 145px;
padding-top: 60px; }
.error404 .error-img404 {
margin-bottom: 50px; }
.error404 .error-img404 img {
display: inline-block; }
.error404 .error-title {
font-size: 200px;
color: #ff3f3a;
margin-bottom: 20px;
line-height: 1; }
.error404 .error-subtitle {
font-size: 50px; }
.error404 .error-text {
font-size: 20px;
color: #000;
margin-bottom: 40px;
line-height: 35px; }
.error404 .error-button a {
padding: 0 70px;
line-height: 58px;
display: inline-block;
border-radius: 30px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
margin: 0 5px 10px;
font-size: 14px; }
.error404 .error-button a.go-back {
background-color: #9aa55d; }
.error404 .error-button a.go-back:hover {
background-color: #000000; }
.error404 .error-button a.return-home {
background-color: #000; }
.error404 .error-button a.return-home:hover {
background-color: #9aa55d; }
.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
width: 100%; } .site-header {
background-position: center center;
position: relative;
z-index: 996;
background-color: #ffffff; }
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
display: block;
margin-bottom: 0; }
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
width: 100%;
max-width: 100px; }
@media (min-width: 768px) {
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
max-width: 120px; } }
.site-header .widget {
margin-bottom: 0; }
.site-branding {
margin-bottom: 0; }
.site-branding .site-title {
font-size: 2em;
letter-spacing: -1px;
margin: 0; }
.site-branding .site-title a {
font-weight: 700; }
.site-branding .site-description {
font-size: 0.875em;
display: none; }
.site-branding .logo {
margin: 0; }
.site-header-account {
position: relative; }
.site-header-account > a {
white-space: nowrap;
display: block; }
.site-header-account > a i {
font-size: 24px;
line-height: 1;
color: #000000; }
.site-header-account .login-form-title {
font-size: 18px;
color: #333; }
.site-header-account .account-dropdown {
text-align: left;
right: 0;
top: 100%;
position: absolute;
pointer-events: none;
opacity: 0;
z-index: 100;
visibility: hidden;
padding-top: 15px; }
#elementor-sidebar .site-header-account .account-dropdown {
left: 0;
right: unset; }
.site-header-account .account-dropdown.right {
left: 0;
right: unset; }
.site-header-account .account-dropdown.right .account-wrap:before {
left: 20px;
right: unset; }
.site-header-account .account-dropdown.justify {
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%); }
.site-header-account .account-dropdown.justify .account-wrap:before {
right: 50%;
-webkit-transform: translateX(50%) rotate(45deg);
-ms-transform: translateX(50%) rotate(45deg);
transform: translateX(50%) rotate(45deg); }
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
color: #9aa55d;
font-size: 14px; }
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
text-decoration: underline; }
.site-header-account .account-dropdown label {
margin-bottom: 0.5rem;
font-size: 14px;
line-height: 1.5; }
.site-header-account .account-dropdown p {
margin-bottom: 15px; }
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
line-height: normal !important;
border-width: 1px;
padding: 15px;
width: 100%; }
.site-header-account .account-dropdown button {
font-size: 12px !important;
text-transform: uppercase; }
.site-header-account .account-dropdown .account-wrap {
display: block !important;
position: relative;
background-color: #ffffff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
.site-header-account .account-dropdown .account-inner {
width: 320px;
padding: 20px;
max-height: 500px;
overflow: auto; }
.site-header-account .account-dropdown .account-inner.dashboard {
width: 210px;
padding: 20px 0; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
width: 3px; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
background-color: #000000; }
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
list-style: none;
margin: 0; }
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
width: 100%;
text-align: left;
color: #5f5f5f;
font-size: 14px;
line-height: 20px;
display: block;
padding: 10px 20px; }
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
color: #9aa55d;
background-color: rgba(0, 0, 0, 0.035); }
.site-header-account:hover .account-dropdown {
pointer-events: auto;
opacity: 1;
visibility: visible; }
.site-header-search > a {
white-space: nowrap;
display: block; }
.site-header-search > a i {
font-size: 24px;
line-height: 1;
color: #000000; }
.site-header-wishlist .header-wishlist {
position: relative;
display: block; }
.site-header-wishlist .header-wishlist i {
font-size: 24px;
color: #000000; }
.site-header-wishlist .header-wishlist .count {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
text-align: center;
border-radius: 50%;
font-weight: 700;
color: #fff;
background-color: #ef3636;
display: inline-block;
position: absolute;
top: -2px;
left: 21px; }
.header-group-action {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.header-group-action.left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.header-group-action.center {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.header-group-action > div:not(:last-child) {
margin-right: 20px; }
.header-navigation-background .main-navigation ul.menu > li.menu-item:hover > a, .header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-item > a, .header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
color: #000;
opacity: 0.5; }
.header-navigation-background .main-navigation ul.menu > li.menu-item > a {
color: #fff; }
.site-welcome, .winwood-language-switcher span {
font-weight: 500; }
.header-main {
padding-top: 1.3em;
padding-bottom: 1.3em; }
.header-divider {
border-top: 1px solid;
height: 0;
border-top-color: #ebebeb; }
.winwood-contact {
font-size: 14px;
color: #fff; }
.winwood-contact i {
margin-right: 3px; }
.winwood-contact a {
color: #fff; }
.winwood-contact a:hover {
color: #9aa55d; }
.winwood-contact a, .winwood-contact span {
vertical-align: middle; }
.winwood-contact .contact_item {
display: inline-block; }
.winwood-contact .contact_item + .contact_item {
margin-left: 6px;
padding-left: 12px;
position: relative; }
.winwood-contact .contact_item + .contact_item:before {
position: absolute;
content: '.';
left: 0;
top: 8px;
line-height: 0; }
.winwood-contact .sub-title {
padding-top: 3px; }
.winwood-contact .sub-title + .contact_link {
margin-left: 8px; }
.winwood-contact .contact_link + .sub-title, .winwood-contact .title + .sub-title {
margin-left: 8px; }
.winwood-contact .contact_icon i {
line-height: 1;
padding-bottom: 0; }
.winwood-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0; }
.winwood-language-switcher a {
color: #5f5f5f;
display: block; }
.winwood-language-switcher a:hover {
color: #9aa55d; }
.winwood-language-switcher img {
display: inline-block;
margin-right: 5px; }
.winwood-language-switcher .sub-item {
display: none;
position: absolute;
top: 100%;
left: -16px;
z-index: 999;
text-align: left;
background-color: #fff;
padding: 1rem 0;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
.winwood-language-switcher .sub-item a {
padding: 0.875em 1.41575em;
font-size: 0.875em;
min-width: 200px; }
.winwood-language-switcher .sub-item a:hover, .winwood-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05); }
.winwood-language-switcher li.item {
position: relative; }
.winwood-language-switcher li.item span:hover {
color: #9aa55d; }
.winwood-language-switcher li.item:hover .sub-item {
display: block; }
@media (max-width: 1023px) {
.header-group-mobile {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; } }
.header-1 {
background: #000;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 1024px) {
.header-1 {
padding-left: 30px;
padding-right: 30px;
position: absolute;
width: 100%;
background: transparent; } }
.header-1 .header-container {
max-width: 1800px;
margin-left: auto;
margin-right: auto; }
.header-1 .header-container:after {
content: " ";
display: block;
clear: both; }
.header-1 .header-top {
padding: 10px 0; }
.header-1 .header-main {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.header-1 .header-main .main-navigation .menu > li:hover > a, .header-1 .header-main .main-navigation .menu > li.current-menu-item > a, .header-1 .header-main .main-navigation .menu > li.current-menu-parent > a {
color: #9aa55d; }
.header-1 .header-main .main-navigation .menu > li > a {
color: #fff; }
@media (max-width: 1200px) {
.header-1 .header-main .main-navigation .menu > li.menu-item-has-children > a:after {
position: absolute;
top: 50%;
margin-left: 0.5em;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); } }
.header-1 .header-top, .header-1 .header-main {
position: relative; }
@media (min-width: 1024px) {
.header-1 .header-top:after, .header-1 .header-main:after {
position: absolute;
content: '';
width: 100%;
height: 1px;
background: #fff;
opacity: 0.2;
bottom: 0;
left: 0;
z-index: -1; } }
.header-1 .winwood-social {
font-size: 14px;
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.header-1 .winwood-social span {
padding-right: 12px;
margin-right: 10px;
position: relative;
line-height: 1; }
.header-1 .winwood-social span:after {
position: absolute;
content: '.';
right: 0;
top: 4px;
line-height: 0; }
.header-1 .winwood-social a {
color: #fff; }
.header-1 .winwood-social a:hover {
color: #9aa55d; }
.search-popup-active {
overflow: hidden; }
.site-search-popup {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 99999;
background-color: #fff;
padding: 50px;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
visibility: hidden;
pointer-events: none; }
@media (max-width: 767px) {
.site-search-popup {
padding: 50px 30px; } }
.search-popup-active .site-search-popup {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
pointer-events: auto; }
.site-search-popup .site-search-popup-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
height: 100%; }
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
position: absolute;
right: 0;
top: 0;
font-size: 24px; }
.site-search-popup .site-search-popup-wrap .site-search-popup-close i {
color: #000; }
.site-search-popup .site-search-popup-wrap .site-search {
max-width: 600px;
width: 100%; }
@media (min-width: 1024px) {
.header-sticky {
position: fixed;
top: 0;
width: 100vw;
left: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.9);
z-index: 996;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0; }
.header-sticky.header-sticky-transition {
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.header-sticky.active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.admin-bar .header-sticky {
top: 0; } }
@media (min-width: 1024px) and (min-width: 783px) {
.admin-bar .header-sticky {
top: 32px; } }
@media (min-width: 1024px) and (min-width: 601px) and (max-width: 782px) {
.admin-bar .header-sticky {
top: 46px; } }
@media (min-width: 1024px) {
.header-sticky .header-top {
display: none; }
.header-sticky .header-top:after {
content: none; }
.header-sticky .header-main {
padding: 0.5em 0; }
.header-sticky .header-main:after {
content: none; }
.header-sticky .menu-logo-inner .logo {
margin: 0; }
.header-sticky .menu-logo-inner img {
max-height: 50px; } }
.winwood-mobile-nav {
position: fixed;
width: 300px;
top: 0;
bottom: 0;
z-index: 998;
padding: 10px;
overflow: hidden;
overflow-y: auto;
background-color: #000;
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0); }
@media (min-width: 1024px) {
.winwood-mobile-nav {
display: none; } }
.mobile-nav-active .winwood-mobile-nav {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.admin-bar .winwood-mobile-nav {
top: 0; }
@media (min-width: 783px) {
.admin-bar .winwood-mobile-nav {
top: 32px; } }
@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .winwood-mobile-nav {
top: 46px; } }
.winwood-mobile-nav .search-form {
margin-top: 1em; }
.winwood-mobile-nav .winwood-social {
border-top: 1px solid #0e0e0e;
padding: 0.5em;
margin-top: 1rem; }
.winwood-mobile-nav .winwood-social ul li a:before {
color: #fff !important; }
.winwood-mobile-nav .winwood-language-switcher-mobile {
padding: 0.3em 45px 0 0.25em;
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.winwood-mobile-nav .winwood-language-switcher-mobile > * {
padding: 0.25em; }
.mobile-nav-close {
color: #fff;
float: right;
clear: both;
padding: 0 18px;
margin-bottom: 11px; }
.mobile-nav-close:hover, .mobile-nav-close:focus {
color: #fff; }
.winwood-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.mobile-nav-active .winwood-overlay {
visibility: visible;
opacity: 1; }
.menu-mobile-nav-button {
display: block;
font-size: 15px;
color: #fff; }
@media (min-width: 1024px) {
.menu-mobile-nav-button {
display: none; } }
.menu-mobile-nav-button i {
font-size: 20px; }
html {
overflow-x: hidden; }
#page {
-webkit-transition: all .25s ease;
transition: all .25s ease; }
.mobile-nav-active {
overflow: hidden; }
.mobile-nav-active #page {
-webkit-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px); }  button.menu-toggle {
cursor: pointer;
text-align: left;
float: right;
position: relative;
border: 2px solid transparent;
box-shadow: none;
border-radius: 3px;
background-image: none;
padding: 0.6180469716em 0.875em 0.6180469716em;
font-size: 0.875em;
max-width: 120px; }
.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.toggled button.menu-toggle::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.toggled button.menu-toggle span::before {
opacity: 0; }
.main-navigation {
display: none; }
ul.menu li.current-menu-item > a {
color: #9aa55d; }
.menu-logo-inner {
text-align: center;
color: #fff;
padding: 0 60px; }
.menu-logo-inner .logo {
margin: 0; }
.menu-logo-inner .site-description {
margin-bottom: 0;
font-size: 12px; }
.main-navigation {
position: relative;
font-family: "Viga", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.main-navigation::before, .main-navigation::after {
content: '';
display: table; }
.main-navigation::after {
clear: both; }
.main-navigation div.menu {
display: none; }
.main-navigation div.menu:last-child {
display: block; }
.main-navigation .menu {
clear: both; }
.main-navigation ul {
margin-left: 0;
list-style: none;
margin-bottom: 0; }
.main-navigation ul ul {
display: block;
margin-left: 1.41575em; }
.main-navigation ul li.menu-item > a {
padding: 0.875em 0;
display: block;
color: #5f5f5f; }
.main-navigation ul li.menu-item > a:hover {
color: #9aa55d; }
.main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a {
color: #9aa55d; }
.main-navigation ul > li.menu-item > a,
.main-navigation ul.nav-menu > li.menu-item > a {
font-size: 14px;
text-transform: uppercase;
color: #000000; }
.main-navigation ul > li.menu-item ul.sub-menu,
.main-navigation ul.nav-menu > li.menu-item ul.sub-menu {
padding: 1em 1.875em; }
.main-navigation ul > li.menu-item ul.sub-menu li,
.main-navigation ul.nav-menu > li.menu-item ul.sub-menu li {
border-bottom: 1px solid;
border-bottom-color: #ebebeb; }
.main-navigation ul > li.menu-item ul.sub-menu li:last-child,
.main-navigation ul.nav-menu > li.menu-item ul.sub-menu li:last-child {
border: 0; }
.main-navigation .sub-menu {
background-color: #ffffff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
padding: 1em 0; }
.handheld-navigation .menu-logo {
display: none; }
.mobile-navigation {
clear: both; }
.mobile-navigation ul {
margin: 0;
list-style: none; }
.mobile-navigation ul li {
position: relative;
border-style: solid;
border-width: 1px 0 0 0;
border-color: #0e0e0e; }
.mobile-navigation ul li a {
padding: 0.5em;
display: block;
color: #fff; }
.mobile-navigation ul li button::after {
-webkit-transition: all, ease, 0.9s;
transition: all, ease, 0.9s; }
.mobile-navigation ul li button.toggled-on::after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.mobile-navigation ul > li:first-child {
border: none; }
.mobile-navigation ul .sub-menu {
display: none;
padding-left: 10px; }
.mobile-navigation .dropdown-toggle {
background: transparent;
position: absolute;
top: 0;
right: 0;
display: block;
padding: 0.5em 1.15em;
font-size: 16px;
line-height: 22px; }
.mobile-navigation .dropdown-toggle:focus {
outline: none; }
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
max-height: 9999px; }  .has-mega-menu.has-fullwidth {
position: static !important; }
.has-mega-menu.has-fullwidth .mega-fullwidth {
width: 100%; }
.has-mega-menu.sub-menu-left {
position: static !important; }
.vertical-navigation .has-mega-menu {
position: static !important; }
.vertical-navigation .has-mega-menu .mega-menu {
min-height: 100%; }
.mega-menu.sub-menu {
padding: 0;
background: #fff;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
left: 0 !important;
max-width: 100% !important; }
.mega-menu.mega-stretchwidth {
width: 100vw; }
.menu-icon {
font-size: 20px;
margin-right: 15px; }
.single-winwood_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
padding: 0.5407911001em 0;
font-weight: 400; }
.single-winwood_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
color: #5f5f5f; }
.single-winwood_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
color: #9aa55d; }  .winwood-breadcrumb {
margin: 0 0 4.235801032em;
padding: 2.617924em 0;
background-position: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
background: #000;
color: #fff; }
@media (min-width: 1024px) {
.winwood-breadcrumb {
padding: 0;
min-height: 315px; }
.header-1 + .winwood-breadcrumb {
min-height: 500px;
padding-top: 161px; } }
.winwood-breadcrumb .breadcrumb-heading {
color: #fff;
font-size: 40px;
margin-top: 0;
margin-bottom: 0.2em;
max-width: 900px; }
@media (min-width: 768px) {
.winwood-breadcrumb .breadcrumb-heading {
font-size: 60px; } }
.winwood-breadcrumb a {
color: #fff; }
.winwood-breadcrumb a:hover {
color: #9aa55d; }
.winwood-breadcrumb .bcn_separator {
display: inline-block;
width: 3px;
height: 3px;
background-color: #9aa55d;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle; } .site-main {
margin-bottom: 2.617924em; }
.site-content {
outline: none; }
.post-type-archive-groups .site-content,
.post-type-archive-acitivities .site-content,
.tax-categories_acitivities .site-content {
margin-bottom: 5.9968353111em; }
.post-type-archive-groups [data-elementor-columns] .column-item,
.post-type-archive-acitivities [data-elementor-columns] .column-item,
.tax-categories_acitivities [data-elementor-columns] .column-item {
margin-bottom: 30px; }
.single-groups .site-main,
.single-acitivities .site-main {
margin-bottom: 0; } .hentry {
margin: 0 0 1.618em; }
.blog .hentry,
.archive .hentry,
.search .hentry {
border-bottom: 1px solid;
border-bottom-color: #ebebeb;
margin-bottom: 3.125rem; }
.hentry .entry-content p + p a.more-link {
margin-top: 0; }
.hentry .wp-post-image {
margin-bottom: 1.2em; }
.hentry .entry-header .categories-link,
.hentry .entry-header .posted-on,
.hentry .entry-header .post-author,
.hentry .entry-header .post-comments,
.hentry .entry-header .byline {
font-size: 12px;
color: #aeaeae;
font-weight: 700; }
.hentry .entry-header .posted-on a {
color: #aeaeae; }
.hentry .entry-header .post-author a {
color: #000000; }
.hentry .entry-header .entry-meta {
margin-bottom: 0.3em; }
.hentry .entry-content {
padding-bottom: 1.41575em; }
.hentry .entry-content p:last-child {
margin-bottom: 0; }
.hentry .edit-link {
margin-top: 1.41575em;
padding-bottom: 1em;
border-bottom: 1px solid;
border-bottom-color: #ebebeb; }
.hentry .entry-taxonomy {
margin: 1.41575em 0 0;
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid;
border-top-color: #ebebeb; }
.hentry .entry-taxonomy strong {
margin-right: 5px; }
.hentry.type-page .entry-header {
border-bottom: 0;
margin-bottom: 0; }
.hentry .post-navigation {
margin: 1.618em 0; }
.hentry .more-link {
margin-top: 30px;
margin-bottom: 5px; }
.hentry strong,
.hentry th,
.hentry dt {
color: #000000; }
.entry-meta > span:not(:first-child):before {
content: '·';
padding: 0 7px; }
.cat-links,
.tags-links {
font-size: 0.875em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline, .group-blog .byline {
display: inline; }
.page-links {
clear: both;
margin: 0 0 1em;
padding-top: 1em; }
.page-links .post-page-numbers {
padding: 10px; }
.single .hentry .entry-header {
border-bottom: 1px solid;
border-bottom-color: #ebebeb;
margin-bottom: 1.7em;
padding-bottom: 1.41575em; }
.single-post.winwood-full-width-content .content-area {
max-width: 960px;
margin-left: auto;
margin-right: auto;
float: none; }
.entry-taxonomy .tags-links a {
font-size: 12px;
color: #626262;
margin-right: 5px;
padding: 0.7em 1.4em;
background-color: #f7f5f0; }
.entry-taxonomy .tags-links a:hover {
background-color: #9aa55d;
color: #fff; }
.post-password-form input[type=submit] {
border-radius: 0;
padding: 13.4px 2.617924em;
border: 1px solid;
border-color: #9aa55d;
position: relative;
top: -2px; } .site-footer {
background-color: #ffffff;
padding: 1.618em 0 0; }
.site-footer .widget .widget-title,
.site-footer .widget .widgettitle {
font-size: 1em;
text-transform: uppercase; }
.site-footer .widget.widget_recent_entries .post-title {
font-weight: 700; }
.winwood-footer-builder .site-footer {
padding-top: 0; }
.site-footer .winwood-social span {
display: none; }
.copyright-bar {
background-color: #252525;
color: #aeaeae;
padding: 1.618em 0; }
.copyright-bar .winwood-social {
margin-bottom: 1em;
text-align: center; }
.copyright-bar .winwood-social ul li a[href*="instagram"]:before {
color: #fff; }
.copyright-bar .site-info {
margin-bottom: 1em; }
.copyright-bar .logo-brands img {
margin: auto; }
.site-info {
text-align: center; }
.site-info a.site-url:not(.button) {
font-weight: 700;
color: #9aa55d; }
.site-info a.site-url:not(.button):hover {
color: #7c854a; }
.logo-payment {
text-align: right; }
.logo-payment img {
margin-left: auto; }
.contact-block .contact-text {
margin-bottom: 20px; }
.contact-block .contact-text p {
margin: 0; }
.contact-block .contact-text a {
color: #9aa55d; }
.contact-block .contact-info {
display: -webkit-box;
display: -webkit-flex;
display: flex;
line-height: 20px; }
.contact-block .contact-info:nth-last-child(2) {
margin-bottom: 15px; }
.contact-block .contact-info:nth-last-child(1) .contact-info_icon {
margin-left: 5px; }
.contact-block .contact-info .contact-info_phones {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.contact-block .contact-info_icon {
font-size: 2rem;
color: #000000;
font-weight: 300;
padding: 0 20px 0px 5px; }
.contact-block .contact-info_phones {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.contact-block .contact-info_phones .title {
font-size: 1.4rem;
font-weight: bold;
line-height: 20px;
color: #9aa55d; } .alignleft {
display: inline;
float: left;
margin-right: 1em;
clear: both; }
.alignright {
display: inline;
float: right;
margin-left: 1em;
clear: both; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto; } .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-weight: bold;
height: auto;
left: 0;
line-height: normal;
padding: 1em 1.618em;
text-decoration: none;
top: 0;
width: auto;
z-index: 100000; outline: none; } .clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
content: '';
display: table; }
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
clear: both; } table {
border-spacing: 0;
width: 100%;
border-collapse: collapse; }
table caption {
padding: 1em 0;
font-weight: 600; }
table td,
table th {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
word-break: break-all;
border: 1px solid;
border-color: #ebebeb; }
table td p:last-child,
table th p:last-child {
margin-bottom: 0; }
table th {
font-weight: 600; }
table thead th {
padding: 1.41575em;
vertical-align: middle; }
table tbody h2, table tbody #respond #reply-title, #respond table tbody #reply-title {
font-size: 1em;
letter-spacing: normal;
font-weight: normal; }
table tbody h2 a, table tbody #respond #reply-title a, #respond table tbody #reply-title a {
font-weight: normal; } .error404 .page-content {
padding-bottom: 145px;
padding-top: 60px; }
.error404 .error-img404 {
margin-bottom: 50px; }
.error404 .error-img404 img {
display: inline-block; }
.error404 .error-title {
font-size: 200px;
color: #ff3f3a;
margin-bottom: 20px;
line-height: 1; }
.error404 .error-subtitle {
font-size: 50px; }
.error404 .error-text {
font-size: 20px;
color: #000;
margin-bottom: 40px;
line-height: 35px; }
.error404 .error-button a {
padding: 0 70px;
line-height: 58px;
display: inline-block;
border-radius: 30px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
margin: 0 5px 10px;
font-size: 14px; }
.error404 .error-button a.go-back {
background-color: #9aa55d; }
.error404 .error-button a.go-back:hover {
background-color: #000000; }
.error404 .error-button a.return-home {
background-color: #000; }
.error404 .error-button a.return-home:hover {
background-color: #9aa55d; }
.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
width: 100%; } #comments .comments-title {
margin-bottom: 1.41575em;
border-top: 1px solid;
border-top-color: #ebebeb;
padding-top: 50px; }
#comments .comment-list {
list-style: none;
margin-left: 0; }
#comments .comment-list .trackback .comment-body,
#comments .comment-list .pingback .comment-body {
padding-left: 0; }
#comments .comment-list > li:first-child .comment-body {
border: 0;
padding-top: 0; }
#comments .comment-list .comment-body {
padding-left: 70px;
min-height: 60px;
border-top: 1px solid;
padding-top: 1.618em;
border-top-color: #ebebeb; }
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
content: '';
display: table; }
#comments .comment-list .comment-body::after {
clear: both; }
#comments .comment-list .comment-content .comment-text p:last-child {
margin-bottom: 0; }
#comments .comment-list .comment-meta {
margin-bottom: 1em;
position: relative;
font-size: 0.875em; }
#comments .comment-list .comment-meta .avatar {
width: 50px;
height: auto;
border-radius: 50%;
position: absolute;
left: -70px;
top: 0; }
#comments .comment-list .comment-meta a.comment-date {
margin-left: 5px;
color: #5f5f5f; }
#comments .comment-list .comment-meta a.comment-date:hover {
color: #9aa55d; }
#comments .comment-list .comment-meta .comment-author {
display: inline-block; }
#comments .comment-list .comment-meta cite {
color: #000000;
font-weight: 700;
font-style: normal;
clear: both;
display: block; }
#comments .comment-list .comment-meta cite a {
color: #000000; }
#comments .comment-list .comment-meta cite a:hover {
color: #9aa55d; }
#comments .comment-list .reply {
margin-bottom: 1.618em;
padding-top: 0.6180469716em; }
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
content: '';
display: table; }
#comments .comment-list .reply::after {
clear: both; }
#comments .comment-list .reply a {
display: inline-block;
margin-right: 1em; }
#comments .comment-list .reply a:last-child {
margin-right: 0; }
#comments .comment-list .children {
list-style: none;
margin-bottom: 0;
margin-left: 40px; }
#comments .comment-list #respond {
padding: 1.618em; }
.comment-content a {
word-wrap: break-word; }
#respond {
clear: both;
position: relative;
padding-top: 50px;
border-top: 1px solid;
border-color: #ebebeb; }
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
width: 100%; }
#respond .comment-form-cookies-consent label {
color: #5f5f5f; }
#respond .form-submit,
#respond form {
margin-bottom: 0; }
#respond label {
color: #000000; }
#respond #reply-title {
color: #000000;
margin: 0 0 0.5407911001em; }
#respond #cancel-comment-reply-link {
position: absolute;
top: 0.5407911001em;
right: 0.5407911001em;
display: block;
height: 1em;
width: 1em;
overflow: hidden;
line-height: 1;
font-size: 1em;
text-align: center;
-webkit-transition: ease, 0.3s, -webkit-transform;
transition: ease, 0.3s, -webkit-transform;
transition: transform, ease, 0.3s;
transition: transform, ease, 0.3s, -webkit-transform; }
#respond #cancel-comment-reply-link:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3); } form {
margin-bottom: 1.618em; }
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline;  *vertical-align: middle;  } .button-outline {
border: 1px solid;
border-radius: 3px;
background: transparent;
border-color: #9aa55d;
color: #9aa55d;
cursor: pointer; padding: 0.6180469716em 1.41575em;
text-decoration: none;
font-weight: 600;
display: inline-block; }
.button-outline:hover {
color: #fff !important;
background-color: #7c854a;
border-color: #7c854a; }
.button-outline.loading {
opacity: 0.5; }
.button-outline.small, .hentry .button-outline.more-link {
padding: 0.5407911001em 0.875em;
font-size: 0.875em; }
.button-outline.disabled, .button-outline:disabled {
opacity: 0.5 !important;
cursor: not-allowed; }
.button-outline.disabled:hover, .button-outline:disabled:hover {
opacity: 0.5 !important; }
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
border: 0;
border-radius: 2.617924em;
background: none;
background-color: #9aa55d;
border-color: #9aa55d;
color: #fff;
cursor: pointer; padding: 1.41575em 2.617924em;
text-decoration: none;
font-weight: 700;
text-shadow: none;
display: inline-block;
-webkit-appearance: none;
font-size: 12px;
text-transform: uppercase; }
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
background-color: #7c854a;
border-color: #7c854a;
color: #fff; }
button.small, .hentry button.more-link,
input[type='button'].small,
.hentry input.more-link[type='button'],
input[type='reset'].small,
.hentry input.more-link[type='reset'],
input[type='submit'].small,
.hentry input.more-link[type='submit'],
.button.small,
.hentry .button.more-link {
padding: 0.6180469716em 2.2906835em; }
button.disabled, button:disabled,
input[type='button'].disabled,
input[type='button']:disabled,
input[type='reset'].disabled,
input[type='reset']:disabled,
input[type='submit'].disabled,
input[type='submit']:disabled,
.button.disabled,
.button:disabled {
opacity: 0.5 !important;
cursor: not-allowed; }
button.disabled:hover, button:disabled:hover,
input[type='button'].disabled:hover,
input[type='button']:disabled:hover,
input[type='reset'].disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit'].disabled:hover,
input[type='submit']:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
opacity: 0.5 !important; }
.button-style, .hentry .more-link {
overflow: hidden;
position: relative;
color: #000000;
background-color: transparent;
border-radius: 2.617924em;
cursor: pointer;
padding: 1.41575em 2.617924em 1.41575em 0;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
z-index: 99; }
.button-style:after, .hentry .more-link:after {
content: '';
width: 52px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #9aa55d;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
z-index: -1;
border-radius: 2.617924em; }
.button-style:before, .hentry .more-link:before {
width: 52px;
margin-right: 15px;
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
color: #fff;
position: relative;
border-radius: 2.617924em;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.button-style.small, .hentry .more-link {
padding: 0.6180469716em 2.2906835em 0.6180469716em 0; }
.button-style.small:before, .hentry .more-link:before {
width: 32px;
font-size: 14px;
margin-right: 7px; }
.button-style.small:after, .hentry .more-link:after {
width: 32px; }
.button-style:hover, .hentry .more-link:hover {
color: #fff;
background-color: transparent; }
.button-style:hover:after, .hentry .more-link:hover:after {
width: 100%; }
.button-style:hover:before, .hentry .more-link:hover:before {
-webkit-transform: translateX(7px);
-ms-transform: translateX(7px);
transform: translateX(7px); }
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type='checkbox'] + label,
input[type='radio'] + label {
margin: 0 0 0 0.3819820591em; }
input[type='search']::-webkit-search-decoration { -webkit-appearance: none; }
input[type="search"] {
box-sizing: border-box; }
input[type='search']::-webkit-input-placeholder {
color: #616161; }
input[type='search']:-ms-input-placeholder {
color: #616161; }
input[type='search']::-ms-input-placeholder {
color: #616161; }
input[type='search']::placeholder {
color: #616161; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0; }
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
padding: 0.6180469716em;
background-color: #ffffff;
color: #5f5f5f;
border: 1px solid;
border-color: #ebebeb;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: normal;
border-radius: 3px;
outline: 0; }
input[type='text']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
color: #5f5f5f; }
input[type='text']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
color: #5f5f5f; }
input[type='text']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
color: #5f5f5f; }
input[type='text']::placeholder,
input[type='number']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
textarea::placeholder,
.input-text::placeholder {
color: #5f5f5f; }
.form-light input[type='text'], .form-light
input[type='number'], .form-light
input[type='email'], .form-light
input[type='tel'], .form-light
input[type='url'], .form-light
input[type='password'], .form-light
input[type='search'], .form-light
textarea, .form-light
.input-text {
color: #fff; }
.form-light input[type='text']::-webkit-input-placeholder, .form-light
input[type='number']::-webkit-input-placeholder, .form-light
input[type='email']::-webkit-input-placeholder, .form-light
input[type='tel']::-webkit-input-placeholder, .form-light
input[type='url']::-webkit-input-placeholder, .form-light
input[type='password']::-webkit-input-placeholder, .form-light
input[type='search']::-webkit-input-placeholder, .form-light
textarea::-webkit-input-placeholder, .form-light
.input-text::-webkit-input-placeholder {
color: #fff; }
.form-light input[type='text']:-ms-input-placeholder, .form-light
input[type='number']:-ms-input-placeholder, .form-light
input[type='email']:-ms-input-placeholder, .form-light
input[type='tel']:-ms-input-placeholder, .form-light
input[type='url']:-ms-input-placeholder, .form-light
input[type='password']:-ms-input-placeholder, .form-light
input[type='search']:-ms-input-placeholder, .form-light
textarea:-ms-input-placeholder, .form-light
.input-text:-ms-input-placeholder {
color: #fff; }
.form-light input[type='text']::-ms-input-placeholder, .form-light
input[type='number']::-ms-input-placeholder, .form-light
input[type='email']::-ms-input-placeholder, .form-light
input[type='tel']::-ms-input-placeholder, .form-light
input[type='url']::-ms-input-placeholder, .form-light
input[type='password']::-ms-input-placeholder, .form-light
input[type='search']::-ms-input-placeholder, .form-light
textarea::-ms-input-placeholder, .form-light
.input-text::-ms-input-placeholder {
color: #fff; }
.form-light input[type='text']::placeholder, .form-light
input[type='number']::placeholder, .form-light
input[type='email']::placeholder, .form-light
input[type='tel']::placeholder, .form-light
input[type='url']::placeholder, .form-light
input[type='password']::placeholder, .form-light
input[type='search']::placeholder, .form-light
textarea::placeholder, .form-light
.input-text::placeholder {
color: #fff; }
select {
padding: 0.63em 28px 0.63em 1.41575em; }
select:not([size]):not([multiple]) {
color: #5f5f5f;
background-color: #ffffff;
border-color: #ebebeb;
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
background-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/images/base/select_arrow.png);
background-position: calc(100% - 15px) center;
background-repeat: no-repeat; }
textarea {
overflow: auto; padding-left: 0.875em;
vertical-align: top; width: 100%; }
label {
font-weight: 400; }
label.inline input {
width: auto; }
fieldset {
padding: 1.618em;
padding-top: 1em;
margin: 0;
margin-bottom: 1.618em;
margin-top: 1.618em;
border-color: #ebebeb; }
fieldset legend {
font-weight: 700;
color: #000000;
padding: 0.6180469716em 1em;
margin-left: -1em; }
[placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity 0.5s 0.5s ease;
transition: opacity 0.5s 0.5s ease;
opacity: 0; } .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
display: inline-block;
border-radius: 0; } .gallery {
margin-bottom: 1em; }
.gallery::before, .gallery::after {
content: '';
display: table; }
.gallery::after {
clear: both; }
.gallery .gallery-item {
float: left; }
.gallery .gallery-item .gallery-icon a {
display: block; }
.gallery .gallery-item .gallery-icon img {
border: none;
height: auto;
margin: 0 auto; }
.gallery .gallery-item .gallery-caption {
margin: 0;
text-align: center; }
.gallery.gallery-columns-1 .gallery-item {
width: 100%; }
.gallery.gallery-columns-2 .gallery-item {
width: 50%; }
.gallery.gallery-columns-3 .gallery-item {
width: 33.3%; }
.gallery.gallery-columns-4 .gallery-item {
width: 25%; }
.gallery.gallery-columns-5 .gallery-item {
width: 20%; }
.gallery.gallery-columns-6 .gallery-item {
width: 16.666666667%; }
.gallery.gallery-columns-7 .gallery-item {
width: 14.285714286%; }
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item {
width: 11.111111111%; } embed,
iframe,
object,
video {
max-width: 100%; } .wp-caption {
margin-bottom: 1em;
max-width: 100%; }
.wp-caption img[class*='wp-image-'] {
display: block;
margin: 0 auto; }
.wp-caption .wp-caption-text {
text-align: left;
font-style: italic;
border-bottom: 2px solid #ebebeb;
padding: 1em 0; } .site-main nav.navigation {
clear: both; }
.site-main nav.navigation::before, .site-main nav.navigation::after {
content: '';
display: table; }
.site-main nav.navigation::after {
clear: both; }
.site-main nav.navigation .nav-links {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
display: block;
padding: 35px;
border: 1px solid;
border-color: #ebebeb;
font-size: 12px;
text-transform: uppercase;
color: #000000;
text-align: center;
font-weight: 700;
position: relative; }
.site-main nav.navigation .nav-previous a:before,
.site-main nav.navigation .nav-next a:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
color: #5f5f5f; }
.site-main nav.navigation .nav-previous a:after,
.site-main nav.navigation .nav-next a:after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 2px;
background-color: #9aa55d;
opacity: 0;
-webkit-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s; }
.site-main nav.navigation .nav-previous a:hover,
.site-main nav.navigation .nav-next a:hover {
color: #9aa55d; }
.site-main nav.navigation .nav-previous a:hover:after,
.site-main nav.navigation .nav-next a:hover:after {
opacity: 1; }
.site-main nav.navigation .nav-previous {
float: left;
width: 50%;
margin-right: -1px; }
.site-main nav.navigation .nav-previous a {
padding-left: 60px; }
.site-main nav.navigation .nav-previous a:before {
left: 30px; }
.site-main nav.navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
.site-main nav.navigation .nav-next a {
padding-right: 60px; }
.site-main nav.navigation .nav-next a:before {
right: 30px; }
.pagination {
clear: both;
margin-top: 45px; }
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after {
content: '';
display: table; }
.pagination ul.page-numbers::after {
clear: both; }
.pagination .page-numbers {
list-style: none;
margin: 0; }
.pagination .page-numbers li {
display: inline-block; }
.pagination .page-numbers li .page-numbers {
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background-color: transparent;
color: #aeaeae;
font-size: 12px;
font-weight: 700; }
.pagination .page-numbers li .page-numbers:hover {
color: #000000; }
.pagination .page-numbers li .page-numbers.current {
background-color: #9aa55d;
border-color: #9aa55d;
color: #000000; }
.pagination .page-numbers li .page-numbers.dots {
background-color: transparent; }
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next {
padding-left: 1em;
padding-right: 1em;
width: auto; }
.pagination .page-numbers li .page-numbers.next i {
margin-left: 5px; }
.pagination .page-numbers li .page-numbers.prev i {
margin-right: 5px; }
.rtl .pagination a.next,
.rtl .pagination a.prev {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); } @media (max-width: 1023px) {
#secondary {
display: none; } }
#secondary .widget {
padding: 20px 50px;
background-color: #f7f5f0;
position: relative;
margin-top: 10px; }
#secondary .widget:before {
content: '';
width: 100%;
height: 20px;
position: absolute;
left: 0;
top: -20px;
background-color: #f7f5f0;
display: block;
mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame-before.svg);
-webkit-mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame-before.svg);
mask-size: auto 100%;
-webkit-mask-size: auto 100%; }
#secondary .widget:after {
content: '';
width: 100%;
height: 20px;
position: absolute;
bottom: -20px;
left: 0;
background-color: #f7f5f0;
display: block;
mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame-after.svg);
-webkit-mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame-after.svg);
mask-size: auto 100%;
-webkit-mask-size: auto 100%; }
#secondary .widget .widget-title:after,
#secondary .widget .widgettitle:after {
display: block;
color: #9aa55d; }
#secondary .widget ul ul {
margin-top: 1em; }
.widget {
margin: 0 0 2.617924em; }
.widget select {
max-width: 100%; }
.widget a:not(.button) {
color: #5f5f5f; }
.widget a:not(.button):hover {
color: #9aa55d; }
.widget .widget-search .search-submit {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.widget.widget_recent_entries li {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
padding: 1em 0;
margin-bottom: 0;
border-bottom: 1px solid;
border-bottom-color: #ebebeb; }
.widget.widget_recent_entries li:first-child {
padding-top: 0; }
.widget.widget_recent_entries li:last-child {
border-bottom: none;
padding-bottom: 0; }
.widget.widget_recent_entries .recent-posts-thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
overflow: hidden;
margin-right: 1em;
max-width: 75px; }
.widget.widget_recent_entries .recent-posts-info {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto; }
.widget.widget_recent_entries .post-title {
color: #000000;
display: block;
font-family: "Viga", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; }
.widget.widget_recent_entries .post-title:hover {
color: #9aa55d; }
.widget.widget_recent_entries .post-date,
.widget.widget_recent_entries .post-comments {
font-size: 0.75em;
color: #aeaeae;
font-weight: bold; }
.widget .widget-title,
.widget .widgettitle {
font-size: 1.25em;
color: #000000;
font-family: "Viga", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
padding: 0 0 10px;
margin-bottom: 1em; }
.widget ul {
margin-left: 0;
list-style: none; }
.widget ul ul {
margin-top: 1em; }
.widget.widget_rss .rss-date {
font-style: italic;
display: block;
margin: 0 0 0.7em; }
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
color: #000000; }
.widget.widget_rss li {
margin-bottom: 1em; }
.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
margin-bottom: 1em; }
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
padding: 0; }
.wpml-ls.wpml-ls-legacy-list-horizontal a {
padding-right: 0.875em; }
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
width: 100%; }
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
padding: 1em 1.41575em;
border-color: #ebebeb;
background-color: #ffffff; }
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
right: 1em; }
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: 0; }
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
margin-bottom: 0; }
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
margin-top: 1em;
margin-bottom: 0; }
.wpml-ls-statics-footer li a {
color: #5f5f5f; }
.wpml-ls-statics-footer li a:hover {
color: #9aa55d; }
.tagcloud a {
font-size: 12px !important;
display: inline-block;
padding: 7px 15px;
background: #f7f5f0;
margin-bottom: 5px; }
.widget-area .tagcloud a {
background: #fff; }
.tagcloud a:hover {
color: #fff !important;
background-color: #9aa55d; }
.widget-area .widget a.button {
font-weight: 700 !important; }
.page-content form.search-form,
.widget_search form.search-form,
.site-search form.search-form {
position: relative;
font-size: 14px; }
.page-content form.search-form::before,
.widget_search form.search-form::before,
.site-search form.search-form::before {
font-size: 16px;
color: #9aa55d; }
.page-content form.search-form input[type=text],
.page-content form.search-form input[type=search],
.widget_search form.search-form input[type=text],
.widget_search form.search-form input[type=search],
.site-search form.search-form input[type=text],
.site-search form.search-form input[type=search] {
width: 100%;
color: #b0b0b0;
line-height: 1;
border: 2px solid;
border-color: #ebebeb;
padding: 1em 1.41575em; }
.page-content form.search-form input[type=text]::-webkit-input-placeholder,
.page-content form.search-form input[type=search]::-webkit-input-placeholder,
.widget_search form.search-form input[type=text]::-webkit-input-placeholder,
.widget_search form.search-form input[type=search]::-webkit-input-placeholder,
.site-search form.search-form input[type=text]::-webkit-input-placeholder,
.site-search form.search-form input[type=search]::-webkit-input-placeholder {
color: #b0b0b0; }
.page-content form.search-form input[type=text]:-ms-input-placeholder,
.page-content form.search-form input[type=search]:-ms-input-placeholder,
.widget_search form.search-form input[type=text]:-ms-input-placeholder,
.widget_search form.search-form input[type=search]:-ms-input-placeholder,
.site-search form.search-form input[type=text]:-ms-input-placeholder,
.site-search form.search-form input[type=search]:-ms-input-placeholder {
color: #b0b0b0; }
.page-content form.search-form input[type=text]::-ms-input-placeholder,
.page-content form.search-form input[type=search]::-ms-input-placeholder,
.widget_search form.search-form input[type=text]::-ms-input-placeholder,
.widget_search form.search-form input[type=search]::-ms-input-placeholder,
.site-search form.search-form input[type=text]::-ms-input-placeholder,
.site-search form.search-form input[type=search]::-ms-input-placeholder {
color: #b0b0b0; }
.page-content form.search-form input[type=text]::placeholder,
.page-content form.search-form input[type=search]::placeholder,
.widget_search form.search-form input[type=text]::placeholder,
.widget_search form.search-form input[type=search]::placeholder,
.site-search form.search-form input[type=text]::placeholder,
.site-search form.search-form input[type=search]::placeholder {
color: #b0b0b0; }
.page-content form.search-form input[type=text]:focus,
.page-content form.search-form input[type=search]:focus,
.widget_search form.search-form input[type=text]:focus,
.widget_search form.search-form input[type=search]:focus,
.site-search form.search-form input[type=text]:focus,
.site-search form.search-form input[type=search]:focus {
border-color: #9aa55d; }
.page-content form.search-form input[type=submit],
.page-content form.search-form button[type=submit],
.widget_search form.search-form input[type=submit],
.widget_search form.search-form button[type=submit],
.site-search form.search-form input[type=submit],
.site-search form.search-form button[type=submit] {
height: calc(100% - 16px);
line-height: 0;
position: absolute;
top: 8px;
right: 8px; }
.site-search form {
margin-bottom: 0; }
.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_layered_nav ul,
.widget_meta ul {
margin: 0; }
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_layered_nav ul li,
.widget_meta ul li {
list-style: none;
margin-bottom: 1em;
line-height: 1.41575em; }
.widget_recent_entries ul li > ul,
.widget_recent_entries ul li > ol,
.widget_pages ul li > ul,
.widget_pages ul li > ol,
.widget_categories ul li > ul,
.widget_categories ul li > ol,
.widget_archive ul li > ul,
.widget_archive ul li > ol,
.widget_recent_comments ul li > ul,
.widget_recent_comments ul li > ol,
.widget_nav_menu ul li > ul,
.widget_nav_menu ul li > ol,
.widget_links ul li > ul,
.widget_links ul li > ol,
.widget_layered_nav ul li > ul,
.widget_layered_nav ul li > ol,
.widget_meta ul li > ul,
.widget_meta ul li > ol {
margin-left: 1em; }
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_layered_nav ul .children,
.widget_meta ul .children {
margin-left: 1em;
margin-top: 1em; }
.widget_recent_comments a {
text-decoration: underline; }
.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
padding: 0.236em;
text-align: center; }
.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
margin: 0.6180469716em 0 1em 1em; }
.winwood-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
font-size: 1.41575em; }
.winwood-canvas-filter a:not(.button),
.widget-area a:not(.button) {
color: #5f5f5f; }
.winwood-canvas-filter a:not(.button):hover,
.widget-area a:not(.button):hover {
color: #9aa55d; }  @media (min-width: 1024px) { .menu-toggle,
.main-navigation.toggled div.menu {
display: none; }
.main-navigation {
display: block; }
.instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
-webkit-box-ordinal-group: unset !important;
-webkit-order: unset !important;
order: unset !important; }
.main-navigation {
clear: both;
display: block;
width: 100%; }
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.main-navigation ul li {
position: relative;
display: inline-block;
text-align: left; }
.main-navigation ul li a:not(.elementor-button-link) {
display: block; }
.main-navigation ul li a:not(.elementor-button-link)::before {
display: none; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
left: 0;
display: block;
opacity: 1;
visibility: visible; }
.main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
left: -9999px; opacity: 0;
visibility: hidden; }
.main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
display: none;
left: 0; }
.main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
left: 100%;
top: 0;
display: block;
opacity: 1;
visibility: visible; }
.main-navigation ul ul.sub-menu {
float: left;
position: absolute;
top: 100%;
z-index: 99999;
left: 0; opacity: 0;
visibility: hidden; }
.main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
display: none;
left: 0; }
.main-navigation ul ul.sub-menu li {
display: block; }
.main-navigation ul ul.sub-menu li a:not(.elementor-button-link) {
width: 160px; }
.site-content::before, .site-content::after {
content: '';
display: table; }
.site-content::after {
clear: both; }
.content-area {
width: calc(100% - 440px);
float: left; }
.winwood-sidebar-left .content-area {
float: right; }
.widget-area {
width: 410px;
float: right; }
.winwood-sidebar-left .widget-area {
float: left; }
.left-sidebar .content-area {
float: right; }
.left-sidebar .widget-area {
float: left; }
.winwood-full-width-content .content-area {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.content-area,
.widget-area {
margin-bottom: 5.9968353111em; }
.site-header .main-navigation + .site-branding {
display: none; }
.site-header .site-branding {
margin-left: auto;
margin-right: auto; } }
@media (min-width: 768px) {
table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
text-align: left; }
.site-header .site-branding {
clear: both; }
.site-header .site-branding img {
height: auto;
max-width: 120px;
max-height: none; }
.site-branding .site-description {
margin-bottom: 0;
display: block; }
.site-header .subscribe-and-connect-connect {
float: right;
margin-bottom: 1em; }
.site-header .subscribe-and-connect-connect .icons {
list-style: none;
margin: 0; }
.site-header .subscribe-and-connect-connect .icons a {
font-size: 1em !important; }
.site-header .subscribe-and-connect-connect .icons li {
margin: 0 0 0 0.5407911001em !important;
display: inline-block; } .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.footer-widgets {
padding-top: 4.235801032em;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.footer-widgets::before, .footer-widgets::after {
content: '';
display: table; }
.footer-widgets::after {
clear: both; }
.footer-widgets.col-2 .block {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%; }
.footer-widgets.col-2 .block.footer-widget-2 {
float: right;
margin-right: 0; }
.footer-widgets.col-3 .block {
width: 31.1827956989%;
float: left;
margin-right: 3.2258064516%; }
.footer-widgets.col-3 .block.footer-widget-3 {
float: right;
margin-right: 0; }
.footer-widgets.col-4 .block {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%; }
.footer-widgets.col-4 .block.footer-widget-4 {
float: right;
margin-right: 0; } .comment-list-wrap + #respond {
margin-top: 2.2906835em; }
.comment-list::before, .comment-list::after {
content: '';
display: table; }
.comment-list::after {
clear: both; }
.comment-list .comment {
clear: both; }
.comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
width: 100%;
margin-right: 0; }
.comment-list .comment-body #respond {
border: 1px solid #ebebeb;
margin-bottom: 2.617924em; }
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
width: 32.2751322751%;
float: left;
margin-right: 1.5873015873%; }
#respond .comment-form-url {
float: right;
margin-right: 0; }
#respond .comment-form-comment {
clear: both; }  .winwood-primary-navigation {
clear: both; }
.winwood-primary-navigation::before, .winwood-primary-navigation::after {
content: '';
display: table; }
.winwood-primary-navigation::after {
clear: both; }
.main-navigation div.menu {
display: block; }
.main-navigation ul.menu,
.main-navigation ul.nav-menu {
max-height: none;
overflow: visible;
-webkit-transition: none;
transition: none; }
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
padding: 1.1em 1.5em; }
.main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after,
.main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
.main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
display: block; }
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.sub-menu {
margin-left: 0; }
.main-navigation ul.menu ul.sub-menu li.menu-item a,
.main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
text-transform: capitalize;
padding: 0.875em 0;
font-weight: 400;
font-size: 0.875em; }
.main-navigation ul.menu ul.sub-menu li.menu-item:last-child,
.main-navigation ul.nav-menu ul.sub-menu li.menu-item:last-child {
border-bottom: 0; }
.main-navigation ul.menu ul.sub-menu ul,
.main-navigation ul.nav-menu ul.sub-menu ul {
margin-left: 0;
box-shadow: none; } .wpml-ls-statics-footer {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px; }
.wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
content: '';
display: table; }
.wpml-ls-statics-footer::after {
clear: both; }
.wpml-ls-statics-footer:after {
content: " ";
display: block;
clear: both; }
.copyright-bar .winwood-social {
text-align: left;
margin: 0; }
.copyright-bar .site-info {
margin: 0; }
.copyright-bar .logo-brands img {
margin-left: auto;
margin-right: 0; } } .d-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.flex-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; }
.flex-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.flex-row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.flex-column-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.flex-nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap; }
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }
.justify-content-start {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.justify-content-end {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.justify-content-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.justify-content-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.justify-content-around {
-webkit-justify-content: space-around;
justify-content: space-around; }
.align-items-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.align-items-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end; }
.align-items-center {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.align-items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline; }
.align-items-stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch; }
.align-content-start {
-webkit-align-content: flex-start;
align-content: flex-start; }
.align-content-end {
-webkit-align-content: flex-end;
align-content: flex-end; }
.align-content-center {
-webkit-align-content: center;
align-content: center; }
.align-content-between {
-webkit-align-content: space-between;
align-content: space-between; }
.align-content-around {
-webkit-align-content: space-around;
align-content: space-around; }
.align-content-stretch {
-webkit-align-content: stretch;
align-content: stretch; }
.align-self-auto {
-webkit-align-self: auto;
align-self: auto; }
.align-self-start {
-webkit-align-self: flex-start;
align-self: flex-start; }
.align-self-end {
-webkit-align-self: flex-end;
align-self: flex-end; }
.align-self-center {
-webkit-align-self: center;
align-self: center; }
.align-self-baseline {
-webkit-align-self: baseline;
align-self: baseline; }
.align-self-stretch {
-webkit-align-self: stretch;
align-self: stretch; }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.img-mask, .groups-entries .group-thumbnail, .activities-inner {
mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame.svg);
-webkit-mask-image: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/frame.svg);
mask-size: auto 100%;
-webkit-mask-size: auto 100%; }  .slick-loading .slick-list {
background: #fff url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/images/slick/ajax-loader.gif) center center no-repeat; } @font-face {
font-family: "slick";
src: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/slick.eot);
src: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/slick.woff) format("woff"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/slick.ttf) format("truetype"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal; } .slick-prev,
.slick-next {
position: absolute;
display: block;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent !important;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
z-index: 99; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent !important;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
background-color: #9aa55d;
color: #fff; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 1; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #9aa55d;
background: #fff;
padding-left: 5px;
width: 60px;
text-align: center;
height: 60px;
line-height: 60px;
border-radius: 50%; }
@media (max-width: 767px) {
.slick-prev:before,
.slick-next:before {
width: 40px;
height: 40px;
line-height: 40px !important; } }
.slick-prev {
left: -45px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -45px; }
.slick-prev:before {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.slick-next {
right: -45px; }
[dir="rtl"] .slick-next {
left: -45px;
right: auto; } .slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -40px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 12px;
width: 12px;
margin: 0 4px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
display: block;
background: transparent;
height: 12px;
width: 12px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
border-style: solid;
border-width: 2px;
border-color: black;
border-radius: 50px; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 0; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 12px;
height: 12px;
font-family: "slick";
font-size: 6px;
line-height: 12px;
text-align: center;
color: black;
opacity: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0; }
.slick-dots li.slick-active button {
border-style: solid;
border-width: 2px;
border-color: black;
border-radius: 50px; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.winwood-carousel {
display: none; }
.winwood-carousel.slick-initialized {
display: block; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
outline: none;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; } @keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg); } } @font-face {
font-family: "winwood-icon";
src: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.eot);
src: url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.eot?#iefix) format("eot"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.woff2) format("woff2"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.woff) format("woff"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.ttf) format("truetype"), url(https://www.domaine-du-houssay.com/app/themes/winwood/assets/fonts/winwood-icon.svg#winwood-icon) format("svg"); }
[class*="winwood-icon-"]:before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle; }
.winwood-icon-award:before {
content: ""; }
.winwood-icon-badge-percent:before {
content: ""; }
.winwood-icon-check-lisst:before {
content: ""; }
.winwood-icon-clock:before {
content: ""; }
.winwood-icon-headphones-alt:before {
content: ""; }
.winwood-icon-mitten:before {
content: ""; }
.winwood-icon-paw-alt:before {
content: ""; }
.winwood-icon-phone-square:before {
content: ""; }
.winwood-icon-phone:before {
content: ""; }
.winwood-icon-play:before {
content: ""; }
.winwood-icon-rings-wedding:before {
content: ""; }
.winwood-icon-rocket:before {
content: ""; }
.winwood-icon-shapes:before {
content: ""; }
.winwood-icon-tire:before {
content: ""; }
.winwood-icon-title-decor:before {
content: ""; }
.winwood-icon-tshirt:before {
content: ""; }
.winwood-icon-tv:before {
content: ""; }
.winwood-icon-volleyball-ball:before {
content: ""; }
.winwood-icon-adobe:before {
content: ""; }
.winwood-icon-amazon:before {
content: ""; }
.winwood-icon-android:before {
content: ""; }
.winwood-icon-angular:before {
content: ""; }
.winwood-icon-apper:before {
content: ""; }
.winwood-icon-apple:before {
content: ""; }
.winwood-icon-atlassian:before {
content: ""; }
.winwood-icon-behance:before {
content: ""; }
.winwood-icon-bitbucket:before {
content: ""; }
.winwood-icon-bitcoin:before {
content: ""; }
.winwood-icon-bity:before {
content: ""; }
.winwood-icon-bluetooth:before {
content: ""; }
.winwood-icon-btc:before {
content: ""; }
.winwood-icon-centos:before {
content: ""; }
.winwood-icon-chrome:before {
content: ""; }
.winwood-icon-codepen:before {
content: ""; }
.winwood-icon-cpanel:before {
content: ""; }
.winwood-icon-discord:before {
content: ""; }
.winwood-icon-dochub:before {
content: ""; }
.winwood-icon-docker:before {
content: ""; }
.winwood-icon-dribbble:before {
content: ""; }
.winwood-icon-dropbox:before {
content: ""; }
.winwood-icon-drupal:before {
content: ""; }
.winwood-icon-ebay:before {
content: ""; }
.winwood-icon-facebook:before {
content: ""; }
.winwood-icon-figma:before {
content: ""; }
.winwood-icon-firefox:before {
content: ""; }
.winwood-icon-google-plus:before {
content: ""; }
.winwood-icon-google:before {
content: ""; }
.winwood-icon-grunt:before {
content: ""; }
.winwood-icon-gulp:before {
content: ""; }
.winwood-icon-html5:before {
content: ""; }
.winwood-icon-jenkins:before {
content: ""; }
.winwood-icon-joomla:before {
content: ""; }
.winwood-icon-link-brand:before {
content: ""; }
.winwood-icon-linkedin:before {
content: ""; }
.winwood-icon-mailchimp:before {
content: ""; }
.winwood-icon-opencart:before {
content: ""; }
.winwood-icon-paypal:before {
content: ""; }
.winwood-icon-pinterest-p:before {
content: ""; }
.winwood-icon-reddit:before {
content: ""; }
.winwood-icon-skype:before {
content: ""; }
.winwood-icon-slack:before {
content: ""; }
.winwood-icon-snapchat:before {
content: ""; }
.winwood-icon-spotify:before {
content: ""; }
.winwood-icon-trello:before {
content: ""; }
.winwood-icon-twitter:before {
content: ""; }
.winwood-icon-vimeo:before {
content: ""; }
.winwood-icon-whatsapp:before {
content: ""; }
.winwood-icon-wordpress:before {
content: ""; }
.winwood-icon-yoast:before {
content: ""; }
.winwood-icon-youtube:before {
content: ""; }
.winwood-icon-angle-down:before {
content: ""; }
.winwood-icon-angle-left:before {
content: ""; }
.winwood-icon-angle-right:before {
content: ""; }
.winwood-icon-angle-up:before {
content: ""; }
.winwood-icon-arrow-left:before {
content: ""; }
.winwood-icon-arrow-right:before {
content: ""; }
.winwood-icon-bars:before {
content: ""; }
.winwood-icon-caret-down:before {
content: ""; }
.winwood-icon-caret-left:before {
content: ""; }
.winwood-icon-caret-right:before {
content: ""; }
.winwood-icon-caret-up:before {
content: ""; }
.winwood-icon-check-square:before {
content: ""; }
.winwood-icon-check:before {
content: ""; }
.winwood-icon-chevron-circle-left:before {
content: ""; }
.winwood-icon-chevron-circle-right:before {
content: ""; }
.winwood-icon-chevron-down:before {
content: ""; }
.winwood-icon-chevron-left:before {
content: ""; }
.winwood-icon-chevron-right:before {
content: ""; }
.winwood-icon-chevron-up:before {
content: ""; }
.winwood-icon-circle:before {
content: ""; }
.winwood-icon-cloud-download-alt:before {
content: ""; }
.winwood-icon-comment:before {
content: ""; }
.winwood-icon-comments:before {
content: ""; }
.winwood-icon-contact:before {
content: ""; }
.winwood-icon-credit-card:before {
content: ""; }
.winwood-icon-dot-circle:before {
content: ""; }
.winwood-icon-edit:before {
content: ""; }
.winwood-icon-envelope:before {
content: ""; }
.winwood-icon-external-link-alt:before {
content: ""; }
.winwood-icon-eye:before {
content: ""; }
.winwood-icon-file-alt:before {
content: ""; }
.winwood-icon-file-archive:before {
content: ""; }
.winwood-icon-folder-open:before {
content: ""; }
.winwood-icon-folder:before {
content: ""; }
.winwood-icon-free_ship:before {
content: ""; }
.winwood-icon-frown:before {
content: ""; }
.winwood-icon-gift:before {
content: ""; }
.winwood-icon-heart-fill:before {
content: ""; }
.winwood-icon-heart:before {
content: ""; }
.winwood-icon-history:before {
content: ""; }
.winwood-icon-home:before {
content: ""; }
.winwood-icon-info-circle:before {
content: ""; }
.winwood-icon-instagram:before {
content: ""; }
.winwood-icon-level-up-alt:before {
content: ""; }
.winwood-icon-long-arrow-alt-down:before {
content: ""; }
.winwood-icon-long-arrow-alt-left:before {
content: ""; }
.winwood-icon-long-arrow-alt-right:before {
content: ""; }
.winwood-icon-long-arrow-alt-up:before {
content: ""; }
.winwood-icon-map-marker-check:before {
content: ""; }
.winwood-icon-meh:before {
content: ""; }
.winwood-icon-minus-circle:before {
content: ""; }
.winwood-icon-mobile-android-alt:before {
content: ""; }
.winwood-icon-money-bill:before {
content: ""; }
.winwood-icon-pencil-alt:before {
content: ""; }
.winwood-icon-plus-circle:before {
content: ""; }
.winwood-icon-plus:before {
content: ""; }
.winwood-icon-quote:before {
content: ""; }
.winwood-icon-random:before {
content: ""; }
.winwood-icon-reply-all:before {
content: ""; }
.winwood-icon-reply:before {
content: ""; }
.winwood-icon-search-plus:before {
content: ""; }
.winwood-icon-search:before {
content: ""; }
.winwood-icon-shield-check:before {
content: ""; }
.winwood-icon-shopping-basket:before {
content: ""; }
.winwood-icon-shopping-cart:before {
content: ""; }
.winwood-icon-sign-out-alt:before {
content: ""; }
.winwood-icon-smile:before {
content: ""; }
.winwood-icon-spinner:before {
content: ""; }
.winwood-icon-square:before {
content: ""; }
.winwood-icon-star:before {
content: ""; }
.winwood-icon-sync:before {
content: ""; }
.winwood-icon-tachometer-alt:before {
content: ""; }
.winwood-icon-th-list:before {
content: ""; }
.winwood-icon-th:before {
content: ""; }
.winwood-icon-thumbtack:before {
content: ""; }
.winwood-icon-times-circle:before {
content: ""; }
.winwood-icon-times:before {
content: ""; }
.winwood-icon-trophy-alt:before {
content: ""; }
.winwood-icon-truck:before {
content: ""; }
.winwood-icon-user-headset:before {
content: ""; }
.winwood-icon-user-shield:before {
content: ""; }
.winwood-icon-user:before {
content: ""; } .winwood-social ul {
margin: 0;
list-style-type: none; }
.winwood-social ul li {
display: inline-block;
margin-right: 10px;
line-height: 1; }
.winwood-social ul li:last-child {
margin-right: 0; }
.winwood-social ul li a:before {
position: relative;
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
.winwood-social ul li a[href*="twitter"]:before {
content: ""; }
.winwood-social ul li a[href*="instagram"]:before {
content: ""; }
.winwood-social ul li a[href*="docker"]:before {
content: ""; }
.winwood-social ul li a[href*="dochub"]:before {
content: ""; }
.winwood-social ul li a[href*="yelp"]:before {
content: ""; }
.winwood-social ul li a[href*="flickr"]:before {
content: ""; }
.winwood-social ul li a[href*="github"]:before {
content: "";
color: #333333; }
.winwood-social ul li a[href*="dribbble"]:before {
content: ""; }
.winwood-social ul li a[href*="wordpress"]:before {
content: ""; }
.winwood-social ul li a[href*="tumblr"]:before {
content: ""; }
.winwood-social ul li a[href*="angular"]:before {
content: ""; }
.winwood-social ul li a[href*="atlassian"]:before {
content: ""; }
.winwood-social ul li a[href*="snapchat"]:before {
content: ""; }
.winwood-social ul li a[href*="apper"]:before {
content: ""; }
.winwood-social ul li a[href*="codepen"]:before {
content: ""; }
.winwood-social ul li a[href*="gulp"]:before {
content: ""; }
.winwood-social ul li a[href*="cpanel"]:before {
content: ""; }
.winwood-social ul li a[href*="skype"]:before {
content: ""; }
.winwood-social ul li a[href*="reddit"]:before {
content: ""; }
.winwood-social ul li a[href*="whatsapp"]:before {
content: ""; }
.winwood-social ul li a[href*="slack"]:before {
content: ""; }
.winwood-social ul li a[href*="amazon"]:before {
content: ""; }
.winwood-social ul li a[href*="android"]:before {
content: ""; }
.winwood-social ul li a[href*="grunt"]:before {
content: ""; }
.winwood-social ul li a[href*="firefox"]:before {
content: ""; }
.winwood-social ul li a[href*="adobe"]:before {
content: ""; }
.winwood-social ul li a[href*="behance"]:before {
content: ""; }
.winwood-social ul li a[href*="dropbox"]:before {
content: ""; }
.winwood-social ul li a[href*="facebook"]:before {
content: ""; }
.winwood-social ul li a[href*="linkedin"]:before {
content: ""; }
.winwood-social ul li a[href*="paypal"]:before {
content: ""; }
.winwood-social ul li a[href*="trello"]:before {
content: ""; }
.winwood-social ul li a[href*="vimeo"]:before {
content: ""; }
.winwood-social ul li a[href*="youtube"]:before {
content: ""; }
.winwood-social ul li a[href*="apple"]:before {
content: ""; }
.winwood-social ul li a[href*="bitbucket"]:before {
content: ""; }
.winwood-social ul li a[href*="bitcoin"]:before {
content: ""; }
.winwood-social ul li a[href*="bluetooth"]:before {
content: ""; }
.winwood-social ul li a[href*="bity"]:before {
content: ""; }
.winwood-social ul li a[href*="google/chrome"]:before {
content: ""; }
.winwood-social ul li a[href*="drupal"]:before {
content: ""; }
.winwood-social ul li a[href*="html5"]:before {
content: ""; }
.winwood-social ul li a[href*="mailchimp"]:before {
content: ""; }
.winwood-social ul li a[href*="jenkins"]:before {
content: ""; }
.winwood-social ul li a[href*="spotify"]:before {
content: ""; }
.winwood-social ul li a[href*="ebay"]:before {
content: ""; }
.winwood-social ul li a[href*="telegram"]:before {
content: ""; }
.winwood-social ul li a[href*="yoast"]:before {
content: ""; }
.winwood-social ul li a[href*="btc-e"]:before {
content: ""; }
.winwood-social ul li a[href*="discord"]:before {
content: ""; }
.winwood-social ul li a[href*="google"]:before {
content: ""; }
.winwood-social ul li a[href*="google-plus"]:before {
content: ""; }
.winwood-social ul li a[href*="figma"]:before {
content: ""; }
.winwood-social ul li a[href*="joomla"]:before {
content: ""; }
.winwood-social ul li a[href*="opencart"]:before {
content: ""; }
.winwood-social ul li a[href*="pinterest"]:before {
content: ""; }
.winwood-social ul li a[href*="vimeo"]:before {
content: ""; }
.winwood-social ul li a[href*="centos"]:before {
content: ""; }
.winwood-social ul li a[href*="whatsapp"]:before {
content: ""; }
#comments .commentlist .bypostauthor > .comment-body cite::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-left: 0.5407911001em; }
#comments .commentlist .reply a::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-left: 0.5407911001em; }
#comments .commentlist .reply a.comment-edit-link::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
#respond #cancel-comment-reply-link::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
display: block; }
.sticky .entry-title::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-right: 0.5407911001em; }
button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading {
position: relative; }
button.loading::after,
input[type='button'].loading::after,
input[type='reset'].loading::after,
input[type='submit'].loading::after,
.button.loading::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
-webkit-animation: fa-spin 0.75s linear infinite;
animation: fa-spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block; }
.main-navigtion ul li a::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-right: 0.5407911001em; }
.mobile-navigation ul li button::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
.site-main nav.navigation .nav-previous a::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
.site-main nav.navigation .nav-next a::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul {
margin: 0; }
#secondary .widget_pages ul li,
#secondary .widget_categories ul li,
#secondary .widget_archive ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_nav_menu ul li,
#secondary .widget_links ul li {
padding-left: 1.41575em; }
#secondary .widget_pages ul li::before,
#secondary .widget_categories ul li::before,
#secondary .widget_archive ul li::before,
#secondary .widget_recent_comments ul li::before,
#secondary .widget_nav_menu ul li::before,
#secondary .widget_links ul li::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
margin-right: 0.5407911001em;
display: block;
float: left;
opacity: 0.35;
margin-left: -1.618em;
width: 1em; }
#secondary .widget_layered_nav li::before {
content: ""; }
#secondary .widget_layered_nav .chosen::before {
content: ""; }
#secondary .widget_pages ul li::before {
content: ""; }
#secondary .widget_categories ul li::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: ""; }
#secondary .widget_categories ul li.current-cat::before {
content: ""; }
#secondary .widget_archive ul li::before {
content: ""; }
#secondary .widget_recent_comments ul li::before {
content: ""; }
#secondary .widget_nav_menu ul li::before {
content: ""; }
#secondary .widget_links ul li::before {
content: ""; }
.blockUI::before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
-webkit-animation: fa-spin 0.75s linear infinite;
animation: fa-spin 0.75s linear infinite;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px; }
@media (min-width: 768px) {
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.menu > li.has-mega-menu > a::after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu > li.page_item_has_children > a::after,
.main-navigation ul.nav-menu > li.has-mega-menu > a::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-left: 1em; }
.vertical-navigation ul.menu > li.menu-item-has-children > a::after, .vertical-navigation ul.menu > li.page_item_has_children > a::after, .vertical-navigation ul.menu > li.has-mega-menu > a::after,
.vertical-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.vertical-navigation ul.nav-menu > li.page_item_has_children > a::after,
.vertical-navigation ul.nav-menu > li.has-mega-menu > a::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-left: auto;
float: right; }
.main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
float: right;
line-height: 1.618; } }
.slick-prev:before,
.slick-next:before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
font-size: 9px;
line-height: 60px; }
.slick-prev:before {
content: ""; }
[dir="rtl"] .slick-prev:before {
content: ""; }
.slick-next:before {
content: ""; }
[dir="rtl"] .slick-next:before {
content: ""; }
.winwood-language-switcher li.item span:after {
position: relative;
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
margin-left: 0.5em;
margin-top: -1px; }
body.loading {
position: relative; }
body.loading::after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
-webkit-animation: fa-spin 0.75s linear infinite;
animation: fa-spin 0.75s linear infinite;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 40px;
position: fixed;
top: 50%;
left: 50%;
display: block;
z-index: 999999;
color: #fff; }
body.loading:before {
content: '';
display: block;
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 999998; }
.button-style:before, .hentry .more-link:before,
.elementor-widget-winwood-button .elementor-button:before, .post-style-1 .entry-content a:before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
font-size: 18px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
line-height: 1; }
.instagram-widget .wrapp-picture:before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
font-size: 25px; }
#secondary .widget .widget-title:after,
#secondary .widget .widgettitle:after {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
display: block;
font-size: 4px;
margin-top: 10px; }
.groups-entries .group-meta-list li:before {
font-family: "winwood-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
line-height: inherit;
content: "";
color: #9aa55d;
margin-right: 5px;
font-size: 12px; }