@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.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 .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);
}
}[class*="elementor-widget-htmega-"] h1 a,[class*="elementor-widget-htmega-"] h2 a,[class*="elementor-widget-htmega-"] h3 a,[class*="elementor-widget-htmega-"] h4 a,[class*="elementor-widget-htmega-"] h5 a,[class*="elementor-widget-htmega-"] h6 a{font-size:inherit;font-weight:inherit;font-family:inherit}.htmega-d-none{display:none}body:has(.htmega_mega_menu){overflow-x:hidden}.htmega-section-title{position:relative;z-index:1}.htmega-section-title svg{width:20px}.htmega-section-title .section-title-txt{color:#23252a;font-weight:600;line-height:1;margin:0;display:inline-block}.htmega-section-title .section-subtitle-txt{color:#494849;font-family:"Poppins",sans-serif;font-size:16px;line-height:30px;margin:5px 0;font-weight:400}.htmega-section-title span.htmega-title-sperator{background-color:#383838;display:inline-block;height:3px;margin-bottom:13px;margin-top:30px;position:relative;width:50px}.htmega-section-title.title-style-three span.htmega-title-sperator::before{background-color:#383838;bottom:0;content:"";display:block;height:3px;left:-13px;margin-bottom:13px;margin-top:25px;position:absolute;width:50px}.htmega-title-align-left .htmega-section-title.title-style-three span.htmega-title-sperator::before,.htmega-title-align-justify .htmega-section-title.title-style-three span.htmega-title-sperator::before{left:13px}.htmega-section-title.htmega-subtitle-position-top{display:flex;flex-direction:column}.htmega-section-title.htmega-subtitle-position-top .section-title-txt{order:2}.htmega-section-title.htmega-subtitle-position-top .section-subtitle-txt{order:1}.htmega-section-title.htmega-subtitle-position-top img{order:3}.htmega-section-title.htmega-subtitle-position-top i{order:3}.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec{order:4}.htmega-section-title.htmega-subtitle-position-top.title-style-four .htmega-title-sperator-sec{order:2}.htmega-section-title.htmega-subtitle-position-top.title-style-four .section-title-txt{order:3}.htmega-section-title.htmega-subtitle-position-top.title-style-four span.htmega-title-sperator{margin-top:8px}.title-style-two .htmega-title-sperator-sec,.title-style-five .htmega-title-sperator-sec{display:none}.title-style-two .section-title-txt{padding:0 10.5%;position:relative}.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after{background:#412e51 none repeat scroll 0 0;content:"";height:3px;left:0;position:absolute;top:50%;width:100px}.title-style-two .section-title-txt::after{right:0;top:50%;left:auto}.title-style-two .section-title-txt{margin-right:auto!important;margin-left:auto!important}.section-advancetitle-txt{color:#f1f1f1;font-size:80px;font-weight:800;line-height:28px;margin:0;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.htmega-title-sperator-sec{line-height:1}.htmega-section-title-order-parent{display:flex;flex-direction:column}.htmega-section-title-order-parent .section-subtitle-txt{order:1}.htmega-section-title-order-parent .section-title-txt{order:2}.htmaga-section-title-image-position-bottom{order:3}.htmaga-section-title-image-position-top{order:0}.htmaga-section-title-image-position-center{order:1}.htmega-section-title.htmega-subtitle-position-bottom .section-subtitle-txt{order:3}.image-center .section-title-txt{order:1}.htmega_sub_title_border_both{position:relative}.htmega_sub_title_border_both::before,.htmega_sub_title_border_both::after{position:absolute;content:"";top:50%;transform:translateY(-50%);height:2px;width:25px;background:#000}.htmega_sub_title_border_both::before{left:100%;margin-left:20px}.htmega_sub_title_border_both::after{right:100%;margin-right:20px}.htmega-button .htb-btn:focus,.htmega-button .htb-btn:active{box-shadow:none!important}.htmega-button .htb-btn-outline-light{border-color:#c8c8c8;color:#c8c8c8}.htmega-button{display:inline-block}.htmega-button .htmega-btn-effect-5,.htmega-button .htmega-btn-effect-6,.htmega-button .htmega-btn-effect-10{overflow:hidden}.htmega_button_icon{display:inline-block}.htmega_button_icon svg{width:20px}.htmega-button span svg path{transition:all 0.4s ease-in-out 0s}.htmega-button .htb-btn{border-radius:0;position:relative;border:none;z-index:1;transition:all 0.4s ease-in-out 0s}.button-align-icon-left span.htmega_button_icon{float:left}.button-align-icon-left span.htmega_button_txt{float:right}.button-align-icon-right span.htmega_button_icon{float:right}.button-align-icon-right span.htmega_button_txt{float:left}.button-align-icon-top span.htmega_button_icon,.button-align-icon-bottom span.htmega_button_icon{display:block}.button-align-icon-top span.htmega_button_txt,.button-align-icon-bottom span.htmega_button_txt{display:block}.button-align-icon-top a.htb-btn{display:flex;flex-flow:column-reverse nowrap}.htmega-btn-size-xl{padding:35px 50px!important}.htmega-btn-size-lg{padding:25px 50px!important}.htmega-btn-size-md{padding:16px 43px!important}.htmega-btn-size-sm{padding:8px 40px!important}.htmega-btn-size-xs{padding:3px 10px!important}.htmega-btn-style-2 .htb-btn::after{border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;transition-delay:0s,0s;transition-duration:0.3s,0.3s;transition-property:transform,background-color;transition-timing-function:cubic-bezier(.25,0,.3,1);width:100%;z-index:-1;background-color:#ff6b6b;border-radius:30px;transform:scale3d(.7,.7,1)}.htmega-btn-effect-1{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:1}.htmega-btn-effect-1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#623687;z-index:-1;background-color:#ff6b6b;opacity:0;-webkit-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:-webkit-transform 0.4s,opacity 0.4s;transition:transform 0.4s,opacity 0.4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:-1}.htmega-btn-effect-1:hover::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.htmega-btn-effect-2{z-index:1;overflow:hidden}.htmega-btn-effect-2::before{content:'';position:absolute;top:0;left:0;width:150%;height:100%;background:#623687;z-index:-1;-webkit-transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s,background-color 0.3s;transition:transform 0.3s,opacity 0.3s,background-color 0.3s;z-index:-1}.htmega-btn-effect-2:hover::before{opacity:1;-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.htmega-btn-effect-3{z-index:1;color:#fff}.htmega-btn-effect-3::before,.htmega-btn-effect-3::after{content:'';border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s,background-color 0.3s;transition:transform 0.3s,background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(.25,0,.3,1);transition-timing-function:cubic-bezier(.25,0,.3,1);z-index:-1}.htmega-btn-effect-3::before{border:2px solid #623687;-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1)}.htmega-btn-effect-3::after{background:#18012c}.htmega-btn-effect-3:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.htmega-btn-effect-3:hover::after{background-color:#623687;-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1)}.htmega-btn-effect-4::before{content:'';position:absolute;top:-20px;left:-20px;bottom:-20px;right:-20px;background:inherit;z-index:-1;opacity:.4;-webkit-transform:scale3d(.8,.5,1);transform:scale3d(.8,.5,1)}.htmega-btn-effect-4:hover::before{-webkit-animation:np-btn--2 0.3s 0.3s forwards;animation:np-btn--2 0.3s 0.3s forwards}.htmega-btn-effect-4:hover{-webkit-transition:background-color 0.1s 0.3s,color 0.1s 0.3s;transition:background-color 0.1s 0.3s,color 0.1s 0.3s;color:#ECEFF1;background-color:#623687;-webkit-animation:np-btn--1 0.3s forwards;animation:np-btn--1 0.3s forwards}.htmega-btn-effect-5::before{content:'';z-index:-1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#623687;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.htmega-btn-effect-5:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.htmega-btn-effect-6::before{content:'';z-index:-1;position:absolute;top:50%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#623687;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1);right:100%}.htmega-btn-effect-6:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.htmega-btn-effect-7::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#e09d8b;-webkit-transform:scaleX(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;color:#fff}.htmega-btn-effect-7:hover::before{-webkit-transform:scaleX(0);transform:scaleX(0)}.htmega-btn-effect-8::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#45b29d;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-8:hover::before{-webkit-transform:scaleY(0);transform:scaleY(0)}.htmega-btn-effect-9::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:-1px;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-9:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-10::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-10:hover::before{-webkit-transform:scale(2);transform:scale(2)}.htmega-btn-effect-11::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-11:hover::before{-webkit-transform:scale(1);transform:scale(1)}.htmega-btn-effect-12::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:-1px;bottom:0;background:#d82f4e;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-12:hover::before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-13::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-13:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-14::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-14:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-shadow-1 .htb-btn::before{background:#fff0 radial-gradient(ellipse at center center,rgb(0 0 0 / .35) 0%,#fff0 80%) repeat scroll 0 0;content:"";height:10px;left:5%;opacity:0;pointer-events:none;position:absolute;top:100%;transition-duration:0.3s;transition-property:transform,opacity;width:90%;z-index:-1}.htmega-btn-shadow-1 .htb-btn:hover::before{opacity:1;transform:translateY(5px)}.htmega-btn-shadow-2 .htb-btn::before,.htmega-btn-shadow-2 .htb-btn::after{background-repeat:no-repeat;box-sizing:border-box;content:"";height:5px;left:0;opacity:0;pointer-events:none;position:absolute;transition-duration:0.3s;transition-property:opacity;width:100%}.htmega-btn-shadow-2 .htb-btn::before{background:#fff0 radial-gradient(ellipse at 50% 150%,rgb(0 0 0 / .6) 0%,#fff0 80%) repeat scroll 0 0;bottom:100%}.htmega-btn-shadow-2 .htb-btn::after{background:#fff0 radial-gradient(ellipse at 50% -50%,rgb(0 0 0 / .6) 0%,#fff0 80%) repeat scroll 0 0;top:100%}.htmega-btn-shadow-2 .htb-btn:hover::before,.htmega-btn-shadow-2 .htb-btn:hover::after{opacity:1}.single_accourdion{margin-bottom:15px;position:relative}.single_accourdion:last-child{margin-bottom:0!important}.accordion-content{border:1px solid #ddd;padding:15px}.htmega-items-hedding{background:#e6e6e6 none repeat scroll 0 0;cursor:pointer;padding:10px 20px;position:relative;margin-bottom:0}.htmega-accourdion-title h2{font-size:16px;font-weight:600;margin-bottom:0}.htmega-accourdion-title .htmega-items-hedding .accourdion-icon{position:absolute;right:0;top:0;width:40px;height:100%;text-align:center;display:flex;justify-content:center;align-items:center}.htmega-accourdion-title .htmega-items-hedding .accourdion-icon svg{width:14px}.htmega-accourdion-title .htmega-items-hedding .close-accourdion{opacity:1;visibility:visible}.htmega-accourdion-title .htmega-items-hedding .open-accourdion{opacity:0;visibility:hidden}.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion{opacity:1;visibility:visible}.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion{opacity:0;visibility:hidden}.htmega-icon-align-left .htmega-items-hedding{padding-left:40px}.htmega-icon-align-left .accourdion-icon{left:0;right:0}.htmega-icon-align-right .htmega-items-hedding{padding-right:40px}.gallery-wrap{display:flex;flex-direction:row;width:100%;height:70vh}.gallery-wrap .item{flex:1;height:100%;background-position:center;background-size:cover;background-repeat:none;transition:flex 0.8s ease}.gallery-wrap .item:hover{flex:7}ul.accordion--4{list-style:none;padding:0;margin:0;display:flex;text-align:center!important;justify-content:center}ul.accordion--4 li{width:115px;height:480px;display:block;border-right:2px solid #fff;border-bottom:2px solid #fff;background-color:#fff;background-repeat:no-repeat;background-position:center center;position:relative;overflow:hidden;cursor:pointer;-moz-box-shadow:1px 3px 15px #555;-webkit-box-shadow:1px 3px 15px #555;box-shadow:1px 3px 15px #555}ul.accordion--4 li.bleft{border-left:2px solid #fff}ul.accordion--4 li .heading{background-color:#fff;padding:10px;margin-top:60px;text-transform:capitalize;font-weight:500;font-size:18px;text-align:center;color:#18012c}ul.accordion--4 li .description{position:absolute;height:175px;bottom:60px;left:0;display:none;width:100%}ul.accordion--4 li .description h2{color:#18012c;font-size:30px}ul.accordion--4 li .description p{margin:10px 22px;font-size:14px;line-height:28px;color:#18012c}ul.accordion--4 li .description a{position:absolute;bottom:5px;left:20px;text-transform:uppercase;font-style:normal;font-size:11px;text-decoration:none;color:#888}ul.accordion--4 li .description a:hover{color:#333;text-decoration:underline}ul.accordion--4 li .bgDescription{background:#fff0;height:340px;position:absolute;bottom:0;left:0;width:100%;display:none}.accordion--4 .accordion-content,.accordion--5 .accordion-content{border:0}.accor_wrapper{width:100%;height:100%;position:relative;overflow:hidden;background:#000}.accordion--5{position:relative;margin:0 auto 0 auto}.accordion--5 .single_accordion{cursor:pointer;position:absolute;width:100%;left:0;overflow:hidden;text-align:center;z-index:2}.accordion--5 .single_accordion::before{position:absolute;content:"";background:#000;left:0;top:0;width:100%;height:100%;opacity:.4;z-index:-1}.accordion--5 .single_accordion .va-title{text-transform:uppercase;font-size:40px;margin-left:5px;color:#fff;display:inline-block;margin-top:15px;margin-right:5px}.accordion--5 .single_accordion .va-title div{font-size:22px;font-style:italic;font-family:Georgia,serif}.accordion--5 .single_accordion .va-content{display:none;margin-left:0;padding:0 23%;margin-top:-36px}.accordion--5 .single_accordion .va-content div{color:#fff;font-size:14px;line-height:28px}.accor_wrapper .single_accordion{background:#000;background-size:cover}span.htmega-accordion-title-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center}span.htmega-accordion-title-icon svg{width:30px}.htmega-title-icon-align-right .htmega-accordion-title-icon{left:auto;right:0}.htmega-accordion-seperator-yes.single_accourdion::after{content:"";position:absolute;width:2px;height:auto;background:#000;left:84px;top:15px;bottom:15px}.htmega-accordion-short-des{display:block;font-size:14px}.htmega-items-hedding{margin:0}.elementor-widget-htmega-accordion-addons .accordion{display:block!important}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .open-accourdion{opacity:1;visibility:visible}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .close-accourdion{opacity:0;visibility:hidden}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .close-accourdion{opacity:1;visibility:visible}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .open-accourdion{opacity:0;visibility:hidden}.htmega-single-skill{overflow:hidden;padding-bottom:23px}.htmega-single-skill .htb-progress-bar{border-radius:3px;position:relative}.htmega-single-skill .htb-progress{overflow:visible;height:6px;border-radius:3px}.htmega-single-skill .htb-progress span.percent-label{position:absolute;right:0;top:-39px}.htmega-progress-text-inner p.htmega_progress_title{left:20px;top:50%;transform:translateY(-100%);z-index:9;margin:0;color:#fff}.htmega-progress-text-inner{position:relative}.htmega-progress-text-inner p.htmega_progress_title{position:absolute}.htmega-progress-value-inner .htb-progress span.percent-label{right:50px;top:50%;transform:translateY(-50%)}.htmega-single-skill p{color:#666;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:500;margin-bottom:17px;display:inline-block}.htmega-progressbar-value-bottom .htb-progress span.percent-label::after{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #18012c;content:"";height:0;left:50%;margin-left:-6px;position:absolute;top:100%;width:0}.htmega-progress-indicator .htb-progress .htb-progress-bar::after{background:#fff none repeat scroll 0 0;border:4px solid #18012c;border-radius:100%;content:"";height:24px;position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:24px}.htmega-single-skill.htmega-progress-bar-vertical{display:flex;flex-direction:column;overflow-y:hidden}.htmega-progress-bar-vertical{position:relative;padding-top:41px}.htmega-progress-bar-vertical .htb-progress{width:100%;padding-top:40px;min-height:390px;display:flex;align-items:flex-end;background:#fff0;overflow:hidden}.htmega-progress-bar-vertical .htb-progress .htb-progress-bar{width:100%;height:0;-webkit-transition:height 0.6s ease;-o-transition:height 0.6s ease;transition:height 0.6s ease}.htmega-progress-bar-vertical.htmega-single-skill p.htmega_progress_title{order:1}.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label{position:absolute;top:-36px;left:50%;transform:translateX(-50%)}.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label{left:50%;position:absolute;top:-36px;transform:translateX(-50%);right:auto}.radial-progress-single{text-align:center}.radial-progress-single .radial-progress{position:relative}.radial-progress-single .radial-progress span{position:absolute;text-align:center;display:block;left:50%;top:-55%;transform:translateX(-50%) translateY(0);color:#383838;font-size:30px;font-weight:500;font-family:"Montserrat",sans-serif}.radial-progress-single.htmega-progress-value-inner .radial-progress span{top:50%;transform:translateX(-50%) translateY(-50%)}.radial-progress-single h5.radial-progress-title{color:#666;font-size:16px;font-weight:500;margin:0;margin-top:11px;font-family:"Montserrat",sans-serif}.radial-progress-single canvas{vertical-align:middle;position:relative}.radial-progressbg{display:inline-block;position:relative}.htmega-countbox{text-align:center}.htmega-countbox .ht-count{display:inline-block;position:relative;margin:0 22px;line-height:1}.htmega-countbox .ht-count::before{position:absolute;content:":";right:-26px;top:50%;transform:translateY(-50%);color:#5e5b60;font-size:55px}.htmega-countbox .ht-count:last-child::before{display:none}span.ht-count{padding:28px 0;border:2px solid #18012c;border-radius:10px;width:139px;text-align:center}.htmega-countbox span.time-count{color:#242424;font-size:36px;font-weight:500;display:block;padding-bottom:27px;margin-bottom:27px;position:relative;font-family:"Montserrat",sans-serif}.htmega-countbox span.time-count::before{background-image:linear-gradient(to right,#fff0,rgb(82 65 97 / .8) 40%,rgb(82 65 97 / .8) 60%,#fff0);background-position:center center;background-repeat:no-repeat;background-size:84% auto;content:"";height:2px;left:0;position:absolute;bottom:0;width:100%}.htmega-countbox span span.count-inner p{color:#242424;font-size:30px;font-weight:400;margin:0}.htmega-timer-separate-no .htmega-countbox span.time-count::before,.htmega-separate-no .htmega-countbox .ht-count::before{display:none}.htmega-countdown-style-2 .ht-count .count-inner .time-count,.htmega-countdown-style-2 .ht-count .count-inner p{display:inline-block}.htmega-countdown-style-2 span.ht-count,.htmega-countdown-style-3 span.ht-count{width:auto!important;height:auto!important}.htmega-countdown-style-3 .ht-count.second{left:48.5%;margin:0;position:absolute;top:-60px;transform:translateX(-50%)}.htmega-countdown-style-3 .ht-count.second p,.htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before{display:none}.htmega-countdown-style-3 .ht-count::before{right:-26px;top:21%;transform:inherit}.htmega-hide-lavel .htmega-countbox .ht-count::before{right:-26px;top:36%}.htmega_event_button a{line-height:1;margin-top:30px;padding:15px 30px;text-decoration:none}.htmega_event_button a i{margin-right:10px}.htmega-team{margin-top:30px}.htmega-team .htmega-thumb{position:relative;overflow:hidden;line-height:0}.htmega-team .htmega-thumb *{line-height:normal}.htmega-team{position:relative}.htmega-team .htmega-team-content{text-align:center;font-size:16px;font-weight:500;margin-bottom:7px;border:1px solid #dcd9d9;padding:30px 20px}.htmega-team .htmega-team-content h4{font-size:16px;font-weight:500;margin-bottom:5px}.htmega-team .htmega-team-content h4{color:#343434;transition:0.5s}.htmega-team .htmega-team-content p{margin:0;color:#343434;font-size:16px;font-weight:400}.htmega-team-style-1 .htmega-team-hover-action{position:absolute;width:100%;text-align:center;height:100%;top:-100px;opacity:0;-webkit-transition:all 0.3s ease-out 0.5s;-moz-transition:all 0.3s ease-out 0.5s;-o-transition:all 0.3s ease-out 0.5s;-ms-transition:all 0.3s ease-out 0.5s;transition:all 0.3s ease-out 0.5s}.htmega-team .htmega-team-hover-action .htmega-team-hover{position:absolute;top:50%;transform:translateY(-50%);width:100%}.htmega-team .htmega-team-hover-action .htmega-team-hover p{color:#fff;font-size:14px;line-height:28px;padding:0 23px;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all 0.2s ease-in-out 0.1s;-moz-transition:all 0.2s ease-in-out 0.1s;-o-transition:all 0.2s ease-in-out 0.1s;-ms-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0}.htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network{margin-bottom:7px;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all 0.2s ease-in-out 0.1s;-moz-transition:all 0.2s ease-in-out 0.1s;-o-transition:all 0.2s ease-in-out 0.1s;-ms-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0}.htmega-team-style-1:hover .htmega-team-hover-action{opacity:1;top:0;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s;-webkit-animation:bounceY 0.9s linear;-moz-animation:bounceY 0.9s linear;-ms-animation:bounceY 0.9s linear;animation:bounceY 0.9s linear;background:rgb(24 1 44 / .6)}.htmega-team:hover .htmega-team-hover-action .htmega-team-hover p,.htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;-o-transition-delay:0.4s;-ms-transition-delay:0.4s;transition-delay:0.4s;opacity:1}.htmega-team-style-1::before{position:absolute;content:"";width:0;height:1px;background:#18012c;bottom:0;left:0;transition:0.5s}.htmega-team-style-1:hover::before{width:100%}.htmega-team .htmega-thumb img{transition:all 0.4s ease 0s;width:100%}.htmega-team-style-2 .htmega-thumb img{-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:0.5s}.htmega-team-style-2:hover .htmega-thumb img{-webkit-filter:grayscale(0);filter:grayscale(0)}.htmega-team-style-2 .htmega-team-hover-action{position:absolute;bottom:30px;width:100%;padding:0 30px}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{text-align:center;padding:25px 0;background-color:rgb(115 146 184 / .7);width:100%;opacity:0;-webkit-transform:translate(265px,145px) rotate(45deg);-moz-transform:translate(265px,145px) rotate(45deg);-o-transform:translate(265px,145px) rotate(45deg);-ms-transform:translate(265px,145px) rotate(45deg);transform:translate(265px,145px) rotate(45deg);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4{font-size:18px;font-weight:500;margin-bottom:9px;color:#fff}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{background-color:#18012c}.htmega-team-style-2 .htmega-team-hover-action{background-color:transparent!important}.htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action{opacity:1;-webkit-transform:translate(0,-10px) rotate(45deg);-moz-transform:translate(0,-10px) rotate(45deg);-o-transform:translate(0,-10px) rotate(45deg);-ms-transform:translate(0,-10px) rotate(45deg);transform:translate(0,-10px) rotate(0deg)}.htmega-team-style-2 .htmega-team-designation{display:block;color:#fff}.htmega-team.htmega-team-style-2{overflow:hidden}.htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action{display:flex;justify-content:space-between;text-align:left;padding:10px 15px;align-items:center}.htmega-team-hover-action.htmega-action-hover-st2{bottom:-30px}.htmega-st2-new.htmega-team{padding-bottom:20px}.htmega-team.htmega-team-style-2 .htmega-thumb{overflow:visible}.htmega-team-hover-action.htmega-action-hover-st2 ul.htmega-social-network{padding:0}.htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action{background-color:#fff0;background-image:linear-gradient(220deg,#FF9966 0%,#FF5E62 100%);border-radius:5px 5px 5px 5px;padding:15px}.htmega-team-style-2.htmega-st2-new .htmega-thumb img{-webkit-filter:grayscale(0);filter:grayscale(0)}.htmega-team-style-3 .htmega-thumb{padding-bottom:80px;position:relative}.htmega-team-style-3 .plus_click{position:absolute;left:50%;top:-14px;transform:translateX(-50%)}.htmega-team-style-3 .plus_click::before{content:"\f067";font-family:Fontawesome;display:block;width:25px;height:25px;border:1px solid #fff;color:#fff;background:#555;border-radius:100%;text-align:center;font-size:12px;z-index:2;cursor:pointer;transition:0.5s;line-height:27px}.htmega-team-style-3 .plus_click.team-minus::before{content:"\f068";background:#18012c}.htmega-team-style-3 .htmega-team-click-action{background:#343434;text-align:center;border-radius:50px 50px 0 0;padding-top:28px;padding-bottom:20px;transition:0.5s;width:100%;position:absolute;width:100%;bottom:0;margin-bottom:-58px}.htmega-team-style-3 .htmega-team-click-action.visible{margin-bottom:0;background:#18012c}.htmega-team-style-3 .htmega-team-click-action h4{font-size:16px;font-weight:600;margin-bottom:2px}.htmega-team-style-3 .htmega-team-click-action h4{color:#fff}.htmega-team-style-3 .htmega-team-click-action span{display:block;color:#fff;font-size:14px;margin-bottom:14px}.htmega-team-style-3 .htmega-team-click-action .htmega-social-network{margin-bottom:9px}.htmega-team ul.htmega-social-network{padding:0;margin:0;list-style:none;display:block;text-align:center}.htmega-social-network{margin-bottom:8px}.htmega-social-network li{margin:0 10px;display:inline-block}.htmega-social-network li a{color:#fff;font-size:14px;display:block;background:#fff0;line-height:1}.htmega-social-network li a svg{width:20px}.htmega-social-network li a:hover{color:#3B5998;background:#fff0}.htmega-team-style-3 .htmega-social-network li a{height:28px;line-height:26px;text-align:center;width:28px}.htmega-team-style-4{text-align:center}.htmega-team-style-4 .htmega-thumb{overflow:visible;display:block}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.htmega-team-style-4 .htmega-team-hover-action{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;text-align:center}.htmega-team-style-4 .htmega-team-hover-action::before{position:absolute;content:"";background:#18012c;opacity:1;width:auto;height:auto;border-radius:100%;left:0;top:0;bottom:0;right:0}.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before{background:rgb(24 1 44 / .5) none repeat scroll 0 0;bottom:10px;content:"";height:auto;left:10px;opacity:0;position:absolute;right:10px;top:10px;transition:all 0.4s ease-in-out 0s;width:auto}.htmega-thumb.htmega-team-image-hover-none{overflow:hidden}.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{display:block;color:#fff}.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4:hover .htmega-team-image-hover-none span.htmega-team-designation{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before{opacity:1}.htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action{background-color:transparent!important}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action{position:absolute;top:50%;transform:translateY(-50%);width:100%;text-align:center}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4{font-size:16px;margin-bottom:13px;font-weight:500}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4{color:#fff}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img{-webkit-transform:rotate3d(0,1,0,-180deg);-moz-transform:rotate3d(0,1,0,-180deg);-ms-transform:rotate3d(0,1,0,-180deg);-o-transform:rotate3d(0,1,0,-180deg);transform:rotate3d(0,1,0,-180deg)}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img{-webkit-transform:rotate3d(0,1,0,180deg);-moz-transform:rotate3d(0,1,0,180deg);-ms-transform:rotate3d(0,1,0,180deg);-o-transform:rotate3d(0,1,0,180deg);transform:rotate3d(0,1,0,180deg);z-index:12}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img{-webkit-transform:rotate3d(1,0,0,180deg);-moz-transform:rotate3d(1,0,0,180deg);-ms-transform:rotate3d(1,0,0,180deg);-o-transform:rotate3d(1,0,0,180deg);transform:rotate3d(1,0,0,180deg)}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img{-webkit-transform:rotate3d(1,0,0,180deg);-moz-transform:rotate3d(1,0,0,180deg);-ms-transform:rotate3d(1,0,0,180deg);-o-transform:rotate3d(1,0,0,180deg);transform:rotate3d(1,0,0,180deg)}.htmega-team-style-5 .htmega-thumb img{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition:all 0.7s ease-in-out;-moz-transition:all 0.7s ease-in-out;-o-transition:all 0.7s ease-in-out;-ms-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out}.htmega-team-style-5 .htmega-team-hover-action{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;background-color:#fff;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;-ms-transition:all 0.5s linear;transition:all 0.5s linear;opacity:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action{position:absolute;top:50%;transform:translateY(-50%);padding:0 20px;width:100%}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{font-size:16px;font-weight:600;margin-bottom:9px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a{color:#343434}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span{font-size:16px;display:block;color:#343434;margin-bottom:12px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p{line-height:26px;color:#494849;font-size:14px;margin-bottom:16px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network{justify-content:flex-start}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child{margin-left:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;-ms-transition:all 0.5s linear;transition:all 0.5s linear;opacity:0}.htmega-team-style-5:hover .htmega-team-hover-action{opacity:1;background-color:#fff}.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.htmega-team-style-5:hover .htmega-thumb img{-webkit-transform:scale(10);-moz-transform:scale(10);-o-transform:scale(10);-ms-transform:scale(10);transform:scale(10);opacity:0}.htmega-team.htmega-team-style-5 ul.htmega-social-network{padding:0}.htmega-team-style-6{overflow:hidden}.htmega-team-style-6 .htmega-thumb img{transition:0.5s}.htmega-team-style-6:hover .htmega-thumb img{transform:scale(1.2) rotate(10deg)}.htmega-team-style-6 .htmega-team-info{background:#f4f4f4;text-align:center;transition:0.4s}.htmega-team-style-6 .htmega-team-info .htmega-team-content{padding:26px 18px}.htmega-team-style-6 .htmega-team-info .htmega-team-content p{font-size:14px;line-height:28px;color:#494849;margin:0}.htmega-team-style-6 .htmega-team-info .htmega-team-content h4{font-size:16px;font-weight:600;margin-bottom:5px}.htmega-team-style-6 .htmega-team-info .htmega-team-content h4{color:#343434}.htmega-team-style-6 .htmega-team-info .htmega-team-content span{color:#343434;font-size:14px;font-weight:400}.htmega-team-style-6 .htmega-team-info .htmega-social-network{padding:14px 0;border-top:2px solid #fff}.htmega-team.htmega-team-style-6 .htmega-team-content{border:none}.htmega-team-style-7{box-shadow:0 0 15px rgb(0 0 0 / .1);overflow:hidden}.htmega-team-style-7 .htmega-thumb a img{transition:0.5s}.htmega-team-style-7 .htmega-team-hover-action{position:absolute;bottom:30px;width:100%;text-align:center}.htmega-team-style-7 .htmega-team-hover-action{background-color:#fff0}.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network{-webkit-transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55)}.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a{-webkit-transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);-webkit-transform:scale(.1);transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);transform:scale(.1);opacity:0;height:28px;width:28px;line-height:28px}.htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a{opacity:1;transform:scale(1);-webkit-transition-delay:.1s;transition-delay:.1s}.htmega-team-style-7 .htmega-team-content{background:#fff none repeat scroll 0 0;border:0 none;margin:0;padding:20px 10px;text-align:center}.htmega-team-style-7 .htmega-team-content h4{font-size:16px;font-weight:600;margin-bottom:3px}.htmega-team-style-7 .htmega-team-content h4{color:#343434}.htmega-team-style-7 .htmega-team-content h4:hover{color:#18012c}.htmega-team-style-7 .htmega-team-content span{color:#343434;font-size:14px;margin:0;font-weight:400}.htmega-team-style-7:hover .htmega-thumb img{transform:scale(1.2) rotate(10deg)}.htmega-team-style-8 .htmega-team-content{position:relative;transition:all 0.3s ease-in-out;border:1px solid #e5e5e5;border-top:0;overflow:hidden}.htmega-team-style-8{box-shadow:none}.htmega-team-style-8 .htmega-team-hover-action{position:absolute;bottom:-110%;width:100%;z-index:2;left:0;height:100%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out;background-color:#fff0;background-image:linear-gradient(280deg,#FCC5FF 0%,#8D73FF 100%)}.htmega-team-style-8:hover .htmega-team-hover-action{bottom:0}.htmega-team-style-8::before,.htmega-team-style-8::after{content:"";position:absolute;left:0;bottom:0;height:10px;width:10px;border-left:1px solid #8e74ff;border-bottom:1px solid #8e74ff;z-index:1}.htmega-team-style-8::after{left:auto;right:0;border-left:1px solid transparent!important;border-right:1px solid #8e74ff}.htmega-team-style-8:hover::after,.htmega-team-style-8:hover::before{opacity:0}.htmega-team-style-8 .htmega-team-hover-action:after{position:absolute;content:"";width:51px;height:3px;top:0;left:50%;background:#fff;margin-left:-25px}.htmega-team.htmega-st8-new .htmega-team-content{position:absolute;bottom:0;left:0;right:0;margin:0 15px}.htmega-team-style-8.htmega-st8-new3 .htmega-team-hover-action{bottom:0;left:-99%}.htmega-team-style-8.htmega-st8-new3:hover .htmega-team-hover-action{left:0}.htmega-team-style-8.htmega-st8-new3 .htmega-team-content{border-width:0 0 0 0;margin:0 20px 20px 0}span.htmega-team-designation{display:block}.htmega-features svg{width:20px;display:inline-block}.htmega-pricing-panel{display:flex;flex-direction:column;justify-content:space-between;text-align:center;margin-top:30px}.htmega-pricing-body ul{list-style:none;padding:0;margin:0}.htmega-pricing-body ul li{display:flex;align-items:center;justify-content:center}.htmega-pricing-panel .pricing_old{margin-right:15px}.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_old{padding-left:16px;position:relative}.htmega-features li i,.htmega-features li svg{margin-right:8px}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge{position:absolute;top:-1px;background:#fff;padding:12px 40px;z-index:9;line-height:1;border-radius:5px 0 0 5px}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-left{left:40px;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.htmega-pricing-panel .price-label{position:relative}.htmega-pricing-style-1{background:#365a73;margin-top:30px;border-radius:10px;padding-bottom:40px}.htmega-pricing-style-1 .htmega-pricing-heading{padding-top:65px;padding-bottom:75px;background-repeat:no-repeat;background-position:center center;position:relative;background-size:cover;margin-bottom:37px;border-radius:10px 10px 0 0}.htmega-pricing-style-1 .htmega-pricing-heading .title{position:absolute;left:-7px;transform:rotate(-90deg);top:39px}.htmega-pricing-style-1 .htmega-pricing-heading .title h2{margin:0;height:50px;line-height:50px;color:#fff;font-size:16px;background:-webkit-linear-gradient(left,#446c83,#4eb8bf);background-image:linear-gradient(left,#446c83,#4eb8bf);border-radius:10px;font-family:'Raleway',sans-serif;width:125px;text-align:center}.htmega-pricing-style-1 .htmega-pricing-heading .price{display:inline-block;padding-left:35px}.htmega-pricing-style-1 .htmega-pricing-heading .price h4{color:#fff;display:inline-block;margin:0;position:relative;font-size:40px;font-weight:600;font-family:'Raleway',sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_new{font-size:40px}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:23px;font-size:20px;font-weight:700;font-family:'Raleway',sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_old sub{position:static}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span{font-size:20px;font-family:"Montserrat",sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.separator{margin-right:-5px}.htmega-pricing-style-1 .htmega-pricing-body{margin-bottom:37px}.htmega-pricing-style-1 .htmega-pricing-body ul li{color:#f1f1f1;font-weight:300;font-size:16px;padding:5px 0;justify-content:left}.htmega-pricing-style-1 .htmega-pricing-body ul li svg path{fill:#f1f1f1}.htmega-pricing-style-1 .htmega-pricing-body ul li svg path a.price_btn{text-decoration:none}.htmega-pricing-style-1 a.price_btn{border:1px solid #4fbfc5;display:inline-block;padding:8px 40px;border-radius:10px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:600;transition:0.5s}.htmega-pricing-style-1 a.price_btn:hover{background:#4ebec4;color:#fff;border:1px solid #4ebec4}.htmega-pricing-style-2{background:#fff;border-radius:10px;padding:55px 0}.htmega-pricing-heighlight{padding:70px 0;box-shadow:0 0 30px rgb(82 182 188 / .25);position:relative;z-index:2}.htmega-pricing-style-2 .htmega-pricing-heading{margin-bottom:10px}.htmega-pricing-style-2 .htmega-pricing-heading .icon{margin-bottom:20px}.htmega-pricing-style-2 .htmega-pricing-heading .title h2{margin-bottom:14px;margin-bottom:28px}.htmega-pricing-style-2 .htmega-pricing-heading .price h4{color:#52b6bc;font-weight:400;position:relative;font-size:30px;margin:0;font-family:'Lora',serif;display:inline-block}.htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:16px}.htmega-pricing-style-2 .htmega-pricing-body{margin-bottom:27px}.htmega-pricing-style-2 .htmega-pricing-body ul li{color:#7b7b7b;font-size:14px;font-weight:300;padding:3px 0;justify-content:left}.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn{border:2px solid #52b6bc;display:inline-block;padding:0 32px;color:#52b6bc;border-radius:21px;font-weight:500;font-size:15px;transition:0.5s}.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover{background:#52b6bc;color:#fff;border:2px solid #52b6bc}.htmega-pricing-style-3{background:#ef476f;padding-bottom:60px;margin-top:88px;border-radius:5px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-pricing-style-3 .htmega-pricing-heading .price{width:125px;height:127px;background:#ef476f;border:4px solid #fff;border-radius:100%;text-align:center;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-top:-63px;margin-bottom:37px}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-3 .htmega-pricing-heading .price h4{font-size:40px;margin:0;font-weight:600;position:relative;font-family:"Poppins",sans-serif}.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_old{padding:0}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 sub{font-size:20px;position:relative;top:-17px;left:0}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span{font-size:15px;font-weight:500;color:#fff}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.separator{margin-right:-8px;margin-left:0;color:#fff}.htmega-pricing-style-3 .htmega-pricing-heading .title{margin-bottom:41px}.htmega-pricing-style-3 .htmega-pricing-heading .title h2{font-size:26px;color:#fff;font-weight:600;margin:0;font-family:"Montserrat",sans-serif}.htmega-pricing-style-3 .htmega-pricing-body ul li{color:#fff;font-size:17px;padding:5px 0;font-family:"Poppins",sans-serif}.htmega-pricing-style-3 .htmega-pricing-body ul li svg path{fill:#fff}.htmega-pricing-style-3 .htmega-pricing-footer{margin-top:48px}.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn{height:40px;padding:0 43px;display:inline-block;box-shadow:0 4px 10px rgb(0 0 0 / .25);color:#fff;font-weight:600;line-height:40px;font-size:15px;transition:0.5s;font-family:"Montserrat",sans-serif}.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover{box-shadow:0 4px 10px rgb(0 0 0 / .1)}.htmega-pricing-style-4{background:#fff;padding:90px 0}.htmega-pricing-style-4.htmega-pricing-heighlight .htmega-pricing-footer{height:auto}.htmega-pricing-ribon{position:relative}.htmega-pricing-ribon::before{content:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/images/pricing/pricing-ribon.png);left:30px;position:absolute;top:-15px}.htmega-pricing-style-4 .htmega-pricing-heading .price h4{font-weight:600;color:#4d4d4d;font-size:48px;position:relative;display:inline-block;margin:0}.htmega-pricing-style-4 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:25px;font-size:31px}.htmega-pricing-style-4 .htmega-pricing-heading .title h2{font-size:18px;font-weight:500;color:#000101;padding-bottom:27px;position:relative;margin-bottom:28px}.htmega-pricing-style-4 .htmega-pricing-heading .title h2::before{position:absolute;content:"";width:60px;height:2px;background:#e1e1e1;bottom:0;left:50%;transform:translateX(-50%)}.htmega-pricing-style-4 .htmega-pricing-body{position:relative;padding-bottom:23px;margin-top:36px}.htmega-pricing-style-4 .htmega-pricing-body::before{position:absolute;content:"";background:#e1e1e1;width:60px;height:2px;bottom:0;left:50%;transform:translateX(-50%);transition:.3s}.htmega-pricing-style-4:hover .htmega-pricing-body::before{opacity:0}.htmega-pricing-style-4 .htmega-pricing-body ul li{font-size:15px;color:#000;line-height:35px;font-family:"Montserrat",sans-serif}.htmega-pricing-style-4 .htmega-pricing-body ul li svg path{fill:#000}.htmega-pricing-style-4 .htmega-pricing-footer{margin-top:32px;height:0;overflow:hidden;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn{height:46px;border:1px solid #ededed;display:inline-block;line-height:44px;padding:0 40px;color:#000;font-size:14px;border-radius:30px;font-family:"Montserrat",sans-serif;transition:0.5s}.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover{background:#0056ff;color:#fff;border:1px solid #0056ff}.htmega-pricing-style-4:hover .htmega-pricing-footer{height:46px}.htmega-pricing-style-4.active .htmega-pricing-footer{height:46px!important}.htmega-pricing-style-5{background:#f6f6f6;padding:40px 0;text-align:left;padding-bottom:50px;margin-left:30px}.htmega-pricing-style-5 .htmega-pricing-heading{padding-left:46px;margin-bottom:8px}.htmega-pricing-style-5 .htmega-pricing-heading .price h4{color:#0056ff;font-weight:600;font-size:40px}.htmega-pricing-style-5 .htmega-pricing-heading .title h2{color:#000;font-size:18px;font-weight:500;letter-spacing:3px;margin-bottom:3px}.htmega-pricing-style-5 .htmega-pricing-body{background:#e3ecff;margin-right:30px;margin-left:-30px;border-radius:6px;padding:40px 56px 60px;position:relative}.htmega-pricing-style-5 .htmega-pricing-body ul{margin-bottom:-37px}.htmega-pricing-style-5 .htmega-pricing-body ul li{color:#181818;font-size:14px;padding:10px 0}.htmega-pricing-body ul li.off{text-decoration:line-through}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn{bottom:-72px;background:#fff0;display:inline-block;left:50%;border-radius:25px;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:2px;transform:translateX(-50%);position:relative;border:1px solid #fff0;padding:4px;transition:0.5s}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn span{padding:0 30px;background:#0056ff;display:inline-block;border-radius:20px;height:40px;line-height:40px;transition:0.5s}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover{border:1px solid #0056ff}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active{border:1px solid #0056ff}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover{border:1px solid #fff0}.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_old{padding:0}.htmega-pricing-style-5 sub{font-size:40px;position:static}.htmega-pricing-style-6{background:#fff;box-shadow:0 0 20px 1px rgb(35 31 32 / .2);padding-bottom:30px}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-heading{background:#2d3e50;padding:30px 0}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body{padding:55px 0}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body ul li{padding:7px 0}.htmega-pricing-style-6 .htmega-pricing-heading{background:#2d3e50;padding:30px 0}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator{margin-left:5px;margin-right:0}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 sub{font-size:18px;position:relative;top:-20px;left:0}.htmega-pricing-style-6 .htmega-pricing-body{padding:50px 0}.htmega-pricing-style-6 .htmega-pricing-body ul li{color:#2d3e50;font-size:18px;font-weight:500;padding:5px 0;font-family:'Raleway',sans-serif}.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn{background:#2d3e50;padding:12px 40px;line-height:1;font-weight:700;border-radius:15px;font-size:15px;color:#fff;font-family:'Raleway',sans-serif;transition:0.5s}.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover{transform:translateY(-5px)}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator{color:#ecebeb;font-size:18px}.htmega-pricing-style-7{background:#fff;padding-top:48px;padding-bottom:60px;box-shadow:0 0 10px rgb(1 26 72 / .1)}.htmega-pricing-style-7 .htmega-pricing-heading .title h2{color:#f7ca18;font-size:26px;font-weight:600;margin-bottom:32px;font-family:"Poppins",sans-serif}.htmega-pricing-style-7 .htmega-pricing-heading .price{background-position:center center;background-size:cover;margin-bottom:23px;padding:12px 0}.htmega-pricing-style-7 .htmega-pricing-heading .price h4{font-size:60px;color:#011a48;font-weight:700;font-family:"Poppins",sans-serif}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator{font-size:26px;font-weight:600}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator{margin-left:2px;margin-right:-8px}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 sub{font-size:26px;left:0;position:relative;top:-3px}.htmega-pricing-style-7 .htmega-pricing-body{padding:0 28px}.htmega-pricing-style-7 .htmega-pricing-body ul li{color:#798294;font-size:20px;line-height:32px;padding:13px 0;border-top:1px solid #f6f6f6;font-family:'Open Sans',sans-serif}.htmega-pricing-style-7 .htmega-pricing-body ul li:last-child{border-bottom:1px solid #f6f6f6}.htmega-pricing-style-7 .htmega-pricing-footer{margin-top:40px}.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn{height:47px;padding:0 50px;display:inline-block;background:#011a48;border-radius:23px;color:#fff;font-size:14px;line-height:47px;text-transform:uppercase;font-weight:600;letter-spacing:2px;font-family:"Poppins",sans-serif;transition:0.5s}.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover{background:#f7ca18;color:#000}.htmega-pricing-panel.htmega-pricing-style-8{background-color:#fff0;background-image:linear-gradient(145.94deg,#FFB602 0%,#FF0773 100%);border-radius:10px 10px 10px 10px;margin:0 0 0 0;padding:40px 0 44px 0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .title h2{color:#FFF;font-family:"Roboto",Sans-serif;font-size:18px;font-weight:400}.htmega-pricing-panel.htmega-pricing-style-8 .price-label{background-color:#FFF;width:205px;right:-42%;padding:20px 22px 20px 0;margin:5px 0 5px 0;border-radius:70px 0 0 70px}.htmega-pricing-panel.htmega-pricing-style-8 .price-label h4{color:#FF106E;font-family:"Roboto",Sans-serif;font-size:28px;font-weight:700;margin-bottom:0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul li{color:#FFF;font-weight:400;padding:5px 5px 5px 5px;justify-content:left}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul{text-align:left;padding:0 0 0 94px}.htmega-pricing-panel.htmega-pricing-style-8 .price-label h4 sub{color:#FF106E;font-family:"Roboto",Sans-serif;font-size:28px;font-weight:700;left:0;top:0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .htmega-pricing-header-align{padding:0 0 0 95px;text-align:left}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer{margin:40px 0 0 0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn{padding:15px 86px 15px 86px;border-radius:30px 30px 30px 30px}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn{border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFF}.htmega-pricing-heading .header-top-image{top:-47.5px;position:relative;width:95px;height:95px;border:1px solid #000;border-radius:99px;padding:7px;left:50%;margin-left:-47.5px;background:#fff;display:flex;align-items:center;justify-content:center}.htmega-pricing-panel.htmega-pricing-style-9{background-color:#FFF;padding:0 0 44px 0;border-radius:10px 10px 10px 10px}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-body ul li{color:#22577E;font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400;padding:0 0 6px 0}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer{margin:40px 0 0 0}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn{padding:12px 50px 12px 50px;border-radius:30px 30px 30px 30px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FF5151;color:#FF5151;transition:0.3s}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn:hover{color:#FFF;background-color:#FF5151}.htmega-brands-area.htmega-brands-style-1{display:flex;flex-wrap:wrap}.htmega-brands-area{overflow:hidden}.single-partner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;width:calc(100% * (1/4));text-align:center;margin-bottom:50px;display:flex;align-items:center;justify-content:center;line-height:0}.single-partner a{display:inline-block}ul.brand-list{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}@media only screen and (max-width:380px){ul.brand-list{display:block}}ul.brand-list li{position:relative;text-align:center}ul.brand-list li a{display:inline-block}.htmega-brands-style-2 ul.brand-list li{border-right:1px dashed #fff;display:block;float:left;padding:20px;text-align:center;width:20%}.htmega-brands-style-2 ul.brand-list li:last-child{border-right:1px dashed #fff0}.htmega-brands-style-3 ul.brand-list li{flex-basis:20%;border-right:1px solid #dcd9d9;height:125px;line-height:125px;border-top:1px solid #dcd9d9;border-bottom:1px solid #dcd9d9}.htmega-brands-style-3 ul.brand-list li:first-child{border-left:1px solid #dcd9d9}.brand-list-area{display:flex;flex-wrap:wrap}.brand-logo-col{padding-left:15px;padding-right:15px}.htmega-brands-style-5 .brand-logo-col{flex:0 0 25%;max-width:25%}.htmega-brands-style-5 .single-partner{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);text-align:center;display:block;width:100%;padding:25px 15px}.htmega-brands-style-7 .single-partner{width:100%}.htmega-brands-style-7 .brand-logo-col{flex:0 0 33.333%;max-width:33.333%}.htmega-brands-style-4 ul.brand-list{display:block}.htmega-brands-style-4 ul.brand-list li{border-bottom:1px dashed #aaa;border-right:1px dashed #aaa;float:left;padding:25px 15px;text-align:center;width:33.33%}.htmega-brands-style-4 ul.brand-list li:nth-child(1){border-bottom-color:#aaa;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(6),.htmega-brands-style-4 ul.brand-list li:last-child{border-bottom-color:#fff0;border-right-color:#fff0}.htmega-brands-style-4 ul.brand-list li:nth-child(5){border-bottom-color:#fff0;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(4){border-bottom-color:#fff0;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(3){border-bottom-color:#aaa;border-right-color:#fff0}.float-left{float:left}.newsletter-style-one p{color:#798294;font-size:14px;line-height:28px;max-width:605px;margin:0 auto!important;width:100%;margin-bottom:58px;margin-top:16px}.htmega-mailchimp-style-1 .htmega-input-box{position:relative;max-width:530px;margin:0 auto}.htmega-input-box input[type="text"],.htmega-input-box input[type="email"]{width:100%}.htmega-mailchimp-style-1 .htmega-input-box input[type="submit"]{position:absolute;right:5px;top:50%;transform:translateY(-50%);outline:none;border:0 none;transition:0.4s}.htmega-mailchimp-style-2 .htmega-input-box input[type="text"],.htmega-mailchimp-style-2 .htmega-input-box input[type="email"]{width:calc(100% - 170px)}.htmega-input-box form{width:100%}.htmega-mailchimp-style-3 .htmega-input-box{position:relative;max-width:580px;width:100%;margin:0 auto;display:flex}.htmega-mailchimp-style-3 .htmega-input-box input{text-align:center;float:left;overflow:hidden;max-width:405px}.htmega-mailchimp-style-3 .htmega-input-box input[type="submit"]{float:right;overflow:hidden;transition:0.4s}.htmega-mailchimp-style-4 .htmega-input-box{position:relative}.htmega-mailchimp-style-4 .htmega-input-box input[type="submit"]{position:absolute;right:5px;top:50%;width:40px;transform:translateY(-50%);transition:0.4s;text-indent:-99999px}.htmega-mailchimp-style-4 .htmega-input-box::before{color:#fff;content:"";cursor:pointer;display:block;font-family:fontawesome;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1}.htmega-mailchimp-style-5 .htmega-input-box input[type="submit"]{width:100%;transition:0.5s}.htmega-testimonial-area .slick-prev,.htmega-testimonial-area .slick-next{background:#fff0 none repeat scroll 0 0;border:medium none;color:#7d7d7d;cursor:pointer;display:block;font-size:24px;height:auto;line-height:1;outline:medium none;padding:0;position:absolute;text-align:center;top:50%;transform:translate(0,-50%);width:auto;z-index:2;transition:all 0.3s ease-in-out}.htmega-testimonial-area .slick-next{right:0}.htmega-testimonial-area .slick-dots{list-style:none}.htmega-testimonial-area .slick-dots li button{font-size:0;line-height:0;display:block;width:12px;height:12px;padding:0;cursor:pointer;color:#fff0;border:0;outline:none;background:#e3e3e3;border-radius:100%}.htmega-testimonial-area .slick-dots li.slick-active button{background:#f60}.htmega-testimonial-area .slick-dots li button:before{display:none}.htmega-testimonial-area .slick-dots{bottom:-30px;z-index:3}.htmega-testimonial-area .slick-dots li{margin:0 7px;width:12px;height:12px}.htmega-testimonial-area .slick-prev::before,.htmega-testimonial-area .slick-next::before{display:none}.htmega-testimonial-area:not(.htmega-testimonial-style-4) .slick-dots{left:0}.htmega-testimonial-activation{z-index:1}.htmega-testimonial-style-1 .testimonal{text-align:center}.htmega-testimonial-style-1 .testimonal img{margin-bottom:0;text-align:center;display:inline-block}.htmega-testimonial-style-1 .testimonal .testimonal-image{margin-bottom:34px}.htmega-testimonial-style-1 .testimonal .shape img{margin:0}.htmega-testimonial-style-1 .testimonal .content{margin-top:30px}.htmega-testimonial-style-1 .testimonal .content p{color:#3e3e3e;font-size:18px;line-height:35px;padding:0 10%}.htmega-testimonial-style-1 .testimonal .content h4{color:#3e3e3e;font-size:20px;line-height:37px;margin:0}.htmega-testimonial-style-1 .testimonal .content span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-2 .testimonal{text-align:center;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);position:relative;margin-top:50px;padding-bottom:27px;border-radius:10px}.htmega-testimonial-style-2 .testimonal img{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #6e6e6e;border-radius:100%;max-width:100%}.htmega-testimonial-style-2 .testimonal .content{margin-top:69px}.htmega-testimonial-style-2 .testimonal .content p{color:#5b5b5b;font-size:14px;line-height:24px;padding:0 4%;font-style:italic;margin-bottom:4px}.htmega-testimonial-style-2 .testimonal .content h4{color:#5b5b5b;font-size:16px;line-height:37px;margin:0;font-weight:600}.htmega-testimonial-style-2 .testimonal .content span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-2 .slick-slide{padding:5px 15px}.htmega-testimonial-style-2 .slick-center .testimonal img{border:1px solid #f60}.htmega-testimonial-style-2 .slick-dots{bottom:-75px}.slick-dotted.slick-slider{margin-bottom:0}.htmega-testimonial-style-2 .testimonal .shape img{border:medium none;left:0;margin:0 auto;position:relative;top:53px;transform:translate(0)}.htmega-testimonial-style-3 .testimonal img{float:left}.htmega-testimonial-style-3 .testimonal .content{overflow:hidden;padding-left:20px}.htmega-testimonial-style-3 .testimonal .content p{color:#3e3e3e;font-size:16px;margin-bottom:20px;line-height:28px}.htmega-testimonial-style-3 .testimonal .content .clint-info{padding-left:50px;position:relative}.htmega-testimonial-style-3 .testimonal .content .clint-info::before{position:absolute;content:"";width:30px;height:2px;background:#383838;left:0;top:4px}.htmega-testimonial-style-3 .testimonal .content .clint-info h4{font-weight:600;font-size:16px;color:#383838;margin-bottom:2px}.htmega-testimonial-style-3 .testimonal .content .clint-info span{color:#383838;font-size:14px}.htmega-testimonial-style-3 .testimonal .shape img{left:20px;position:relative}.htmega-testimonial-style-3 .testimonal .content .clint-info ul.htmega-testimonial-rating *{padding-left:0!important}.htmega-testimonial-style-8 ul.htmega-testimonial-rating,.htmega-testimonial-style-3 ul.htmega-testimonial-rating,.htmega-testimonial-style-4 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-4 .testimonal .testimonal-image{float:left;padding-right:50px;position:relative}.htmega-testimonial-style-4 .testimonal .testimonal-image::before{position:absolute;content:"";width:1px;height:100%;background:#18012c;right:0;top:0}.htmega-testimonial-style-4 .testimonal .testimonal-image::after{position:absolute;content:"";background:#18012c;height:1px;width:30px;right:0;top:50%;transform:translateY(-50%)}.htmega-testimonial-style-4 .testimonal .content{overflow:hidden;padding-left:30px}.htmega-testimonial-style-4 .testimonal .content p{color:#3e3e3e;font-size:16px;margin-bottom:20px;line-height:28px}.htmega-testimonial-style-4 .testimonal .content h4{font-weight:600;font-size:16px;color:#383838;margin-bottom:2px}.htmega-testimonial-style-4 .testimonal .content span{color:#383838;font-size:14px}.htmega-testimonial-style-4 .testimonal .content span:before{content:""}.htmega-testimonial-style-4 ul.slick-dots li button::before{content:"0";display:block;font-size:16px;height:auto;left:-8px;line-height:1;opacity:1;position:absolute;top:-4px;width:auto}.htmega-testimonial-style-4 ul.slick-dots{padding:0;margin:0;list-style:none;border:0 none;text-align:right}.htmega-testimonial-style-4 ul.slick-dots li button{background:#fff0;border:0 none;color:#18012c;font-weight:600;font-size:16px;position:relative;display:inline-block}.htmega-testimonial-style-4{position:relative;padding-right:24%}.htmega-testimonial-style-4 ul.slick-dots{position:absolute;right:0;top:50%;transform:translateY(-50%);width:100px}.htmega-testimonial-style-4 ul.slick-dots li{padding:6px 0}.htmega-testimonial-style-4 ul.slick-dots li.slick-active button{position:relative}.htmega-testimonial-style-4 ul.slick-dots li{height:auto;line-height:1;padding:8px 0 10px 45px;position:relative}.htmega-testimonial-style-4 ul.slick-dots li::after{position:absolute;content:"";background:#18012c;width:0;height:1px;left:0;top:50%;transform:translateY(-50%);transition:0.5s}.htmega-testimonial-style-4 ul.slick-dots li.slick-active::after{width:30px}.htmega-testimonial-style-4 ul.slick-dots li.slick-active button{background:#fff0}.htmega-testimonial-style-5{position:relative}.htmega-testimonial-for .testimonial-desc p{color:#3e3e3e;font-size:18px;line-height:35px;text-align:center;padding:0 15%}.testimonal-img{text-align:center}.testimonal-img .content{text-align:center;margin-top:22px}.testimonal-img .content h4{color:#3e3e3e;font-size:20px;margin-bottom:3px}.testimonal-img .content span{color:#3e3e3e;font-size:18px;line-height:29px}.htmega-testimonal-nav.slick-slider{max-width:35%;width:100%;margin:0 auto}.slick-slide.slick-active.slick-center .testimonal-img img{transform:scale(1)}.slick-slide.slick-active .testimonal-img img{transform:scale(.8);text-align:center;display:inline-block}.htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track{margin-top:85px}.htmega-testimonal-nav .slick-slide:not(.slick-center) .content{opacity:0}.htmega-testimonial-style-5 .testimonial-shape{bottom:56%;left:49.5%;position:absolute;transform:translateX(-50%)}.htmega-testimonial-rating{display:flex;align-items:center;justify-content:center;color:#ff7b00;list-style:none;padding:0;margin:25px 0 0;gap:5px}.htmega-testimonial-rating li{font-size:14px}.htmega-testimonial-style-5 .htmega-testimonal-nav .content{position:absolute;left:50%;transform:translateX(-50%);z-index:2;bottom:0;width:max-content}.htmega-testimonial-style-5 .htmega-testimonal-nav .testimonal-image{margin-bottom:70px}.htmega-testimonial-style-6 .testimonal img{display:inline-block}.htmega-testimonial-style-6 .testimonal .content{background:#fff;text-align:center;padding:50px 9%;position:relative;box-shadow:0 0 10px rgb(82 182 188 / .25)}.htmega-testimonial-style-6 .testimonal .content p{font-size:16px;line-height:28px;color:#3e3e3e}.htmega-testimonial-style-6 .testimonal .content .triangle{position:absolute;top:100%;margin-top:-1px;border-right:20px solid #fff0;border-left:20px solid #fff0;border-top:20px solid #fff;border-bottom:20px solid #fff0;left:50%;transform:translateX(-50%)}.htmega-testimonial-style-6 .testimonal .clint-info{text-align:center;margin-top:40px}.htmega-testimonial-style-6 .testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-top:22px;margin-bottom:4px}.htmega-testimonial-style-6 .testimonal .clint-info span{color:#5c5c5c;font-weight:600;font-size:15px}.htmega-testimonial-style-6 .slick-arrow{width:36px;height:36px;color:#7d7d7d;border:0 none;background:#fff;border-radius:100%;font-size:24px;left:0;top:20%;z-index:999;transition:0.5s;box-shadow:0 0 10px rgb(82 182 188 / .25)}.htmega-testimonial-style-6 .slick-arrow:hover{background:#52b6bc;color:#fff}.htmega-testimonial-style-6 button.slick-next.slick-arrow{left:auto;right:0}.htmega-testimonial-style-6{position:relative;padding:0 200px}.htmega-testimonial-style-6 .testimonal .shape img,.htmega-testimonial-style-7 .testimonal .shape img{position:relative;top:10px}.htmega-testimonial-style-7 .testimonal{text-align:center}.htmega-testimonial-style-7 .testimonal p{color:#414141;font-size:30px;font-style:italic;line-height:48px;margin-top:26px;font-family:"Montserrat",sans-serif;margin-bottom:0;position:relative;z-index:2}.htmega-testimonial-style-7 .testimonal p::before{position:absolute;content:"";color:#ffebd1;content:"\f10e";font-family:Fontawesome;font-size:216px;left:50%;top:50%;z-index:-1;transform:translateX(-50%) translateY(-50%)}.htmega-testimonial-style-7 .testimonal h4{color:#3e3e3e;font-weight:600;font-size:20px;margin-bottom:9px}.htmega-testimonial-style-7 .testimonal .clint-info{margin-top:29px}.htmega-testimonial-style-7 .testimonal .clint-info span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-7 .testimonal img{display:inline-block}.htmega-testimonial-style-7 .slick-arrow{top:9%;left:16%;color:#aeaeae;font-size:48px;background:#fff0;border:0 none;z-index:2;transition:0.5s}.htmega-testimonial-style-7 .slick-arrow:hover{color:#f6ab4b}.htmega-testimonial-style-7 button.slick-next.slick-arrow{left:auto;right:16%}.htmega-testimonial-style-8{position:relative;padding:0 200px}.htmega-testimonial-style-8 .content{display:flex;align-items:center}.htmega-testimonial-style-8 .content .clint-info{padding-left:20px}.htmega-testimonial-style-8 .content .clint-info h4{color:#3e3e3e;font-size:20px;font-weight:700;margin-bottom:7px}.htmega-testimonial-style-8 .content .clint-info span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-8 p{color:#3e3e3e;font-size:18px;line-height:35px;margin:0;margin-top:20px}.htmega-testimonial-style-8 .slick-arrow{left:0;color:#aeaeae;font-size:48px;border:0 none;top:43%;transition:0.5s}.htmega-testimonial-style-8 .slick-arrow:hover{color:#f6ab4b}.htmega-testimonial-style-8 button.slick-next.slick-arrow{left:auto;right:0}.htmega-testimonial-style-8 .testimonal .shape img{position:relative;left:10px}.htmega-testimonial-style-9 .testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.htmega-testimonial-style-9 .testimonal .content{display:flex;align-items:center}.htmega-testimonial-style-9 .testimonal .content .clint-info{padding-left:25px}.htmega-testimonial-style-9 .testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.htmega-testimonial-style-9 .testimonal .content .clint-info span{color:#1834a6;font-size:13px}.htmega-testimonial-style-9 .testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.htmega-testimonial-style-9 .testimonal .shape img{position:relative;left:5px}.htmega-testimonial-style-9.htmega-testimonial-activation .testimonal .content{display:block}.htmega-testimonial-style-9 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-10 .testimonal-image{display:flex;justify-content:space-between;align-items:center}.htmega-testimonial-style-10 .htmega-testimonial-rating{margin:0}.htmega-testimonial-style-10 .testimonal img{float:none}.htmega-testimonial-style-10 .testimonal .content{overflow:hidden;padding-left:0}ul.htmega-testimonial-rating *{transition:all 0.0s}.htmega-testimonial-style-11 .content{text-align:center}.htmega-testimonial-style-11 .htmega-testimonal-nav .testimonal-image{margin-bottom:40px;padding:58px 0 43px 0}.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img img,.htmega-testimonial-style-11 .slick-slide.slick-active .testimonal-img img{transform:scale(1)}.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img{transform:scale(1.5);z-index:3}.htmega-testimonial-style-12 .testimonal{display:flex!important;align-items:center}.htmega-testimonial-style-12 .testimonal .shape img{left:0;float:none}.htmega-testimonial-style-12 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-12 .testimonal .content .clint-info{padding-left:0}.htmega-testimonial-style-12 .testimonal .content .clint-info::before{display:none}.htmega-testimonial-style-12 .testimonal-image{flex:0 0 34%}.htmega-testimonial-style-13 .testimonal{text-align:center;border-bottom:10px solid #fff0;margin-top:15px;background-color:#F7F8F9;padding:50px 30px}.htmega-testimonial-style-13 .testimonal-image{display:inline-block;margin-top:20px}.htmega-testimonial-style-13 .testimonal .clint-info h4{margin-top:9px;margin-bottom:4px}.htmega-testimonial-style-13 .testimonal:hover{margin-top:0;border-color:#DA9A28}.htmega-testimonial-style-13 .testimonal p{font-family:"Roboto",Sans-serif;font-size:19px;font-weight:400;line-height:32px}.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-next{top:0;transform:translate(0)}.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-prev{left:auto;right:0;top:67px;transform:translate(0)}.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-prev{right:70px;left:auto}.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-arrow{top:auto;bottom:0;transform:translate(0)}@media (max-width:767px){.htmega-testimonial-style-12 .testimonal{align-items:start;flex-direction:column;gap:30px}.htmega-testimonial-style-12 .testimonal .content{padding-left:0}}.htmega-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-wrapper form textarea,.htmega-form-wrapper form select{width:100%;border-radius:0}.htmega-form-wrapper .ajax-loader{bottom:0;position:absolute}.htmega-form-wrapper .form_no_select{color:red;font-size:20px}.htmega-form-style-1 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-1 select{height:55px;font-weight:300;margin-top:30px;padding:0 20px;border:1px solid #c1c1c1;font-family:"Montserrat",sans-serif;font-size:13px;color:#a2a2a2}.htmega-form-style-1 form input:focus,.htmega-form-style-1 select:focus{border:1px solid #18012c}.htmega-form-style-1 form input[type="submit"]{background-color:#0056ff;border:medium none;color:#fff;font-size:14px;font-weight:500;height:55px;line-height:55px;padding:0 29px;text-transform:uppercase;width:auto;transition:0.5s;font-family:"Montserrat",sans-serif}.htmega-form-style-1 form input[type="submit"]:hover{background-color:#18012c}.htmega-form-style-1 form textarea{border:1px solid #c1c1c1;min-height:175px;margin-top:30px;padding:20px;color:#a2a2a2;resize:none;font-family:"Montserrat",sans-serif;font-size:13px}.htmega-form-style-1 form textarea:focus{border:1px solid #18012c}.htmega-form-style-2 label{color:#fff;font-style:italic;font-weight:300;font-size:14px;margin-bottom:11px}.htmega-form-style-2 input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-2 select{height:55px;font-weight:300;margin-bottom:30px;padding:0 20px;border:0 none;font-family:"Montserrat",sans-serif;font-size:13px;background:rgb(255 255 255 / .3);color:#fff}.htmega-form-style-2 input:focus,.htmega-form-style-2 select:focus{border:1px solid #18012c}.htmega-form-style-2 input[type="submit"]{background-color:#fff;border:medium none;color:#0056ff;font-size:14px;font-weight:600;height:55px;line-height:54px;padding:0 29px;text-transform:uppercase;width:100%;transition:0.5s;font-family:"Montserrat",sans-serif;margin:0}.htmega-form-style-2 input[type="submit"]:hover{background-color:#18012c;color:#fff}.htmega-form-style-2 textarea{border:1px solid #c1c1c1;min-height:209px;padding:20px;color:#fff;resize:none;font-family:"Montserrat",sans-serif;font-size:13px;background:rgb(255 255 255 / .3);margin-bottom:30px;border:0 none}.htmega-form-style-2 textarea:focus{border:1px solid #18012c}.htmega-form-style-3 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-3 form select{color:silver;font-weight:300;font-style:italic;border:0 none;border-bottom:1px solid silver;padding:0;margin-bottom:50px;padding-bottom:4px;font-size:16px;font-family:"Montserrat",sans-serif}.htmega-form-style-3 form input:focus,.htmega-form-style-3 form select:focus{border-bottom:1px solid #18012c}.htmega-form-style-3 form input[type="submit"]{border:0 none;background:#0056ff;color:#fff;margin-top:40px;margin-bottom:0;height:55px;line-height:59px;padding:0 20px;transition:0.5s;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-form-style-3 form input[type="submit"]:hover{background:#fff;color:#0056ff}.htmega-form-style-3 form textarea{border:0 none;border-bottom:1px solid silver;font-style:italic;padding:0;min-height:150px;resize:none;color:silver;font-size:16px;font-family:"Montserrat",sans-serif}.htmega-form-style-3 form textarea:focus{border-bottom:1px solid #18012c}.htmega-form-style-4 form .input-box{display:flex;align-items:center;margin-bottom:30px}.htmega-form-style-4 form .input-box label{color:#000;font-weight:600;font-size:14px;flex-basis:16%}.htmega-form-style-4 form .input-box span{flex-basis:84%}.htmega-form-style-4 form .input-box input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-4 form .input-box select{background:#a2a2a2;color:#a2a2a2;font-weight:300;background:#f3f3f3;border:1px solid #c1c1c1;height:55px;line-height:55px;padding:0 20px;font-weight:"Montserrat",sans-serif}.htmega-form-style-4 form .input-box input:focus,.htmega-form-style-4 form .input-box select:focus{border:1px solid #18012c}.htmega-form-style-4 form .input-box textarea{background:#f3f3f3;border:1px solid #c1c1c1;min-height:200px;padding:20px;font-weight:"Montserrat",sans-serif}.htmega-form-style-4 form .input-box textarea:focus{border:1px solid #18012c}.htmega-form-style-4 form input[type="submit"]{background:#0056ff;width:auto;border:0 none;color:#fff;padding:0 30px;height:55px;line-height:55px;margin:0 0 0 90px;font-size:14px;font-weight:500;transition:0.5s}.htmega-form-style-4 form input[type="submit"]:hover{opacity:.7}.contact_form_container{background:#81abfe;padding:30px}.htmega-form-style-5 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-5 form select{margin-top:30px;border:1px solid #fff;height:50px;line-height:50px;color:#fff;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-form-style-5 form input:focus,.htmega-form-style-5 form select:focus{border:1px solid #18012c}.htmega-form-style-5 form input[type="submit"]{background:#fff;height:55px;line-height:56px;border:0 none;padding:0 30px;color:#0056ff;font-weight:600;width:auto;transition:0.5s}.htmega-form-style-5 form input[type="submit"]:hover{opacity:.7}.htmega-form-style-5 form textarea{margin-top:30px;min-height:145px;border:1px solid #fff;padding:20px;font-weight:300;color:#fff;font-family:"Montserrat",sans-serif}.htmega-form-style-5 form textarea:focus{border:1px solid #18012c}.htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-6 form select{background:#f3f3f3;border:0 none;height:55px;padding:0 20px;margin-bottom:30px;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]):focus,.htmega-form-style-6 form select:focus{border:1px solid #18012c}.htmega-form-style-6 form input[type="submit"]{width:auto;margin:0;padding:0 58px;background:#0056ff;color:#fff;height:58px;font-weight:600;line-height:61px;text-transform:uppercase;transition:0.5s;margin-top:10px}.htmega-form-style-6 form input[type="submit"]:hover{opacity:.7}.htmega-form-style-6 form label{font-size:14px;color:#000;font-weight:300;font-style:italic;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form textarea{background:#f3f3f3;border:0 none;margin-bottom:30px;min-height:230px;resize:none;padding:20px;margin-bottom:30px;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form textarea:focus{border:1px solid #18012c}input,textarea{-webkit-transition:all 0.30s ease-in-out;-moz-transition:all 0.30s ease-in-out;-ms-transition:all 0.30s ease-in-out;-o-transition:all 0.30s ease-in-out;outline:none}.htmega-form-wrapper .wpcf7-form-control .wpcf7-list-item{margin:0 1em 0 0}.htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){width:100%}.htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){padding:0 15px}.htmega-login-form-wrapper .htmega-login-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.htmega-login-form-style-1{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);padding:50px 70px}.htmega-login-form-style-1 h2{color:#000;font-size:30px;font-weight:600;margin-bottom:21px;font-family:"Montserrat",sans-serif}.htmega-login-form-style-1 form label{color:#000;font-size:13px;font-weight:300;margin-bottom:10px;font-family:"Montserrat",sans-serif}.htmega-login-form-style-1 form input:not([type="checkbox"]){background:#fff0;border:1px solid #f2f2f2;color:#757575;font-size:12px;margin-bottom:24px;font-family:"Montserrat",sans-serif;height:50px}.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]{margin:0;width:auto;background:#0056ff;color:#fff;height:43px;padding:0 40px;font-weight:600;text-transform:uppercase;font-size:14px;border:0 none;transition:0.4s ease-in-out}.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover{background:#18012c;color:#fff}.log-remember{display:flex;justify-content:space-between;align-items:center;font-family:"Montserrat",sans-serif}.log-remember a.fright,.htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content,.htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{color:#b1b1b1;font-size:12px;transition:0.4s;font-family:"Montserrat",sans-serif}.htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content,.htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{padding-top:3px}.htmega-login-form-wrapper.htmega-login-form-style-5{padding:40px 20px}.htmega_message{display:none}#htmega_message .alert-success,.htmega_lodding_msg{color:#155724!important}#htmega_message .alert-danger{color:#721c24!important}.lable-content{display:block;position:relative;padding-left:29px;margin-bottom:0;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"Montserrat",sans-serif}.login-wrapper form .log-remember label{margin:0}.lable-content input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #0056ff;margin-top:4px}.log-remember .checkmark{top:50%;margin-top:0;transform:translateY(-50%)}.lable-content:hover input~.checkmark{border:1px solid #0056ff}.checkmark:after{content:"";position:absolute;display:block}.lable-content input:checked~.checkmark:after{display:none}.lable-content .checkmark:after{left:50%;top:50%;width:6px;height:9px;border:solid #0056ff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg) translate(-50%);-ms-transform:rotate(45deg) translate(-50%);transform:rotate(45deg) translate(-50%);margin-top:-3px}.htmega-login-form-style-2{text-align:center;padding:40px 0}.htmega-login-form-style-2 form input{border:1px solid #fff;border-radius:5px;color:#666;padding:0 20px;margin-bottom:10px}.htmega-login-form-style-2 form input[type="submit"]{background:#0056ff;border:0 none;font-size:16px;text-transform:uppercase;height:60px;border-radius:5px;transition:0.3s ease-in-out;color:#fff}.htmega-login-form-style-2 form input[type="submit"]:hover{background:#18012c;color:#fff}.htmega-login-form-style-2 .separator span{display:block;color:#fff;font-size:14px;font-weight:600;margin-top:30px;position:relative;font-family:"Montserrat",sans-serif}.htmega-login-form-style-2 .separator span::before,.htmega-login-form-style-2 .separator span::after{position:absolute;left:0;top:50%;background:#fff;width:235px;height:2px;content:""}.htmega-login-form-style-2 .separator span::after{left:auto;right:0}.htmega-login-form-style-2 .log-remember a.fright{color:#fff}.htmega-login-form-style-2 form input::-webkit-input-placeholder{color:#666}.htmega-login-form-style-2 form input::-moz-placeholder{color:#666}.htmega-login-form-style-2 form input:-ms-input-placeholder{color:#666}.htmega-login-form-style-2 form input:-moz-placeholder{color:#666}.htmega-login-form-style-2 .checkmark,.htmega-login-form-style-4 .checkmark{border:1px solid #fff}.htmega-login-form-style-2 .lable-content,.htmega-login-form-style-4 .lable-content{color:#fff;font-size:12px}.htmega-login-form-style-2 .lable-content .checkmark:after,.htmega-login-form-style-4 .lable-content .checkmark:after{width:6px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.htmega-login-form-style-2 .lable-content:hover input~.checkmark,.htmega-login-form-style-4 .lable-content:hover input~.checkmark{border:1px solid #fff}.htmega-login-form-style-2 .log-remember{margin-top:10px}.htmega-login-form-style-2 .htmega-user-login,.htmega-login-form-style-4 .htmega-user-login,.htmega-login-form-style-5 .htmega-user-login{color:#fff}.htmega-login-form-style-3{padding:60px 40px}.htmega-login-form-style-3 form input{border:0 none;border-bottom:1px solid #687ea5;padding:0;color:#687ea5;font-size:12px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-login-form-style-3 form input[type="submit"]{background:#0056ff;color:#fff;width:auto;height:50px;padding:0 55px;border:0 none;font-size:14px;text-transform:uppercase;transition:0.5s;font-weight:600}.htmega-login-form-style-3 form input[type="submit"]:hover{opacity:.7}.htmega-login-form-style-3{box-shadow:none;background:#fff0}.htmega-login-form-style-2 .htmega-user-login{text-align:left}.htmega-login-form-style-4{padding:100px 56px;text-align:center}.htmega-login-form-style-4 form input:not(input[type=checkbox]){background:rgb(255 255 255 / .3);border:0 none;margin-left:2px;height:70px;color:#fff;font-size:16px;font-family:"Poppins",sans-serif}.htmega-login-form-style-4 form input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:70px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif;margin:0}.htmega-login-form-style-4 form input[type="submit"]:hover{background:#fff;color:#18012c}.htmega-service{margin-top:30px;text-align:center;transition:all 0.3s ease-in-out}.htmega-service svg{width:30px;height:auto}.htmega-svg-icon-box{line-height:1;display:flex;align-items:center;justify-content:center;height:100%;border-radius:100%;transition:all 0.3s ease-in-out}.htmega-service a.readmore_btn{border:1px solid #0056ff;display:inline-block;padding:0 42px;line-height:40px;font-size:14px;border-radius:30px;color:#0056ff;font-weight:600;transition:0.5s;text-decoration:none}.htmega-service a.readmore_btn:hover{background:#0056ff;color:#fff}.htmega-service .service-title a{text-decoration:none;transition:all .3s ease 0s}.htmega-service .thumb{display:inline-block}.htmega-service .thumb img{vertical-align:middle}.htmega-service .thumb a{display:block}.htmega-service-style-1 .icon{margin-bottom:30px;padding:0 12px}.htmega-service-style-1 .icon i{color:#ed552d;font-size:50px}.htmega-service-style-1 .content{padding:0 12px}.htmega-service-style-1 .content h4{color:#5b5b5b;font-size:18px;font-weight:400;margin-bottom:15px}.htmega-service-style-1 .content p{color:#8f8f8f;font-family:"Montserrat",sans-serif;font-size:15px;line-height:25px;margin:0;padding:0 0 35px;position:relative}.htmega-service-style-1 .content p::before{position:absolute;content:"";background:#969696;width:20px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-service-style-1 .content p::after{position:absolute;content:"";background:#969696;height:1px;width:30px;bottom:5px;left:50%;transform:translateX(-50%)}.htmega-service-style-2{background:#fff;padding:30px}.htmega-service-style-2 .content{padding-top:30px}.htmega-service-style-2 .content h4{color:#575757;font-size:22px;line-height:30px;margin-bottom:13px;padding:0 9px}.htmega-service-style-2 .content p{color:#818181;font-size:14px;line-height:24px;margin-bottom:35px}.htmega-service-style-3 .icon{border:1px solid #eff2f7;width:110px;height:110px;text-align:center;border-radius:100%;padding:10px;margin:0 auto;margin-bottom:27px;transition:0.4s}.htmega-service-style-3 .icon i{background:#eff2f7;border-radius:100%;text-align:center;font-size:40px;margin:0 auto;color:#454545;transition:0.4s;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.htmega-service-style-3:hover .icon{border:1px solid #0056ff}.htmega-service-style-3:hover .icon i{background:#0056ff;color:#fff}.htmega-service-style-3 .content h4{color:#5f5f5f;font-size:16px;text-transform:uppercase;padding-bottom:20px;position:relative}.htmega-service-style-3 .content h4::before{position:absolute;content:"";background:#0056ff;width:30px;height:3px;left:50%;bottom:0;transform:translateX(-50%)}.htmega-service-style-3 .content p{color:#5b5b5b;font-size:14px;line-height:25px;padding:0 12px;margin:0}.htmega-service.htmega-service-style-3:hover:after,.htmega-service.htmega-service-style-3:hover:before{content:"";background:#fff0;width:2px;height:25px;top:50%;margin-top:-12px;left:0;position:absolute}.htmega-service.htmega-service-style-3:hover:before{left:auto;right:0}.htmega-service-style-4{background:rgb(255 255 255 / .15);padding:75px 11px}.htmega-service-style-4 .content h4{color:#b8b8b8;font-weight:300;text-transform:uppercase;margin-bottom:16px}.htmega-service-style-4 .content p{margin:0;color:#959595;font-weight:300;font-size:14px;line-height:24px}.htmega-service-style-4 .thumb{padding-bottom:33px;position:relative;margin-bottom:22px}.htmega-service-style-4 .thumb::before{position:absolute;content:"";background:#969696;width:30px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-service-style-4 .thumb::after{position:absolute;content:"";bottom:5px;left:50%;transform:translateX(-50%);background:#969696;width:20px;height:1px}.htmega-service-style-5 .content{padding-top:26px}.htmega-service-style-5 .content h4{color:#585858;font-size:17px;font-weight:600;margin-bottom:13px}.htmega-service-style-5 .content p{color:#414141;font-size:14px;line-height:24px;margin:0}.htmega-service-style-5 .thumb{position:relative}.htmega-service-style-5 .thumb::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:"";-webkit-transition:opacity 1s;transition:opacity 1s;opacity:0;background-image:-webkit-linear-gradient(top,#252a9c,#df09f9);background-image:-moz-linear-gradient(top,#252a9c,#df09f9);background-image:linear-gradient(0,#252a9c,#df09f9)}.htmega-service-style-5:hover .thumb::before{opacity:.3}.htmega-service-style-5 .thumb img{width:100%}.htmega-service-style-6{margin-top:12px}.htmega-service-style-6 .thumb,.htmega-service-style-6 .icon{border:1px solid #4e89fb;width:100px;height:100px;line-height:100px;border-radius:100%;float:left;text-align:center;margin-right:22px;margin-top:10px;overflow:hidden}.htmega-service-style-6>a{float:left}.htmega-service-style-6 .content{overflow:hidden}.htmega-service-style-6 .content p{font-size:14px;line-height:25px;color:#5b5b5b}.htmega-service-style-6 .content h4{color:#5f5f5f;font-size:24px;font-weight:600;margin-bottom:7px}.htmega-service-style-7{display:flex;margin-top:0;position:relative;z-index:1;padding:40px 20px;border-radius:8px}.htmega-service-style-7 .icon{margin-right:33px}.htmega-service-style-7 .icon i{color:#4c4c4c;font-size:40px;transition:0.4s}.htmega-service-style-7 .content h4{color:#4c4c4c;font-size:20px;font-weight:600;text-transform:uppercase;margin-bottom:8px;transition:0.4s}.htmega-service-style-7 .content p{color:#5b5b5b;font-size:14px;line-height:25px;margin:0;transition:0.4s}.htmega-service-style-7::before{background:#fff none repeat scroll 0 0;content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:all 0.4s ease-in-out 0s;width:100%;z-index:-1}.htmega-service-style-7:hover::before{opacity:0}.htmega-service-style-7:hover .content h4,.htmega-service-style-7:hover .content p,.htmega-service-style-7:hover .icon i{color:#fff!important}@media (max-width:767px){.htmega-service.htmega-service-style-2 .thumb{display:block}.htmega-service.htmega-service-style-2 .thumb img{width:100%}}.breaking-news-title svg{width:20px}.breaking-news-default{border:1px solid #18012c;display:flex;align-items:center}.breaking-news-default .breaking-news-title{display:flex;height:80px;align-items:center}.breaking-news-default .breaking-news-title h5{position:relative;font-weight:600;font-size:30px;letter-spacing:.5px;margin:0;text-transform:uppercase;padding:0 48px;width:max-content;display:flex;align-items:center}.breaking-news-default .breaking-news-ticker{margin-left:20px;list-style:none;padding:0;margin:0;padding-left:22px;width:100%}.breaking-news-default .breaking-news-ticker li{padding:5px 0;height:100%;display:flex;align-items:center}.breaking-news-default .breaking-news-ticker li a{display:block;line-height:24px;font-size:16px;font-family:"Poppins",sans-serif;color:#18012c;text-decoration:none}.breaking-news-default .breaking-news-ticker li span.news_date{background:#d20001;color:#fff;font-size:12px;margin-left:30px;padding:5px 5px;border-radius:3px;display:inline-block;line-height:1}.breaking-news-default .breaking-news-nav{float:right;display:flex;height:80px;align-items:center;margin-right:42px}.breaking-news-default .breaking-news-nav button{border:1px solid #18012c;height:40px;margin:0 5px;padding:0;transition:all 0.3s ease-in-out 0s;width:40px;background:#fff0}.breaking-news-default .breaking-news-nav button i{color:#18012c;font-size:24px}.breaking-news-default .breaking-news-nav button svg{width:16px}.breaking-news-default .breaking-news-nav button svg path{fill:#18012c}.breaking-news-default::before{position:absolute;content:"";background:#1d62af;left:0;top:0;width:100%;height:100%;z-index:-1;transform:skew(-20deg)}.htmega-newsticker-style-2.breaking-news-default::before,.htmega-newsticker-style-3.breaking-news-default::before,.htmega-newsticker-style-4.breaking-news-default::before,.htmega-newsticker-style-6.breaking-news-default::before,.htmega-newsticker-style-5.breaking-news-default::before,.htmega-newsticker-style-7.breaking-news-default::before{display:none}.htmega-newsticker-style-1{border:0 none;float:left;position:relative;width:100%;z-index:1}.htmega-newsticker-style-1 .breaking-news-title{display:flex;align-items:center}.htmega-newsticker-style-1 .breaking-news-title h5{position:relative;left:-20px;display:block;color:#fff;font-weight:600;font-size:30px;letter-spacing:.5px;margin:0;text-transform:uppercase;height:60px;line-height:59px;padding:0 48px;display:flex;align-items:center}.htmega-newsticker-style-1 .breaking-news-title h5::before{position:absolute;content:"";transform:skew(-20deg);background:#d20001;left:0;top:0;width:100%;height:100%;z-index:-1}.htmega-newsticker-style-1 .breaking-news-title h5 i,.htmega-newsticker-style-1 .breaking-news-title h5 .htmega-news-tickr-svg-icon-box{width:40px;height:40px;color:#d20001;background:#fff;text-align:center;line-height:40px;border-radius:100%;font-size:28px;padding:0;margin-left:10px}.breaking-news-title h5 .htmega-news-tickr-svg-icon-box svg{height:auto}.htmega-news-tickr-svg-icon-box{display:flex;align-items:center;justify-content:center}.htmega-newsticker-style-1 .breaking-news-ticker{margin-left:20px;list-style:none;padding:0;margin:0;padding-left:22px}.htmega-newsticker-style-1 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-1 .breaking-news-ticker li a{color:#fff}.htmega-newsticker-style-1 .breaking-news-nav{float:right;display:flex;align-items:center;margin-right:42px;margin-left:auto}.htmega-newsticker-style-1 .breaking-news-nav button{border:1px solid #fff;margin:0 5px;transform:skew(-20deg)}.htmega-newsticker-style-1 .breaking-news-nav button:hover{border:1px solid #d20001;background:#d20001}.htmega-newsticker-style-1 .breaking-news-nav button i{color:#fff;font-size:24px}.htmega-newsticker-style-2{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-2 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:20px;margin:0;text-transform:capitalize;padding:0 20px;background:#1d62af;font-style:italic;padding-right:0;align-self:stretch;display:flex;align-items:center;justify-content:center;width:max-content}.htmega-newsticker-style-2 .breaking-news-title h5::before{position:absolute;top:0;border-right:40px solid #fff0;border-top:40px solid #fff0;border-bottom:40px solid #fff0;content:"";border-left:40px solid #1d62af;left:100%;background:transparent!important;background-color:none!important;background-image:none!important}.htmega-newsticker-style-2 .breaking-news-ticker{padding-left:57px}.htmega-newsticker-style-2 .breaking-news-ticker li a{color:#181818}.htmega-newsticker-style-2 .breaking-news-nav{margin-right:29px}.htmega-newsticker-style-2 .breaking-news-nav button{margin:0 3px;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-2 .breaking-news-nav button i{color:#000;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-2 .breaking-news-nav button i:hover{color:#1d62af}.htmega-newsticker-style-3{border:1px solid #1d62af;border-radius:40px;overflow:hidden;display:flex}.htmega-newsticker-style-3 .breaking-news-title{order:3}.htmega-newsticker-style-3 .breaking-news-title{display:flex;align-items:center;background:#1d62af;border-radius:0 40px 40px 0}.htmega-newsticker-style-3 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:20px;margin:0;text-transform:capitalize;padding:0 20px;font-style:italic;padding-right:20px;align-self:stretch;display:flex;align-items:center;justify-content:center;padding-left:0;width:max-content}.htmega-newsticker-style-3 .breaking-news-title h5::before{position:absolute;top:0;border-right:40px solid #1d62af;border-top:40px solid #fff0;border-bottom:40px solid #fff0;content:"";border-left:40px solid #fff0;right:100%;background:transparent!important;background-color:none!important;background-image:none!important}.htmega-newsticker-style-3 .breaking-news-ticker{flex-grow:1;order:2;padding-right:57px}.htmega-newsticker-style-3 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-3 .breaking-news-ticker li a{color:#181818}.htmega-newsticker-style-3 .breaking-news-ticker li a span.news_date{margin-left:30px}.htmega-newsticker-style-3 .breaking-news-nav{margin-right:0;float:left;margin-left:29px;order:1}.htmega-newsticker-style-3 .breaking-news-nav button{margin:0 3px;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-3 .breaking-news-nav button i{color:#000;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-3 .breaking-news-nav button i:hover{color:#1d62af}.htmega-newsticker-style-4{border:0 none;background:#1d62af;overflow:hidden}.htmega-newsticker-style-4 .breaking-news-title{display:flex;height:50px;align-items:center;background:#f05555;align-self:stretch;display:flex;align-items:center;justify-content:center}.htmega-newsticker-style-4 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px}.htmega-newsticker-style-4 .breaking-news-ticker{padding-left:30px}.htmega-newsticker-style-4 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-4 .breaking-news-ticker li a{display:block;color:#fff;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-4 .breaking-news-nav{margin-right:-1px;height:50px}.htmega-newsticker-style-4 .breaking-news-nav button{margin:0 1px;border:1px solid #fff0;width:50px;height:50px;background:#4b7bb0}.htmega-newsticker-style-4 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-4 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-5{border:0 none;overflow:hidden;background:#00C8FA}.htmega-newsticker-style-5.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-5 .breaking-news-title{display:flex;height:50px;align-items:center;background:#f05555;align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative}.htmega-newsticker-style-5 .breaking-news-title::before{position:absolute;top:50%;border-right:15px solid #fff0;border-top:15px solid #fff0;border-bottom:15px solid #fff0;content:"";border-left:15px solid #f05555;left:100%;transform:translateY(-50%)}.htmega-newsticker-style-5 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px}.htmega-newsticker-style-5 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-5 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-5 .breaking-news-ticker li a{display:block;color:#fff;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-5 .breaking-news-nav{margin-right:11px;height:50px}.htmega-newsticker-style-5 .breaking-news-nav button{margin:0;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-5 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-5 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-6{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-6.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-6 .breaking-news-title{height:60px;position:relative;z-index:1;padding:0 18px 0 0;width:max-content}.htmega-newsticker-style-6 .breaking-news-title::before{position:absolute;left:-16px;top:0;background:#1d62af;width:100%;height:100%;content:"";z-index:-1;transform:skew(-26deg)}.htmega-newsticker-style-6 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 18px;z-index:1;position:relative}.htmega-newsticker-style-6 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-6 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-6 .breaking-news-ticker li a{display:block;color:#000;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-6 .breaking-news-nav{margin-right:11px;height:60px}.htmega-newsticker-style-6 .breaking-news-nav button{margin:0;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-6 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-6 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-7{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-7.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-7 .breaking-news-title{display:flex;height:60px;align-items:center;align-self:stretch;justify-content:center;position:relative;z-index:1;padding:0 18px 0 0}.htmega-newsticker-style-7 .breaking-news-title::before{position:absolute;left:-10px;top:0;background:#1d62af;width:100%;height:100%;content:"";z-index:-1;border-radius:0 45px 0 0}.htmega-newsticker-style-7 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px;z-index:1;position:relative}.htmega-newsticker-style-7 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-7 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-7 .breaking-news-ticker li a{display:block;color:#000;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-7 .breaking-news-nav{margin-right:12px;height:60px}.htmega-newsticker-style-7 .breaking-news-nav button{margin:0 1px;border:1px solid #fff0;width:38px;height:38px;background:#1d62af}.htmega-newsticker-style-7 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-7 .breaking-news-nav button:hover{opacity:.7}@media (max-width:767px){.breaking-news-default{flex-direction:column;justify-content:center;overflow:hidden}.breaking-news-default .breaking-news-title{margin-bottom:15px;width:100%;min-height:45px}.breaking-news-default .breaking-news-title h5{padding:0 15px;width:100%;justify-content:center}.htmega-newsticker-style-1 .breaking-news-title h5{left:0}.htmega-newsticker-style-1 .breaking-news-ticker,.breaking-news-default .breaking-news-ticker{padding:0 15px}.htmega-newsticker-style-2 .breaking-news-nav{margin-right:0}.htmega-newsticker-style-2 .breaking-news-ticker{padding-left:0 15px}.htmega-newsticker-style-3 .breaking-news-title{border-radius:0;margin-bottom:0;margin-top:15px}.htmega-newsticker-style-5 .breaking-news-nav{margin-right:0}.htmega-newsticker-style-3 .breaking-news-nav{margin-left:0}.htmega-newsticker-style-6 .breaking-news-title::before{left:0;transform:skew(0)}.htmega-newsticker-style-7 .breaking-news-title::before{left:0;border-radius:0}.breaking-news-default .breaking-news-title{height:auto}.breaking-news-default.htmega-newsticker-style-1 .breaking-news-title{height:80px}.htmega-newsticker-style-4 .breaking-news-nav{margin-top:15px}}.htmega-social-share ul{list-style:none;margin:0;padding:0;list-style:none}.htmega-social-share ul li{font-family:"Montserrat",sans-serif;cursor:pointer;color:#fff}.htmega-social-share svg{width:20px;display:inline-block}.htmega-social-share.htmega-social-view-icon-title ul li{padding-right:15px}.htmega-social-share.htmega-social-view-title ul li{padding:0 15px}.htmega-social-share ul li i,.htmega-social-share ul li svg{display:block;float:left;height:42px;line-height:42px;width:42px}.htmega-share-counter{margin-left:5px}.htmega-social-style-1 ul li{display:inline-block;text-align:center;font-size:16px;margin-right:5px;margin-bottom:10px;transition:0.5s;line-height:42px}.htmega-social-style-1 ul li:hover{opacity:.7}.htmega-lightbox{position:relative;margin-top:30px;overflow:hidden}.htmega-lightbox .htmega-lightboxthumb a img{width:100%}.htmega-lightbox .htmega-lightbox-action{position:absolute;top:0;width:100%;height:100%;transition:0.5s;left:0;opacity:0;display:flex;align-items:center;justify-content:center}.htmega-lightbox .htmega-lightbox-action::before{position:absolute;width:100%;height:100%;top:0;background:rgb(0 0 0 / .5);content:"";left:0}.htmega-lightbox .htmega-lightbox-action a{position:absolute;top:50%;transform:translate(-50%,-50%);text-align:center;border:1px solid #fff;display:flex;border-radius:100%;left:50%;align-items:center;justify-content:center;width:30px;height:30px}.htmega-lightbox .htmega-lightbox-action.htmega-lightbox-button-type-button a{width:max-content}.htmega-lightbox .htmega-lightbox-action a i{color:#fff;font-size:25px}.image-popup-vertical-fit svg{fill:#fff;width:20px}.htmega-lightbox .htmega-lightbox-action a.play__btn i{border:1px solid #fff0}.htmega-lightbox:hover .htmega-lightbox-action{opacity:1}.mfp-no-margins img.mfp-img{padding:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-no-margins .mfp-container{padding:0}.lightbox_button_only .htmega-lightbox-action{opacity:1;position:static}.lightbox_button_only.htmega-lightbox .htmega-lightbox-action a{position:static;transform:translate(0,0)}.lightbox_button_only .htmega-lightbox-action::before{display:none}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{width:auto!important}.htmega-lightbox .image-popup-vertical-fit .htmega-player-container .magnify-video-active{background:#fff none repeat scroll 0 0;border:0 none;border-radius:100%;color:#18012c;display:inline-flex;align-items:center;justify-content:center;font-size:40px;text-align:center;transition:all 0.5s ease-in-out 0s;padding:10px 25px;text-decoration:none;position:relative}.htmega-player-container a{position:relative;display:inline-flex;align-items:center;gap:8px;transition:all 0.3s ease-in-out}.htmega-player-container .magnify-video-active *{line-height:initial}.htmega-player-container .magnify-video-active:hover{transform:scale(1.2);background:#18012c;color:#fff}a.magnify-video-active:focus,.mfp-iframe-holder .mfp-close:hover{outline:0;border:none}.mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close:hover{display:inline-block;width:auto;background:#fff0}.htmega-player-container .magnify-video-active i,.htmega-player-container .magnify-video-active img{position:relative;z-index:1}.htmega-video-mark{position:absolute;pointer-events:none;left:50%;top:50%}.htmega-video-mark .htmega-wave-pulse{width:1px;height:0;margin:0 auto}.htmega-video-mark .htmega-wave-pulse::after,.htmega-video-mark .htmega-wave-pulse::before{opacity:0;content:'';display:block;position:absolute;width:200px;height:200px;top:50%;left:50%;border-radius:50%;border:3px solid #fff;animation:zoomBig 2.25s linear infinite;animation-delay:0s}.htmega-video-mark .htmega-wave-pulse::before{animation-delay:.75s}.htmega-player-container iframe.playerBox{width:100%!important;margin:0!important;height:100%!important}@keyframes zoomBig{0%{transform:translate(-50%,-50%) scale(0);opacity:1;border-width:4px}40%{opacity:.8;border-width:3px}65%{border-width:2px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:2px}}.htmega-search-box input:focus{outline:none}.htmega-search-box .btn-search{background:#fff0;padding:0}.htmega-search-box svg{width:20px;margin-top:8px}.htmega-search-style-1{position:relative}.htmega-search-style-1 input,.htmega-search-style-1 input[type='text']{border:1px solid #ccc;width:100%;border-radius:22px;transition:all .3s ease-in-out;height:45px;color:#999;font-size:14px;padding:0 78px 0 20px}.htmega-search-style-1 input:focus{width:100%;border:1px solid hotpink}.htmega-search-style-1 input:focus~button{width:36px}.htmega-search-style-1 input:focus~button.btn-search{background:hotpink;color:#fff;border-radius:20px}.htmega-search-style-1 input:focus~button.btn-reset{right:-22px}.htmega-search-style-1 button{transition:all .3s ease-in-out;border:none;height:36px;position:absolute;right:4px;top:50%;width:70px;transform:translateY(-50%);padding:0}.htmega-search-style-1 button.btn-search{background:#0056ff;border-radius:0 20px 20px 0;color:#fff;transition:all .3s ease-in-out}.htmega-search-style-1 button.btn-search svg path{fill:#fff}.htmega-search-style-2{display:inline-block;position:relative;height:60px;float:right;padding:0;position:relative;width:100%}.htmega-search-style-2 input[type="text"]{height:60px;font-size:17px;display:inline-block;font-weight:100;border:none;outline:none;color:#fff;padding:0;padding-right:70px;width:0;position:absolute;top:0;right:0;background:none;z-index:3;transition:width 0.5s cubic-bezier(0,.795,0,1);cursor:pointer}.htmega-search-style-2 input[type="text"]:focus{width:100%;z-index:1;border-bottom:1px solid #333;cursor:text}.htmega-search-style-2 button.btn-search{width:63px;display:inline-block;color:#333;float:right;background:#fff0;border:none;position:absolute;top:0;right:0;z-index:2;cursor:pointer;cursor:pointer;transition:width 0.4s cubic-bezier(0,.795,0,1)}.htmega-search-style-3{float:right;height:40px;position:relative;width:100%}.htmega-search-style-3 input[type="text"]{border:1px solid #18012c;font-size:12px;height:40px;position:absolute;transition:all .3s ease-in;width:50%;right:0;color:#18012c;font-size:14px;transition:all .3s ease-in-out;padding:0 20px;padding-right:63px}.htmega-search-style-3 input[type="text"]:focus{width:100%;border-radius:20px;border:1px solid #ed552d}.htmega-search-style-3 input[type="text"]:focus~button{background:#ed552d;border:1px solid #ed552d;border-radius:0 20px 20px 0;color:#fff!important}.htmega-search-style-3 button{background:#fff0;transition:all .3s ease-in;position:absolute;right:0;border:0 none;transition:all .3s ease-in-out;width:42px;text-align:center;height:100%;border:0 none}.htmega-search-style-4{background-color:#fff;position:relative;overflow:hidden;float:right}.htmega-search-style-4 form{width:45px;transition:all 0.5s ease}.htmega-search-style-4:before{content:'';display:block;width:3px;height:100%;position:relative;background-color:#ff4888;transition:all .5s ease}.htmega-search-style-4 form.open{width:100%}.htmega-search-style-4 form.open:before{height:20px;margin:15px 8px 10px 29px;position:absolute}.htmega-search-style-4 .search-box{width:100%;height:100%;box-shadow:none;border:none;background:#fff0;color:#ff4888;padding:0 48px 0 45px;font-size:14px}.htmega-search-style-4 .search-box:focus{outline:none}.htmega-search-style-4 .search-button{width:45px;height:45px;display:block;position:absolute;right:0;top:50%;cursor:pointer;transform:translateY(-50%)}.htmega-search-style-4 .search-icon{width:20px;height:20px;border-radius:40px;border:2px solid #ff4888;display:block;position:relative;margin-left:10px;transition:all 0.5s ease;top:10px}.htmega-search-style-4 .search-icon:before{content:'';width:3px;height:8px;position:absolute;right:-2px;top:12px;display:block;background-color:#ff4888;transform:rotate(-45deg);transition:all 0.5s ease}.htmega-search-style-4 .search-icon:after{content:'';width:3px;height:9px;position:absolute;right:-8px;top:17px;display:block;background-color:#ff4888;transform:rotate(-46deg);transition:all 0.5s ease}.htmega-search-style-4 form.open .search-icon{margin:0;width:35px;height:35px;border-radius:100%;top:5px}.htmega-search-style-4 form.open .search-icon:before{transform:rotate(52deg);right:12px;top:12px;height:18px}.htmega-search-style-4 form.open .search-icon:after{transform:rotate(-230deg);right:12px;top:2px;height:18px}.htmega-search-style-5 button{color:#f45862;font-size:24px;border:0 none;outline:none;background:#fff0}.block-bg{background:rgb(22 22 27 / .97) none repeat scroll 0 0;height:100%;left:0;opacity:0;position:fixed;text-align:center;top:0;transform:scale(.7);transition:-webkit-transform 0.8s ease 0s,-moz-transform 0.8s ease 0s,-o-transform 0.8s ease 0s,transform 0.8s ease 0s,opacity 0.5s ease 0s,visibility 0.5s ease 0s;visibility:hidden;width:100%;z-index:999}.block-bg.is-visible{opacity:1;transform:scale(1);visibility:visible}.block-bg .close__wrap{color:#fff;cursor:pointer;font-size:12px;font-weight:700;line-height:25px;margin-top:-12.5px;padding-right:25px;position:absolute;right:49px;text-transform:uppercase;z-index:11;transition:0.4s;top:65px}.block-bg .close__wrap:hover{color:#fff}.block-bg .close__wrap::after{content:"\f00d";font-family:'FontAwesome';font-size:24px;position:relative;right:0;top:0}.minisearch .field__search{left:0;margin:0 auto auto;max-width:1000px;padding:0 5px;position:fixed;right:0;top:50%;width:90%}.minisearch .field__search input{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:#fff0 none repeat scroll 0 0;border-color:currentcolor currentcolor #ebebeb;-o-border-image:none;border-image:none;border-style:none none solid;border-width:0 0 1px;color:#fff;height:60px;padding:10px 60px 10px 10px;position:static;transition:all 0.3s ease-in-out 0s;width:100%;z-index:1;font-size:16px;outline:none}.minisearch .field__search .action{position:absolute;right:0;top:0;z-index:2}.minisearch .field__search .action button{color:#797979;display:inline-block;font-size:26px;height:60px;left:0;line-height:60px;text-align:center;top:0;width:60px;padding:0!important;margin:0!important}.minisearch .field__search .action button:hover{background:#fff0}@media (max-width:991px){.block-bg .close__wrap{right:0}}blockquote{margin:0}blockquote cite{font-family:"Montserrat",sans-serif}.htmega-blockquote blockquote::before{display:none}.htmega-blockquote blockquote img,.htmega-blockquote blockquote .blockquote_icon{position:absolute}.htmega-blockquote blockquote img{position:absolute;width:100px;z-index:0}.htmega-blockquote blockquote p{margin:0}.htmega-blockquote-position-lefttop blockquote img,.htmega-blockquote-position-lefttop blockquote .blockquote_icon{left:0;top:0}.htmega-blockquote-position-leftcenter blockquote img,.htmega-blockquote-position-leftcenter blockquote .blockquote_icon{left:0;top:50%;transform:translateY(-50%)}.htmega-blockquote-position-leftbottom blockquote img,.htmega-blockquote-position-leftbottom blockquote .blockquote_icon{left:0;bottom:0}.htmega-blockquote-position-centertop blockquote img,.htmega-blockquote-position-centertop blockquote .blockquote_icon{left:50%;top:0;transform:translateX(-50%)}.htmega-blockquote-position-center blockquote img,.htmega-blockquote-position-center blockquote .blockquote_icon{left:50%;top:50%;transform:translate(-50%,-50%)}.htmega-blockquote-position-centerbottom blockquote img,.htmega-blockquote-position-centerbottom blockquote .blockquote_icon{left:50%;bottom:0;transform:translateX(-50%)}.htmega-blockquote-position-righttop blockquote img,.htmega-blockquote-position-righttop blockquote .blockquote_icon{right:0;top:0}.htmega-blockquote-position-rightcenter blockquote img,.htmega-blockquote-position-rightcenter blockquote .blockquote_icon{right:0;top:50%;transform:translateY(-50%)}.htmega-blockquote-position-rightbottom blockquote img,.htmega-blockquote-position-rightbottom blockquote .blockquote_icon{right:0;bottom:0}blockquote .blockquote_icon svg{width:15px}.htmega-blockquote blockquote{background:#f4f4f4;padding:50px 62px 50px 56px;position:relative;border:0}.htmega-blockquote blockquote .blockquote_content{font-size:18px;line-height:33px;color:#5b5b5b;font-style:normal;font-weight:600;margin-bottom:17px;margin-bottom:18px;position:relative;z-index:1}.htmega-blockquote blockquote cite{color:#0056ff;font-weight:600;font-style:normal;margin:0;padding-left:35px;position:relative}.htmega-citeseparator-position-after blockquote cite{padding-left:0;padding-right:35px}.htmega-citeseparator-position-none blockquote cite{padding-left:0;padding-right:0}.htmega-blockquote blockquote cite::before{position:absolute;background-color:#0056ff;content:"";height:4px;width:20px;left:0;top:50%;transform:translateY(-50%)}.htmega-citeseparator-position-after blockquote cite::before{right:0;left:auto;top:50%}.htmega-citeseparator-position-none blockquote cite::before{display:none}.htmega-instragram{text-align:center}.htmega-instragram ul.htmega-instagram-list{padding:0;margin:0;list-style:none;margin:0 -5px}.htmega-instragram ul.htmega-instagram-list li{float:left;width:25%;padding:0 5px;margin-bottom:10px;overflow:hidden;position:relative}.htmega-instragram ul.htmega-instagram-list li img{width:100%;vertical-align:middle}.htmega-instragram ul.htmega-instagram-list li a{text-decoration:none}.htmegainstagram-column-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-instragram .instagram_follow_btn{background:#f75876 none repeat scroll 0 0;border:0 none;color:#fff;display:inline-block;font-size:14px;font-weight:500;margin-top:70px;text-decoration:none;transition:all 0.4s ease-in-out 0s;display:inline-flex;align-items:center}.htmega-instragram .instagram_follow_btn:hover{opacity:.7;color:#000}.htmega-instragram .instagram_follow_btn i{width:42px;height:43px;line-height:42px;font-size:16px;text-align:center;display:inline-grid;align-items:center}.htmega-instragram .instagram_follow_btn span{padding:0 16px;font-weight:600;height:42px;line-height:42px}.htmega-instragram .instagram_follow_btn.possition-center{position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);left:50%;background:#fff;border-radius:6px;color:#000}.htmega-instragram .instagram_follow_btn.possition-center span{padding:0 24px}.htmega-instragram ul.htmega-instagram-list{margin:0 -5px;overflow:hidden;display:flex;flex-flow:row wrap}.htmega-instragram ul.htmega-instagram-list li>a{display:block;position:relative}.htmega-instragram ul.htmega-instagram-list li .instagram-clip{position:absolute;top:0;left:0;width:100%;text-align:center;z-index:3;height:100%;transition:0.4s ease-in-out;opacity:0}.htmega-instragram ul.htmega-instagram-list li .instagram-clip::before{position:absolute;background-color:rgb(0 0 0 / .7);content:"";left:10px;top:10px;bottom:10px;right:10px;z-index:-1}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment{padding:30px 0}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment p{color:#fff;margin:0 15px}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn{position:absolute;top:50%;transform:translateY(-50%);width:100%}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a{display:inline-block}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a i{color:#fff;font-size:43px}.htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip{opacity:1}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{display:inline-block}.htmega-instragram-style-2 ul.htmega-instagram-list li{padding:0;margin:0}.htmega-instragram-style-2 ul.htmega-instagram-list{margin:0;margin-left:-15px;margin-right:-15px}.htmega-instragram-style-2 ul.htmega-instagram-list li{margin:0;margin-bottom:0;overflow:hidden}.htmega-instragram-style-2 ul.htmega-instagram-list li a img{transition:0.3s ease-out;transition-property:opacity,transform,filter;width:100%}.htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img{transform:scale3d(1.1,1.1,1);opacity:.8}.htmega-instragram .slick-arrow{position:absolute;top:45%;left:-20px;z-index:2;width:30px;height:30px;border-radius:100%;background:#f75876;border:1px solid #f75876;color:#fff;text-align:center;transition:0.4s ease-in-out;opacity:0;padding:0;line-height:1}.htmega-instragram .htmega-carosul-next.slick-arrow{left:auto;right:-20px}.htmega-instragram ul.htmega-instagram-list:hover .slick-arrow{opacity:1;left:0}.htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow{opacity:1;right:0;left:auto}.htmega-instragram .slick-dots{position:relative;bottom:0}.htmega-instragram .slick-dots li{border-radius:100%;display:inline-block;height:15px;margin:0 3px!important;width:15px!important;background:#f75876;float:none!important}.htmega-instragram .slick-dots li button{padding:0}.htmega-instragram .slick-dots li button::before{display:none}.htmega-instragram .slick-dots li.slick-active{background:#000}.htmega-instragram-style-2 a.instagram_follow_btn{position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);left:50%;background:#fff;border-radius:6px;color:#000;margin-top:0;z-index:5}.htmega-instragram-style-3 ul li{position:relative}.htmega-instragram-style-3 ul li a img{transition:all .15s ease-in-out}.htmega-instragram-style-3 ul li .instagram-clip{position:absolute;top:0;left:0;right:0;height:50px;background:rgb(255 64 95 / .9);display:flex;justify-content:space-around;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .15s ease-in-out;color:#FFF;height:50px!important;line-height:50px}.htmega-instragram-style-3 ul li .instagram-clip::before{display:none}.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment{display:flex;align-items:center;padding:0!important}.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment p{margin:0 15px}.htmega-instragram-style-3 ul li:hover .instagram-clip{-webkit-transform:translateX(0);transform:translateX(0)}.htmega-instragram-style-3 ul li:hover a img{opacity:.7;-webkit-transform:scale(1.15) translate3d(0,0,0);transform:scale(1.15) translate3d(0,0,0)}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content{display:flex;align-items:center}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn{position:static;transform:translateY(0);display:flex}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{display:flex}.htmega-instragram-style-4 ul.htmega-instagram-list li{margin:0;margin-bottom:0;overflow:hidden;width:25%}.htmega-instragram-style-4 ul.htmega-instagram-list li a img{transition:0.3s ease-out;transition-property:opacity,transform,filter;width:100%}.htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img{transform:scale3d(1.2,1.2,1);opacity:.6}.instragram-icon-svg{display:flex;justify-content:center}.htmega-switcher-btn{text-align:center}.htmega-switcher-nav{display:inline-block!important;background:#eee;border-radius:30px;overflow:hidden}.htmega-switcher-nav span{display:inline-block;color:#444;font-size:14px;font-weight:600;text-transform:uppercase;padding:18px 32px;z-index:1;position:relative;font-family:"Montserrat",sans-serif;cursor:pointer}.htmega-switcher-nav span i{margin-right:5px}.htmega-switcher-nav svg{width:20px;float:left;margin-right:8px}.htmega-switcher-nav span::before{height:100%;top:0;z-index:0;content:'';width:0;position:absolute;left:0;transition:all 300ms ease-out;z-index:-1}.htmega-switcher-nav span.htb-active{color:#fff}.htmega-switcher-nav span.htb-active::before{width:100%;background-color:#ed552d}.htmega-switcher-toggle-title{text-transform:uppercase;font-weight:600}.htmega-switcher-toggle{margin:20px 0 30px 0;text-align:center;font-weight:400}.htmega-switch-toggle{position:relative;display:inline-block;width:60px;height:34px;margin:0 15px 0 15px;line-height:36px}.htmega-switcher-toggle i{margin-right:7px}.htmega-switche-toggle-slider{border-radius:34px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}input:checked+.htmega-switche-toggle-slider{background-color:#2196F3}input:checked+.htmega-switche-toggle-slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.htmega-switche-toggle-slider:before{position:absolute;border-radius:50%;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.htmega-single-toggle-switch.toggle-tab-pane{display:none}.htmega-single-toggle-switch.toggl-active{display:block}.htmega-register-wrapper form input,.htmega-register-wrapper form textarea{padding:0 15px;width:100%;background:#fff0;border-radius:0}.htmega-register-wrapper .alert{margin:0 10px 15px}.htmega-user-login{padding:10px;text-align:center}.htmega-register-wrapper label{display:block}.user-register-header h2{font-size:36px;font-weight:700;margin-top:0;margin-bottom:10px}.user-register-header p{font-size:18px;font-weight:600;margin-bottom:40px}.user-register-header p a{margin-left:5px}.user-register-header{text-align:left}.user-register-header p a{transition:.3s}.htmega-register-style-1{background:#fa4a79;padding-bottom:40px}.htmega-register-style-1 form{padding:0 30px 0}.htmega-register-style-1 form textarea{background:#fb5c87 none repeat scroll 0 0;border-radius:0;border:1px solid #fff}.htmega-register-style-1 form input,.htmega-register-style-1 form textarea{background:#fb5c87 none repeat scroll 0 0;border:1px solid #fff;border-radius:0;color:#fff;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:300;height:50px;margin-bottom:30px}.htmega-register-wrapper.htmega-register-style-1 .user-register-header{padding:30px 30px 0}.htmega-register-wrapper.htmega-register-style-1 .user-register-header h2,.htmega-register-wrapper.htmega-register-style-1 .user-register-header p{color:#fff}.htmega-register-style-1 form input[type="submit"]{width:auto;margin:0 auto;text-align:center;background:#fff;font-weight:600;color:#fa4a79;margin-top:10px;font-size:14px;padding:0 47px;transition:0.5s}.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:not(.terms-conditions){width:50%;background:#fff;padding:11px 47px;transition:.3s;margin:15px auto 0;display:inline-block;text-align:center;vertical-align:middle;color:#fa4a79;font-weight:600;font-family:"Montserrat",sans-serif;font-size:14px}.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:hover{opacity:.7}.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:hover{opacity:1}.htmega-register-wrapper .separator span{font-size:15px;display:inline-block;margin-top:10px}.htmega-register-style-1 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-1 form input::-webkit-input-placeholder,.htmega-register-style-1 form textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-1 form input::-moz-placeholder,.htmega-register-style-1 form textarea::-moz-placeholder{color:#fff}.htmega-register-style-1 form input:-ms-input-placeholder,.htmega-register-style-1 form textarea::-ms-input-placeholder{color:#fff}.htmega-register-style-1 form input:-moz-placeholder,.htmega-register-style-1 form textarea::-ms-input-placeholder{color:#fff}.htmega-register-style-2{background:#7ca7f9;padding:0 80px 50px}.htmega-register-style-2 form label{color:#666;font-weight:400;font-size:12px;margin-bottom:8px;font-family:"Montserrat",sans-serif}.termscondition label.htmega-form-label{display:inline;margin:0!important}.htmega-register-wrapper form textarea{padding:15px 20px}.termscondition input[type="checkbox"]{width:auto;height:auto!important;margin:0}.htmega-register-style-2 form input{padding:0 20px}.htmega-register-style-2 form input,.htmega-register-style-2 form textarea{border:1px solid #fff;color:#fff;margin-bottom:30px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-register-style-2 form input[type="submit"]{width:auto;text-align:center;background:#fff;font-weight:600;color:#0056ff;font-size:14px;padding:0 47px;transition:0.5s;height:50px;margin-top:10px;margin-bottom:0}.htmega-register-style-2 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-2 form input::-webkit-input-placeholder,.htmega-register-style-2 form textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-2 form input::-moz-placeholder,.htmega-register-style-2 form textarea::-moz-placeholder{color:#fff}.htmega-register-style-2 form input:-ms-input-placeholder,.htmega-register-style-2 form textarea:-ms-input-placeholder{color:#fff}.htmega-register-style-2 form input:-moz-placeholder,.htmega-register-style-2 form textarea:-moz-placeholder{color:#fff}.htmega-register-style-3{padding:0 56px 100px;text-align:center}.htmega-register-style-3 form .input_box{display:flex;margin-bottom:30px;align-items:center}.htmega-register-form .input_box .fa-lock:before{font-family:'FontAwesome';content:"\f023"}.htmega-register-style-3 form .input_box i{background:rgb(255 255 255 / .3);height:70px;padding:0 20px;font-weight:400;line-height:70px;color:#fff;text-align:center;font-size:34px;border-radius:8px 0 0 8px}.htmega-register-wrapper.htmega-register-style-3 .user-register-header{padding-top:90px}.htmega-register-wrapper.htmega-register-style-3 .user-register-header p,.htmega-register-wrapper.htmega-register-style-3 .user-register-header h2{color:#fff}.htmega-register-style-3 form .input_box input,.htmega-register-style-3 form .input_box textarea{background:rgb(255 255 255 / .3);border:0 none;margin-left:2px;height:70px;border-radius:0 8px 8px 0;color:#fff;font-size:16px;font-family:"Poppins",sans-serif}.htmega-register-style-3 form .input_box input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:90px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif;transition:0.5s}.htmega-register-style-3 form input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:90px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif}.htmega-register-style-3 form input[type="submit"]:hover{background:#ffffff!important;color:#18012c}.htmega-register-style-3 .login a{border:3px solid #fff;display:block;height:90px;line-height:90px;color:#fff;font-size:24px;font-weight:600;border-radius:8px;margin-top:56px;transition:0.5s;font-family:"Montserrat",sans-serif;text-decoration:none}.htmega-register-style-3 .login a:hover{background:#fff;color:#18012c}.htmega-register-style-3 .separator span{color:#fff;font-size:24px;font-weight:500;padding:0 24px;background:#fff0;position:relative;z-index:99;display:block;font-family:"Montserrat",sans-serif}.htmega-register-style-3 .separator span::before{content:"";width:130px;height:1px;left:0;top:50%;background:#fff;position:absolute;display:block}.htmega-register-style-3 .separator span::after{background:#fff;position:absolute;content:"";width:130px;height:1px;right:0;top:50%}.htmega-register-style-3 form input[type="submit"]:hover{background:#fff;color:#18012c}.htmega-register-style-3 form input::-webkit-input-placeholder,.htmega-register-style-3 form .input_box textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-3 form input::-moz-placeholder,.htmega-register-style-3 form .input_box textarea::-moz-placeholder{color:#fff}.htmega-register-style-3 form input:-ms-input-placeholder,.htmega-register-style-3 form .input_box textarea:-ms-input-placeholder{color:#fff}.htmega-register-style-3 form input:-moz-placeholder,.htmega-register-style-3 form .input_box textarea:-moz-placeholder{color:#fff}.htmega-register-style-3 form .input_box input{margin-bottom:0!important}.htmega-register-style-4{padding:0 40px}.htmega-register-style-4 form input,.htmega-register-style-4 form textarea{margin-bottom:17px;border:0 none;border-bottom:1px solid #687ea5;padding:0;color:#687ea5;font-size:12px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-register-style-4 form input[type="submit"]{background:#0056ff;color:#fff;width:auto;height:50px;padding:0 40px;border:0 none;font-size:14px;text-transform:uppercase;border-radius:25px;transition:0.5s;margin-top:10px}.htmega-register-style-4 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-4 form input::-webkit-input-placeholder,.htmega-register-style-4 form textarea::-webkit-input-placeholder{color:#687ea5}.htmega-register-style-4 form input::-moz-placeholder,.htmega-register-style-4 form textarea::-moz-placeholder{color:#687ea5}.htmega-register-style-4 form input:-ms-input-placeholder,.htmega-register-style-4 form textarea:-ms-input-placeholder{color:#687ea5}.htmega-register-style-4 form input:-moz-placeholder,.htmega-register-style-4 form textarea:-moz-placeholder{color:#687ea5}.htmega-register-wrapper.htmega-register-style-4 .htmega-register-form form a:not(.terms-conditions){background:#0056ff;color:#fff;font-size:14px;text-transform:uppercase;border-radius:25px}.register-container{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);padding:50px 70px}.register-top{display:flex;justify-content:space-between;margin-bottom:33px;align-items:center}.register-top .register-top-left h2{color:#000;font-size:16px;margin:0;font-weight:600}.register-top .register-top-right{display:flex;justify-content:space-between}.register-top .register-top-right p{margin:0;color:#b1b1b1;margin-right:30px;font-size:14px}.register-top .register-top-right a{background:#eff1f2;height:30px;line-height:30px;color:#000;padding:0 14px;transition:0.5s}.register-top .register-top-right a:hover{background:#18012c;color:#fff}.htmega-register-style-5{text-align:center}.htmega-register-wrapper.htmega-register-style-5{padding:40px 30px}.htmega-register-style-5 form input,.htmega-register-style-5 form textarea{border:1px solid #f1f1f1;height:45px;margin-bottom:30px;padding:0 20px;color:#757575;font-weight:300;font-size:12px}.htmega-register-style-5 form input[type="submit"]{background:#0056ff;width:auto;color:#fff;height:48px;padding:0 40px;color:#fff;font-size:14px;font-weight:600;margin-bottom:0;transition:0.5s;margin-top:12px}.htmega-register-wrapper.htmega-register-style-5 .htmega-register-form form a:not(.terms-conditions){background:#0056ff;padding:11px 40px;color:#fff;margin-bottom:12px}.htmega-register-style-5 form input[type="submit"]:hover{background:#18012c;color:#fff}.htmega-register-style-5 form input::-webkit-input-placeholder,.htmega-register-style-5 form textarea::-webkit-input-placeholder{color:#757575}.htmega-register-style-5 form input::-moz-placeholder,.htmega-register-style-5 form textarea::-moz-placeholder{color:#757575}.htmega-register-style-5 form input:-ms-input-placeholder,.htmega-register-style-5 form textarea:-ms-input-placeholder{color:#757575}.htmega-register-style-5 form input:-moz-placeholder,.htmega-register-style-5 form textarea:-moz-placeholder{color:#757575}.htmega-register-style-5 form input:focus,.htmega-register-style-5 form textarea:focus{border:1px solid #18012c}.htmega-register-style-4 form input:focus{border:0 none;border-bottom:1px solid #18012c}.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:not(.terms-conditions){background:#44FF62;color:#2E2E2E;font-size:16px;border-radius:5px;width:100%}.htmega-register-style-6.htmega-register-wrapper input[type="submit"]{color:#2E2E2E;font-size:16px;font-weight:600;background-color:#44FF62;height:55px;width:100%;border-radius:5px 5px 5px 5px}.htmega-register-style-6.htmega-register-wrapper form input{color:#8B8B8B;background-color:#FFF;margin:0 0 10px 0;height:55px;border-radius:5px}.htmega-register-style-6.htmega-register-wrapper{background-color:#0057FB;border-radius:10px;padding:40px}.htmega-tab-area:not(.htmega-tab-style-5){display:flex;flex-direction:column;align-items:center}.htmega-tab-area:not(.htmega-tab-style-5) .htb-tab-content{width:100%}.htmega-tab-nav a{color:#575757;font-size:14px;font-weight:500;padding:0 16px;background:#fff0;line-height:34px;transition:0.5s;margin:0 9px;margin-bottom:20px}.htmega-tab-nav svg{width:20px;float:left}.htmega-tab-nav a.htb-active{background:#575757;color:#fff}.tab-content .htmega-single-tab{margin-top:20px}.htmega-tab-image{overflow:hidden}.htmega-tab-menu-style-2 a{color:#575757;font-weight:600;font-size:14px;margin:0 25px;margin-bottom:20px;padding:0;padding-bottom:10px;position:relative;background:#fff0}.htmega-tab-menu-style-2 a.htb-active{background:#fff0;color:#575757}.htmega-tab-menu-style-2 a::before{position:absolute;content:"";left:0;height:1px;width:0;bottom:0;background:#575757;transition:0.4s ease-in-out}.htmega-tab-menu-style-2 a.htb-active::before{width:100%}.htmega-tab-menu-style-3{border-bottom:1px solid #e3e3e3;margin-bottom:18px}.htmega-tab-menu-style-3 a{color:#575757;font-size:14px;font-weight:600;padding:0;padding:0 24px;background:#e3e3e3;height:40px;line-height:39px;margin:0 10px;margin-bottom:-1px;border:1px solid;transition:0.4s ease-in-out;border-color:#e3e3e3 #e3e3e3 #fff}.htmega-tab-menu-style-3 a.htb-active{background:#fff0;border:1px solid;border-color:#e3e3e3 #e3e3e3 #fff;color:#575757}.htmega-tab-style-3 .htmega-single-tab p{color:#494849;font-size:16px;line-height:28px;margin-top:23px}.htmega-tab-menu-style-4 a{background:#575757;padding:0 25px;line-height:40px;border-radius:5px;color:#fff;margin:0 10px;margin-bottom:20px;font-weight:600;font-size:14px}.htmega-tab-menu-style-4 a.htb-active{background:#ed552d}.htmega-tab-style-5{align-items:center;display:flex;flex-wrap:wrap}.htmega-tab-style-5 .htmega-tab-nav{flex:0 0 25%;max-width:25%;padding-left:15px;padding-right:0}.htmega-tab-style-5 .htmega-tab-content-area{flex:0 0 75%;max-width:75%;padding-left:15px;padding-right:15px}.htmega-tab-menu-style-5{display:flex;flex-direction:column;height:100%;justify-content:center}.htmega-tab-style-5 .htmega-tab-content-area{position:relative}.htmega-tab-style-5 .htmega-tab-content-area::before{content:"";left:0;height:65%;width:1px;position:absolute;top:50%;transform:translateY(-50%);z-index:-1}.htmega-tab-menu-style-5{display:block}.htmega-tab-menu-style-5 a{border-left:1px solid #e3e3e3;border-right:1px solid #fff0;border-top:1px solid #e3e3e3;color:#575757;font-weight:500;margin:0;padding:0;text-align:center;transition:all 0.4s ease-in-out 0s}.htmega-tab-menu-style-5 a:last-child{border-bottom:1px solid #e3e3e3}.htmega-tab-menu-style-5 a.htb-active{background:#e3e3e3;color:#575757}.htmega_tab_service .htmega-service-style-7:hover .content h4,.htmega_tab_service .htmega-service-style-7:hover .content p,.htmega_tab_service .htmega-service-style-7:hover .icon i{color:#8f8f8f!important}.htmega_tab_service .htmega-service-style-7:hover .icon i{color:#ed552d!important}.htmega_tab_service .htmega-service-style-7::before{display:none}a.htb-nav-link:focus{outline:none}.htmega-switcher-area .htmega-switcher-nav .htb-nav-link{display:inline-flex;align-items:center}.htmega-tab-svg-icon{display:inline-block;overflow:hidden}.htmega-tab-nav a i,.htmega-tab-nav a .htmega-tab-svg-icon{margin-right:10px;width:30px;text-align:center;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50px}.htmega-tab-nav a.htb-nav-link{display:flex;align-items:center}.htmega-process-area{background-size:80% auto}.htmega-column{display:flex;flex-wrap:wrap}.htmega-column .htmega-single-process-area{padding-right:15px;padding-left:15px}.htmega-process-column-1 .htmega-single-process-area{flex:0 0 100%;max-width:100%}.htmega-process-column-2 .htmega-single-process-area{flex:0 0 50%;max-width:50%}.htmega-process-column-3 .htmega-single-process-area{flex:0 0 33.333%;max-width:33.333%}.htmega-process-column-4 .htmega-single-process-area{flex:0 0 25%;max-width:25%}.htmega-process-column-5 .htmega-single-process-area{flex:0 0 20%;max-width:20%}.htmega-single-process{text-align:center}.htmega-single-process .icon{width:116px;height:116px;margin:0 auto;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);line-height:116px;text-align:center;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out}.htmega-single-process .htmega-content h4{color:#555;font-size:19px;font-weight:600;margin:0;margin-top:36px}.htmega-process-style-2{text-align:center}.htmega-process-style-2 .htmega-number{margin-bottom:24px}.htmega-process-style-2 .htmega-number span{width:70px;height:70px;background:#fff;display:inline-block;line-height:70px;font-size:24px;font-weight:600;color:#5a5a5a;border-radius:14px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-process-style-2 .htmega-content h4{color:#383838;font-size:18px;margin-bottom:18px}.htmega-process-style-2 .htmega-content p{color:#494849;font-size:14px;line-height:28px;padding:0 10%;margin:0}.htmega-process-style-2 .htmega-number{position:relative}.htmega-process-style-2 .htmega-number::before{position:absolute;content:"";background-image:url();right:-129px;top:50%;width:236px;height:2px}.htmega-process-style-2 .htmega-single-process-area:last-child .htmega-number::before{display:none}.htmega-process-style-3{position:relative;margin-top:30px}.htmega-process-style-3::before{content:"";position:absolute;left:50%;top:0;width:2px;background:#e51515;height:100%;margin-left:-1px}.htmega-process-style-3 .htmega-single-process{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:30px 0}.htmega-process-style-3 .htmega-single-process .icon{align-self:baseline;box-shadow:none;height:auto;line-height:1;padding:0 30px;position:relative;text-align:right;width:50%;background:#fff0;justify-content:right}.htmega-process-style-3 .htmega-single-process .icon::before,.htmega-process-style-3 .htmega-single-process .icon::after{position:absolute;content:"";right:0;top:50%;margin-top:-15px;height:15px;width:15px;border-top:10px solid #fff0;border-right:15px solid red;border-bottom:10px solid #fff0;border-left:15px solid #fff0;transition:all 0.3s ease-in-out}.htmega-process-style-3 .htmega-single-process .icon img{display:inline-block;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}.htmega-process-style-3 .htmega-content{padding-left:30px;text-align:left;width:50%}.htmega-process-style-3 .htmega-content h4{font-size:22px;font-weight:500;color:#494849;margin-bottom:15px;transition:all 0.3s ease-in-out}.htmega-process-style-3 .htmega-content p{font-size:14px;color:#494849;line-height:28px}.htmega-process-style-3 .htmega-single-process.process-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htmega-process-style-3 .htmega-single-process.process-reverse .icon{text-align:left;justify-content:left}.htmega-process-style-3 .htmega-single-process.process-reverse .icon::before{right:auto;left:0;border-left:15px solid red;border-right:15px solid #fff0}.htmega-process-style-3 .htmega-single-process.process-reverse .htmega-content{padding-left:0;padding-right:30px;text-align:right}.htmega-process-style-3 .htmega-single-process .icon::after{left:100%;height:0;border:none;background:red;width:1px;top:50%;transform:translateY(-50%);margin-top:-4px;margin-left:-1px;opacity:0}.htmega-process-style-3 .htmega-single-process.process-reverse .icon::after{left:0;right:auto}.htmega-process-style-3 .htmega-single-process:hover .icon::after{opacity:1}.htmega-process-style-4{background-position:center center;background-repeat:no-repeat;height:570px;position:relative;width:590px;margin:auto;margin-top:35px}.htmega-process-style-4 .htmega-single-process-area{align-items:center;background:#52b6bc none repeat scroll 0 0;border-radius:100%;display:flex;height:190px;justify-content:center;text-align:center;width:190px;position:absolute}.htmega-process-style-4 .htmega-single-process-area:nth-child(1){left:0;margin:auto;right:0}.htmega-process-style-4 .htmega-single-process-area:nth-child(2){right:0;top:190px}.htmega-process-style-4 .htmega-single-process-area:nth-child(3){bottom:0;left:0;margin:auto;right:0}.htmega-process-style-4 .htmega-single-process-area:nth-child(4){left:0;top:190px}.htmega-process-style-4 .htmega-single-process .icon{box-shadow:none;height:auto;line-height:1;opacity:0;position:absolute;right:0;top:-36px;transition:all 0.3s ease 0s;width:auto;background:#fff0}.htmega-process-style-4 .htmega-single-process .icon img{border:3px solid #52b6bc;border-radius:100%}.htmega-process-style-4 .htmega-content p{color:#fff;font-family:'Courgette',cursive;font-size:20px;line-height:26px;margin:0;padding:0 12px}.htmega-process-style-4 .htmega-single-process.open .icon{opacity:1}.htmega-process-style-4 .htmega-single-process-area:hover .icon{opacity:1}.htmega-process-style-4 .htmega-single-process-area:before{content:"";background:#fff0;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:100%;opacity:0;transition:all 0.3s ease-in-out}.htmega-process-style-4 .htmega-single-process-area:hover:before{opacity:1}.htmega-process-style-4 .htmega-single-process .htmega-content h4{transition:all 0.3s ease-in-out}.htmega-process-style-4 .htmega-single-process-area:hover .htmega-single-process .htmega-content h4{color:#fff;position:relative;z-index:2}.htmega-process-style-5{display:block;text-align:center}.htmega-process-style-5 .htmega-single-process-area{width:23%;transition:all 0.3s ease-in-out;position:relative;display:inline-block}.htmega-process-style-5 .htmega-single-process-area:hover{width:25%}.htmega-process-style-5 .htmega-single-process-area:after{content:"";background:#fff0;width:62px;height:25px;left:0;position:relative;position:absolute;top:50%;transform:translate(-50%,-50%)}.htmega-process-style-5 .htmega-single-process-area:first-child:after{display:none}.htmega-process-style-5 .htmega-single-process{background:#fff0;transition:all 0.3s ease-in-out;position:relative;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process .htmega-content p{visibility:visible}.htmega-process-style-5 .htmega-number::before{display:none}.htmega-process-style-5 .htmega-single-process:before{background:#fff0;content:"";left:0;right:0;position:absolute;top:0;height:100%;width:100%;opacity:0;z-index:0;transition:all 0.3s ease-in-out}.htmega-process-style-5 .htmega-single-process *{position:relative;z-index:2}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process:before{opacity:1}.htmega-process-style-5 .htmega-single-process2 span,.htmega-process-style-5 .htmega-single-process2 .icon{background:#fff0;line-height:1;border:none;box-shadow:none!important;margin:auto}.htmega-single-process.htmega-single-process2 .htmega-content h4{margin-top:0}.htmega-single-process.htmega-single-process2 .htmega-number{margin-bottom:0}.htmega-single-process.htmega-single-process2{position:relative;bottom:0;opacity:0}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process{opacity:0}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process.htmega-single-process2{opacity:1}.htmega-modal-btn button{background:#0056ff;border:0 none;color:#fff;border-radius:8px;height:58px;line-height:58px;color:#fff;font-size:16px;font-weight:600;font-family:"Montserrat",sans-serif;transition:0.4s;padding-top:0;padding-bottom:0}.htmega-modal-btn svg{width:20px;margin-right:10px;margin-top:16px}.htmega-modal-area .htb-modal-header h5{margin:0}.htmega-modal-area .htb-modal-footer{justify-content:space-between;align-items:center}.htmega-modal-area .htb-modal-footer .htb-btn-secondary[type="button"]{color:#fff;background-color:#868e96;border-color:#868e96}.htmega-modal-area .htb-modal-header .htb-close[type="button"]{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.htmega-modal-area .htb-modal-header .htb-close[type="button"]:focus,.htmega-modal-area .htb-modal-header .htb-close[type="button"]:hover{color:#000;text-decoration:none;opacity:.75;background:0 0;border:0}.modal_icon_positioning-left .htmega-modal-btn button,.modal_icon_positioning-right .htmega-modal-btn button{display:inline-flex;align-items:center}.modal_icon_positioning-left .htmega-modal-btn button i,.modal_icon_positioning-left .htmega-modal-btn button svg{order:0;margin-right:10px}.modal_icon_positioning-right .htmega-modal-btn button i,.modal_icon_positioning-right .htmega-modal-btn button svg{order:1;margin-left:10px}.modal_icon_positioning-left .htmega-modal-btn svg,.modal_icon_positioning-right .htmega-modal-btn svg{margin-top:0}.flipbox-icon{display:inline-block}.flipbox-icon svg{width:20px}.htmega-flip-box-front,.htmega-flip-box-back{background-color:#f3f3f3}.htmega-flip-box-animation-right .htmega-flip-box-front{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);background-color:#f3f3f3}.htmega-flip-box-animation-right:hover .htmega-flip-box-front{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.htmega-flip-box-animation-right .htmega-flip-box-back{background:rgb(237 85 45 / .8);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.htmega-flip-box-animation-right:hover .htmega-flip-box-back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);transform-style:preserve-3d}.htmega-flip-box-animation-left .htmega-flip-box-front,.htmega-flip-box-animation-left:hover .htmega-flip-box-back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);background-color:#f3f3f3}.htmega-flip-box-animation-left:hover .htmega-flip-box-front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.htmega-flip-box-animation-left .htmega-flip-box-back{background:rgb(237 85 45 / .8);-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.htmega-flip-box-animation-top .htmega-flip-box-front,.htmega-flip-box-animation-top:hover .htmega-flip-box-back{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-o-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg)}.htmega-flip-box-animation-top:hover .htmega-flip-box-front{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);transform:rotateX(-180deg)}.htmega-flip-box-animation-top .htmega-flip-box-back{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);z-index:1}.htmega-flip-box-animation-bottom .htmega-flip-box-front,.htmega-flip-box-animation-bottom:hover .htmega-flip-box-back{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-o-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg)}.htmega-flip-box-animation-bottom:hover .htmega-flip-box-front{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg)}.htmega-flip-box-animation-bottom .htmega-flip-box-back{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:1}.htmega-flip-box-area .flp-btn{display:inline-block;margin-top:20px}.htmega-flip-box-area .flp-btn a{color:#fff;font-family:"Montserrat",sans-serif;font-weight:700;font-size:14px;display:inline-block;border-bottom:1px solid #fff;text-decoration:none;transition:all 0.3s ease-in-out}.htmega-flip-box-area{-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-webkit-transform:perspective(1000px);-moz-transform:perspective(1000px);-ms-transform:perspective(1000px);transform:perspective(1000px);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;position:relative;height:380px;line-height:1}.htmega-flip-box-front,.htmega-flip-box-back{background-size:cover;background-position:center center;-ms-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);overflow:hidden;position:absolute;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;z-index:1;width:100%;height:100%}.htmega-3d-wrap .htmega-flip-box-front,.htmega-3d-wrap .htmega-flip-box-back{overflow:visible}.front-container,.back-container{padding:40px;text-align:center;position:relative;top:50%;-ms-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transform:translateY(-50%) translateX(0) scale(1);-ms-transform:translateY(-50%) translateX(0) scale(1);transform:translateY(-50%) translateX(0) scale(1);transform-style:preserve-3d;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.htmega-3d-flip{transform:translateZ(50px) scale(.9);display:flex;align-items:center;justify-content:center;flex-direction:column;backface-visibility:hidden}.htmega-flip-box-area .back-container{padding:40px;text-align:center;position:relative;top:50%;z-index:2}.htmega-flip-box-area .front-container span{color:#636363;font-size:50px}.front-container h2,.front-container .htmega-flip-box-title{color:#4a4a4a;font-size:22px;font-weight:400;margin:0;margin-top:22px}.back-container span{color:#efefef;font-size:50px;display:block;margin-bottom:28px}.back-container h2,.back-container .htmega-flip-box-title{color:#fff;font-size:22px;font-weight:400;margin-bottom:18px}.back-container p,.front-container p{color:#fff;font-size:14px;line-height:26px;margin:0}.htmega-flip-box-back{background-position:center center;background-repeat:no-repeat;background-size:cover}.htmega-flip-overlay{display:block;background-color:#fff0;width:100%;height:100%;position:absolute;top:0;z-index:0}.htmega-flip-box-style-2 .htmega-flip-box-back span,.htmega-flip-box-style-2 .htmega-flip-box-front span{margin-bottom:26px;display:inline-block;padding-bottom:30px;position:relative}.htmega-flip-box-style-2 .htmega-flip-box-back span i,.htmega-flip-box-style-2 .htmega-flip-box-front span i{color:#fff;font-size:70px}.htmega-flip-box-style-2 .htmega-flip-box-back span::before,.htmega-flip-box-style-2 .htmega-flip-box-front span::before{position:absolute;content:"";background:#fff;width:30px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-flip-box-style-2 .htmega-flip-box-back span::after,.htmega-flip-box-style-2 .htmega-flip-box-front span::after{position:absolute;content:"";background:#fff;width:20px;height:1px;bottom:6px;left:50%;transform:translateX(-50%)}.htmega-flip-box-style-2 .htmega-flip-box-back h2,.htmega-flip-box-style-2 .htmega-flip-box-front h2{color:#fff;font-size:16px;margin:0;font-weight:300;text-transform:uppercase}.htmega-flip-box-style-2 .htmega-flip-box-back p{margin:0;color:#fff;font-size:14px;line-height:24px;margin-top:15px;font-family:"Montserrat",sans-serif;font-weight:300}.htmega-flip-box-style-3 .front-container p{margin-top:15px;margin-bottom:15px;color:#7b7272}.htmega-flipbox-bottom-index-number,.htmega-flipbox-back-bottom-index-number{position:absolute;bottom:0;z-index:1;margin-bottom:10px;font-size:95px;font-weight:700;color:#F5F7FF;font-family:"Roboto",Sans-serif;font-size:95px;font-weight:700;line-height:1em;-webkit-text-stroke-color:#DDDDE8;-webkit-text-stroke-width:1px}.htmega-flipbox-s4-image{height:200px;width:100%;position:relative}.front-container .htmega-flipbox-s4-image img{height:100%;object-fit:cover;width:100%}.htmega-flip-box-style-4 .front-container{display:block}.htmega-flip-box-style-4 .front-container span{color:#636363;position:absolute;left:50%;transform:translate(-50%,50%);bottom:0;z-index:2;background-color:#FFF;width:97px;min-height:97px;height:97px;display:flex;align-items:center;justify-content:center;line-height:97px;margin:0 0 0 0;border-radius:100px 100px 100px 100px;box-shadow:0 1px 100px 0 rgb(0 0 0 / .29)}.htmega-flip-box-style-4 .front-container h2,.htmega-flip-box-style-4 .front-container .htmega-flip-box-title{margin-top:70px}.htmega-flip-box-style-4 .front-container p{padding:0 15px}.htmega-flip-box-style-4 .htmega-flip-box-front .front-container{padding:0}.htmega-flip-box-style-5 .back-container h2,.back-container .htmega-flip-box-title{margin-bottom:10px}.htmega-flip-box-style-5 .back-container h3{margin-bottom:25px;padding:0 15px 27px 15px;font-size:15px;line-height:1.3;border-bottom:1px solid #6951cd}.htmega-flip-box-style-5 .htmega-flip-box-back{background:#4f33c4}.htmega-flip-box-style-5 .back-container p{margin-bottom:20px}ul.htmega-flipbox-social-list{display:inline-block;list-style:none;margin:0;padding:0}ul.htmega-flipbox-social-list li{display:inline-block;margin:5px}ul.htmega-flipbox-social-list li a{display:flex;height:38px;width:38px;align-items:center;justify-content:center;font-size:15px;color:#fff;border:1px solid #ddd;background:#fff0;border-style:dashed;border-radius:100%}ul.htmega-flipbox-social-list li a svg{width:15px;fill:#fff}ul.htmega-flipbox-social-list li a:hover{background:#fff;color:#27123a;border:1px solid #fff}ul.htmega-flipbox-social-list li a:hover svg{fill:#27123a}.htmega-flip-box-animation-zoom_in .htmega-flip-box-back,.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;transition:all 0.5s ease-in-out;z-index:3}.htmega-flip-box-animation-zoom_in:hover .htmega-flip-box-back{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.htmega-flip-box-animation-zoom_out:hover .htmega-flip-box-front{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);visibility:hidden}.htmega-flip-box-animation-fade_in .htmega-flip-box-back{opacity:0;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;transition:all 0.6s ease-in-out}.htmega-flip-box-animation-fade_in:hover .htmega-flip-box-back{opacity:1}.htmega-flip-box-animation-slide_left,.htmega-flip-box-animation-slide_right,.htmega-flip-box-animation-slide_top,.htmega-flip-box-animation-slide_bottom,.htmega-flip-box-animation-push_left,.htmega-flip-box-animation-push_right{overflow:hidden}.htmega-flip-box-animation-slide_left .htmega-flip-box-front,.htmega-flip-box-animation-slide_left .htmega-flip-box-back,.htmega-flip-box-animation-slide_right .htmega-flip-box-front,.htmega-flip-box-animation-slide_right .htmega-flip-box-back,.htmega-flip-box-animation-slide_top .htmega-flip-box-front,.htmega-flip-box-animation-slide_top .htmega-flip-box-back,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-front,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back,.htmega-flip-box-animation-push_left .htmega-flip-box-front,.htmega-flip-box-animation-push_left .htmega-flip-box-back,.htmega-flip-box-animation-push_right .htmega-flip-box-front,.htmega-flip-box-animation-push_right .htmega-flip-box-back{opacity:1;visibility:visible;z-index:2;transition:all 0.6s ease-in-out}.htmega-flip-box-animation-slide_left .htmega-flip-box-back{left:100%}.htmega-flip-box-animation-slide_left:hover .htmega-flip-box-back{left:0}.htmega-flip-box-animation-slide_right .htmega-flip-box-back{right:100%}.htmega-flip-box-animation-slide_right:hover .htmega-flip-box-back{right:0}.htmega-flip-box-animation-slide_top .htmega-flip-box-back{top:100%}.htmega-flip-box-animation-slide_top:hover .htmega-flip-box-back{top:0}.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back{bottom:100%;top:auto}.htmega-flip-box-animation-slide_bottom:hover .htmega-flip-box-back{bottom:0}.htmega-flip-box-animation-push_left .htmega-flip-box-back{left:100%}.htmega-flip-box-animation-push_left:hover .htmega-flip-box-back{left:0}.htmega-flip-box-animation-push_left .htmega-flip-box-front{right:0;left:auto}.htmega-flip-box-animation-push_left:hover .htmega-flip-box-front{right:100%}.htmega-flip-box-animation-push_right .htmega-flip-box-back{right:100%}.htmega-flip-box-animation-push_right:hover .htmega-flip-box-back{right:0}.htmega-flip-box-animation-push_right .htmega-flip-box-front{left:0;right:auto}.htmega-flip-box-animation-push_right:hover .htmega-flip-box-front{left:100%}.htmega-tooltip span{background:#0056ff none repeat scroll 0 0;border:0 none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:"Montserrat",sans-serif;font-size:14px;padding:14px 16px;text-align:center;transition:0.4s}.htmega-tooltip span a{color:#fff;text-decoration:none}.htb-show{transition:opacity .15s linear}.tooltip-inner{padding:9px 15px;background-color:#404040}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{border-left-color:#404040!important}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{border-right-color:#404040!important}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{border-top-color:#404040!important}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{border-bottom-color:#404040!important}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{top:-10px!important}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{top:10px!important}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{left:10px!important}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{left:-10px!important}.htb-popover-header{margin-top:0}.htb-popover h3.htb-popover-header{font-size:18px;font-weight:400;margin:0;line-height:1.3}.htmega-popover span{background:#0056ff;border:0 none;color:#fff;padding:20px 40px;border-radius:7px;font-weight:600;font-size:16px;transition:0.5s;font-family:"Montserrat",sans-serif;display:inline-block;cursor:pointer}.htmega-popover span:hover{background:#18012c}.htmega-popover span a{text-decoration:none}.htmega-popover svg{width:25px}.popover{max-width:330px;border:1px solid #e0e0e0;box-shadow:0 0 10px rgb(0 0 0 / .1)}.popover .popover-body{padding:22px 25px;color:#262626;font-size:13px}.popovers-content.text-center{padding-top:14px}.bs-popover-auto[x-placement^=top],.bs-popover-top{top:-12px!important}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{top:12px!important}.bs-popover-auto[x-placement^=right],.bs-popover-right{left:12px!important}.bs-popover-auto[x-placement^=left],.bs-popover-left{left:-12px!important}.htmega-toggle-button a{transition:all 600ms ease-in-out;-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;color:#3b3b3b;font-family:"Montserrat",sans-serif;font-weight:600;text-transform:uppercase;text-decoration:none;cursor:pointer;display:inline-block}.htmega-toggle-button svg{width:20px}.htmega-toggle-area .htmega-toggle-button a i,.htmega-toggle-area .htmega-toggle-button a svg{padding-left:5px}.htmega-toggle-button a.opened_btn,.open a.normal_btn{display:none}.htmega-toggle-button.open a.opened_btn{display:inline-block}.image_100 .htmega-lightboxthumb img{width:100%}.htmega-dropcaps-inner p{color:#434343;font-size:16px;line-height:28px;font-weight:500;margin:0}.htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-inner:first-of-type:first-letter{color:#d6d6d6;float:left;font-size:60px;margin-right:20px;margin-bottom:5px;border:2px solid #d6d6d6;padding:15px;font-family:"Montserrat",sans-serif;font-weight:700;font-style:italic;margin-top:9px}.htmega-dropcaps-style-2 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-2 .htmega-dropcaps-inner:first-of-type:first-letter{color:#18012c;float:left;font-size:60px;margin-right:15px;margin-bottom:8px;font-family:"Montserrat",sans-serif;font-weight:600;margin-top:17px;border:none;padding:0;font-style:normal}.htmega-dropcaps-style-3 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-3 .htmega-dropcaps-inner:first-of-type:first-letter{color:#ed552d;float:left;font-size:90px;margin-right:15px;margin-bottom:13px;font-family:"Poppins",sans-serif;font-weight:500;margin-top:20px;text-decoration:line-through;line-height:28px;border:0;padding:0;font-style:normal}.htmega-dropcaps-style-4 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-4 .htmega-dropcaps-inner:first-of-type:first-letter{color:#fff;float:left;font-size:36px;padding:20px;margin-top:5px;margin-left:5px;margin-right:15px;margin-bottom:5px;background:#ed552d;border-radius:50%;font-size:normal;border:none;font-style:normal;font-weight:500}.htmega-dropcaps-style-5 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-5 .htmega-dropcaps-inner:first-of-type:first-letter{color:#fff;float:left;font-size:75px;line-height:60px;padding:20px 28px;margin-top:5px;margin-left:5px;margin-right:20px;margin-bottom:10px;background:#000;border-radius:50%;border:1px solid #fff;box-shadow:0 0 0 5px #000;font-style:normal;font-weight:500}button.htmega-notify-button{padding:5px 42px;border:0 none;color:#fff;border-radius:7px;font-size:14px;background:#1abc9c;transition:0.4s;height:inherit}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #fff0;border-radius:.25rem}.alert-danger,.htmega-notify-button.alert-danger{color:#721c24;background-color:#bb2d3b;border-color:#f5c6cb}.alert-warning,.htmega-notify-button.alert-warning{color:#856404;background-color:#ffca2c;border-color:#ffeeba}.alert-success,.htmega-notify-button.alert-success{color:#fff;background-color:#198754;border-color:#c3e6cb}.alert-info,.htmega-notify-button.alert-info{color:#0c5460;background-color:#1abc9c;border-color:#bee5eb}.htmega_notify_area .alert span.htmega-close{cursor:pointer!important}.alert>i,.alert>svg{position:relative}.alert span.notify-message-content{position:relative}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4{position:relative}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{position:absolute;content:"";width:20px;height:2px;background:#fff0;bottom:0;left:0;right:0;margin:0 auto}.htmega-marker-content-right .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{right:0;left:auto}.htmega-marker-content-left .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{left:0;right:auto}.htmega_image_pointer.htmega-marker-content-position-yes .htmega_pointer_box:before{border-left:12px solid #fff0;border-right:12px solid #fff0;border-top:12px solid #fff0;content:"";height:0;left:50%;margin-left:-12px;position:absolute;top:100%;width:0}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:after{font-size:110px;font-weight:100;position:absolute;z-index:-1;top:-31px;left:4%;content:attr(data-pltext);-webkit-transform:translateX(-50%) translateY(-14px);-ms-transform:translateX(-50%) translateY(-14px);transform:translateX(-50%) translateY(-14px);text-transform:uppercase;color:#F0F4F4;white-space:nowrap;margin-top:-15px;font-weight:800}.htmega-marker-style-1{padding:245px 0}.htmega_image_pointer{width:36px;height:36px;border-radius:100%;border:3px solid #ed552d;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:32px}.htmega_image_pointer.htmega-indicator-type-text,.htmega_image_pointer.htmega-indicator-type-image{width:auto;height:auto}.htmega_image_pointer{z-index:1}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(30%) translateX(50%)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-12%)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0}.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-1 .htmega_image_pointer{position:absolute;left:66%;top:15%}.htmega-marker-style-2{padding:245px 0}.htmega-marker-style-2 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;border:5px solid #ddd;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(30%) translateX(50%)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-12%)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0}.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-2 .htmega_image_pointer{position:absolute;left:50%;top:26%}.htmega-marker-style-3{padding:245px 0}.htmega-marker-style-3 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;background-color:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:49px;z-index:2;border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFF;box-shadow:0 0 0 3px #000}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(41%) translateX(50%)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-3 .htmega_image_pointer{position:absolute;left:50%;top:26%}.htmega-marker-style-4{padding:245px 0}.htmega-marker-style-4 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px;border:5px solid #d88d78;z-index:2}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(34%) translateX(50%)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box{background-position:center center;background-size:cover;background-repeat:no-repeat;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#18012c}.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega_image_pointer .htmega-image-marker-icon{position:relative;color:#d88d78;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out;word-break:normal;display:flex;align-items:center;justify-content:center}.htmega-indicator-type-image .htmega-image-marker-icon{line-height:0}.htmega-image-marker-icon i{transition:all 0.3s ease-in-out;position:absolute;left:50%;transform:translate(-50%,-50%);top:50%}.htmega-marker-style-4 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-animation-rotated.htmega_image_pointer:hover .htmega-image-marker-icon i,.htmega-image-marker-active-yes.htmega-marker-animation-rotated.htmega_image_pointer .htmega-image-marker-icon i{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.htmega-marker-style-5{padding:245px 0}.htmega-marker-style-5 .htmega_image_pointer{width:46px;height:46px;border-radius:4px;background:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2;border:none}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(40%) translateX(50%)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-5 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-style-6{padding:245px 0}.htmega-marker-style-6 .htmega_image_pointer{width:46px;height:46px;border-radius:4px;background:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(40%) translateX(50%)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#000}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#000}.htmega-marker-style-6 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-6 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-wrapper>img{width:100%}.htmega-shadow-wrapper{position:absolute;left:auto;right:auto;width:46px;height:46px}.htmega-shadow-wrapper::after,.htmega-shadow-wrapper::before{position:absolute;top:50%;left:50%;display:block;content:'';border:1px solid #f10;border-radius:50%;-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);-ms-transform:scale(.35) translateY(-50%) translateX(-50%);transform:scale(.35) translateY(-50%) translateX(-50%);opacity:0;-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;background-color:red;z-index:0}.htmega-shadow-wrapper::after{width:100%;height:100%;border-color:rgb(255 255 255 / .4);-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}@-webkit-keyframes marker-ripple-animation{0%{-webkit-transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}@keyframes marker-ripple-animation{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}.htmega_image_pointer.htmega-image-marker-active-yes .htmega_pointer_box{visibility:visible;opacity:1}@media (max-width:767px){.htmega-marker-wrapper .htmega-image-marker-hide-on-mobile-yes{display:none}}.htmega_image_pointer::before,.htmega_image_pointer::after{visibility:hidden}.htmega-marker-content-position-arrow.htmega_image_pointer::before,.htmega-marker-content-position-arrow.htmega_image_pointer::after,.htmega-marker-content-position-line.htmega_image_pointer::after{visibility:visible}.htmega_image_pointer::after{content:"";height:0;left:50%;transform:translateX(-50%);position:absolute;bottom:100%;width:2px;background:#000;transition:all 0.3s ease-in-out;opacity:0}.htmega_image_pointer::before{border-left:12px solid #fff0;border-right:12px solid #fff0;border-top:12px solid #fff0;border-bottom:12px solid #fff0;content:"";margin:-25px;height:0;left:50%;transform:translate(-50%);position:absolute;top:0;z-index:3;transition:all 0.3s ease-in-out;opacity:0}.htmega_image_pointer:hover::after,.htmega-image-marker-active-yes.htmega_image_pointer::after{height:27px;opacity:1}.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega_image_pointer::before{opacity:1}.htmega-marker-content-position-left.htmega_image_pointer::before,.htmega-marker-content-position-right.htmega_image_pointer::before{left:0;top:50%;transform:translateY(-50%)}.htmega-marker-content-position-left.htmega_image_pointer::before{margin:0 0 0 -25px}.htmega-marker-content-position-left.htmega_image_pointer::after,.htmega-marker-content-position-right.htmega_image_pointer::after{top:50%;transform:translateY(-50%);right:100%;left:auto;width:0;height:2px}.htmega-marker-content-position-left.htmega_image_pointer:hover::after,.htmega-marker-content-position-right.htmega_image_pointer:hover::after,.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::after,.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::after{width:27px}.htmega-marker-content-position-top.htmega_image_pointer::before{border-bottom-color:#000;margin:-25px 0 0}.htmega-marker-content-position-top.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-top.htmega_image_pointer::before{margin-top:-50px}.htmega-marker-content-position-bottom.htmega_image_pointer::after{bottom:auto;top:100%}.htmega-marker-content-position-bottom.htmega_image_pointer::before{border-top-color:#000;top:auto;bottom:0;margin:0 0 -25px}.htmega-marker-content-position-bottom.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-bottom.htmega_image_pointer::before{margin-bottom:-50px}.htmega-marker-content-position-left.htmega_image_pointer::before{border-right-color:#000;margin:0 0 0 -25px}.htmega-marker-content-position-left.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::before{margin-left:-50px}.htmega-marker-content-position-right.htmega_image_pointer::after{left:100%;right:auto}.htmega-marker-content-position-right.htmega_image_pointer::before{border-left-color:#000;margin:0 -25px 0;left:auto;right:0}.htmega-marker-content-position-right.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::before{margin-right:-50px}.htmega-marker-content-position-line.htmega_image_pointer::before{visibility:hidden}.htmega-inlinemenu-area ul{list-style:none;margin:0;padding:0}.htmega-inlinemenu-area ul.htmega-mainmenu>li>ul{display:none}.htmega-mainmenu{display:flex;flex-flow:row wrap;justify-content:center}.linemenu-nav ul li{margin:0 18px;position:relative}.linemenu-nav ul li a{font-family:"Montserrat",sans-serif;font-weight:600;font-size:14px;text-transform:inherit;text-decoration:none;color:#636363;position:relative;padding-bottom:10px;display:inline-block}.htmega-inlinemenu-style-1 .linemenu-nav ul li a::before{background:#d94f5c none repeat scroll 0 0;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scale3d(0,5,1);transform-origin:0 50% 0;transition:transform 0.3s cubic-bezier(1,.68,.16,.9) 0s;width:100%}.htmega-inlinemenu-style-1 .linemenu-nav ul>li:hover>a::before{transform:scale3d(1,1,1)}.linemenu-nav ul>li:hover>a{color:#d94f5c}.htmega-inlinemenu-style-2 .linemenu-nav ul li{margin:0}.htmega-inlinemenu-style-2 .linemenu-nav ul li a{padding:15px}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before,.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after{border:2px solid #fff;content:"";height:100%;left:0;position:absolute;top:0;transition:transform 0.2s ease 0s;width:100%}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before{border-width:0 2px;transform:scale3d(1,0,1);transform-origin:0 50% 0}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after{border-width:2px 0;transform:scale3d(0,1,1);transform-origin:0 0 0;transition-delay:0.2s}.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before,.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after{transform:scale3d(1,1,1)}.linemenu-nav ul.htmega-mainmenu>li:hover>a{transition:all 0.35s ease}.htmega-inlinemenu-style-3 li{position:relative}.htmega-inlinemenu-style-3 li a{position:relative;display:block}.htmega-inlinemenu-style-3 li::before,.htmega-inlinemenu-style-3 li::after,.htmega-inlinemenu-style-3 li a::before,.htmega-inlinemenu-style-3 li a::after{position:absolute;display:block;top:0;right:0;bottom:0;left:0;border:2px solid #d94f5c;content:'';z-index:-1;opacity:0;pointer-events:none}.htmega-inlinemenu-style-3 li:hover::before,.htmega-inlinemenu-style-3 li:hover::after,.htmega-inlinemenu-style-3 li:hover a::before,.htmega-inlinemenu-style-3 li:hover a::after{-webkit-animation:lineanimation .6s ease-in-out;animation:lineanimation .6s ease-in-out;z-index:1;opacity:1}.htmega-inlinemenu-style-3 li::before{border-width:0 0 0 2px;-webkit-transform-origin:left bottom;transform-origin:left bottom}.htmega-inlinemenu-style-3 li::after{border-width:0 2px 0 0;-webkit-transform-origin:right top;transform-origin:right top}.htmega-inlinemenu-style-3 li a::before{border-width:2px 0 0;-webkit-transform-origin:left top;transform-origin:left top}.htmega-inlinemenu-style-3 li a::after{border-width:0 0 2px;-webkit-transform-origin:right bottom;transform-origin:right bottom}.htmega-inlinemenu-style-3 li:hover::before{-webkit-animation-delay:-.45s;animation-delay:-.45s}.htmega-inlinemenu-style-3 li:hover::after{-webkit-animation-delay:-.15s;animation-delay:-.15s}.htmega-inlinemenu-style-3 li:hover a::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.htmega-inlinemenu-style-3 li:hover a::after{-webkit-animation-delay:0;animation-delay:0}.htmega-inlinemenu-style-3 li a span{position:relative;z-index:3}@-webkit-keyframes lineanimation{0%,33%{opacity:0;-webkit-transform:rotate(45deg) scale(1.5);transform:rotate(45deg) scale(1.5)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes lineanimation{0%,33%{opacity:0;-webkit-transform:rotate(45deg) scale(1.5);transform:rotate(45deg) scale(1.5)}100%{opacity:1;-webkit-transform:none;transform:none}}.htmega-inlinemenu-style-4 li a{position:relative;padding:10px 0}.htmega-inlinemenu-style-4 li a::before,.htmega-inlinemenu-style-4 li a::after{content:'';position:absolute;left:0;width:100%;height:2px;background:#fff;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s}.htmega-inlinemenu-style-4 li a::before{top:0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.htmega-inlinemenu-style-4 li a::after{bottom:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.htmega-inlinemenu-style-4 li a:hover::before,.htmega-inlinemenu-style-4 li a:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1);-webkit-transition-duration:0.4s;transition-duration:0.4s}.htmega-inlinemenu-style-5 li a{position:relative}.htmega-inlinemenu-style-5 ul li{margin:0 10px}.htmega-inlinemenu-style-5 ul li a{position:relative;overflow:hidden;width:130px;padding:1em 0;display:block;padding:1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:#fff0;color:#636363}.htmega-inlinemenu-style-5 ul li a:hover{color:#d94f5c}.htmega-inlinemenu-style-5 ul li a::before{content:'';position:absolute;bottom:0;left:0;width:300%;height:50px;opacity:0;background:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/images/icons/line.svg) no-repeat top left;-webkit-transform:translate3d(130px,0,0);transform:translate3d(130px,0,0);-webkit-transition:-webkit-transform 0s 0.3s,opacity 0.3s;transition:transform 0s 0.3s,opacity 0.3s}.htmega-inlinemenu-style-5 ul li a:hover::before{opacity:1;-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0);-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s}.htmega-inlinemenu-style-6 ul li a{position:relative;overflow:hidden;height:3em;padding:1em 0;text-align:center;-webkit-transition:color 0.3s;transition:color 0.3s}.htmega-inlinemenu-style-6 ul li a:hover{color:#d94f5c}.htmega-inlinemenu-style-6 ul li:hover a{-webkit-animation:anim-francisco 0.4s forwards;animation:anim-francisco 0.4s forwards;color:#d94f5c}@-webkit-keyframes anim-francisco{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes anim-francisco{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.htmega-inlinemenu-style-7 ul li{margin:0}.htmega-inlinemenu-style-7 ul li a{padding:10px 0;border-top:2px solid #c90dbe;color:#c90dbe;position:relative;margin:0 10px;text-transform:uppercase;letter-spacing:1px;font-weight:400;text-shadow:0 0 1px rgb(255 255 255 / .3)}.htmega-inlinemenu-style-7 ul li a::before{position:absolute;left:0;overflow:hidden;padding:10px 0;max-width:0;border-bottom:2px solid #c90dbe;color:#c90dbe;content:attr(data-hover);-webkit-transition:max-width 0.5s;-moz-transition:max-width 0.5s;transition:max-width 0.5s;top:50%;transform:translateY(-50%)}.htmega-inlinemenu-style-7 ul li a:hover::before,.htmega-inlinemenu-style-7 ul li a:focus::before{max-width:100%}.htmega-inlinemenu-style-8 .linemenu-nav ul li a{padding:0 20px 10px 20px}.htmega-inlinemenu-style-8 .linemenu-nav ul li a::before{position:absolute;bottom:18px;left:-8px;content:" ";transition:all 0.35s ease;transform:rotate(0deg);height:100%;width:0;border-bottom:2px solid rgb(49 45 255 / .5);border-left:0;border-top:0;border-right:0;opacity:0}.htmega-inlinemenu-style-8 .linemenu-nav ul>li:hover>a::before{opacity:1;width:100%;transform:rotate(-20deg)}.htmega-inlinemenu-style-9 .linemenu-nav ul li a{padding:0 25px 0 25px}.htmega-inlinemenu-style-9 .linemenu-nav ul li a::before{position:absolute;left:12px;top:3px;content:" ";height:8px;width:8px;opacity:0;transition:all 0.35s ease;transform:translate(100%,50%);border:0;border-left:2px solid #636363;border-top:2px solid #636363}.htmega-inlinemenu-style-9 .linemenu-nav ul li a::after{position:absolute;right:12px;bottom:0;content:" ";border:2px solid #fff;height:8px;width:8px;border-right:0;border-bottom:0;opacity:0;transition:0.3s ease;transform:translate(-100%,-50%);border:0;border-right:2px solid #636363;border-bottom:2px solid #636363}.htmega-inlinemenu-style-9 .linemenu-nav ul>li:hover>a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-9 .linemenu-nav ul>li:hover>a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul li a::before{position:absolute;top:-15px;left:50%;content:" ";height:20px;width:3px;opacity:0;transition:all 0.35s ease;transform:translate(50%);background:#FF6A3B}.htmega-inlinemenu-style-10 .linemenu-nav ul li a::after{position:absolute;bottom:-15px;left:50%;content:" ";height:20px;width:3px;opacity:0;transition:all 0.35s ease;transform:translate(50%);background:#FF6A3B}.htmega-inlinemenu-style-10 .linemenu-nav ul>li:hover>a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul>li:hover>a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-1 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:none;transform-origin:unset;transition:none}.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:none;transition:none}.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;transform:none;transition:none}.htmega-inlinemenu-style-3 .linemenu-nav ul.htmega-mainmenu li a{padding:0 8px 0 8px}.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before,.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.htmega-inlinemenu-style-5 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.htmega-inlinemenu-style-8 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:rotate(-20deg);width:100%}.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1}.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1}.htmega-not-found{overflow:hidden;text-align:center;position:relative}.htmega-not-found .content{position:relative;z-index:2}.htmega-not-found .content h1{color:#c0d2ff;font-size:48px;margin-top:35px;margin-bottom:43px}.htmega-not-found .content a.page-back-btn{background:#c0d2ff;height:62px;display:inline-flex;padding:0 40px;line-height:62px;border-radius:31px;color:#131e3a;font-size:16px;font-weight:500;transition:0.4s ease-in-out;text-decoration:none;align-items:center;justify-content:center}.htmega-not-found .content a.page-back-btn:hover{background:#fff;border-radius:20px 0;color:#18012c;transform:translateY(-5px)}.htmega-not-found .content a.page-back-btn i{padding-right:12px;font-size:18px}.htmega-not-found .content a.page-back-btn svg{width:20px;margin-right:8px;fill:#131e3a}.cloud{width:350px;height:120px;background:#1e2a4a;background:linear-gradient(top,#1e2a4a 100%);background:-webkit-linear-gradient(top,#1e2a4a 100%);background:-moz-linear-gradient(top,#1e2a4a 100%);background:-ms-linear-gradient(top,#1e2a4a 100%);background:-o-linear-gradient(top,#1e2a4a 100%);border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;position:absolute;margin:120px auto 20px;transition:ease 1s}.cloud:after,.cloud:before{content:'';position:absolute;background:#1e2a4a;z-index:-1}.cloud:after{width:100px;height:100px;top:-50px;left:50px;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px}.cloud:before{width:180px;height:180px;top:-90px;right:50px;border-radius:200px;-webkit-border-radius:200px;-moz-border-radius:200px}.cloud-1{top:-198px;left:0;-webkit-transform:scale(.3);-moz-transform:scale(.3);transform:scale(.3);opacity:.9;-webkit-animation:htmegaclouds 15s linear infinite;-moz-animation:htmegaclouds 15s linear infinite;-o-animation:htmegaclouds 15s linear infinite}.cloud-2{top:-122px;left:140px;-webkit-transform:scale(.3);-moz-transform:scale(.3);transform:scale(.3);-webkit-animation:htmegaclouds 17s linear infinite;-moz-animation:htmegaclouds 17s linear infinite;-o-animation:htmegaclouds 17s linear infinite}.cloud-3{left:409px;top:-50px;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);opacity:.6;-webkit-animation:htmegaclouds 25s linear infinite;-moz-animation:htmegaclouds 25s linear infinite;-o-animation:htmegaclouds 25s linear infinite}.cloud-4{left:-46px;bottom:135px;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);opacity:.8;-webkit-animation:htmegaclouds 25s linear infinite;-moz-animation:htmegaclouds 25s linear infinite;-o-animation:htmegaclouds 25s linear infinite}.cloud-5{left:469px;bottom:-57px;-webkit-transform:scale(.75);-moz-transform:scale(.75);transform:scale(.75);opacity:.75;-webkit-animation:htmegaclouds 18s linear infinite;-moz-animation:htmegaclouds 18s linear infinite;-o-animation:htmegaclouds 18s linear infinite}.cloud-6{left:100%;top:263px;-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5);opacity:.8;-webkit-animation:htmegaclouds 20s linear infinite;-moz-animation:htmegaclouds 20s linear infinite;-o-animation:htmegaclouds 20s linear infinite}@-webkit-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}@-moz-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}@-o-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}.htmega-error-style-2 .content{text-align:left;padding-left:65px}.htmega-error-style-2 .content h2{color:#fff;font-size:48px;font-weight:400;margin-bottom:4px}.htmega-error-style-2 .content h1{color:#fff;font-size:50px;font-weight:400;line-height:1.2;margin-bottom:7px;margin-top:0}.htmega-error-style-2 .content h1 span{color:#fff;font-size:116px;padding-right:21px}.htmega-error-style-2 .content p{color:#fff;font-size:32px;line-height:54px;margin-bottom:32px}.htmega-error-style-2 .content a.page-back-btn{background:#fff;color:#131e3a;height:75px;display:inline-block;padding:0 60px;font-size:30px;line-height:71px;border-radius:31px;transition:.4 ease-in-out}.htmega-error-style-2 .content a.page-back-btn:hover{background:#fff;border-radius:20px 0;color:#18012c;transform:translateY(-5px)}.htmega-error-style-3 .content{padding-bottom:10px}.htmega-error-style-3 .content h2{color:#d5cff2;font-size:52px;margin-bottom:16px}.htmega-error-style-3 .content p{color:#d5cff2;font-size:30px;line-height:44px;margin-bottom:38px;font-family:"Montserrat",sans-serif}.htmega-error-style-3 .content a.page-back-btn{background:#fd5c5e;display:inline-block;border-radius:31px;color:#d5cff2;font-size:36px;transition:0.5s ease-in-out;padding:0}.htmega-error-style-3 .content a.page-back-btn i{font-size:inherit;padding-right:inherit}.htmega-error-style-3 .content a.page-back-btn:hover{transform:scale(1.2);background:#18012c;color:#fff}.not-found-4{padding:310px 0}.not-found-4 .content{text-align:left}.not-found-4 .content h2{color:#fcfcfc;font-size:36px;line-height:64px;font-weight:400;text-align:left;margin-bottom:30px}.not-found-4 .content a.page-back-btn{background:#da4c00;color:#fff;height:54px;display:inline-block;padding:0 40px;line-height:54px;font-size:16px;font-weight:600;border-radius:27px;transition:0.5s ease-in-out;margin-right:26px;font-family:"Montserrat",sans-serif}.not-found-4 .content a.page-back-btn:hover{background:#da4c00 none repeat scroll 0 0;border-radius:27px;color:#fff;opacity:.7;transform:translateY(0)}.not-found-4 .content a.page-back-btn.error_contact{background:#ff8a00}.htmega-counter-content{line-height:1}.htmega-counter-icon span{display:inline-block}.htmega-counter-img,.htmega-counter-icon{margin:auto}.htmega-counter-icon svg{width:20px}.htmega-counter-area .htmega-counter-img{display:inline-flex;align-items:center;justify-content:center}.htmega-counter-style-1{text-align:center}.htmega-counter-style-1 .htmega-counter-icon i{font-size:36px;color:#ed552d}.htmega-counter-style-1 .htmega-counter-content span{color:dimgray;font-size:36px;font-weight:700;margin-top:20px;display:inline-block;font-family:"Montserrat",sans-serif}.htmega-counter-style-1 .htmega-counter-content h2{color:#898989;font-weight:400;font-size:17px;margin:0;position:relative;margin-top:9px;display:block;padding-bottom:15px}.htmega-counter-style-1 .htmega-counter-content h2::before{background:#d5d5d5;width:48px;height:1px;content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.htmega-counter-style-2{display:flex;align-items:center;justify-content:center}.htmega-counter-style-2 .htmega-counter-content{text-align:center}.htmega-countericon-align-left{flex-direction:row}.htmega-countericon-align-right{flex-direction:row-reverse}.htmega-counter-style-2 .htmega-counter-icon{padding-right:20px}.htmega-counter-style-2 .htmega-counter-icon i{font-size:48px;color:#383838}.htmega-counter-style-2 .htmega-counter-content span{color:#383838;font-size:24px;font-weight:600;margin-top:13px;display:inline-block;font-family:"Montserrat",sans-serif;position:relative}.htmega-counter-style-2 .htmega-counter-content h2{color:#383838;font-weight:400;font-size:20px;margin:0;position:relative;display:block}.htmega-counter-area{position:relative}.htmega-counter-area::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;background-color:#fff0;opacity:.8}.htmega-counter-content{position:relative;z-index:1}.htmega-counter-style-3 .htmega-counter-img{display:inline-block;position:relative}.htmega-counter-style-3 .htmega-counter-img::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#52b6bc;opacity:.8;border-radius:100%}.htmega-counter-style-3 .htmega-counter-content{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%}.htmega-counter-style-3{text-align:center}.htmega-counter-style-3 .htmega-counter-content span{color:#fff;font-size:40px;font-weight:600;margin-top:13px;font-family:'Courgette',cursive}.htmega-counter-style-3 .htmega-counter-content h2{color:#fff;font-weight:400;font-size:20px;margin:0;margin-top:4px;font-family:'Courgette',cursive}.htmega-counter-style-4{display:flex;align-items:center;justify-content:center}.htmega-counter-style-4 .htmega-counter-img{padding-right:25px}.htmega-counter-style-4 .htmega-counter-content{text-align:center}.htmega-counter-style-4 .htmega-counter-content span{color:#585858;font-size:24px;font-weight:600;margin-top:13px;display:inline-block;font-family:"Montserrat",sans-serif;position:relative}.htmega-counter-style-4 .htmega-counter-content h2{color:#585858;font-weight:600;font-size:24px;margin:0;position:relative;display:block;padding-bottom:14px}.htmega-counter-style-4 .htmega-counter-content h2::before{position:absolute;content:"";bottom:0;background:#ed552d;width:70px;height:2px;left:50%;transform:translateX(-50%)}.htmega-counter-style-5{text-align:center}.htmega-counter-style-5 .htmega-counter-icon i{font-size:36px;color:#ed552d}.htmega-counter-style-5 .htmega-counter-content span{color:#18012c;font-size:36px;font-weight:700;margin-top:20px;display:inline-block;font-family:'Lobster Two',cursive}.htmega-counter-style-5 .htmega-counter-content span.color-1{color:#b1c642}.htmega-counter-style-5 .htmega-counter-content span.color-2{color:#ff5020}.htmega-counter-style-5 .htmega-counter-content span.color-3{color:#ffc10d}.htmega-counter-style-5 .htmega-counter-content span.color-4{color:#68b9d8}.htmega-counter-style-5 .htmega-counter-content h2{color:#444;font-weight:400;font-size:24px;margin:0;margin-top:9px;display:block;padding-bottom:15px;font-family:'Lobster Two',cursive}.htmega-counter-style-6{text-align:center}.htmega-counter-style-6 .htmega-counter-icon{display:flex;justify-content:center;align-items:center}.htmega-counter-style-6 .htmega-counter-icon span{color:#363636;font-size:36px;font-weight:600;display:inline-block;font-family:"Montserrat",sans-serif;padding-left:15px}.htmega-counter-style-6 .htmega-counter-content h2{color:#363636;font-weight:600;font-size:16px;margin:0;display:block;font-family:"Montserrat",sans-serif;margin-top:13px;text-transform:uppercase}.htmega-counter-style-6 .htmega-counter-content::after{content:"";position:absolute;top:-10px;width:35px;border:1px dashed #fff0;left:40%}[class*="htmega"] .row-1>[class*="col"]{padding-left:1px;padding-right:1px}.grid_post .elementor-widget{margin-bottom:0!important}.row--10>[class*="col"]{padding-left:10px;padding-right:10px}.mt--30,.ht-post.mt--30{margin-top:30px}.mt--20,.ht-post.mt--20{margin-top:20px}.gradient-overlay .thumb a{display:block;position:relative}.gradient-overlay .thumb a::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;opacity:.3;right:0}.gradient-overlay.gradient-overlay-1 .thumb a::before{background-image:linear-gradient(#f10afd,#1cc3e2);background-image:-webkit-gradient(#f10afd,#1cc3e2);background-image:-webkit-linear-gradient(#f10afd,#1cc3e2);background-image:-moz-linear-gradient(#f10afd,#1cc3e2);background-image:-ms-linear-gradient(#f10afd,#1cc3e2);background-image:-o-linear-gradient(#f10afd,#1cc3e2);opacity:.8}.gradient-overlay.gradient-overlay-2 .thumb a::before{background-image:linear-gradient(#f29a4a,#f2c84c);background-image:-webkit-gradient(#f29a4a,#f2c84c);background-image:-webkit-linear-gradient(#f29a4a,#f2c84c);background-image:-moz-linear-gradient(#f29a4a,#f2c84c);background-image:-ms-linear-gradient(#f29a4a,#f2c84c);background-image:-o-linear-gradient(#f29a4a,#f2c84c);opacity:.8}.gradient-overlay.gradient-overlay-3 .thumb a::before{background-image:linear-gradient(#f7384e,#0fbcb9);background-image:-webkit-gradient(#f7384e,#0fbcb9);background-image:-webkit-linear-gradient(#f7384e,#0fbcb9);background-image:-moz-linear-gradient(#f7384e,#0fbcb9);background-image:-ms-linear-gradient(#f7384e,#0fbcb9);background-image:-o-linear-gradient(#f7384e,#0fbcb9);opacity:.8}.gradient-overlay.gradient-overlay-4 .thumb a::before{background-image:linear-gradient(#bd3664,#222671);background-image:-webkit-gradient(#bd3664,#222671);background-image:-webkit-linear-gradient(#bd3664,#222671);background-image:-moz-linear-gradient(#bd3664,#222671);background-image:-ms-linear-gradient(#bd3664,#222671);background-image:-o-linear-gradient(#bd3664,#222671);opacity:.8}.gradient-overlay.gradient-overlay-5 .thumb a::before{background-image:linear-gradient(#eb3449,#f45a43);background-image:-webkit-gradient(#eb3449,#f45a43);background-image:-webkit-linear-gradient(#eb3449,#f45a43);background-image:-moz-linear-gradient(#eb3449,#f45a43);background-image:-ms-linear-gradient(#eb3449,#f45a43);background-image:-o-linear-gradient(#eb3449,#f45a43);opacity:.8}.gradient-overlay.gradient-overlay-6 .thumb a::before{background-image:linear-gradient(#c03764,#202671);background-image:-webkit-gradient(#c03764,#202671);background-image:-webkit-linear-gradient(#c03764,#202671);background-image:-moz-linear-gradient(#c03764,#202671);background-image:-ms-linear-gradient(#c03764,#202671);background-image:-o-linear-gradient(#c03764,#202671);opacity:.8}.gradient-overlay.gradient-overlay-7 .thumb a::before{background-image:linear-gradient(#eb3449,#f45b43);background-image:-webkit-gradient(#eb3449,#f45b43);background-image:-webkit-linear-gradient(#eb3449,#f45b43);background-image:-moz-linear-gradient(#eb3449,#f45b43);background-image:-ms-linear-gradient(#eb3449,#f45b43);background-image:-o-linear-gradient(#eb3449,#f45b43);opacity:.8}.black-overlay .thumb a{display:block;position:relative}.black-overlay .thumb a::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;opacity:.2;right:0;background:#000}.ht-post{position:relative;margin-top:2px;overflow:hidden}.ht-post .thumb{overflow:hidden}.ht-post .thumb a img{width:100%;display:block;transition:0.3s ease-out;overflow:hidden;object-fit:cover;height:100%}.ht-post:hover .thumb a img{opacity:1;transform:scale3d(1.1,1.1,1)}.ht-post a.post-category{background:#f05555 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:12px;font-weight:600;height:auto;letter-spacing:1px;line-height:24px;padding:0 8px;position:absolute;text-transform:uppercase;z-index:2}.ht-post a.post-position-top-left{left:0;top:0}.ht-post a.post-position-top-right{right:0;top:0}.ht-post .post-content{position:absolute;bottom:0;z-index:2;padding:20px 10px 20px 20px;width:100%}.ht-post .post-content .content h4,.content .htmega-post-g-title{font-size:20px;line-height:26px;margin-bottom:11px}.ht-post .post-content .content h2,.htmega-post-grid-layout-5 .htb-col-lg-8 .ht-post .post-content .content .htmega-post-g-title,.htmega-post-grid-layout-2 .htb-col-lg-6 .ht-post .post-content .content .htmega-post-g-title{font-size:36px;margin-bottom:11px}.ht-post .post-content .content a{color:#fff}a.htmega-post-g-read-more{display:inline-block}p.htmega-post-g-description{color:#fff}.show-content-under-thumbnail-yes .ht-post .post-content{position:relative}.ht-post .post-content .content .meta{color:#fff;font-size:14px;letter-spacing:2px}.ht-post a.play-video{position:absolute;z-index:3;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:50px;height:50px;background:#fff0;border:1px solid #fff;border-radius:100%;padding:0;text-align:center;color:#fff;font-size:24px;transition:0.4s ease-in-out}.ht-post a.play-video:hover{background:#18012c;color:#fff;border:1px solid #18012c}.ht-post a.play-video i{margin-left:4px}.htmega-single-post .post-category a{background:#f05555 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:12px;font-weight:300;line-height:24px;padding:0 9px;text-transform:uppercase;transition:all 0.4s ease 0s}.htmega-single-post .post-category a:hover{background:#18012c;color:#fff}.htmega-single-post ul.meta{display:flex;list-style:outside none none;margin:0 -15px;padding:0}.htmega-single-post ul.meta li{font-size:13px;letter-spacing:2px;margin:0 15px}.htmega-single-post ul.meta li i{font-size:14px;margin-right:10px}.htmega-single-post{position:relative}.htmega-single-post .thumb{overflow:hidden;line-height:0}.htmega-single-post .thumb a{display:block;position:relative}.htmega-single-post a{text-decoration:none}.htmega-single-post .thumb a img{transition:0.4s ease-in-out}.htmega-single-post:hover .thumb a img{transform:scale(1.2)}.htmega-single-post-style-1 .content{position:absolute;bottom:0;padding:40px;width:100%}.htmega-single-post-style-1 .content h2{font-size:24px;font-weight:600;margin-top:15px;margin-bottom:10px;line-height:36px}.htmega-single-post-style-1 .content h2 a,.htmega-single-post-style-1 .content ul.meta li,.htmega-single-post-style-1 .content ul.meta li a{color:#fff}.htmega-single-post-style-2 .content{padding-top:30px}.htmega-single-post-style-2 .content h2{font-size:24px;font-weight:600;margin-top:15px;margin-bottom:10px;line-height:36px}.htmega-single-post-style-2 .content h2 a,.htmega-single-post-style-2 .content ul.meta li,.htmega-single-post-style-2 .content ul.meta li a{color:#464545}.htmega-single-post-style-3 .content{position:absolute;top:50%;width:100%;transform:translateY(-50%);text-align:center}.htmega-single-post-style-3 .content h2{font-size:24px;font-weight:600;margin-top:18px;margin-bottom:22px;line-height:34px}.htmega-single-post-style-3 .content h2 a{color:#fff}.htmega-single-post-style-3 .content ul.meta{justify-content:center}.htmega-single-post-style-3 .content ul.meta li,.htmega-single-post-style-3 .content ul.meta li a{color:#fff}.htmega-single-post-style-4 .content{background:#fff;text-align:center;padding:40px 20px}.htmega-single-post-style-4 .content h2{font-size:24px;font-weight:600;margin-bottom:16px;line-height:36px;margin-top:0}.htmega-single-post-style-4 .content h2 a{color:#464545;transition:0.4s ease-in}.htmega-single-post-style-4 .content h2 a:hover{color:#18012c}.htmega-single-post-style-4 .content ul.meta{justify-content:center}.htmega-single-post-style-4 .content ul.meta li,.htmega-single-post-style-4 .content ul.meta li a{color:#464545}.htmega-single-post-slide{position:relative;overflow:hidden}.htmega-single-post-slide img{width:100%}.htmega-single-post-slide a{text-decoration:none}.htmega-single-post-slide .content ul.post-category{display:block;list-style:outside none none;margin:0;padding:0}.htmega-single-post-slide .content ul.post-category li{margin-right:10px;transition:all 0.4s ease-in-out 0s;line-height:inherit;margin-left:0;display:inline-block}.htmega-single-post-slide .content ul.post-category li a{color:#fff;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase;padding:5px 9px;display:block;text-decoration:none;line-height:1;background:#f05555 none repeat scroll 0 0}.htmega-single-post-slide .content ul.post-category li a:hover{background:#18012c none repeat scroll 0 0;color:#fff}.htmega-single-post-slide ul.meta{color:#464545;display:block;list-style:outside none none;margin:0;padding:0}.htmega-single-post-slide ul.meta li{font-size:13px;letter-spacing:2px;margin-right:15px;display:inline-block;margin-left:0}.htmega-single-post-slide ul.meta li i{padding-right:10px}.htmega-single-post-slide .content .post-inner h2{margin-top:20px;margin-bottom:10px}.htmega-single-post-slide .content .post-inner p{margin:22px 0 25px;color:#18012c;font-size:14px;line-height:28px}.htmega-single-post-slide .content .post-inner h2 a,.htmega-single-post-slide .content .post-inner ul.meta li a{color:#18012c}.htmega-single-post-slide .post-btn a.readmore-btn{background:#fff0 none repeat scroll 0 0;border:1px solid #464545;border-radius:23px;color:#464545;display:inline-block;font-size:14px;font-weight:400;line-height:44px;padding:0 37px;transition:all 0.4s ease-in-out 0s;text-decoration:none}.htmega-single-post-slide .post-btn a.readmore-btn:hover{background:#18012c none repeat scroll 0 0;border:1px solid #18012c;color:#fff}.htmega-postslider-area img{width:100%}.htmega-postslider-area button.slick-arrow{background:#ccd5d5 none repeat scroll 0 0;border:0 none;bottom:10px;color:#00282a;font-size:24px;height:40px;left:auto;line-height:1;padding:0;position:absolute;right:10px;width:46px;z-index:2;transition:all 0.3s ease-in-out}.htmega-postslider-area button.htmega-carosul-prev.slick-arrow{right:60px}.htmega-arrow-2.htmega-postslider-area button.slick-arrow{background:#d7dae9 none repeat scroll 0 0;border:1px solid #d7dae9;border-radius:100%;color:#2a47e0;font-size:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all 0.4s ease 0s;z-index:2}.htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow{left:auto!important;right:0}.htmega-postslider-area .slick-dots li button::before{display:none}.htmega-postslider-area .slick-dots li{background:#ccd5d5 none repeat scroll 0 0;border-radius:100%;height:15px;width:15px}.htmega-postslider-area .slick-dots li.slick-active{background:#00282a none repeat scroll 0 0}.htmega-postslider-layout-1 .content{position:absolute;left:0;top:0;max-width:40%;height:100%;padding:10px;z-index:2}.htmega-postslider-layout-1 .content .post-inner{width:100%;height:100%;background:rgb(0 140 167 / .8);display:flex;flex-direction:column;justify-content:center;padding:30px}.htmega-postslider-layout-1 .content .post-inner h2{font-size:24px;font-weight:500}.htmega-postslider-layout-1 .content .post-inner h2 a,.htmega-postslider-layout-1 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-1 .content .post-inner p{color:#fff;font-size:14px;line-height:28px}.htmega-postslider-layout-1 ul.meta{color:#fff}.htmega-postslider-layout-1 .post-btn a.readmore-btn{border:1px solid #fff;color:#fff}.htmega-single-post-slide .thumb a{display:block;height:100%}.htmega-single-post-slide .thumb a img{object-fit:cover;width:100%;height:100%}.htmega-postslider-layout-2 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px}.htmega-postslider-layout-2 .content .post-inner h2 a{color:#464545}.htmega-postslider-layout-2 .content .post-inner ul.meta li,.htmega-postslider-layout-2 .content .post-inner ul.meta li a{color:#464545}.htmega-postslider-layout-2 .content .post-inner p{color:#464545}.htmega-postslider-layout-2 .content .post-inner .post-btn{margin-top:19px}.htmega-post-slider-right .content{display:flex;align-items:center;height:100%;position:relative;z-index:2}.htmega-postslider-layout-3 .content{position:absolute;top:50%;width:100%;transform:translateY(-50%);text-align:center;z-index:2}.htmega-postslider-layout-3 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px;padding:0 26%;line-height:34px}.htmega-postslider-layout-3 .content .post-inner h2 a{color:#fff}.htmega-postslider-layout-3 .content .post-inner ul.meta{justify-content:center}.htmega-postslider-layout-3 .content .post-inner ul.meta li,.htmega-postslider-layout-3 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-3 .content .post-inner .post-btn{margin-top:19px}.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn{border:1px solid #fff;color:#fff}.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover{background:#18012c;color:#fff;border:1px solid #18012c}.htmega-postslider-layout-3 .content ul.post-category{justify-content:center}.htmega-postslider-layout-4 .content{position:absolute;text-align:center;bottom:0;padding:20px}.htmega-postslider-layout-4 .content .post-inner{background:rgb(0 86 255 / .7);padding:25px;text-align:left}.htmega-postslider-layout-4 .content .post-inner h2{font-size:24px;font-weight:500;margin-bottom:13px;line-height:34px}.htmega-postslider-layout-4 .content .post-inner h2 a{color:#fff}.htmega-postslider-layout-4 .content .post-inner ul.meta li{color:#fff}.htmega-postslider-layout-4 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-4 .content ul.post-category{justify-content:center}.htmega-postslider-layout-5 .content{background:#f4f4f4;padding:60px}.htmega-postslider-layout-5 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px;line-height:34px}.htmega-postslider-layout-5 .content .post-inner h2 a{color:#464545}.htmega-postslider-layout-5 .content .post-inner ul.meta li,.htmega-postslider-layout-5 .content .post-inner ul.meta li a{color:#464545}.htmega-postslider-layout-5 .content .post-inner .post-btn{margin-top:19px}.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border:1px solid #494849;color:#494849}.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover{background:#18012c;color:#fff;border:1px solid #18012c}.htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow{top:30%}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots{bottom:0;display:flex;flex-direction:column;justify-content:space-between;position:absolute;right:0;top:0;width:200px;z-index:2}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li{align-items:center;background:#fff0 none repeat scroll 0 0;border-bottom:5px solid #828282;border-left:5px solid #828282;border-radius:0;border-right:5px solid #828282;cursor:pointer;display:flex;flex-basis:100%;height:auto;margin:0;overflow:hidden;padding:20px;position:relative;text-align:left;transition:all 0.5s ease-in-out 0s;width:auto;z-index:2}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child{border-top:5px solid #828282}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active{background:#fff0 none repeat scroll 0 0;border:5px solid #fff}.htmega-postslider-style-4.htmega-postslider-area.thumb-st-layout-4 ul.slick-dots li:last-child{border-bottom:0!important}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6{bottom:0;color:#fff;font-weight:500;line-height:22px;margin:0}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li img{height:100%;object-fit:cover;width:100%}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:after{content:"";background:#fff0;left:0;height:0;position:absolute;width:100%;height:100%;z-index:2;text-align:center;display:flex;justify-content:center;align-items:center;font-size:132px;color:#fff;transition:all 0.3s ease-in-out}.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:after{opacity:0}.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li.slick-active:after,.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:hover:after{opacity:1}.htmega-post-slider-st-6{display:flex;flex-direction:row-reverse}.htmega-post-slider-st-6 .htmega-post-slider-right{width:45%}.htmega-post-slider-st-6 .htmega-post-slider-left{width:55%}.htmega-post-slider-st-6 .htmega-post-slider-right{border:25px solid #ddd}.htmega-post-slider-st-6 .htmega-post-slider-right .content{background-color:#fff0;background-image:linear-gradient(60deg,#3237C2 0%,#f2295b 100%);padding:30px}.htmega-post-slider-left .thumb{height:100%}.htmega-post-slider-st-7{flex-direction:row}.htmega-post-slider-st-7 .htmega-post-slider-right{width:55%}.htmega-post-slider-st-7 .htmega-post-slider-left{width:45%}.htmega-post-slider-st-7 .htmega-post-slider-right{border:none}.htmega-post-slider-st-7 .htmega-post-slider-right .content{background-color:none;background-image:none}.htmega-post-slider-st-7{background-color:rgb(255 255 255 / .2);border-radius:15px;overflow:hidden}.htmega-single-post-slide .thumb a,.ht-post .thumb a{position:relative;display:block}.htmega-single-post-slide .thumb a:after,.ht-post .thumb a:after,.htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{content:"";position:absolute;background:#fff0;top:0;left:0;width:100%;z-index:0;height:100%;transition:all 0.3s ease-in-out}.htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{opacity:0;transition:all 0.3s ease-in-out}.htmega-single-post-slide.htmega-postslider-layout-3:hover .thumb a:before{opacity:1}.htmega-postslider-area .slick-slide>div{line-height:0}@media (max-width:767px){.htmega-post-slider-st-6{flex-direction:column-reverse}.htmega-post-slider-st-6 .htmega-post-slider-right{width:100%}.htmega-post-slider-st-6 .htmega-post-slider-left{width:100%}}.htmega-image-gridstyle-4 .htb-row>[class*="col"]{padding-left:10px;padding-right:10px}.htmega-masonry-activation.htmega-image-gridstyle-5 .htb-row>[class*="col"]{padding-left:25px;padding-right:25px}.htmega-masonry-activation .htmega-singleimage-grid{overflow:hidden}.htmega-singleimage-grid .thumb img{width:100%}.htmega-singleimage-grid .thumb{line-height:0}.htmega-singleimage-grid h2{margin:0}.htmega-singleimage-gridstyle-1{width:100%;height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default;margin-top:30px;overflow:hidden}.htmega-singleimage-gridstyle-1 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-1 .thumb a{position:relative;display:block;z-index:2}.htmega-singleimage-gridstyle-1 .thumb a::before{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background-color:rgb(0 0 0 / .5);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;content:"";z-index:1}.htmega-singleimage-gridstyle-1 .thumb a img{display:block;position:relative;-webkit-transition:all .4s linear;transition:all .4s linear}.htmega-singleimage-gridstyle-1:hover .thumb a::before{opacity:1}.htmega-singleimage-gridstyle-1:hover .thumb a img{-webkit-transform:scale(1.2);transform:scale(1.2)}.htmega-singleimage-gridstyle-1 .image-grid-content h2{text-transform:uppercase;color:#fff;text-align:center;position:absolute;font-size:17px;background:rgb(0 0 0 / .6);-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:10px;width:100%;top:0;z-index:3}.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn{text-decoration:none;display:inline-block;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:#fff0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin:50px 0 0;padding:7px 14px;position:absolute;top:50%;margin:0;left:50%;-webkit-transform:translateX(-50%) translateY(-70%);transform:translateX(-50%) translateY(-70%)}.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover{-webkit-box-shadow:0 0 5px #fff;box-shadow:0 0 5px #fff}.htmega-singleimage-gridstyle-1:hover .image-grid-content{opacity:1;filter:alpha(opacity=100)}.htmega-singleimage-gridstyle-1:hover .image-grid-content h2{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);transform:translateY(0)}.htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition-delay:.2s;transition-delay:.2s;z-index:4}.custom-col-5{padding-left:0;padding-right:0;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;width:20%;max-width:20%}.htmega-singleimage-gridstyle-2{width:100%;height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default}.htmega-singleimage-gridstyle-2 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-2 .thumb a{position:relative;display:block;z-index:2}.htmega-singleimage-gridstyle-2 .thumb a::before{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;background-color:rgb(0 0 0 / .6);opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(460px,-100px) rotate(180deg);transform:translate(460px,-100px) rotate(180deg);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;content:"";z-index:1}.htmega-singleimage-gridstyle-2 .thumb a img{display:block;position:relative;-webkit-transition:all .4s linear;transition:all .4s linear;width:100%}.htmega-singleimage-gridstyle-2:hover .thumb a::before{opacity:1;filter:alpha(opacity=100);-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate(0,0);transform:translate(0,0)}.htmega-singleimage-gridstyle-2:hover .thumb a img{-webkit-transform:scale(1.2);transform:scale(1.2)}.htmega-singleimage-gridstyle-2 .image-grid-content h2{text-transform:uppercase;color:#fff;text-align:center;position:relative;font-size:17px;padding:10px;background:rgb(0 0 0 / .6);position:absolute;top:0;width:100%;opacity:0;transition:0.4s ease-in-out}.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn{display:inline-block;text-decoration:none;padding:7px 14px;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:#fff0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;z-index:4;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-80%);transform:translateX(-50%) translateY(-80%);opacity:0}.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover{-webkit-box-shadow:0 0 5px #fff;box-shadow:0 0 5px #fff}.htmega-singleimage-gridstyle-2:hover .image-grid-content{opacity:1;filter:alpha(opacity=100)}.htmega-singleimage-gridstyle-2:hover .image-grid-content h2{position:absolute;top:20px;z-index:3;opacity:1}.htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn{-webkit-transition-delay:0.3s;transition-delay:0.3s;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);opacity:1}.htmega-image-gridstyle-3 .htb-row>[class*="col"]{padding-left:0;padding-right:0}.htmega-singleimage-gridstyle-3 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-3 .thumb a img{transition:0.4s ease-in-out}.htmega-singleimage-gridstyle-3:hover .thumb a img{transform:scale(1.1) rotate(3deg)}.htmega-singleimage-grid .thumb>a{display:block}.htmega-singleimage-gridstyle-4{margin-top:20px;position:relative}.masonary-item .htmega-singleimage-gridstyle-4 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-4 .thumb a img{width:100%}.htmega-singleimage-gridstyle-4 .image-grid-content{position:absolute;top:0;bottom:0;left:0;right:0;transition:0.3s ease-out;transition-property:opacity,transform,filter;background:rgb(255 255 255 / .8);opacity:0}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%);padding:0 80px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a{color:#18012c}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p{font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0;line-height:28px}.htmega-singleimage-gridstyle-4:hover .image-grid-content{opacity:1;transform:translateX(0) translateY(0)}.htmega-singleimage-gridstyle-5{margin-top:50px;position:relative}.htmega-singleimage-gridstyle-5 .thumb a img{width:100%}.htmega-singleimage-gridstyle-5 .image-grid-content{position:absolute;top:0;bottom:0;left:0;right:0;transition:0.3s ease-out;transition-property:opacity,transform,filter;background:rgb(0 0 0 / .8);opacity:0}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%);padding:0 20px}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2{color:#fff;margin-bottom:5px;font-size:23px}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a{color:#fff}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p{font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0;line-height:26px;color:#fff}.htmega-singleimage-gridstyle-5:hover .image-grid-content{opacity:1;transform:translateX(0) translateY(0)}.row--5>[class*="col"]{padding-left:5px;padding-right:5px}.ht-thumb-gallery ul.htmega-thumbgallery-for{margin:0;padding:0;list-style:none}.ht-thumb-gallery ul.htmega-thumbgallery-for li{position:relative}.ht-thumb-gallery .slick-slide{line-height:0}.htmega-thumbgallery-for button.slick-arrow{position:absolute;top:50%;left:30px;z-index:2;width:50px;height:50px;background:#000;color:#fff;border:0 none;border-radius:100%;font-size:30px;text-align:center;padding:0;margin:0;transition:0.4s ease-in-out;transform:translateY(-50%);line-height:1}.htmega-thumbgallery-for button.slick-arrow:hover{background:#0056ff;color:#fff}.htmega-thumbgallery-nav{text-align:center}.htmega-thumbgallery-nav button.slick-arrow{border-radius:100%;display:inline-block;height:50px;padding:0;width:50px;transition:all 0.3s ease-in-out}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav button.slick-arrow,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav button.slick-arrow{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:3}.htmega-thumbnails-style-2 button.htmega-carosul-next.slick-arrow,.htmega-thumbnails-style-4 button.htmega-carosul-next.slick-arrow{left:auto;right:0}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow+.slick-dots,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow+.slick-dots{bottom:10px}.htmega-thumbgallery-for button.htmega-carosul-next{left:auto;right:30px}.htmega-thumbgallery-for .slick-dots,.htmega-thumbgallery-nav .slick-dots{bottom:10px;position:absolute;list-style:none;margin:0;padding:0;width:100%;text-align:center}.htmega-thumbgallery-nav .slick-arrow+.slick-dots{bottom:50px}.htmega-thumbgallery-for .slick-dots li,.htmega-thumbgallery-nav .slick-dots li{display:inline-block}.htmega-thumbgallery-for .slick-dots li button,.htmega-thumbgallery-nav .slick-dots li button{background:#ddd;text-indent:-99999px;padding:0;margin-right:8px;border-radius:100%;width:12px;height:12px}.htmega-thumbgallery-for .slick-dots li.slick-active button,.htmega-thumbgallery-nav .slick-dots li.slick-active button{background:#000}.htmega-thumbgallery-for .slick-dots li button::before,.htmega-thumbgallery-nav .slick-dots li button::before{display:none}.htmega-thumbgallery-for.htmega-arrow-2{position:relative}.htmega-thumbgallery-for.htmega-arrow-2 button{position:absolute;top:50%;left:42px;z-index:2;background:#fff0;color:#fff;border:0 none;border-radius:100%;font-size:48px;text-align:center;padding:0;margin:0;transition:0.4s ease-in-out;transform:translateY(-50%)}.htmega-thumbgallery-for.htmega-arrow-2 button:hover{color:#0056ff}.htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next{left:auto;right:42px}.htmega-thumbgallery-nav .small-thumb{cursor:pointer;position:relative;overflow:hidden}.htmega-thumbgallery-nav .small-thumb img{width:100%}.htmega-thumbgallery-for .content{position:absolute;bottom:40px;left:0;background:rgb(0 86 255 / .7);padding:10px 38px}.htmega-thumbgallery-for .content.right-bottom{bottom:40px;left:auto;right:0}.htmega-thumbgallery-for .content h2{margin:0;color:#fff;font-size:24px;line-height:1.3;font-weight:500;padding:0}.htmega-thumbgallery-for .content h4{font-size:13px;font-weight:400;line-height:1;margin:0;padding:0;color:#fff}.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img{border:3px solid #0056ff}.htmega-thumbgallery-nav .small-thumb img{border:3px solid #d7d7d7}.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide{padding:7px 3px;line-height:0}.htmega-thumbgallery-nav.htmega-thumbgallery-nav{margin:-3px 0}.htmega-thumbgallery-nav.slick-initialized.slick-slider.slick-dotted.slick-vertical{margin-bottom:0}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide{padding:5px 3px}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav{margin:0 -3px}.ht-thumb-gallery .slick-slide img{display:block;width:100%}.htmega-thumbgallery-nav .small-thumb:after{content:"";left:0;bottom:0;width:100%;height:100%;background:#fff0;z-index:1;position:absolute;opacity:0;transition:all 0.3s ease-in-out}.htmega-thumbgallery-nav .small-thumb:hover:after,.htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb:after{opacity:1}.htmega-testimonialgrid-style-1 .testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.testimonal,.testimonal *{transition:all 0.3s ease-in-out}.testimonal .clint-info h4{margin:0;padding:0;font-size:19px;line-height:1.3}.htmega-testimonialgrid-style-1 .testimonal .content{display:flex;align-items:center}.htmega-testimonialgrid-style-1 .testimonal .content img{max-width:80px;border-radius:100%}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info{padding-left:25px}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info span{color:#1834a6;font-size:13px}.htmega-testimonialgrid-style-1 .testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.htmega-testimonialgrid-style-2 .testimonal{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:30px;padding:40px 30px}.htmega-testimonialgrid-style-2 .testimonal img{border:2px solid #43df9c;border-radius:50%;box-sizing:content-box;float:left;max-width:90px}.htmega-testimonialgrid-style-2 .testimonal .content p{color:#3e3e3e;font-size:16px;line-height:28px;margin-bottom:20px}.htmega-testimonialgrid-style-2 .testimonal .content{overflow:hidden;padding-left:20px}.htmega-testimonialgrid-style-2 .testimonal .content .clint-info{padding-left:50px;position:relative}.htmega-testimonialgrid-style-2 .testimonal .content .clint-info::before{background:#383838 none repeat scroll 0 0;content:"";height:2px;left:0;position:absolute;top:10px;width:30px;transition:03.s ease-in-out}.htmega-testimonialgrid-style-3 .testimonal{background:#fff none repeat scroll 0 0;border-radius:10px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:53px;padding-bottom:27px;position:relative;text-align:center}.htmega-testimonialgrid-style-3 .testimonal{margin-top:82px}.htmega-testimonialgrid-style-3 .testimonal img{border:2px solid #727272;border-radius:50%;box-sizing:content-box;left:50%;max-width:100px;position:absolute;top:0;transform:translate(-50%,-50%)}.htmega-testimonialgrid-style-3 .testimonal .content{margin-top:0;padding-top:73px}.htmega-testimonialgrid-style-3 .testimonal .content p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:24px;margin-bottom:4px;padding:0 4%}.htmega-testimonialgrid-style-3 .testimonal .content h4{color:#5b5b5b;font-size:16px;font-weight:600;line-height:37px;margin:0}.htmega-testimonialgrid-style-4 .testimonal .content{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(82 182 188 / .25);padding:50px 9%;position:relative;text-align:center}.htmega-testimonialgrid-style-4 .testimonal .clint-info{margin-top:40px;text-align:center}.htmega-testimonialgrid-style-4 .testimonal img{border:2px solid #ececec;border-radius:50%;box-sizing:content-box;display:inline-block;max-width:80px}.htmega-testimonialgrid-style-4 .testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-bottom:4px;margin-top:22px}.htmega-testimonialgrid-style-4 .testimonal .clint-info span{color:#5c5c5c;font-size:15px;font-weight:600}.htmega-testimonialgrid-style-4 .testimonal .content .triangle{border-color:#fff #fff0 #fff0;border-style:solid;border-width:20px;left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%)}.htmega-testimonialgrid-style-3 .clint-info .rating,.htmega-testimonialgrid-style-4 .clint-info .rating{justify-content:center}.htmega-testimonialgrid-style-5 .testimonal{background:#f7f8f9 none repeat scroll 0 0;margin-top:30px;padding:48px 30px}.htmega-testimonialgrid-style-5 .clint-info h4{color:#383838;font-size:18px;font-weight:600;margin-bottom:1px}.htmega-testimonialgrid-style-5 p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:26px}.htmega-testimonialgrid-style-5 .clint-info span{color:#1834a6;font-size:14px}.clint-info .rating{color:#ffcf0e;display:flex;list-style:outside none none;margin:4px 0 0;padding:0}.clint-info .rating li{margin-right:8px;font-size:13px}.testimonal{position:relative;z-index:1}.testimonal:before{position:absolute;left:0;height:100%;width:100%;background:#fff0;z-index:-1;content:"";top:0;opacity:0;transition:all 0.3s ease-in-out}.testimonal:hover:before{opacity:1}.navigation_service .htmega-service-style-7::before{display:none}.elementor-widget-htmega-scrollnavigation-addons .swiper-container{height:100vh;margin-left:auto;margin-right:auto;width:100%;overflow:hidden}.htmega-swiper-pagination .swiper-pagination-bullet{background:#000 none repeat scroll 0 0;border-radius:100%;display:inline-block;height:26px;opacity:1;width:26px;opacity:1!important}.htmega-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#3746ad}.scroll-navigation-inner .elementor-section.elementor-section-height-full{height:100vh}.scroll-navigation-inner .elementor-section.elementor-section-items-middle>.elementor-container{align-items:center;height:100vh}.htmega-call-to-action{text-align:center}.htmega-call-to-action .htmega-content .htmega-callto-action-description{color:#fff;font-size:16px;margin:0}.htmega-call-to-action .htmega-content .htmega-callto-action-sub-title{color:#505050;font-size:16px;font-weight:500;margin-bottom:5px;font-family:"Poppins",sans-serif}.htmega-call-to-action .htmega-content .htmega-callto-action-title{color:#f7ca18;font-size:80px;font-weight:600;margin-bottom:27px;font-family:"Poppins",sans-serif}.htmega-call-to-action .htmega-content a.call_btn{background:#f7ca18;padding:0 35px;display:inline-flex;line-height:50px;border-radius:25px;color:#000;font-size:14px;transition:0.4s ease-in-out;text-decoration:none}.htmega-call-to-action .htmega-content a.call_btn:hover{background:#fff;color:#18012c}.callto-action-style-2 .htmega-content .htmega-callto-action-title{color:#fff;font-family:"Poppins",sans-serif;font-size:38px;font-weight:600;margin-bottom:6px}.callto-action-style-2 .htmega-content .htmega-callto-action-description{color:#fff;font-family:"Montserrat",sans-serif;font-weight:300;font-size:18px;margin:0}.callto-action-style-2 .htmega-content a.call_btn{display:inline-flex;border:2px solid #fff;color:#fff;border-radius:25px;padding:0 45px;line-height:50px;font-size:14px;font-weight:600;transition:0.4s ease-in-out}.callto-action-style-2 .htmega-content a.call_btn:hover{background:#fff;color:#18012c;border:2px solid #fff}.callto-action-style-3{box-shadow:0 0 10px rgb(0 0 0 / .1);padding:70px 98px}.callto-action-style-3 .htmega-content a.call_btn{line-height:50px;padding:0}.callto-action-style-3 .htmega-content{display:flex;align-items:center;justify-content:space-around}.callto-action-style-3{position:relative}.callto-action-style-3::before{position:absolute;content:"";background:#999;height:50px;width:2px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.callto-action-style-3 .htmega-content .htmega-callto-action-description{color:#000;font-size:14px;line-height:25px;margin-bottom:5px}.callto-action-style-3 .htmega-content .htmega-callto-action-title{color:#000;font-weight:500;font-size:24px;margin:0}.callto-action-style-3 a.call_btn{display:inline-block;border:2px solid #000;color:#000;border-radius:25px;padding:0 50px;line-height:50px;font-size:14px;font-weight:600;transition:0.4s ease-in-out}.callto-action-style-3 a.call_btn:hover{background:#000;color:#fff;border:2px solid #000}.callto-action-style-4 .htmega-content .htmega-callto-action-title{color:#fff;font-weight:400;font-size:36px;margin-bottom:21px}.callto-action-style-4 .htmega-content .htmega-callto-action-description{color:#fff;font-size:18px;line-height:35px;padding:0 17%;margin-bottom:34px}.callto-action-style-4 a.call_btn{background:#fff;display:inline-block;padding:0 40px;line-height:50px;border-radius:25px;color:#0056ff;font-size:14px;font-weight:400;text-transform:uppercase;transition:0.4s ease-in-out}.callto-action-style-4 a.call_btn:hover{background:#18012c;color:#fff}.callto-action-style-5 .htmega-content .htmega-callto-action-title{color:#fff;font-size:40px;line-height:60px;font-weight:500;padding:0 19%}.callto-action-style-5 .htmega-content .htmega-callto-action-description{color:#fff;font-size:18px;margin-bottom:44px;font-family:'Rubik',sans-serif}.callto-action-style-5 a.call_btn{border:2px solid #fff;display:inline-block;padding:0 46px;line-height:50px;color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;border-radius:4px;transition:0.4s ease-in-out;font-family:'Rubik',sans-serif}.callto-action-style-5 a.call_btn:hover{background:#fff;color:#18012c}.callto-action-style-6 .htmega-content .htmega-callto-action-title{color:#494949;font-size:40px;line-height:58px;font-weight:500}.callto-action-style-6 .htmega-content .htmega-callto-action-description{color:#494949;font-size:18px;margin-bottom:32px;line-height:30px;padding-right:27%}.callto-action-style-6 a.call_btn{display:inline-block;padding:0 37px;line-height:50px;color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;transition:0.4s ease-in-out;background:#e97730;font-family:"Montserrat",sans-serif}.callto-action-style-6 a.call_btn:hover{background:#18012c;color:#fff}.callto-action-style-7 .call-to-action-inner{display:inline-block;padding:100px 240px;background:rgb(255 255 255 / .6)}.callto-action-style-7 .htmega-content .htmega-callto-action-title,.callto-action-style-7 .htmega-content .htmega-callto-action-description{color:#1e1e1e;font-size:42px;line-height:53px;font-weight:700;font-family:'Cormorant Garamond',serif;margin-bottom:29px}.callto-action-style-7 a.call_btn{display:inline-block;color:#2c2c2c;font-weight:600;font-size:24px;transition:0.4s ease-in-out;font-family:'Cormorant Garamond',serif;border-bottom:2px solid #4f4848}.callto-action-style-7 a.call_btn:hover{color:#18012c;border-bottom:2px solid #18012c}.htmega-call-to-action .htmega-content a.call_btn.secondary_btn{margin-left:10px}.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression{order:2}.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression{order:1;margin-right:8px}.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression{order:1}.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression{order:2;margin-left:8px}.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression{order:2}.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression{order:1;margin-right:8px}.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression{order:1}.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression{order:2;margin-left:8px}.htmega-call-to-action .htmega-content a.call_btn svg,.htmega-call-to-action .htmega-content a.call_btn.secondary_btn svg{width:30px;height:30px}.htmega-callto-action-title{position:relative}.htmega-callto-action-title:after,.htmega-callto-action-title:before{content:"";width:0;height:0;bottom:0;position:absolute;left:0;display:none}.htmega-align-center .htmega-callto-action-title:after,.htmega-align-center .htmega-callto-action-title:before{left:50%;transform:translateX(-50%)}.htmega-align-right .htmega-callto-action-title:after,.htmega-align-right .htmega-callto-action-title:before{left:auto;right:0;transform:translateX(0)}.htmega-callto-action-title:before{top:0;bottom:auto}.htmega-twitter-area button.slick-arrow{border:0 none;color:#2d3e50;font-size:60px;left:-60px;position:absolute;top:26%;background:#fff0;height:inherit;padding:0;transition:all 0.3s ease-in-out;z-index:2}.htmega-twitter-area button.htmega-carosul-next{left:auto;right:-60px}.htmega-twitter-area .slick-dots li button::before{display:none}.htmega-twitter-area .slick-dots li{width:10px;height:10px}.htmega-twitter-area .slick-dots li button{background:#000 none repeat scroll 0 0;border-radius:100%;padding:0;width:10px;height:10px}.htmega-twitter-area .slick-dots li.slick-active button{background:#F15D67 none repeat scroll 0 0}.htmega-twitter-single{display:flex;padding-right:15px}.htmega-twitter-single .htmega-thumb{padding-right:30px}.htmega-twitter-single .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-single .htmega-content{margin-top:-7px}.htmega-twitter-single .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-single .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative}.htmega-twitter-single .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-single .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-single .htmega-content .htmega-author span::before{position:absolute;content:"";left:0;background:#000;height:14px;width:1px;top:50%;transform:translateY(-50%)}.htmega-twitter-single .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px;margin-left:10px;position:relative;display:inline-block}.htmega-twitter-single .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-single .htmega-content p a{color:#00c8fa}.htmega-twitter-single .htmega-content ul.twitter-meta{padding:0;margin:0;list-style:none;display:flex}.htmega-twitter-single .htmega-content ul.twitter-meta li{margin-right:14px;padding-right:14px;position:relative}.htmega-twitter-single .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-single .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-single .htmega-content ul.twitter-meta li a i{padding-right:10px}.htmega-twitter-single .htmega-content ul.twitter-meta li::after{position:absolute;content:"";background:#000;width:1px;height:11px;right:0;top:50%;transform:translateY(-50%)}.htmega-twitter-single .htmega-content ul.twitter-meta li:last-child::after{display:none}.htmega-twitter-style-2 .htmega-twitter-single{background:#fff;padding:40px;border-radius:4px;display:block}.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span::before{display:none}.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span{padding:0;margin:0}.htmega-twitter-style-2 .ht-twitter-container{display:flex}.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb{padding-right:30px}.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-style-2 .ht-twitter-container .htmega-content{margin-top:-7px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative;font-family:"Poppins",sans-serif}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a{color:#000;transition:0.3s ease-in-out}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a span{color:#a6a6a6}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content p a{color:#00c8fa}.htmega-twitter-style-2 .twitter-meta-inner{display:flex;justify-content:space-between}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li{position:relative;margin:0 10px}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a{color:#878787;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-2 .twitter-meta-inner p{margin:0;color:#7f7f7f;font-size:12px}.htmega-twitter-style-2 .slick-slide{padding:0 15px}.htmega-twitter-style-2 .slick-dots{bottom:-45px}.htmega-twitter-style-3 .htmega-twitter-single{background:#fff;border:1px solid #eaeaea;padding:30px 15px 30px 20px}.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li{padding:0}.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-3 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-3 .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative}.htmega-twitter-style-3 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-3 .htmega-content .htmega-author span::before{position:absolute;content:"";left:0;background:#000;height:14px;width:1px;top:50%;transform:translateY(-50%)}.htmega-twitter-style-3 .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px;margin-left:10px;position:relative}.htmega-twitter-style-3 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-3 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-3 .htmega-content ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li{position:relative;margin:0 10px}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-3 .slick-slide{padding:0 15px}.htmega-twitter-style-4 .htmega-twitter-single{display:block;padding:0}.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li{padding:0}.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-4 .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-style-4 .htmega-content{padding-top:25px}.htmega-twitter-style-4 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-4 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-4 .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px}.htmega-twitter-style-4 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-4 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-4 .htmega-content ul.twitter-meta{padding:0;margin:0;list-style:none;display:flex;padding-top:20px;border-top:1px solid #00c8fa;justify-content:space-between}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li{position:relative}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out;display:block}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a i{padding-right:10px}.htmega-twitter-style-4 button.slick-arrow{border:1px solid #000;border-radius:100%;color:#000;font-size:30px;height:50px;line-height:35px;width:50px}.htmega-twitter-style-4 .slick-slide{padding:0 15px}.htmega-twitter-style-5 .htmega-twitter-single{background:#fff;padding:30px 15px 30px 20px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin:5px}.htmega-twitter-style-5 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-5 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-5 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-5 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-5 .twitter-meta-inner{display:flex;justify-content:space-between}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-5 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li{position:relative;margin:0 10px;padding:0}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a{color:#878787;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-5 .twitter-meta-inner p{margin:0;color:#7f7f7f;font-size:12px}.htmega-twitter-style-5 .slick-slide{padding:0 15px}.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post,.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post .thumb,.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post .thumb a,.htmega-post-grid-layout-5 .ht-post,.htmega-post-grid-layout-5 .ht-post .thumb,.htmega-post-grid-layout-5 .ht-post .thumb a{height:100%}.htmega-post-grid-layout-5 .row--10>[class*="col"]{padding:10px}.htmega-post-grid-area.htmega-equal-hide-column-yes .ht-post{height:100%}.htmega-post-grid-area .row-1.htb-row .row-1{margin:0}.ht-post-grid-tab{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:space-between}.ht-post-grid-tab .post-grid{overflow:hidden}.htmega-post-gridtab-layout-1 .post-grid,.htmega-post-gridtab-layout-3 .post-grid{padding:0 1px;margin-bottom:2px}.htmega-post-gridtab-layout-1 .post-content,.htmega-post-gridtab-layout-3 .post-content{margin:0 1px}.htmega-post-gridtab-layout-2 .post-grid,.htmega-post-gridtab-layout-4 .post-grid{padding:0 15px;margin-bottom:30px}.htmega-post-gridtab-layout-2 .post-content,.htmega-post-gridtab-layout-4 .post-content{margin:-30px 15px 0}.htmega-post-gridtab-layout-5 .post-grid{padding:0 10px;margin-bottom:20px}.htmega-post-gridtab-layout-5 .post-content{margin:-20px 10px 0}.ht-post-grid-tab .post-grid.post-grid-one-third{min-width:calc(33.33%);width:calc(33.33%)}.ht-post-grid-tab .post-grid.post-grid-half{min-width:calc(50%);width:calc(50%)}.ht-post-grid-tab .post-grid.post-grid-four{min-width:calc(25%);width:calc(25%)}.ht-post-grid-tab .post-grid.post-third-of-four{min-width:calc(75%);width:calc(75%)}.ht-post-grid-tab .post-content{text-align:center;z-index:9;display:none}.ht-post-grid-tab .post-content.is-visible{display:block}.post-content{position:relative}.post-content .close__wrap{position:absolute;top:30px;right:30px;z-index:9}.post-content .close__wrap button{background:#2a47e0 none repeat scroll 0 0;border:0 none;color:#fff;line-height:1;padding:10px}.post-grid .thumb a img{width:100%;object-fit:cover;height:100%}.post-grid .thumb,.post-grid .thumb a{height:100%}.post-grid .thumb a{width:100%}.single-post-grid-tab{padding:30px;border:1px solid #dfdfdf;background:#f1f1f1;overflow:hidden}.single-post-grid-tab .thumb a img{width:100%}.single-post-grid-tab .thumb{overflow:hidden}.ht-mega-post-grid-right .content{height:100%;display:flex;align-items:center}.ht-mega-post-grid-left{display:flex;align-items:center}.single-post-grid-tab .post-inner{text-align:left}.single-post-grid-tab .post-inner h2{font-size:24px;line-height:36px;margin-top:20px}.single-post-grid-tab .post-inner h2 a{color:#464545}.single-post-grid-tab .post-inner .meta{list-style:none;color:#fff;padding:0;margin:0;display:block;margin:0 -15px}.single-post-grid-tab .post-inner .meta li{color:#464545;font-size:13px;letter-spacing:2px;margin:0 15px;display:inline-block}.single-post-grid-tab .post-inner .meta li i{color:#464545}.single-post-grid-tab .post-inner .meta li a{color:#464545}.single-post-grid-tab .post-inner p{color:#494849;font-size:14px;line-height:28px;margin-top:17px;margin-bottom:28px}.single-post-grid-tab .post-inner .post-category{display:flex;padding:0;list-style:none;margin-left:0}.single-post-grid-tab .post-inner .post-category li{margin-right:10px;transition:0.4s ease-in-out}.single-post-grid-tab .post-inner .post-category li a{background:#2a47e0 none repeat scroll 0 0;color:#fff;font-size:13px;font-weight:300;letter-spacing:1px;padding:2px 7px;text-transform:uppercase}.single-post-grid-tab .post-inner .post-btn a.readmore-btn{background:#fff0;display:inline-block;padding:0 37px;border-radius:23px;font-size:14px;font-weight:400;line-height:44px;transition:0.4s ease-in-out;color:#494849;border:1px solid #494849}@media (max-width:991px){.ht-mega-post-grid-right .content{margin-bottom:15px}.single-post-grid-tab .htb-row{flex-direction:column-reverse}}.ht-custom-carousel .single-custom-carousel img{width:100%}.htmega-carousel-style-1 .slick-slide .single-custom-carousel img{transition:all 0.3s ease 0s;display:block}.htmega-carousel-style-1 .single-custom-carousel{position:relative;transition:all 0.3s ease 0s}.htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel{transform:scale(1.15)}.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel{transform:scale(1.3)}.htmega-carousel-style-1 .slick-slide.slick-active{z-index:990;position:relative}.htmega-carousel-style-1 .slick-slide.slick-center{z-index:999;position:relative}.htmega-carousel-style-1 .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.htmega-carousel-activation .slick-arrow{padding:0}.htmega-carousel-activation .slick-dots{text-align:center;bottom:-60px}.htmega-carousel-activation .slick-dots li{display:inline-block;margin:0}.htmega-carousel-activation .slick-dots li button{border:1px solid #863F51;width:12px;height:12px;padding:0;border-radius:50%;background-color:#fff0;text-indent:-9999px}.htmega-carousel-activation .slick-dots li.slick-active button{background-color:#863F51}.htmega-carousel-style-2 .slick-slide .single-custom-carousel img{transition:all 0.3s ease 0s;display:block}.htmega-carousel-style-2 .single-custom-carousel{position:relative;transition:all 0.3s ease 0s;padding:0 40px;transform:scale(1.1)}.htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel{transform:scale(1.3)}.htmega-carousel-style-2 .slick-slide.slick-center{z-index:999;position:relative}.htmega-carousel-style-2 .slick-slide.slick-active{transition:all 0.3s ease 0s}.htmega-carousel-style-2 .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.htmega-carousel-style-2{position:relative}.htmega-carousel-style-2 button.slick-arrow,.htmega-carousel-style-3 button.slick-arrow{position:absolute;left:-80px;top:50%;transform:translateY(-50%);background:#000;color:#f4f4f4;width:40px;height:40px;border:0 none;border-radius:100%;padding:0;margin:0;font-size:30px;transition:0.3s ease-in-out;line-height:28px}.htmega-carousel-style-2 button.slick-arrow:hover,.htmega-carousel-style-3 button.slick-arrow:hover{background:#0056ff;color:#fff}.htmega-carousel-style-2 button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next{left:auto;right:-80px}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide{transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide .single-custom-carousel{padding:0 40px;transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{transform:perspective(400px) rotateY(20deg) scale(1)!important}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active+.slick-active{transform:perspective(0) rotateY(0deg) scale(1.1)!important}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active+.slick-active+.slick-active{transform:perspective(400px) rotateY(-20deg) scale(1)!important}.ht-custom-carousel.htmega-carousel-activation .slick-arrow{padding:0;position:absolute;top:50%;z-index:1}.ht-custom-carousel.htmega-carousel-activation .htmega-carosul-next.slick-arrow{right:0}.ht-custom-carousel.htmega-carousel-activation .htmega-carosul-prev.slick-arrow{left:0}.htmega-carousel-style-3 .slick-slide{margin:0 15px}.htmega-carousel-style-3 .slick-list.draggable{margin:0 -15px}.htmega-carousel-style-3 .slick-dots{bottom:-60px}.htmega-carousel-style-3 .slick-dots li{width:10px;height:10px;margin:0 5px;padding:0}.htmega-carousel-style-3 .slick-dots li button{width:10px;height:10px;padding:0;background:#000;border-radius:100%;border:0}.htmega-carousel-style-3 .slick-dots li button::before{display:none}.htmega-carousel-style-3 .slick-dots li.slick-active button{background:#00c8fa}.htmega-carousel-style-4{position:relative}.htmega-carousel-style-4 button.slick-arrow{position:absolute;top:50%;left:0;color:#f4f4f4;border:0 none;font-size:30px;background:#fff0;width:40px;height:50px;line-height:45px;background:#000;transform:translateY(-50%);z-index:2;padding:0}.htmega-carousel-style-4 button.htmega-carosul-next{left:auto;right:0}.htmega-carousel-style-4 .slick-list{margin:0 -15px}.htmega-carousel-style-4 .slick-slide{margin:0 15px}.htmega-carousel-style-5 .slick-slide{margin:0 15px}.htmega-carousel-style-5 .slick-list{margin:0 -15px}.htmega-carousel-style-5 .slick-dots{bottom:-40px;background:#dbdbdb;height:8px;border-radius:4px;left:0;right:0;width:auto}.htmega-carousel-style-5 .slick-dots li{width:33.33%;height:8px;margin:0;left:0;top:-13px;transition:0.4s ease-in-out}.htmega-carousel-style-5 .slick-dots li::before{position:absolute;content:"";left:0;top:0;width:0;height:100%;background:#0056ff;border-radius:4px;transition:0.4s ease-in-out}.htmega-carousel-style-5 .slick-dots li button{width:33.33%;height:8px;margin:0;left:0}.htmega-carousel-style-5 .slick-dots li button{border:none}.htmega-carousel-style-5 .slick-dots li.slick-active button{background:#fff0}.htmega-carousel-style-5 .slick-dots li button::before{display:none}.htmega-carousel-style-5 .slick-dots li.slick-active::before{width:100%}.htmega-carousel-style-6 button.slick-arrow{position:absolute;top:50%;left:0;color:#f4f4f4;border:0 none;font-size:30px;background:#fff0;width:40px;height:50px;background:#000;transform:translateY(-50%);z-index:2;padding:0}.htmega-carousel-style-6 button.htmega-carosul-next{left:auto;right:0}.htmega-carousel-style-6 .slick-dots{background:#19243c none repeat scroll 0 0;margin-top:-8px;position:static}.htmega-carousel-style-6 .slick-dots li{display:inline-block;height:inherit;padding:30px 55px;position:relative;text-align:center;width:auto;z-index:2}.htmega-carousel-style-6 .slick-dots li h6{color:#fff;font-size:14px;font-weight:600;margin:0;position:relative;z-index:3}.htmega-carousel-style-6 .slick-dots li.slick-active::before{position:absolute;content:"";background:#223152;z-index:-1;width:100%;height:116%;bottom:0;left:0}.htmega-carousel-style-7 button.slick-arrow{position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#fff0;color:#f4f4f4;border:0 none;border-radius:100%;padding:0;margin:0;font-size:48px;transition:0.3s ease-in-out;z-index:1}.htmega-carousel-style-7 button.slick-arrow:hover{color:#18012c}.htmega-carousel-style-7 button.htmega-carosul-next{left:auto;right:20px}.htmega-doule-btn svg{width:20px}.htmega-double-button-area{display:flex}.htmega-doublebutton{display:flex;position:relative;width:40%}span.htmega-middle-text{background:#fff none repeat scroll 0 0;border-radius:100%;color:#000;font-family:"Montserrat",sans-serif;font-size:12px;height:26px;left:50%;line-height:25px;position:absolute;text-align:center;top:50%;transform:translateX(-50%) translateY(-50%);width:26px;z-index:3}.htmega-doublebutton a.htmega-doule-btn{color:#fff;font-family:"Montserrat",sans-serif;font-size:14px;height:50px;line-height:50px;transition:all 0.4s ease-in-out 0s;background:#a7d1b0 none repeat scroll 0 0;border-radius:25px 0 0 25px;text-decoration:none;width:100%;text-align:center}.htmega-doublebutton a.htmega-doule-btn:hover,.htmega-doublebutton a.htmega-doule-btn.btn-two:hover{background:#18012c none repeat scroll 0 0;color:#fff}.htmega-doublebutton a.htmega-doule-btn.btn-two{background:#fa9866 none repeat scroll 0 0;border-radius:0 25px 25px 0}.htmega-doublebutton a.htmega-doule-btn-size-sm{height:46px;line-height:46px}.htmega-doublebutton a.htmega-doule-btn-size-md{height:50px;line-height:50px}.htmega-doublebutton a.htmega-doule-btn-size-lg{height:60px;line-height:60px}.htmega-doublebutton a.htmega-doule-btn-size-xl{height:70px;line-height:70px}.htmega-doublebutton a.htmega-doule-btn-size-xs{height:40px;line-height:40px}.htmega-double-button-area a.btn-one{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;overflow:hidden}.htmega-double-button-area a.btn-one *{position:relative;z-index:2}.htmega-double-button-area a.btn-one::after,.htmega-double-button-area a.btn-one::before{position:absolute;content:"";left:0;width:100%;height:100%;background:#fff0;transition:all 0.3s ease-in-out}.htmega-double-button-area a.btn-one::after{opacity:0}.htmega-double-button-area a.btn-one:hover::after{opacity:1}.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_text_progression{order:2}.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_icon_progression{order:1}.htmega-double-button-area a.btn-two{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;overflow:hidden}.htmega-double-button-area a.btn-two *{position:relative;z-index:2}.htmega-double-button-area a.btn-two::after,.htmega-double-button-area a.btn-two::before{position:absolute;content:"";left:0;width:100%;height:100%;background:#fff0;transition:all 0.3s ease-in-out}.htmega-double-button-area .before_bg a.btn-two::after,.htmega-double-button-area .before_bg a.btn-two::before{transform:skewX(-24deg)}.htmega-double-button-area a.btn-two::after{opacity:0}.htmega-double-button-area a.btn-two:hover::after{opacity:1}.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_text_progression{order:2}.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_icon_progression{order:1}a.htmega-doule-btn span{transition:all 0s;display:flex;align-items:center;justify-content:center}.before_bg{overflow:hidden}.before_bg a.htmega-doule-btn{position:relative;background:transparent!important;z-index:1;overflow:initial}.before_bg a.htmega-doule-btn::before{background-color:#a7d1b0;content:"";display:block;height:100%;left:-16px;position:absolute;top:0;transform:skewX(-24deg);width:112%;z-index:-1;transition:0.4s}.before_bg a.htmega-doule-btn.btn-two::before{background-color:#fa9866;left:0;right:-16px}.htmega-doublebutton.before_bg{overflow:hidden}.htmega-doublebutton.before_bg .htmega-doule-btn{color:#fff}.htmega-doublebutton.before_bg .htmega-doule-btn::before,.htmega-doublebutton.before_bg .htmega-doule-btn::after{position:absolute;z-index:-1;top:0;right:-15px;left:-15px;display:block;width:auto;height:100%;content:"";transition:all 0.4s ease 0s;transform:skewX(-24deg);background-color:#fff0}.htmega-doublebutton.before_bg .htmega-doule-btn::after{opacity:0}.htmega-doublebutton.before_bg .htmega-doule-btn:hover::before{opacity:0}.htmega-doublebutton.before_bg .htmega-doule-btn:hover::after{opacity:1}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before,.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after{right:0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before{background:#a7d1b0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after{background:#000}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before,.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after{left:0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before{background:#fa9866}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after{background:#000}.htmega-banner .banner-thumb a{position:relative;display:block;line-height:0}.htmega-banner .banner-thumb{line-height:0}.htmega-banner .banner-thumb *{line-height:normal}.htmega-banner .banner-content a{display:inline-block}.htmega-banner .banner-thumb a::before{background:rgb(255 255 255 / .3);content:"";height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all 0.5s ease 0s;width:0}.htmega-banner .banner-thumb a::after{background:rgb(255 255 255 / .3);bottom:0;content:"";height:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:all 0.5s ease 0s;width:0}.htmega-banner .banner-thumb a img{width:100%}.htmega-banner:hover .banner-thumb a::before{height:100%;opacity:1;width:100%}.htmega-banner:hover .banner-thumb a::after{height:100%;opacity:1;width:100%}.htmega-banner{position:relative}.htmega-banner .banner-content a{border-bottom:1px solid #909b74;color:#383838;font-size:14px;font-weight:700;text-transform:uppercase;transition:all 0.4s ease 0s;text-decoration:none}.htmega-banner .banner-content{position:absolute;z-index:2;width:100%;text-align:center}.htmega-banner-content-pos-center .banner-content{top:50%;right:0;left:auto;padding-right:30px;transform:translateY(-50%)}.htmega-banner-content-pos-bottom .banner-content{bottom:0;padding-bottom:40px}.htmega-banner-content-pos-top .banner-content{top:0;padding-top:40px}.htmega-banner-style-1 .banner-content h6{color:#1f1e26;font-size:20px;font-weight:700;letter-spacing:11px;text-transform:uppercase;margin-bottom:0;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content h2{color:#1f1e26;font-size:60px;text-transform:uppercase;margin-bottom:1px;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content p{color:#1f1e26;font-size:16px;text-transform:uppercase;margin:0}.htmega-banner-style-1 .banner-content h3{color:#1f1e26;font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:6px;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content a{color:#383838;font-weight:700;text-transform:uppercase;font-size:14px;border-bottom:1px solid #909b74;transition:0.4s}.htmega-banner-style-2 .banner-content h2{color:#1f1e26;font-family:"Poppins",sans-serif;font-size:24px;font-weight:700;margin-bottom:6px;text-transform:uppercase}.htmega-banner-style-3 .banner-content h2{color:#242424;font-size:30px;font-weight:400;margin-bottom:6px;font-family:'Prata',serif}.htmega-banner-style-3 .banner-content p{color:#1f1e26;font-size:14px;text-transform:uppercase;margin:0;font-weight:400;font-family:'Rubik',sans-serif}.htmega-banner-style-4 .banner-content h2{color:#fff;font-size:20px;font-weight:800;margin-bottom:10px;font-family:'Open Sans',sans-serif}.htmega-banner-style-4 .banner-content p{color:#fff;margin:0;font-size:14px;font-family:'Open Sans',sans-serif;font-weight:600;line-height:26px;padding-right:77px;margin-bottom:15px}.htmega-banner-style-4 .banner-content a{font-family:'Open Sans',sans-serif;font-weight:600;background:#fff;height:30px;display:inline-block;padding:0 15px;line-height:30px;color:#000;font-size:12px;border-radius:20px;transition:0.4s ease-in-out}.htmega-banner-style-4 .banner-content a:hover{background:#18012c;color:#fff}.htmega-banner-style-4 .banner-content{text-align:left;padding-left:40px;padding-top:40px;padding-right:40px}.htmega-banner-style-5 .banner-content h2{color:#646161;font-size:24px;font-weight:700;margin-bottom:0;font-family:'Rubik',sans-serif}.htmega-banner-style-5 .banner-content h2 span{color:#f3a395}.htmega-banner-style-5 .banner-content span{color:#f3a395;font-size:24px;font-weight:700;margin-bottom:0;font-family:'Rubik',sans-serif}.htmega-banner-style-5.htmega-banner-content-pos-center .banner-content{top:50%;transform:translateY(-50%);right:0;padding-right:30px}.htmega-banner-style-5 .banner-thumb a::before,.htmega-banner-style-6 .banner-thumb a::before{background:#fff0 none repeat scroll 0 0;border:1px solid #f3a395;content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:all 0.4s ease 0s;width:100%;z-index:1}.htmega-banner-style-6 .banner-content{display:flex;justify-content:space-between;flex-direction:column;top:0;width:100%;text-align:center;padding:40px 0;height:100%;transform:translateY(0)}.htmega-banner-style-6 .banner-content h2{color:#646161;font-family:"Rubik",sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.htmega-banner-style-6 .banner-content p{color:#f3a395;font-family:"Rubik",sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.htmegaspcial-banner.htmega-banner-content-pos-right .banner-content{top:50%;right:0;width:auto;transform:translateY(-50%)}.htmegaspcial-banner.htmega-banner-content-pos-left .banner-content{top:50%;left:0;width:auto;transform:translateY(-50%)}.htbanner-badgeimage{position:absolute;top:0;left:0;display:inline-block}.htbanner-badgeimage img{width:100%}.beer-slider input[type="range"]{height:100%}.beer-slider{font-family:"Montserrat",sans-serif;text-transform:uppercase;font-size:.75rem;letter-spacing:1px;margin-bottom:1.5rem;position:relative}.beer-slider::before{background:#fff0;content:"";height:100%;opacity:.35;position:absolute;right:0;top:0;width:100%}.htmega-imagecomparison .beer-handle,.htmega-imagecomparison .beer-range:focus~.beer-handle{box-shadow:none}.htmega-label-pos-center .beer-reveal[data-beer-label]::after,.htmega-label-pos-center .beer-slider[data-beer-label]::after{top:50%}.htmega-label-pos-bottom .beer-reveal[data-beer-label]::after,.htmega-label-pos-bottom .beer-slider[data-beer-label]::after{bottom:1.5rem;top:auto}.beer-reveal[data-beer-label]::after,.beer-slider[data-beer-label]::after{word-break:normal}a.htmega-downloadbtn{font-size:16px;padding:10px 15px;text-transform:uppercase;font-weight:600;text-decoration:none;transition:0.4s}.file_meta{font-size:12px;font-weight:400;margin-top:7px;opacity:.7}.file_meta span{margin-right:10px;position:relative}.file_meta span::before{border-left:1px solid;content:"";height:10px;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.file_meta span:first-child::before{display:none}.download_icon{margin-right:10px}.edd_downloads_list .edd_download .edd_download_inner .edd_download_title a{display:inline-block;text-decoration:none}.htmega_buddypress_single{display:inline-block;text-align:center}.htmega_buddypress_single a{text-decoration:none;display:inline-block}.htmega_buddypress_single .buddy_press_meta span{display:block}.elementor-widget-htmega-wcaddtocart-addons a{text-decoration:none}.elementor-widget-htmega-wcaddtocart-addons .quantity{display:inline-block}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.added .elementor-button-text::after,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.added .elementor-button-text::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading .elementor-button-text::after,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading .elementor-button-text::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:auto;right:1em;animation:spin 2s linear infinite}.elementor-widget-htmega-wcaddtocart-addons .add_to_cart_button,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button{position:relative;margin-right:6px}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading{padding-right:2.618em}.elementor-widget-htmega-wcpages-addons .col-1,.elementor-widget-htmega-wcpages-addons .col-2{flex:0 0 100%;max-width:100%;padding:0}.elementor-widget-htmega-wcpages-addons .form-row{display:block}.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li{list-style:none}.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a{text-decoration:none;display:block}.woocommerce .product-category a{display:inline-block;transition:0.4s}.woocommerce .product-category .mark,.woocommerce .product-category mark{background-color:#fff0;padding:0}.job-manager-application-wrapper .application .application_button,.single_job_listing .application .application_button{height:inherit}.job_application button,.job_application input[type="button"],.job_application input[type="reset"],.job_application input[type="submit"]{height:auto}.job_summary_shortcode .job-type{height:auto!important;margin:0 0 9px}.job_summary_title{font-size:20px;margin-top:10px}.elementor-widget-htmega-jobmanager-addons input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.elementor-widget-htmega-jobmanager-addons select{width:100%;margin-bottom:10px}.elementor-widget-htmega-jobmanager-addons ul.job_types{list-style:none;margin:15px 0 10px;padding:0}.elementor-widget-htmega-jobmanager-addons ul.job_types li{display:inline-block}.elementor-widget-htmega-jobmanager-addons ul.job_types li:not(:last-child),.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li:not(:last-child){margin-right:10px}.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions{list-style:none;padding:0;margin:0}.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li{display:inline-block}.elementor-widget-htmega-jobmanager-addons fieldset{margin-bottom:15px}.post-carousel-wrapper{margin:0 -15px}.post-carousel-wrapper .slick-slide{margin:0 15px}.post-carousel-wrapper .htmega-postslider-layout-1 .content{max-width:100%;width:100%}.post-carousel-wrapper .htmega-postslider-layout-1 .content{padding:0}.post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner{background:#33a3b9 none repeat scroll 0 0;transition:0.4s}.post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner{background:rgb(51 163 185 / .8) none repeat scroll 0 0}.post-carousel-wrapper button.slick-arrow{background:#5e5e5e none repeat scroll 0 0;border:0 none;border-radius:100%;color:#fff;font-size:30px;height:50px;left:-20px;margin:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all 0.4s ease-in-out 0s;width:50px;line-height:0;z-index:9999}.post-carousel-wrapper button.htmega-carosul-next.slick-arrow{left:auto;right:-20px}.post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{letter-spacing:0}.post-carousel-wrapper .htmega-postslider-layout-2 .content{padding:0 20px;margin-top:-50px;text-align:center;position:relative;z-index:2;overflow:hidden}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner{background:#fff;padding:20px;border-bottom:4px solid #b5b5b5;padding-top:35px;transition:0.4s ease-in-out;position:relative}.post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner{border-bottom:4px solid #0056ff}.post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner{border:none}.post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner:after{content:"";left:0;height:4px;bottom:0;width:100%;position:absolute;z-index:2;background:#b5b5b5;transition:0.4s ease-in-out;background-image:linear-gradient(90deg,#F9DC03 0%,#F25A75 100%);background-color:#fff0}.post-carousel-wrapper .htmega-postslider-layout-2:hover .content.htmega-gradient .post-inner:after{background-image:linear-gradient(90deg,#09E328 0%,#00C1C6 100%)}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul{justify-content:space-between}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li{color:#8f8f8f;font-size:14px;font-family:'Courgette',cursive}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i{font-size:14px;padding-right:12px;color:#a8a8a8}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a{color:#8f8f8f}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2{font-size:20px;font-weight:600;margin-bottom:11px;line-height:28px;margin-bottom:25px;padding:0 30px}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a{color:#4f4f4f;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p{color:#818181;font-size:14px;line-height:24px;margin-bottom:29px;font-family:"Montserrat",sans-serif;font-weight:300}.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border-radius:0;border-style:none none solid;border-width:0 0 1px;border-color:#fff;color:#fff;display:inline-block;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;height:inherit;line-height:24px;padding:0;transition:all 0.4s ease-in-out 0s}.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover{color:#33a3b9;border-bottom:1px solid #33a3b9;background:#fff0}.post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow{background:#263170 none repeat scroll 0 0;border:0 none;color:#fff;font-size:30px;height:40px;margin:0;padding:0;position:absolute;right:15px;top:-48px;transition:all 0.4s ease-in-out 0s;width:46px;border-radius:0}.post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow{right:66px;left:auto}.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{display:flex;align-items:center}.post-carousel-wrapper .htmega-postslider-layout-4 .content{flex-basis:58%;position:relative;margin-left:-75px;background:#fff;padding:57px 24px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner{background:#fff0 none repeat scroll 0 0;padding:0;text-align:left}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul{justify-content:flex-start}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category{margin:0 -5px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li{margin:0 5px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta{margin:0;margin-bottom:10px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li{color:#8c8c8c;font-size:14px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0 14px;letter-spacing:0;margin-left:0}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i{font-size:16px;padding-right:10px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a{color:#8c8c8c}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2{font-size:20px;font-weight:600;margin-bottom:19px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a{color:#464646;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p{color:#818181;font-size:14px;line-height:24px;font-weight:300;font-family:"Montserrat",sans-serif}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn{color:#464646;transition:0.4s ease-in-out;font-family:"Montserrat",sans-serif;font-weight:500;background:#fff0;border-bottom:1px solid #464646}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover{color:#0056ff;border-bottom:1px solid #0056ff;background:#fff0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner{text-align:left;padding:30px 0}.post-carousel-wrapper .htmega-postslider-layout-5 .content{background:#fff0;padding:0}.post-carousel-wrapper .content .post-inner h2{word-break:break-word}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul{justify-content:flex-start}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta{margin:0 -10px;margin-bottom:7px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{color:#8c8c8c;font-size:14px;font-family:"Montserrat",sans-serif;padding:0 10px;font-weight:500;position:relative;margin:0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before{position:absolute;content:"/";right:0;top:2px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before{display:none}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a{color:#8c8c8c}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2{font-size:24px;font-weight:500;margin-bottom:11px;margin:0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a{color:#2b2b2b;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p{color:#6d6a6a;font-size:17px;line-height:29px;margin-bottom:24px;margin-top:10px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border-bottom:1px solid #464646;font-size:14px;transition:0.4s ease-in-out;font-family:"Montserrat",sans-serif;color:#464646;background:#fff0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover{border-bottom:1px solid #0056ff;color:#0056ff}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow{position:absolute;top:28%;left:15px;width:46px;height:46px;background:#fff;border:0 none;color:#0056ff;font-size:24px;padding:0;margin:0;transition:0.4s ease-in-out;z-index:2;border-radius:0}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover{background:#0056ff;color:#fff}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next{left:auto;right:15px}.post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow,.post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{top:100%}.post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow{top:0}.post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow{right:50px;left:auto}.post-carousel-wrapper.htmega-top-right-arrow button.htmega-carosul-next.slick-arrow{right:0;left:auto}.post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow{right:50px;left:auto}.post-carousel-wrapper.htmega-bottom-right-arrow button.htmega-carosul-next.slick-arrow{right:0;left:auto}.post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{left:50%;margin-left:-40px}.post-carousel-wrapper.htmega-bottom-center-arrow button.htmega-carosul-next.slick-arrow{left:auto;right:50%;margin-right:-40px}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-bottom-center-arrow button.htmega-carosul-prev.slick-arrow{right:auto;left:50%}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{top:50%}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{left:-20px;right:auto}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.htmega-carosul-next.slick-arrow{left:auto;right:-20px}.htmega-justify-single-image .thumb a{display:block}.htmega-justify-single-image .thumb a img{width:100%}.htmega-justify-single-image .thumb{line-height:0}.shapebg_image--1{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/css/img/others/business-shape.png);background-repeat:no-repeat;background-size:cover;background-position:center center}.htmega-business-horurs-1 .business-hrs-inner{padding:70px 65px;margin-top:-15px}.htmega-business-horurs-1 .htmega-single-hrs{margin-top:15px}.htmega-business-horurs-1 .htmega-single-hrs span.time{float:right;font-weight:600;color:#000;font-size:20px;font-family:'Dosis',sans-serif}.htmega-business-horurs-1 .htmega-single-hrs span.day{color:#3b3b3b;font-weight:800;font-size:30px;font-family:'Dosis',sans-serif}.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.time{color:#fa2d2d}.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.day{color:#fa2d2d}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs{padding:16px 0;border-top:1px solid #f4f4f4;position:relative}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:first-child{border-top:1px solid #fff0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{border:1px dashed #fff;content:"";height:42px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:2px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.day{color:#fafafa;font-weight:400;font-size:18px;font-family:"Montserrat",sans-serif;padding-left:40px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:400;color:#fff;font-size:16px;font-family:"Montserrat",sans-serif;padding-right:40px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(odd){background:#ff6f5e}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(even){background:#fe5743}.htmega-business-horurs-3 .business-hrs-inner{padding:20px 30px;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs{padding:10px 22px;margin:4px 0}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span{font-family:'Lobster Two',cursive}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.day{color:#565656;font-weight:400;font-size:20px}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:400;color:#565656;font-size:16px}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day{background:#0056ff}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.time{color:#fff}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.day{color:#fff}.htmega-business-horurs-4 .business-hrs-inner{padding:30px 50px;background-image:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-40.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}.business-hrs-inner h4.hour-title{text-align:center;padding:20px 0;font-size:24px;font-weight:600}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs{padding:17px 0;position:relative}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs:last-child{border:none!important}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span{font-family:"Montserrat",sans-serif}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.day{color:#fff;font-weight:500;font-size:16px}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:300;color:#fff;font-size:14px}.htmega-business-horurs-5 .business-hrs-inner{padding:30px 50px;position:relative;z-index:2}.htmega-business-horurs-5 .business-hrs-inner::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;right:0;background-image:linear-gradient(#d80d5f,#2f46dc);background-image:-webkit-gradient(#d80d5f,#2f46dc);background-image:-webkit-linear-gradient(#d80d5f,#2f46dc);background-image:-moz-linear-gradient(#d80d5f,#2f46dc);background-image:-ms-linear-gradient(#d80d5f,#2f46dc);background-image:-o-linear-gradient(#d80d5f,#2f46dc);z-index:-1}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs{padding:17px 0;position:relative}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{position:absolute;content:"";width:60px;height:2px;left:45%;top:50%;transform:translateX(-50%) translateY(-50%);border:1px dotted #fff}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span{font-family:"Montserrat",sans-serif}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.day{color:#fff;font-weight:500;font-size:16px}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:300;color:#fff;font-size:14px}.htmega-table-style{border-radius:10px 10px 0 0}.htmega-table-style .htb-table{margin:0}.htmega-table-style .htb-table thead{background-color:#612d91}.htmega-table-style .htb-table thead tr th{text-align:center;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #fff}.htmega-table-style table.htb-table tbody>tr:nth-child(odd)>td,.htmega-table-style table.htb-table tbody>tr:nth-child(odd)>th{background:unset}.htmega-table-style .htb-table tbody tr{background:#824f9e}.htmega-table-style .htb-table tbody tr td{text-align:center;border:none;padding:12px 20px;vertical-align:middle;border-bottom:1px solid #fff;color:#fff;font-size:16px;border-right:1px solid #fff}.htmega-table-style .htb-table thead tr th.sorting,.htmega-table-style .htb-table thead tr th.sorting_asc,.htmega-table-style .htb-table thead tr th.sorting_desc{position:relative}.htmega-table-style .htb-table thead tr th.sorting::before,.htmega-table-style .htb-table thead tr th.sorting_asc::before,.htmega-table-style .htb-table thead tr th.sorting_desc::before,.htmega-table-style .htb-table thead tr th.sorting::after,.htmega-table-style .htb-table thead tr th.sorting_desc::after,.htmega-table-style .htb-table thead tr th.sorting_asc::after{position:absolute;content:"\f0d7";right:20px;font-family:FontAwesome;top:50%;transform:translateY(-50%);margin-top:7px;font-size:18px}.htmega-table-style .htb-table thead tr th.sorting::after,.htmega-table-style .htb-table thead tr th.sorting_desc::after,.htmega-table-style .htb-table thead tr th.sorting_asc::after{content:"\f0d8";margin-top:-5px}.htmega-table-style select{width:auto}.ast-container .htmega-table-style select{background-position-y:calc(50%)}.htmega-table-style-2{border-radius:0}.htmega-table-style-2 .htb-table{margin:0}.htmega-table-style-2 .htb-table thead{background-color:#5ac5ff}.htmega-table-style-2 .htb-table thead tr th{text-align:left;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;padding-left:30px;outline:none}.htmega-table-style-2 .htb-table tbody tr{background:#fff}.htmega-table-style-2 .htb-table tbody tr:nth-child(even){background:#f4f4f4}.htmega-table-style-2 .htb-table tbody tr td{text-align:left;border:none;padding:12px 20px;vertical-align:middle;color:#000;font-size:16px;border-right:1px solid #c5c5c5;padding-left:30px;border-left:1px solid #c5c5c5}.htmega-table-style-2 td a{font-size:16px;font-weight:600;color:#18012c}.htmega-table-style-3{border-radius:0}.htmega-table-style-3 .htb-table{margin:0}.htmega-table-style-3 .htb-table thead{background-color:#727272}.htmega-table-style-3 .htb-table thead tr th{text-align:left;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;padding-left:30px}.htmega-table-style-3 .htb-table tbody tr{background:#fff}.htmega-table-style-3 .htb-table tbody tr td{text-align:left;border:none;padding:12px 20px;vertical-align:middle;color:#000;font-size:16px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;padding-left:30px}.htmega-table-style-3 td a{font-size:16px;font-weight:600;color:#18012c}.htmega-table-style table{border:0}.htmega-table-export-btn{display:inline-block;float:right;margin-top:10px;overflow:hidden;background:#824F9E;color:#fff;line-height:1;padding:7px 16px;border-radius:3px;cursor:pointer;transition:all 0.3s ease-in-out}.htmega-table-export-btn:hover{background:#000}.htmega-pricing-list-view a{text-decoration:none}.htmega-pricing-list-view .htb-table{margin:0}.htmega-pricing-list-view .htb-table thead tr th{text-align:center;font-size:16px;font-weight:500;color:#5c5c5c;padding:12px 20px;border-right:1px solid #d4d4d4;border-left:1px solid #d4d4d4;font-family:"Montserrat",sans-serif;text-transform:inherit}.htmega-pricing-list-view .htb-table td.tb-name a{font-size:16px;font-weight:600;color:#18012c}.htmega-pricing-list-view .htb-table tbody tr td{text-align:center;border:none;padding:12px 20px;vertical-align:middle;border-bottom:1px solid #d4d4d4;color:#5c5c5c;font-size:16px;border-right:1px solid #d4d4d4;border-left:1px solid #d4d4d4}.htmega-pricing-list-view .htb-table tbody tr td a{color:#5c5c5c}.table-responsive td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area,.table-responsive .htmega-pricing-table__head-column-cell-text{word-break:initial}.table-responsive.htmega-pricing-list-view{overflow-x:auto}.table-responsive.htmega-pricing-list-view table.table{margin:0}.htmega-pricing-list-view .htmega-pricing-table__head-column-cell-area{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon,.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon{width:auto}.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-icon,.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-icon{width:100%}.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area .htmega-pricing-table__head-column-cell-icon img{width:40%}.htmega-pricing-row-cell span.ht-data-label{padding:5px 8px;border-radius:20px;position:relative;background:#11A683;color:#fff;font-size:10px}.htmega-pricing-table-style-4 table.table,.htmega-pricing-table-style-4 table.table td,.htmega-pricing-table-style-4 table.table th{border:none}.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell,.htmega-pricing-table-style-4 td.htmega-pricing-row-cell{position:relative}.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area:before,.htmega-pricing-table-style-4 td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area:before{position:absolute;content:"";background:#fff0;width:10px;height:10px;left:0;border-radius:50px}.htmega-pricing-row-cell .htmega-button .htb-btn{font-size:14px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table{border-collapse:separate;border-spacing:0 20px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .15);border-radius:50px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:first-child,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:first-child{border-radius:10px 0 0 10px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child{border-radius:0 10px 10px 0}.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon{padding-left:5px}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon{padding-right:5px}.elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .ha-table__body-row-cell-icon,.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .ha-table__body-row-cell-icon{width:100%}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .ha-table__body-row-cell-icon,.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .ha-table__body-row-cell-icon{width:auto}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon{padding-left:5px}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon{padding-right:5px}.htmega-pricing-table-style-2 .htb-table{margin:0}.htmega-pricing-table-style-2 .htb-table thead tr th{vertical-align:bottom;border-bottom:2px solid #dee2e6;padding:0;border:0 none;border-right:1px solid #fff;border-left:1px solid #fff}.htmega-pricing-table-style-2 .htb-table thead tr th:first-child{border:1px solid transparent!important}.htmega-pricing-table-style-2 .htb-table thead tr th span{text-align:center;font-size:24px;font-weight:600;color:#ff6565;font-family:"Montserrat",sans-serif;text-transform:inherit;background:#ffc1c1;display:block;padding:12px 20px;text-transform:initial}.htmega-pricing-table-style-2 .htb-table tbody tr td{text-align:center;border:none;padding:0;border-right:1px solid #fff;border-left:1px solid #fff;border-bottom:1px solid #fff}.htmega-pricing-table-style-2 .htb-table tbody tr td:first-child{border-left:1px solid #fff0;border-bottom:1px solid #fff0}.htmega-pricing-table-style-2 .htb-table tbody tr td span{padding:12px 20px;vertical-align:middle;color:#fff;font-size:16px;background:#ff8686;display:block}.htmega-pricing-table-style-2 .htb-table tbody tr td span i{color:#fff;font-size:16px}.htmega-pricing-table-style-2 .htb-table tbody tr td a{color:#fff}.htmega-pricing-table-style-2 .htb-table td.tb-name a{font-size:16px;font-weight:600;color:#18012c}.htmega-pricing-table-style-3 ul{list-style:none;padding:0;margin:0}.htmega-pricing-table-style-3 ul li{margin-bottom:25px}.htmega-pricing-table-style-3 ul li a{display:flex;flex-wrap:wrap;list-style:none;align-items:center}.htmega-pricing-table-style-3 ul li a .price-list-text{flex:1;min-width:1px;align-items:center;display:flex;flex-wrap:wrap}.htmega-pricing-table-style-3 ul li a .price-list-text span{color:#373737;font-weight:600;font-size:20px}.htmega-pricing-table-style-3 ul li a .price-list-text span.separator{margin-left:20px;border-bottom-style:dotted;border-bottom-width:1px;height:0;color:#ccc;border-bottom-style:dashed;border-bottom-color:#b9b9b9;flex:1;min-width:1px}.htmega-pricing-table-style-3 ul li a .price-text-right{width:auto;padding-left:20px}.htmega-pricing-table-style-3 ul li a .price-text-right span.price{background:#ff8686;display:inline-block;color:#fff;font-weight:600;font-size:20px;height:45px;padding:0 33px;line-height:46px;margin-right:10px;border-radius:22px}.htmega-pricing-table-style-3 ul li a .price-text-right span.basket{display:inline-block;background:#ff9898;height:45px;line-height:44px;width:45px;text-align:center;border-radius:100%;color:#fff;font-size:18px}.htc-verctimeline-wrapper{position:relative;margin-top:30px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-2::before{content:"";position:absolute;left:50%;top:0;width:6px;background:#18012c;height:100%;margin-left:-1px;border-radius:20px}.htc-verctimeline-wrapper .ht-ver-timeline{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:30px 0;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline::before{content:"";position:absolute;left:50%;top:0;width:2px;background:#d2d2d2;height:100%;margin-left:-1px}.htc-verctimeline-wrapper .ht-ver-timeline:last-child::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time{width:50%;text-align:right;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative;top:-53px;padding-right:30px;padding-left:0}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before{position:absolute;content:"";right:-15px;top:50%;margin-top:-15px;height:30px;width:30px;border:7px solid #e98250;border-radius:100%;background:#fff;transform:translateY(-50%)}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date{width:100px;border:13px solid #f88a55;text-align:center;display:inline-block;height:100px;border-radius:100%;background:#fff;position:relative;top:-15px;margin-right:11px}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before,.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before{position:absolute;content:"";left:100%;top:50%;height:10px;width:10px;border-top:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff0;border-left:15px solid #f58854;transform:translateY(-50%);margin-left:12px}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span{display:block;color:#fc8c56;font-size:18px;font-weight:500;line-height:28px;font-family:"Montserrat",sans-serif;height:100%;display:flex;align-items:center;justify-content:center}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content{padding-left:123px;text-align:left;width:50%;position:relative;top:-30px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{position:absolute;content:"";border-style:dashed;left:25px;height:1px;width:80px;border-width:0 0 2px;top:11px;border-color:#f38753}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p{color:#494849;font-size:14px;line-height:28px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time{text-align:left;padding-left:30px;padding-right:0}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time::before{right:auto;left:-15px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date{margin-right:0;margin-left:11px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before{right:115%;left:auto;border-top:10px solid #fff0;border-right:15px solid #fc8c56;border-bottom:10px solid #fff0;border-left:10px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content{padding-left:0;padding-right:123px;text-align:right}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content::before{left:auto;right:25px}h6.time_line_title{margin-top:0;margin-bottom:10px;padding:0;line-height:1.3;font-size:19px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content{padding-left:40px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .timeline-content{padding-right:40px;padding-left:0}.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before,.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before{display:none}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date{border:none;padding:12px}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date:after,.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after{position:absolute;background:#e98250;height:100%;width:100%;content:"";top:0;left:0;border-radius:100%}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date span.month{position:relative;z-index:2;background:#fff;border-radius:100%;height:100%;width:100%;top:0;bottom:0;margin:0;display:flex;align-items:center;justify-content:center;padding:5px}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date::before{left:99%;margin:0}.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before{right:99%}.htc-verctimeline-wrapper .ht-ver-timeline--2{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:40px 0 0;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--2::before{position:absolute;content:"";width:6px;height:100%;background:#cf2037;left:50%;transform:translateX(-1px);top:0;transition:0.4s ease-in-out;opacity:0;border-radius:20px}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before{opacity:1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time{width:50%;text-align:right;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative;padding-right:40px}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time::before{position:absolute;content:"";right:-12px;top:50%;margin-top:0;height:20px;width:20px;border:6px solid #18012c;border-radius:100%;background:#fff;transform:translateY(-50%);transition:0.4s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span{display:block;color:#18012c;font-size:18px;font-weight:700;line-height:28px;font-family:"Montserrat",sans-serif}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before{border:6px solid #cf2037}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content{padding-left:40px;text-align:left;width:50%;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content h6{color:#18012c;font-size:18px;font-weight:700;transition:0.4s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p{color:#313131;font-size:15px;line-height:25px;font-family:"Montserrat",sans-serif}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6{color:#cf2037}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time{text-align:left;padding-left:40px;padding-right:0}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time::before{right:auto;left:-9px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date{margin-right:0;margin-left:11px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .timeline-content{padding-left:0;padding-right:40px;text-align:right}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month{display:inline-block;position:relative;z-index:1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after{border-radius:0;background:#fff0;z-index:-1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before{margin:0;border-top:8px solid #fff0;border-right:8px solid #fff0;border-bottom:8px solid #fff0;border-left:12px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date span.month:before{right:100%;left:auto;border-top:8px solid #fff0;border-right:12px solid #fff0;border-bottom:8px solid #fff0;border-left:8px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline--3{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--3::before{content:"";position:absolute;left:50%;top:0;width:3px;background:#f4f4f4;height:100%;margin-left:-2px}.htc-verctimeline-wrapper .ht-ver-timeline--3:last-child::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time{width:50%;text-align:right;padding:0 40px;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time .vertical-date span{display:block;color:#18012c;font-size:30px;font-weight:700;line-height:28px;font-family:"Montserrat",sans-serif;position:absolute;left:100%;width:60px;height:60px;background:#f4f4f4;text-align:center;line-height:60px;border-radius:100%;top:0;transform:translateX(-50%);transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content{padding-left:67px;text-align:left;width:50%;position:relative;top:0}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content{background:#fff;box-shadow:0 0 97px rgb(0 0 0 / .1);padding:38px 30px;position:relative;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content::before{right:100%;left:auto;border-top:10px solid #fff0;border-right:20px solid #fff;border-bottom:10px solid #fff0;border-left:10px solid #fff0;position:absolute;content:"";margin-top:-15px;height:10px;width:10px;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content h6{color:#18012c;font-size:18px;font-weight:700;transition:0.4s ease-in-out;margin-bottom:8px}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content p{color:#18012c;font-size:14px;line-height:28px;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time{text-align:left;padding:0 40px}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time .vertical-date span{left:auto;right:100%;transform:translateX(50%)}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content{padding-right:67px;text-align:right;padding-left:0}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content .content::before{left:100%;right:auto;border-top:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff0;border-left:15px solid #fff}@media (max-width:767px){.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time{padding-right:30px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time{padding-left:30px}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time,.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time{width:auto;padding:0 18px}.htc-verctimeline-wrapper .ht-ver-timeline--3::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3{margin-bottom:30px}}.offcanvas{text-align:center}.offcanvas .canvas-btn{display:inline-block;color:#fff;font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;padding:13px 36px;line-height:1.4;border-radius:4px;background:#fa9866;text-decoration:none}.offcanvas svg{width:20px;vertical-align:middle}.site-menu .searchform input[type="text"]{color:#fff}.site-menu.show-nav{-webkit-transform:translateX(440px);transform:translateX(440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}.site-menu{width:440px;height:100%;position:fixed;top:0;left:-440px;background:#000;transform:translateX(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:300ms ease all;transition:300ms ease all;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:99;overflow-y:auto;padding-top:80px}.admin-bar .site-menu{padding-top:120px}.site-menu a.canvas-closebtn i{border:1px solid #fff;color:#fff;padding:9px;position:absolute;right:20px;top:20px}.admin-bar .site-menu a.canvas-closebtn i{top:60px}.site-menu.align-right-active{transform:translateX(0)}.site-menu.align-right-active.show-nav{-webkit-transform:translateX(-440px);transform:translateX(-440px);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}.site-menu.align-right-active{left:auto;right:-440px}.site-menu.align-top-active{transform:translateY(0)}.site-menu.align-top-active.show-nav{-webkit-transform:translateY(150px);transform:translateY(150px);-webkit-transform:translate3d(0,150px,0);transform:translate3d(0,150px,0)}.site-menu.align-bottom-active{transform:translateY(0)}.site-menu.align-bottom-active.show-nav{-webkit-transform:translateY(-150px);transform:translateY(-150px);-webkit-transform:translate3d(0,-150px,0);transform:translate3d(0,-150px,0)}.site-menu.align-bottom-active,.site-menu.align-top-active{left:0;right:auto;bottom:-150px;top:auto;width:100%;height:150px}.site-menu.align-top-active{top:-150px;bottom:auto;width:100%;height:150px}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul{padding:0;margin:0;list-style:none}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a{color:#fff;font-size:15px;display:block;padding:13px 0;border-top:1px solid #414141;text-transform:uppercase;text-decoration:none}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a{border-top:1px solid #fff0}.site-menu .content_offcanvas .blog-search{margin:0 70px}.site-menu .content_offcanvas .blog-search form input,.site-menu .content_offcanvas_verticle .blog-search form input{border-radius:20px;height:40px}.site-menu .content_offcanvas .blog-search form button,.site-menu .content_offcanvas_verticle .blog-search form button{height:40px}.site-menu .content_offcanvas .blog-search form button:hover,.site-menu .content_offcanvas_verticle .blog-search form button:hover{color:#fff}.site-menu .content_offcanvas_verticle .linemenu-nav ul li{margin:0 10px}.admin-bar .site-menu.align-top-active,.site-menu.align-bottom-active{padding-top:40px!important}.admin-bar .site-menu.align-top-active .elementor-image{margin-top:7px}.site-menu.align-top-active a.canvas-closebtn i,.site-menu.align-bottom-active a.canvas-closebtn i{z-index:999}.magnifier-lens{cursor:pointer}.htmega-animated-heading{text-align:center}.htmega-animated-heading .cd-words-wrapper b{color:#0056ff}.htmega-style-1 h4{color:#515151;font-size:36px;margin:0;font-weight:600}.htmega-style-2 h4 span.beforetext{padding:.25em 0 .325em;margin:0 auto;text-shadow:0 0 80px rgb(255 255 255 / .5);font-size:60px;color:#515151;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;-webkit-animation:bgimganimation 80s linear infinite;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;background-color:#007bff}.htmega-style-3 h4{color:#515151;font-size:60px;font-weight:700;margin:0}.htmega-style-4 h4{vertical-align:middle;text-align:center;font-size:36px;color:#4e4e4e;font-weight:400;font-style:italic}.htmega-style-5 h4{font-size:36px}.htmega-style-6 h4{text-align:center;font-size:36px;color:#515151;font-weight:400;margin:0}.htmega-style-6 .cd-words-wrapper b{font-style:italic;font-size:48px;color:#0056ff;margin-top:-9px}.cd-headline.loading-bar .cd-words-wrapper::after{background:#0056ff}.htmega-animated-heading .cd-headline::before{font-size:100px;font-weight:100;position:absolute;z-index:-1;top:0;left:50%;content:attr(data-pltext);-webkit-transform:translateX(-50%) translateY(-14px);-ms-transform:translateX(-50%) translateY(-14px);transform:translateX(-50%) translateY(-14px);text-transform:uppercase;color:#2e98fb24;white-space:nowrap;margin-top:-15px}.htmega-animated-heading .headline-placeholder{position:relative;z-index:1}.htmega-animated-alignment-left .cd-headline::before,.htmega-animated-alignment-right .cd-headline::before{left:0;-webkit-transform:translateX(0) translateY(-14px);-ms-transform:translateX(0) translateY(-14px);transform:translateX(0) translateY(-14px)}.htmega-animated-alignment-right .cd-headline::before{left:auto;right:0}.htmega-carousel-activation{position:relative}.htmega-carousel-activation .panel-slider .content h2{margin-top:0}.panel-slider-wrapper.htmega-carousel-activation .slick-track{margin:0 -2px}.panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide{padding:0 2px}.panel-slider-wrapper.htmega-carousel-activation button{position:absolute;top:50%;left:70px;z-index:2;width:50px;height:50px;border-radius:100%;line-height:50px;color:#fff;background:rgb(255 255 255 / .5);border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:24px;padding:0}.panel-slider-wrapper.htmega-carousel-activation button svg{width:20px;height:20px}.panel-slider-wrapper.htmega-carousel-activation button:hover svg{fill:#000}.panel-slider-wrapper.htmega-carousel-activation button:hover{background:rgb(24 1 44 / .5)}.panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next{left:auto;right:70px}.panel-slider{position:relative}.panel-slider .content{position:absolute;bottom:0;left:0;padding:33px 40px;background:rgb(0 0 0 / .45);width:100%}.panel-slider .content h2{color:#fff;font-size:18px;font-weight:500;margin-bottom:8px}.panel-slider .content h2 a{color:inherit;font-size:inherit;font-family:inherit;text-decoration:none}.panel-slider .content span{color:#fff;font-size:16px}.panel-slide-active-2 .slick-slide{margin:0 2px}.panel_slider_style-1 .htmega-carousel-activation .panel-slider .content{opacity:0;transition:all 0.3s ease-in-out;z-index:-1}.panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content{opacity:1;z-index:1}.panel-slider .thumb img{width:100%}.panel_slider_area .slick-slide>div{line-height:0}.panel_slider_area .slick-slide>div *{line-height:normal}.panel_slider_style-2 .htmega-carousel-activation .slick-track{margin:0 -2px}.panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide{padding:0 2px}.panel_slider_style-2 .htmega-carousel-activation button{position:absolute;top:50%;left:50px;z-index:2;color:#000;border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:36px}.panel_slider_style-2 .htmega-carousel-activation button:hover{color:#18012c}.panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next{left:auto;right:50px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider{position:relative}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img{width:100%}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content{position:absolute;bottom:0;padding:33px 40px;background:rgb(0 0 0 / .8);text-align:center;left:0;width:100%;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-webkit-transform:translateY(110%);-moz-transform:translateY(110%);transform:translateY(110%);opacity:0}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2{color:#fff;font-size:18px;font-weight:500;margin-bottom:8px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span{color:#fff;font-size:16px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);opacity:1}.htmega-custom-width .htmega-carousel-activation .slick-active:not(.slick-center) .panel-slider .content{display:none}.panel_slider_style-3 .panel-slider .content-inner{-webkit-transition:opacity .15s 0s;-moz-transition:opacity .15s 0s;transition:opacity .15s 0s;position:absolute;width:100%;text-align:center;height:100%;top:0}.panel_slider_style-3 .panel-slider .content-inner::after{content:'';position:absolute;top:-100%;left:0;height:100%;width:100%;background:#000;-webkit-transition:top .35s;-moz-transition:top .35s;transition:top .35s}.panel_slider_style-3 .panel-slider .content-inner .content{position:absolute;z-index:2;width:100%;top:50%;transform:translateY(-50%);transition:0.4s ease-in-out;opacity:0;bottom:auto;background:transparent!important}.panel_slider_style-3 .panel-slider .content-inner .content h2{color:#fff;margin-bottom:10px;font-size:30px}.panel_slider_style-3 .panel-slider:hover .content-inner::after{top:0}.panel_slider_style-3 .panel-slider:hover .content-inner .content{opacity:1}.panel_slider_style-4 .htmega-carousel-activation button{position:absolute;top:50%;left:0;z-index:2;width:50px;height:50px;border-radius:100%;line-height:50px;color:#000;border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:24px;border:1px solid #000}.panel_slider_style-4 .htmega-carousel-activation button:hover{border:1px solid #fff;color:#fff}.panel_slider_style-4 .htmega-carousel-activation button.slick-arrow{left:140px}.panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next{left:auto;right:140px}.panel_slider_style-4 .htmega-carousel-activation .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.panel_slider_style-4 .htmega-carousel-activation .panel-slider{position:relative;transition:all 0.3s ease 0s}.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider{transform:scale(1.3);z-index:2}.panel_slider_style-4 .htmega-carousel-activation .panel-slider{position:relative;transform:scale(.9)}.panel_slider_style-4 .htmega-carousel-activation .panel-slider::before{background:rgb(255 255 255 / .7);position:absolute;content:"";left:0;top:0;width:100%;height:100%;transition:0.3s ease-in-out}.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before{display:none}.panel_slider_style-4 .htmega-carousel-activation{margin:0 -70px}.panel_slider_style-4 .htmega-carousel-activation .thumb img{width:100%}.panel_slider_style-4 .htmega-carousel-activation .slick-slide{margin:0 70px}.ht-scroll-image{position:relative;border-style:solid;border-width:20px 20px 20px 20px;border-color:#fff;border-radius:5px 5px 5px 5px;box-shadow:0 8px 20px 0 rgb(0 0 0 / .1);overflow:hidden}.ht-scroll-image .thumb{min-height:600px;transition:background-position 6s ease-in-out;-webkit-transition:background-position 6s ease-in-out;border-style:solid;border-width:0 0 0 0;display:block;position:relative;width:100%;background-repeat:no-repeat;background-size:cover;overflow:hidden;border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;border-right:1px solid #f2f2f2;transition-duration:3s}.ht-scroll-image .thumb:hover{background-position:left bottom!important}.ht-vtr-direction-bottom.ht-scroll-image .thumb{background-position:bottom}.ht-vtr-direction-bottom.ht-scroll-image .thumb:hover{background-position:left top!important}.ht-htr-direction-left.ht-scroll-image .thumb{background-position:left center}.ht-htr-direction-left.ht-scroll-image .thumb:hover{background-position:right center!important}.ht-htr-direction-right.ht-scroll-image .thumb{background-position:right center}.ht-htr-direction-right.ht-scroll-image .thumb:hover{background-position:left center!important}.ht-scroll-type-vertical .ht-scroll-image-wrapper,.ht-scroll-type-horizontal .ht-scroll-image-wrapper{overflow:hidden;height:600px;position:relative}.ht-scroll-type-vertical .ht-scroll-image-wrapper{overflow-y:auto}.ht-scroll-type-horizontal .ht-scroll-image-wrapper{overflow-x:auto}.ht-scroll-type-horizontal.ht-scroll-image .thumb img,.ht-scroll-type-horizontal.ht-scroll-image .thumb{max-width:max-content;height:100%;width:max-content}.ht-scroll-type-vertical.ht-scroll-image .thumb,.ht-scroll-type-horizontal.ht-scroll-image .thumb{height:auto!important;min-height:auto!important;overflow:visible}.ht-scroll-image-overlay{content:"";background:#0000004a;width:100%;height:100%;position:absolute;z-index:5;left:0;top:0;transition:all 0.3s ease-in-out}.ht-scroll-image:hover .ht-scroll-image-overlay{opacity:0;visibility:hidden}.ht-scroll-image span.htmega-badge{position:absolute;left:0;top:0;border:1px solid #fff0;border-radius:50px;padding:10px 20px;z-index:9;background:#fff;margin:15px;font-size:13px;line-height:1}.ht-scroll-indicator{display:inline-block;position:absolute;height:auto;top:50%;left:50%;text-align:center;z-index:8;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all 0.3s ease-in-out}.ht-scroll-indicator svg{width:78px}.ht-scroll-type-horizontal .ht-scroll-indicator{margin-top:-9px}.ht-scroll-type-vertical .ht-scroll-indicator{margin-left:-9px}.ht-scroll-image:hover .ht-scroll-indicator{opacity:0;visibility:hidden}.ht-scroll-image .thumb{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.ht-event{align-items:center;border:1px solid #efefef;border-radius:10px;display:flex;margin-top:40px;padding:10px}.ht-event .thumb{flex-basis:50%;position:relative}.ht-event .thumb a img{width:100%}.ht-event .content{flex-basis:50%;padding-left:27px}.ht-event .thumb .event-date{background:#141414 none repeat scroll 0 0;color:#fff;padding:8px 0;position:absolute;right:-13px;text-align:center;top:0;width:60px}.ht-event .thumb .event-date span{display:block;font-size:20px;font-style:italic;font-weight:500}.ht-event .content h4{font-size:18px;margin-bottom:15px;margin-top:0}.ht-event .content ul.event-time{display:flex;list-style:outside none none;margin:0;padding:0}.ht-event .content ul.event-time li{color:#909090;font-size:14px}.ht-event .content ul.event-time li i{color:#56a4b1;padding-right:10px}.ht-event .content p{color:#727272;font-size:14px;line-height:24px;margin-top:10px}.ht-event .content .event-btn a{border-bottom:1px solid #727272;color:#727272;font-size:14px;font-weight:500;transition:all 0.4s ease-in-out 0s}.ht-event .content ul.event-time li+li{margin-left:15px;padding-left:15px;position:relative}.ht-event .content ul.event-time li+li::before{background:#9f9f9f none repeat scroll 0 0;content:"";height:15px;left:0;position:absolute;top:28%;width:2px}#htmega-google-map{width:100%}.htmega-google-map-inilasije{position:relative}.htmega-google-map-address-{position:absolute}.htmega-google-map-address-yes{position:absolute;z-index:3;color:#000;background:#fff;right:10%;top:50%;transform:translateY(-50%);max-width:265px;padding:30px;border-radius:10px}.htmega-google-map-address-yes span{font-family:"Montserrat",Sans-serif;font-size:16px;font-weight:700;text-decoration:underline}.htmega-google-map-address-yes p{margin:0}.htmega-baloon-text span{font-weight:600}.header-transparent .mean-container .mean-nav{background:#111 none repeat scroll 0 0;float:left;width:100%}.header-transparent a.meanmenu-reveal i{color:#fff}.mean-container .mean-nav>ul{padding:0}.header-transparent .mean-container .mean-nav a.mean-expand{color:#fff!important}.mean-container .mean-nav>ul li ul{padding-left:10px}.header-transparent .mean-nav ul li a{border-color:#eee;color:#fff;padding:6px 30px 6px 10px}#site-navigation-wrap .dropdown-menu{background-color:inherit;border:inherit;border-radius:inherit;color:inherit;display:block;float:inherit;font-size:inherit;font-family:inherit;list-style:outside none none;margin:0;min-width:inherit;padding:0;position:static;text-align:inherit;z-index:inherit;background-clip:inherit}#site-navigation-wrap .dropdown-menu a{text-decoration:none;color:inherit}.htmega-search-box .btn{font-family:fontawesome;padding:0}.htmega-search-box .fa{font-family:fontawesome}.woocommerce .col-1,.woocommerce .col-2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.woocommerce .form-row{display:block}@media (min-width:992px) and (max-width:1199px){.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}}@media (min-width:768px) and (max-width:991px){.htmega-banner-style-4 .banner-content{padding-left:20px;padding-right:20px;padding-top:20px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmega-banner-style-4 .banner-content h2{margin-top:0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{left:40%}.htmega-btn-size-md{padding:16px 25px!important}.htmega-btn-size-xl{padding:35px 30px!important}.htmega-btn-size-lg{padding:25px 30px!important}.htmega-btn-size-sm{padding:8px 20px!important}.htmega-call-to-action .text-right{margin-top:10px;text-align:left!important}.callto-action-style-3::before{display:none}.htmega-newsticker-style-1 .breaking-news-title h5{padding:0 15px}.htmega-team-style-3 .htmega-team-click-action{margin-bottom:-60px}.htmega-social-network li{margin:3px 0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{margin-top:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{margin-bottom:0;margin-top:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span{margin-bottom:3px}.htmega-team .htmega-team-hover-action .htmega-team-hover p{padding:0 5px}.htmega-testimonial-style-5 .testimonial-shape{bottom:45%}.htmega-countbox .ht-count{margin:0 22px 10px}.title-style-two .section-title-txt{padding:0 14%}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner{padding:35px 0 20px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{font-size:13px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li{width:25%}.htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-process-area{background-image:none!important}.htmega-process-column-5 .htmega-single-process-area{flex:0 0 50%;max-width:50%}}@media (max-width:767px){.htmega-tab-nav a{margin:0 5px 10px}.htmega-tab-menu-style-2 a{margin:0 10px 10px}.htmega-tab-menu-style-3 a{margin:5px 3px -1px}.htmega-tab-style-5 .htmega-tab-nav,.htmega-tab-style-5 .htmega-tab-content-area{max-width:100%;flex:0 0 100%}.htmega-tab-style-5 .htmega-tab-content-area{border-left:0}.single-partner{margin-bottom:20px;width:auto}.htmega-brands-style-2 ul.brand-list li{border-right:0 none;margin:0 auto;width:50%}.htmega-brands-style-4 ul.brand-list li{border:0 none;padding:25px 15px;width:50%}.htmega-brands-style-5 .brand-logo-col{flex:0 0 50%;max-width:50%}.htmega-business-horurs-1 .business-hrs-inner{padding:70px 0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before,.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{display:none}.htmega-business-horurs-5 .business-hrs-inner,.htmega-business-horurs-4 .business-hrs-inner{padding:30px 20px}.htmega-business-horurs-3 .business-hrs-inner{padding:20px}.htmega-call-to-action .text-right{margin-top:10px;text-align:left!important}.callto-action-style-3::before{display:none}.callto-action-style-3 .htmega-content{display:block}.callto-action-style-7 .call-to-action-inner{padding:0}.htmega-countbox .ht-count::before{display:none}.htmega-countbox .ht-count{margin:0 22px 15px!important}.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel{transform:scale(1)}.ht-custom-carousel.slick-slider .slick-list,.ht-custom-carousel.slick-slider .slick-track{padding:0!important}.htmega-carousel-style-6 .slick-dots li{padding:30px 35px}.htmega-table-style .dataTables_wrapper{overflow-x:auto}.edd_download_columns_0 .edd_download,.edd_download_columns_3 .edd_download{width:100%}.custom-col-5{flex:0 0 100%;max-width:100%;width:100%}a.instagram_follow_btn{margin-top:20px}a.instagram_follow_btn span{font-size:12px;padding:0 5px}.htmega-lightbox img{width:100%}.htmega-mailchimp-style-3 .htmega-input-box input{max-width:inherit;width:auto}.htmega-team-style-3 .htmega-team-click-action{margin-bottom:-58px}.htmega-testimonial-style-5 .testimonial-shape{bottom:38%}.htmega-testimonial-for .testimonial-desc p{padding:0 3%}.htmega-testimonial-style-6,.htmega-testimonial-style-8{padding:0}.htmega-testimonal-nav.slick-slider{max-width:100%}.htmega-testimonial-style-4 .testimonal .testimonal-image{float:none;padding-right:0}.htmega-testimonial-style-4 .testimonal .testimonal-image::after,.htmega-testimonial-style-4 .testimonal .testimonal-image::before{display:none}.htmega-testimonial-style-4 .testimonal .content{padding-left:0;padding-top:20px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content{padding-left:25px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content{padding-right:25px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content{padding-left:60px;width:100%}.htmega-process-area{background-image:none!important}.htmega-process-column-4 .htmega-single-process-area,.htmega-process-column-5 .htmega-single-process-area{flex:0 0 100%;max-width:100%}.htmega-process-column-3 .htmega-single-process-area{flex:0 0 100%;margin-bottom:30px;max-width:100%}.htmega-process-style-2 .htmega-number::before{display:none}.htmega-process-style-4{height:auto;width:auto}.htmega-process-style-4 .htmega-single-process-area{position:inherit}.htmega-process-style-4 .htmega-single-process-area:nth-child(2),.htmega-process-style-4 .htmega-single-process-area:nth-child(4){top:0}.elementor-widget-htmega-scrollnavigation-addons .swiper-slide{height:100vh!important}.scroll-navigation-inner .elementor-image{display:none}.elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image{display:block}.htmega_mobile_fit.elementor-section.elementor-section-height-full{height:100vh}.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container{align-items:center}.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container{align-items:center;height:100%}.ht-event{display:block}.ht-event .thumb{margin-bottom:20px}.htmega-postcarousel-layout-3 .slick-arrow{display:none!important}.htmega-countbox .ht-count{margin:0 22px 10px}.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after{display:none}figure.gallery-item{margin-top:20px!important}.htmega-switcher-nav.nav{background:#fff0 none repeat scroll 0 0}.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{display:block}.post-carousel-wrapper .htmega-postslider-layout-4 .content{margin-left:0;padding:30px 20px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{font-size:13px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmegainstagram-column-mobile-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-mobile-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-mobile-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-mobile-4 .htmega-instragram ul.htmega-instagram-list li{width:25%}.htmegainstagram-column-mobile-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-mobile-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-postslider-layout-1 .content,.htmega-postslider-layout-4 .content{position:static;max-width:100%;padding:0}.post-carousel-wrapper .htmega-postslider-layout-1 .content{position:absolute}.thumb-st-layout-4 .content{position:absolute}.thumb-st-layout-4.htmega-postslider-area ul.slick-dots{width:80px}}[class*='htmega-'] svg{height:auto}[class*='htmega-'] svg path{transition:all 0.3s ease-in-out}[class*='htmega-']>div{overflow-wrap:break-word;word-break:break-word}[class*='htmega-'] [type=button]:focus,[class*='htmega-'] [type=submit]:focus,[class*='htmega-'] button:focus{outline:none}.ht-countdown-flip{display:flex;flex-wrap:wrap;justify-content:center;width:100%;height:auto;border-radius:5px}.ht-countdown-flip .htmega-time .htmega-time-inner{position:relative;display:block;width:170px;height:180px;transform:translateZ(0);transform:translate3d(0,0,0);text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:479px;border:2px solid #E7E7E7;border-radius:10px}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:52px;height:36px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-flip .htmega-time .htmega-time-inner{height:46px}}@media only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:40px;height:28px}}@media only screen and (max-width:575px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:60px;height:46px}}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:96px;line-height:180px;position:absolute;top:0;display:flex;overflow:hidden;justify-content:center;width:100%!important;transform:translateZ(0);color:#FFF;background-color:#272626;transform-style:flat;font-family:'Montserrat';padding:0;border:none}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:24px;line-height:36px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{line-height:46px}}@media only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:20px;line-height:28px}}@media only screen and (max-width:575px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:36px;line-height:50px}}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top{height:50%;transform-origin:50% 100%;border-radius:10px 10px 0 0}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top.htmega-curr{z-index:3;transform:rotateX(0deg)}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom{line-height:0;top:50%;height:50%;transform-origin:50% 0;border-top:1px solid #FFF;border-radius:0 0 10px 10px}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom.htmega-next{z-index:2;transform:rotateX(90deg)}.ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-top.htmega-curr{transition:all 250ms ease-in-out;transform:rotateX(-90deg)}.ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-bottom.htmega-next{transition:all 250ms ease-in-out 250ms;transform:rotateX(0deg)}.ht-countdown-flip .htmega-time .htmega-label{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:600;line-height:1.25;display:block;width:100%;margin-top:8px;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-label{margin-top:4px}}.ht-countdown-default{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;border-radius:5px}.ht-countdown-default .htmega-time .ht-count{font-size:36px;line-height:50px;display:flex;justify-content:center;width:60px;color:#FFF;border-radius:5px;background-color:#272626}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-default .htmega-time .ht-count{font-size:24px;line-height:36px;width:52px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-default .htmega-time .ht-count{line-height:46px}}@media only screen and (max-width:767px){.ht-countdown-default .htmega-time .ht-count{font-size:20px;line-height:28px;width:40px}}@media only screen and (max-width:575px){.ht-countdown-default .htmega-time .ht-count{font-size:36px;line-height:46px;width:60px}}.ht-countdown-default .htmega-time .htmega-label{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:600;line-height:1.25;display:block;width:100%;margin-top:8px;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px){.ht-countdown-default .htmega-time .htmega-label{margin-top:4px}}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-days .ht-count{background:#F8575A}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-hours .ht-count{background:#2ACC77}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-mins .ht-count{background:#F6BD56}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-secs .ht-count{background:#508BFF}.ht-countdown-flip .htmega-time .htmega-time-inner:before{content:'';position:absolute;left:-11px;height:20px;width:20px;background:#fff;top:50%;z-index:99;border-radius:100% 100% 100% 100%;transform:translateY(-50%)}.ht-countdown-flip .htmega-time .htmega-time-inner:after{content:'';position:absolute;right:-11px;height:20px;width:20px;background:#fff;top:50%;z-index:99;border-radius:100% 100% 100% 100%;transform:translateY(-50%)}.htmega-table-style .dataTables_wrapper .dataTables_length{border:1px solid #dfdfe5;padding:0 30px}.htmega-table-style .dataTables_wrapper .dataTables_filter input{border:1px solid #dfdfe5;background:#fff0}.htmega-table-style .dataTables_wrapper .dataTables_filter input[type="search"]:focus{color:#333;outline:none}.htmega-table-style .dataTables_wrapper .dataTables_paginate{border:1px solid #dfdfe5}.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button{padding:8px 25px}.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current,.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#824F9E;color:#fff!important;border:1px solid #824f9e;padding:8px 20px}.htmega-table-style .dataTables_wrapper .dataTables_paginate{padding-top:0}.htmega-table-style select{width:auto;border:0;margin-right:5px;margin-left:5px}.htmega-table-style select:focus-visible{outline:1px solid #ddd}.htmega-table-style,.htmega-table-style.htb-table-responsive{word-break:initial}.htmega-table-style .dataTables_wrapper label{display:inline-flex;word-break:normal;align-items:center}.htmega-error-notice{background:#efefef;padding:10px 17px;border-left:4px solid red;font-size:19px;color:#8b4343}.htmega-pro-load-more-wrapper{display:block;margin-top:30px;text-align:center}.htmega-loadmore-button{display:inline-flex;background:#4FACFE;padding:10px 25px;color:#fff;cursor:pointer;transition:all 0.3s ease-in-out}.htmega-loader-img{margin-left:5px;display:inline-flex;justify-content:center;align-items:center}.htmega-loadmore-button:hover .htmega-loader-img img,.htmega-infinity-loading.htmega-loadmore-button .htmega-loader-img img{-webkit-animation:mymove 0.6s infinite;animation:mymove 0.6s infinite}@-webkit-keyframes mymove{from{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes mymove{from{transform:rotate(0)}to{transform:rotate(180deg)}}.htmega-load-item-effect{animation:append-animate .5s linear}@keyframes append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:767px){.htmega-testimonial-style-12 .testimonal{align-items:start;flex-direction:column;gap:30px}.htmega-testimonial-style-12 .testimonal .content{padding-left:0}.htmega-testimonial-style-3 .testimonal img{float:none}.htmega-testimonial-style-3 .testimonal .content{padding-left:0;padding-top:15px}}hr,img{border:0}body,figure{margin:0}.btn-group>.btn-group,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{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[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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}#searchform #searchsubmit>.caret,#searchform .dropup>#searchsubmit>.caret,#wp-calendar #next .dropup>a>.caret,#wp-calendar #next a>.caret,#wp-calendar #prev .dropup>a>.caret,#wp-calendar #prev a>.caret,#wp-calendar td .dropup>a>.caret,#wp-calendar td a>.caret,.btn>.caret,.comment-reply-link>.caret,.comment-respond #submit>.caret,.comment-respond .dropup>#submit>.caret,.dropup>#searchform #searchsubmit>.caret,.dropup>#wp-calendar #next a>.caret,.dropup>#wp-calendar #prev a>.caret,.dropup>#wp-calendar td a>.caret,.dropup>.btn>.caret,.dropup>.comment-reply-link>.caret,.dropup>.comment-respond #submit>.caret{border-top-color:#000!important}.label{border:1px solid #000}#wp-calendar,.table,table{border-collapse:collapse!important}#wp-calendar td,#wp-calendar th,.table td,.table th,table td,table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.img-thumbnail,body{background-color:#fff}@font-face{font-family:'Glyphicons Halflings';src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.eot);src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover{color:#23527c;text-decoration:underline}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dd,dt{line-height:1.42857}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clear,.clearfix:after,.container-fluid:after,.container:after,.dropdown-menu>li>a,.form-horizontal .form-group:after,.modal-footer:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}legend,pre{color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-left:15px;padding-right:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}caption{padding-top:8px;padding-bottom:8px;color:#777}#wp-calendar,.table,table{width:100%;max-width:100%;margin-bottom:20px}#wp-calendar>tbody>tr>td,#wp-calendar>tbody>tr>th,#wp-calendar>tfoot>tr>td,#wp-calendar>tfoot>tr>th,#wp-calendar>thead>tr>td,#wp-calendar>thead>tr>th,.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}#wp-calendar>thead>tr>th,.table>thead>tr>th,table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#wp-calendar>caption+thead>tr:first-child>td,#wp-calendar>caption+thead>tr:first-child>th,#wp-calendar>colgroup+thead>tr:first-child>td,#wp-calendar>colgroup+thead>tr:first-child>th,#wp-calendar>thead:first-child>tr:first-child>td,#wp-calendar>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th,table>caption+thead>tr:first-child>td,table>caption+thead>tr:first-child>th,table>colgroup+thead>tr:first-child>td,table>colgroup+thead>tr:first-child>th,table>thead:first-child>tr:first-child>td,table>thead:first-child>tr:first-child>th{border-top:0}#wp-calendar>tbody+tbody,.table>tbody+tbody,table>tbody+tbody{border-top:2px solid #ddd}#wp-calendar #wp-calendar,#wp-calendar .table,#wp-calendar table,.table #wp-calendar,.table .table,.table table,table #wp-calendar,table .table,table table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}#wp-calendar>tbody>tr.active>td,#wp-calendar>tbody>tr.active>th,#wp-calendar>tbody>tr>td.active,#wp-calendar>tbody>tr>th.active,#wp-calendar>tfoot>tr.active>td,#wp-calendar>tfoot>tr.active>th,#wp-calendar>tfoot>tr>td.active,#wp-calendar>tfoot>tr>th.active,#wp-calendar>thead>tr.active>td,#wp-calendar>thead>tr.active>th,#wp-calendar>thead>tr>td.active,#wp-calendar>thead>tr>th.active,.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active,table>tbody>tr.active>td,table>tbody>tr.active>th,table>tbody>tr>td.active,table>tbody>tr>th.active,table>tfoot>tr.active>td,table>tfoot>tr.active>th,table>tfoot>tr>td.active,table>tfoot>tr>th.active,table>thead>tr.active>td,table>thead>tr.active>th,table>thead>tr>td.active,table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}#wp-calendar>tbody>tr.success>td,#wp-calendar>tbody>tr.success>th,#wp-calendar>tbody>tr>td.success,#wp-calendar>tbody>tr>th.success,#wp-calendar>tfoot>tr.success>td,#wp-calendar>tfoot>tr.success>th,#wp-calendar>tfoot>tr>td.success,#wp-calendar>tfoot>tr>th.success,#wp-calendar>thead>tr.success>td,#wp-calendar>thead>tr.success>th,#wp-calendar>thead>tr>td.success,#wp-calendar>thead>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success,table>tbody>tr.success>td,table>tbody>tr.success>th,table>tbody>tr>td.success,table>tbody>tr>th.success,table>tfoot>tr.success>td,table>tfoot>tr.success>th,table>tfoot>tr>td.success,table>tfoot>tr>th.success,table>thead>tr.success>td,table>thead>tr.success>th,table>thead>tr>td.success,table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}#wp-calendar>tbody>tr.info>td,#wp-calendar>tbody>tr.info>th,#wp-calendar>tbody>tr>td.info,#wp-calendar>tbody>tr>th.info,#wp-calendar>tfoot>tr.info>td,#wp-calendar>tfoot>tr.info>th,#wp-calendar>tfoot>tr>td.info,#wp-calendar>tfoot>tr>th.info,#wp-calendar>thead>tr.info>td,#wp-calendar>thead>tr.info>th,#wp-calendar>thead>tr>td.info,#wp-calendar>thead>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info,table>tbody>tr.info>td,table>tbody>tr.info>th,table>tbody>tr>td.info,table>tbody>tr>th.info,table>tfoot>tr.info>td,table>tfoot>tr.info>th,table>tfoot>tr>td.info,table>tfoot>tr>th.info,table>thead>tr.info>td,table>thead>tr.info>th,table>thead>tr>td.info,table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}#wp-calendar>tbody>tr.warning>td,#wp-calendar>tbody>tr.warning>th,#wp-calendar>tbody>tr>td.warning,#wp-calendar>tbody>tr>th.warning,#wp-calendar>tfoot>tr.warning>td,#wp-calendar>tfoot>tr.warning>th,#wp-calendar>tfoot>tr>td.warning,#wp-calendar>tfoot>tr>th.warning,#wp-calendar>thead>tr.warning>td,#wp-calendar>thead>tr.warning>th,#wp-calendar>thead>tr>td.warning,#wp-calendar>thead>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning,table>tbody>tr.warning>td,table>tbody>tr.warning>th,table>tbody>tr>td.warning,table>tbody>tr>th.warning,table>tfoot>tr.warning>td,table>tfoot>tr.warning>th,table>tfoot>tr>td.warning,table>tfoot>tr>th.warning,table>thead>tr.warning>td,table>thead>tr.warning>th,table>thead>tr>td.warning,table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}#wp-calendar>tbody>tr.danger>td,#wp-calendar>tbody>tr.danger>th,#wp-calendar>tbody>tr>td.danger,#wp-calendar>tbody>tr>th.danger,#wp-calendar>tfoot>tr.danger>td,#wp-calendar>tfoot>tr.danger>th,#wp-calendar>tfoot>tr>td.danger,#wp-calendar>tfoot>tr>th.danger,#wp-calendar>thead>tr.danger>td,#wp-calendar>thead>tr.danger>th,#wp-calendar>thead>tr>td.danger,#wp-calendar>thead>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger,table>tbody>tr.danger>td,table>tbody>tr.danger>th,table>tbody>tr>td.danger,table>tbody>tr>th.danger,table>tfoot>tr.danger>td,table>tfoot>tr.danger>th,table>tfoot>tr>td.danger,table>tfoot>tr>th.danger,table>thead>tr.danger>td,table>thead>tr.danger>th,table>thead>tr>td.danger,table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>#wp-calendar,.table-responsive>.table,.table-responsive>table{margin-bottom:0}.table-responsive>#wp-calendar>tbody>tr>td,.table-responsive>#wp-calendar>tbody>tr>th,.table-responsive>#wp-calendar>tfoot>tr>td,.table-responsive>#wp-calendar>tfoot>tr>th,.table-responsive>#wp-calendar>thead>tr>td,.table-responsive>#wp-calendar>thead>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th,.table-responsive>table>tbody>tr>td,.table-responsive>table>tbody>tr>th,.table-responsive>table>tfoot>tr>td,.table-responsive>table>tfoot>tr>th,.table-responsive>table>thead>tr>td,.table-responsive>table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset,legend{padding:0;border:0}fieldset{margin:0;min-width:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}#searchform #s,.form-control,output{font-size:14px;line-height:1.42857;color:#555;display:block}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}output{padding-top:7px}#searchform #s,.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#searchform #s:focus,.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#searchform #s::-moz-placeholder,.form-control::-moz-placeholder{color:#999;opacity:1}#searchform #s:-ms-input-placeholder,.form-control:-ms-input-placeholder{color:#999}#searchform #s::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}#searchform #s[disabled],#searchform #s[readonly],#searchform fieldset[disabled] #s,.form-control[disabled],.form-control[readonly],fieldset[disabled] #searchform #s,fieldset[disabled] .form-control{background-color:#eee;opacity:1}#searchform #s[disabled],#searchform fieldset[disabled] #s,.form-control[disabled],fieldset[disabled] #searchform #s,fieldset[disabled] .form-control{cursor:not-allowed}#searchform textarea#s,textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}#searchform .input-group-sm>.input-group-btn>input#searchsubmit[type=date],#searchform .input-group-sm>.input-group-btn>input#searchsubmit[type=time],#searchform .input-group-sm>.input-group-btn>input#searchsubmit[type=datetime-local],#searchform .input-group-sm>.input-group-btn>input#searchsubmit[type=month],#searchform .input-group-sm>input#s[type=date],#searchform .input-group-sm>input#s[type=time],#searchform .input-group-sm>input#s[type=datetime-local],#searchform .input-group-sm>input#s[type=month],#wp-calendar #next .input-group-sm>.input-group-btn>input[type=date],#wp-calendar #next .input-group-sm>.input-group-btn>input[type=time],#wp-calendar #next .input-group-sm>.input-group-btn>input[type=datetime-local],#wp-calendar #next .input-group-sm>.input-group-btn>input[type=month],#wp-calendar #prev .input-group-sm>.input-group-btn>input[type=date],#wp-calendar #prev .input-group-sm>.input-group-btn>input[type=time],#wp-calendar #prev .input-group-sm>.input-group-btn>input[type=datetime-local],#wp-calendar #prev .input-group-sm>.input-group-btn>input[type=month],#wp-calendar td .input-group-sm>.input-group-btn>input[type=date],#wp-calendar td .input-group-sm>.input-group-btn>input[type=time],#wp-calendar td .input-group-sm>.input-group-btn>input[type=datetime-local],#wp-calendar td .input-group-sm>.input-group-btn>input[type=month],.comment-respond .input-group-sm>.input-group-btn>input#submit[type=date],.comment-respond .input-group-sm>.input-group-btn>input#submit[type=time],.comment-respond .input-group-sm>.input-group-btn>input#submit[type=datetime-local],.comment-respond .input-group-sm>.input-group-btn>input#submit[type=month],.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm>#searchform input#s[type=date],.input-group-sm>#searchform input#s[type=time],.input-group-sm>#searchform input#s[type=datetime-local],.input-group-sm>#searchform input#s[type=month],.input-group-sm>.input-group-btn>#searchform input#searchsubmit[type=date],.input-group-sm>.input-group-btn>#searchform input#searchsubmit[type=time],.input-group-sm>.input-group-btn>#searchform input#searchsubmit[type=datetime-local],.input-group-sm>.input-group-btn>#searchform input#searchsubmit[type=month],.input-group-sm>.input-group-btn>#wp-calendar #next input[type=date],.input-group-sm>.input-group-btn>#wp-calendar #next input[type=time],.input-group-sm>.input-group-btn>#wp-calendar #next input[type=datetime-local],.input-group-sm>.input-group-btn>#wp-calendar #next input[type=month],.input-group-sm>.input-group-btn>#wp-calendar #prev input[type=date],.input-group-sm>.input-group-btn>#wp-calendar #prev input[type=time],.input-group-sm>.input-group-btn>#wp-calendar #prev input[type=datetime-local],.input-group-sm>.input-group-btn>#wp-calendar #prev input[type=month],.input-group-sm>.input-group-btn>#wp-calendar td input[type=date],.input-group-sm>.input-group-btn>#wp-calendar td input[type=time],.input-group-sm>.input-group-btn>#wp-calendar td input[type=datetime-local],.input-group-sm>.input-group-btn>#wp-calendar td input[type=month],.input-group-sm>.input-group-btn>.comment-respond input#submit[type=date],.input-group-sm>.input-group-btn>.comment-respond input#submit[type=time],.input-group-sm>.input-group-btn>.comment-respond input#submit[type=datetime-local],.input-group-sm>.input-group-btn>.comment-respond input#submit[type=month],.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.comment-reply-link[type=date],.input-group-sm>.input-group-btn>input.comment-reply-link[type=time],.input-group-sm>.input-group-btn>input.comment-reply-link[type=datetime-local],.input-group-sm>.input-group-btn>input.comment-reply-link[type=month],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=time],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=time],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}#searchform .input-group-lg>.input-group-btn>input#searchsubmit[type=date],#searchform .input-group-lg>.input-group-btn>input#searchsubmit[type=time],#searchform .input-group-lg>.input-group-btn>input#searchsubmit[type=datetime-local],#searchform .input-group-lg>.input-group-btn>input#searchsubmit[type=month],#searchform .input-group-lg>input#s[type=date],#searchform .input-group-lg>input#s[type=time],#searchform .input-group-lg>input#s[type=datetime-local],#searchform .input-group-lg>input#s[type=month],#wp-calendar #next .input-group-lg>.input-group-btn>input[type=date],#wp-calendar #next .input-group-lg>.input-group-btn>input[type=time],#wp-calendar #next .input-group-lg>.input-group-btn>input[type=datetime-local],#wp-calendar #next .input-group-lg>.input-group-btn>input[type=month],#wp-calendar #prev .input-group-lg>.input-group-btn>input[type=date],#wp-calendar #prev .input-group-lg>.input-group-btn>input[type=time],#wp-calendar #prev .input-group-lg>.input-group-btn>input[type=datetime-local],#wp-calendar #prev .input-group-lg>.input-group-btn>input[type=month],#wp-calendar td .input-group-lg>.input-group-btn>input[type=date],#wp-calendar td .input-group-lg>.input-group-btn>input[type=time],#wp-calendar td .input-group-lg>.input-group-btn>input[type=datetime-local],#wp-calendar td .input-group-lg>.input-group-btn>input[type=month],.comment-respond .input-group-lg>.input-group-btn>input#submit[type=date],.comment-respond .input-group-lg>.input-group-btn>input#submit[type=time],.comment-respond .input-group-lg>.input-group-btn>input#submit[type=datetime-local],.comment-respond .input-group-lg>.input-group-btn>input#submit[type=month],.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg>#searchform input#s[type=date],.input-group-lg>#searchform input#s[type=time],.input-group-lg>#searchform input#s[type=datetime-local],.input-group-lg>#searchform input#s[type=month],.input-group-lg>.input-group-btn>#searchform input#searchsubmit[type=date],.input-group-lg>.input-group-btn>#searchform input#searchsubmit[type=time],.input-group-lg>.input-group-btn>#searchform input#searchsubmit[type=datetime-local],.input-group-lg>.input-group-btn>#searchform input#searchsubmit[type=month],.input-group-lg>.input-group-btn>#wp-calendar #next input[type=date],.input-group-lg>.input-group-btn>#wp-calendar #next input[type=time],.input-group-lg>.input-group-btn>#wp-calendar #next input[type=datetime-local],.input-group-lg>.input-group-btn>#wp-calendar #next input[type=month],.input-group-lg>.input-group-btn>#wp-calendar #prev input[type=date],.input-group-lg>.input-group-btn>#wp-calendar #prev input[type=time],.input-group-lg>.input-group-btn>#wp-calendar #prev input[type=datetime-local],.input-group-lg>.input-group-btn>#wp-calendar #prev input[type=month],.input-group-lg>.input-group-btn>#wp-calendar td input[type=date],.input-group-lg>.input-group-btn>#wp-calendar td input[type=time],.input-group-lg>.input-group-btn>#wp-calendar td input[type=datetime-local],.input-group-lg>.input-group-btn>#wp-calendar td input[type=month],.input-group-lg>.input-group-btn>.comment-respond input#submit[type=date],.input-group-lg>.input-group-btn>.comment-respond input#submit[type=time],.input-group-lg>.input-group-btn>.comment-respond input#submit[type=datetime-local],.input-group-lg>.input-group-btn>.comment-respond input#submit[type=month],.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.comment-reply-link[type=date],.input-group-lg>.input-group-btn>input.comment-reply-link[type=time],.input-group-lg>.input-group-btn>input.comment-reply-link[type=datetime-local],.input-group-lg>.input-group-btn>input.comment-reply-link[type=month],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=time],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=time],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}#searchform .input-group-lg>#s.form-control-static,#searchform .input-group-lg>.input-group-btn>#searchsubmit.form-control-static,#searchform .input-group-sm>#s.form-control-static,#searchform .input-group-sm>.input-group-btn>#searchsubmit.form-control-static,#wp-calendar #next .input-group-lg>.input-group-btn>a.form-control-static,#wp-calendar #next .input-group-sm>.input-group-btn>a.form-control-static,#wp-calendar #prev .input-group-lg>.input-group-btn>a.form-control-static,#wp-calendar #prev .input-group-sm>.input-group-btn>a.form-control-static,#wp-calendar td .input-group-lg>.input-group-btn>a.form-control-static,#wp-calendar td .input-group-sm>.input-group-btn>a.form-control-static,.comment-respond .input-group-lg>.input-group-btn>#submit.form-control-static,.comment-respond .input-group-sm>.input-group-btn>#submit.form-control-static,.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>#searchform #s.form-control-static,.input-group-lg>.form-control.form-control-static,.input-group-lg>.input-group-addon.form-control-static,.input-group-lg>.input-group-btn>#searchform #searchsubmit.form-control-static,.input-group-lg>.input-group-btn>#wp-calendar #next a.form-control-static,.input-group-lg>.input-group-btn>#wp-calendar #prev a.form-control-static,.input-group-lg>.input-group-btn>#wp-calendar td a.form-control-static,.input-group-lg>.input-group-btn>.btn.form-control-static,.input-group-lg>.input-group-btn>.comment-reply-link.form-control-static,.input-group-lg>.input-group-btn>.comment-respond #submit.form-control-static,.input-group-sm>#searchform #s.form-control-static,.input-group-sm>.form-control.form-control-static,.input-group-sm>.input-group-addon.form-control-static,.input-group-sm>.input-group-btn>#searchform #searchsubmit.form-control-static,.input-group-sm>.input-group-btn>#wp-calendar #next a.form-control-static,.input-group-sm>.input-group-btn>#wp-calendar #prev a.form-control-static,.input-group-sm>.input-group-btn>#wp-calendar td a.form-control-static,.input-group-sm>.input-group-btn>.btn.form-control-static,.input-group-sm>.input-group-btn>.comment-reply-link.form-control-static,.input-group-sm>.input-group-btn>.comment-respond #submit.form-control-static{padding-left:0;padding-right:0}#searchform .input-group-sm>#s,#searchform .input-group-sm>.input-group-btn>#searchsubmit,#wp-calendar #next .input-group-sm>.input-group-btn>a,#wp-calendar #prev .input-group-sm>.input-group-btn>a,#wp-calendar td .input-group-sm>.input-group-btn>a,.comment-respond .input-group-sm>.input-group-btn>#submit,.input-group-sm>#searchform #s,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>#searchform #searchsubmit,.input-group-sm>.input-group-btn>#wp-calendar #next a,.input-group-sm>.input-group-btn>#wp-calendar #prev a,.input-group-sm>.input-group-btn>#wp-calendar td a,.input-group-sm>.input-group-btn>.btn,.input-group-sm>.input-group-btn>.comment-reply-link,.input-group-sm>.input-group-btn>.comment-respond #submit,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#searchform .input-group-sm>.input-group-btn>select#searchsubmit,#searchform .input-group-sm>select#s,#wp-calendar #next .input-group-sm>.input-group-btn>select,#wp-calendar #prev .input-group-sm>.input-group-btn>select,#wp-calendar td .input-group-sm>.input-group-btn>select,.comment-respond .input-group-sm>.input-group-btn>select#submit,.input-group-sm>#searchform select#s,.input-group-sm>.input-group-btn>#searchform select#searchsubmit,.input-group-sm>.input-group-btn>#wp-calendar #next select,.input-group-sm>.input-group-btn>#wp-calendar #prev select,.input-group-sm>.input-group-btn>#wp-calendar td select,.input-group-sm>.input-group-btn>.comment-respond select#submit,.input-group-sm>.input-group-btn>select.btn,.input-group-sm>.input-group-btn>select.comment-reply-link,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:30px;line-height:30px}#searchform .input-group-sm>.input-group-btn>select#searchsubmit[multiple],#searchform .input-group-sm>.input-group-btn>textarea#searchsubmit,#searchform .input-group-sm>select#s[multiple],#searchform .input-group-sm>textarea#s,#wp-calendar #next .input-group-sm>.input-group-btn>select[multiple],#wp-calendar #next .input-group-sm>.input-group-btn>textarea,#wp-calendar #prev .input-group-sm>.input-group-btn>select[multiple],#wp-calendar #prev .input-group-sm>.input-group-btn>textarea,#wp-calendar td .input-group-sm>.input-group-btn>select[multiple],#wp-calendar td .input-group-sm>.input-group-btn>textarea,.comment-respond .input-group-sm>.input-group-btn>select#submit[multiple],.comment-respond .input-group-sm>.input-group-btn>textarea#submit,.input-group-sm>#searchform select#s[multiple],.input-group-sm>#searchform textarea#s,.input-group-sm>.input-group-btn>#searchform select#searchsubmit[multiple],.input-group-sm>.input-group-btn>#searchform textarea#searchsubmit,.input-group-sm>.input-group-btn>#wp-calendar #next select[multiple],.input-group-sm>.input-group-btn>#wp-calendar #next textarea,.input-group-sm>.input-group-btn>#wp-calendar #prev select[multiple],.input-group-sm>.input-group-btn>#wp-calendar #prev textarea,.input-group-sm>.input-group-btn>#wp-calendar td select[multiple],.input-group-sm>.input-group-btn>#wp-calendar td textarea,.input-group-sm>.input-group-btn>.comment-respond select#submit[multiple],.input-group-sm>.input-group-btn>.comment-respond textarea#submit,.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>select.comment-reply-link[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>.input-group-btn>textarea.comment-reply-link,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}#searchform .form-group-sm #s,.form-group-sm #searchform #s,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#searchform .form-group-sm select#s,.form-group-sm #searchform select#s,.form-group-sm select.form-control{height:30px;line-height:30px}#searchform .form-group-sm select#s[multiple],#searchform .form-group-sm textarea#s,.form-group-sm #searchform select#s[multiple],.form-group-sm #searchform textarea#s,.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}#searchform .input-group-lg>#s,#searchform .input-group-lg>.input-group-btn>#searchsubmit,#wp-calendar #next .input-group-lg>.input-group-btn>a,#wp-calendar #prev .input-group-lg>.input-group-btn>a,#wp-calendar td .input-group-lg>.input-group-btn>a,.comment-respond .input-group-lg>.input-group-btn>#submit,.input-group-lg>#searchform #s,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>#searchform #searchsubmit,.input-group-lg>.input-group-btn>#wp-calendar #next a,.input-group-lg>.input-group-btn>#wp-calendar #prev a,.input-group-lg>.input-group-btn>#wp-calendar td a,.input-group-lg>.input-group-btn>.btn,.input-group-lg>.input-group-btn>.comment-reply-link,.input-group-lg>.input-group-btn>.comment-respond #submit,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}#searchform .input-group-lg>.input-group-btn>select#searchsubmit,#searchform .input-group-lg>select#s,#wp-calendar #next .input-group-lg>.input-group-btn>select,#wp-calendar #prev .input-group-lg>.input-group-btn>select,#wp-calendar td .input-group-lg>.input-group-btn>select,.comment-respond .input-group-lg>.input-group-btn>select#submit,.input-group-lg>#searchform select#s,.input-group-lg>.input-group-btn>#searchform select#searchsubmit,.input-group-lg>.input-group-btn>#wp-calendar #next select,.input-group-lg>.input-group-btn>#wp-calendar #prev select,.input-group-lg>.input-group-btn>#wp-calendar td select,.input-group-lg>.input-group-btn>.comment-respond select#submit,.input-group-lg>.input-group-btn>select.btn,.input-group-lg>.input-group-btn>select.comment-reply-link,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:46px;line-height:46px}#searchform .input-group-lg>.input-group-btn>select#searchsubmit[multiple],#searchform .input-group-lg>.input-group-btn>textarea#searchsubmit,#searchform .input-group-lg>select#s[multiple],#searchform .input-group-lg>textarea#s,#wp-calendar #next .input-group-lg>.input-group-btn>select[multiple],#wp-calendar #next .input-group-lg>.input-group-btn>textarea,#wp-calendar #prev .input-group-lg>.input-group-btn>select[multiple],#wp-calendar #prev .input-group-lg>.input-group-btn>textarea,#wp-calendar td .input-group-lg>.input-group-btn>select[multiple],#wp-calendar td .input-group-lg>.input-group-btn>textarea,.comment-respond .input-group-lg>.input-group-btn>select#submit[multiple],.comment-respond .input-group-lg>.input-group-btn>textarea#submit,.input-group-lg>#searchform select#s[multiple],.input-group-lg>#searchform textarea#s,.input-group-lg>.input-group-btn>#searchform select#searchsubmit[multiple],.input-group-lg>.input-group-btn>#searchform textarea#searchsubmit,.input-group-lg>.input-group-btn>#wp-calendar #next select[multiple],.input-group-lg>.input-group-btn>#wp-calendar #next textarea,.input-group-lg>.input-group-btn>#wp-calendar #prev select[multiple],.input-group-lg>.input-group-btn>#wp-calendar #prev textarea,.input-group-lg>.input-group-btn>#wp-calendar td select[multiple],.input-group-lg>.input-group-btn>#wp-calendar td textarea,.input-group-lg>.input-group-btn>.comment-respond select#submit[multiple],.input-group-lg>.input-group-btn>.comment-respond textarea#submit,.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>select.comment-reply-link[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>.input-group-btn>textarea.comment-reply-link,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}#searchform .form-group-lg #s,.form-group-lg #searchform #s,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}#searchform .form-group-lg select#s,.form-group-lg #searchform select#s,.form-group-lg select.form-control{height:46px;line-height:46px}#searchform .form-group-lg select#s[multiple],#searchform .form-group-lg textarea#s,.form-group-lg #searchform select#s[multiple],.form-group-lg #searchform textarea#s,.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;min-height:38px}.has-feedback{position:relative}#searchform .has-feedback #s,.has-feedback #searchform #s,.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.collapsing,.dropdown,.dropup{position:relative}#searchform .input-group-lg>#s+.form-control-feedback,#searchform .input-group-lg>.input-group-btn>#searchsubmit+.form-control-feedback,#wp-calendar #next .input-group-lg>.input-group-btn>a+.form-control-feedback,#wp-calendar #prev .input-group-lg>.input-group-btn>a+.form-control-feedback,#wp-calendar td .input-group-lg>.input-group-btn>a+.form-control-feedback,.comment-respond .input-group-lg>.input-group-btn>#submit+.form-control-feedback,.input-group-lg>#searchform #s+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>#searchform #searchsubmit+.form-control-feedback,.input-group-lg>.input-group-btn>#wp-calendar #next a+.form-control-feedback,.input-group-lg>.input-group-btn>#wp-calendar #prev a+.form-control-feedback,.input-group-lg>.input-group-btn>#wp-calendar td a+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg>.input-group-btn>.comment-reply-link+.form-control-feedback,.input-group-lg>.input-group-btn>.comment-respond #submit+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}#searchform .input-group-sm>#s+.form-control-feedback,#searchform .input-group-sm>.input-group-btn>#searchsubmit+.form-control-feedback,#wp-calendar #next .input-group-sm>.input-group-btn>a+.form-control-feedback,#wp-calendar #prev .input-group-sm>.input-group-btn>a+.form-control-feedback,#wp-calendar td .input-group-sm>.input-group-btn>a+.form-control-feedback,.comment-respond .input-group-sm>.input-group-btn>#submit+.form-control-feedback,.input-group-sm>#searchform #s+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>#searchform #searchsubmit+.form-control-feedback,.input-group-sm>.input-group-btn>#wp-calendar #next a+.form-control-feedback,.input-group-sm>.input-group-btn>#wp-calendar #prev a+.form-control-feedback,.input-group-sm>.input-group-btn>#wp-calendar td a+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm>.input-group-btn>.comment-reply-link+.form-control-feedback,.input-group-sm>.input-group-btn>.comment-respond #submit+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}#searchform .has-success #s,.has-success #searchform #s,.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#searchform .has-success #s:focus,.has-success #searchform #s:focus,.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}#searchform .has-warning #s,.has-warning #searchform #s,.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#searchform .has-warning #s:focus,.has-warning #searchform #s:focus,.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}#searchform .has-error #s,.has-error #searchform #s,.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#searchform .has-error #s:focus,.has-error #searchform #s:focus,.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}#searchform .form-inline #s,.form-inline #searchform #s,.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}#searchform .form-inline .input-group #s,.form-inline .input-group #searchform #s,.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}#searchform .form-inline .input-group>#s,.form-inline .input-group>#searchform #s,.form-inline .input-group>.form-control{width:100%}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}.form-horizontal .form-group-sm .control-label{padding-top:6px}}#searchform #searchsubmit,#wp-calendar #next a,#wp-calendar #prev a,#wp-calendar td a,.btn,.comment-reply-link,.comment-respond #submit{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#searchform #searchsubmit.focus,#searchform #searchsubmit:focus,#searchform #searchsubmit:hover,#wp-calendar #next a.focus,#wp-calendar #next a:focus,#wp-calendar #next a:hover,#wp-calendar #prev a.focus,#wp-calendar #prev a:focus,#wp-calendar #prev a:hover,#wp-calendar td a.focus,#wp-calendar td a:focus,#wp-calendar td a:hover,.btn.focus,.btn:focus,.btn:hover,.comment-reply-link.focus,.comment-reply-link:focus,.comment-reply-link:hover,.comment-respond #submit.focus,.comment-respond #submit:focus,.comment-respond #submit:hover{color:#333;text-decoration:none}#searchform #searchsubmit.active,#searchform #searchsubmit:active,#wp-calendar #next a.active,#wp-calendar #next a:active,#wp-calendar #prev a.active,#wp-calendar #prev a:active,#wp-calendar td a.active,#wp-calendar td a:active,.btn.active,.btn:active,.comment-reply-link.active,.comment-reply-link:active,.comment-respond #submit.active,.comment-respond #submit:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#searchform #searchsubmit.disabled,#searchform #searchsubmit[disabled],#searchform fieldset[disabled] #searchsubmit,#wp-calendar #next a.disabled,#wp-calendar #next a[disabled],#wp-calendar #next fieldset[disabled] a,#wp-calendar #prev a.disabled,#wp-calendar #prev a[disabled],#wp-calendar #prev fieldset[disabled] a,#wp-calendar td a.disabled,#wp-calendar td a[disabled],#wp-calendar td fieldset[disabled] a,.btn.disabled,.btn[disabled],.comment-reply-link.disabled,.comment-reply-link[disabled],.comment-respond #submit.disabled,.comment-respond #submit[disabled],.comment-respond fieldset[disabled] #submit,fieldset[disabled] #searchform #searchsubmit,fieldset[disabled] #wp-calendar #next a,fieldset[disabled] #wp-calendar #prev a,fieldset[disabled] #wp-calendar td a,fieldset[disabled] .btn,fieldset[disabled] .comment-reply-link,fieldset[disabled] .comment-respond #submit{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success,.comment-reply-link{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.comment-reply-link.active,.comment-reply-link.focus,.comment-reply-link:active,.comment-reply-link:focus,.comment-reply-link:hover,.open>.btn-success.dropdown-toggle,.open>.comment-reply-link.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.comment-reply-link.active,.comment-reply-link:active,.open>.btn-success.dropdown-toggle,.open>.comment-reply-link.dropdown-toggle{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,.comment-reply-link.disabled,.comment-reply-link.disabled.active,.comment-reply-link.disabled.focus,.comment-reply-link.disabled:active,.comment-reply-link.disabled:focus,.comment-reply-link.disabled:hover,.comment-reply-link[disabled],.comment-reply-link[disabled].active,.comment-reply-link[disabled].focus,.comment-reply-link[disabled]:active,.comment-reply-link[disabled]:focus,.comment-reply-link[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .comment-reply-link,fieldset[disabled] .comment-reply-link.active,fieldset[disabled] .comment-reply-link.focus,fieldset[disabled] .comment-reply-link:active,fieldset[disabled] .comment-reply-link:focus,fieldset[disabled] .comment-reply-link:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge,.comment-reply-link .badge{color:#5cb85c;background-color:#fff}#searchform #searchsubmit,#wp-calendar td a,.btn-info,.comment-respond #submit{color:#fff;background-color:#5bc0de;border-color:#46b8da}#searchform #searchsubmit.active,#searchform #searchsubmit.focus,#searchform #searchsubmit:active,#searchform #searchsubmit:focus,#searchform #searchsubmit:hover,#searchform .open>#searchsubmit.dropdown-toggle,#wp-calendar td .open>a.dropdown-toggle,#wp-calendar td a.active,#wp-calendar td a.focus,#wp-calendar td a:active,#wp-calendar td a:focus,#wp-calendar td a:hover,.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.comment-respond #submit.active,.comment-respond #submit.focus,.comment-respond #submit:active,.comment-respond #submit:focus,.comment-respond #submit:hover,.comment-respond .open>#submit.dropdown-toggle,.open>#searchform #searchsubmit.dropdown-toggle,.open>#wp-calendar td a.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.comment-respond #submit.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}#searchform #searchsubmit.active,#searchform #searchsubmit:active,#searchform .open>#searchsubmit.dropdown-toggle,#wp-calendar td .open>a.dropdown-toggle,#wp-calendar td a.active,#wp-calendar td a:active,.btn-info.active,.btn-info:active,.comment-respond #submit.active,.comment-respond #submit:active,.comment-respond .open>#submit.dropdown-toggle,.open>#searchform #searchsubmit.dropdown-toggle,.open>#wp-calendar td a.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.comment-respond #submit.dropdown-toggle{background-image:none}#searchform #searchsubmit.disabled,#searchform #searchsubmit.disabled.active,#searchform #searchsubmit.disabled.focus,#searchform #searchsubmit.disabled:active,#searchform #searchsubmit.disabled:focus,#searchform #searchsubmit.disabled:hover,#searchform #searchsubmit[disabled],#searchform #searchsubmit[disabled].active,#searchform #searchsubmit[disabled].focus,#searchform #searchsubmit[disabled]:active,#searchform #searchsubmit[disabled]:focus,#searchform #searchsubmit[disabled]:hover,#searchform fieldset[disabled] #searchsubmit,#searchform fieldset[disabled] #searchsubmit.active,#searchform fieldset[disabled] #searchsubmit.focus,#searchform fieldset[disabled] #searchsubmit:active,#searchform fieldset[disabled] #searchsubmit:focus,#searchform fieldset[disabled] #searchsubmit:hover,#wp-calendar td a.disabled,#wp-calendar td a.disabled.active,#wp-calendar td a.disabled.focus,#wp-calendar td a.disabled:active,#wp-calendar td a.disabled:focus,#wp-calendar td a.disabled:hover,#wp-calendar td a[disabled],#wp-calendar td a[disabled].active,#wp-calendar td a[disabled].focus,#wp-calendar td a[disabled]:active,#wp-calendar td a[disabled]:focus,#wp-calendar td a[disabled]:hover,#wp-calendar td fieldset[disabled] a,#wp-calendar td fieldset[disabled] a.active,#wp-calendar td fieldset[disabled] a.focus,#wp-calendar td fieldset[disabled] a:active,#wp-calendar td fieldset[disabled] a:focus,#wp-calendar td fieldset[disabled] a:hover,.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,.comment-respond #submit.disabled,.comment-respond #submit.disabled.active,.comment-respond #submit.disabled.focus,.comment-respond #submit.disabled:active,.comment-respond #submit.disabled:focus,.comment-respond #submit.disabled:hover,.comment-respond #submit[disabled],.comment-respond #submit[disabled].active,.comment-respond #submit[disabled].focus,.comment-respond #submit[disabled]:active,.comment-respond #submit[disabled]:focus,.comment-respond #submit[disabled]:hover,.comment-respond fieldset[disabled] #submit,.comment-respond fieldset[disabled] #submit.active,.comment-respond fieldset[disabled] #submit.focus,.comment-respond fieldset[disabled] #submit:active,.comment-respond fieldset[disabled] #submit:focus,.comment-respond fieldset[disabled] #submit:hover,fieldset[disabled] #searchform #searchsubmit,fieldset[disabled] #searchform #searchsubmit.active,fieldset[disabled] #searchform #searchsubmit.focus,fieldset[disabled] #searchform #searchsubmit:active,fieldset[disabled] #searchform #searchsubmit:focus,fieldset[disabled] #searchform #searchsubmit:hover,fieldset[disabled] #wp-calendar td a,fieldset[disabled] #wp-calendar td a.active,fieldset[disabled] #wp-calendar td a.focus,fieldset[disabled] #wp-calendar td a:active,fieldset[disabled] #wp-calendar td a:focus,fieldset[disabled] #wp-calendar td a:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .comment-respond #submit,fieldset[disabled] .comment-respond #submit.active,fieldset[disabled] .comment-respond #submit.focus,fieldset[disabled] .comment-respond #submit:active,fieldset[disabled] .comment-respond #submit:focus,fieldset[disabled] .comment-respond #submit:hover{background-color:#5bc0de;border-color:#46b8da}#searchform #searchsubmit .badge,#wp-calendar td a .badge,.btn-info .badge,.comment-respond #submit .badge{color:#5bc0de;background-color:#fff}#wp-calendar #next a,#wp-calendar #prev a,.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}#wp-calendar #next .open>a.dropdown-toggle,#wp-calendar #next a.active,#wp-calendar #next a.focus,#wp-calendar #next a:active,#wp-calendar #next a:focus,#wp-calendar #next a:hover,#wp-calendar #prev .open>a.dropdown-toggle,#wp-calendar #prev a.active,#wp-calendar #prev a.focus,#wp-calendar #prev a:active,#wp-calendar #prev a:focus,#wp-calendar #prev a:hover,.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>#wp-calendar #next a.dropdown-toggle,.open>#wp-calendar #prev a.dropdown-toggle,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}#wp-calendar #next .open>a.dropdown-toggle,#wp-calendar #next a.active,#wp-calendar #next a:active,#wp-calendar #prev .open>a.dropdown-toggle,#wp-calendar #prev a.active,#wp-calendar #prev a:active,.btn-warning.active,.btn-warning:active,.open>#wp-calendar #next a.dropdown-toggle,.open>#wp-calendar #prev a.dropdown-toggle,.open>.btn-warning.dropdown-toggle{background-image:none}#wp-calendar #next a.disabled,#wp-calendar #next a.disabled.active,#wp-calendar #next a.disabled.focus,#wp-calendar #next a.disabled:active,#wp-calendar #next a.disabled:focus,#wp-calendar #next a.disabled:hover,#wp-calendar #next a[disabled],#wp-calendar #next a[disabled].active,#wp-calendar #next a[disabled].focus,#wp-calendar #next a[disabled]:active,#wp-calendar #next a[disabled]:focus,#wp-calendar #next a[disabled]:hover,#wp-calendar #next fieldset[disabled] a,#wp-calendar #next fieldset[disabled] a.active,#wp-calendar #next fieldset[disabled] a.focus,#wp-calendar #next fieldset[disabled] a:active,#wp-calendar #next fieldset[disabled] a:focus,#wp-calendar #next fieldset[disabled] a:hover,#wp-calendar #prev a.disabled,#wp-calendar #prev a.disabled.active,#wp-calendar #prev a.disabled.focus,#wp-calendar #prev a.disabled:active,#wp-calendar #prev a.disabled:focus,#wp-calendar #prev a.disabled:hover,#wp-calendar #prev a[disabled],#wp-calendar #prev a[disabled].active,#wp-calendar #prev a[disabled].focus,#wp-calendar #prev a[disabled]:active,#wp-calendar #prev a[disabled]:focus,#wp-calendar #prev a[disabled]:hover,#wp-calendar #prev fieldset[disabled] a,#wp-calendar #prev fieldset[disabled] a.active,#wp-calendar #prev fieldset[disabled] a.focus,#wp-calendar #prev fieldset[disabled] a:active,#wp-calendar #prev fieldset[disabled] a:focus,#wp-calendar #prev fieldset[disabled] a:hover,.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] #wp-calendar #next a,fieldset[disabled] #wp-calendar #next a.active,fieldset[disabled] #wp-calendar #next a.focus,fieldset[disabled] #wp-calendar #next a:active,fieldset[disabled] #wp-calendar #next a:focus,fieldset[disabled] #wp-calendar #next a:hover,fieldset[disabled] #wp-calendar #prev a,fieldset[disabled] #wp-calendar #prev a.active,fieldset[disabled] #wp-calendar #prev a.focus,fieldset[disabled] #wp-calendar #prev a:active,fieldset[disabled] #wp-calendar #prev a:focus,fieldset[disabled] #wp-calendar #prev a:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}#wp-calendar #next a .badge,#wp-calendar #prev a .badge,.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}#searchform .btn-group-lg>#searchsubmit,#wp-calendar #next .btn-group-lg>a,#wp-calendar #prev .btn-group-lg>a,#wp-calendar td .btn-group-lg>a,.btn-group-lg>#searchform #searchsubmit,.btn-group-lg>#wp-calendar #next a,.btn-group-lg>#wp-calendar #prev a,.btn-group-lg>#wp-calendar td a,.btn-group-lg>.btn,.btn-group-lg>.comment-reply-link,.btn-group-lg>.comment-respond #submit,.btn-lg,.comment-respond .btn-group-lg>#submit{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}#searchform .btn-group-sm>#searchsubmit,#wp-calendar #next .btn-group-sm>a,#wp-calendar #next a,#wp-calendar #prev .btn-group-sm>a,#wp-calendar #prev a,#wp-calendar td .btn-group-sm>a,.btn-group-sm>#searchform #searchsubmit,.btn-group-sm>#wp-calendar #next a,.btn-group-sm>#wp-calendar #prev a,.btn-group-sm>#wp-calendar td a,.btn-group-sm>.btn,.btn-group-sm>.comment-reply-link,.btn-group-sm>.comment-respond #submit,.btn-sm,.comment-respond .btn-group-sm>#submit{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#searchform .btn-group-xs>#searchsubmit,#wp-calendar #next .btn-group-xs>a,#wp-calendar #prev .btn-group-xs>a,#wp-calendar td .btn-group-xs>a,.btn-group-xs>#searchform #searchsubmit,.btn-group-xs>#wp-calendar #next a,.btn-group-xs>#wp-calendar #prev a,.btn-group-xs>#wp-calendar td a,.btn-group-xs>.btn,.btn-group-xs>.comment-reply-link,.btn-group-xs>.comment-respond #submit,.btn-xs,.comment-respond .btn-group-xs>#submit{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857;white-space:nowrap}#searchform .btn-group-vertical>#searchsubmit:not(:first-child):not(:last-child),#searchform .btn-group>#searchsubmit:not(:first-child):not(:last-child):not(.dropdown-toggle),#searchform .btn-group>.btn-group:not(:first-child):not(:last-child)>#searchsubmit,#wp-calendar #next .btn-group-vertical>a:not(:first-child):not(:last-child),#wp-calendar #next .btn-group>.btn-group:not(:first-child):not(:last-child)>a,#wp-calendar #next .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle),#wp-calendar #prev .btn-group-vertical>a:not(:first-child):not(:last-child),#wp-calendar #prev .btn-group>.btn-group:not(:first-child):not(:last-child)>a,#wp-calendar #prev .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle),#wp-calendar td .btn-group-vertical>a:not(:first-child):not(:last-child),#wp-calendar td .btn-group>.btn-group:not(:first-child):not(:last-child)>a,#wp-calendar td .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group-vertical>#searchform #searchsubmit:not(:first-child):not(:last-child),.btn-group-vertical>#wp-calendar #next a:not(:first-child):not(:last-child),.btn-group-vertical>#wp-calendar #prev a:not(:first-child):not(:last-child),.btn-group-vertical>#wp-calendar td a:not(:first-child):not(:last-child),.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group-vertical>.comment-reply-link:not(:first-child):not(:last-child),.btn-group-vertical>.comment-respond #submit:not(:first-child):not(:last-child),.btn-group>#searchform #searchsubmit:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar #next a:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar #prev a:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar td a:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:first-child):not(:last-child)>#searchform #searchsubmit,.btn-group>.btn-group:not(:first-child):not(:last-child)>#wp-calendar #next a,.btn-group>.btn-group:not(:first-child):not(:last-child)>#wp-calendar #prev a,.btn-group>.btn-group:not(:first-child):not(:last-child)>#wp-calendar td a,.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn-group:not(:first-child):not(:last-child)>.comment-reply-link,.btn-group>.btn-group:not(:first-child):not(:last-child)>.comment-respond #submit,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.comment-reply-link:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.comment-respond #submit:not(:first-child):not(:last-child):not(.dropdown-toggle),.comment-respond .btn-group-vertical>#submit:not(:first-child):not(:last-child),.comment-respond .btn-group>#submit:not(:first-child):not(:last-child):not(.dropdown-toggle),.comment-respond .btn-group>.btn-group:not(:first-child):not(:last-child)>#submit{border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}#searchform .btn-group-vertical>#searchsubmit.active,#searchform .btn-group-vertical>#searchsubmit:active,#searchform .btn-group-vertical>#searchsubmit:focus,#searchform .btn-group-vertical>#searchsubmit:hover,#searchform .btn-group>#searchsubmit.active,#searchform .btn-group>#searchsubmit:active,#searchform .btn-group>#searchsubmit:focus,#searchform .btn-group>#searchsubmit:hover,#searchform .input-group-btn>#searchsubmit:active,#searchform .input-group-btn>#searchsubmit:focus,#searchform .input-group-btn>#searchsubmit:hover,#wp-calendar #next .btn-group-vertical>a.active,#wp-calendar #next .btn-group-vertical>a:active,#wp-calendar #next .btn-group-vertical>a:focus,#wp-calendar #next .btn-group-vertical>a:hover,#wp-calendar #next .btn-group>a.active,#wp-calendar #next .btn-group>a:active,#wp-calendar #next .btn-group>a:focus,#wp-calendar #next .btn-group>a:hover,#wp-calendar #next .input-group-btn>a:active,#wp-calendar #next .input-group-btn>a:focus,#wp-calendar #next .input-group-btn>a:hover,#wp-calendar #prev .btn-group-vertical>a.active,#wp-calendar #prev .btn-group-vertical>a:active,#wp-calendar #prev .btn-group-vertical>a:focus,#wp-calendar #prev .btn-group-vertical>a:hover,#wp-calendar #prev .btn-group>a.active,#wp-calendar #prev .btn-group>a:active,#wp-calendar #prev .btn-group>a:focus,#wp-calendar #prev .btn-group>a:hover,#wp-calendar #prev .input-group-btn>a:active,#wp-calendar #prev .input-group-btn>a:focus,#wp-calendar #prev .input-group-btn>a:hover,#wp-calendar td .btn-group-vertical>a.active,#wp-calendar td .btn-group-vertical>a:active,#wp-calendar td .btn-group-vertical>a:focus,#wp-calendar td .btn-group-vertical>a:hover,#wp-calendar td .btn-group>a.active,#wp-calendar td .btn-group>a:active,#wp-calendar td .btn-group>a:focus,#wp-calendar td .btn-group>a:hover,#wp-calendar td .input-group-btn>a:active,#wp-calendar td .input-group-btn>a:focus,#wp-calendar td .input-group-btn>a:hover,.btn-group-vertical>#searchform #searchsubmit.active,.btn-group-vertical>#searchform #searchsubmit:active,.btn-group-vertical>#searchform #searchsubmit:focus,.btn-group-vertical>#searchform #searchsubmit:hover,.btn-group-vertical>#wp-calendar #next a.active,.btn-group-vertical>#wp-calendar #next a:active,.btn-group-vertical>#wp-calendar #next a:focus,.btn-group-vertical>#wp-calendar #next a:hover,.btn-group-vertical>#wp-calendar #prev a.active,.btn-group-vertical>#wp-calendar #prev a:active,.btn-group-vertical>#wp-calendar #prev a:focus,.btn-group-vertical>#wp-calendar #prev a:hover,.btn-group-vertical>#wp-calendar td a.active,.btn-group-vertical>#wp-calendar td a:active,.btn-group-vertical>#wp-calendar td a:focus,.btn-group-vertical>#wp-calendar td a:hover,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group-vertical>.comment-reply-link.active,.btn-group-vertical>.comment-reply-link:active,.btn-group-vertical>.comment-reply-link:focus,.btn-group-vertical>.comment-reply-link:hover,.btn-group-vertical>.comment-respond #submit.active,.btn-group-vertical>.comment-respond #submit:active,.btn-group-vertical>.comment-respond #submit:focus,.btn-group-vertical>.comment-respond #submit:hover,.btn-group>#searchform #searchsubmit.active,.btn-group>#searchform #searchsubmit:active,.btn-group>#searchform #searchsubmit:focus,.btn-group>#searchform #searchsubmit:hover,.btn-group>#wp-calendar #next a.active,.btn-group>#wp-calendar #next a:active,.btn-group>#wp-calendar #next a:focus,.btn-group>#wp-calendar #next a:hover,.btn-group>#wp-calendar #prev a.active,.btn-group>#wp-calendar #prev a:active,.btn-group>#wp-calendar #prev a:focus,.btn-group>#wp-calendar #prev a:hover,.btn-group>#wp-calendar td a.active,.btn-group>#wp-calendar td a:active,.btn-group>#wp-calendar td a:focus,.btn-group>#wp-calendar td a:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>.comment-reply-link.active,.btn-group>.comment-reply-link:active,.btn-group>.comment-reply-link:focus,.btn-group>.comment-reply-link:hover,.btn-group>.comment-respond #submit.active,.btn-group>.comment-respond #submit:active,.btn-group>.comment-respond #submit:focus,.btn-group>.comment-respond #submit:hover,.comment-respond .btn-group-vertical>#submit.active,.comment-respond .btn-group-vertical>#submit:active,.comment-respond .btn-group-vertical>#submit:focus,.comment-respond .btn-group-vertical>#submit:hover,.comment-respond .btn-group>#submit.active,.comment-respond .btn-group>#submit:active,.comment-respond .btn-group>#submit:focus,.comment-respond .btn-group>#submit:hover,.comment-respond .input-group-btn>#submit:active,.comment-respond .input-group-btn>#submit:focus,.comment-respond .input-group-btn>#submit:hover,.input-group-btn>#searchform #searchsubmit:active,.input-group-btn>#searchform #searchsubmit:focus,.input-group-btn>#searchform #searchsubmit:hover,.input-group-btn>#wp-calendar #next a:active,.input-group-btn>#wp-calendar #next a:focus,.input-group-btn>#wp-calendar #next a:hover,.input-group-btn>#wp-calendar #prev a:active,.input-group-btn>#wp-calendar #prev a:focus,.input-group-btn>#wp-calendar #prev a:hover,.input-group-btn>#wp-calendar td a:active,.input-group-btn>#wp-calendar td a:focus,.input-group-btn>#wp-calendar td a:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.input-group-btn>.comment-reply-link:active,.input-group-btn>.comment-reply-link:focus,.input-group-btn>.comment-reply-link:hover,.input-group-btn>.comment-respond #submit:active,.input-group-btn>.comment-respond #submit:focus,.input-group-btn>.comment-respond #submit:hover{z-index:2}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}#searchform .btn-group-vertical>#searchsubmit,#searchform .btn-group>#searchsubmit,#wp-calendar #next .btn-group-vertical>a,#wp-calendar #next .btn-group>a,#wp-calendar #prev .btn-group-vertical>a,#wp-calendar #prev .btn-group>a,#wp-calendar td .btn-group-vertical>a,#wp-calendar td .btn-group>a,.btn-group-vertical>#searchform #searchsubmit,.btn-group-vertical>#wp-calendar #next a,.btn-group-vertical>#wp-calendar #prev a,.btn-group-vertical>#wp-calendar td a,.btn-group-vertical>.btn,.btn-group-vertical>.comment-reply-link,.btn-group-vertical>.comment-respond #submit,.btn-group>#searchform #searchsubmit,.btn-group>#wp-calendar #next a,.btn-group>#wp-calendar #prev a,.btn-group>#wp-calendar td a,.btn-group>.btn,.btn-group>.comment-reply-link,.btn-group>.comment-respond #submit,.comment-respond .btn-group-vertical>#submit,.comment-respond .btn-group>#submit{position:relative;float:left}#searchform .btn-group #searchform #searchsubmit+#searchsubmit,#searchform .btn-group #searchsubmit+.btn,#searchform .btn-group #searchsubmit+.btn-group,#searchform .btn-group #wp-calendar #next a+#searchsubmit,#searchform .btn-group #wp-calendar #prev a+#searchsubmit,#searchform .btn-group #wp-calendar td a+#searchsubmit,#searchform .btn-group .btn+#searchsubmit,#searchform .btn-group .btn-group+#searchsubmit,#searchform .btn-group .comment-reply-link+#searchsubmit,#searchform .btn-group .comment-respond #submit+#searchsubmit,#wp-calendar #next .btn-group #searchform #searchsubmit+a,#wp-calendar #next .btn-group #wp-calendar #next a+a,#wp-calendar #next .btn-group #wp-calendar #prev a+a,#wp-calendar #next .btn-group #wp-calendar td a+a,#wp-calendar #next .btn-group .btn+a,#wp-calendar #next .btn-group .btn-group+a,#wp-calendar #next .btn-group .comment-reply-link+a,#wp-calendar #next .btn-group .comment-respond #submit+a,#wp-calendar #next .btn-group a+.btn,#wp-calendar #next .btn-group a+.btn-group,#wp-calendar #prev .btn-group #searchform #searchsubmit+a,#wp-calendar #prev .btn-group #wp-calendar #next a+a,#wp-calendar #prev .btn-group #wp-calendar #prev a+a,#wp-calendar #prev .btn-group #wp-calendar td a+a,#wp-calendar #prev .btn-group .btn+a,#wp-calendar #prev .btn-group .btn-group+a,#wp-calendar #prev .btn-group .comment-reply-link+a,#wp-calendar #prev .btn-group .comment-respond #submit+a,#wp-calendar #prev .btn-group a+.btn,#wp-calendar #prev .btn-group a+.btn-group,#wp-calendar td .btn-group #searchform #searchsubmit+a,#wp-calendar td .btn-group #wp-calendar #next a+a,#wp-calendar td .btn-group #wp-calendar #prev a+a,#wp-calendar td .btn-group #wp-calendar td a+a,#wp-calendar td .btn-group .btn+a,#wp-calendar td .btn-group .btn-group+a,#wp-calendar td .btn-group .comment-reply-link+a,#wp-calendar td .btn-group .comment-respond #submit+a,#wp-calendar td .btn-group a+.btn,#wp-calendar td .btn-group a+.btn-group,.btn-group #searchform #searchsubmit+#searchform #searchsubmit,.btn-group #searchform #searchsubmit+#wp-calendar #next a,.btn-group #searchform #searchsubmit+#wp-calendar #prev a,.btn-group #searchform #searchsubmit+#wp-calendar td a,.btn-group #searchform #searchsubmit+.btn,.btn-group #searchform #searchsubmit+.btn-group,.btn-group #searchform #searchsubmit+.comment-reply-link,.btn-group #searchform #searchsubmit+.comment-respond #submit,.btn-group #wp-calendar #next a+#searchform #searchsubmit,.btn-group #wp-calendar #next a+#wp-calendar #next a,.btn-group #wp-calendar #next a+#wp-calendar #prev a,.btn-group #wp-calendar #next a+#wp-calendar td a,.btn-group #wp-calendar #next a+.btn,.btn-group #wp-calendar #next a+.btn-group,.btn-group #wp-calendar #next a+.comment-reply-link,.btn-group #wp-calendar #next a+.comment-respond #submit,.btn-group #wp-calendar #prev a+#searchform #searchsubmit,.btn-group #wp-calendar #prev a+#wp-calendar #next a,.btn-group #wp-calendar #prev a+#wp-calendar #prev a,.btn-group #wp-calendar #prev a+#wp-calendar td a,.btn-group #wp-calendar #prev a+.btn,.btn-group #wp-calendar #prev a+.btn-group,.btn-group #wp-calendar #prev a+.comment-reply-link,.btn-group #wp-calendar #prev a+.comment-respond #submit,.btn-group #wp-calendar td a+#searchform #searchsubmit,.btn-group #wp-calendar td a+#wp-calendar #next a,.btn-group #wp-calendar td a+#wp-calendar #prev a,.btn-group #wp-calendar td a+#wp-calendar td a,.btn-group #wp-calendar td a+.btn,.btn-group #wp-calendar td a+.btn-group,.btn-group #wp-calendar td a+.comment-reply-link,.btn-group #wp-calendar td a+.comment-respond #submit,.btn-group .btn+#searchform #searchsubmit,.btn-group .btn+#wp-calendar #next a,.btn-group .btn+#wp-calendar #prev a,.btn-group .btn+#wp-calendar td a,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn+.comment-reply-link,.btn-group .btn+.comment-respond #submit,.btn-group .btn-group+#searchform #searchsubmit,.btn-group .btn-group+#wp-calendar #next a,.btn-group .btn-group+#wp-calendar #prev a,.btn-group .btn-group+#wp-calendar td a,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .btn-group+.comment-reply-link,.btn-group .btn-group+.comment-respond #submit,.btn-group .comment-reply-link+#searchform #searchsubmit,.btn-group .comment-reply-link+#wp-calendar #next a,.btn-group .comment-reply-link+#wp-calendar #prev a,.btn-group .comment-reply-link+#wp-calendar td a,.btn-group .comment-reply-link+.btn,.btn-group .comment-reply-link+.btn-group,.btn-group .comment-reply-link+.comment-reply-link,.btn-group .comment-reply-link+.comment-respond #submit,.btn-group .comment-respond #submit+#searchform #searchsubmit,.btn-group .comment-respond #submit+#wp-calendar #next a,.btn-group .comment-respond #submit+#wp-calendar #prev a,.btn-group .comment-respond #submit+#wp-calendar td a,.btn-group .comment-respond #submit+.btn,.btn-group .comment-respond #submit+.btn-group,.btn-group .comment-respond #submit+.comment-reply-link,.btn-group .comment-respond #submit+.comment-respond #submit,.comment-respond .btn-group #searchform #searchsubmit+#submit,.comment-respond .btn-group #submit+.btn,.comment-respond .btn-group #submit+.btn-group,.comment-respond .btn-group #wp-calendar #next a+#submit,.comment-respond .btn-group #wp-calendar #prev a+#submit,.comment-respond .btn-group #wp-calendar td a+#submit,.comment-respond .btn-group .btn+#submit,.comment-respond .btn-group .btn-group+#submit,.comment-respond .btn-group .comment-reply-link+#submit,.comment-respond .btn-group .comment-respond #submit+#submit{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}#searchform .btn-toolbar>#searchsubmit,#wp-calendar #next .btn-toolbar>a,#wp-calendar #prev .btn-toolbar>a,#wp-calendar td .btn-toolbar>a,.btn-toolbar>#searchform #searchsubmit,.btn-toolbar>#wp-calendar #next a,.btn-toolbar>#wp-calendar #prev a,.btn-toolbar>#wp-calendar td a,.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.comment-reply-link,.btn-toolbar>.comment-respond #submit,.btn-toolbar>.input-group,.comment-respond .btn-toolbar>#submit{margin-left:5px}#searchform #searchsubmit .caret,#searchform .btn-group>#searchsubmit:first-child,#wp-calendar #next .btn-group>a:first-child,#wp-calendar #next a .caret,#wp-calendar #prev .btn-group>a:first-child,#wp-calendar #prev a .caret,#wp-calendar td .btn-group>a:first-child,#wp-calendar td a .caret,.btn .caret,.btn-group>#searchform #searchsubmit:first-child,.btn-group>#wp-calendar #next a:first-child,.btn-group>#wp-calendar #prev a:first-child,.btn-group>#wp-calendar td a:first-child,.btn-group>.btn:first-child,.btn-group>.comment-reply-link:first-child,.btn-group>.comment-respond #submit:first-child,.comment-reply-link .caret,.comment-respond #submit .caret,.comment-respond .btn-group>#submit:first-child{margin-left:0}#searchform .btn-group>#searchsubmit:first-child:not(:last-child):not(.dropdown-toggle),#wp-calendar #next .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle),#wp-calendar #prev .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle),#wp-calendar td .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>#searchform #searchsubmit:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar #next a:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar #prev a:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>#wp-calendar td a:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.comment-reply-link:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.comment-respond #submit:first-child:not(:last-child):not(.dropdown-toggle),.comment-respond .btn-group>#submit:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}#searchform .btn-group>#searchsubmit:last-child:not(:first-child),#wp-calendar #next .btn-group>a:last-child:not(:first-child),#wp-calendar #prev .btn-group>a:last-child:not(:first-child),#wp-calendar td .btn-group>a:last-child:not(:first-child),.btn-group>#searchform #searchsubmit:last-child:not(:first-child),.btn-group>#wp-calendar #next a:last-child:not(:first-child),.btn-group>#wp-calendar #prev a:last-child:not(:first-child),.btn-group>#wp-calendar td a:last-child:not(:first-child),.btn-group>.btn:last-child:not(:first-child),.btn-group>.comment-reply-link:last-child:not(:first-child),.btn-group>.comment-respond #submit:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.comment-respond .btn-group>#submit:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#searchform .btn-group>.btn-group:first-child:not(:last-child)>#searchsubmit:last-child,#wp-calendar #next .btn-group>.btn-group:first-child:not(:last-child)>a:last-child,#wp-calendar #prev .btn-group>.btn-group:first-child:not(:last-child)>a:last-child,#wp-calendar td .btn-group>.btn-group:first-child:not(:last-child)>a:last-child,.btn-group>.btn-group:first-child:not(:last-child)>#searchform #searchsubmit:last-child,.btn-group>.btn-group:first-child:not(:last-child)>#wp-calendar #next a:last-child,.btn-group>.btn-group:first-child:not(:last-child)>#wp-calendar #prev a:last-child,.btn-group>.btn-group:first-child:not(:last-child)>#wp-calendar td a:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.comment-reply-link:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.comment-respond #submit:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-respond .btn-group>.btn-group:first-child:not(:last-child)>#submit:last-child{border-bottom-right-radius:0;border-top-right-radius:0}#searchform .btn-group>.btn-group:last-child:not(:first-child)>#searchsubmit:first-child,#wp-calendar #next .btn-group>.btn-group:last-child:not(:first-child)>a:first-child,#wp-calendar #prev .btn-group>.btn-group:last-child:not(:first-child)>a:first-child,#wp-calendar td .btn-group>.btn-group:last-child:not(:first-child)>a:first-child,.btn-group>.btn-group:last-child:not(:first-child)>#searchform #searchsubmit:first-child,.btn-group>.btn-group:last-child:not(:first-child)>#wp-calendar #next a:first-child,.btn-group>.btn-group:last-child:not(:first-child)>#wp-calendar #prev a:first-child,.btn-group>.btn-group:last-child:not(:first-child)>#wp-calendar td a:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.comment-reply-link:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.comment-respond #submit:first-child,.comment-respond .btn-group>.btn-group:last-child:not(:first-child)>#submit:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}#searchform .btn-group>#searchsubmit+.dropdown-toggle,#wp-calendar #next .btn-group>a+.dropdown-toggle,#wp-calendar #prev .btn-group>a+.dropdown-toggle,#wp-calendar td .btn-group>a+.dropdown-toggle,.btn-group>#searchform #searchsubmit+.dropdown-toggle,.btn-group>#wp-calendar #next a+.dropdown-toggle,.btn-group>#wp-calendar #prev a+.dropdown-toggle,.btn-group>#wp-calendar td a+.dropdown-toggle,.btn-group>.btn+.dropdown-toggle,.btn-group>.comment-reply-link+.dropdown-toggle,.btn-group>.comment-respond #submit+.dropdown-toggle,.comment-respond .btn-group>#submit+.dropdown-toggle{padding-left:8px;padding-right:8px}#searchform .btn-group>.btn-group-lg>#searchsubmit+.dropdown-toggle,#wp-calendar #next .btn-group>.btn-group-lg>a+.dropdown-toggle,#wp-calendar #prev .btn-group>.btn-group-lg>a+.dropdown-toggle,#wp-calendar td .btn-group>.btn-group-lg>a+.dropdown-toggle,.btn-group-lg>.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-group-lg>#searchform #searchsubmit+.dropdown-toggle,.btn-group>.btn-group-lg>#wp-calendar #next a+.dropdown-toggle,.btn-group>.btn-group-lg>#wp-calendar #prev a+.dropdown-toggle,.btn-group>.btn-group-lg>#wp-calendar td a+.dropdown-toggle,.btn-group>.btn-group-lg>.btn+.dropdown-toggle,.btn-group>.btn-group-lg>.comment-reply-link+.dropdown-toggle,.btn-group>.btn-group-lg>.comment-respond #submit+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle,.comment-respond .btn-group>.btn-group-lg>#submit+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}#searchform .btn-group-lg>#searchsubmit .caret,#wp-calendar #next .btn-group-lg>a .caret,#wp-calendar #prev .btn-group-lg>a .caret,#wp-calendar td .btn-group-lg>a .caret,.btn-group-lg>#searchform #searchsubmit .caret,.btn-group-lg>#wp-calendar #next a .caret,.btn-group-lg>#wp-calendar #prev a .caret,.btn-group-lg>#wp-calendar td a .caret,.btn-group-lg>.btn .caret,.btn-group-lg>.comment-reply-link .caret,.btn-group-lg>.comment-respond #submit .caret,.btn-lg .caret,.comment-respond .btn-group-lg>#submit .caret{border-width:5px 5px 0}#searchform .dropup .btn-group-lg>#searchsubmit .caret,#wp-calendar #next .dropup .btn-group-lg>a .caret,#wp-calendar #prev .dropup .btn-group-lg>a .caret,#wp-calendar td .dropup .btn-group-lg>a .caret,.btn-group-lg>.dropup .btn .caret,.comment-respond .dropup .btn-group-lg>#submit .caret,.dropup .btn-group-lg>#searchform #searchsubmit .caret,.dropup .btn-group-lg>#wp-calendar #next a .caret,.dropup .btn-group-lg>#wp-calendar #prev a .caret,.dropup .btn-group-lg>#wp-calendar td a .caret,.dropup .btn-group-lg>.btn .caret,.dropup .btn-group-lg>.comment-reply-link .caret,.dropup .btn-group-lg>.comment-respond #submit .caret,.dropup .btn-lg .caret{border-width:0 5px 5px}#searchform .btn-group-vertical>#searchsubmit,#searchform .btn-group-vertical>.btn-group>#searchsubmit,#wp-calendar #next .btn-group-vertical>.btn-group>a,#wp-calendar #next .btn-group-vertical>a,#wp-calendar #prev .btn-group-vertical>.btn-group>a,#wp-calendar #prev .btn-group-vertical>a,#wp-calendar td .btn-group-vertical>.btn-group>a,#wp-calendar td .btn-group-vertical>a,.btn-group-vertical>#searchform #searchsubmit,.btn-group-vertical>#wp-calendar #next a,.btn-group-vertical>#wp-calendar #prev a,.btn-group-vertical>#wp-calendar td a,.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>#searchform #searchsubmit,.btn-group-vertical>.btn-group>#wp-calendar #next a,.btn-group-vertical>.btn-group>#wp-calendar #prev a,.btn-group-vertical>.btn-group>#wp-calendar td a,.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.comment-reply-link,.btn-group-vertical>.btn-group>.comment-respond #submit,.btn-group-vertical>.comment-reply-link,.btn-group-vertical>.comment-respond #submit,.comment-respond .btn-group-vertical>#submit,.comment-respond .btn-group-vertical>.btn-group>#submit{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}#searchform .btn-group-vertical>.btn-group>#searchsubmit,#wp-calendar #next .btn-group-vertical>.btn-group>a,#wp-calendar #prev .btn-group-vertical>.btn-group>a,#wp-calendar td .btn-group-vertical>.btn-group>a,.btn-group-vertical>.btn-group>#searchform #searchsubmit,.btn-group-vertical>.btn-group>#wp-calendar #next a,.btn-group-vertical>.btn-group>#wp-calendar #prev a,.btn-group-vertical>.btn-group>#wp-calendar td a,.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.comment-reply-link,.btn-group-vertical>.btn-group>.comment-respond #submit,.comment-respond .btn-group-vertical>.btn-group>#submit{float:none}#searchform .btn-group-vertical>#searchform #searchsubmit+#searchsubmit,#searchform .btn-group-vertical>#searchsubmit+.btn,#searchform .btn-group-vertical>#searchsubmit+.btn-group,#searchform .btn-group-vertical>#wp-calendar #next a+#searchsubmit,#searchform .btn-group-vertical>#wp-calendar #prev a+#searchsubmit,#searchform .btn-group-vertical>#wp-calendar td a+#searchsubmit,#searchform .btn-group-vertical>.btn+#searchsubmit,#searchform .btn-group-vertical>.btn-group+#searchsubmit,#searchform .btn-group-vertical>.comment-reply-link+#searchsubmit,#searchform .btn-group-vertical>.comment-respond #submit+#searchsubmit,#wp-calendar #next .btn-group-vertical>#searchform #searchsubmit+a,#wp-calendar #next .btn-group-vertical>#wp-calendar #next a+a,#wp-calendar #next .btn-group-vertical>#wp-calendar #prev a+a,#wp-calendar #next .btn-group-vertical>#wp-calendar td a+a,#wp-calendar #next .btn-group-vertical>.btn+a,#wp-calendar #next .btn-group-vertical>.btn-group+a,#wp-calendar #next .btn-group-vertical>.comment-reply-link+a,#wp-calendar #next .btn-group-vertical>.comment-respond #submit+a,#wp-calendar #next .btn-group-vertical>a+.btn,#wp-calendar #next .btn-group-vertical>a+.btn-group,#wp-calendar #prev .btn-group-vertical>#searchform #searchsubmit+a,#wp-calendar #prev .btn-group-vertical>#wp-calendar #next a+a,#wp-calendar #prev .btn-group-vertical>#wp-calendar #prev a+a,#wp-calendar #prev .btn-group-vertical>#wp-calendar td a+a,#wp-calendar #prev .btn-group-vertical>.btn+a,#wp-calendar #prev .btn-group-vertical>.btn-group+a,#wp-calendar #prev .btn-group-vertical>.comment-reply-link+a,#wp-calendar #prev .btn-group-vertical>.comment-respond #submit+a,#wp-calendar #prev .btn-group-vertical>a+.btn,#wp-calendar #prev .btn-group-vertical>a+.btn-group,#wp-calendar td .btn-group-vertical>#searchform #searchsubmit+a,#wp-calendar td .btn-group-vertical>#wp-calendar #next a+a,#wp-calendar td .btn-group-vertical>#wp-calendar #prev a+a,#wp-calendar td .btn-group-vertical>#wp-calendar td a+a,#wp-calendar td .btn-group-vertical>.btn+a,#wp-calendar td .btn-group-vertical>.btn-group+a,#wp-calendar td .btn-group-vertical>.comment-reply-link+a,#wp-calendar td .btn-group-vertical>.comment-respond #submit+a,#wp-calendar td .btn-group-vertical>a+.btn,#wp-calendar td .btn-group-vertical>a+.btn-group,.btn-group-vertical>#searchform #searchsubmit+#searchform #searchsubmit,.btn-group-vertical>#searchform #searchsubmit+#wp-calendar #next a,.btn-group-vertical>#searchform #searchsubmit+#wp-calendar #prev a,.btn-group-vertical>#searchform #searchsubmit+#wp-calendar td a,.btn-group-vertical>#searchform #searchsubmit+.btn,.btn-group-vertical>#searchform #searchsubmit+.btn-group,.btn-group-vertical>#searchform #searchsubmit+.comment-reply-link,.btn-group-vertical>#searchform #searchsubmit+.comment-respond #submit,.btn-group-vertical>#wp-calendar #next a+#searchform #searchsubmit,.btn-group-vertical>#wp-calendar #next a+#wp-calendar #next a,.btn-group-vertical>#wp-calendar #next a+#wp-calendar #prev a,.btn-group-vertical>#wp-calendar #next a+#wp-calendar td a,.btn-group-vertical>#wp-calendar #next a+.btn,.btn-group-vertical>#wp-calendar #next a+.btn-group,.btn-group-vertical>#wp-calendar #next a+.comment-reply-link,.btn-group-vertical>#wp-calendar #next a+.comment-respond #submit,.btn-group-vertical>#wp-calendar #prev a+#searchform #searchsubmit,.btn-group-vertical>#wp-calendar #prev a+#wp-calendar #next a,.btn-group-vertical>#wp-calendar #prev a+#wp-calendar #prev a,.btn-group-vertical>#wp-calendar #prev a+#wp-calendar td a,.btn-group-vertical>#wp-calendar #prev a+.btn,.btn-group-vertical>#wp-calendar #prev a+.btn-group,.btn-group-vertical>#wp-calendar #prev a+.comment-reply-link,.btn-group-vertical>#wp-calendar #prev a+.comment-respond #submit,.btn-group-vertical>#wp-calendar td a+#searchform #searchsubmit,.btn-group-vertical>#wp-calendar td a+#wp-calendar #next a,.btn-group-vertical>#wp-calendar td a+#wp-calendar #prev a,.btn-group-vertical>#wp-calendar td a+#wp-calendar td a,.btn-group-vertical>#wp-calendar td a+.btn,.btn-group-vertical>#wp-calendar td a+.btn-group,.btn-group-vertical>#wp-calendar td a+.comment-reply-link,.btn-group-vertical>#wp-calendar td a+.comment-respond #submit,.btn-group-vertical>.btn+#searchform #searchsubmit,.btn-group-vertical>.btn+#wp-calendar #next a,.btn-group-vertical>.btn+#wp-calendar #prev a,.btn-group-vertical>.btn+#wp-calendar td a,.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn+.comment-reply-link,.btn-group-vertical>.btn+.comment-respond #submit,.btn-group-vertical>.btn-group+#searchform #searchsubmit,.btn-group-vertical>.btn-group+#wp-calendar #next a,.btn-group-vertical>.btn-group+#wp-calendar #prev a,.btn-group-vertical>.btn-group+#wp-calendar td a,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.btn-group-vertical>.btn-group+.comment-reply-link,.btn-group-vertical>.btn-group+.comment-respond #submit,.btn-group-vertical>.comment-reply-link+#searchform #searchsubmit,.btn-group-vertical>.comment-reply-link+#wp-calendar #next a,.btn-group-vertical>.comment-reply-link+#wp-calendar #prev a,.btn-group-vertical>.comment-reply-link+#wp-calendar td a,.btn-group-vertical>.comment-reply-link+.btn,.btn-group-vertical>.comment-reply-link+.btn-group,.btn-group-vertical>.comment-reply-link+.comment-reply-link,.btn-group-vertical>.comment-reply-link+.comment-respond #submit,.btn-group-vertical>.comment-respond #submit+#searchform #searchsubmit,.btn-group-vertical>.comment-respond #submit+#wp-calendar #next a,.btn-group-vertical>.comment-respond #submit+#wp-calendar #prev a,.btn-group-vertical>.comment-respond #submit+#wp-calendar td a,.btn-group-vertical>.comment-respond #submit+.btn,.btn-group-vertical>.comment-respond #submit+.btn-group,.btn-group-vertical>.comment-respond #submit+.comment-reply-link,.btn-group-vertical>.comment-respond #submit+.comment-respond #submit,.comment-respond .btn-group-vertical>#searchform #searchsubmit+#submit,.comment-respond .btn-group-vertical>#submit+.btn,.comment-respond .btn-group-vertical>#submit+.btn-group,.comment-respond .btn-group-vertical>#wp-calendar #next a+#submit,.comment-respond .btn-group-vertical>#wp-calendar #prev a+#submit,.comment-respond .btn-group-vertical>#wp-calendar td a+#submit,.comment-respond .btn-group-vertical>.btn+#submit,.comment-respond .btn-group-vertical>.btn-group+#submit,.comment-respond .btn-group-vertical>.comment-reply-link+#submit,.comment-respond .btn-group-vertical>.comment-respond #submit+#submit{margin-top:-1px;margin-left:0}#searchform .input-group-btn:last-child>#searchsubmit,#searchform .input-group-btn>#searchform #searchsubmit+#searchsubmit,#searchform .input-group-btn>#searchsubmit+.btn,#searchform .input-group-btn>#wp-calendar #next a+#searchsubmit,#searchform .input-group-btn>#wp-calendar #prev a+#searchsubmit,#searchform .input-group-btn>#wp-calendar td a+#searchsubmit,#searchform .input-group-btn>.btn+#searchsubmit,#searchform .input-group-btn>.comment-reply-link+#searchsubmit,#searchform .input-group-btn>.comment-respond #submit+#searchsubmit,#wp-calendar #next .input-group-btn:last-child>a,#wp-calendar #next .input-group-btn>#searchform #searchsubmit+a,#wp-calendar #next .input-group-btn>#wp-calendar #next a+a,#wp-calendar #next .input-group-btn>#wp-calendar #prev a+a,#wp-calendar #next .input-group-btn>#wp-calendar td a+a,#wp-calendar #next .input-group-btn>.btn+a,#wp-calendar #next .input-group-btn>.comment-reply-link+a,#wp-calendar #next .input-group-btn>.comment-respond #submit+a,#wp-calendar #next .input-group-btn>a+.btn,#wp-calendar #prev .input-group-btn:last-child>a,#wp-calendar #prev .input-group-btn>#searchform #searchsubmit+a,#wp-calendar #prev .input-group-btn>#wp-calendar #next a+a,#wp-calendar #prev .input-group-btn>#wp-calendar #prev a+a,#wp-calendar #prev .input-group-btn>#wp-calendar td a+a,#wp-calendar #prev .input-group-btn>.btn+a,#wp-calendar #prev .input-group-btn>.comment-reply-link+a,#wp-calendar #prev .input-group-btn>.comment-respond #submit+a,#wp-calendar #prev .input-group-btn>a+.btn,#wp-calendar td .input-group-btn:last-child>a,#wp-calendar td .input-group-btn>#searchform #searchsubmit+a,#wp-calendar td .input-group-btn>#wp-calendar #next a+a,#wp-calendar td .input-group-btn>#wp-calendar #prev a+a,#wp-calendar td .input-group-btn>#wp-calendar td a+a,#wp-calendar td .input-group-btn>.btn+a,#wp-calendar td .input-group-btn>.comment-reply-link+a,#wp-calendar td .input-group-btn>.comment-respond #submit+a,#wp-calendar td .input-group-btn>a+.btn,.comment-respond .input-group-btn:last-child>#submit,.comment-respond .input-group-btn>#searchform #searchsubmit+#submit,.comment-respond .input-group-btn>#submit+.btn,.comment-respond .input-group-btn>#wp-calendar #next a+#submit,.comment-respond .input-group-btn>#wp-calendar #prev a+#submit,.comment-respond .input-group-btn>#wp-calendar td a+#submit,.comment-respond .input-group-btn>.btn+#submit,.comment-respond .input-group-btn>.comment-reply-link+#submit,.comment-respond .input-group-btn>.comment-respond #submit+#submit,.input-group-btn:last-child>#searchform #searchsubmit,.input-group-btn:last-child>#wp-calendar #next a,.input-group-btn:last-child>#wp-calendar #prev a,.input-group-btn:last-child>#wp-calendar td a,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.input-group-btn:last-child>.comment-reply-link,.input-group-btn:last-child>.comment-respond #submit,.input-group-btn>#searchform #searchsubmit+#searchform #searchsubmit,.input-group-btn>#searchform #searchsubmit+#wp-calendar #next a,.input-group-btn>#searchform #searchsubmit+#wp-calendar #prev a,.input-group-btn>#searchform #searchsubmit+#wp-calendar td a,.input-group-btn>#searchform #searchsubmit+.btn,.input-group-btn>#searchform #searchsubmit+.comment-reply-link,.input-group-btn>#searchform #searchsubmit+.comment-respond #submit,.input-group-btn>#wp-calendar #next a+#searchform #searchsubmit,.input-group-btn>#wp-calendar #next a+#wp-calendar #next a,.input-group-btn>#wp-calendar #next a+#wp-calendar #prev a,.input-group-btn>#wp-calendar #next a+#wp-calendar td a,.input-group-btn>#wp-calendar #next a+.btn,.input-group-btn>#wp-calendar #next a+.comment-reply-link,.input-group-btn>#wp-calendar #next a+.comment-respond #submit,.input-group-btn>#wp-calendar #prev a+#searchform #searchsubmit,.input-group-btn>#wp-calendar #prev a+#wp-calendar #next a,.input-group-btn>#wp-calendar #prev a+#wp-calendar #prev a,.input-group-btn>#wp-calendar #prev a+#wp-calendar td a,.input-group-btn>#wp-calendar #prev a+.btn,.input-group-btn>#wp-calendar #prev a+.comment-reply-link,.input-group-btn>#wp-calendar #prev a+.comment-respond #submit,.input-group-btn>#wp-calendar td a+#searchform #searchsubmit,.input-group-btn>#wp-calendar td a+#wp-calendar #next a,.input-group-btn>#wp-calendar td a+#wp-calendar #prev a,.input-group-btn>#wp-calendar td a+#wp-calendar td a,.input-group-btn>#wp-calendar td a+.btn,.input-group-btn>#wp-calendar td a+.comment-reply-link,.input-group-btn>#wp-calendar td a+.comment-respond #submit,.input-group-btn>.btn+#searchform #searchsubmit,.input-group-btn>.btn+#wp-calendar #next a,.input-group-btn>.btn+#wp-calendar #prev a,.input-group-btn>.btn+#wp-calendar td a,.input-group-btn>.btn+.btn,.input-group-btn>.btn+.comment-reply-link,.input-group-btn>.btn+.comment-respond #submit,.input-group-btn>.comment-reply-link+#searchform #searchsubmit,.input-group-btn>.comment-reply-link+#wp-calendar #next a,.input-group-btn>.comment-reply-link+#wp-calendar #prev a,.input-group-btn>.comment-reply-link+#wp-calendar td a,.input-group-btn>.comment-reply-link+.btn,.input-group-btn>.comment-reply-link+.comment-reply-link,.input-group-btn>.comment-reply-link+.comment-respond #submit,.input-group-btn>.comment-respond #submit+#searchform #searchsubmit,.input-group-btn>.comment-respond #submit+#wp-calendar #next a,.input-group-btn>.comment-respond #submit+#wp-calendar #prev a,.input-group-btn>.comment-respond #submit+#wp-calendar td a,.input-group-btn>.comment-respond #submit+.btn,.input-group-btn>.comment-respond #submit+.comment-reply-link,.input-group-btn>.comment-respond #submit+.comment-respond #submit{margin-left:-1px}#searchform .btn-group-vertical>#searchsubmit:first-child:not(:last-child),#wp-calendar #next .btn-group-vertical>a:first-child:not(:last-child),#wp-calendar #prev .btn-group-vertical>a:first-child:not(:last-child),#wp-calendar td .btn-group-vertical>a:first-child:not(:last-child),.btn-group-vertical>#searchform #searchsubmit:first-child:not(:last-child),.btn-group-vertical>#wp-calendar #next a:first-child:not(:last-child),.btn-group-vertical>#wp-calendar #prev a:first-child:not(:last-child),.btn-group-vertical>#wp-calendar td a:first-child:not(:last-child),.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.comment-reply-link:first-child:not(:last-child),.btn-group-vertical>.comment-respond #submit:first-child:not(:last-child),.comment-respond .btn-group-vertical>#submit:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}#searchform .btn-group-vertical>#searchsubmit:last-child:not(:first-child),#wp-calendar #next .btn-group-vertical>a:last-child:not(:first-child),#wp-calendar #prev .btn-group-vertical>a:last-child:not(:first-child),#wp-calendar td .btn-group-vertical>a:last-child:not(:first-child),.btn-group-vertical>#searchform #searchsubmit:last-child:not(:first-child),.btn-group-vertical>#wp-calendar #next a:last-child:not(:first-child),.btn-group-vertical>#wp-calendar #prev a:last-child:not(:first-child),.btn-group-vertical>#wp-calendar td a:last-child:not(:first-child),.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>.comment-reply-link:last-child:not(:first-child),.btn-group-vertical>.comment-respond #submit:last-child:not(:first-child),.comment-respond .btn-group-vertical>#submit:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}#searchform .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#searchsubmit,#searchform .input-group #s:not(:first-child):not(:last-child),#wp-calendar #next .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a,#wp-calendar #prev .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a,#wp-calendar td .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#searchform #searchsubmit,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#wp-calendar #next a,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#wp-calendar #prev a,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#wp-calendar td a,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.comment-reply-link,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.comment-respond #submit,.comment-respond .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>#submit,.input-group #searchform #s:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}#searchform .btn-group-vertical>.btn-group:first-child:not(:last-child)>#searchsubmit:last-child,#wp-calendar #next .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,#wp-calendar #prev .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,#wp-calendar td .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>#searchform #searchsubmit:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>#wp-calendar #next a:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>#wp-calendar #prev a:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>#wp-calendar td a:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.comment-reply-link:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.comment-respond #submit:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-respond .btn-group-vertical>.btn-group:first-child:not(:last-child)>#submit:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}#searchform .btn-group-vertical>.btn-group:last-child:not(:first-child)>#searchsubmit:first-child,#wp-calendar #next .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child,#wp-calendar #prev .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child,#wp-calendar td .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>#searchform #searchsubmit:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>#wp-calendar #next a:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>#wp-calendar #prev a:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>#wp-calendar td a:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.comment-reply-link:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.comment-respond #submit:first-child,.comment-respond .btn-group-vertical>.btn-group:last-child:not(:first-child)>#submit:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}#searchform .btn-group-justified>#searchsubmit,#wp-calendar #next .btn-group-justified>a,#wp-calendar #prev .btn-group-justified>a,#wp-calendar td .btn-group-justified>a,.btn-group-justified>#searchform #searchsubmit,.btn-group-justified>#wp-calendar #next a,.btn-group-justified>#wp-calendar #prev a,.btn-group-justified>#wp-calendar td a,.btn-group-justified>.btn,.btn-group-justified>.btn-group,.btn-group-justified>.comment-reply-link,.btn-group-justified>.comment-respond #submit,.comment-respond .btn-group-justified>#submit{float:none;display:table-cell;width:1%}#searchform .btn-group-justified>.btn-group #searchsubmit,#wp-calendar #next .btn-group-justified>.btn-group a,#wp-calendar #prev .btn-group-justified>.btn-group a,#wp-calendar td .btn-group-justified>.btn-group a,.btn-group-justified>.btn-group #searchform #searchsubmit,.btn-group-justified>.btn-group #wp-calendar #next a,.btn-group-justified>.btn-group #wp-calendar #prev a,.btn-group-justified>.btn-group #wp-calendar td a,.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .comment-reply-link,.btn-group-justified>.btn-group .comment-respond #submit,.comment-respond .btn-group-justified>.btn-group #submit{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}#searchform [data-toggle=buttons]>#searchsubmit input[type=checkbox],#searchform [data-toggle=buttons]>#searchsubmit input[type=radio],#searchform [data-toggle=buttons]>.btn-group>#searchsubmit input[type=checkbox],#searchform [data-toggle=buttons]>.btn-group>#searchsubmit input[type=radio],#wp-calendar #next [data-toggle=buttons]>.btn-group>a input[type=checkbox],#wp-calendar #next [data-toggle=buttons]>.btn-group>a input[type=radio],#wp-calendar #next [data-toggle=buttons]>a input[type=checkbox],#wp-calendar #next [data-toggle=buttons]>a input[type=radio],#wp-calendar #prev [data-toggle=buttons]>.btn-group>a input[type=checkbox],#wp-calendar #prev [data-toggle=buttons]>.btn-group>a input[type=radio],#wp-calendar #prev [data-toggle=buttons]>a input[type=checkbox],#wp-calendar #prev [data-toggle=buttons]>a input[type=radio],#wp-calendar td [data-toggle=buttons]>.btn-group>a input[type=checkbox],#wp-calendar td [data-toggle=buttons]>.btn-group>a input[type=radio],#wp-calendar td [data-toggle=buttons]>a input[type=checkbox],#wp-calendar td [data-toggle=buttons]>a input[type=radio],.comment-respond [data-toggle=buttons]>#submit input[type=checkbox],.comment-respond [data-toggle=buttons]>#submit input[type=radio],.comment-respond [data-toggle=buttons]>.btn-group>#submit input[type=checkbox],.comment-respond [data-toggle=buttons]>.btn-group>#submit input[type=radio],[data-toggle=buttons]>#searchform #searchsubmit input[type=checkbox],[data-toggle=buttons]>#searchform #searchsubmit input[type=radio],[data-toggle=buttons]>#wp-calendar #next a input[type=checkbox],[data-toggle=buttons]>#wp-calendar #next a input[type=radio],[data-toggle=buttons]>#wp-calendar #prev a input[type=checkbox],[data-toggle=buttons]>#wp-calendar #prev a input[type=radio],[data-toggle=buttons]>#wp-calendar td a input[type=checkbox],[data-toggle=buttons]>#wp-calendar td a input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>#searchform #searchsubmit input[type=checkbox],[data-toggle=buttons]>.btn-group>#searchform #searchsubmit input[type=radio],[data-toggle=buttons]>.btn-group>#wp-calendar #next a input[type=checkbox],[data-toggle=buttons]>.btn-group>#wp-calendar #next a input[type=radio],[data-toggle=buttons]>.btn-group>#wp-calendar #prev a input[type=checkbox],[data-toggle=buttons]>.btn-group>#wp-calendar #prev a input[type=radio],[data-toggle=buttons]>.btn-group>#wp-calendar td a input[type=checkbox],[data-toggle=buttons]>.btn-group>#wp-calendar td a input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.comment-reply-link input[type=checkbox],[data-toggle=buttons]>.btn-group>.comment-reply-link input[type=radio],[data-toggle=buttons]>.btn-group>.comment-respond #submit input[type=checkbox],[data-toggle=buttons]>.btn-group>.comment-respond #submit input[type=radio],[data-toggle=buttons]>.comment-reply-link input[type=checkbox],[data-toggle=buttons]>.comment-reply-link input[type=radio],[data-toggle=buttons]>.comment-respond #submit input[type=checkbox],[data-toggle=buttons]>.comment-respond #submit input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}#searchform .input-group-btn>#searchsubmit,#wp-calendar #next .input-group-btn>a,#wp-calendar #prev .input-group-btn>a,#wp-calendar td .input-group-btn>a,.comment-respond .input-group-btn>#submit,.input-group,.input-group-btn,.input-group-btn>#searchform #searchsubmit,.input-group-btn>#wp-calendar #next a,.input-group-btn>#wp-calendar #prev a,.input-group-btn>#wp-calendar td a,.input-group-btn>.btn,.input-group-btn>.comment-reply-link,.input-group-btn>.comment-respond #submit{position:relative}.input-group{display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}#searchform .input-group #s,.input-group #searchform #s,.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}#searchform .input-group #s,.input-group #searchform #s,.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}#searchform .input-group-sm>#s.input-group-addon,#searchform .input-group-sm>.input-group-btn>#searchsubmit.input-group-addon,#wp-calendar #next .input-group-sm>.input-group-btn>a.input-group-addon,#wp-calendar #prev .input-group-sm>.input-group-btn>a.input-group-addon,#wp-calendar td .input-group-sm>.input-group-btn>a.input-group-addon,.comment-respond .input-group-sm>.input-group-btn>#submit.input-group-addon,.input-group-addon.input-sm,.input-group-sm>#searchform #s.input-group-addon,.input-group-sm>.form-control.input-group-addon,.input-group-sm>.input-group-addon.input-group-addon,.input-group-sm>.input-group-btn>#searchform #searchsubmit.input-group-addon,.input-group-sm>.input-group-btn>#wp-calendar #next a.input-group-addon,.input-group-sm>.input-group-btn>#wp-calendar #prev a.input-group-addon,.input-group-sm>.input-group-btn>#wp-calendar td a.input-group-addon,.input-group-sm>.input-group-btn>.btn.input-group-addon,.input-group-sm>.input-group-btn>.comment-reply-link.input-group-addon,.input-group-sm>.input-group-btn>.comment-respond #submit.input-group-addon{padding:5px 10px;font-size:12px;border-radius:3px}#searchform .input-group-lg>#s.input-group-addon,#searchform .input-group-lg>.input-group-btn>#searchsubmit.input-group-addon,#wp-calendar #next .input-group-lg>.input-group-btn>a.input-group-addon,#wp-calendar #prev .input-group-lg>.input-group-btn>a.input-group-addon,#wp-calendar td .input-group-lg>.input-group-btn>a.input-group-addon,.comment-respond .input-group-lg>.input-group-btn>#submit.input-group-addon,.input-group-addon.input-lg,.input-group-lg>#searchform #s.input-group-addon,.input-group-lg>.form-control.input-group-addon,.input-group-lg>.input-group-addon.input-group-addon,.input-group-lg>.input-group-btn>#searchform #searchsubmit.input-group-addon,.input-group-lg>.input-group-btn>#wp-calendar #next a.input-group-addon,.input-group-lg>.input-group-btn>#wp-calendar #prev a.input-group-addon,.input-group-lg>.input-group-btn>#wp-calendar td a.input-group-addon,.input-group-lg>.input-group-btn>.btn.input-group-addon,.input-group-lg>.input-group-btn>.comment-reply-link.input-group-addon,.input-group-lg>.input-group-btn>.comment-respond #submit.input-group-addon{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}#searchform .input-group #s:first-child,#searchform .input-group-btn:first-child>#searchsubmit,#searchform .input-group-btn:first-child>.btn-group>#searchsubmit,#searchform .input-group-btn:last-child>#searchsubmit:not(:last-child):not(.dropdown-toggle),#searchform .input-group-btn:last-child>.btn-group:not(:last-child)>#searchsubmit,#wp-calendar #next .input-group-btn:first-child>.btn-group>a,#wp-calendar #next .input-group-btn:first-child>a,#wp-calendar #next .input-group-btn:last-child>.btn-group:not(:last-child)>a,#wp-calendar #next .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),#wp-calendar #prev .input-group-btn:first-child>.btn-group>a,#wp-calendar #prev .input-group-btn:first-child>a,#wp-calendar #prev .input-group-btn:last-child>.btn-group:not(:last-child)>a,#wp-calendar #prev .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),#wp-calendar td .input-group-btn:first-child>.btn-group>a,#wp-calendar td .input-group-btn:first-child>a,#wp-calendar td .input-group-btn:last-child>.btn-group:not(:last-child)>a,#wp-calendar td .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),.comment-respond .input-group-btn:first-child>#submit,.comment-respond .input-group-btn:first-child>.btn-group>#submit,.comment-respond .input-group-btn:last-child>#submit:not(:last-child):not(.dropdown-toggle),.comment-respond .input-group-btn:last-child>.btn-group:not(:last-child)>#submit,.input-group #searchform #s:first-child,.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>#searchform #searchsubmit,.input-group-btn:first-child>#wp-calendar #next a,.input-group-btn:first-child>#wp-calendar #prev a,.input-group-btn:first-child>#wp-calendar td a,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>#searchform #searchsubmit,.input-group-btn:first-child>.btn-group>#wp-calendar #next a,.input-group-btn:first-child>.btn-group>#wp-calendar #prev a,.input-group-btn:first-child>.btn-group>#wp-calendar td a,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.btn-group>.comment-reply-link,.input-group-btn:first-child>.btn-group>.comment-respond #submit,.input-group-btn:first-child>.comment-reply-link,.input-group-btn:first-child>.comment-respond #submit,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>#searchform #searchsubmit:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>#wp-calendar #next a:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>#wp-calendar #prev a:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>#wp-calendar td a:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>#searchform #searchsubmit,.input-group-btn:last-child>.btn-group:not(:last-child)>#wp-calendar #next a,.input-group-btn:last-child>.btn-group:not(:last-child)>#wp-calendar #prev a,.input-group-btn:last-child>.btn-group:not(:last-child)>#wp-calendar td a,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn-group:not(:last-child)>.comment-reply-link,.input-group-btn:last-child>.btn-group:not(:last-child)>.comment-respond #submit,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.comment-reply-link:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.comment-respond #submit:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}#searchform .input-group #s:last-child,#searchform .input-group-btn:first-child>#searchsubmit:not(:first-child),#searchform .input-group-btn:first-child>.btn-group:not(:first-child)>#searchsubmit,#searchform .input-group-btn:last-child>#searchsubmit,#searchform .input-group-btn:last-child>.btn-group>#searchsubmit,#wp-calendar #next .input-group-btn:first-child>.btn-group:not(:first-child)>a,#wp-calendar #next .input-group-btn:first-child>a:not(:first-child),#wp-calendar #next .input-group-btn:last-child>.btn-group>a,#wp-calendar #next .input-group-btn:last-child>a,#wp-calendar #prev .input-group-btn:first-child>.btn-group:not(:first-child)>a,#wp-calendar #prev .input-group-btn:first-child>a:not(:first-child),#wp-calendar #prev .input-group-btn:last-child>.btn-group>a,#wp-calendar #prev .input-group-btn:last-child>a,#wp-calendar td .input-group-btn:first-child>.btn-group:not(:first-child)>a,#wp-calendar td .input-group-btn:first-child>a:not(:first-child),#wp-calendar td .input-group-btn:last-child>.btn-group>a,#wp-calendar td .input-group-btn:last-child>a,.comment-respond .input-group-btn:first-child>#submit:not(:first-child),.comment-respond .input-group-btn:first-child>.btn-group:not(:first-child)>#submit,.comment-respond .input-group-btn:last-child>#submit,.comment-respond .input-group-btn:last-child>.btn-group>#submit,.input-group #searchform #s:last-child,.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>#searchform #searchsubmit:not(:first-child),.input-group-btn:first-child>#wp-calendar #next a:not(:first-child),.input-group-btn:first-child>#wp-calendar #prev a:not(:first-child),.input-group-btn:first-child>#wp-calendar td a:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>#searchform #searchsubmit,.input-group-btn:first-child>.btn-group:not(:first-child)>#wp-calendar #next a,.input-group-btn:first-child>.btn-group:not(:first-child)>#wp-calendar #prev a,.input-group-btn:first-child>.btn-group:not(:first-child)>#wp-calendar td a,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn-group:not(:first-child)>.comment-reply-link,.input-group-btn:first-child>.btn-group:not(:first-child)>.comment-respond #submit,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.comment-reply-link:not(:first-child),.input-group-btn:first-child>.comment-respond #submit:not(:first-child),.input-group-btn:last-child>#searchform #searchsubmit,.input-group-btn:last-child>#wp-calendar #next a,.input-group-btn:last-child>#wp-calendar #prev a,.input-group-btn:last-child>#wp-calendar td a,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>#searchform #searchsubmit,.input-group-btn:last-child>.btn-group>#wp-calendar #next a,.input-group-btn:last-child>.btn-group>#wp-calendar #prev a,.input-group-btn:last-child>.btn-group>#wp-calendar td a,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.btn-group>.comment-reply-link,.input-group-btn:last-child>.btn-group>.comment-respond #submit,.input-group-btn:last-child>.comment-reply-link,.input-group-btn:last-child>.comment-respond #submit,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}#searchform .input-group-btn:first-child>#searchsubmit,#wp-calendar #next .input-group-btn:first-child>a,#wp-calendar #prev .input-group-btn:first-child>a,#wp-calendar td .input-group-btn:first-child>a,.comment-respond .input-group-btn:first-child>#submit,.input-group-btn:first-child>#searchform #searchsubmit,.input-group-btn:first-child>#wp-calendar #next a,.input-group-btn:first-child>#wp-calendar #prev a,.input-group-btn:first-child>#wp-calendar td a,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group,.input-group-btn:first-child>.comment-reply-link,.input-group-btn:first-child>.comment-respond #submit{margin-right:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav>li,.nav>li>a{display:block;position:relative}.nav:after{clear:both}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{content:" ";display:table}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar{border-radius:4px}.navbar-header{float:left}.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.carousel-inner,.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}.navbar-static-top{z-index:1000;border-width:0 0 1px}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-image:-webkit-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-image:-o-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)}@media (min-width:768px){.navbar-toggle{display:none}.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle}#searchform .navbar-form #s,.navbar-form #searchform #s,.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}#searchform .navbar-form .input-group #s,.navbar-form .input-group #searchform #s,.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}#searchform .navbar-form .input-group>#s,.navbar-form .input-group>#searchform #s,.navbar-form .input-group>.form-control{width:100%}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.breadcrumb>li,.pagination{display:inline-block}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:8px;margin-bottom:8px}#searchform .btn-group-sm>#searchsubmit.navbar-btn,#wp-calendar #next .btn-group-sm>a.navbar-btn,#wp-calendar #next a.navbar-btn,#wp-calendar #prev .btn-group-sm>a.navbar-btn,#wp-calendar #prev a.navbar-btn,#wp-calendar td .btn-group-sm>a.navbar-btn,.btn-group-sm>#searchform #searchsubmit.navbar-btn,.btn-group-sm>#wp-calendar #next a.navbar-btn,.btn-group-sm>#wp-calendar #prev a.navbar-btn,.btn-group-sm>#wp-calendar td a.navbar-btn,.btn-group-sm>.btn.navbar-btn,.btn-group-sm>.comment-reply-link.navbar-btn,.btn-group-sm>.comment-respond #submit.navbar-btn,.comment-respond .btn-group-sm>#submit.navbar-btn,.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}#searchform .btn-group-xs>#searchsubmit.navbar-btn,#wp-calendar #next .btn-group-xs>a.navbar-btn,#wp-calendar #prev .btn-group-xs>a.navbar-btn,#wp-calendar td .btn-group-xs>a.navbar-btn,.btn-group-xs>#searchform #searchsubmit.navbar-btn,.btn-group-xs>#wp-calendar #next a.navbar-btn,.btn-group-xs>#wp-calendar #prev a.navbar-btn,.btn-group-xs>#wp-calendar td a.navbar-btn,.btn-group-xs>.btn.navbar-btn,.btn-group-xs>.comment-reply-link.navbar-btn,.btn-group-xs>.comment-respond #submit.navbar-btn,.comment-respond .btn-group-xs>#submit.navbar-btn,.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.badge,.label{font-weight:700;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}.label:empty{display:none}#searchform #searchsubmit .label,#wp-calendar #next a .label,#wp-calendar #prev a .label,#wp-calendar td a .label,.btn .label,.comment-reply-link .label,.comment-respond #submit .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;background-color:#777;border-radius:10px}.badge:empty{display:none}.media-object,.thumbnail{display:block}#searchform #searchsubmit .badge,#wp-calendar #next a .badge,#wp-calendar #prev a .badge,#wp-calendar td a .badge,.btn .badge,.comment-reply-link .badge,.comment-respond #submit .badge{position:relative;top:-1px}#searchform .btn-group-xs>#searchsubmit .badge,#wp-calendar #next .btn-group-xs>a .badge,#wp-calendar #prev .btn-group-xs>a .badge,#wp-calendar td .btn-group-xs>a .badge,.btn-group-xs>#searchform #searchsubmit .badge,.btn-group-xs>#wp-calendar #next a .badge,.btn-group-xs>#wp-calendar #prev a .badge,.btn-group-xs>#wp-calendar td a .badge,.btn-group-xs>.btn .badge,.btn-group-xs>.comment-reply-link .badge,.btn-group-xs>.comment-respond #submit .badge,.btn-xs .badge,.comment-respond .btn-group-xs>#submit .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron{padding:30px 15px;margin-bottom:30px;background-color:#eee}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.alert,.thumbnail{margin-bottom:20px}.alert .alert-link,.close{font-weight:700}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{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:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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)}.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning{background-image:-webkit-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-image:-o-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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-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-image:-o-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-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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-title,.panel>#wp-calendar,.panel>.list-group,.panel>.panel-collapse>#wp-calendar,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.panel-collapse>table,.panel>.table,.panel>.table-responsive>#wp-calendar,.panel>.table-responsive>.table,.panel>.table-responsive>table,.panel>table{margin-bottom:0}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;font-size:16px}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>#wp-calendar:first-child,.panel>#wp-calendar:first-child>tbody:first-child>tr:first-child,.panel>#wp-calendar:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>table:first-child,.panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child,.panel>table:first-child,.panel>table:first-child>tbody:first-child>tr:first-child,.panel>table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>#wp-calendar:last-child,.panel>#wp-calendar:last-child>tbody:last-child>tr:last-child,.panel>#wp-calendar:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>table:last-child,.panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>table:last-child,.panel>table:last-child>tbody:last-child>tr:last-child,.panel>table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>#wp-calendar caption,.panel>.panel-collapse>#wp-calendar caption,.panel>.panel-collapse>.table caption,.panel>.panel-collapse>table caption,.panel>.table caption,.panel>.table-responsive>#wp-calendar caption,.panel>.table-responsive>.table caption,.panel>.table-responsive>table caption,.panel>table caption{padding-left:15px;padding-right:15px}.panel>#wp-calendar:first-child>tbody:first-child>tr:first-child td:first-child,.panel>#wp-calendar:first-child>tbody:first-child>tr:first-child th:first-child,.panel>#wp-calendar:first-child>thead:first-child>tr:first-child td:first-child,.panel>#wp-calendar:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>#wp-calendar:first-child>tbody:first-child>tr:first-child td:last-child,.panel>#wp-calendar:first-child>tbody:first-child>tr:first-child th:last-child,.panel>#wp-calendar:first-child>thead:first-child>tr:first-child td:last-child,.panel>#wp-calendar:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>#wp-calendar:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>#wp-calendar:last-child>tbody:last-child>tr:last-child td:first-child,.panel>#wp-calendar:last-child>tbody:last-child>tr:last-child th:first-child,.panel>#wp-calendar:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>#wp-calendar:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>#wp-calendar:last-child>tbody:last-child>tr:last-child td:last-child,.panel>#wp-calendar:last-child>tbody:last-child>tr:last-child th:last-child,.panel>#wp-calendar:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>#wp-calendar:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>#wp-calendar:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>#wp-calendar+.panel-body,.panel>.panel-body+#wp-calendar,.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.panel-body+table,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body,.panel>table+.panel-body{border-top:1px solid #ddd}.panel>#wp-calendar>tbody:first-child>tr:first-child td,.panel>#wp-calendar>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th,.panel>table>tbody:first-child>tr:first-child td,.panel>table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.popover,.tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.carousel-caption,.carousel-control{text-shadow:0 1px 2px rgba(0,0,0,.6)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-content,.popover{background-clip:padding-box}.modal{display:none;position:fixed;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}#searchform .modal-footer #searchform #searchsubmit+#searchsubmit,#searchform .modal-footer #searchsubmit+.btn,#searchform .modal-footer #wp-calendar #next a+#searchsubmit,#searchform .modal-footer #wp-calendar #prev a+#searchsubmit,#searchform .modal-footer #wp-calendar td a+#searchsubmit,#searchform .modal-footer .btn+#searchsubmit,#searchform .modal-footer .comment-reply-link+#searchsubmit,#searchform .modal-footer .comment-respond #submit+#searchsubmit,#wp-calendar #next .modal-footer #searchform #searchsubmit+a,#wp-calendar #next .modal-footer #wp-calendar #next a+a,#wp-calendar #next .modal-footer #wp-calendar #prev a+a,#wp-calendar #next .modal-footer #wp-calendar td a+a,#wp-calendar #next .modal-footer .btn+a,#wp-calendar #next .modal-footer .comment-reply-link+a,#wp-calendar #next .modal-footer .comment-respond #submit+a,#wp-calendar #next .modal-footer a+.btn,#wp-calendar #prev .modal-footer #searchform #searchsubmit+a,#wp-calendar #prev .modal-footer #wp-calendar #next a+a,#wp-calendar #prev .modal-footer #wp-calendar #prev a+a,#wp-calendar #prev .modal-footer #wp-calendar td a+a,#wp-calendar #prev .modal-footer .btn+a,#wp-calendar #prev .modal-footer .comment-reply-link+a,#wp-calendar #prev .modal-footer .comment-respond #submit+a,#wp-calendar #prev .modal-footer a+.btn,#wp-calendar td .modal-footer #searchform #searchsubmit+a,#wp-calendar td .modal-footer #wp-calendar #next a+a,#wp-calendar td .modal-footer #wp-calendar #prev a+a,#wp-calendar td .modal-footer #wp-calendar td a+a,#wp-calendar td .modal-footer .btn+a,#wp-calendar td .modal-footer .comment-reply-link+a,#wp-calendar td .modal-footer .comment-respond #submit+a,#wp-calendar td .modal-footer a+.btn,.comment-respond .modal-footer #searchform #searchsubmit+#submit,.comment-respond .modal-footer #submit+.btn,.comment-respond .modal-footer #wp-calendar #next a+#submit,.comment-respond .modal-footer #wp-calendar #prev a+#submit,.comment-respond .modal-footer #wp-calendar td a+#submit,.comment-respond .modal-footer .btn+#submit,.comment-respond .modal-footer .comment-reply-link+#submit,.comment-respond .modal-footer .comment-respond #submit+#submit,.modal-footer #searchform #searchsubmit+#searchform #searchsubmit,.modal-footer #searchform #searchsubmit+#wp-calendar #next a,.modal-footer #searchform #searchsubmit+#wp-calendar #prev a,.modal-footer #searchform #searchsubmit+#wp-calendar td a,.modal-footer #searchform #searchsubmit+.btn,.modal-footer #searchform #searchsubmit+.comment-reply-link,.modal-footer #searchform #searchsubmit+.comment-respond #submit,.modal-footer #wp-calendar #next a+#searchform #searchsubmit,.modal-footer #wp-calendar #next a+#wp-calendar #next a,.modal-footer #wp-calendar #next a+#wp-calendar #prev a,.modal-footer #wp-calendar #next a+#wp-calendar td a,.modal-footer #wp-calendar #next a+.btn,.modal-footer #wp-calendar #next a+.comment-reply-link,.modal-footer #wp-calendar #next a+.comment-respond #submit,.modal-footer #wp-calendar #prev a+#searchform #searchsubmit,.modal-footer #wp-calendar #prev a+#wp-calendar #next a,.modal-footer #wp-calendar #prev a+#wp-calendar #prev a,.modal-footer #wp-calendar #prev a+#wp-calendar td a,.modal-footer #wp-calendar #prev a+.btn,.modal-footer #wp-calendar #prev a+.comment-reply-link,.modal-footer #wp-calendar #prev a+.comment-respond #submit,.modal-footer #wp-calendar td a+#searchform #searchsubmit,.modal-footer #wp-calendar td a+#wp-calendar #next a,.modal-footer #wp-calendar td a+#wp-calendar #prev a,.modal-footer #wp-calendar td a+#wp-calendar td a,.modal-footer #wp-calendar td a+.btn,.modal-footer #wp-calendar td a+.comment-reply-link,.modal-footer #wp-calendar td a+.comment-respond #submit,.modal-footer .btn+#searchform #searchsubmit,.modal-footer .btn+#wp-calendar #next a,.modal-footer .btn+#wp-calendar #prev a,.modal-footer .btn+#wp-calendar td a,.modal-footer .btn+.btn,.modal-footer .btn+.comment-reply-link,.modal-footer .btn+.comment-respond #submit,.modal-footer .comment-reply-link+#searchform #searchsubmit,.modal-footer .comment-reply-link+#wp-calendar #next a,.modal-footer .comment-reply-link+#wp-calendar #prev a,.modal-footer .comment-reply-link+#wp-calendar td a,.modal-footer .comment-reply-link+.btn,.modal-footer .comment-reply-link+.comment-reply-link,.modal-footer .comment-reply-link+.comment-respond #submit,.modal-footer .comment-respond #submit+#searchform #searchsubmit,.modal-footer .comment-respond #submit+#wp-calendar #next a,.modal-footer .comment-respond #submit+#wp-calendar #prev a,.modal-footer .comment-respond #submit+#wp-calendar td a,.modal-footer .comment-respond #submit+.btn,.modal-footer .comment-respond #submit+.comment-reply-link,.modal-footer .comment-respond #submit+.comment-respond #submit{margin-left:5px;margin-bottom:0}#searchform .modal-footer .btn-group #searchform #searchsubmit+#searchsubmit,#searchform .modal-footer .btn-group #searchsubmit+.btn,#searchform .modal-footer .btn-group #wp-calendar #next a+#searchsubmit,#searchform .modal-footer .btn-group #wp-calendar #prev a+#searchsubmit,#searchform .modal-footer .btn-group #wp-calendar td a+#searchsubmit,#searchform .modal-footer .btn-group .btn+#searchsubmit,#searchform .modal-footer .btn-group .comment-reply-link+#searchsubmit,#searchform .modal-footer .btn-group .comment-respond #submit+#searchsubmit,#wp-calendar #next .modal-footer .btn-group #searchform #searchsubmit+a,#wp-calendar #next .modal-footer .btn-group #wp-calendar #next a+a,#wp-calendar #next .modal-footer .btn-group #wp-calendar #prev a+a,#wp-calendar #next .modal-footer .btn-group #wp-calendar td a+a,#wp-calendar #next .modal-footer .btn-group .btn+a,#wp-calendar #next .modal-footer .btn-group .comment-reply-link+a,#wp-calendar #next .modal-footer .btn-group .comment-respond #submit+a,#wp-calendar #next .modal-footer .btn-group a+.btn,#wp-calendar #prev .modal-footer .btn-group #searchform #searchsubmit+a,#wp-calendar #prev .modal-footer .btn-group #wp-calendar #next a+a,#wp-calendar #prev .modal-footer .btn-group #wp-calendar #prev a+a,#wp-calendar #prev .modal-footer .btn-group #wp-calendar td a+a,#wp-calendar #prev .modal-footer .btn-group .btn+a,#wp-calendar #prev .modal-footer .btn-group .comment-reply-link+a,#wp-calendar #prev .modal-footer .btn-group .comment-respond #submit+a,#wp-calendar #prev .modal-footer .btn-group a+.btn,#wp-calendar td .modal-footer .btn-group #searchform #searchsubmit+a,#wp-calendar td .modal-footer .btn-group #wp-calendar #next a+a,#wp-calendar td .modal-footer .btn-group #wp-calendar #prev a+a,#wp-calendar td .modal-footer .btn-group #wp-calendar td a+a,#wp-calendar td .modal-footer .btn-group .btn+a,#wp-calendar td .modal-footer .btn-group .comment-reply-link+a,#wp-calendar td .modal-footer .btn-group .comment-respond #submit+a,#wp-calendar td .modal-footer .btn-group a+.btn,.comment-respond .modal-footer .btn-group #searchform #searchsubmit+#submit,.comment-respond .modal-footer .btn-group #submit+.btn,.comment-respond .modal-footer .btn-group #wp-calendar #next a+#submit,.comment-respond .modal-footer .btn-group #wp-calendar #prev a+#submit,.comment-respond .modal-footer .btn-group #wp-calendar td a+#submit,.comment-respond .modal-footer .btn-group .btn+#submit,.comment-respond .modal-footer .btn-group .comment-reply-link+#submit,.comment-respond .modal-footer .btn-group .comment-respond #submit+#submit,.modal-footer .btn-group #searchform #searchsubmit+#searchform #searchsubmit,.modal-footer .btn-group #searchform #searchsubmit+#wp-calendar #next a,.modal-footer .btn-group #searchform #searchsubmit+#wp-calendar #prev a,.modal-footer .btn-group #searchform #searchsubmit+#wp-calendar td a,.modal-footer .btn-group #searchform #searchsubmit+.btn,.modal-footer .btn-group #searchform #searchsubmit+.comment-reply-link,.modal-footer .btn-group #searchform #searchsubmit+.comment-respond #submit,.modal-footer .btn-group #wp-calendar #next a+#searchform #searchsubmit,.modal-footer .btn-group #wp-calendar #next a+#wp-calendar #next a,.modal-footer .btn-group #wp-calendar #next a+#wp-calendar #prev a,.modal-footer .btn-group #wp-calendar #next a+#wp-calendar td a,.modal-footer .btn-group #wp-calendar #next a+.btn,.modal-footer .btn-group #wp-calendar #next a+.comment-reply-link,.modal-footer .btn-group #wp-calendar #next a+.comment-respond #submit,.modal-footer .btn-group #wp-calendar #prev a+#searchform #searchsubmit,.modal-footer .btn-group #wp-calendar #prev a+#wp-calendar #next a,.modal-footer .btn-group #wp-calendar #prev a+#wp-calendar #prev a,.modal-footer .btn-group #wp-calendar #prev a+#wp-calendar td a,.modal-footer .btn-group #wp-calendar #prev a+.btn,.modal-footer .btn-group #wp-calendar #prev a+.comment-reply-link,.modal-footer .btn-group #wp-calendar #prev a+.comment-respond #submit,.modal-footer .btn-group #wp-calendar td a+#searchform #searchsubmit,.modal-footer .btn-group #wp-calendar td a+#wp-calendar #next a,.modal-footer .btn-group #wp-calendar td a+#wp-calendar #prev a,.modal-footer .btn-group #wp-calendar td a+#wp-calendar td a,.modal-footer .btn-group #wp-calendar td a+.btn,.modal-footer .btn-group #wp-calendar td a+.comment-reply-link,.modal-footer .btn-group #wp-calendar td a+.comment-respond #submit,.modal-footer .btn-group .btn+#searchform #searchsubmit,.modal-footer .btn-group .btn+#wp-calendar #next a,.modal-footer .btn-group .btn+#wp-calendar #prev a,.modal-footer .btn-group .btn+#wp-calendar td a,.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .btn+.comment-reply-link,.modal-footer .btn-group .btn+.comment-respond #submit,.modal-footer .btn-group .comment-reply-link+#searchform #searchsubmit,.modal-footer .btn-group .comment-reply-link+#wp-calendar #next a,.modal-footer .btn-group .comment-reply-link+#wp-calendar #prev a,.modal-footer .btn-group .comment-reply-link+#wp-calendar td a,.modal-footer .btn-group .comment-reply-link+.btn,.modal-footer .btn-group .comment-reply-link+.comment-reply-link,.modal-footer .btn-group .comment-reply-link+.comment-respond #submit,.modal-footer .btn-group .comment-respond #submit+#searchform #searchsubmit,.modal-footer .btn-group .comment-respond #submit+#wp-calendar #next a,.modal-footer .btn-group .comment-respond #submit+#wp-calendar #prev a,.modal-footer .btn-group .comment-respond #submit+#wp-calendar td a,.modal-footer .btn-group .comment-respond #submit+.btn,.modal-footer .btn-group .comment-respond #submit+.comment-reply-link,.modal-footer .btn-group .comment-respond #submit+.comment-respond #submit{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;line-height:1.42857;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.comment-author,.comment-edit-link,.gallery-caption{font-weight:700}#wp-calendar tbody,#wp-calendar thead tr th,.carousel-caption,.carousel-control,.wp-caption{text-align:center}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff}#searchform .carousel-caption #searchsubmit,#wp-calendar #next .carousel-caption a,#wp-calendar #prev .carousel-caption a,#wp-calendar td .carousel-caption a,.carousel-caption #searchform #searchsubmit,.carousel-caption #wp-calendar #next a,.carousel-caption #wp-calendar #prev a,.carousel-caption #wp-calendar td a,.carousel-caption .btn,.carousel-caption .comment-reply-link,.carousel-caption .comment-respond #submit,.comment-respond .carousel-caption #submit,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.alignnone{margin:5px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.aligncenter{display:block;margin:5px auto}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px}img.alignnone{max-width:96%;height:auto;width:auto}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:4px 5px 2px}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}embed,iframe{max-width:100%}.sticky{background:#eee;padding:20px}.comment-form-comment #comment{width:100%}.comment-body{margin-top:10px;margin-bottom:10px}.comment-respond code{white-space:pre-wrap}#wp-calendar tbody a,#wp-calendar thead tr th a{padding:0;border:none}#searchform #searchsubmit{margin-top:5px}.widget{margin-bottom:5px}.post{-ms-word-wrap:break-word;word-wrap:break-word}.clearfix:after,.clearfix:before{content:" ";display:table}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;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);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/fonts/slick.eot);src:url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/fonts/slick.eot?#iefix) format('embedded-opentype'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/fonts/slick.woff) format('woff'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/fonts/slick.ttf) format('truetype'),url(//www.colorandinafoods.com.br/blog/wp-content/plugins/ht-mega-for-elementor/assets/fonts/slick.svg#slick) format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir='rtl'] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir='rtl'] .slick-next:before{content:'â†'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}@font-face {
font-family: "Flaticon";
src: url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.eot);
src: url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.woff) format("woff"),
url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.ttf) format("truetype"),
url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/flat-icon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-random:before { content: "\f100"; }
.flaticon-retweet:before { content: "\f101"; }
.flaticon-law:before { content: "\f102"; }
.flaticon-law-1:before { content: "\f103"; }
.flaticon-heart-1:before { content: "\f104"; }
.flaticon-heart:before { content: "\f105"; }
.flaticon-supermarket:before { content: "\f106"; }
.flaticon-supermarket-1:before { content: "\f107"; }
.flaticon-shopping-cart:before { content: "\f108"; }
.flaticon-shopping-cart-1:before { content: "\f109"; }
.flaticon-shopping-cart-2:before { content: "\f10a"; }
.flaticon-shop:before { content: "\f10b"; }
.flaticon-shopping-bag:before { content: "\f10c"; }
.flaticon-basket-1:before { content: "\f10d"; }
.flaticon-basket:before { content: "\f10e"; }
.flaticon-cart:before { content: "\f10f"; }
.flaticon-search:before { content: "\f110"; }
.flaticon-discount:before { content: "\f111"; }
.flaticon-save:before { content: "\f112"; }
.flaticon-text:before { content: "\f113"; }
.flaticon-align-right:before { content: "\f114"; }
.flaticon-list-menu:before { content: "\f115"; }
.flaticon-menu-2:before { content: "\f116"; }
.flaticon-grid:before { content: "\f117"; }
.flaticon-menu-3:before { content: "\f118"; }
.flaticon-menu:before { content: "\f119"; }
.flaticon-list:before { content: "\f11a"; }
.flaticon-checklist:before { content: "\f11b"; }
.flaticon-menu-1:before { content: "\f11c"; }.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0; }
.tooltip.in {
opacity: 1; }
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 0px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.emb.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.hidden{display:none !important;}.affix{position:fixed;}@-ms-viewport{width:device-width;}.visible-xs{display:none !important;}.visible-sm{display:none !important;}.visible-md{display:none !important;}.visible-lg{display:none !important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important;}@media (max-width:767px){.visible-xs{display:block !important;}table.visible-xs{display:table;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (max-width:767px){.visible-xs-block{display:block !important;}}@media (max-width:767px){.visible-xs-inline{display:inline !important;}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}table.visible-sm{display:table;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}table.visible-md{display:table;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important;}}@media (min-width:1200px){.visible-lg{display:block !important;}table.visible-lg{display:table;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}@media (min-width:1200px){.visible-lg-block{display:block !important;}}@media (min-width:1200px){.visible-lg-inline{display:inline !important;}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important;}}@media (max-width:767px){.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-lg{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}table.visible-print{display:table;}tr.visible-print{display:table-row !important;}th.visible-print,td.visible-print{display:table-cell !important;}}.visible-print-block{display:none !important;}@media print{.visible-print-block{display:block !important;}}.visible-print-inline{display:none !important;}@media print{.visible-print-inline{display:inline !important;}}.visible-print-inline-block{display:none !important;}@media print{.visible-print-inline-block{display:inline-block !important;}}@media print{.hidden-print{display:none !important;}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#444;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--wp-admin-theme-color,#0073aa);color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--wp-admin-theme-color,#0073aa)}form.cart {
float: none !important;
}
.upsell-products .product_list.grid div.product {
margin: 0 !important;
}
.upsell-products {
width: 100%;
}
.upsell-products .item-info {
margin: 0 15px;
}
.upsell-products > .up-sells.products > h2 {
margin: 20px 0 10px 0 !important;
}
.upsell-products h3.item-title {
font-size: 0.9em !important;
line-height: 1.1 !important;
margin: 0 0 10px !important;
}
.upsell-products > .upsells.products {
margin: 20px 0 0;
}
.upsell-products + .woocommerce #shipping-calc {
margin-top: 0 !important;
}
.upsell-products span.price {
font-size: 1.2em;
}
.upsell-products .item-img-info .product-image img {
max-width: 80% !important;
}
@media (max-width: 992px) {
.upsell-products
.product_list.grid
.block-product-inner
.item-info
.item-content
h2,
.upsell-products
.product_list.grid
.block-product-inner
.item-info
.item-content
h3 {
height: 100px !important;
white-space: normal !important;
margin: auto !important; }
.upsell-products .item-img-info .product-image img {
max-width: 80% !important;
}
}
@media (max-width: 799px) {
.upsell-products .owl-item {
margin-left: 0 !important;
margin-right: 0 !important;
}
}@-ms-keyframes circle{0%{opacity:1;}40%{opacity:1;}100%{width:200%;height:200%;opacity:0;}}@-o-keyframes circle{0%{opacity:1;}40%{opacity:1;}100%{width:200%;height:200%;opacity:0;}}@-webkit-keyframes circle{0%{opacity:1;}40%{opacity:1;}100%{width:200%;height:200%;opacity:0;}}@keyframes circle{0%{opacity:1;}40%{opacity:1;}100%{width:200%;height:200%;opacity:0;}}@-ms-keyframes shinex{100%{left:125%;}}@-o-keyframes shinex{100%{left:125%;}}@-webkit-keyframes shinex{100%{left:125%;}}@keyframes shinex{100%{left:125%;}}@-ms-keyframes flash{0%{opacity:0.4;}100%{opacity:1;}}@-o-keyframes flash{0%{opacity:0.4;}100%{opacity:1;}}@-webkit-keyframes flash{0%{opacity:0.4;}100%{opacity:1;}}@keyframes flash{0%{opacity:0.4;}100%{opacity:1;}}@-webkit-keyframes snsnavloadding{0%{-webkit-transform:rotate(0);transform:rotate(0);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes snsnavloadding{0%{-webkit-transform:rotate(0);transform:rotate(0);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes snssheen{100%{transform:rotateZ(60deg) translate(1em, -9em);}}@keyframes snssheen{100%{transform:rotateZ(60deg) translate(1em, -9em);}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg);}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spinAround{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes spinAround{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@font-face{font-family:'star';src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/star.eot);src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/star.eot?#iefix) format('embedded-opentype'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/star.woff) format('woff'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/star.ttf) format('truetype'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/star.svg#star) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'WooCommerce';src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/WooCommerce.eot);src:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/WooCommerce.eot?#iefix) format('embedded-opentype'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/WooCommerce.woff) format('woff'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/WooCommerce.ttf) format('truetype'), url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/fonts/WooCommerce.svg#WooCommerce) format('svg');font-weight:normal;font-style:normal;}.price{white-space:nowrap;min-height:28px;font-size:1.2857em;}.price .amount{color:#333;font-weight:bold;}.price del{text-decoration:none;position:relative;padding:0 3px;}.price del .amount{font-weight:normal;color:#666;}.price del:before{content:'';display:block;width:100%;height:1px;background:#666;position:absolute;top:50%;left:0;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}@media (min-width:1199px){.price del:before{margin-top:0px;}}.price ins{margin:0 0 0 5px;text-decoration:none;}.price .from{font-size:1em;margin:-2px 0 0 0;text-transform:uppercase;}.product-type-variable .price{font-size:1.2857em;}p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0, 0, 0, 0.2);}.admin-bar p.demo_store{top:32px;}.clear{clear:both;}a.remove{display:block;width:24px;height:24px;line-height:22px;text-align:center;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;position:relative;border:1px solid #eaeaea;color:#666;overflow:hidden;background-color:#fff;padding:0 0;font-size:0px;border-radius:100%;}a.remove:hover{color:#c74729;border-color:#c74729;}a.remove:before{content:"\f00d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;height:22px;text-align:center;line-height:22px;height:100%;width:100%;font-size:12px;}.blockUI.blockOverlay{position:relative;background:transparent !important;}.blockUI.blockOverlay:before{content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.loader{background:transparent !important;}.loader:before{content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info{padding:11px 10px 6px 40px;margin:0 0 20px;position:relative;list-style:none !important;*zoom:1;width:auto;}.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after{content:" ";display:table;}.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after{clear:both;}.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before{font-family:"WooCommerce";content:"\e028";display:inline-block;position:absolute;top:9px;left:16px;}.woocommerce .woocommerce-message .button,.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button{float:right;background:#c74729;color:#fff;font-size:100%;padding:5px 15px;margin-top:-5px;border:none;}.woocommerce .woocommerce-message li,.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li{list-style:none;padding-left:0;margin-left:0;}.woocommerce .woocommerce-message{background:#dff0d8;color:#8fae1b;}.woocommerce .woocommerce-message:before{content:"\e015";color:#8fae1b;}.woocommerce .woocommerce-info{background:#d9edf7;color:#1e85be;}.woocommerce .woocommerce-info:before{color:#1e85be;}.woocommerce .woocommerce-error{background:#f2dede;color:#b94a48;}.woocommerce .woocommerce-error:before{content:"\e016";color:#b94a48;}.woocommerce small.note{display:block;color:#777;font-size:0.857em;margin-top:10px;}.woocommerce .woocommerce-breadcrumb{*zoom:1;margin:0 0 1em;padding:0;font-size:0.92em;color:#777;}.woocommerce .woocommerce-breadcrumb:before,.woocommerce .woocommerce-breadcrumb:after{content:" ";display:table;}.woocommerce .woocommerce-breadcrumb:after{clear:both;}.woocommerce .woocommerce-breadcrumb a{color:#777;}.woocommerce .quantity .qty{width:3.631em;text-align:center;color:#666;}.woocommerce div.type-product,.woocommerce div.product{margin-bottom:0;position:relative;}.woocommerce div.type-product .product_title,.woocommerce div.product .product_title{clear:none;padding:0;text-transform:none;font-weight:bold;}.woocommerce div.type-product p.stock,.woocommerce div.product p.stock{font-size:0.92em;}.woocommerce div.type-product .stock,.woocommerce div.product .stock{color:#38e534;}.woocommerce div.type-product .out-of-stock,.woocommerce div.product .out-of-stock{color:red;}.woocommerce div.type-product .woocommerce-product-rating,.woocommerce div.product .woocommerce-product-rating{position:relative;}.woocommerce div.type-product .woocommerce-product-rating .woocommerce-review-link,.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{position:absolute;}.woocommerce div.type-product div.social,.woocommerce div.product div.social{text-align:right;margin:0 0 1em;}.woocommerce div.type-product div.social span,.woocommerce div.product div.social span{margin:0 0 0 2px;}.woocommerce div.type-product div.social span span,.woocommerce div.product div.social span span{margin:0;}.woocommerce div.type-product div.social span .stButton .chicklets,.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0;}.woocommerce div.type-product div.social iframe,.woocommerce div.product div.social iframe{float:left;margin-top:3px;}.woocommerce div.type-product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:0.5em 0;font-weight:700;color:#515151;text-decoration:none;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.type-product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";}.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb;}.woocommerce div.type-product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb;}.woocommerce div.type-product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1;}.woocommerce div.type-product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0;}.woocommerce div.type-product p.cart,.woocommerce div.product p.cart{*zoom:1;}.woocommerce div.type-product p.cart:before,.woocommerce div.product p.cart:before,.woocommerce div.type-product p.cart:after,.woocommerce div.product p.cart:after{content:" ";display:table;}.woocommerce div.type-product p.cart:after,.woocommerce div.product p.cart:after{clear:both;}.woocommerce div.type-product form.cart,.woocommerce div.product form.cart{*zoom:1;}.woocommerce div.type-product form.cart:before,.woocommerce div.product form.cart:before,.woocommerce div.type-product form.cart:after,.woocommerce div.product form.cart:after{content:" ";display:table;}.woocommerce div.type-product form.cart:after,.woocommerce div.product form.cart:after{clear:both;}.woocommerce div.type-product form.cart table,.woocommerce div.product form.cart table{margin:0 0 15px;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9;}.woocommerce div.type-product form.cart table td,.woocommerce div.product form.cart table td{border-right:1px solid #e9e9e9;border-top:1px solid #e9e9e9;vertical-align:middle;display:table-cell;padding:0 8px;}.woocommerce div.type-product form.cart table td label,.woocommerce div.product form.cart table td label{margin:0 5px 5px 0px !important;float:none;line-height:inherit !important;}.woocommerce div.type-product form.cart table td .quantity,.woocommerce div.product form.cart table td .quantity{text-align:center;margin:10px !important;height:32px !important;}.woocommerce div.type-product form.cart table td .quantity .qty,.woocommerce div.product form.cart table td .quantity .qty{line-height:30px !important;height:30px;padding:0 10px;}.woocommerce div.type-product form.cart table td.price,.woocommerce div.product form.cart table td.price{text-align:center;padding:0 5px;font-size:1em;}.woocommerce div.type-product form.cart table td.price del,.woocommerce div.product form.cart table td.price del{margin-left:10px;}@media (min-width:1199px){.woocommerce div.type-product form.cart table td.price del:before,.woocommerce div.product form.cart table td.price del:before{margin-top:-2px;}}.woocommerce div.type-product form.cart table td.price ins,.woocommerce div.product form.cart table td.price ins{float:none;margin-right:10px;}.woocommerce div.type-product form.cart table td.price .stock,.woocommerce div.product form.cart table td.price .stock{margin-top:5px;}.woocommerce div.type-product form.cart table td.label,.woocommerce div.product form.cart table td.label{text-align:center;padding:5px 10px;}.woocommerce div.type-product form.cart table small.stock,.woocommerce div.product form.cart table small.stock{display:block;float:none;}.woocommerce div.type-product form.cart table.group_table .quantity,.woocommerce div.product form.cart table.group_table .quantity{padding:0 5px;overflow:hidden;}.woocommerce div.type-product form.cart table.group_table .quantity label.screen-reader-text,.woocommerce div.product form.cart table.group_table .quantity label.screen-reader-text{display:none;}.woocommerce div.type-product form.cart table.group_table .quantity .qty,.woocommerce div.product form.cart table.group_table .quantity .qty{margin:0;}.woocommerce div.type-product form.cart table.group_table td:first-child,.woocommerce div.product form.cart table.group_table td:first-child{width:80px;padding:0 0;}.woocommerce div.type-product form.cart table.group_table td label,.woocommerce div.product form.cart table.group_table td label{margin:0 !important;}.woocommerce div.type-product form.cart table.group_table td.label,.woocommerce div.product form.cart table.group_table td.label{text-align:left;white-space:normal;line-height:inherit;}.woocommerce div.type-product form.cart table.group_table .button.add_to_cart_button,.woocommerce div.product form.cart table.group_table .button.add_to_cart_button{padding:5px 15px;margin:10px;border-radius:0px;}.woocommerce div.type-product form.cart .single_variation_wrap .single_variation,.woocommerce div.product form.cart .single_variation_wrap .single_variation{margin:0 0 25px;*zoom:1;}.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:before,.woocommerce div.product form.cart .single_variation_wrap .single_variation:before,.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after,.woocommerce div.product form.cart .single_variation_wrap .single_variation:after{content:" ";display:table;}.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after,.woocommerce div.product form.cart .single_variation_wrap .single_variation:after{clear:both;}.woocommerce div.type-product form.cart .button,.woocommerce div.product form.cart .button{vertical-align:middle;float:left;}.woocommerce ul.products{padding:0;list-style:none;clear:both;*zoom:1;}.woocommerce ul.products:before,.woocommerce ul.products:after{content:" ";display:table;}.woocommerce ul.products:after{clear:both;}.woocommerce ul.products li{list-style:none;}.woocommerce .woocommerce-result-count{margin:0 0 1em;}.woocommerce .woocommerce-ordering{margin:0 0 1em;}.woocommerce .woocommerce-ordering select{vertical-align:top;border:1px solid #eaeaea;}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{-webkit-font-smoothing:antialiased;}.woocommerce a.button:disabled,.woocommerce button.button:disabled,.woocommerce input.button:disabled,.woocommerce #respond input#submit:disabled,.woocommerce a.button.disabled,.woocommerce button.button.disabled,.woocommerce input.button.disabled,.woocommerce #respond input#submit.disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button:disabled[disabled],.woocommerce input.button:disabled[disabled],.woocommerce #respond input#submit:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:0.5;color:#fff;}.woocommerce .cart .button,.woocommerce .cart input.button{float:none;}.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0 0;}.woocommerce #reviews h2 small a{text-decoration:none;color:#777;}.woocommerce #reviews h3{margin:0;}.woocommerce #reviews p.woocommerce-noreviews{margin:0 0 20px;padding:10px 15px;border:1px solid rgba(199, 71, 41, 0.12);background-color:rgba(199, 71, 41, 0.08);border-radius:5px;}.woocommerce #reviews #respond{margin:0;border:0;padding:0;}.woocommerce #reviews #comment{height:100px;}.woocommerce #reviews #comments .add_review{*zoom:1;}.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments .add_review:after{content:" ";display:table;}.woocommerce #reviews #comments .add_review:after{clear:both;}.woocommerce #reviews #comments h2{clear:none;}.woocommerce #reviews #comments ol.commentlist{*zoom:1;margin:0;padding:0;list-style:none;margin:0;width:100%;background:none;list-style:none;}.woocommerce #reviews #comments ol.commentlist:before,.woocommerce #reviews #comments ol.commentlist:after{content:" ";display:table;}.woocommerce #reviews #comments ol.commentlist:after{clear:both;}.woocommerce #reviews #comments ol.commentlist li.review,.woocommerce #reviews #comments ol.commentlist li.comment{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0;}.woocommerce #reviews #comments ol.commentlist li.review img.avatar,.woocommerce #reviews #comments ol.commentlist li.comment img.avatar{float:left;position:absolute;top:0;left:0;padding:0px;width:50px;height:auto;background:#ebe9eb;border:1px solid #eee;margin:0;box-shadow:none;}.woocommerce #reviews #comments ol.commentlist li.review .comment-text,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text{margin:0 0 0 65px;border:1px solid #eee;border-radius:0px;padding:1em 1em 0;*zoom:1;}.woocommerce #reviews #comments ol.commentlist li.review .comment-text:before,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text:before,.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text:after{content:" ";display:table;}.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text:after{clear:both;}.woocommerce #reviews #comments ol.commentlist li.review .comment-text p,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text p{margin:0 0 15px;}.woocommerce #reviews #comments ol.commentlist li.review .comment-text p.meta,.woocommerce #reviews #comments ol.commentlist li.comment .comment-text p.meta{margin:5px 0 10px;}.woocommerce #reviews #comments ol.commentlist ol,.woocommerce #reviews #comments ol.commentlist ul{padding:0 0 0 25px;margin:0 0 25px;}.woocommerce #reviews #comments ol.commentlist ol ol,.woocommerce #reviews #comments ol.commentlist ul ol,.woocommerce #reviews #comments ol.commentlist ol ul,.woocommerce #reviews #comments ol.commentlist ul ul{margin:0 0;padding:0 0 0 30px;}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px;}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none;}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px;}.woocommerce #reviews #comments .commentlist > li:before{content:"";}.woocommerce .price{display:inline-block;}.woocommerce .star-rating{display:block;overflow:hidden;position:relative;height:16px;line-height:16px;font-size:11px;width:70px;letter-spacing:3px;font-family:'star';}.woocommerce .star-rating:before{content:"\53\53\53\53\53";color:#ccc;float:left;top:0;left:0;position:absolute;}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:24px;height:24px;}.woocommerce .star-rating span:before{content:"\53\53\53\53\53";color:#dfd200;top:0;position:absolute;left:0;}.woocommerce .woocommerce-product-rating{*zoom:1;line-height:16px;height:16px;display:block;}.woocommerce .woocommerce-product-rating:before,.woocommerce .woocommerce-product-rating:after{content:" ";display:table;}.woocommerce .woocommerce-product-rating:after{clear:both;}.woocommerce .woocommerce-product-rating .star-rating{margin:0.5em 4px 0 0;float:left;}.woocommerce .products .list-view .star-rating{display:block;margin:5px 0;float:none;position:relative;left:0;}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0 0;}.woocommerce #review_form #respond{*zoom:1;position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0;}.woocommerce #review_form #respond:before,.woocommerce #review_form #respond:after{content:" ";display:table;}.woocommerce #review_form #respond:after{clear:both;}.woocommerce #review_form #respond p{margin:0 0 10px;}.woocommerce #review_form #respond p input[type=email],.woocommerce #review_form #respond p input[type=text]{width:100%;}.woocommerce #review_form #respond p.comment-form-email{width:50%;float:left;padding-left:10px;}.woocommerce #review_form #respond p.comment-form-email label{display:block;}.woocommerce #review_form #respond p.comment-form-author{width:50%;float:left;padding-right:10px;}.woocommerce #review_form #respond p.comment-form-author label{display:block;}.woocommerce #review_form #respond .form-submit{width:100%;float:left;margin-top:10px;}.woocommerce #review_form #respond .form-submit input{left:auto;}.woocommerce #review_form #respond label{font-weight:bold;}.woocommerce #review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}.woocommerce #review_form #respond .comment-form-rating label{margin-bottom:5px;}.woocommerce p.stars{position:relative;font-size:12px;}.woocommerce p.stars a{display:inline-block;margin-right:1em;text-indent:-9999px;position:relative;border-bottom:0 !important;outline:0;line-height:12px;}.woocommerce p.stars a:last-child{border-right:0;}.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5{font-family:'star';margin-right:20px;display:inline-block;letter-spacing:2px;position:relative;height:16px;line-height:16px;}.woocommerce p.stars a.star-1:after,.woocommerce p.stars a.star-2:after,.woocommerce p.stars a.star-3:after,.woocommerce p.stars a.star-4:after,.woocommerce p.stars a.star-5:after{text-indent:0;position:absolute;top:0;left:0;content:"\53";color:#ccc;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce p.stars a.star-1:before,.woocommerce p.stars a.star-2:before,.woocommerce p.stars a.star-3:before,.woocommerce p.stars a.star-4:before,.woocommerce p.stars a.star-5:before{position:absolute;content:"";height:11px;width:1px;background:#ccc;right:-10px;top:3px;}.woocommerce p.stars a.star-1:hover:after,.woocommerce p.stars a.star-2:hover:after,.woocommerce p.stars a.star-3:hover:after,.woocommerce p.stars a.star-4:hover:after,.woocommerce p.stars a.star-5:hover:after,.woocommerce p.stars a.star-1.active:after,.woocommerce p.stars a.star-2.active:after,.woocommerce p.stars a.star-3.active:after,.woocommerce p.stars a.star-4.active:after,.woocommerce p.stars a.star-5.active:after{color:#edcc18;}.woocommerce p.stars a.star-1{width:14.5px;}.woocommerce p.stars a.star-1:after{content:"\53";}.woocommerce p.stars a.star-2{width:29px;}.woocommerce p.stars a.star-2:after{content:"\53\53";}.woocommerce p.stars a.star-3{width:43.5px;}.woocommerce p.stars a.star-3:after{content:"\53\53\53";}.woocommerce p.stars a.star-4{width:58px;}.woocommerce p.stars a.star-4:after{content:"\53\53\53\53";}.woocommerce p.stars a.star-5{width:72.5px;}.woocommerce p.stars a.star-5:after{content:"\53\53\53\53\53";}.woocommerce p.stars a.star-5:before{display:none;}.woocommerce table.shop_attributes{border:1px solid #eee;border-right:none;margin-bottom:1.618em;width:100%;}.woocommerce table.shop_attributes th{width:150px;font-weight:bold;padding:10px 15px;border-top:1px solid #eee;border-right:1px solid #eee;margin:0;line-height:1.5;color:#333;}.woocommerce table.shop_attributes td{padding:10px 15px;border-top:1px solid #eee;border-right:1px solid #eee;margin:0;line-height:1.5;}.woocommerce table.shop_attributes td p{margin:0;}.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th{background:#f9f9f9;}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0, 0, 0, 0.025);}.woocommerce table.shop_table{border:1px solid #eee;border-right:none;margin:0px 0px 65px 0px;text-align:left;width:100%;border-collapse:separate;overflow:hidden;}.woocommerce table.shop_table th{padding:12px 12px;text-align:center;border-bottom:none;}.woocommerce table.shop_table td{border-top:1px solid rgba(0, 0, 0, 0.1);padding:12px;vertical-align:middle;}.woocommerce table.shop_table td small{font-weight:normal;}.woocommerce table.shop_table td.product-remove{border-right:1px solid rgba(0, 0, 0, 0.1);width:60px;}.woocommerce table.shop_table td.product-remove .remove{margin:auto;}.woocommerce table.shop_table td.product-remove .remove:before{position:absolute;top:0px;left:0px;}.woocommerce table.shop_table td.product-thumbnail{width:110px;text-align:center;}.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal,.woocommerce table.shop_table td.product-quantity{text-align:center;}.woocommerce table.shop_table td.product-price label,.woocommerce table.shop_table td.product-subtotal label,.woocommerce table.shop_table td.product-quantity label{float:left;line-height:45px;}.woocommerce table.shop_table td.product-quantity{width:200px;}.woocommerce table.shop_table tbody:first-child tr:first-child th,.woocommerce table.shop_table tbody:first-child tr:first-child td{border-top:0;}.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tbody th{font-weight:700;border-top:1px solid rgba(0, 0, 0, 0.1);}.woocommerce table.my_account_orders th,.woocommerce table.my_account_orders td{padding:10px 10px;vertical-align:middle;}.woocommerce table.my_account_orders .button{white-space:nowrap;}.woocommerce table.my_account_orders .order-actions{text-align:right;}.woocommerce table.my_account_orders .order-actions .button{margin:0.125em 0 0.125em 0.25em;}.woocommerce td.product-name dl.variation{margin:0.7em 0 0.25em 0;*zoom:1;}.woocommerce td.product-name dl.variation:before,.woocommerce td.product-name dl.variation:after{content:" ";display:table;}.woocommerce td.product-name dl.variation:after{clear:both;}.woocommerce td.product-name dl.variation dt,.woocommerce td.product-name dl.variation dd{display:inline-block;float:left;}.woocommerce td.product-name dl.variation dt{font-weight:700;padding:0 0 0.25em 0;margin:0 4px 0 0;clear:left;}.woocommerce td.product-name dl.variation dd{padding:0 0 0.25em 0;}.woocommerce td.product-name dl.variation dd p:last-child{margin-bottom:0;}.woocommerce td.product-name p.backorder_notification{font-size:0.83em;}.woocommerce .woocommerce-customer-details{margin-bottom:60px;}@media (min-width:768px){.woocommerce form.track_order .form-row-first,.woocommerce form.track_order .form-row-last{width:50%;float:left;padding:5px 15px 0 0;}.woocommerce form.track_order .form-row-last{padding:5px 0 0 15px;}}.woocommerce .woocomerce-form.woocommerce-form-login .button{display:block;margin:0 0 10px;}.woocommerce form.lost_reset_password{margin:0 0 60px;}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:20px 25px 0;margin:0 0 5px;overflow:auto;font-size:1em;max-height:375px;}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{margin:15px 0 0;padding:15px 0 0;border-top:1px solid #eaeaea;*zoom:1;list-style:none;}.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:before,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{content:" ";display:table;}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{clear:both;}.woocommerce ul.cart_list li:first-child,.woocommerce ul.product_list_widget li:first-child{margin-top:0px;padding-top:0px;border-top:none;}.woocommerce ul.cart_list li:first-child .remove,.woocommerce ul.product_list_widget li:first-child .remove{top:0px;}.woocommerce ul.cart_list li:last-child,.woocommerce ul.product_list_widget li:last-child{padding-bottom:15px;}.woocommerce ul.cart_list li .remove,.woocommerce ul.product_list_widget li .remove{top:15px;right:0px;left:auto;}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{margin-bottom:5px;}.woocommerce ul.cart_list li a:hover,.woocommerce ul.product_list_widget li a:hover{color:#c74729;}.woocommerce ul.cart_list li .product-image,.woocommerce ul.product_list_widget li .product-image{position:relative;display:inline-block;float:left;float:left;padding:0 0;margin-right:10px;margin-bottom:0px;width:80px;height:auto;border:1px solid #eaeaea;}.woocommerce ul.cart_list li .product-image:before,.woocommerce ul.product_list_widget li .product-image:before{position:absolute;content:"";height:100%;width:100%;background-color:rgba(0, 0, 0, 0.06);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;visibility:hidden;}.woocommerce ul.cart_list li:hover .product-image:before,.woocommerce ul.product_list_widget li:hover .product-image:before{opacity:1;visibility:visible;}.woocommerce ul.cart_list li .title,.woocommerce ul.product_list_widget li .title{font-size:1em;padding:0 0;margin:0 24px 5px 0;display:block;}.woocommerce ul.cart_list li .title:hover,.woocommerce ul.product_list_widget li .title:hover{color:#c74729;}.woocommerce ul.cart_list li .quantity,.woocommerce ul.product_list_widget li .quantity{display:block;}.woocommerce ul.cart_list li .quantity .amount,.woocommerce ul.product_list_widget li .quantity .amount{color:#fe5d5d;}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{box-shadow:none;border:1px solid transparent;}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border:none;display:inline-block;vertical-align:top;*zoom:1;}.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:before,.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{content:" ";display:table;}.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{clear:both;}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{display:inline-block;float:left;margin-bottom:0;}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 0.25em 0;margin:0 4px 0 0;clear:left;}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 0.25em 0;}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0;}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none;}.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total{height:60px;line-height:40px;padding:10px 25px;margin:0 0;color:#333;position:relative;text-transform:uppercase;}.woocommerce.widget_shopping_cart .total:before,.woocommerce .widget_shopping_cart .total:before{content:"";position:absolute;top:0;height:1px;width:calc(100% - 50px) !important;left:25px;background:#eaeaea;}.woocommerce.widget_shopping_cart .total:after,.woocommerce .widget_shopping_cart .total:after{content:"";position:absolute;bottom:0;height:1px;width:calc(100% - 50px) !important;left:25px;background:#eaeaea;}.woocommerce.widget_shopping_cart .total strong,.woocommerce .widget_shopping_cart .total strong{display:inline-block;float:left;font-size:1.1428em;}.woocommerce.widget_shopping_cart .total .amount,.woocommerce .widget_shopping_cart .total .amount{float:right;color:#fe5d5d;font-size:1.3846em;}.woocommerce.widget_shopping_cart .buttons,.woocommerce .widget_shopping_cart .buttons{margin:30px 0 20px !important;padding:0 25px;*zoom:1;text-align:center;}.woocommerce.widget_shopping_cart .buttons:before,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{content:" ";display:table;}.woocommerce.widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after{clear:both;}.woocommerce.widget_shopping_cart .buttons .button,.woocommerce .widget_shopping_cart .buttons .button{margin:0 10px 10px 0;display:block;float:left;width:calc(50% - 10px);padding-left:0px;padding-right:0px;}.woocommerce.widget_shopping_cart .buttons .button.checkout,.woocommerce .widget_shopping_cart .buttons .button.checkout{margin:0 0 10px 10px;}.woocommerce.widget_shopping_cart .remove,.woocommerce .widget_shopping_cart .remove{position:absolute;overflow:hidden;left:0px;top:0px;z-index:1;padding:0 0;margin:0 0;color:#666;}.woocommerce.widget_shopping_cart .remove:hover,.woocommerce .widget_shopping_cart .remove:hover{border-color:#c74729;color:#c74729;}.woocommerce form .form-row{padding:3px 0;margin:0 0 10px;}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 0.5s 0.5s ease;-moz-transition:opacity 0.5s 0.5s ease;transition:opacity 0.5s 0.5s ease;opacity:0;}.woocommerce form .form-row .select2-container .select2-choice{padding:4px 0 4px 8px;border-color:#e9e9e9;border-radius:0;}.woocommerce form .form-row label{line-height:2;}.woocommerce form .form-row label.hidden{visibility:hidden;}.woocommerce form .form-row label.inline{display:inline;}.woocommerce form .form-row select{cursor:pointer;margin:0;}.woocommerce form .form-row .required{color:red;font-weight:700;border:0;}.woocommerce form .form-row label.checkbox{padding-left:20px;line-height:normal;}.woocommerce form .form-row label.checkbox .input-checkbox{display:inline;margin:3px 0 0 -20px;text-align:center;vertical-align:middle;}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:0;}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.woocommerce form .form-row .select2-container{width:100%;line-height:2em;}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00;}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29;}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal;}.woocommerce form .form-row :-moz-placeholder{line-height:normal;}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal;}.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register{border:1px solid #eaeaea;padding:20px 30px;margin:2em 0 2em 0px;text-align:left;}.woocommerce ul#shipping_method{list-style:none outside;margin:0 0 10px;padding:0;}.woocommerce ul#shipping_method li{margin:0;padding:4px 0;list-style:none outside;display:block;*zoom:1;}.woocommerce ul#shipping_method li:before,.woocommerce ul#shipping_method li:after{content:" ";display:table;}.woocommerce ul#shipping_method li:after{clear:both;}.woocommerce ul#shipping_method li input[type="checkbox"],.woocommerce ul#shipping_method li input[type="radio"]{float:left;margin:3px 8px 0 0;}.woocommerce ul#shipping_method li label{float:left;margin:0 0;}.woocommerce ul#shipping_method .amount{font-weight:700;}.woocommerce p.woocommerce-shipping-contents{margin:0;}.woocommerce .order_details{*zoom:1;margin:0 0 1.5em;list-style:none;}.woocommerce .order_details:before,.woocommerce .order_details:after{content:" ";display:table;}.woocommerce .order_details:after{clear:both;}.woocommerce .order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:0.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;}.woocommerce .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5;}.woocommerce .order_details li:last-of-type{border:none;}.woocommerce .widget_layered_nav ul{margin:0;margin-left:20px;padding:0;border:0;margin:0;padding:0;list-style:none;}.woocommerce .widget_layered_nav ul li{padding:10px 0;}.woocommerce .widget_layered_nav ul li a{position:relative;padding:0 0 0 22px;background:transparent;line-height:1;display:block;}.woocommerce .widget_layered_nav ul li a:before{width:12px;height:12px;border:1px solid #ccc;background:#f5f5f5;border-radius:0px;position:absolute;content:"";top:1px;left:0;}.woocommerce .widget_layered_nav ul li a:after{width:6px;height:6px;background:#c74729;border-radius:0px;position:absolute;content:"";top:4px;left:3px;opacity:0;}.woocommerce .widget_layered_nav ul li .count{position:absolute;top:3px;right:0px;margin-left:1px;padding:0 5px;color:#888;font-size:100%;}.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav ul li:hover a:before{border-color:#c74729;background:transparent;}.woocommerce .widget_layered_nav ul li.chosen a:after,.woocommerce .widget_layered_nav ul li:hover a:after{opacity:1;}.woocommerce .widget_layered_nav ul li.chosen .count,.woocommerce .widget_layered_nav ul li:hover .count{color:#333;}.woocommerce .widget_layered_nav ul li:first-child{padding-top:0px;}.woocommerce .widget_layered_nav ul li:first-child .count{top:-5px;}.woocommerce .widget_layered_nav ul li:last-child{padding-bottom:0px;}.woocommerce .widget_layered_nav ul.yith-wcan-color{margin:0;padding:0;list-style:none;margin:-10px 0 0;}.woocommerce .widget_layered_nav ul.yith-wcan-color li{padding:10px 10px 0 0px;display:inline-block;float:left;}.woocommerce .widget_layered_nav ul.yith-wcan-color li:last-child{margin-bottom:0px;}.woocommerce .widget_layered_nav ul.yith-wcan-color li:before{display:none;}.woocommerce .widget_layered_nav ul.yith-wcan-color li a{display:block;overflow:visible;position:relative;border:none !important;width:12px;height:12px;margin:4px;border-radius:100%;font-size:0px;}.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before{content:"";width:20px;height:20px;border:none;border:1px solid #ccc;background:transparent;position:absolute;top:-4px;left:-4px;border-radius:100%;}.woocommerce .widget_layered_nav ul.yith-wcan-color li a:after{display:none;}.woocommerce .widget_layered_nav ul.yith-wcan-color li .count{top:9px;}.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,.woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a{color:#c74729;border-radius:100%;}.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before,.woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a:before{border-color:#c74729;}.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-child .count{top:-1px;}.woocommerce .widget_layered_nav .dropdown_layered_nav_color{width:100%;border-radius:0;background:transparent;}.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan{margin-left:15px;}.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li{padding:0;}.woocommerce .widget_layered_nav .yith-wcan-label li{margin-bottom:0px;}.woocommerce .widget_layered_nav .yith-wcan-label li:before{display:none;}.woocommerce .widget_layered_nav .yith-wcan-label li:hover:before{display:none;}.woocommerce .widget_layered_nav .yith-wcan-label li a{padding:4px 8px !important;}.woocommerce .widget_layered_nav .yith-wcan-label li a:hover,.woocommerce .widget_layered_nav .yith-wcan-label li.chosen a{background:#c74729 !important;border-color:#c74729 !important;}.woocommerce .widget_rating_filter .wc-layered-nav-rating a{display:block;text-align:right;}.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating{float:left;}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1;}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 10px 1px 0;list-style:none;}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none;color:inherit;}.woocommerce .widget_layered_nav_filters ul li a:hover{color:#c74729;}.woocommerce .widget_layered_nav_filters ul li a:before{font-family:'WooCommerce';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:0.618em;content:"\e013";text-decoration:none;top:1px;position:relative;}.woocommerce .widget_price_filter form,.woocommerce .widget_price_filter .widget-title + form{padding:0px 0px 0px 0px;}.woocommerce .widget_price_filter .price_slider_wrapper{position:relative;padding-top:6px;}.woocommerce .widget_price_filter .price_slider_amount{margin-top:20px;}.woocommerce .widget_price_filter .price_slider_amount .button{display:block;float:right;height:40px;width:40px;background:#c74729;text-align:center;border:none;color:#fff;position:relative;font-size:0px;padding:0px;border-radius:0px;}.woocommerce .widget_price_filter .price_slider_amount .button:before{content:"\f04b";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:13px;}.woocommerce .widget_price_filter .price_slider_amount .button:hover{background:#333;color:#fff;}.woocommerce .widget_price_filter .price_slider_amount .price_label{line-height:normal;margin-right:50px;text-transform:none;font-size:0px;}.woocommerce .widget_price_filter .price_slider_amount .price_label span{width:calc(50% - 8px);height:40px;line-height:40px;text-align:center;display:inline-block;border:1px solid #eaeaea;font-size:13px;}.woocommerce .widget_price_filter .price_slider_amount .price_label .from{margin-right:16px;position:relative;}.woocommerce .widget_price_filter .price_slider_amount .price_label .from:after{content:"-";width:16px;height:40px;line-height:40px;color:#666;text-align:center;position:absolute;top:0px;right:-17px;}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:20px;height:20px;border-radius:100%;background:#fff;border:1px solid #ccc;cursor:ew-resize;outline:none;top:-6px;margin-left:-5px;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-15px;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;background-color:#ccc;}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border:0;}.woocommerce .widget_price_filter .ui-slider-horizontal{height:8px;background-color:#c74729;margin:0 5px;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px;}.woocommerce p.cart-empty{margin:25px 0 40px 15px;}.woocommerce p.return-to-shop{margin-bottom:60px;}@media (min-width:991px){.woocommerce .woocommerce-MyAccount-navigation{width:25%;float:left;padding-right:15px;}.woocommerce .woocommerce-MyAccount-navigation > ul{counter-reset:li-counter;list-style:none;padding:15px 30px;border:1px solid #eaeaea;}.woocommerce .woocommerce-MyAccount-navigation > ul li{position:relative;padding:12px 0px;margin:0;border-bottom:1px solid #f5f5f5;}.woocommerce .woocommerce-MyAccount-navigation > ul li:last-child{border-bottom:none;}.woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a{color:#c74729;}.woocommerce .woocommerce-MyAccount-content{width:75%;float:left;padding-left:15px;}.woocommerce .woocommerce-MyAccount-content fieldset{margin:25px 0 10px;}}@media (max-width:991px){.woocommerce .woocommerce-MyAccount-navigation{margin-bottom:30px;}.woocommerce .woocommerce-MyAccount-navigation > ul li{padding:3px 0px;}.woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a{color:#c74729;}}.woocommerce-account .addresses .title{*zoom:1;}.woocommerce-account .addresses .title:before,.woocommerce-account .addresses .title:after{content:" ";display:table;}.woocommerce-account .addresses .title:after{clear:both;}.woocommerce-account .addresses .title h3{float:left;}.woocommerce-account .addresses .title .edit{float:right;}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0;}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0;}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0;}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0;}.woocommerce-account ul.digital-downloads li:before{font-family:'WooCommerce';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:0.618em;content:"\e00a";text-decoration:none;}.woocommerce-account ul.digital-downloads li .count{float:right;}.woocommerce-cart table.cart{overflow:hidden;}.woocommerce-cart table.cart .quantity{display:inline-block;float:none;border:1px solid #eaeaea;border-radius:0;padding:0 0;}.woocommerce-cart table.cart .quantity label.screen-reader-text{color:#333;line-height:44px;display:none;}.woocommerce-cart table.cart .quantity .qty{border:none;padding:11px 10px;min-width:70px;height:44px;}@media (max-width:767px){.woocommerce-cart table.cart .quantity{margin-bottom:10px;}}.woocommerce-cart table.cart img{width:80px;box-shadow:none;}.woocommerce-cart table.cart th{text-transform:uppercase;background:#fff;font-weight:bold;color:#333;}.woocommerce-cart table.cart th,.woocommerce-cart table.cart td{vertical-align:middle;}.woocommerce-cart table.cart td.actions{padding:20px 20px;}.woocommerce-cart table.cart td.actions .coupon{float:left;padding:0 0;}.woocommerce-cart table.cart td.actions .coupon label{display:none;float:left;}.woocommerce-cart table.cart td.actions .coupon .input-text{float:left;margin:0 10px 0 0;min-width:200px;}@media (max-width:767px){.woocommerce-cart table.cart td.actions .coupon .input-text + .button{float:left;margin-top:10px;clear:left;}}.woocommerce-cart table.cart td.actions > .button{float:right;}@media (max-width:767px){.woocommerce-cart table.cart td.actions > .button{float:left;margin-top:20px;clear:left;}}.woocommerce-cart table.cart input{margin:0;vertical-align:middle;}.woocommerce-cart table.cart input.button{margin:0;}.woocommerce-cart table.cart a.remove{background:transparent;}.woocommerce-cart table.cart a.remove:hover{color:#c74729;}@media (max-width:767px){.woocommerce-cart table.cart{border-collapse:collapse;}.woocommerce-cart table.cart thead{display:none;}.woocommerce-cart table.cart tr.cart_item{border-right:1px solid rgba(0, 0, 0, 0.1);border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;}.woocommerce-cart table.cart tr.cart_item td{border:medium none;float:right;text-align:left;width:55%;padding:5px 8px 5px 0;}.woocommerce-cart table.cart tr.cart_item td.product-price{padding-top:10px;}.woocommerce-cart table.cart tr.cart_item td.product-thumbnail{padding:12px;}.woocommerce-cart table.cart tr.cart_item td.product-name{padding-top:10px;}.woocommerce-cart table.cart tr.cart_item td.product-subtotal{padding-bottom:15px;}.woocommerce-cart table.cart tr.cart_item td.product-quantity .quantity{margin-bottom:0px;}.woocommerce-cart table.cart tr.cart_item .product-remove{padding:0;position:absolute;width:20px;left:10px;top:10px;}.woocommerce-cart table.cart tr.cart_item .product-thumbnail{float:left;width:45%;text-align:center;}.woocommerce-cart table.cart tr.cart_item .product-subtotal:before{content:'Subtotal: ';}}.woocommerce-cart .wc-proceed-to-checkout{*zoom:1;padding:0;}.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after{content:" ";display:table;}.woocommerce-cart .wc-proceed-to-checkout:after{clear:both;}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{text-align:center;}.woocommerce-cart .cart-collaterals{margin:50px 0 0;*zoom:1;}.woocommerce-cart .cart-collaterals:before,.woocommerce-cart .cart-collaterals:after{content:" ";display:table;}.woocommerce-cart .cart-collaterals:after{clear:both;}.woocommerce-cart .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block;}.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-family:'WooCommerce';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:0.618em;content:"\e019";text-decoration:none;}.woocommerce-cart .cart-collaterals .cross-sells{width:75%;float:left;padding:0 30px 0 0;margin:0 0 70px;}@media (max-width:992px){.woocommerce-cart .cart-collaterals .cross-sells{width:60%;}}@media (max-width:767px){.woocommerce-cart .cart-collaterals .cross-sells{width:100%;}}.woocommerce-cart .cart-collaterals .cart_totals{margin:0 0 70px;width:25%;float:right;}@media (max-width:992px){.woocommerce-cart .cart-collaterals .cart_totals{width:40%;}}@media (max-width:767px){.woocommerce-cart .cart-collaterals .cart_totals{width:100%;}}.woocommerce-cart .cart-collaterals .cart_totals h2{font-size:1.1428em;text-transform:uppercase;margin:0 0 20px;line-height:1.1;padding:0 0;}.woocommerce-cart .cart-collaterals .cart_totals p small{color:#777;font-size:0.83em;}.woocommerce-cart .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 25px;padding:0;border:1px solid #eaeaea;padding:0;}.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td{border-top:0;}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;padding:15px;}.woocommerce-cart .cart-collaterals .cart_totals table th{width:25%;text-align:right;border-right:1px solid #eaeaea;color:#333;text-transform:uppercase;}.woocommerce-cart .cart-collaterals .cart_totals table small{color:#777;}.woocommerce-cart .cart-collaterals .cart_totals table select{width:100%;}.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator{margin-top:5px;}.woocommerce-cart .cart-collaterals .cart_totals .discount td{color:#77a464;}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb;}.woocommerce-checkout{margin-bottom:5px;}.woocommerce-checkout .checkout h3{color:#333;font-size:150%;text-transform:uppercase;}.woocommerce-checkout .checkout label{color:#686868;}.woocommerce-checkout .checkout .col-1,.woocommerce-checkout .checkout .col-2{margin-bottom:30px;}.woocommerce-checkout .checkout #customer_details{*zoom:1;}.woocommerce-checkout .checkout #customer_details:before,.woocommerce-checkout .checkout #customer_details:after{content:" ";display:table;}.woocommerce-checkout .checkout #customer_details:after{clear:both;}.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address{*zoom:1;}.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:before,.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:after{content:" ";display:table;}.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:after{clear:both;}.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label{float:left;margin:0 8px 0 0;font-weight:inherit;color:inherit;}.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address input[type="checkbox"]{position:static;margin:0 0;}.woocommerce-checkout .checkout #customer_details .notes{clear:left;}.woocommerce-checkout .checkout #customer_details .form-row-first{clear:left;}.woocommerce-checkout .checkout #customer_details.col2-set .col-1{width:50%;padding-right:15px;float:left;}.woocommerce-checkout .checkout #customer_details.col2-set .col-2{width:50%;padding-left:15px;float:left;}.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:normal;}.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%;}.woocommerce-checkout .checkout .shipping_address{clear:both;}.woocommerce-checkout .checkout h3#order_review_heading{margin-top:20px;}.woocommerce-checkout .checkout #order_review .shop_table th{text-align:left;}.woocommerce-checkout #payment{background:#fff;border:1px solid #e9e9e9;border-radius:5px;}.woocommerce-checkout #payment ul.payment_methods{*zoom:1;text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none outside;}.woocommerce-checkout #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after{content:" ";display:table;}.woocommerce-checkout #payment ul.payment_methods:after{clear:both;}.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:normal;}.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0;}.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 8px 0 8px;padding:0;position:relative;box-shadow:none;}.woocommerce-checkout #payment ul.payment_methods li img + img{margin-left:2px;}.woocommerce-checkout #payment div.form-row{padding:1em;}.woocommerce-checkout #payment div.payment_box{position:relative;width:96%;padding:1em 2%;margin:1em 0 1em 0;font-size:0.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151;}.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c7c1c6;border-top-color:#bbb3b9;}.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9;}.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9;}.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9;}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right;}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/visa.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/mastercard.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/laser.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/diners.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/maestro.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/jcb.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/amex.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover{background-image:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/woo/icons/credit-cards/discover.png);}.woocommerce-checkout #payment div.payment_box span.help{font-size:0.857em;color:#777;font-weight:normal;}.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em;}.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0;}.woocommerce-checkout #payment div.payment_box:after{content:"";display:block;border:8px solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:0;margin:-1em 0 0 2em;}.woocommerce-checkout #payment .payment_method_paypal > input{margin-top:27px !important;float:left;}.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:70px;font-size:0.83em;}.woocommerce-checkout #payment .payment_method_paypal img{max-height:70px;vertical-align:middle;}.woocommerce-checkout #payment #place_order{font-weight:bold;}#yith-wcwl-popup-message{line-height:normal;border-color:#999;color:#999;left:auto;right:10px;top:10px;border-radius:4px;background:#fff;}#yith-wcwl-popup-message:before{position:absolute;content:"";border-top:8px solid #999;border-left:8px solid rgba(0, 0, 0, 0);border-right:0px solid rgba(0, 0, 0, 0);right:8px;bottom:-8px;}#yith-wcwl-popup-message:after{position:absolute;content:"";border-top:5px solid #fff;border-left:5px solid rgba(0, 0, 0, 0);border-right:0px solid rgba(0, 0, 0, 0);right:9px;bottom:-5px;}.wishlist_table tr td.product-stock-status span.wishlist-in-stock{color:#38e534;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a,.woocommerce table.wishlist_table .added_to_cart,.woocommerce table.wishlist_table .compare,.woocommerce table.wishlist_table .button{font-size:0px !important;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:relative;background-color:#c74729;border:1px solid #c74729;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before,.woocommerce table.wishlist_table .added_to_cart:before,.woocommerce table.wishlist_table .compare:before,.woocommerce table.wishlist_table .button:before{position:absolute;left:0px;top:0px;font-size:14px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover,.woocommerce table.wishlist_table .added_to_cart:hover,.woocommerce table.wishlist_table .compare:hover,.woocommerce table.wishlist_table .button:hover{border-color:#333;background:#333;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover:before,.woocommerce table.wishlist_table .added_to_cart:hover:before,.woocommerce table.wishlist_table .compare:hover:before,.woocommerce table.wishlist_table .button:hover:before{color:#fff;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable:before,.woocommerce table.wishlist_table .added_to_cart.product_type_variable:before,.woocommerce table.wishlist_table .compare.product_type_variable:before,.woocommerce table.wishlist_table .button.product_type_variable:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple:before,.woocommerce table.wishlist_table .compare.button.product_type_simple:before,.woocommerce table.wishlist_table .button.button.product_type_simple:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped:before,.woocommerce table.wishlist_table .compare.button.product_type_grouped:before,.woocommerce table.wishlist_table .button.button.product_type_grouped:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external:before,.woocommerce table.wishlist_table .added_to_cart.product_type_external:before,.woocommerce table.wishlist_table .compare.product_type_external:before,.woocommerce table.wishlist_table .button.product_type_external:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart:before,.woocommerce table.wishlist_table .compare.add_to_cart:before,.woocommerce table.wishlist_table .button.add_to_cart:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button:before,.woocommerce table.wishlist_table .compare.add_to_cart_button:before,.woocommerce table.wishlist_table .button.add_to_cart_button:before{content:"\f07a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.loading,.woocommerce table.wishlist_table .added_to_cart.product_type_variable.loading,.woocommerce table.wishlist_table .compare.product_type_variable.loading,.woocommerce table.wishlist_table .button.product_type_variable.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading,.woocommerce table.wishlist_table .compare.button.product_type_simple.loading,.woocommerce table.wishlist_table .button.button.product_type_simple.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading,.woocommerce table.wishlist_table .compare.button.product_type_grouped.loading,.woocommerce table.wishlist_table .button.button.product_type_grouped.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading,.woocommerce table.wishlist_table .added_to_cart.product_type_external.loading,.woocommerce table.wishlist_table .compare.product_type_external.loading,.woocommerce table.wishlist_table .button.product_type_external.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.loading,.woocommerce table.wishlist_table .added_to_cart.add_to_cart.loading,.woocommerce table.wishlist_table .compare.add_to_cart.loading,.woocommerce table.wishlist_table .button.add_to_cart.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading,.woocommerce table.wishlist_table .compare.add_to_cart_button.loading,.woocommerce table.wishlist_table .button.add_to_cart_button.loading{background:#333;border-color:#333;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before,.woocommerce table.wishlist_table .added_to_cart.product_type_variable.loading:before,.woocommerce table.wishlist_table .compare.product_type_variable.loading:before,.woocommerce table.wishlist_table .button.product_type_variable.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .compare.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .button.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .compare.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .button.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.woocommerce table.wishlist_table .added_to_cart.product_type_external.loading:before,.woocommerce table.wishlist_table .compare.product_type_external.loading:before,.woocommerce table.wishlist_table .button.product_type_external.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart.loading:before,.woocommerce table.wishlist_table .compare.add_to_cart.loading:before,.woocommerce table.wishlist_table .button.add_to_cart.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .compare.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .button.add_to_cart_button.loading:before{position:absolute;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;font-size:14px;z-index:1;color:#fff;cursor:wait;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.added,.woocommerce table.wishlist_table .added_to_cart.product_type_variable.added,.woocommerce table.wishlist_table .compare.product_type_variable.added,.woocommerce table.wishlist_table .button.product_type_variable.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.added,.woocommerce table.wishlist_table .compare.button.product_type_simple.added,.woocommerce table.wishlist_table .button.button.product_type_simple.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.added,.woocommerce table.wishlist_table .compare.button.product_type_grouped.added,.woocommerce table.wishlist_table .button.button.product_type_grouped.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.added,.woocommerce table.wishlist_table .added_to_cart.product_type_external.added,.woocommerce table.wishlist_table .compare.product_type_external.added,.woocommerce table.wishlist_table .button.product_type_external.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.added,.woocommerce table.wishlist_table .added_to_cart.add_to_cart.added,.woocommerce table.wishlist_table .compare.add_to_cart.added,.woocommerce table.wishlist_table .button.add_to_cart.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.added,.woocommerce table.wishlist_table .compare.add_to_cart_button.added,.woocommerce table.wishlist_table .button.add_to_cart_button.added{display:none;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart i,.woocommerce table.wishlist_table .added_to_cart.added_to_cart i,.woocommerce table.wishlist_table .compare.added_to_cart i,.woocommerce table.wishlist_table .button.added_to_cart i{display:none;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:before,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:before,.woocommerce table.wishlist_table .compare.added_to_cart:before,.woocommerce table.wishlist_table .button.added_to_cart:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover,.woocommerce table.wishlist_table .compare.added_to_cart:hover,.woocommerce table.wishlist_table .button.added_to_cart:hover{background:#333;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover:before,.woocommerce table.wishlist_table .compare.added_to_cart:hover:before,.woocommerce table.wishlist_table .button.added_to_cart:hover:before{color:#fff;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.compare:before,.woocommerce table.wishlist_table .added_to_cart.compare:before,.woocommerce table.wishlist_table .compare.compare:before,.woocommerce table.wishlist_table .button.compare:before{content:"\f079";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.woocommerce table.wishlist_table .added_to_cart.yith-wcqv-button:before,.woocommerce table.wishlist_table .compare.yith-wcqv-button:before,.woocommerce table.wishlist_table .button.yith-wcqv-button:before{content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}@media (max-width:992px){.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.yith-wcqv-button,.woocommerce table.wishlist_table .added_to_cart.yith-wcqv-button,.woocommerce table.wishlist_table .compare.yith-wcqv-button,.woocommerce table.wishlist_table .button.yith-wcqv-button{display:none !important;}}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay,.woocommerce table.wishlist_table .button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#333 !important;color:#fff;opacity:1 !important;width:38px !important;height:38px !important;line-height:38px !important;cursor:wait;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .button .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.woocommerce table.wishlist_table .show{display:block !important;}.woocommerce table.wishlist_table .clear{display:none !important;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist{position:relative;margin:0 0;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading{position:absolute;margin:0 0;width:38px !important;height:38px !important;border:none;border-radius:0px;left:0px !important;top:0px !important;overflow:hidden;background:#333;opacity:1;cursor:wait;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:14px;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before{content:"\f08a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .yith-wcqv-button.button{background:#c74729;color:#fff;border-radius:40px;padding:0 !important;}.woocommerce table.wishlist_table .add_to_cart.button:before,.woocommerce table.wishlist_table .yith-wcqv-button.button:before{color:#fff !important;top:-1px;}.woocommerce table.wishlist_table .add_to_cart.button:hover,.woocommerce table.wishlist_table .yith-wcqv-button.button:hover{border-color:#333;background-color:#333;}.woocommerce table.wishlist_table .add_to_cart.button:hover:before,.woocommerce table.wishlist_table .yith-wcqv-button.button:hover:before{color:#fff !important;}.woocommerce table.wishlist_table .yith-wcqv-button.button{margin-top:10px;}.woocommerce table.wishlist_table .add_to_cart.button{margin:0 auto;}.yith-woocompare-widget ul.products-list{padding:0 0 15px;*zoom:1;}.yith-woocompare-widget ul.products-list:before,.yith-woocompare-widget ul.products-list:after{content:" ";display:table;}.yith-woocompare-widget ul.products-list:after{clear:both;}.yith-woocompare-widget ul.products-list li{padding:0 0;float:left;width:100%;}.yith-woocompare-widget ul.products-list li .title{float:left;max-width:90%;}.yith-woocompare-widget ul.products-list li .remove{position:absolute;top:6px;right:0px;padding:0 0;margin:0 0;color:#666;}.yith-woocompare-widget ul.products-list li .remove:hover{color:#c74729;}.yith-woocompare-widget ul.products-list li:first-child .remove{top:1px;}.yith-woocompare-widget .compare.button{margin:0 0 0 8px;}.widget_product_search label{display:block;font-weight:bold;}.widget_product_search input[type="search"]{float:left;margin:0 0 10px;width:100%;}.widget_product_tag_cloud .tagcloud{padding:0px !important;}.widget_product_tag_cloud .tagcloud a{background:#fff;border:1px solid #eaeaea;padding:4px 15px;border-radius:5px;display:inline-block;font-size:100% !important;color:inherit;-webkit-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;margin:0 10px 10px 0;float:left;}.widget_product_tag_cloud .tagcloud a:hover{color:#fff;border-color:#c74729;background-color:#c74729;}.widget.widget_product_categories .widget-title + .product-categories{padding:0;}.widget.widget_product_categories > ul{counter-reset:li-counter;padding-right:0;list-style:none;padding-left:0px;}.widget.widget_product_categories > ul .children{padding-top:7px;position:relative;}.widget.widget_product_categories > ul .children:before{width:1px;height:calc(100% - 30px) !important;background:#f5f5f5;position:absolute;left:0;top:18px;content:"";}.widget.widget_product_categories > ul li{position:relative;padding:4px 0px;margin:0;text-align:right;*zoom:1;}.widget.widget_product_categories > ul li:before,.widget.widget_product_categories > ul li:after{content:" ";display:table;}.widget.widget_product_categories > ul li:after{clear:both;}.widget.widget_product_categories > ul li:last-child{border-bottom:none;}.widget.widget_product_categories > ul li .accr_header{float:right;padding:0 0;}.widget.widget_product_categories > ul li > a,.widget.widget_product_categories > ul li .accr_header:first-child{display:inline-block;float:left;padding:0 0;}.widget.widget_product_categories > ul li .count{color:#888;}.widget.widget_product_categories > ul li > .accr_header.open > a:before{border-color:#c74729;background:transparent;}.widget.widget_product_categories > ul li > .accr_header.open > a:after{opacity:1;}.widget.widget_product_categories > ul li:hover > .accr_header > a:before,.widget.widget_product_categories > ul li:hover > a:before{border-color:#c74729;background:transparent;}.widget.widget_product_categories > ul li:hover > .accr_header > a:after,.widget.widget_product_categories > ul li:hover > a:after{opacity:1;}.widget.widget_product_categories > ul li:hover .count{color:#333;}.widget.widget_product_categories > ul > li .accr_header a,.widget.widget_product_categories > ul > li > a{padding:0 0 0 22px;position:relative;}.widget.widget_product_categories > ul > li .accr_header a:before,.widget.widget_product_categories > ul > li > a:before{width:12px;height:12px;border:1px solid #eaeaea;background:#f5f5f5;border-radius:0px;position:absolute;content:"";top:2px;left:0;}.widget.widget_product_categories > ul > li .accr_header a:after,.widget.widget_product_categories > ul > li > a:after{width:6px;height:6px;background:#c74729;border-radius:0px;position:absolute;content:"";top:5px;left:3px;opacity:0;}.widget.widget_product_categories > ul > li:first-child{padding-top:0px;}.widget.widget_product_categories > ul > li:last-child{padding-bottom:0px;}.widget.widget_product_categories .accr_content{width:100%;float:left;}.widget_products ins{margin:0 0 0 5px;}.products-list a.title{font-size:108.3%;}body .select2-drop-active{border-color:#e9e9e9;}@media (min-width:768px){.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none;}}.woocommerce .wishlist-title h2{padding:0;vertical-align:middle;text-transform:none;font-weight:bold;margin-bottom:15px;text-transform:uppercase;font-size:1.2857em;}.woocommerce table.wishlist_table{border-color:#eaeaea;font-size:100%;opacity:1 !important;margin-bottom:0px;}.woocommerce table.wishlist_table a.remove{margin-left:auto;margin-right:auto;}.woocommerce table.wishlist_table thead th{border-color:#eaeaea;text-transform:uppercase;color:#333;padding:12px;background:#fff;}.woocommerce table.wishlist_table tbody td{border-color:#eaeaea;padding:12px;}.woocommerce table.wishlist_table tbody td.wishlist-empty{padding:40px 20px;}.woocommerce table.wishlist_table tfoot td{padding:20px;border-color:#eaeaea;}.woocommerce table.wishlist_table tfoot .yith-wcwl-share{*zoom:1;}.woocommerce table.wishlist_table tfoot .yith-wcwl-share:before,.woocommerce table.wishlist_table tfoot .yith-wcwl-share:after{content:" ";display:table;}.woocommerce table.wishlist_table tfoot .yith-wcwl-share:after{clear:both;}.woocommerce table.wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title{text-transform:uppercase;font-size:1em;margin:0 5px 0 0;float:left;}.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul{float:left;margin:0 0;}.woocommerce table.wishlist_table[data-id=""] tfoot{display:none;}@media screen and (max-width:600px){html{margin-top:0px !important;}* html body{margin-top:0px !important;}}body{color:#666;line-height:1.68;}body #sns_wrapper{position:relative;}body #sns_wrapper > .wrap{width:100%;}body.boxed-layout #sns_wrapper{max-width:1470px;margin:0 auto !important;background:#fff;padding:0 15px;box-shadow:0 0 15px rgba(0, 0, 0, 0.2);overflow:hidden;}body.admin-bar #sns_header .main-header .menu-sidebar .sidebar-content{top:32px;min-height:calc(100vh - 32px);}.btn:focus:hover,.btn.focus:hover,.btn:active:focus:hover,.btn.focus:active:hover,.btn.active:focus:hover,.btn.active.focus:hover,*:hover,a:hover,.btn:focus:focus,.btn.focus:focus,.btn:active:focus:focus,.btn.focus:active:focus,.btn.active:focus:focus,.btn.active.focus:focus,*:focus,a:focus,.btn:focus:active,.btn.focus:active,.btn:active:focus:active,.btn.focus:active:active,.btn.active:focus:active,.btn.active.focus:active,*:active,a:active{outline:none;}.label,label{font-size:100%;font-weight:inherit;color:inherit;}a{color:#333;}a:hover{text-decoration:none;color:#c74729;}a,a span,a i{-webkit-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}p{margin-bottom:20px;}ul,ol{margin-bottom:20px;margin-top:0;padding-left:25px;}ul ul,ol ul,ul ol,ol ol{padding-left:30px;}dl:not(.gallery-item){margin:0 20px;}dl:not(.gallery-item) dt{font-weight:bold;}dl:not(.gallery-item) dd{margin:0 0 15px;}address{margin:0 0 20px;font-style:italic;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;color:#333;font-weight:bold;line-height:1.42857;}h1{font-size:2em;}h2{font-size:1.6818em;}h3{font-size:1.4142em;}h4{font-size:1.1892em;}h5{font-size:1em;}h6{font-size:0.8409em;}label{font-weight:inherit;cursor:pointer;margin:0 5px 0 0;}label.required:before{content:"*";color:red;font-size:14px;position:relative;line-height:12px;}abbr[title],abbr[data-original-title]{border-bottom:none;}.wp-caption{max-width:100%;border:none;padding:5px 0 10px;}.wp-caption.alignleft,.wp-caption.alignright,.wp-caption.alignnone{margin-bottom:10px;}.wp-caption p.wp-caption-text{padding:5px 5px 0;}.wpb_text_column img.alignleft{margin:5px 15px 5px 0;}legend{font-weight:inherit;margin:15px 0 15px;padding:0 0 5px;color:#333;font-size:130%;}#wp-calendar,table{background:white;border-color:#eaeaea;border-width:1px;border-style:solid;width:100%;margin-bottom:20px;margin-bottom:30px;}#wp-calendar caption,table caption{padding:0 0 5px;}#wp-calendar td.label,table td.label{display:table-cell;}#wp-calendar td.label label,table td.label label{margin:0 0;}#wp-calendar > thead > tr > th,table > thead > tr > th,#wp-calendar > tbody > tr > th,table > tbody > tr > th,#wp-calendar > tfoot > tr > th,table > tfoot > tr > th{border-color:#eaeaea;border-width:1px 1px 0 0;border-style:solid;color:#666;vertical-align:middle;}#wp-calendar > thead > tr > th,table > thead > tr > th{background:#f9f9f9;}#wp-calendar > thead > tr > td,table > thead > tr > td,#wp-calendar > tbody > tr > td,table > tbody > tr > td,#wp-calendar > tfoot > tr > td,table > tfoot > tr > td{border-color:#eaeaea;border-width:1px 1px 0 0;border-style:solid;}#wp-calendar td a.color-myaccount,table td a.color-myaccount{text-decoration:underline;}#wp-calendar td a.color-myaccount:hover,table td a.color-myaccount:hover{text-decoration:none;}#wp-calendar td#today,table td#today{color:#c74729;}#wp-calendar td#today a,table td#today a{color:#c74729;}#wp-calendar{margin-bottom:0px;}#wp-calendar tbody td a{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;padding:0;background:transparent;cursor:pointer;white-space:normal;font-size:100%;border:none;border-radius:100%;-webkit-transition:all 0.25s linear;-o-transition:all 0.25s linear;transition:all 0.25s linear;vertical-align:top;font-weight:bold;}#wp-calendar tbody td a:focus,#wp-calendar tbody td a:hover{color:#c74729;background:#fff;}#wp-calendar tfoot #prev,#wp-calendar tfoot #next{text-align:center;}#wp-calendar tfoot #prev a,#wp-calendar tfoot #next a,#wp-calendar tfoot #prev a:focus,#wp-calendar tfoot #next a:focus{font-size:100%;background:none;border-color:#eaeaea;color:inherit;padding:3px 15px;box-shadow:none 3px 3px 3px #888;}select{height:35px;line-height:35px;margin:0;padding:4px 15px 4px 10px;border:1px solid #eaeaea;cursor:pointer;border-radius:35px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;outline:none;}select:focus{border-color:#ccc;box-shadow:none 3px 3px 3px #888;}input[type="checkbox"],input[type="radio"]{margin:0 8px 0 0;}input,button,select,textarea{max-width:100%;}#searchform input#s,input[type="password"],input[type="email"],input[type="search"],input[type="text"],input.input-text{border-radius:5px;padding:10px 15px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#666;border:1px solid #eaeaea;box-shadow:none 3px 3px 3px #888;vertical-align:middle;}#searchform input#s:hover,input[type="password"]:hover,input[type="email"]:hover,input[type="search"]:hover,input[type="text"]:hover,input.input-text:hover,#searchform input#s:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus,input[type="text"]:focus,input.input-text:focus{color:inherit;box-shadow:none 3px 3px 3px #888;border-color:#ccc;}textarea{border-radius:5px;box-shadow:none 3px 3px 3px #888;padding:10px 15px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;border:1px solid #eaeaea;resize:none;}textarea:focus{border-color:#ccc;box-shadow:none 3px 3px 3px #888;}.btn,.comment-respond #submit,#searchform #searchsubmit,input[type="submit"],input[type="button"],.button,button{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;padding:9px 30px;border:1px solid #c74729;background:#c74729;color:#fff;text-transform:uppercase;font-weight:bold;cursor:pointer;font-size:1em;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;border-radius:40px;vertical-align:middle;white-space:normal;}.btn:hover,.comment-respond #submit:hover,#searchform #searchsubmit:hover,input[type="submit"]:hover,input[type="button"]:hover,.button:hover,button:hover,.btn:focus,.comment-respond #submit:focus,#searchform #searchsubmit:focus,input[type="submit"]:focus,input[type="button"]:focus,.button:focus,button:focus{background-color:#333;border-color:#333;color:#fff;}a:focus,input:focus,button:focus,select:focus,a:visited,input:visited,button:visited,select:visited{outline:none !important;}#sns-totop{width:50px;bottom:15px;right:15px;height:50px;text-decoration:none;overflow:hidden;z-index:40;position:fixed;display:block;text-align:center;-webkit-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;background:#666;border-radius:50%;}#sns-totop.hidden-top{bottom:-100px;}#sns-totop:before{content:"";content:"\f062";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:50px;height:50px;text-align:center;line-height:50px;font-size:16px;color:#fff;position:absolute;top:0;left:0;}#sns-totop:hover{background-color:#c74729;border-color:#c74729;}.icon-chevron-right,.icon-th-large,.icon-th-list,.icon-home,.icon-remove{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;}.icon-remove:before{content:"\f00d";}.icon-home:before{content:"\f015";}.icon-th-large:before{content:"\f009";}.icon-th-list:before{content:"\f00b";}.icon-chevron-right:before{content:"\f054";}.select2-container--default{-webkit-transition:none;-o-transition:none;transition:none;}.select2-container--default span{-webkit-transition:none;-o-transition:none;transition:none;}.select2-container--default .select2-selection--single{border-color:#eaeaea;height:46px;}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;padding-left:15px;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;width:30px;}.select2-container--default .select2-dropdown{border:1px solid #eaeaea;}.select2-container--default .select2-dropdown .select2-search{padding:15px 8px;}.select2-container--default .select2-dropdown .select2-search .select2-search__field{border:1px solid #eaeaea;padding:6px 10px;}.select2-container--default .select2-dropdown .select2-results .select2-results__option{padding:5px 10px;}.tooltip.in{z-index:9999;}.tooltip-inner{background-color:#333;border-radius:4px;}.tooltip.top .tooltip-arrow{border-top-color:#333;}.tooltip.top-left .tooltip-arrow{border-top-color:#333;}.tooltip.top-right .tooltip-arrow{border-top-color:#333;}.tooltip.right .tooltip-arrow{border-right-color:#333;}.tooltip.left .tooltip-arrow{border-left-color:#333;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#333;}.tooltip.bottom-left .tooltip-arrow{border-bottom-color:#333;}.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#333;}@media (max-width:479px){.col-phone-1, .col-phone-2, .col-phone-3, .col-phone-4, .col-phone-5, .col-phone-6, .col-phone-7, .col-phone-8, .col-phone-9, .col-phone-10, .col-phone-11, .col-phone-12{float:left;}.col-phone-1{width:8.33333%;}.col-phone-2{width:16.66667%;}.col-phone-3{width:25%;}.col-phone-4{width:33.33333%;}.col-phone-5{width:41.66667%;}.col-phone-6{width:50%;}.col-phone-7{width:58.33333%;}.col-phone-8{width:66.66667%;}.col-phone-9{width:75%;}.col-phone-10{width:83.33333%;}.col-phone-11{width:91.66667%;}.col-phone-12{width:100%;}.col-phone-pull-0{right:auto;}.col-phone-pull-1{right:8.33333%;}.col-phone-pull-2{right:16.66667%;}.col-phone-pull-3{right:25%;}.col-phone-pull-4{right:33.33333%;}.col-phone-pull-5{right:41.66667%;}.col-phone-pull-6{right:50%;}.col-phone-pull-7{right:58.33333%;}.col-phone-pull-8{right:66.66667%;}.col-phone-pull-9{right:75%;}.col-phone-pull-10{right:83.33333%;}.col-phone-pull-11{right:91.66667%;}.col-phone-pull-12{right:100%;}.col-phone-push-0{left:auto;}.col-phone-push-1{left:8.33333%;}.col-phone-push-2{left:16.66667%;}.col-phone-push-3{left:25%;}.col-phone-push-4{left:33.33333%;}.col-phone-push-5{left:41.66667%;}.col-phone-push-6{left:50%;}.col-phone-push-7{left:58.33333%;}.col-phone-push-8{left:66.66667%;}.col-phone-push-9{left:75%;}.col-phone-push-10{left:83.33333%;}.col-phone-push-11{left:91.66667%;}.col-phone-push-12{left:100%;}.col-phone-offset-0{margin-left:0%;}.col-phone-offset-1{margin-left:8.33333%;}.col-phone-offset-2{margin-left:16.66667%;}.col-phone-offset-3{margin-left:25%;}.col-phone-offset-4{margin-left:33.33333%;}.col-phone-offset-5{margin-left:41.66667%;}.col-phone-offset-6{margin-left:50%;}.col-phone-offset-7{margin-left:58.33333%;}.col-phone-offset-8{margin-left:66.66667%;}.col-phone-offset-9{margin-left:75%;}.col-phone-offset-10{margin-left:83.33333%;}.col-phone-offset-11{margin-left:91.66667%;}.col-phone-offset-12{margin-left:100%;}}.sticky{background:none;padding:0px;position:relative;}@media (max-width:480px){.post-password-form label input[type="password"]{display:block;margin:10px 0 15px;}.post-password-form input[type="submit"]{display:block;}}header.archive-header{margin-bottom:30px;border-bottom:1px solid #eaeaea;}img{max-width:100%;height:auto;}.owl-carousel .owl-item img{width:auto;margin-left:auto;margin-right:auto;}.post-share-block{*zoom:1;}.post-share-block:before,.post-share-block:after{content:" ";display:table;}.post-share-block:after{clear:both;}.post-share-block .ssbp-wrap .ssbp-list li{margin-top:0px !important;}.post-share-block .ssbp-wrap .ssbp-list li:first-child{margin-left:0px !important;}.screen-reader-text{text-transform:uppercase;margin:0 0 5px;}.bypostauthor .avatar{border-radius:100%;}.sns-comments{margin:70px 0 0;}.sns-comments.no-comment #respond{margin-top:0px;}.sns-comments h3#comments{margin-bottom:25px;font-size:1.5714em;}.sns-comments .comment-reply-title{padding:0 0;margin:0 0 10px;font-size:1.5714em;display:block;}.sns-comments .comment-reply-title.title-reply{margin-bottom:10px;}.sns-comments .commentlist{padding:0 0;margin:0 0;border-bottom:1px solid #eaeaea;}.sns-comments .commentlist li.pingback,.sns-comments .commentlist li.comment{list-style:none;}.sns-comments .commentlist li.pingback .comment-body,.sns-comments .commentlist li.comment .comment-body{*zoom:1;position:relative;padding:30px 0;margin:0;border-bottom:1px solid #eaeaea;}.sns-comments .commentlist li.pingback .comment-body:before,.sns-comments .commentlist li.comment .comment-body:before,.sns-comments .commentlist li.pingback .comment-body:after,.sns-comments .commentlist li.comment .comment-body:after{content:" ";display:table;}.sns-comments .commentlist li.pingback .comment-body:after,.sns-comments .commentlist li.comment .comment-body:after{clear:both;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta,.sns-comments .commentlist li.comment .comment-body .comment-user-meta{display:block;padding:0 0 0 100px;position:relative;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar,.sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar{float:left;margin:0 20px 0 0;vertical-align:top;border-radius:100%;position:absolute;left:0px;top:0px;max-width:80px;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head{margin:0 0 10px;display:block;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head h4.comment-user{display:inline;margin:0 0;font-size:1em;text-transform:uppercase;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head .date,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head .date{margin:0 0;font-style:italic;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content{position:relative;margin:0 0;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content p:last-child,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content p:last-child{margin:0 0;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul{padding:0 0 0 25px;margin:0 0 25px;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ul,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ul{margin:0 0;padding:0 0 0 30px;}.sns-comments .commentlist li.pingback .comment-body .comment-meta,.sns-comments .commentlist li.comment .comment-body .comment-meta{margin:0 0;font-size:1em;}@media (min-width:767px){.sns-comments .commentlist li.pingback .comment-body .comment-meta,.sns-comments .commentlist li.comment .comment-body .comment-meta{float:right;position:absolute;top:5px;right:0px;}}@media (max-width:767px){.sns-comments .commentlist li.pingback .comment-body .comment-meta,.sns-comments .commentlist li.comment .comment-body .comment-meta{*zoom:1;margin-top:10px;}.sns-comments .commentlist li.pingback .comment-body .comment-meta:before,.sns-comments .commentlist li.comment .comment-body .comment-meta:before,.sns-comments .commentlist li.pingback .comment-body .comment-meta:after,.sns-comments .commentlist li.comment .comment-body .comment-meta:after{content:" ";display:table;}.sns-comments .commentlist li.pingback .comment-body .comment-meta:after,.sns-comments .commentlist li.comment .comment-body .comment-meta:after{clear:both;}}.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link{margin:0 0 10px 20px;display:inline-block;float:left;line-height:normal;position:relative;font-weight:normal;text-transform:uppercase;padding:0 0;background:none;border:none;color:#333;border-radius:0px;}.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:before{content:"\f122";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-indent:-8px;}.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:focus,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:focus,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:focus,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:focus,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:hover,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:hover,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:hover,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:hover{color:#c74729;box-shadow:none;}.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before{content:"\f040";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-indent:-6px;}.sns-comments .commentlist li.pingback .comment-body .comment-meta > *:first-child,.sns-comments .commentlist li.comment .comment-body .comment-meta > *:first-child{margin-left:0;}@media (max-width:767px){.sns-comments .commentlist li.pingback .children,.sns-comments .commentlist li.comment .children{margin-left:20px;padding-left:0px;}.sns-comments .commentlist li.pingback .comment-body,.sns-comments .commentlist li.comment .comment-body{padding:20px 0;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta,.sns-comments .commentlist li.comment .comment-body .comment-user-meta{padding:0 0 0 65px;}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar,.sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar{max-width:50px;margin-right:15px;}.sns-comments .commentlist li.pingback .comment-body:before,.sns-comments .commentlist li.comment .comment-body:before{display:none;}}.sns-comments .commentlist li.pingback .comment-body .comment-user-meta{padding-left:0px;}.sns-comments .commentlist > li:first-child > .comment-body:first-child{padding-top:0;}.sns-comments .commentlist > li:last-child > .comment-body:last-child{border-bottom:none;}.sns-comments .commentlist .children{position:relative;margin-left:20px;padding-left:20px;}.sns-comments .navigation{margin:30px 0 0;padding:0 0;height:35px;*zoom:1;}.sns-comments .navigation:before,.sns-comments .navigation:after{content:" ";display:table;}.sns-comments .navigation:after{clear:both;}.sns-comments small{font-size:13px;margin:0 0 0 5px;}.sns-comments small a{color:#c74729;}.sns-comments small a:hover{text-decoration:underline;}.sns-comments #respond{margin:65px 0 10px;}.sns-comments .comment-form label{font-weight:bold;}.sns-comments .comment-form .comment-notes{margin-bottom:25px;}.sns-comments .comment-form .logged-in-as + .your-comment{margin-bottom:5px;}.sns-comments .comment-form .form-submit{margin:0 0;clear:both;}.sns-comments .comment-form .form-submit input#submit{display:inline;vertical-align:middle;}@media (max-width:767px){.sns-comments .comment-form .form-submit input#submit{width:auto;}}.sns-comments .comment-form input[type="text"],.sns-comments .comment-form textarea{max-width:100%;width:100%;border-radius:0px;margin-bottom:20px;border:none;border:1px solid #eaeaea;background:#f9f9f9;padding:10px 20px;}.sns-comments .comment-form input[type="text"]:focus,.sns-comments .comment-form textarea:focus{background:#f5f5f5;}.sns-comments .comment-form textarea{height:166px;}.sns-comments .comment-form .form-allowed-tags{margin-bottom:20px;}.sns-comments .comment-form .text-field{padding:0;margin:0 -10px;}.sns-comments .comment-form .text-field > div{width:33.33%;padding:0 10px;float:left;}.sns-comments .comment-form .comment-form-cookies-consent{display:block;float:left;margin-bottom:30px;}.sns-comments p.no-comments{margin-top:30px;}.wp-caption{max-width:100%;}.navigation{padding:0 0;margin:0 0 85px;}.navigation h2,.navigation h4{display:none;}.navigation .pagination{margin:0 0;}.navigation .pagination a{text-align:center;margin:0 5px;padding:0 0;display:inline-block;font-weight:bold;width:35px;height:35px;line-height:35px;border:1px solid #eaeaea;border-radius:35px;float:left;color:#666;}.navigation .pagination a:hover{background-color:#c74729 !important;border-color:#c74729;color:#fff;}.navigation .pagination span.page-numbers{text-align:center;margin:0 5px;padding:0 0;display:inline-block;float:left;line-height:35px;}.navigation .pagination span.current{text-align:center;margin:0 5px;padding:0 0;display:inline-block;font-weight:bold;width:35px;height:35px;line-height:35px;border:1px solid #c74729;border-radius:35px;float:left;background-color:#c74729 !important;color:#fff;}.navigation .next,.navigation .prev{position:relative;overflow:hidden;font-size:0px;text-align:center;}.navigation .next:before,.navigation .prev:before{font-size:14px;}.navigation .next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.navigation .prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.navigation-ajax{display:block;text-align:center;margin:10px 0 60px;}.navigation-ajax #navigation-ajax{position:relative;display:inline-block;vertical-align:top;border:1px solid #666;margin:0px;padding:10px 30px;font-weight:bold;text-transform:uppercase;border-radius:40px;overflow:hidden;font-size:1em;background:#fff;position:relative;}.navigation-ajax #navigation-ajax:hover{background:#c74729;border-color:#c74729;color:#fff;}.navigation-ajax #navigation-ajax.auto-load{opacity:0;}.navigation-ajax #navigation-ajax.snsnav-active{opacity:1;background:#c74729;border-color:#c74729;color:#fff;cursor:wait;padding-left:50px;}.navigation-ajax #navigation-ajax.snsnav-active:before{position:absolute;left:25px;top:50%;margin-top:-10px;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;font-size:20px;z-index:1;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}h3.sidebar-shortcodes{font-size:114.29%;font-weight:bold;margin:0;padding:20px;position:relative;text-transform:uppercase;border-bottom:1px solid #eaeaea;}h3.sidebar-shortcodes span{position:relative;padding:0;display:inline-block;}.handle-preload{opacity:0;visibility:hidden;}.bypostauthor{font-size:100%;}@media (min-width:1200px){.container{width:1200px;}}#sns_content .wpb_row:last-child{margin-bottom:0;}#sns_content .wpb_column > .wpb_wrapper > *:last-child{margin-bottom:0;}@media (min-width:1200px){#sns_content .wpb_row:last-child{margin-bottom:0;}#sns_content .wpb_column > .wpb_wrapper > *:last-child{margin-bottom:0;}.archive #sns_content,.archive #sns_content .sns-content{margin-bottom:0px;}}@media (max-width:480px){#sns_content .hide-border-phone{border:none !important;}}@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);}}@-moz-keyframes spinAround{from{-moz-transform:rotate(0deg);}to{-moz-transform:rotate(360deg);}}@keyframes spinAround{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@-webkit-keyframes SNSLucLac{0%{-webkit-transform:translateX(8px);}25%{-webkit-transform:translateX(-8px);}50%{-webkit-transform:translateX(8px);}100%{-webkit-transform:translateX(0px);}}@-moz-keyframes SNSLucLac{0%{-moz-transform:translateX(8px);}25%{-moz-transform:translateX(-8px);}50%{-moz-transform:translateX(8px);}100%{-moz-transform:translateX(0px);}}@-o-keyframes SNSLucLac{0%{-o-transform:translateX(8px);}25%{-o-transform:translateX(-8px);}50%{-o-transform:translateX(8px);}100%{-o-transform:translateX(0px);}}@keyframes SNSLucLac{0%{transform:translateX(8px);}25%{transform:translateX(-8px);}50%{transform:translateX(8px);}100%{transform:translateX(0px);}}@keyframes smallLoading{16.67%{box-shadow:-35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;}33.33%{box-shadow:-35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;}50%{box-shadow:-35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;}66.67%{box-shadow:-35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;}88.88%{box-shadow:-35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;}100%{transform:rotate(-360deg);box-shadow:-35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;}}@-webkit-keyframes smallLoading{16.67%{box-shadow:-35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;}33.33%{box-shadow:-35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;}50%{box-shadow:-35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;}66.67%{box-shadow:-35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;}88.88%{box-shadow:-35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;}100%{-webkit-transform:rotate(-360deg);box-shadow:-35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;}}@-moz-keyframes smallLoading{16.67%{box-shadow:-35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;}33.33%{box-shadow:-35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;}50%{box-shadow:-35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;}66.67%{box-shadow:-35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;}88.88%{box-shadow:-35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;}100%{-moz-transform:rotate(-360deg);box-shadow:-35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;}}@-o-keyframes smallLoading{16.67%{box-shadow:-35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;}33.33%{box-shadow:-35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;}50%{box-shadow:-35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;}66.67%{box-shadow:-35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;}88.88%{box-shadow:-35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;}100%{-o-transform:rotate(-360deg);box-shadow:-35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;}}@keyframes shine{0%{background-position:top left;}100%{background-position:top right;}}@-webkit-keyframes shine{0%{background-position:top left;}100%{background-position:top right;}}@-o-keyframes shine{0%{background-position:top left;}100%{background-position:top right;}}@-moz-keyframes shine{0%{background-position:top left;}100%{background-position:top right;}}@keyframes infinite_icon{0%{transform:translate(0px, 2px);}100%{transform:translate(0px, -2px);}}@-moz-keyframes infinite_icon{0%{transform:translate(0px, 2px);}100%{transform:translate(0px, -2px);}}@-webkit-keyframes infinite_icon{0%{transform:translate(0px, 2px);}100%{transform:translate(0px, -2px);}}@-o-keyframes infinite_icon{0%{transform:translate(0px, 2px);}100%{transform:translate(0px, -2px);}}@keyframes iconmap{0%{transform:translate(4px, 4px) rotate(-45deg);}100%{transform:translate(0px, 0px) rotate(-45deg);}}@-moz-keyframes iconmap{0%{transform:translate(4px, 4px) rotate(-45deg);}100%{transform:translate(0px, 0px) rotate(-45deg);}}@-webkit-keyframes iconmap{0%{transform:translate(4px, 4px) rotate(-45deg);}100%{transform:translate(0px, 0px) rotate(-45deg);}}@-o-keyframes iconmap{0%{transform:translate(4px, 4px) rotate(-45deg);}100%{transform:translate(0px, 0px) rotate(-45deg);}}.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;}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-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(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1);}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.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(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1);}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.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 headShake{0%{-webkit-transform:translateX(0);transform:translateX(0);}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg);}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg);}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg);}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg);}50%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0);}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg);}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg);}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg);}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg);}50%{-webkit-transform:translateX(0);transform:translateX(0);}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake;}@-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}.tada{-webkit-animation-name:tada;animation-name:tada; }@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}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.39063deg) skewY(0.39063deg);transform:skewX(0.39063deg) skewY(0.39063deg);}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg);}}@keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}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.39063deg) skewY(0.39063deg);transform:skewX(0.39063deg) skewY(0.39063deg);}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg);}}.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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97);}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}.bounceIn{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}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(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}}.bounceOut{-webkit-animation-duration:0.75s;animation-duration:0.75s;-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;}@-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;}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-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;}@-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;}@-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;}@-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;}@-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;}@-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;}@-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;}@-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;}@-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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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-duration:0.75s;animation-duration:0.75s;-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-animation-duration:0.75s;animation-duration:0.75s;-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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);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-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom;}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg);}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom;}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg);}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox; }@-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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@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:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}50%{opacity:1;}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}50%{opacity:1;}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown;}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft;}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight;}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp;}@-webkit-keyframes zoomOut{from{opacity:1;}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}to{opacity:0;}}@keyframes zoomOut{from{opacity:1;}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3);}to{opacity:0;}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut;}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center;}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center;}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 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;}.sns-left > .widget:last-child,.sns-right > .widget:last-child,.inner-sidebar > .widget:last-child{margin-bottom:0 !important;border:none !important;}.sns-left > .postwcode-widget .wpb_wrapper > div,.sns-right > .postwcode-widget .wpb_wrapper > div,.inner-sidebar > .postwcode-widget .wpb_wrapper > div,.sns-left > .widget,.sns-right > .widget,.inner-sidebar > .widget{margin-bottom:65px;position:relative;*zoom:1;}.sns-left > .postwcode-widget .wpb_wrapper > div:before,.sns-right > .postwcode-widget .wpb_wrapper > div:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div:before,.sns-left > .widget:before,.sns-right > .widget:before,.inner-sidebar > .widget:before,.sns-left > .postwcode-widget .wpb_wrapper > div:after,.sns-right > .postwcode-widget .wpb_wrapper > div:after,.inner-sidebar > .postwcode-widget .wpb_wrapper > div:after,.sns-left > .widget:after,.sns-right > .widget:after,.inner-sidebar > .widget:after{content:" ";display:table;}.sns-left > .postwcode-widget .wpb_wrapper > div:after,.sns-right > .postwcode-widget .wpb_wrapper > div:after,.inner-sidebar > .postwcode-widget .wpb_wrapper > div:after,.sns-left > .widget:after,.sns-right > .widget:after,.inner-sidebar > .widget:after{clear:both;}.sns-left > .postwcode-widget .wpb_wrapper > div:last-child,.sns-right > .postwcode-widget .wpb_wrapper > div:last-child,.inner-sidebar > .postwcode-widget .wpb_wrapper > div:last-child,.sns-left > .widget:last-child,.sns-right > .widget:last-child,.inner-sidebar > .widget:last-child{margin-bottom:0px;}.sns-left > .postwcode-widget .wpb_wrapper > div .widget,.sns-right > .postwcode-widget .wpb_wrapper > div .widget,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget,.sns-left > .widget .widget,.sns-right > .widget .widget,.inner-sidebar > .widget .widget{margin-bottom:0;padding-bottom:0;border:none;}.sns-left > .postwcode-widget .wpb_wrapper > div .widgettitle,.sns-right > .postwcode-widget .wpb_wrapper > div .widgettitle,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle,.sns-left > .widget .widgettitle,.sns-right > .widget .widgettitle,.inner-sidebar > .widget .widgettitle,.sns-left > .postwcode-widget .wpb_wrapper > div .widget-title,.sns-right > .postwcode-widget .wpb_wrapper > div .widget-title,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title,.sns-left > .widget .widget-title,.sns-right > .widget .widget-title,.inner-sidebar > .widget .widget-title{font-size:1.1428em;color:#333;text-transform:uppercase;font-weight:bold;display:block;padding:0 0 10px;margin:0 0 25px;line-height:1.1;position:relative;}.sns-left > .postwcode-widget .wpb_wrapper > div .widgettitle:before,.sns-right > .postwcode-widget .wpb_wrapper > div .widgettitle:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle:before,.sns-left > .widget .widgettitle:before,.sns-right > .widget .widgettitle:before,.inner-sidebar > .widget .widgettitle:before,.sns-left > .postwcode-widget .wpb_wrapper > div .widget-title:before,.sns-right > .postwcode-widget .wpb_wrapper > div .widget-title:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title:before,.sns-left > .widget .widget-title:before,.sns-right > .widget .widget-title:before,.inner-sidebar > .widget .widget-title:before{position:absolute;content:"";height:2px;width:30px;background:#c74729;left:0px;bottom:0px;}.sns-left > .postwcode-widget .wpb_wrapper > div .wpb_heading,.sns-right > .postwcode-widget .wpb_wrapper > div .wpb_heading,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading,.sns-left > .widget .wpb_heading,.sns-right > .widget .wpb_heading,.inner-sidebar > .widget .wpb_heading{font-size:1.1428em;color:#333;text-transform:uppercase;font-weight:bold;display:block;padding:0 0 10px;margin:0 0 25px;text-align:left;line-height:1.1;position:relative;}.sns-left > .postwcode-widget .wpb_wrapper > div .wpb_heading:before,.sns-right > .postwcode-widget .wpb_wrapper > div .wpb_heading:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading:before,.sns-left > .widget .wpb_heading:before,.sns-right > .widget .wpb_heading:before,.inner-sidebar > .widget .wpb_heading:before{position:absolute;content:"";height:2px;width:30px;background:#c74729;left:0px;bottom:0px;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.sns-left > .widget.widget_mbstore_widget_vertical_menu,.sns-right > .widget.widget_mbstore_widget_vertical_menu,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu{background:#333;padding:0 30px 20px 30px;border:none;z-index:3;}@media (max-width:1199px){.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu,.sns-left > .widget.widget_mbstore_widget_vertical_menu,.sns-right > .widget.widget_mbstore_widget_vertical_menu,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu{padding:0 20px 20px 20px;}}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title,.sns-left > .widget.widget_mbstore_widget_vertical_menu .widget-title,.sns-right > .widget.widget_mbstore_widget_vertical_menu .widget-title,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .widget-title{padding:30px 0 25px;margin-bottom:10px;border-bottom:1px solid #424242;color:#fff;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style{padding:0 0;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a{color:#fff;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after{color:#fff;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a,.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a,.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a,.sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a,.sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a{color:#c74729;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a{color:#fff;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active{color:#c74729;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before{color:#ccc;}.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a,.sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a,.inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a,.sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a,.sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a,.inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a{color:#c74729;}.sns-left .postwcode-widget .wpb_wrapper > div.no-padding-border,.sns-right .postwcode-widget .wpb_wrapper > div.no-padding-border,.inner-sidebar .postwcode-widget .wpb_wrapper > div.no-padding-border{border:none;padding-bottom:0px;}.sns-left .postwcode-widget .wpb_wrapper > div.no-space-separator,.sns-right .postwcode-widget .wpb_wrapper > div.no-space-separator,.inner-sidebar .postwcode-widget .wpb_wrapper > div.no-space-separator{padding-bottom:0px;margin-bottom:0px;}.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle,.inner-sidebar > .widget .widgettitle,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title,.inner-sidebar > .widget .widget-title{margin-bottom:0px;margin-top:2px;padding-bottom:20px;}.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle:before,.inner-sidebar > .widget .widgettitle:before,.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title:before,.inner-sidebar > .widget .widget-title:before{display:none;}.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading,.inner-sidebar > .widget .wpb_heading{margin-bottom:0px;margin-top:2px;padding-bottom:20px;}.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading:before,.inner-sidebar > .widget .wpb_heading:before{display:none;}body.special-sidebar .sns-left,body.special-sidebar .sns-right,body.special-sidebar .inner-sidebar{z-index:1;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu),body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu),body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div{margin-bottom:50px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div:last-child,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div:last-child,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu):last-child,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu):last-child,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div:last-child{margin-bottom:0px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title{margin:0 0 15px;position:relative;font-size:1.5em;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading:before,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading:before,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading:before,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading:before,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading:before,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title:before,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title:before,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title:before,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title:before,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title:before{position:absolute;content:"";left:0px;bottom:-17px;width:100px;height:3px;background:#c74729;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style),body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style),body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + ul:not(.vertical-style),body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + ul:not(.vertical-style),body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style),body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + ul:not(.vertical-style),body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + ul:not(.vertical-style),body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + ul:not(.vertical-style),body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + ul:not(.vertical-style),body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + ul:not(.vertical-style),body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + div,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + div,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + div,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + div,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + div,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + div,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + div,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + div,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + div,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + div,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + label,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + label,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + label,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + label,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + label,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + label,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + label,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + label,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + label,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + label,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + form,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + form,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + form,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + form,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + form,body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + form,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + form,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + form,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + form,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + form{padding:20px;border:1px solid #eaeaea;border-radius:0 5px 5px 5px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list{margin:0;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product{border-top:1px solid #eaeaea;padding-top:20px;margin-top:20px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child{border:none;margin-top:0px;padding-top:0px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img{margin:0 10px 0 0;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image{border:none;max-width:75px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title{margin-bottom:8px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount{font-size:1em;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav{top:-55px;right:-20px;width:40px;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev{text-align:left;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before{text-align:left;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next{text-align:right;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before{text-align:right;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div .sns-info-box,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div .sns-info-box,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div .sns-info-box{margin:20px 0 0;padding:20px 0 0;border-top:1px solid #eaeaea;}body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div .sns-info-box:first-child,body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div .sns-info-box:first-child,body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box:first-child,body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box:first-child,body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div .sns-info-box:first-child{border-top:none;margin:0 0;padding:8px 0 0;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu{padding:0 0;background:#fff;z-index:3;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu > .wpb_heading,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu > .wpb_heading,body.special-sidebar .wpb_wrapper > .sns-vertical-menu .widget-title,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu .widget-title{background:#c74729;color:#fff;margin:0 0 !important;padding:15px 20px;border-radius:5px 5px 0 0;font-size:1.1428em !important;margin:0 0;border:none;text-transform:uppercase;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu > .wpb_heading:before,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu > .wpb_heading:before,body.special-sidebar .wpb_wrapper > .sns-vertical-menu .widget-title:before,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu .widget-title:before{display:none;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style{padding:0 20px;border:1px solid #eaeaea;border-top:none;border-radius:0 0 5px 5px;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style a,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style a{color:#333 !important;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style a:hover,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style a:hover{color:#c74729 !important;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item{border-top:1px solid #eaeaea;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item:first-child,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:first-child{border-top:none;}body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item > a,body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a{padding:13px 20px 13px 0;}.widget{position:relative;*zoom:1;}.widget:before,.widget:after{content:" ";display:table;}.widget:after{clear:both;}.widget .widget-title{font-size:1.5em;color:#333;text-transform:none;font-weight:bold;display:block;padding:0 0;margin:0 0 25px;line-height:1.1;}.widget .widget-title > span{display:inline-block;position:relative;}.widget .widget-title + ul,.widget .widget-title + div,.widget .widget-title + label,.widget .widget-title + form{padding:0;}.widget ul{margin:0;padding:0;list-style:none;}.widget ul .accr_header{display:inline;}.widget ul .accr_header .btn_accor{position:absolute;top:8px;right:0px;cursor:pointer;text-align:center;}.widget ul .accr_header .btn_accor .ac-tongle{color:;display:block;font-weight:normal;font-size:0px;}.widget ul .accr_header .btn_accor .ac-tongle:before{content:"\f067";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'12px';height:'12px';text-align:center;line-height:'12px';font-size:12px;}.widget ul .accr_header .btn_accor .ac-tongle.close{background:none;opacity:1;text-shadow:none;color:#c74729;}.widget ul .accr_header .btn_accor .ac-tongle.close:before{content:"\f068";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'12px';height:'12px';text-align:center;line-height:'12px';font-size:12px;}.widget ul .accr_header a{position:relative;}.widget ul .accr_header.open .count{color:#c74729;}.widget ul .accr_header.open > a{color:#c74729;}.widget ul li{position:relative;}.widget ul li a{position:relative;padding:0 0 0 0px;color:inherit;}.widget ul li a:hover{color:#c74729;}.widget ul li ul{margin:0px;padding:0 0;}.widget ul li a{display:inline;padding:5px 0;color:#333;}.widget ul li a:hover{color:#c74729;}.widget ul li:first-child a{padding-top:0;}.widget ul li:last-child a{padding-bottom:0;}.widget ul li ul{padding-left:20px;}.widget select{width:100%;}.widget a.button:hover{color:#fff;background:#333;border-color:#333;}.widget a .product-title,.widget .title,.widget .post-title{font-size:1em;}.widget a .product-title a,.widget .title a,.widget .post-title a{color:#333;}.widget a .product-title a:hover,.widget .title a:hover,.widget .post-title a:hover{color:#c74729;}.widget.yith-woo-ajax-reset-navigation{margin-bottom:0px;}.widget.yith-woo-ajax-reset-navigation:before,.widget.yith-woo-ajax-reset-navigation:after{display:inline;}.widget.yith-woo-ajax-reset-navigation a.button{display:block;text-align:center;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;margin-bottom:50px;color:#fff;background:#c74729;border-color:#c74729;}.widget.yith-woo-ajax-reset-navigation a.button:focus,.widget.yith-woo-ajax-reset-navigation a.button:hover{color:#fff;background:#333;border-color:#333;}.widget.widget_recent_entries ul li{padding:4px 0;}.widget.widget_recent_entries ul li:first-child{padding-top:0px;}.widget.widget_recent_entries ul li a{display:block;position:relative;padding:0 0 0 20px;}.widget.widget_recent_entries ul li a:before{position:absolute;left:0px;content:"\f0f6";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;top:5px;}.widget.widget_recent_entries ul li .post-date{font-size:90%;padding:0 0 0 20px;}.widget.widget_archive .widget-title + label{display:none;}.widget.widget_archive > ul{margin-top:-5px;}.widget.widget_archive > ul li{margin-top:8px;}.widget.widget_archive > ul li:first-child{margin-top:0px;border-top:none;}.widget.widget_archive > ul li a{position:relative;padding:0 0 0 21px;}.widget.widget_archive > ul li a:before{position:absolute;content:"\f133";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;left:0px;top:2px;}.widget.widget_categories .widget-title + label{display:none;}.widget.widget_categories > ul{margin:0;padding:0;list-style:none;margin-top:-5px;}.widget.widget_categories > ul .children{padding-top:7px;position:relative;}.widget.widget_categories > ul .children:before{width:1px;height:calc(100% - 7px) !important;background:#eaeaea;position:absolute;left:7px;top:7px;content:"";}.widget.widget_categories > ul li{position:relative;padding:4px 0px;margin:0;}.widget.widget_categories > ul li a{padding:0;}.widget.widget_categories > ul li .btn_accor{top:4px;}.widget.widget_categories > ul li .btn_accor .ac-tongle{font-size:18px;line-height:18px;color:#666;}.widget.widget_categories > ul li:first-child{padding-top:0px;}.widget.widget_categories > ul li:first-child .btn_accor{top:2px;}.widget.widget_categories > ul li:last-child{padding-bottom:0px;border-bottom:none;}.widget.widget_categories > ul > li > .accr_header > a,.widget.widget_categories > ul > li > a{padding-left:20px;position:relative;}.widget.widget_categories > ul > li > .accr_header > a:before,.widget.widget_categories > ul > li > a:before{position:absolute;content:"\f114";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;left:0px;top:2px;}.widget.widget_pages ul{list-style:none;margin-top:-5px;}.widget.widget_pages ul li{position:relative;padding:8px 0 0 0;margin:0;}.widget.widget_pages ul li ul{margin:8px 0 0 10px;}.widget.widget_pages ul li:first-child{padding-top:0px;}.widget.widget_meta ul{list-style:none;margin-top:-5px;}.widget.widget_meta ul li{position:relative;padding:8px 0 0 0;margin:0;}.widget.widget_meta ul li ul{margin:8px 0 0 10px;}.widget.widget_meta ul li:first-child{padding-top:0px;}.widget.widget_nav_menu ul.menu{list-style:none;margin-top:-5px;}@media (min-width:992px) and (max-width:1199px){.widget.widget_nav_menu ul.menu{padding-left:15px;}}.widget.widget_nav_menu ul.menu li{position:relative;padding:8px 0 0 0;margin:0;}.widget.widget_nav_menu ul.menu li ul{margin:6px 0 0;}@media (min-width:992px) and (max-width:1199px){.widget.widget_nav_menu ul.menu li ul{padding-left:15px;}}.widget.widget_nav_menu ul.menu li:first-child{padding-top:0px;}.widget.widget_tag_cloud{background:none !important;}.widget.widget_tag_cloud .tagcloud{*zoom:1;}.widget.widget_tag_cloud .tagcloud:before,.widget.widget_tag_cloud .tagcloud:after{content:" ";display:table;}.widget.widget_tag_cloud .tagcloud:after{clear:both;}.widget.widget_tag_cloud .tagcloud > a{color:#666;display:inline-block;float:left;font-size:100% !important;margin:0 10px 10px 0;background:#f5f5f5;padding:4px 10px;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;position:relative;}.widget.widget_tag_cloud .tagcloud > a:hover{color:#fff;background-color:#c74729;}.widget.widget_tag_cloud .tagcloud > a.is_hidden{opacity:1;}.widget.widget_tag_cloud .tagcloud > a.is_visible{opacity:0;}.widget.widget_tag_cloud .tagcloud .view-more-tag{display:inline-block;position:relative;width:100%;margin-top:10px;}.widget.widget_tag_cloud .tagcloud .view-more-tag a{text-decoration:underline;}.widget.widget_tag_cloud .tagcloud .view-more-tag a:hover{text-decoration:underline;}.widget.widget_recent_comments ul{margin-top:-5px;}.widget.widget_recent_comments ul li{margin-top:12px;padding:12px 0 0 25px;border-top:1px solid #eaeaea;position:relative;}.widget.widget_recent_comments ul li:first-child{margin-top:0px;padding-top:0px;border-top:none;}.widget.widget_recent_comments ul li:first-child:before{top:3px;}.widget.widget_recent_comments ul li:before{position:absolute;content:"\f0e6";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px;height:12px;text-align:center;line-height:12px;font-size:18px;left:0px;top:16px;line-height:18px;}.widget.widget_recent_comments ul li .comment-author-link{color:#c74729;}.widget.widget_top_rated_products li .amount{display:none;}.widget.widget_search{ }.widget.widget_search #searchform{position:relative;padding:0;}.widget.widget_search #searchform:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;text-align:center;line-height:24px;font-size:16px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;right:10px;top:10px;margin:0 0;color:#c74729;}.widget.widget_search #searchform label.screen-reader-text{display:none;}.widget.widget_search #searchform input#s{width:100%;height:45px;box-shadow:unset;}.widget.widget_search #searchform input#s::-moz-placeholder{color:#666;opacity:1;}.widget.widget_search #searchform input#s:-ms-input-placeholder{color:#666;}.widget.widget_search #searchform input#s::-webkit-input-placeholder{color:#666;}.widget.widget_search #searchform input#searchsubmit{font-size:0px;padding:0 0;border:none;height:24px;width:24px;position:absolute;right:16px;top:18px;margin:0 0;background:transparent;}.widget.widget_search #searchform:hover:before{color:#c74729;}.widget.widget_rss .rsswidget img{margin-top:-0.375em;}.widget.widget_rss .rss-date,.widget.widget_rss cite{color:#999;display:block;font-style:normal;line-height:1.61538;margin-bottom:0.53846em;}.widget.widget_rss .rssSummary:last-child{margin-bottom:2.15385em;}.widget.widget_rss li .rsswidget{color:#c74729;}.widget.widget_rss li .rsswidget:hover{color:#686868;}.widget.widget_rss li:last-child :last-child{margin-bottom:0;}.widget.widget_calendar #calendar_wrap{border:none;}.widget.widget_calendar #wp-calendar,.widget.widget_calendar table{background:white;border-color:#eaeaea;border-width:1px;border-style:solid;width:100%;margin-bottom:20px;margin-bottom:30px;}.widget.widget_calendar #wp-calendar caption,.widget.widget_calendar table caption{padding:0 0 5px;}.widget.widget_calendar #wp-calendar td.label,.widget.widget_calendar table td.label{display:table-cell;}.widget.widget_calendar #wp-calendar td.label label,.widget.widget_calendar table td.label label{margin:0 0;}.widget.widget_calendar #wp-calendar > thead > tr > th,.widget.widget_calendar table > thead > tr > th,.widget.widget_calendar #wp-calendar > tbody > tr > th,.widget.widget_calendar table > tbody > tr > th,.widget.widget_calendar #wp-calendar > tfoot > tr > th,.widget.widget_calendar table > tfoot > tr > th{border-color:#eaeaea;border-width:1px 1px 0 0;border-style:solid;color:#666;vertical-align:middle;}.widget.widget_calendar #wp-calendar > thead > tr > th,.widget.widget_calendar table > thead > tr > th{background:#f9f9f9;}.widget.widget_calendar #wp-calendar > thead > tr > td,.widget.widget_calendar table > thead > tr > td,.widget.widget_calendar #wp-calendar > tbody > tr > td,.widget.widget_calendar table > tbody > tr > td,.widget.widget_calendar #wp-calendar > tfoot > tr > td,.widget.widget_calendar table > tfoot > tr > td{border-color:#eaeaea;border-width:1px 1px 0 0;border-style:solid;}.widget.widget_calendar #wp-calendar td a.color-myaccount,.widget.widget_calendar table td a.color-myaccount{text-decoration:underline;}.widget.widget_calendar #wp-calendar td a.color-myaccount:hover,.widget.widget_calendar table td a.color-myaccount:hover{text-decoration:none;}.widget.widget_calendar #wp-calendar td#today,.widget.widget_calendar table td#today{color:#c74729;}.widget.widget_calendar #wp-calendar{margin-bottom:0px;}.widget.widget_calendar #wp-calendar tbody td a{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;padding:0;background:none;color:#333;cursor:pointer;white-space:normal;font-size:100%;border:none;border-radius:100%;-webkit-transition:all 0.25s linear;-o-transition:all 0.25s linear;transition:all 0.25s linear;vertical-align:top;font-weight:normal;text-decoration:underline;}.widget.widget_calendar #wp-calendar tbody td a:focus,.widget.widget_calendar #wp-calendar tbody td a:hover{color:#c74729;background:#fff;}.widget.widget_calendar #wp-calendar tfoot #prev,.widget.widget_calendar #wp-calendar tfoot #next{text-align:center;}.widget.widget_calendar #wp-calendar tfoot #prev a,.widget.widget_calendar #wp-calendar tfoot #next a,.widget.widget_calendar #wp-calendar tfoot #prev a:focus,.widget.widget_calendar #wp-calendar tfoot #next a:focus{font-size:100%;background:none;border-color:#eaeaea;color:inherit;padding:3px 15px;box-shadow:none 3px 3px 3px #888;}.widget.widget_calendar #wp-calendar tfoot #prev a:hover,.widget.widget_calendar #wp-calendar tfoot #next a:hover{color:#fff;background:#c74729;border-color:#c74729;}.widget.widget_sp_image{padding:0;border:none;position:relative;overflow:hidden;}.widget.widget_sp_image .widget-title{display:none;}.widget.widget_sp_image a img{margin:0;}.widget.widget_sp_image a{position:relative;display:inline-block;max-width:100%;overflow:hidden;vertical-align:top;-webkit-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}.widget.widget_sp_image a:before{content:" ";top:0;left:0;opacity:0;position:absolute;width:100%;height:100%;display:block;opacity:0;visibility:hidden;background-color:rgba(0, 0, 0, 0.2);-webkit-transition:0.25s ease-out;-o-transition:0.25s ease-out;transition:0.25s ease-out;}.widget.widget_sp_image a:hover:before{opacity:1;visibility:visible;}ul.side-navigation{margin:0;padding:0;list-style:none;margin-bottom:0px;padding:25px 20px;}ul.side-navigation li{padding:8px 0;}ul.side-navigation li:first-child{padding-top:0px;border-top:none;}ul.side-navigation li:last-child{padding-bottom:0px;}ul.side-navigation li.current_page_item a{color:#c74729;}ul.side-navigation li a{position:relative;padding:0 0 0 20px;color:inherit;}ul.side-navigation li a:hover{color:#c74729;}ul.side-navigation li a:before{position:absolute;content:"\f121";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px;height:12px;text-align:center;line-height:12px;left:0px;top:50%;line-height:1;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);margin-top:-2px;}ul.side-navigation li ul{border-top:1px solid #eaeaea;margin-top:8px;padding:8px 0 0 15px;}.widget-posts{margin:0;padding:0;list-style:none;}.widget-posts .post-item{margin-bottom:30px;*zoom:1;}.widget-posts .post-item:before,.widget-posts .post-item:after{content:" ";display:table;}.widget-posts .post-item:after{clear:both;}.widget-posts .post-item:last-child{margin-bottom:0;}.widget-posts .post-item:last-child .post-img{margin-bottom:0;}.widget-posts .post-item .post-img a{display:block;position:relative;float:left;max-width:70px;margin-right:15px;padding:0 0;}.widget-posts .post-item .post-img a:before{content:"";position:absolute;background:rgba(0, 0, 0, 0.2);width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:0.2s ease-out;-o-transition:0.2s ease-out;transition:0.2s ease-out;-webkit-transform :scale(0.6);-moz-transform :scale(0.6);-ms-transform :scale(0.6);-o-transform :scale(0.6);transform :scale(0.6);}.widget-posts .post-item .post-title{margin:-6px 0 5px;}.widget-posts .post-item .post-title a{padding:0 0;max-height:48px;display:block;overflow:hidden;}.widget-posts .post-item .post-title a:hover{color:#c74729;}.widget-posts .post-item .post-date{color:#ccc;}.widget-posts .post-item:hover .post-img a:before{opacity:1;-webkit-transform :scale(1);-moz-transform :scale(1);-ms-transform :scale(1);-o-transform :scale(1);transform :scale(1);}#sns_slideshow .hephaistos.tparrows.tp-rightarrow::before{content:"\e825";}#sns_slideshow .hephaistos.tparrows.tp-leftarrow::before{content:"\e824";}#sns_slideshow .rev-btn{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}#sns_slideshow .sns-vertical-menu{width:calc(25% - 15px);padding-left:15px;float:left;}#sns_slideshow .sns-slide-show{width:calc(75% + 15px);padding-right:15px;float:left;}@media (max-width:1200px){#sns_slideshow .sns-slide-show{width:100%;padding:0 15px;}}@media (max-width:767px){#sns_slideshow .tparrows{display:none !important;}}#sns_breadcrumbs{position:relative;margin:0 0 35px;padding:0 0;}#sns_breadcrumbs .container > div{position:relative;margin:0 0 15px;padding:15px 0 0;}#sns_breadcrumbs .breadcrumbs{color:#c74729;}#sns_breadcrumbs .breadcrumbs > *{display:inline-block;}#sns_breadcrumbs .breadcrumbs a{color:#666;}#sns_breadcrumbs .breadcrumbs a i{font-size:16px;}#sns_breadcrumbs .breadcrumbs a:hover{color:#c74729;}#sns_breadcrumbs .breadcrumbs .navigation-pipe{margin:0px 10px;color:#ccc;font-size:10px;}body.tax-product_cat #sns_breadcrumbs,body.post-type-archive-product #sns_breadcrumbs,body.single-product #sns_breadcrumbs{margin-bottom:0px;}body.tax-product_cat:not(.have-cat-slideshow) #sns_breadcrumbs{margin-bottom:50px;}#sns_content{position:relative;margin:0 0;}body.no-breadcrumb #sns_content{margin-top:45px;}body.error404 #sns_content{margin-top:0;}#sns_content .sns-right,#sns_content .sns-left{margin-bottom:70px;}#sns_content .sns-right-sidebar,#sns_content .sns-left-sidebar{margin-bottom:70px;}#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > *,#sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > *{margin-bottom:55px;}#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > *:last-child,#sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > *:last-child{margin-bottom:0px;}#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > * .wpb_heading,#sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > * .wpb_heading{font-weight:bold;font-size:1.7142em;text-transform:none;}#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > * ul.vertical-style,#sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > * ul.vertical-style{border-top:1px solid #eaeaea;}#sns_footer{color:#666;}#sns_footer .wpb_content_element{margin-bottom:0px;}#sns_footer .vc_custom_heading{text-transform:uppercase;font-size:1.1428em;margin:0 0 30px;color:#fff;}#sns_footer .wpb_heading,#sns_footer .widgettitle{text-transform:none;font-size:1.1428em;text-transform:uppercase;margin:0 0 30px;color:#fff;}#sns_footer .widget{border:none;padding:0 0;margin:0px;}#sns_footer .widget.widget_nav_menu .menu li{padding:5px 0;}#sns_footer .widget.widget_nav_menu .menu li a{position:relative;display:block;color:inherit;padding:0 0 0 20px;}#sns_footer .widget.widget_nav_menu .menu li a:before{ content:"\f2dc";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;opacity:0;top:4px;position:absolute;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:1;left:0px;text-align:left;}#sns_footer .widget.widget_nav_menu .menu li a:hover{color:#c74729;}#sns_footer .widget.widget_nav_menu .menu li a:hover:before{opacity:1;color:#c74729;}#sns_footer .widget.widget_nav_menu .menu li:first-child{padding-top:0px;}#sns_footer .sns-list-posts .item-post .post-title a{color:inherit;}#sns_footer .sns-list-posts .item-post .post-title a:hover{color:#c74729;}#sns_footer .sns-list-posts .item-post .post-date{color:#666;}#sns_footer .tnp-subscription{position:relative;margin-left:0px;margin-right:0px;}#sns_footer .tnp-subscription form label{padding:0px;margin:0 0 10px;font-weight:inherit;}#sns_footer .tnp-subscription form input[type="email"]{border-radius:40px;border-color:rgba(255, 255, 255, 0.1);box-shadow:none;color:#666;}#sns_footer .tnp-subscription form input.tnp-submit{border-radius:0 40px 40px 0;border:none;border-left:1px solid rgba(255, 255, 255, 0.1);position:absolute;bottom:0px;right:0px;width:auto;color:inherit;}#sns_footer .tnp-subscription form input.tnp-submit:hover{border-color:#c74729;background-color:#c74729;color:#fff;}#sns_footer .inline-menu{text-align:center;}#sns_footer .inline-menu .widget.widget_nav_menu{display:inline-block;}#sns_footer .inline-menu .widget.widget_nav_menu ul{margin:0;padding:0;list-style:none;*zoom:1;}#sns_footer .inline-menu .widget.widget_nav_menu ul:before,#sns_footer .inline-menu .widget.widget_nav_menu ul:after{content:" ";display:table;}#sns_footer .inline-menu .widget.widget_nav_menu ul:after{clear:both;}#sns_footer .inline-menu .widget.widget_nav_menu ul li{display:inline-block;position:relative;float:left;padding:0 17px;}#sns_footer .inline-menu .widget.widget_nav_menu ul li:before{content:"";position:absolute;height:13px;width:1px;background:rgba(255, 255, 255, 0.1);left:0px;top:5px;}@media (max-width:767px){#sns_footer .inline-menu .widget.widget_nav_menu ul li{padding-left:12px;padding-right:12px;}}#sns_footer .inline-menu .widget.widget_nav_menu ul li a{color:#666;padding:0;}#sns_footer .inline-menu .widget.widget_nav_menu ul li a:before{display:none;}#sns_footer .inline-menu .widget.widget_nav_menu ul li a:hover{color:#c74729;padding:0 0;}#sns_footer .inline-menu .widget.widget_nav_menu ul li:first-child{padding-left:0;}#sns_footer .inline-menu .widget.widget_nav_menu ul li:first-child:before{display:none;}#sns_footer .wpb_text_column p{margin-bottom:10px;}#sns_footer .wpb_text_column p:last-child{margin-bottom:0px;}#sns_footer .wpb_text_column a{color:inherit;}#sns_footer .wpb_text_column a:hover{color:#c74729;}#sns_footer .sns-social-links .follow-us a{border-color:rgba(255, 255, 255, 0.1);color:inherit;}#sns_footer .sns-social-links .follow-us a:hover{border-color:#c74729;color:#fff;}#sns_footer .sns-tags .tags-content a{border-color:rgba(255, 255, 255, 0.1);}#sns_footer .sns-tags .tags-content a:hover{border-color:#c74729;}#sns_footer .sns-tags.title-inline .tags-content a{color:#666;}#sns_footer .sns-tags.title-inline .tags-content a:hover{color:#c74729;}#sns_footer .sns-list-posts .list-post{padding-top:6px;}#sns_footer .sns-list-posts .list-post .item-post .post-img{margin-right:15px;}#sns_footer #sb_instagram .sbi_follow_btn a{margin-top:15px;padding:0;background:none !important;color:inherit;font-size:1em;}#sns_footer #sb_instagram .sbi_follow_btn a svg{margin-bottom:-3px;}#sns_footer #sb_instagram .sbi_follow_btn a:hover{background-color:none !important;opacity:1;color:#c74729;}#sns_footer .copyright{text-align:center;border-top:1px solid #eaeaea;padding:25px 10px;}#sns_footer .copyright a{color:inherit;}#sns_footer .copyright a:hover{color:#c74729;}#sns_footer.footer-1{color:rgba(255, 255, 255, 0.6);}#sns_footer.footer-1 .sns-info-box .content-info-box .sc_heading{color:#fff;}#sns_footer.footer-1 .sns-info-box .icon{opacity:1;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}#sns_footer.footer-1 .sns-info-box:hover .icon{opacity:1;}#sns_footer.footer-1 .sns-info-box:hover .content-info-box .sc_heading{color:#fff;}#sns_footer.footer-1 .sns-info-box.have-border{border-color:rgba(255, 255, 255, 0.1);}@media (min-width:767px){#sns_footer.footer-1 .sns-info-box.have-border-left:before{background-color:rgba(255, 255, 255, 0.1);}}#sns_footer.footer-1 . .sns-store-info > * .vc_icon_element-icon{border-color:rgba(255, 255, 255, 0.6);}#sns_footer.footer-1 . .sns-store-info > *:hover .vc_icon_element-icon{border-color:#c74729;}#sns_footer.footer-1 .wpb_content_element a{color:inherit;}#sns_footer.footer-1 .wpb_content_element a:hover{color:#c74729;}#sns_footer.footer-1 .sns-list-posts .item-post .post-date{color:rgba(255, 255, 255, 0.3);}#sns_footer.footer-2{color:#666;}#sns_footer.footer-2 .main-footer{color:#ccc;}#sns_footer.footer-2 .sns-social-links .follow-us a{border-color:#eaeaea;color:#666;background-color:#fff;}#sns_footer.footer-2 .sns-social-links .follow-us a:hover{border-color:#c74729;color:#fff;background-color:#c74729;}#sns_footer.footer-2 .wpb_heading,#sns_footer.footer-2 .widgettitle{color:#fff;}#sns_footer.footer-2 .newsletter-1 .label-wrap h3{color:#333;}#sns_footer.footer-2 .newsletter-1 .label-wrap:before{color:#666;}#sns_footer.footer-2 .newsletter-1 .input-wrap input[type="email"]{border-color:#eaeaea;background:#fff;}#sns_footer.footer-2 .newsletter-1 .input-wrap input[type="email"]:hover{border-color:#ccc;}#sns_footer.footer-2 .newsletter-1 .input-wrap input.tnp-submit{border-left:none;background:#c74729;color:#fff;}#sns_footer.footer-2 .newsletter-1 .input-wrap input.tnp-submit:hover{background:#333;}#sns_footer.footer-2 .sns-store-info > * .vc_icon_element-icon{border-color:inherit;}#sns_footer.footer-2 .sns-store-info > *:hover .vc_icon_element-icon{border-color:#c74729;}#sns_footer.footer-3 .wpb_heading,#sns_footer.footer-3 .widgettitle{color:#333;}#sns_footer.footer-3 .tnp-subscription form input[type="email"]{border-color:#eaeaea;}#sns_footer.footer-3 .tnp-subscription form input.tnp-submit{border-color:#eaeaea;}#sns_footer.footer-3 .sns-social-links .follow-us a{border-color:#ccc;}#sns_footer.footer-3 .sns-social-links .follow-us a:hover{border-color:#c74729;}#sns_footer.footer-blank{height:75px;}#sns_footer.footer-blank .copyright{border:none;}#sns_content.is-notfound{position:relative;}@media (min-width:767px){#sns_content.is-notfound{height:100vh;}}#sns_content.is-notfound .copyright{border-top:none;}.sns-notfound-page{padding-bottom:25px;}.sns-notfound-page .sns-notfound-content{text-align:center;margin:0;}.sns-notfound-page .sns-notfound-content h1{display:block;font-size:2em;color:#666;position:relative;padding:0 0;margin:100px 0 10px;}.sns-notfound-page .sns-notfound-content p{margin:0 0 15px;}.sns-notfound-page .sns-notfound-content div.home-back{margin:50px 0 0;}.sns-notfound-page .sns-notfound-content div.home-back a{padding:15px 35px;background:#333;border-color:#333;color:#fff;}.sns-notfound-page .sns-notfound-content div.home-back a:hover{border-color:#c74729;background:#c74729;}.sns-notfound-page #searchform{position:relative;padding:0;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;width:400px;margin:50px auto 0;}.sns-notfound-page #searchform:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;text-align:center;line-height:24px;font-size:16px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;right:14px;top:11px;margin:0 0;}.sns-notfound-page #searchform label.screen-reader-text{display:none;}.sns-notfound-page #searchform input#s{width:100%;box-shadow:none;height:48px;line-height:48px;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;padding:10px 20px;}.sns-notfound-page #searchform input#s:hover,.sns-notfound-page #searchform input#s:focus,.sns-notfound-page #searchform input#s:visited{border-color:#ccc;}.sns-notfound-page #searchform input#searchsubmit{position:absolute;width:16px;height:16px;top:50%;right:16px;padding:0 0;margin:-5px 0 0;border:none;text-indent:-99em;overflow:hidden;border-radius:0px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#666;background:transparent;}@media (min-width:767px){.sns-notfound-page{-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;top:50%;left:50%;}}@media (max-width:767px){.sns-notfound-page{padding-top:80px;}.sns-notfound-page .sns-notfound-content h1{margin-top:60px;}.sns-notfound-page .sns-notfound-content div.home-back{margin:40px 0;}}#sns_menu.keep-menu{z-index:2;position:fixed;top:0px;width:100%;background:#fff;}body.boxed-layout #sns_menu.keep-menu{width:auto;}body.admin-bar #sns_menu.keep-menu{top:32px;}@media (max-width:992px){body.admin-bar #sns_menu.keep-menu{top:46px;}}@media (max-width:480px){body.admin-bar #sns_menu.keep-menu{top:0px;}}#sns_menu .sns-mainnav-wrapper #sns_mainnav{position:relative;width:100%;text-align:center;}.sns_menu_wrapper{position:relative;background-position:center top;width:100%;transition:none;-webkit-transition:none;}.sns_menu_wrapper .contain{position:relative;}.sns_menu_wrapper:hover{z-index:2;}.sns_menu_wrapper body.show-sidebar,body.show-video .sns_menu_wrapper{z-index:4;}.sns_menu_wrapper .icon-search{display:inline-block;text-align:center;}.sns_menu_wrapper .sns-mainnav-wrapper{float:left;}#sns_header .container{position:relative;}#sns_header .top-header{color:rgba(255, 255, 255, 0.9);}#sns_header .top-header .vc_row{overflow:visible;}#sns_header .top-header a{color:inherit;}#sns_header .top-header a:hover{color:#c74729;}#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *{padding:9px 20px;border-left:1px solid rgba(255, 255, 255, 0.1);}#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *:first-child{border-left:none;padding-left:0px;}#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *:last-child{padding-right:0px;}#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper .wpb_raw_html{margin:0 0;padding:0 0;}#sns_header .top-header .settings{float:left;}#sns_header .top-header .settings .currency,#sns_header .top-header .settings .language{position:relative;float:left;}#sns_header .top-header .settings .currency .tongle,#sns_header .top-header .settings .language .tongle{padding:9px 34px 9px 20px;border-left:1px solid rgba(255, 255, 255, 0.1);position:relative;display:inline-block;cursor:pointer;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;color:inherit;}#sns_header .top-header .settings .currency .tongle:before,#sns_header .top-header .settings .language .tongle:before{content:"\f107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:13px;position:absolute;right:16px;top:50%;margin-top:-7px;}#sns_header .top-header .settings .currency ul,#sns_header .top-header .settings .language ul{margin:0;padding:0;list-style:none;width:120px;position:absolute;top:60px;left:0px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;border:1px solid #eaeaea;z-index:1;background:#fff;}#sns_header .top-header .settings .currency ul li,#sns_header .top-header .settings .language ul li{display:block;border-top:1px solid #eaeaea;line-height:normal;}#sns_header .top-header .settings .currency ul li a,#sns_header .top-header .settings .language ul li a{display:block;padding:10px 15px;color:#333;}#sns_header .top-header .settings .currency ul li a:hover,#sns_header .top-header .settings .language ul li a:hover{color:#c74729;}#sns_header .top-header .settings .currency ul li:first-child,#sns_header .top-header .settings .language ul li:first-child{border:none;}#sns_header .top-header .settings .currency:hover ul,#sns_header .top-header .settings .language:hover ul{top:100%;opacity:1;visibility:visible;-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;}#sns_header .top-header .settings .currency:first-child .tongle,#sns_header .top-header .settings .language:first-child .tongle{border:none;}#sns_header .top-header .settings .language .tongle{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/en.jpg) no-repeat left center;padding-left:25px;}#sns_header .top-header .settings .language ul li a.en{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/en.jpg) no-repeat 10px center;padding-left:35px;}#sns_header .top-header .settings .language ul li a.fr{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/fr.jpg) no-repeat 10px center;padding-left:35px;}#sns_header .top-header .settings .language ul li a.it{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/it.jpg) no-repeat 10px center;padding-left:35px;}#sns_header .sns-info-box{margin-top:5px;}#sns_header .sns-info-box .icon{margin:0 10px 0 0;}#sns_header .sns-info-box .content-info-box .sc_heading{font-weight:bold;}#sns_header #sns_menu #sns_mainmenu_vertical{width:270px;height:70px;float:left;margin:0 0;position:relative;border:1px solid #eaeaea;border-right:none;background:#fff;}#sns_header #sns_menu #sns_mainmenu_vertical > .tongle{padding:0 35px;color:#333;height:68px;line-height:70px;position:relative;cursor:pointer;font-size:1.1428em;font-weight:bold;text-transform:uppercase;}#sns_header #sns_menu #sns_mainmenu_vertical > .tongle:before{content:"\f078";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;font-size:10px;line-height:70px;position:absolute;right:30px;top:0px;color:#333;}@media (max-width:1199px){#sns_header #sns_menu #sns_mainmenu_vertical{width:70px;}#sns_header #sns_menu #sns_mainmenu_vertical > .tongle{padding:0 0;font-size:0px;}#sns_header #sns_menu #sns_mainmenu_vertical > .tongle:before{content:"\f107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:68px;height:68px;text-align:center;line-height:68px;font-size:36px;line-height:70px;position:absolute;right:0px;top:0px;color:#333;}}#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert,#sns_header #sns_menu #sns_mainmenu_vertical > .content{visibility:hidden;opacity:0;background:#333;padding:0 20px;position:absolute;left:-1px;top:69px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);z-index:3;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;width:270px;}#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat,#sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat,#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat,#sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat{margin:10px 0 30px;padding:8px 0;text-align:center;text-transform:uppercase;color:#fff;border:1px solid rgba(255, 255, 255, 0.6);border-radius:20px;background:#666;border-color:#666;}#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat:not(.hidden),#sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat:not(.hidden),#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat:not(.hidden),#sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat:not(.hidden){display:block !important;}#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat i,#sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat i,#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat i,#sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat i{margin-left:8px;}#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat:hover,#sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat:hover,#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat:hover,#sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat:hover{border-color:#c74729;background:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical p.main_navigation_alert{padding:30px 20px;}#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover{border-color:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle{color:#fff;background:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle:before{color:#fff;}#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .main_navigation_alert,#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .content{visibility:visible;opacity:1;top:68px;-webkit-transition:all 0.4s ease-out 0s;-o-transition:all 0.4s ease-out 0s;transition:all 0.4s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}@media (min-width:1199px){#sns_header #sns_menu #sns_mainmenu_vertical.active{border-color:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical.active > .tongle{color:#fff;background:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical.active > .tongle:before{color:#fff;}#sns_header #sns_menu #sns_mainmenu_vertical.active > .main_navigation_alert,#sns_header #sns_menu #sns_mainmenu_vertical.active > .content{visibility:visible;opacity:1;top:68px;-webkit-transition:all 0.4s ease-out 0s;-o-transition:all 0.4s ease-out 0s;transition:all 0.4s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}}@media (max-width:1199px){#sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover{border-color:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .tongle{color:#fff;background:#c74729;}#sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .tongle:before{color:#fff;}#sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .main_navigation_alert,#sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .content{visibility:visible;opacity:1;top:68px;-webkit-transition:all 0.4s ease-out 0s;-o-transition:all 0.4s ease-out 0s;transition:all 0.4s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}}#sns_header #sns_menu #sns_mainmenu{float:left;width:calc(100% - 270px);min-width:70%;position:relative;background:#fff;border:1px solid #eaeaea;height:70px;}@media (max-width:1199px){#sns_header #sns_menu #sns_mainmenu{width:calc(100% - 70px);}}#sns_header #sns_menu #sns_mainmenu ul#main_navigation{position:relative;display:inline-block;width:100%;text-align:left;}#sns_header #sns_menu #sns_mainmenu .mini-cart{position:absolute;right:0px;top:0px;margin:0 0;height:70px;width:120px;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle{padding:0;display:inline-block;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;cursor:pointer;height:68px;width:100%;border-left:1px solid #eaeaea;padding-left:30px;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .number{display:block;margin:13px 0 -2px;color:#666;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .cart-total{display:block;color:#c74729;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle:before{position:absolute;left:-20px;top:15px;content:"\f10b";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;line-height:38px;text-align:center;font-size:16px;border:1px solid #eaeaea;background:#fff;border-radius:100%;}@media (max-width:480px){#sns_header #sns_menu #sns_mainmenu .mini-cart{width:35px;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle{padding-left:0px;}#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .number,#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .cart-total{display:none;}}#sns_header #sns_menu #sns_mainmenu .mini-cart .content{visibility:hidden;opacity:0;position:absolute;top:69px;right:-1px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);z-index:99;width:340px;background:#fff;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;}@media (max-width:480px){#sns_header #sns_menu #sns_mainmenu .mini-cart .content{width:290px;}}#sns_header #sns_menu #sns_mainmenu .mini-cart .content .cart-title{padding:0 25px;}#sns_header #sns_menu #sns_mainmenu .mini-cart .content .cart-title h4{font-weight:bold;text-transform:uppercase;color:#333;display:block;font-size:1.1428em;padding:20px 0 10px;margin:0 0 0;border-bottom:1px solid #eaeaea;}#sns_header #sns_menu #sns_mainmenu .mini-cart .content .widget{padding:0 0;margin:0 0;border:none;}#sns_header #sns_menu #sns_mainmenu .mini-cart.active .tongle,#sns_header #sns_menu #sns_mainmenu .mini-cart:hover .tongle{color:#c74729;}#sns_header #sns_menu #sns_mainmenu .mini-cart.active .tongle:before,#sns_header #sns_menu #sns_mainmenu .mini-cart:hover .tongle:before{color:#fff;background:#c74729;border-color:#c74729;-webkit-animation:bounceIn 600ms ease both;-o-animation:bounceIn 600ms ease both;animation:bounceIn 600ms ease both;}#sns_header #sns_menu #sns_mainmenu .mini-cart.active .content,#sns_header #sns_menu #sns_mainmenu .mini-cart:hover .content{visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}#sns_header .main-header{padding:20px 0;}#sns_header .main-header .header-logo a{max-width:138px;display:inline-block;}body.header-style1 #sns_header{margin:0 0;}body.header-style1 #sns_header .main-header .row .header-logo{margin:30px 0 20px;}@media (max-width:992px){body.header-style1 #sns_header .main-header .row .header-logo{width:calc(100% - 125px);}}@media (max-width:767px){body.header-style1 #sns_header .main-header .row .header-logo{width:calc(100% - 90px);margin-top:20px;}}body.header-style1 #sns_header .main-header .row #sns_main_category{margin:30px 0 0;text-align:right;}@media (max-width:992px){body.header-style1 #sns_header .main-header .row #sns_main_category{margin-top:31px;margin-right:10px;width:45px;height:45px;padding:0 0;position:relative;text-align:left;}body.header-style1 #sns_header .main-header .row #sns_main_category:before{position:absolute;content:"\f1c0";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:45px;height:45px;text-align:center;line-height:45px;font-size:16px;color:#fff;background:#333;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:0px;right:0px;margin:0 0;cursor:pointer;}body.header-style1 #sns_header .main-header .row #sns_main_category > ul{position:absolute;min-width:70px;top:50px;right:0px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:2;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);border-radius:5px;background:#fff;padding:10px 0;}body.header-style1 #sns_header .main-header .row #sns_main_category > ul li.menu-item{display:block;float:none;padding:5px 0;}body.header-style1 #sns_header .main-header .row #sns_main_category:hover:before{background:#c74729;}body.header-style1 #sns_header .main-header .row #sns_main_category:hover > ul{visibility:visible;opacity:1;}}@media (max-width:767px){body.header-style1 #sns_header .main-header .row #sns_main_category{width:35px;height:35px;margin-right:5px;}body.header-style1 #sns_header .main-header .row #sns_main_category:before{width:35px;height:35px;line-height:35px;}body.header-style1 #sns_header .main-header .row #sns_main_category > ul{top:35px;}}body.header-style1 #sns_header .main-header .row .search{margin:30px 0;}@media (max-width:1199px){body.header-style1 #sns_header .main-header .row .search{margin-top:31px;width:45px;height:45px;padding:0 0;border-radius:5px;background:#333;position:relative;float:right;margin-right:15px !important;}body.header-style1 #sns_header .main-header .row .search:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:45px;height:45px;text-align:center;line-height:45px;font-size:16px;color:#fff;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:0px;right:0px;margin:0 0;cursor:pointer;}body.header-style1 #sns_header .main-header .row .search .sns-searchwrap{position:absolute;width:320px;top:50px;right:0px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:1;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}body.header-style1 #sns_header .main-header .row .search .sns-searchwrap button[type="submit"]{display:none;}body.header-style1 #sns_header .main-header .row .search.hover:before,body.header-style1 #sns_header .main-header .row .search:hover:before{background:#c74729;}body.header-style1 #sns_header .main-header .row .search.hover .sns-searchwrap,body.header-style1 #sns_header .main-header .row .search:hover .sns-searchwrap{visibility:visible;opacity:1;border-radius:5px;}}@media (max-width:992px){body.header-style1 #sns_header .main-header .row .search{width:45px;float:left;margin-right:0px !important;}}@media (max-width:767px){body.header-style1 #sns_header .main-header .row .search{width:35px;height:35px;}body.header-style1 #sns_header .main-header .row .search:before{width:35px;height:35px;line-height:35px;}body.header-style1 #sns_header .main-header .row .search .sns-searchwrap{top:35px;}}@media (max-width:992px){body.header-style1 #sns_header .main-header{padding:0 0;}}body.header-style2 #sns_header{margin:0 0;}body.header-style2 #sns_header .main-header .row > *{margin:30px 0;}body.header-style2 #sns_header .main-header .row .header-logo{margin-top:28px;}@media (max-width:992px){body.header-style2 #sns_header .main-header .row .header-logo{width:calc(100% - 65px);}}@media (max-width:767px){body.header-style2 #sns_header .main-header .row .header-logo{width:calc(100% - 50px);margin-top:20px;}}@media (max-width:1199px){body.header-style2 #sns_header .main-header .row .search{margin-top:31px;width:45px;height:45px;padding:0 0;border-radius:5px;background:#333;position:relative;float:right;margin-right:15px !important;}body.header-style2 #sns_header .main-header .row .search:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:45px;height:45px;text-align:center;line-height:45px;font-size:16px;color:#fff;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:0px;right:0px;margin:0 0;cursor:pointer;}body.header-style2 #sns_header .main-header .row .search .sns-searchwrap{position:absolute;width:320px;top:50px;right:0px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:1;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}body.header-style2 #sns_header .main-header .row .search .sns-searchwrap button[type="submit"]{display:none;}body.header-style2 #sns_header .main-header .row .search.hover:before,body.header-style2 #sns_header .main-header .row .search:hover:before{background:#c74729;}body.header-style2 #sns_header .main-header .row .search.hover .sns-searchwrap,body.header-style2 #sns_header .main-header .row .search:hover .sns-searchwrap{visibility:visible;opacity:1;border-radius:5px;}}@media (max-width:992px){body.header-style2 #sns_header .main-header .row .search{width:45px;float:left;margin-right:0px !important;}}@media (max-width:767px){body.header-style2 #sns_header .main-header .row .search{width:35px;height:35px;}body.header-style2 #sns_header .main-header .row .search:before{width:35px;height:35px;line-height:35px;}body.header-style2 #sns_header .main-header .row .search .sns-searchwrap{top:35px;}}@media (max-width:992px){body.header-style2 #sns_header .main-header{padding:0 0;}}body.header-style3 #sns_header .top-header{color:#666;}body.header-style3 #sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *{border-color:#eaeaea;}body.header-style3 #sns_header .top-header .settings .currency .tongle,body.header-style3 #sns_header .top-header .settings .language .tongle{border-color:#eaeaea;}body.header-style3 #sns_header .top-header .settings .currency .tongle:before,body.header-style3 #sns_header .top-header .settings .language .tongle:before{font-size:16px;}body.header-style3 #sns_header .main-header{padding:40px 0;}@media (max-width:767px){body.header-style3 #sns_header .main-header{padding:20px 0;}}body.header-style3 #sns_header .main-header .header-logo{padding-top:0;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-logo{width:calc(100% - 35px);float:left;}body.header-style3 #sns_header .main-header .header-logo + .search .sns-searchwrap{right:0px;}body.header-style3 #sns_header .main-header .header-logo.have-woocommerce{width:calc(100% - 112px);}body.header-style3 #sns_header .main-header .header-logo.have-woocommerce + .search .sns-searchwrap{right:-85px;}}body.header-style3 #sns_header .main-header .search{margin-top:2px;}@media (max-width:767px){body.header-style3 #sns_header .main-header .search{margin:18px 0 0 0;padding:0;position:relative;float:left;height:20px;width:20px;}body.header-style3 #sns_header .main-header .search:before{position:absolute;content:"\f110";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;font-size:20px;color:#333;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:0px;right:0px;margin:0 0;cursor:pointer;}body.header-style3 #sns_header .main-header .search .sns-searchwrap{position:absolute;width:320px;top:30px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:1;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);border-radius:48px;}body.header-style3 #sns_header .main-header .search .sns-searchwrap button[type="submit"]{display:none;}body.header-style3 #sns_header .main-header .search.hover .sns-searchwrap,body.header-style3 #sns_header .main-header .search:hover .sns-searchwrap{visibility:visible;opacity:1;}}body.header-style3 #sns_header .main-header .header-right{margin-top:14px;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right{margin-top:15px;float:right;}}body.header-style3 #sns_header .main-header .header-right > *{float:right;margin-left:30px;}@media (max-width:1199px){body.header-style3 #sns_header .main-header .header-right > *{margin-left:25px;}}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right > *{margin-left:15px;}}body.header-style3 #sns_header .main-header .header-right > *:last-child{margin-left:0;}body.header-style3 #sns_header .main-header .header-right .mini-cart{width:26px;height:26px;}body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle{width:26px;height:26px;color:#333;position:relative;display:inline-block;}body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle:before{content:"\f10b";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:26px;height:26px;text-align:center;line-height:26px;font-size:26px;}body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle .cart-number{height:18px;line-height:18px;width:18px;background:#c74729;border-radius:100%;color:#fff;font-size:10px;display:inline-block;position:absolute;top:-8px;right:-5px;text-align:center;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle{width:20px;height:20px;}body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle:before{width:20px;height:20px;font-size:20px;}}body.header-style3 #sns_header .main-header .header-right .mini-cart .content{visibility:hidden;opacity:0;position:absolute;top:40px;right:0px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);z-index:99;width:340px;background:#fff;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right .mini-cart .content{right:15px;top:35px;}}@media (max-width:480px){body.header-style3 #sns_header .main-header .header-right .mini-cart .content{width:300px;}}body.header-style3 #sns_header .main-header .header-right .mini-cart .content .cart-title{padding:0 25px;}body.header-style3 #sns_header .main-header .header-right .mini-cart .content .cart-title h4{font-weight:bold;text-transform:uppercase;color:#333;display:block;font-size:1.1428em;padding:20px 0 10px;margin:0 0 0;border-bottom:1px solid #eaeaea;}body.header-style3 #sns_header .main-header .header-right .mini-cart .content .widget{padding:0 0;margin:0 0;border:none;}body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .tongle{color:#c74729;}body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .tongle .cart-number{background:#333;}body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .content{visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle{width:26px;height:26px;color:#333;position:relative;display:inline-block;}body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle:before{content:"\f105";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:26px;height:26px;text-align:center;line-height:26px;font-size:26px;}body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle .number{height:18px;line-height:18px;width:18px;background:#c74729;border-radius:100%;color:#fff;font-size:10px;display:inline-block;position:absolute;top:-8px;right:-8px;text-align:center;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle{width:20px;height:20px;}body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle:before{width:20px;height:20px;font-size:20px;}}body.header-style3 #sns_header .main-header .header-right .mini-wishlist .content{visibility:hidden;opacity:0;position:absolute;top:40px;right:0px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);z-index:99;width:340px;background:#fff;padding:0 25px 25px;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;}@media (max-width:480px){body.header-style3 #sns_header .main-header .header-right .mini-wishlist .content{width:290px;}}body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .tongle{color:#c74729;}body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .tongle .number{background:#333;}body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .content{visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle{width:26px;height:26px;color:#333;position:relative;display:inline-block;}body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle:before{content:"\f102";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:26px;height:26px;text-align:center;line-height:26px;font-size:26px;}body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle .number{height:20px;line-height:20px;width:20px;background:#c74729;border-radius:100%;color:#fff;font-size:12px;display:inline-block;position:absolute;top:-10px;right:-10px;text-align:center;}@media (max-width:767px){body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle{width:20px;height:20px;}body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle:before{width:20px;height:20px;font-size:20px;}}body.header-style3 #sns_header .main-header .header-right .mini-compare .content{visibility:hidden;opacity:0;position:absolute;top:40px;right:0px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);z-index:99;width:340px;background:#fff;padding:0 25px 25px;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;}@media (max-width:480px){body.header-style3 #sns_header .main-header .header-right .mini-compare .content{width:290px;}}body.header-style3 #sns_header .main-header .header-right .mini-compare .content .widget{padding:0 0;margin:0 0;border:none;}body.header-style3 #sns_header .main-header .header-right .mini-compare .content .widgettitle{font-weight:bold;text-transform:uppercase;color:#333;display:block;font-size:1.1428em;padding:20px 0 10px;margin:0 0 20px;border-bottom:1px solid #eaeaea;line-height:1.42857;}body.header-style3 #sns_header .main-header .header-right .mini-compare .content .products-list{margin:0 0 25px;padding:0 0 20px;border-bottom:1px solid #eaeaea;}body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .tongle{color:#c74729;}body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .tongle .number{background:#333;}body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .content{visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}body.header-style3 #sns_header #sns_menu{background:#c74729;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical{height:52px;border:none;width:270px;background:none;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle{padding:0 20px 0 42px;height:52px;line-height:52px;background:rgba(0, 0, 0, 0.3);color:#fff;text-transform:uppercase;font-size:1em;margin:0 0;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:before{content:"\f0c9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;color:#fff;position:absolute;top:calc(50% - 7px);left:20px;text-align:left;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:after{content:"\f078";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:10px;color:#fff;position:absolute;top:calc(50% - 7px);right:20px;text-align:right;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:hover{color:#c74729;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:hover:before{color:inherit;}@media (max-width:1199px){body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical{width:50px;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle{font-size:0px;padding:0 0;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:after{display:none;}}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert{color:#fff;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert,body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .content{top:52px;left:0px;background:#222;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle{background:#222;color:#fff;}body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .main_navigation_alert,body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .content{top:52px;}body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu{width:calc(100% - 270px);}@media (max-width:1199px){body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu{width:calc(100% - 50px);}}body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu ul#main_navigation > li.menu-item:first-child{padding-left:35px;}body.header-style3 #sns_header #sns_menu #sns_mainmenu{height:52px;width:100%;border:none;background:none;}body.header-style3 #sns_header #sns_menu #sns_mainmenu > .main_navigation_alert{line-height:52px;color:#fff;}body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:first-child{padding-left:0px;}body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item > a{padding-top:16px;padding-bottom:16px;height:52px;color:#fff;}body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item > a:after{position:absolute;content:"";height:2px;width:0px;left:0px;bottom:11px;background:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:hover > a:before,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:before,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:before,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-parent > a:before{color:inherit;}body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:hover > a:after,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:after,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:after,body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-parent > a:after{width:20px;}@media (max-width:992px){body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar{text-align:right;}}body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar > [class*="btn"]{line-height:52px;}@media (max-width:992px){body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar > [class*="btn"]{margin:0 0 0 20px;}}body.header-style3 #sns_header #sns_menu .menu-sidebar > [class*="btn"]{color:#fff;}body.header-style3 #sns_header #sns_menu .menu-sidebar > [class*="btn"]:hover{color:#333;}body.header-style3.use-slideshow #sns_header #sns_menu{border-bottom:none;}body.enable-search-cat .sns-searchwrap .search-input input[type="text"]{height:48px;border-radius:0 48px 48px 0;padding-left:20px;position:relative;}@media (min-width:992px){body.enable-search-cat .sns-searchwrap .search-input input[type="text"]{border-left:none;}}@media (max-width:992px){body.enable-search-cat .sns-searchwrap .search-input input[type="text"]{border-radius:48px;}}body.enable-search-cat .sns-searchwrap .search-input:before{right:10px;}@media (min-width:992px){body.enable-search-cat .sns-searchwrap .search-input:after{content:"";position:absolute;left:0px;top:calc(50% - 7px);height:14px;width:1px;background:#eaeaea;}}body.enable-search-cat .sns-searchwrap button[type="submit"]{font-size:0px;padding:0 0;border:none;height:48px;width:65px;position:absolute;right:0px;top:0px;background-color:#c74729;border-radius:0 48px 48px 0;}body.enable-search-cat .sns-searchwrap button[type="submit"]:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;text-align:center;line-height:24px;font-size:16px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:calc(50% - 12px);right:calc(50% - 12px);margin:0 0;}body.enable-search-cat .sns-searchwrap button[type="submit"]:after{position:absolute;content:"";left:0px;top:1px;width:1px;height:48px;}body.enable-search-cat .sns-searchwrap button[type="submit"]:hover{background:#333;}body.enable-search-cat .sns-searchwrap button[type="submit"]:hover:before{color:#fff;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container{width:170px !important;height:48px;}@media (max-width:1199px){body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container{width:150px !important;}}@media (max-width:992px){body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container{display:none;}}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container.select2-dropdown-open .select2-selection{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection{line-height:46px;height:48px;padding:0 25px;background:transparent;border:1px solid #eaeaea;border-right:none;border-radius:48px 0 0 48px;position:relative;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection:before{content:"\f107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:16px;position:absolute;right:15px;top:calc(50% - 7px);}@media (max-width:1199px){body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection{padding:0 5px 0 15px;}}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__rendered{line-height:inherit;color:inherit;padding:0 0;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__arrow{width:25px;height:100%;top:0px;display:none;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__arrow b:after{left:7px;}body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection > .select2-chosen{margin:0 0;}.sns-searchwrap div.select-cat{display:table-cell !important;}.sns-searchwrap div.select-cat a{background:#f5f5f5;border:none;padding:4px 10px;}.sns-searchwrap select.select-cat{visibility:hidden;opacity:0;display:none;}.sns-searchwrap .sns-ajaxsearchbox{display:table;width:100%;}.sns-searchwrap .sns-ajaxsearchbox form{display:table-row;}.sns-searchwrap .sns-ajaxsearchbox.loaded .search-input{display:table-cell !important;width:100%;padding:0px;}.sns-searchwrap .sns-ajaxsearchbox.loaded .select-cat + .search-input{padding:0 0;}.sns-searchwrap .search-input{position:relative;vertical-align:middle;}.sns-searchwrap .search-input input[type="text"]{width:100%;height:48px;border:1px solid #eaeaea;border-radius:5px;padding-right:48px;}.sns-searchwrap .search-input input[type="text"]::-moz-placeholder{color:#666;opacity:1;}.sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder{color:#666;}.sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder{color:#666;}.sns-searchwrap .search-input:before{position:absolute;top:0px;right:0px;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:48px;height:48px;text-align:center;line-height:48px;font-size:16px;color:#c74729;border-radius:48px;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:none;opacity:0;}.sns-searchwrap .search-input.loading button,.sns-searchwrap .search-input.loading input[type=submit]{display:none;}.sns-searchwrap .search-input.loading:before{opacity:1;z-index:1;}.sns-searchwrap button[type="submit"]{font-size:0px;padding:0 0;border:none;height:48px;width:48px;position:absolute;right:0px;top:0px;background:#c74729;border-radius:0 5px 5px 0;}.sns-searchwrap button[type="submit"]:before{position:absolute;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:48px;height:48px;text-align:center;line-height:48px;font-size:16px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;top:0px;right:0px;margin:0 0;color:#fff;}.sns-searchwrap button[type="submit"]:hover{background:#c74729;border:none;}.sns-searchwrap button[type="submit"]:hover:before{color:#fff;}.sns-select2-dropdown.select2-dropdown--below{border-color:#eaeaea;margin-top:0px;width:220px !important;border-radius:5px !important;}.sns-select2-dropdown.select2-dropdown--below .select2-search{padding:15px 15px 5px;}.sns-select2-dropdown.select2-dropdown--below .select2-search input{padding:5px 10px !important;border-color:#eaeaea;}.sns-select2-dropdown.select2-dropdown--below .select2-results{padding:0px 0 5px;}.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options{background:#fff;list-style:none;padding:0 15px 10px;max-height:220px;}.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li{margin:1px 0 0;padding:3px 6px;}.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected],.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected],.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted,.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li:hover{background:#f5f5f5 !important;color:inherit !important;border-radius:0;}#sns_searchresult_wrap{background:#fff;padding:20px 20px 10px;border:1px solid #eaeaea;border-radius:5px;z-index:99999;display:none;*zoom:1;min-width:380px;}#sns_searchresult_wrap:before,#sns_searchresult_wrap:after{content:" ";display:table;}#sns_searchresult_wrap:after{clear:both;}@media (max-width:1199px){#sns_searchresult_wrap{min-width:320px;}}#sns_searchresult_wrap ul{padding:0 0;list-style:none;margin:0;padding:0;list-style:none;}#sns_searchresult_wrap ul li{display:block;padding:15px 0 0;margin:15px 0 0;float:left;width:100%;border-top:1px solid #eaeaea;}#sns_searchresult_wrap ul li:first-child{border-top:none;margin:0 0;padding:0 0;}#sns_searchresult_wrap ul li .thumbnail{width:80px;float:left;border:none;padding:0 0;border-radius:0;margin:0 10px 0 0;background:none;display:inline-grid;}#sns_searchresult_wrap ul li .thumbnail a{position:relative;display:inline-block;border:1px solid #eaeaea;}#sns_searchresult_wrap ul li .thumbnail a:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;left:0px;top:0px;}#sns_searchresult_wrap ul li .meta .title{display:block;margin:-3px 10px 10px 0;}#sns_searchresult_wrap ul li .meta .title .hightlight{color:#c74729;}#sns_searchresult_wrap ul li .meta .price{display:block;}#sns_searchresult_wrap ul li .price{font-size:1em;}#sns_searchresult_wrap ul li:hover a:before{background:rgba(0, 0, 0, 0.06);}#sns_searchresult_wrap .viewall-result{display:block;float:left;width:100%;margin:20px 0 0;padding:10px 0 0;border-top:1px solid #eaeaea;}.menu-big-icon{margin:0;padding:0;list-style:none;display:inline-block;}.menu-big-icon li{float:left;margin:0 0;}.menu-big-icon li a{text-align:center;color:#666;display:block;height:50px;width:50px;line-height:50px;border-radius:100%;overflow:hidden;text-indent:-99em;font-size:0px;margin:0 7.5px;border:1px solid #eaeaea;background:#f5f5f5;}.menu-big-icon li a > span{display:block;position:relative;}.menu-big-icon li a > span img{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.menu-big-icon li a:hover{background-color:#c74729;border-color:#c74729;}.menu-big-icon li a:hover > span img{filter:grayscale(100%) brightness(1000%);-webkit-filter:grayscale(100%) brightness(1000%);}.menu-big-icon li.current-menu-item a{background-color:#c74729;border-color:#c74729;}.menu-big-icon li.current-menu-item a > span img{filter:grayscale(100%) brightness(1000%);-webkit-filter:grayscale(100%) brightness(1000%);}#sns_mainmenu{display:inline-block;}#sns_mainmenu:hover{overflow:visible;position:static;}#sns_mainmenu > p.main_navigation_alert{color:#666;line-height:70px;margin:0 15px;}#sns_mainmenu li:hover{z-index:999;}#sns_mainmenu ul#main_navigation{*zoom:1;margin:0;padding:0;list-style:none;text-align:center;float:none;}#sns_mainmenu ul#main_navigation:before,#sns_mainmenu ul#main_navigation:after{content:" ";display:table;}#sns_mainmenu ul#main_navigation:after{clear:both;}#sns_mainmenu ul#main_navigation li.menu-item{list-style:none;}#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title i{margin-right:10px;}#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title img.sns-megamenu-icon-img{display:inline-block;height:auto;vertical-align:middle;margin-right:10px;max-width:20px;}#sns_mainmenu ul#main_navigation li.menu-item a i{margin-right:10px;}#sns_mainmenu ul#main_navigation li.menu-item a img.sns-megamenu-icon-img{display:inline-block;height:auto;vertical-align:middle;margin-right:10px;max-width:20px;}#sns_mainmenu ul#main_navigation li.menu-item a:focus{background:none;}#sns_mainmenu ul#main_navigation > li.menu-item{border:none;position:relative;display:inline-block;text-align:left;padding:0 20px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega{position:static;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content{display:none;position:absolute;visibility:hidden;display:block;opacity:0;top:100%;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;z-index:999;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);width:100%;left:0;background:#fff;padding-bottom:35px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > li.menu-item{float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-1 > li.menu-item{width:100%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-2 > li.menu-item{width:50%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-3 > li.menu-item{width:33.33%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-4 > li.menu-item{width:25%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-5 > li.menu-item{width:20%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-6 > li.menu-item{width:16.67%;}@media (min-width:1200px) and (max-width:1500px){#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content{width:100%;padding-bottom:20px;}}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.sub-content-background{background-position:right bottom;background-repeat:no-repeat;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item{position:relative;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item a{padding:4px 0px;display:block;color:#666;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.have-icon > a i{margin-right:8px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu{padding:0px 15px 30px 15px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu:not(.enable-megamenu){display:none;position:absolute;padding:10px 0;visibility:hidden;display:block;opacity:0;top:100%;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;border:1px solid #eaeaea;z-index:999;width:220px;left:208px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > ul.sub-menu:not(.enable-megamenu){visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);top:2px;z-index:999;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a i{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a i{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns{left:0;position:relative;z-index:999;margin:0;padding:0 20px;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item{float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-1 > li.menu-item{width:100%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-2 > li.menu-item{width:50%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-3 > li.menu-item{width:33.33%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-4 > li.menu-item{width:25%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-5 > li.menu-item{width:20%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-6 > li.menu-item{width:16.67%;}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns{padding:0 10px;}}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item:before{content:"";width:1px;height:100%;position:absolute;left:0;top:0;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item:first-child:before{display:none;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item{position:relative;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title{display:block;margin:40px 20px 15px 20px;padding:0 0;font-size:1.1428em;text-transform:uppercase;}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title{margin:35px 10px 10px 10px;}}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title a{color:#333;padding:0 0 0;position:relative;display:block;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title a:before{position:absolute;content:"";height:1px;width:100%;left:0px;bottom:-11px;background-color:#eaeaea;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title img:hover{opacity:0.8;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu{padding:10px 20px 0;}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu{padding:10px 10px 0;}}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.menu-item-has-children:before{position:absolute;top:50%;right:0px;margin-top:-10px;content:"\f105";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;font-size:16px;color:inherit;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{display:block;visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);top:2px;z-index:999;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.current-menu-ancestor > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu ul.sub-menu{display:none;position:absolute;background:#fff;padding:15px 20px;visibility:hidden;display:block;opacity:0;top:100%;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;box-shadow:0 0 6px rgba(0, 0, 0, 0.2);z-index:999;width:220px;left:100%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu ul.sub-menu li.menu-item a:hover{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item{float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-1 > li.menu-item{width:100%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-2 > li.menu-item{width:50%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-3 > li.menu-item{width:33.33%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-4 > li.menu-item{width:25%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-5 > li.menu-item{width:20%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-6 > li.menu-item{width:16.66%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns{width:100%;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content{*zoom:1;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:before,#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:after{content:" ";display:table;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:after{clear:both;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content > ul.columns{width:65%;float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content .mega-left-content{padding:35px 20px 10px;width:35%;float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content{*zoom:1;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:before,#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:after{content:" ";display:table;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:after{clear:both;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content > ul.columns{width:65%;float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content .mega-right-content{padding:35px 20px 10px;width:35%;float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content .mega-bottom-content{padding:15px 20px 10px;float:left;}#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega:hover .sub-content{display:block;visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);}#sns_mainmenu ul#main_navigation > li.menu-item ul.sub-menu{padding:0 0;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu{display:none;position:absolute;left:0px;background:#fff;visibility:hidden;display:block;opacity:0;top:100%;-webkit-transform :rotateX(-90deg);-moz-transform :rotateX(-90deg);-ms-transform :rotateX(-90deg);-o-transform :rotateX(-90deg);transform :rotateX(-90deg);-webkit-transition:all 0.15s ease-out 0s;-o-transition:all 0.15s ease-out 0s;transition:all 0.15s ease-out 0s;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;z-index:999;min-width:260px;padding:20px 0;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu{min-width:240px;padding:10px 0;}}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item{position:relative;margin:0px;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:last-child{border:none;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item a{padding:4px 30px;display:block;font-size:1em;color:#666;}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item a{padding:4px 20px;}}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.have-icon > a i{margin-right:10px;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.menu-item-has-children:before{position:absolute;top:50%;right:20px;margin-top:-8px;content:"\f105";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;font-size:16px;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu){position:absolute;padding:20px 0;min-width:260px;background:#fff;top:0%;left:calc(100% + 15px);box-shadow:0 0 6px rgba(0, 0, 0, 0.2);z-index:999;display:block;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;}@media (max-width:1199px){#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu){min-width:240px;padding:10px 0;}}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > ul.sub-menu:not(.enable-megamenu){display:block;opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;visibility:visible;left:95%;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > a i{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a,#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a i,#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a i{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a:before,#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.menu-item-has-children > a{padding-right:18px;}#sns_mainmenu ul#main_navigation > li.menu-item.menu-item-has-children > a:before{position:absolute;top:50%;right:0px;margin-top:-6px;content:"\f078";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px;height:12px;text-align:center;line-height:12px;font-size:10px;}#sns_mainmenu ul#main_navigation > li.menu-item > a{display:block;padding:24px 0px;height:69px;font-size:1em;font-weight:bold;text-transform:uppercase;position:relative;z-index:9;margin:0;}#sns_mainmenu ul#main_navigation > li.menu-item > a:hover{background:none;}#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a,#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:before,#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item:hover > a{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item:hover > a:before{color:#c74729;}#sns_mainmenu ul#main_navigation > li.menu-item:hover > ul.sub-menu{display:block;visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;-webkit-transform :rotateX(0deg);-moz-transform :rotateX(0deg);-ms-transform :rotateX(0deg);-o-transform :rotateX(0deg);transform :rotateX(0deg);z-index:999;top:100%;}#sns_mainmenu ul#main_navigation > li.menu-item:hover.menu-item-has-children > a:before,#sns_mainmenu ul#main_navigation > li.menu-item:hover.menu-item-has-children > a:after{opacity:1;visibility:visible;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}.menu-sidebar{margin:0 0 0 20px;}.menu-sidebar > [class*="btn"]{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;width:20px;line-height:68px;margin-right:15px;padding:0;border:0;cursor:pointer;position:relative;color:#333;vertical-align:middle;}.menu-sidebar > [class*="btn"]:hover{color:#c74729;}.menu-sidebar > [class*="btn"].offcanvas:before,.menu-sidebar > [class*="btn"].leftsidebar:before,.menu-sidebar > [class*="btn"].rightsidebar:before{font-size:20px;vertical-align:middle;}.menu-sidebar > [class*="btn"].leftsidebar,.menu-sidebar > [class*="btn"].rightsidebar{display:none;}.menu-sidebar > [class*="btn"].offcanvas:before{content:"\f115";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;height:22px;text-align:center;line-height:22px;}.menu-sidebar > [class*="btn"].leftsidebar:before{content:"\f113";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;height:22px;text-align:center;line-height:22px;}body.have-inner-left .menu-sidebar > [class*="btn"].leftsidebar,body.layout-type-l-m-r .menu-sidebar > [class*="btn"].leftsidebar,body.layout-type-l-m .menu-sidebar > [class*="btn"].leftsidebar{display:inline-block;}.menu-sidebar > [class*="btn"].rightsidebar:before{content:"\f114";display:inline-block;font-family:Flaticon;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;height:22px;text-align:center;line-height:22px;}body.have-inner-right .menu-sidebar > [class*="btn"].rightsidebar,body.layout-type-l-m-r .menu-sidebar > [class*="btn"].rightsidebar,body.layout-type-m-r .menu-sidebar > [class*="btn"].rightsidebar{display:inline-block;}.menu-sidebar .overlay{content:"";display:none;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:999;background:rgba(0, 0, 0, 0.5);-webkit-transition:none;-o-transition:none;transition:none;cursor:e-resize;cursor:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/close-white.png), auto;}.resp-nav{margin:0;padding:0;list-style:none;}.resp-nav:not(.handled){opacity:0;}.resp-nav .accr_content{padding:0;}.resp-nav .accr_content ul{padding:0 0;margin:0 0 0 20px;}.resp-nav a{color:#333;}.resp-nav a:hover{color:#c74729;}.resp-nav .accr_header{padding:5px 0;position:relative;display:block;}.resp-nav .accr_header .btn_accor{position:absolute;top:50%;right:0px;cursor:pointer;margin-top:-7px;}.resp-nav .accr_header .btn_accor .ac-tongle{display:block;width:14px;height:14px;text-align:center;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;font-size:0px;position:relative;}.resp-nav .accr_header .btn_accor .ac-tongle:before{content:"\f0d8";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;position:absolute;left:0px;top:0px;}.resp-nav .accr_header .btn_accor .ac-tongle:hover:before{color:#666;}.resp-nav .accr_header .btn_accor .ac-tongle.open:before{content:"\f0d7";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;color:#666;}.resp-nav .accr_header .btn_accor .ac-tongle.close{opacity:1;}.resp-nav .accr_header .btn_accor .ac-tongle.close:before{content:"\f0d8";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;color:#c74729;}.resp-nav .accr_header.open > a{color:#c74729;}#main_menu_sidebar{margin:0;padding:0;list-style:none;position:fixed;top:0;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;left:-300px;height:100%;overflow:auto;width:290px;background:#f5f5f5;padding:20px 15px;z-index:99999;text-align:left;display:none;line-height:40px;}@media (max-width:992px){body.admin-bar #main_menu_sidebar{top:46px;height:calc(100vh - 46px);}}#main_menu_sidebar.active{left:0;opacity:1;}@media (max-width:992px){#main_menu_sidebar{display:block;}}#main_menu_sidebar ul{margin:0;padding:0;list-style:none;}#main_menu_sidebar .accr_content{padding-left:15px;}#main_menu_sidebar > li > .accr_header a{color:#333;text-transform:uppercase;font-weight:bold;}#main_menu_sidebar > li > .accr_header a:hover,#main_menu_sidebar > li > .accr_header a.active{color:#c74729;}#main_menu_sidebar .accr_header{border-bottom:1px solid #eaeaea;padding:0;position:relative;}#main_menu_sidebar .accr_header .btn_accor{position:absolute;top:50%;right:0px;cursor:pointer;margin-top:-7px;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle{display:block;width:16px;height:16px;text-align:center;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;font-size:0px;position:relative;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle:before{content:"\f0d8";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;font-size:16px;position:absolute;left:0px;top:0px;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle:hover:before{color:#333;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle.open:before{content:"\f0d7";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;color:#666;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle.close{opacity:1;}#main_menu_sidebar .accr_header .btn_accor .ac-tongle.close:before{content:"\f0d8";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;text-align:center;line-height:16px;color:#333;}@media (max-width:992px){#sns_content .sns-main .right.inner-sidebar,.sns-right{position:fixed;top:0;right:-300px;width:300px;padding:20px 15px;height:100%;bottom:0;overflow:auto;background:#fff;z-index:1000;overflow:auto;height:100%;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}#sns_content .sns-main .right.inner-sidebar > *:first-child,.sns-right > *:first-child{padding-top:30px;}#sns_content .sns-main .right.inner-sidebar > *:last-child,.sns-right > *:last-child{padding-bottom:30px;}#sns_content .sns-main .right.inner-sidebar.active,.sns-right.active{right:0;opacity:1;}body.admin-bar #sns_content .sns-main .right.inner-sidebar,body.admin-bar .sns-right{top:46px;height:calc(100vh - 46px);}#sns_content .sns-main .left.inner-sidebar,.sns-left{position:fixed;top:0;left:-300px;width:300px;padding:20px 15px;height:100%;bottom:0;overflow:auto;background:#fff;z-index:1000;overflow:auto;height:100%;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}#sns_content .sns-main .left.inner-sidebar > *:first-child,.sns-left > *:first-child{padding-top:30px;}#sns_content .sns-main .left.inner-sidebar > *:last-child,.sns-left > *:last-child{padding-bottom:30px;}#sns_content .sns-main .left.inner-sidebar.active,.sns-left.active{left:0;opacity:1;}#sns_content .sns-main .left.inner-sidebar.wpb_column,.sns-left.wpb_column{padding:20px 5px;}body.admin-bar #sns_content .sns-main .left.inner-sidebar,body.admin-bar .sns-left{top:46px;height:calc(100vh - 46px);}}@media (max-width:992px) and (max-width:480px){body.admin-bar #sns_content .sns-main .right.inner-sidebar,body.admin-bar .sns-right{top:0px;height:100vh;padding-top:46px;}}@media (max-width:992px) and (max-width:480px){body.admin-bar #sns_content .sns-main .left.inner-sidebar,body.admin-bar .sns-left{top:0px;height:100vh;padding-top:46px;}}.sns-vertical-menu > p.main_navigation_alert{color:#666;line-height:50px;margin:0 20px;}ul.vertical-style{margin:0;padding:0;list-style:none;}ul.vertical-style li.menu-item{position:relative;display:block;color:#666;}ul.vertical-style li.menu-item > a{display:block;position:relative;padding:5px 0;}ul.vertical-style li.menu-item > a i{display:inline-block;margin-right:8px;font-size:16px;line-height:1em;vertical-align:middle;}ul.vertical-style li.menu-item > a img.sns-megamenu-icon-img{display:inline-block;height:auto;vertical-align:middle;margin-right:8px;line-height:1em;}ul.vertical-style li.menu-item.menu-item-has-children{position:relative;}ul.vertical-style li.menu-item.menu-item-has-children:after{position:absolute;right:0px;top:50%;content:"\f105";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:16px;margin-top:-7px;color:inherit;text-align:right;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}ul.vertical-style li.menu-item.menu-item-has-children .sns-products{-webkit-transform:scale(0);transform:scale(0);}ul.vertical-style li.menu-item.menu-item-has-children:hover .sub-content,ul.vertical-style li.menu-item.menu-item-has-children:hover > ul.sub-menu:not(.enable-megamenu){display:block;opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;visibility:visible;left:95%;top:8px;z-index:9999;}ul.vertical-style li.menu-item.menu-item-has-children:hover .sns-products{-webkit-transform:scale(1);transform:scale(1);}ul.vertical-style li.menu-item.just-postwcode .sub-content{padding-top:15px;}ul.vertical-style li.menu-item.current-menu-ancestor > a,ul.vertical-style li.menu-item.current-menu-item > a{color:#c74729;}ul.vertical-style li.menu-item.current-menu-ancestor > a:before,ul.vertical-style li.menu-item.current-menu-item > a:before{color:#c74729;}ul.vertical-style li.menu-item > ul.sub-menu:not(.enable-megamenu){margin:0;padding:0;list-style:none;display:block;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;position:absolute;left:calc(100% + 15px);top:15px;background:#fff;border:1px solid #eaeaea;padding:20px 25px;min-width:260px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}ul.vertical-style li.menu-item .sub-content{background:#fff;display:block;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;position:absolute;top:15px;left:calc(100% + 15px);width:1000px;border:1px solid #eaeaea;padding:0 20px 30px;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content{width:750px;padding:0 10px 20px;left:100%;}}ul.vertical-style li.menu-item .sub-content.sub-content-background{background-position:right bottom;background-repeat:no-repeat;}ul.vertical-style li.menu-item .sub-content ul.columns{margin:0;padding:0;list-style:none;display:inline-block;float:left;vertical-align:top;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item{position:relative;border:none;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item:after{display:none;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title{display:block;margin:35px 20px 5px 20px;padding:0 0 10px;font-size:1.1428em;color:#333;}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title{margin:25px 10px 5px 10px;}}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a{padding:0 0 0;position:relative;display:block;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a:before{position:absolute;content:"";height:1px;width:100%;left:0px;bottom:-11px;background-color:#eaeaea;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu{padding:10px 20px 0;}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu{padding:10px 10px 0;}}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item a{padding:4px 0;}ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item:hover a{background-color:transparent;}ul.vertical-style li.menu-item .sub-content ul.columns > li.menu-item{float:left;}ul.vertical-style li.menu-item .sub-content ul.columns.col-1 > li.menu-item{width:100%;}ul.vertical-style li.menu-item .sub-content ul.columns.col-2 > li.menu-item{width:50%;}ul.vertical-style li.menu-item .sub-content ul.columns.col-3 > li.menu-item{width:33.33%;}ul.vertical-style li.menu-item .sub-content ul.columns.col-4 > li.menu-item{width:25%;}ul.vertical-style li.menu-item .sub-content ul.columns.col-5 > li.menu-item{width:20%;}ul.vertical-style li.menu-item .sub-content ul.columns.col-6 > li.menu-item{width:16.66%;}ul.vertical-style li.menu-item .sub-content > ul.columns{width:100%;}ul.vertical-style li.menu-item .sub-content.has-left-content{*zoom:1;}ul.vertical-style li.menu-item .sub-content.has-left-content:before,ul.vertical-style li.menu-item .sub-content.has-left-content:after{content:" ";display:table;}ul.vertical-style li.menu-item .sub-content.has-left-content:after{clear:both;}ul.vertical-style li.menu-item .sub-content.has-left-content > ul.columns{width:65%;float:left;}ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content{padding:35px 20px 10px;width:35%;float:left;}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content{padding:25px 10px 10px;}}ul.vertical-style li.menu-item .sub-content.has-right-content{*zoom:1;}ul.vertical-style li.menu-item .sub-content.has-right-content:before,ul.vertical-style li.menu-item .sub-content.has-right-content:after{content:" ";display:table;}ul.vertical-style li.menu-item .sub-content.has-right-content:after{clear:both;}ul.vertical-style li.menu-item .sub-content.has-right-content > ul.columns{width:65%;float:left;}ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content{padding:35px 20px 10px;width:35%;float:left;}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content{padding:25px 10px 10px;}}ul.vertical-style li.menu-item .sub-content .mega-bottom-content{padding:15px 20px 10px;width:100%;float:left;}@media (max-width:1199px){ul.vertical-style li.menu-item .sub-content .mega-bottom-content{padding:10px 10px 10px;}}ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading{margin:5px 0 20px;padding:0 0 10px;font-size:1.1428em;position:relative;}ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading:before{position:absolute;content:"";height:1px;width:100%;left:0px;bottom:-1px;background-color:#eaeaea;}ul.vertical-style li.menu-item .sub-content .sns-products .product_list{margin-bottom:0;}ul.vertical-style li.menu-item .sub-content .sns-products.list-mode .owl-nav{top:-50px;}ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading{margin:5px 15px 20px;padding:0 0 10px;font-size:1.1428em;position:relative;}ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading:before{position:absolute;content:"";height:1px;width:100%;left:0px;bottom:-1px;background-color:#eaeaea;}ul.vertical-style > li.menu-item{border-top:1px solid rgba(255, 255, 255, 0.2);}ul.vertical-style > li.menu-item:first-child{border-top:none;}ul.vertical-style > li.menu-item > a{padding:6px 0px 6px 0;}ul.vertical-style > li.menu-item > a i{margin-right:15px;}ul.vertical-style > li.menu-item > a img.sns-megamenu-icon-img{margin-right:15px;}ul.vertical-style > li.menu-item.menu-item-has-children:after{right:0px;}ul.vertical-style.all-categories li.menu-item{color:rgba(255, 255, 255, 0.6);}ul.vertical-style.all-categories li.menu-item a{color:inherit;}ul.vertical-style.all-categories li.menu-item a:hover{color:#c74729;}ul.vertical-style.all-categories > li.menu-item{padding:18px 0;}ul.vertical-style.all-categories > li.menu-item > a{padding:0 0 0;display:inline-block;text-transform:uppercase;color:#fff;line-height:1.2;}ul.vertical-style.all-categories > li.menu-item > a:hover{color:#c74729;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children:after{display:none;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu{padding:0 0;opacity:1;box-shadow:none;border:none;background:none;visibility:visible;margin:3px 0 -8px;width:calc(100% - 40px);min-width:calc(100% - 40px);position:relative !important;left:0px !important;top:0px !important;display:inline-block !important;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item{display:inline-block;float:left;padding:0 8px 0 0;position:relative;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a{padding:0 0;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:after{content:",";position:absolute;right:4px;bottom:0px;}ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-child:after{display:none;}ul.vertical-style.all-categories > li.menu-item.have-icon > a{padding:0 0 0 48px;}ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon{display:inline-block;height:40px;width:40px;border-radius:100%;line-height:36px;text-align:center;border:1px solid rgba(255, 255, 255, 0.6);margin:0 0;position:absolute;left:0px;background:#666;border-color:#666;}ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon i{margin:0;line-height:inherit;color:#888;font-size:20px;}ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon img.sns-megamenu-icon-img{margin:0;line-height:inherit;filter:grayscale(100%) brightness(1000%);-webkit-filter:grayscale(100%) brightness(1000%);}ul.vertical-style.all-categories > li.menu-item.have-icon > ul.sub-menu{left:48px !important;}ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon,ul.vertical-style.all-categories > li.menu-item:hover > a .icon{background:#c74729;border-color:#c74729;}ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon i,ul.vertical-style.all-categories > li.menu-item:hover > a .icon i{color:#fff;}ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon img.sns-megamenu-icon-img,ul.vertical-style.all-categories > li.menu-item:hover > a .icon img.sns-megamenu-icon-img{filter:grayscale(100%) brightness(1000%);-webkit-filter:grayscale(100%) brightness(1000%);}.page-header{margin:-5px 0 25px;padding:0 0;border:none;font-size:2em;font-weight:bold;color:#333;position:relative;}.page-header:before{position:absolute;content:"";height:1px;width:100%;left:0px;top:50%;border-top:1px dashed #eaeaea;}.page-header span{background:#fff;padding:0 30px 0 0;position:relative;z-index:1;}h2.wpb_heading,h3.wpb_heading{margin:0 0 25px;font-size:1.1428em;font-weight:bold;color:#333;line-height:1.1;text-transform:uppercase;}h2.widgettitle,h3.widgettitle{margin:0 0 25px;font-size:1.1428em;font-weight:bold;line-height:1.1;}.vc_custom_heading{line-height:1.1;}.vc_custom_heading.uppercase{text-transform:uppercase;}.vc_custom_heading[class*="fa-"]:before{font-family:FontAwesome;}.vc_custom_heading[class*="fa-"] span{margin-left:12px;}.vc_custom_heading[class*="fa-"].want-span-line span:before{left:-565px;}.vc_custom_heading.want-span-line{margin:0 0 30px;font-size:2em;font-weight:bold;text-transform:uppercase;text-align:center;color:#333;overflow:hidden;}.vc_custom_heading.want-span-line span{position:relative;}.vc_custom_heading.want-span-line span:before,.vc_custom_heading.want-span-line span:after{position:absolute;content:"";height:1px;min-width:500px;left:-530px;top:50%;background:#eaeaea;}.vc_custom_heading.want-span-line span:after{left:auto;right:-530px;}.vc_custom_heading.have-line-color{position:relative;padding-bottom:10px;margin:0 0 25px;font-size:1.1428em;color:#333;text-transform:uppercase;font-weight:bold;line-height:1.1;}.vc_custom_heading.have-line-color:before{position:absolute;content:"";height:2px;width:30px;left:0px;bottom:0px;background:#c74729;}.vc_custom_heading.weight-normal{font-weight:normal;}.wpb_heading.rounded-bg{margin:0 0 30px;text-transform:uppercase;font-size:1.5384em;text-align:center;}.wpb_heading.rounded-bg span{padding:0 30px;background:#c74729;color:#fff;height:40px;line-height:40px;border-radius:40px;display:inline-block;}.vc_custom_heading.have-line-border{padding:0 0 15px;margin:0 0 30px;border-bottom:1px solid #eaeaea;text-transform:uppercase;}.wpb_text_column.white{color:#fff;}.wpb_text_column.sns-intro-cat h2{font-size:3em;margin:0 0 25px;line-height:1.1;}@media (max-width:992px){.wpb_text_column.sns-intro-cat h2{font-size:2em;margin-bottom:15px;}}@media (max-width:767px){.wpb_text_column.sns-intro-cat h2{font-size:1.5384em;}}.wpb_text_column.sns-intro-cat p{margin:0 0 20px;}@media (max-width:992px){.wpb_text_column.sns-intro-cat p{margin-bottom:15px;}}.wpb_text_column.sns-intro-cat a{position:relative;padding-right:15px;font-weight:bold;}.wpb_text_column.sns-intro-cat a:before{content:"\f101";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;right:0px;top:50%;margin-top:-7px;position:absolute;}.wpb_text_column.for-up-link a{text-transform:uppercase;text-decoration:underline;}.wpb_text_column.for-up-link a:hover{text-decoration:none;}body .vc_progress_bar .vc_single_bar{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;margin-top:35px;}body .vc_progress_bar .vc_single_bar .vc_label{top:-20px;font-size:100%;color:inherit !important;padding:0 0 !important;text-shadow:none !important;}body .vc_progress_bar .vc_single_bar .vc_label .vc_label_units{position:absolute;right:0px;}.wpb_single_image.banner1 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner1 a:before{content:"";display:block;height:100%;width:100%;position:absolute;-webkit-transition:all 0.25s ease-in 0s;-o-transition:all 0.25s ease-in 0s;transition:all 0.25s ease-in 0s;background:rgba(199, 71, 41, 0.3);opacity:0;}.wpb_single_image.banner1 a:hover:before{opacity:1;}.wpb_single_image.banner1-1 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner1-1 a:before{content:"";display:block;height:100%;width:100%;position:absolute;-webkit-transition:all 0.25s ease-in 0s;-o-transition:all 0.25s ease-in 0s;transition:all 0.25s ease-in 0s;background:rgba(0, 0, 0, 0.06);opacity:0;}.wpb_single_image.banner1-1 a:hover:before{opacity:1;}.wpb_single_image.banner-1-2 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner-1-2 a img{opacity:0.4;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;}.wpb_single_image.banner-1-2 a:hover img{opacity:1;}.wpb_single_image.banner2 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner2 a img{-webkit-transition:all 0.1s ease-in-out 0s;-o-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;}.wpb_single_image.banner2 a:before{bottom:0;content:"";height:0;left:0;margin:auto;position:absolute;right:0;top:0;width:0;z-index:99;background-color:rgba(255, 255, 255, 0.15);-webkit-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;height:100%;width:100%;opacity:0;}.wpb_single_image.banner2 a:hover:before{opacity:1;}.wpb_single_image.banner3 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner3 a img{-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;}.wpb_single_image.banner3 a:after{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/mlass.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);content:"";height:100%;left:-100%;position:absolute;top:0;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;width:100%;}.wpb_single_image.banner3 a:hover:after{left:100%;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;transition:all 1s ease 0s;}.wpb_single_image.banner3 a:hover img{-webkit-transform :scale(1.05);-moz-transform :scale(1.05);-ms-transform :scale(1.05);-o-transform :scale(1.05);transform :scale(1.05);opacity:0.9;}.wpb_single_image.banner4 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner4 a img{-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}.wpb_single_image.banner4 a:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}.wpb_single_image.banner4 a:after{content:'';position:absolute;top:0;bottom:0;right:0;left:0;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}.wpb_single_image.banner4 a:hover:before{right:50%;left:50%;background:rgba(255, 255, 255, 0.3);}.wpb_single_image.banner4 a:hover:after{top:50%;bottom:50%;background:rgba(255, 255, 255, 0.3);}.wpb_single_image.banner5 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner5 a img{-webkit-transition:all 0.6s ease-in-out 0s;-o-transition:all 0.6s ease-in-out 0s;transition:all 0.6s ease-in-out 0s;}.wpb_single_image.banner5 a:before{border-bottom:1px solid rgba(255, 255, 255, 0.85);border-top:1px solid rgba(255, 255, 255, 0.85);bottom:15px;content:"";left:15px;position:absolute;right:15px;top:15px;transform:scale(0, 1);-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.wpb_single_image.banner5 a:after{border-left:1px solid rgba(255, 255, 255, 0.85);border-right:1px solid rgba(255, 255, 255, 0.85);bottom:15px;content:"";left:15px;position:absolute;right:15px;top:15px;transform:scale(1, 0);-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.wpb_single_image.banner5 a:hover:before,.wpb_single_image.banner5 a:hover:after{transform:scale(1);-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.wpb_single_image.banner6 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner6 a img{-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}.wpb_single_image.banner6 a:before{border:0 solid rgba(255, 255, 255, 0);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;transition:all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-moz-transition:all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-webkit-transition:all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-o-transition:all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;}.wpb_single_image.banner6 a:hover:before{border:10px solid rgba(0, 0, 0, 0.1);opacity:1;background-color:rgba(0, 0, 0, 0.05);}.wpb_single_image.banner7 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner7 a img{-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}.wpb_single_image.banner7 a:before{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.1);content:"";height:100%;left:50%;opacity:0;position:absolute;top:0;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;width:0;}.wpb_single_image.banner7 a:hover:before{height:100%;left:0;opacity:1;top:0;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;width:100%;}.wpb_single_image.banner8 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner8 a img{opacity:0.95;transform:scale3d(1.05, 1.05, 1);transition:opacity 0.35s ease 0s, transform 0.35s ease 0s;}.wpb_single_image.banner8 a:before{background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5);content:"";height:100%;left:0;position:absolute;top:0;transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);transition:transform 0.6s ease 0s;width:100%;}.wpb_single_image.banner8 a:hover img{opacity:0.6;transform:scale3d(1, 1, 1);}.wpb_single_image.banner8 a:hover:before{transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);}.wpb_single_image.banner9 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner9 a img{-webkit-transform :scale(1);-moz-transform :scale(1);-ms-transform :scale(1);-o-transform :scale(1);transform :scale(1);-webkit-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;}.wpb_single_image.banner9 a:before,.wpb_single_image.banner9 a:after{content:"";position:absolute;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;}.wpb_single_image.banner9 a:before{background:rgba(0, 0, 0, 0.2);height:100%;left:0;opacity:0;overflow:hidden;top:0;width:100%;z-index:1;}.wpb_single_image.banner9 a:after{top:10px;right:10px;bottom:10px;left:10px;border:1px solid rgba(255, 255, 255, 0.8);opacity:0;z-index:2;}.wpb_single_image.banner9 a:hover:before{opacity:0.6;-webkit-transform :scale(1);-moz-transform :scale(1);-ms-transform :scale(1);-o-transform :scale(1);transform :scale(1);visibility:visible;}.wpb_single_image.banner9 a:hover:after{opacity:1;top:15px;right:15px;bottom:15px;left:15px;opacity:1;}.wpb_single_image.banner9 a:hover img{-webkit-transform :scale(1);-moz-transform :scale(1);-ms-transform :scale(1);-o-transform :scale(1);transform :scale(1);}.wpb_single_image.banner10 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner10 a:before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:'';width:0;height:0;background:rgba(255, 255, 255, 0.2);border-radius:100%;opacity:0;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}.wpb_single_image.banner10 a:hover:before{-webkit-animation:circle 0.75s;-ms-animation:circle 0.75s;-o-animation:circle 0.75s;animation:circle 0.75s;}.wpb_single_image.banner11 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner11 a:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:30%;height:100%;background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);-ms-transform:skewX(-30deg);-o-transform:skewX(-30deg);-webkit-transform:skewX(-30deg);transform:skewX(-30deg);}.wpb_single_image.banner11 a:after{position:absolute;content:"";height:100%;width:100%;left:0px;top:0px;background:rgba(0, 0, 0, 0.05);z-index:1;opacity:0;-webkit-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;}.wpb_single_image.banner11 a:hover:before{-webkit-animation:shinex 1s;-ms-animation:shinex 1s;-o-animation:shinex 1s;animation:shinex 1s;}.wpb_single_image.banner11 a:hover:after{opacity:1;}.wpb_single_image.banner12 a:hover img{opacity:1;-ms-animation:flash 1.2s;-o-animation:flash 1.2s;-webkit-animation:flash 1.2s;animation:flash 1.2s;}.wpb_single_image.banner13 a{display:block;position:relative;overflow:hidden;}.wpb_single_image.banner13 a img{-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}.wpb_single_image.banner13 a:before{background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/plus.png) no-repeat scroll center center / 60px 60px rgba(0, 0, 0, 0.1);content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;-webkit-transform :scale(0.4) rotateY(180deg);-moz-transform :scale(0.4) rotateY(180deg);-ms-transform :scale(0.4) rotateY(180deg);-o-transform :scale(0.4) rotateY(180deg);transform :scale(0.4) rotateY(180deg);-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:100%;z-index:100;opacity:0;}.wpb_single_image.banner13 a:hover:before{opacity:0.6;-webkit-transform :scale(1) rotate(0deg);-moz-transform :scale(1) rotate(0deg);-ms-transform :scale(1) rotate(0deg);-o-transform :scale(1) rotate(0deg);transform :scale(1) rotate(0deg);visibility:visible;}body .wpb_gmaps_widget{margin:0 0;}body .wpb_gmaps_widget .wpb_wrapper{padding:0px;background:none;}.sns-tags{*zoom:1;}.sns-tags:before,.sns-tags:after{content:" ";display:table;}.sns-tags:after{clear:both;}.sns-tags .tags-content{*zoom:1;}.sns-tags .tags-content:before,.sns-tags .tags-content:after{content:" ";display:table;}.sns-tags .tags-content:after{clear:both;}.sns-tags .tags-content a{border:1px solid #666;padding:5px 10px;border-radius:5px;display:inline-block;font-size:100% !important;color:inherit;-webkit-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;margin:0 10px 10px 0;float:left;}.sns-tags .tags-content a:hover{color:#fff;border-color:#c74729;background-color:#c74729;}.sns-tags.title-inline{margin:0 0 10px;}.sns-tags.title-inline .wpb_heading{display:inline;float:left;padding:0 0 0 20px;margin:0 0 !important;font-size:1em !important;line-height:inherit;position:relative;}.sns-tags.title-inline .wpb_heading:before{position:absolute;content:"\f02c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;font-size:13px;left:0px;top:4px;color:inherit;}.sns-tags.title-inline .tags-content{margin:0 0;}.sns-tags.title-inline .tags-content a{padding:0 14px;color:#666;margin:0 0;border:none;position:relative;}.sns-tags.title-inline .tags-content a:hover{color:#c74729;background:none;}.sns-tags.title-inline .tags-content a:before{position:absolute;content:"-";height:6px;width:0px;color:#666;top:1px;right:3px;}.sns-tags.title-inline .tags-content a:last-child:before{display:none;}.wpb_row .wpb_column.inner-width-auto > .vc_column-inner{width:auto !important;}.wpb_row .wpb_column.inline-inner-block > .vc_column-inner{padding-top:0px;}.wpb_row .wpb_column.inline-inner-block > .vc_column-inner > .wpb_wrapper > *{display:inline;float:left;margin-bottom:0px;}.wpb_row .wpb_column.inline-inner-block.center{text-align:center;}.wpb_row .wpb_column.inline-inner-block.center > .vc_column-inner{width:auto !important;display:inline-block;}.wpb_row .wpb_column.float-right{float:right;}.wpb_row .wpb_column.float-right > .vc_column-inner > .wpb_wrapper{float:right;}@media (max-width:767px){.wpb_row .wpb_column.float-right > .vc_column-inner > .wpb_wrapper{float:none;}}@media (max-width:480px){.wpb_row .wpb_column.col-phone-12{width:100%;}}@media (max-width:1199px){.wpb_row .wpb_column.normal-space-md .vc_column-inner{padding-left:15px !important;padding-right:15px !important;}}@media (max-width:767px){.wpb_row .wpb_column.normal-space-xs .vc_column-inner{padding-left:10px !important;padding-right:10px !important;}}@media (max-width:480px){.wpb_row .wpb_column.normal-space-phone .vc_column-inner{padding-left:10px !important;padding-right:10px !important;}}@media (max-width:767px){.wpb_row.row-no-margin .vc_column-inner{padding-left:0px !important;padding-right:0px !important;}}@media (max-width:480px){body .wpb_row.phone-reset-space{margin-left:-10px !important;margin-right:-10px !important;}body .wpb_row.phone-reset-space > .wpb_column > .vc_column-inner{padding-left:10px !important;padding-right:10px !important;}}@media (max-width:992px){body .wpb_row{margin-left:-10px;margin-right:-10px;}body .wpb_row .vc_column_container > .vc_column-inner{padding-left:10px;padding-right:10px;}}@media (max-width:480px){.hidden-phone{display:none;}}.sns-shopby-categories{overflow:hidden;text-align:center;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;padding:95px 0 85px;border-left:1px solid rgba(255, 255, 255, 0.1);}@media (max-width:){.sns-shopby-categories{border:none;}}.sns-shopby-categories.no-border{border:none;}.sns-shopby-categories .wpb_heading{font-size:1em;text-transform:uppercase;font-weight:bold;margin:0 0;padding:0 0;color:#fff;}.sns-shopby-categories .wpb_heading a{color:inherit;}.sns-shopby-categories .cat-img{display:block;margin:0 auto 25px;-webkit-transition:all 0.15s ease-in-out 0s;-o-transition:all 0.15s ease-in-out 0s;transition:all 0.15s ease-in-out 0s;}.sns-shopby-categories .cat-img a{display:inline-block;box-shadow:0 0 0 2px #fff;border-radius:50%;position:relative;height:116px;width:116px;text-align:center;line-height:120px;}.sns-shopby-categories .cat-img a:after{position:absolute;content:"";height:calc(100% + 4px);width:calc(100% + 4px);border-radius:50%;left:-2px;top:-2px;border:2px dashed rgba(255, 255, 255, 0);}.sns-shopby-categories .cat-img img{-webkit-transform :translateY(-50%);-moz-transform :translateY(-50%);-ms-transform :translateY(-50%);-o-transform :translateY(-50%);transform :translateY(-50%);top:50%;color:#fff;margin:0 auto;position:relative;}.sns-shopby-categories .content{padding:15px 0 0;}.sns-shopby-categories .content ul{margin:0;padding:0;list-style:none;margin:0 0 10px;}.sns-shopby-categories .content ul li{padding:3px 0;}.sns-shopby-categories .content ul li:first-child{padding-top:0px;}.sns-shopby-categories .content ul li a{color:#fff;position:relative;}.sns-shopby-categories .content ul li a:hover{color:#fff;text-decoration:underline;}.sns-shopby-categories .content a.view-all{position:relative;padding-left:18px;text-transform:uppercase;color:#fff;}.sns-shopby-categories .content a.view-all:before{content:"\f18e";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'16px';height:'16px';text-align:center;line-height:'16px';font-size:16px;left:0px;top:50%;margin-top:-8px;position:absolute;}.sns-shopby-categories .content a.view-all:hover{text-decoration:underline;}.sns-shopby-categories:hover{background:rgba(199, 71, 41, 0.8);}.sns-shopby-categories:hover .cat-img a{box-shadow:0 0 0 2px rgba(255, 255, 255, 0);}.sns-shopby-categories:hover .cat-img a:after{border-color:#fff;-webkit-animation:spinAround 9s linear infinite;-moz-animation:spinAround 9s linear infinite;animation:spinAround 9s linear infinite;}.sns-more-categories{*zoom:1;}.sns-more-categories:before,.sns-more-categories:after{content:" ";display:table;}.sns-more-categories:after{clear:both;}.sns-more-categories .content{margin:0 -15px;}@media (max-width:767px){.sns-more-categories .content{margin:0 -10px;}}.sns-more-categories .list-cats .item{padding:0 15px;}@media (max-width:767px){.sns-more-categories .list-cats .item{padding:0 10px;}}.sns-more-categories .list-cats .item .cat-img{display:block;overflow:hidden;border:1px solid #eaeaea;border-radius:100%;margin:0 0 15px;position:relative;}.sns-more-categories .list-cats .item .cat-img:before{position:absolute;content:"";height:100%;width:100%;background-color:rgba(51, 51, 51, 0.5);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-more-categories .list-cats .item .cat-img span{display:block;}.sns-more-categories .list-cats .item .cat-img span:before{content:"";position:absolute;height:1px;width:0px;left:50%;top:50%;background:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-more-categories .list-cats .item .cat-img span:after{content:"";position:absolute;height:0px;width:1px;left:50%;top:50%;background:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-more-categories .list-cats .item .cat-img span img{border-radius:100%;}.sns-more-categories .list-cats .item .cat-name{text-align:center;display:block;}.sns-more-categories .list-cats .item:hover .cat-img{border-color:rgba(51, 51, 51, 0.5);}.sns-more-categories .list-cats .item:hover .cat-img:before{opacity:1;}.sns-more-categories .list-cats .item:hover .cat-img span:before{width:22px;margin-left:-11px;}.sns-more-categories .list-cats .item:hover .cat-img span:after{height:22px;margin-top:-11px;}.sns-more-categories.white .wpb_heading{color:#fff;}.sns-more-categories.white .list-cats .item .cat-img{border:none;}.sns-more-categories.white .list-cats .item .cat-name{color:#fff;}.sns-more-categories.white .list-cats .item .cat-name:hover{color:#c74729;}.sns-single-product .box-label{display:block;margin:0 0 25px;}.sns-single-product .box-label span{background:#c74729;color:#fff;display:inline-block;text-transform:uppercase;padding:0 6px;}.sns-single-product .item-title{font-size:3em;line-height:1.1;margin:0 0 30px;}.sns-single-product .woocommerce-product-details__short-description{margin:0 0 40px;}.sns-single-product .woocommerce-product-details__short-description p:last-child{margin:0 0;}.sns-single-product .price{margin:0 0 40px;}.sns-single-product .price .amount{font-size:2em;}.sns-cat-info.style-1{position:relative;display:inline-block;float:left;margin:0 0 25px;}.sns-cat-info.style-1.align-right{float:right;}.sns-cat-info.style-1.align-center{float:none;}.sns-cat-info.style-1 .cat-img{position:relative;display:inline-block;overflow:hidden;}.sns-cat-info.style-1 .cat-img img{-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;}.sns-cat-info.style-1 .cat-img:before{border:0 solid rgba(255, 255, 255, 0);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;-webkit-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;transition:all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-moz-transition:all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-webkit-transition:all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;-o-transition:all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;}.sns-cat-info.style-1 .cat-info{padding:10px 0px 15px;*zoom:1;}.sns-cat-info.style-1 .cat-info:before,.sns-cat-info.style-1 .cat-info:after{content:" ";display:table;}.sns-cat-info.style-1 .cat-info:after{clear:both;}.sns-cat-info.style-1 .cat-info .cat-title{float:right;text-transform:uppercase;font-size:1em;margin:0 0;font-weight:normal;line-height:normal;overflow:hidden;height:24px;}.sns-cat-info.style-1 .cat-info .cat-title a{position:relative;display:inline-block;-webkit-transition:-webkit-transform 0.25s;-moz-transition:-moz-transform 0.25s;transition:transform 0.25s;}.sns-cat-info.style-1 .cat-info .cat-title a:before{position:absolute;top:100%;content:attr(data-hover);color:#c74729;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sns-cat-info.style-1 .cat-info .custom-number{float:left;color:#333;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-1:hover .cat-img:before{border:15px solid rgba(0, 0, 0, 0.05);opacity:1;}.sns-cat-info.style-1:hover .cat-info a{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);}.sns-cat-info.style-2 .cat-img{position:relative;display:block;text-align:center;}.sns-cat-info.style-2 .cat-img:before{content:"";position:absolute;height:100%;width:100%;left:0px;top:0px;background:rgba(255, 255, 255, 0.4);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:0;}.sns-cat-info.style-2 .cat-img span{display:block;}.sns-cat-info.style-2 .cat-img span:before{content:"";position:absolute;height:2px;width:0px;left:50%;top:50%;background:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-2 .cat-img span:after{content:"";position:absolute;height:0px;width:2px;left:50%;top:50%;background:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-2 .cat-img span img{margin:0 auto;}.sns-cat-info.style-2 .cat-info{display:block;text-align:center;}.sns-cat-info.style-2 .cat-info .cat-title{text-transform:uppercase;font-size:1.1428em;line-height:1.1;font-weight:bold;margin:25px 0 0;}@media (max-width:480px){.sns-cat-info.style-2 .cat-info .cat-title{font-size:13px;}}.sns-cat-info.style-2 .cat-info .cat-title a .cat-prd-num{color:#c74729;font-weight:normal;margin-left:5px;}.sns-cat-info.style-2:hover .cat-img:before{opacity:1;}.sns-cat-info.style-2:hover .cat-img span:before{width:60px;margin-left:-30px;}.sns-cat-info.style-2:hover .cat-img span:after{height:60px;margin-top:-30px;}.sns-cat-info.style-3{position:relative;display:block;text-align:center;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-3 .cat-img{position:relative;display:block;overflow:hidden;}.sns-cat-info.style-3 .cat-img:before{content:"";position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:1;background:rgba(0, 0, 0, 0.05);}.sns-cat-info.style-3 .cat-img span{display:block;transform:translateX(21%);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-3 .cat-info{padding:15px 0px;*zoom:1;}.sns-cat-info.style-3 .cat-info:before,.sns-cat-info.style-3 .cat-info:after{content:" ";display:table;}.sns-cat-info.style-3 .cat-info:after{clear:both;}.sns-cat-info.style-3 .cat-info .cat-title{text-transform:uppercase;font-size:1em;margin:0 0;font-weight:normal;overflow:hidden;}.sns-cat-info.style-3 .cat-info .cat-title a{position:relative;float:left;font-weight:bold;display:inline-block;-webkit-transition:-webkit-transform 0.25s;-moz-transition:-moz-transform 0.25s;transition:transform 0.25s;}.sns-cat-info.style-3 .cat-info .cat-title a:before{position:absolute;top:100%;content:attr(data-hover);color:#c74729;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sns-cat-info.style-3 .cat-info .cat-title .cat-prd-num{float:right;color:#666;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-cat-info.style-3:hover .cat-info a{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);}.sns-cat-info.style-3:hover .cat-img span{transform:translateX(0px);}.sns-cat-info.style-4{position:relative;margin:0 0 30px;}.sns-cat-info.style-4 .cat-img{position:relative;display:block;text-align:center;}.sns-cat-info.style-4 .cat-img:before{content:"";position:absolute;height:100%;width:100%;left:0px;top:0px;background:rgba(255, 255, 255, 0.4);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:0;}.sns-cat-info.style-4 .cat-info{display:block;position:absolute;top:0px;left:0px;}.sns-cat-info.style-4 .cat-info .cat-title{text-transform:none;font-size:1.1428em;font-weight:normal;line-height:1.1;margin:15px 20px;}.sns-cat-info.style-4 .cat-info .cat-title a .cat-prd-num{color:#666;font-weight:normal;margin-left:3px;font-size:12px;}.sns-cat-info.style-4 .cat-info .cat-title a:hover .cat-prd-num{color:#c74729;}.sns-cat-info.style-4:hover .cat-img:before{opacity:1;}.sns-banner.style-1 .img-banner{position:relative;display:inline-block;}.sns-banner.style-1 .img-banner:before{position:absolute;content:"";left:0px;top:0px;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-banner.style-1 .banner-link{position:absolute;right:15px;bottom:15px;color:#fff;border:1px solid #fff;height:38px;line-height:38px;display:inline-block;text-transform:uppercase;font-weight:bold;padding:0 38px 0 0;width:0px;overflow:hidden;}.sns-banner.style-1 .banner-link:after{content:"\f178";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;line-height:inherit;position:absolute;right:12px;top:0px;}.sns-banner.style-1 .banner-link span{-webkit-transform :translateX(-40px);-moz-transform :translateX(-40px);-ms-transform :translateX(-40px);-o-transform :translateX(-40px);transform :translateX(-40px);display:block;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;visibility:hidden;opacity:0;}.sns-banner.style-1 .banner-link:hover{padding:0 38px 0 12px;font-size:1em;background:rgba(255, 255, 255, 0.3);width:auto;}.sns-banner.style-1 .banner-link:hover span{visibility:visible;opacity:1;-webkit-transform :translateX(0px);-moz-transform :translateX(0px);-ms-transform :translateX(0px);-o-transform :translateX(0px);transform :translateX(0px);}.sns-banner.style-1:hover .img-banner:before{opacity:1;}.sns-banner.style-2{position:relative;}.sns-banner.style-2 .img-banner{position:relative;display:inline-block;}.sns-banner.style-2 .img-banner:before{position:absolute;content:"";left:0px;top:0px;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-banner.style-2 .banner-text{position:absolute;bottom:30px;left:30px;}.sns-banner.style-2 .banner-text h3.title{font-size:2em;color:inherit;margin:0 0;}.sns-banner.style-2 .banner-text a.banner-link{color:inherit;text-transform:uppercase;padding-right:5px;}.sns-banner.style-2 .banner-text a.banner-link:after{content:"\f101";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'14px';height:'14px';text-align:center;line-height:'14px';position:relative;right:-5px;}.sns-banner.style-2 .banner-text a.banner-link:hover{text-decoration:underline;}.sns-banner.style-2:hover .img-banner:before{opacity:1;}.sns-info-inline .vc_icon_element-icon{margin-right:8px;}.sns-info-inline.social{margin-right:20px;}.sns-info-inline.social .vc_icon_element-icon{margin:0;}.sns-info-inline.social_rounded a{height:40px;width:40px;line-height:40px;text-align:center;border-radius:100%;border:1px solid #eaeaea;margin-right:10px;float:left;font-size:16px;color:#666;}.sns-info-inline.social_rounded a .vc_icon_element-icon{margin:0 0;line-height:40px;}.sns-info-inline.social_rounded a:hover{border-color:#c74729;background-color:#c74729;color:#fff;}.sns-info-inline.have-left-border{padding-left:15px;margin-left:15px;position:relative;}.sns-info-inline.have-left-border:before{position:absolute;content:'';height:13px;margin-top:-6px;width:1px;left:0px;top:50%;background-color:#ccc;}.sns-info-inline.have-right-border{padding-right:15px;margin-right:15px;position:relative;}.sns-info-inline.have-right-border:before{position:absolute;content:'';height:13px;margin-top:-6px;width:1px;right:0px;top:50%;background-color:#ccc;}.sns-popup-video{background-size:cover;background-position:center center;background-repeat:no-repeat;text-align:center;}.sns-popup-video > *{-webkit-transform :translateY(-50%);-moz-transform :translateY(-50%);-ms-transform :translateY(-50%);-o-transform :translateY(-50%);transform :translateY(-50%);top:50%;color:#fff;margin:0 auto;position:relative;display:inline-block;padding:0 10px;}.sns-popup-video > * .btn-popupvideo{display:inline-block;color:#fff;margin:0 8px 15px 8px;padding:11px 25px 11px 52px;border-radius:42px;background:#c74729;text-transform:uppercase;font-weight:bold;position:relative;}.sns-popup-video > * .btn-popupvideo:before{content:"\f01d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;height:22px;text-align:center;line-height:22px;font-size:22px;font-weight:normal;position:absolute;left:25px;top:calc(50% - 11px);}.sns-popup-video > * .btn-popupvideo:hover{color:#c74729;background:#fff;}.sns-popup-video > * .btn-readmore{display:inline-block;color:#fff;margin:0 8px 15px 8px;padding:9px 25px;border-radius:42px;border:1px solid #fff;text-transform:uppercase;font-weight:bold;}.sns-popup-video > * .btn-readmore:hover{color:#c74729;border-color:#fff;background:#fff;}.sns-popup-video > * .title{display:block;font-size:3.4285em;color:#fff;margin:0 0 40px;}@media (max-width:480px){.sns-popup-video > * .title{font-size:3em;}}.sns-popup-video > * .sub-title{display:block;font-size:1.1428em;margin:0 0 25px;}.sns-counter{text-align:center;position:relative;}.sns-counter .vc_icon_element-icon{display:block;margin:0px 0 15px;}.sns-counter .counter-value{display:block;margin:0 0;}.sns-counter .counter-value > span{margin:0 2px 0 0;font-weight:bold;}.sns-counter.have-boder-left:before{content:"";position:absolute;height:80px;width:1px;top:50%;left:-8px;margin-top:-40px;background:#e9e9e9;}.sns-counter.have-boder-left.white:before{background:#fff;}@media (max-width:767px){.sns-counter.have-boder-left:before{display:none;}}.sns-time-countdown.style1{margin:40px 0;display:block;text-align:center;}.sns-time-countdown.style1 .clock-digi{overflow:hidden;display:inline-block;}.sns-time-countdown.style1 .clock-digi > div{display:inline-block;float:left;padding:0;width:70px;height:70px;margin:0 3px;text-align:center;text-transform:uppercase;font-size:11px;background:rgba(0, 0, 0, 0.4);color:#fff;position:relative;}.sns-time-countdown.style1 .clock-digi > div > div{display:inline-block;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;top:50%;left:50%;}.sns-time-countdown.style1 .clock-digi > div > div > div{display:block;padding:0 0;font-weight:bold;font-size:24px;text-transform:none;}.sns-time-countdown.style1 .clock-digi > div:nth-child(2){background:rgba(0, 0, 0, 0.36);}.sns-time-countdown.style1 .clock-digi > div:nth-child(3){background:rgba(0, 0, 0, 0.32);}.sns-time-countdown.style1 .clock-digi > div:nth-child(4){background:rgba(0, 0, 0, 0.28);}.sns-time-countdown.style2{margin:40px 0;display:block;text-align:center;}.sns-time-countdown.style2 .clock-digi{overflow:hidden;display:inline-block;}.sns-time-countdown.style2 .clock-digi > div{display:inline-block;float:left;padding:0;width:85px;height:85px;border-radius:85px;margin:0 5px;text-align:center;text-transform:uppercase;font-size:11px;border:2px solid rgba(255, 255, 255, 0.4);background:rgba(255, 255, 255, 0.1);color:#fff;position:relative;}.sns-time-countdown.style2 .clock-digi > div > div{display:inline-block;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;top:50%;left:50%;}.sns-time-countdown.style2 .clock-digi > div > div > div{display:block;padding:0 0;font-weight:bold;font-size:28px;text-transform:none;}@media (max-width:767px){.sns-time-countdown.style2 .clock-digi > div{width:70px;height:70px;}.sns-time-countdown.style2 .clock-digi > div > div > div{font-size:26px;}}.sns-time-countdown.style3{margin:0;display:block;text-align:center;color:#fff;position:relative;}.sns-time-countdown.style3:before{position:absolute;content:"";height:5px;width:60px;left:0px;bottom:14px;background:#fff;}.sns-time-countdown.style3:after{position:absolute;content:"";height:5px;width:60px;right:0px;bottom:14px;background:#fff;}.sns-time-countdown.style3 .clock-digi{overflow:hidden;display:block;position:relative;width:100%;}.sns-time-countdown.style3 .clock-digi:before{position:absolute;content:"";height:calc(100% - 60px - 14px);width:5px;background:#fff;left:0px;top:60px;}.sns-time-countdown.style3 .clock-digi:after{position:absolute;content:"";height:calc(100% - 60px - 14px);width:5px;background:#fff;right:0px;top:60px;}.sns-time-countdown.style3 .clock-digi > div{display:inline-block;padding:0;position:relative;}.sns-time-countdown.style3 .clock-digi > div > div{display:inline-block;text-transform:uppercase;margin:0 5px;}.sns-time-countdown.style3 .clock-digi > div > div > div{display:inline-block;padding:0 3px 0 0;font-weight:bold;font-size:28px;line-height:28px;text-transform:none;}.sns-time-countdown.style3 .clock-digi > div:first-child{display:block;position:relative;}.sns-time-countdown.style3 .clock-digi > div:first-child:before{position:absolute;content:"";height:5px;width:100px;left:0px;top:60px;background:#fff;}.sns-time-countdown.style3 .clock-digi > div:first-child:after{position:absolute;content:"";height:5px;width:100px;right:0px;top:60px;background:#fff;}.sns-time-countdown.style3 .clock-digi > div:first-child > div > div{font-size:120px;line-height:120px;margin:0 0 20px;}@media (max-width:480px){.sns-time-countdown.style3:before{width:20px;}.sns-time-countdown.style3:after{width:20px;}.sns-time-countdown.style3 .clock-digi > div:first-child:before{width:60px;}.sns-time-countdown.style3 .clock-digi > div:first-child:after{width:60px;}}#sb_instagram{padding:0 0 !important;}#sb_instagram .sbi_photo{position:relative;overflow:hidden;}#sb_instagram .sbi_photo:before{position:absolute;content:"";height:100%;width:100%;background:rgba(199, 71, 41, 0.3);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;left:-100%;}#sb_instagram .sbi_photo:hover:before{left:0px;}.tnp-sub form label,.tnp-subscription form label{padding:0px;margin:0 0 10px;font-weight:normal;line-height:inherit;}.tnp-sub form input[type="text"],.tnp-subscription form input[type="text"],.tnp-sub form input[type="email"],.tnp-subscription form input[type="email"]{height:40px;padding:0 20px;border-radius:40px;border:1px solid #eaeaea;background-color:transparent;margin:0 0 10px;}.tnp-sub form input.tnp-submit,.tnp-subscription form input.tnp-submit{height:40px;padding:0 20px;border-radius:0 40px 40px 0;border:1px solid #eaeaea;background-color:transparent;color:#666;font-size:1em;}.newsletter-1{*zoom:1;}.newsletter-1:before,.newsletter-1:after{content:" ";display:table;}.newsletter-1:after{clear:both;}.newsletter-1 .label-wrap{width:45%;float:left;position:relative;padding:0 10px 0 62px;}@media (max-width:767px){.newsletter-1 .label-wrap{width:100%;margin-bottom:15px;}}.newsletter-1 .label-wrap h3{font-size:1.1428em;text-transform:uppercase;font-weight:bold;color:rgba(255, 255, 255, 0.8);line-height:1.1;margin:0 0 6px;}.newsletter-1 .label-wrap:before{content:"\f2b7";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:48px;height:48px;text-align:center;line-height:48px;font-size:48px;line-height:40px;color:rgba(255, 255, 255, 0.8);position:absolute;left:0px;top:0px;}.newsletter-1 .input-wrap{width:55%;float:left;position:relative;}@media (max-width:767px){.newsletter-1 .input-wrap{width:100%;}}.newsletter-1 .input-wrap input[type="email"]{width:100%;margin:0 0;border-color:#eaeaea;height:45px;border-radius:45px;background:#fff;}.newsletter-1 .input-wrap input.tnp-submit{margin:0 0;position:absolute;top:0px;right:0;border:none;border-left:1px solid #eaeaea;height:45px;border-radius:0 45px 45px 0;background:#c74729;color:#fff;font-weight:bold;}div.wpcf7-response-output{margin:0 0 25px;border:none;}div.wpcf7-mail-sent-ng{border:none;}div.wpcf7-validation-errors{border:none;background:#f2dede;color:#b94a48;padding:6px 15px;}div.wpcf7-mail-sent-ok{background-image:-webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);background-image:linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);border-color:#b2dba1;background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d;background-image:none;}div.wpcf7-mail-sent-ok hr{border-top-color:#c9e2b3;}div.wpcf7-mail-sent-ok .alert-link{color:#2b542c;}div.wpcf7-validation-errors{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}span.wpcf7-not-valid-tip{margin:-10px 0 10px;}.wpcf7-form .wpcf7-text{max-width:100%;width:100%;margin-bottom:20px;}.wpcf7-form .wpcf7-textarea{max-width:100%;width:100%;margin-bottom:20px;max-height:120px;}.wpcf7-form br{display:none;}.wpcf7-form .ctf-info label{width:calc(50% - 5px);margin:0 0 0 5px;float:left;}.wpcf7-form .ctf-info label:first-child{margin:0 5px 0 0;}.wpcf7-form .ctf-info label .wpcf7-text{width:100%;margin:0 0 10px;}@media (max-width:480px){.wpcf7-form .ctf-info label{width:100%;margin:0 0;}}.wpcf7-form .ctf-message{width:100%;}.wpcf7-form .ctf-message label{width:100%;margin:0 0 0;}.wpcf7-form .ctf-message label .wpcf7-textarea{width:100%;min-height:160px;margin:0 0 20px;}.wpcf7-form .ctf-submit{text-align:center;}.sns-carousel .owl-nav .owl-prev,.sns-carousel .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-carousel .owl-nav .owl-prev:before,.sns-carousel .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-carousel .owl-nav .owl-prev:hover,.sns-carousel .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.sns-carousel .owl-nav .owl-prev:hover:before,.sns-carousel .owl-nav .owl-next:hover:before{color:#fff;}.sns-carousel .owl-nav .owl-prev.disabled,.sns-carousel .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.sns-carousel .owl-nav .owl-prev.disabled:hover,.sns-carousel .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.sns-carousel .owl-nav .owl-prev{left:10px;}.sns-carousel .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-carousel .owl-nav .owl-next{right:10px;left:auto;}.sns-carousel .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-carousel .owl-nav{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-carousel .owl-nav .owl-prev{left:-15px;}.sns-carousel .owl-nav .owl-next{left:auto;right:-15px;}.sns-carousel .owl-dots{text-align:center;margin:50px 0 0;}.sns-carousel .owl-dots .owl-dot{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;margin:0 5px;}.sns-carousel .owl-dots .owl-dot > span{width:15px;height:15px;border-radius:100%;background:#eaeaea;display:block;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-carousel .owl-dots .owl-dot:hover > span,.sns-carousel .owl-dots .owl-dot.active > span{background:#c74729;}.sns-carousel .owl-dots .owl-dot.active > span{cursor:text;}.sns-carousel .slick-dots{margin:0;padding:0;list-style:none;height:40px;text-align:center;background:#fff;}.sns-carousel .slick-dots li{display:inline-block;}.sns-carousel .slick-dots li button{padding:0 0;height:10px;width:30px;margin:15px 5px;border:1px solid #eaeaea;background:#fff;font-size:0px;}.sns-carousel .slick-dots li:hover button,.sns-carousel .slick-dots li.slick-active button{border-color:#c74729;background:#c74729;}.sns-carousel .carousel-content:not(.owl-carousel){display:none;}.sns-carousel .carousel-content:not(.owl-carousel).slick-initialized{display:block;}.sns-carousel.show-dotimg .owl-carousel{padding:130px 0 0;}@media (max-width:480px){.sns-carousel.show-dotimg .owl-carousel{padding:90px 0 0;}}@media (max-width:767px){.sns-carousel.show-dotimg .owl-carousel .owl-nav{display:none;}}.sns-carousel.show-dotimg .owl-dots{position:absolute;top:0px;width:100%;text-align:center;margin:5px 0 0;}.sns-carousel.show-dotimg .owl-dots .owl-dot{margin:0 5px;display:inline-block;width:100px;height:100px;border-radius:100%;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:relative;border:1px solid rgba(255, 255, 255, 0.7);}@media (max-width:480px){.sns-carousel.show-dotimg .owl-dots .owl-dot{width:60px;height:60px;}}.sns-carousel.show-dotimg .owl-dots .owl-dot:before{position:absolute;left:0px;top:0px;z-index:1;content:"";background:rgba(255, 255, 255, 0.7);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;width:100%;height:100%;}.sns-carousel.show-dotimg .owl-dots .owl-dot:hover,.sns-carousel.show-dotimg .owl-dots .owl-dot.active{border-color:#c74729;}.sns-carousel.show-dotimg .owl-dots .owl-dot:hover:before,.sns-carousel.show-dotimg .owl-dots .owl-dot.active:before{background:transparent;}.sns-carousel.show-dotimg .owl-dots .owl-dot.active{cursor:text;}.sns-carousel.have-padding{margin-left:-15px;margin-right:-15px;}.sns-carousel.have-padding .owl-item > *{padding-left:15px;padding-right:15px;}.sns-carousel.have-padding .owl-nav .owl-prev{left:-5px;}.sns-carousel.have-padding .owl-nav .owl-next{left:auto;right:-5px;}@media (max-width:767px){.sns-carousel.have-padding{margin-left:-8px;margin-right:-8px;}.sns-carousel.have-padding .owl-item > *{padding-left:8px;padding-right:8px;}}.sns-carousel.box-border-style{padding-bottom:0px;}.sns-carousel.box-border-style .slick-vertical{margin:-16px 0 0;}.sns-carousel.box-border-style .slick-vertical .slick-slide{margin:16px 0;position:relative;}.sns-carousel.box-border-style .slick-vertical .slick-slide:before{position:absolute;content:"";bottom:-16px;left:0px;height:1px;width:100%;background:#eaeaea;}.sns-carousel.box-border-style .slick-dots{margin:0 -20px 0;width:calc(100% + 40px);position:relative;z-index:1;}.sns-login-register a{margin:0 4px;}.sns-login-register a:last-child{margin-right:0px;}.sns-member{text-align:center;}.sns-member .avartar{margin-bottom:15px;overflow:hidden;display:inline-block;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}.sns-member .avartar a{position:relative;display:inline-block;}.sns-member .avartar.rounded{border-radius:5px;}.sns-member .avartar.circle{border-radius:100%;}.sns-member .avartar:hover{box-shadow:0 0 10px rgba(0, 0, 0, 0.4);}.sns-member .name{margin-bottom:12px;font-size:1em;font-weight:bold;}.sns-member .name .role{font-weight:normal;color:#666;}.sns-member .short_desc{margin-bottom:12px;}.sns-member .social-icons{position:relative;}.sns-member .social-icons ul{padding:0 0;margin:0 0;list-style:none;}.sns-member .social-icons ul li{display:inline;margin:0 6px;}.sns-member .social-icons ul li i{font-size:16px;}.sns-vertical-menu .wpb_heading{color:#333;display:block;padding:0 0 10px;margin:0;}.sns-vertical-menu .wpb_heading > span{display:inline-block;position:relative;}.sns-vertical-menu .wpb_heading > span:before{position:absolute;content:"";width:100%;height:1px;background:#c74729;left:0px;bottom:-11px;}.sns-vertical-menu .sns-respmenu{padding:20px;border:1px solid #eaeaea;border-radius:0 0 5px 5px;}.sns-single-testimonial .avatar{max-width:100px;float:left;margin:0 10px 0 0;border-radius:100%;overflow:hidden;position:relative;}.sns-single-testimonial .avatar:before{position:absolute;content:"";height:100%;width:100%;background-color:rgba(199, 71, 41, 0.4);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-single-testimonial .content{padding-left:110px;position:relative;top:-4px;}.sns-single-testimonial .info{padding-left:110px;margin:5px 0 0;}.sns-single-testimonial .info span{color:#c74729;}.sns-single-testimonial:hover .avatar:before{opacity:1;}.sns-single-testimonial.style2 .inner{background:#fff;padding:30px 30px 30px 22px;*zoom:1;}.sns-single-testimonial.style2 .inner:before,.sns-single-testimonial.style2 .inner:after{content:" ";display:table;}.sns-single-testimonial.style2 .inner:after{clear:both;}.sns-single-testimonial.style2:not(.have-avatar) .content{padding-left:90px;position:relative;}.sns-single-testimonial.style2:not(.have-avatar) .content:before{content:"\f10e";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:50px;height:50px;text-align:center;line-height:50px;font-size:50px;position:absolute;left:10px;top:3px;color:#eaeaea;text-align:left;}.sns-single-testimonial.style2:not(.have-avatar) .info{padding-left:90px;}.sns-single-testimonial.style2 .info{*zoom:1;margin:7px 0 0;}.sns-single-testimonial.style2 .info:before,.sns-single-testimonial.style2 .info:after{content:" ";display:table;}.sns-single-testimonial.style2 .info:after{clear:both;}.sns-single-testimonial.style2 .info .name,.sns-single-testimonial.style2 .info .position{float:left;}.sns-single-testimonial.style2 .info .name .label,.sns-single-testimonial.style2 .info .position .label{display:none;}.sns-single-testimonial.style2 .info .name span:not(.label){color:#333;text-transform:uppercase;font-weight:bold;}.sns-single-testimonial.style2 .info .position{position:relative;padding-left:15px;}.sns-single-testimonial.style2 .info .position:before{position:absolute;content:"";height:2px;width:5px;background:#666;top:50%;left:5px;}.sns-single-testimonial.style2 .info .position span:not(.label){color:#666;}.sns-special-list-posts .list-post .big-item-post{*zoom:1;height:373px;}.sns-special-list-posts .list-post .big-item-post:before,.sns-special-list-posts .list-post .big-item-post:after{content:" ";display:table;}.sns-special-list-posts .list-post .big-item-post:after{clear:both;}.sns-special-list-posts .list-post .big-item-post > div{width:50%;top:50%;-webkit-transform :translateY(-50%);-moz-transform :translateY(-50%);-ms-transform :translateY(-50%);-o-transform :translateY(-50%);transform :translateY(-50%);position:relative;*zoom:1;}.sns-special-list-posts .list-post .big-item-post > div:before,.sns-special-list-posts .list-post .big-item-post > div:after{content:" ";display:table;}.sns-special-list-posts .list-post .big-item-post > div:after{clear:both;}@media (max-width:992px){.sns-special-list-posts .list-post .big-item-post > div{width:60%;}}@media (max-width:767px){.sns-special-list-posts .list-post .big-item-post > div{width:100%;}}.sns-special-list-posts .list-post .big-item-post .post-title{font-size:1.7142em;font-weight:bold;margin:0 10px 22px;}.sns-special-list-posts .list-post .big-item-post .post-title a{color:#fff;}.sns-special-list-posts .list-post .big-item-post .post-title a span{padding:1px 10px;background:#c74729;display:inline-block;margin:4px 0 4px -10px;}.sns-special-list-posts .list-post .big-item-post .post-title a:hover span{background:#333;}.sns-special-list-posts .list-post .big-item-post .post-title:selection{background:#c74729;color:#fff;}.sns-special-list-posts .list-post .big-item-post .post-meta{display:block;color:#fff;margin:0 0 0 20px;}.sns-special-list-posts .list-post .big-item-post .post-meta .post-author{float:left;margin:0 10px 0 0;}.sns-special-list-posts .list-post .big-item-post .post-meta .post-author .author-link{margin-left:3px;color:#c74729;}.sns-special-list-posts .list-post .big-item-post .post-meta .post-author .author-link:hover{text-decoration:underline;}.sns-special-list-posts .list-post .big-item-post .post-meta .post-date{float:left;}.sns-special-list-posts .list-post .small-item-post{padding:30px;*zoom:1;}.sns-special-list-posts .list-post .small-item-post:before,.sns-special-list-posts .list-post .small-item-post:after{content:" ";display:table;}.sns-special-list-posts .list-post .small-item-post:after{clear:both;}.sns-special-list-posts .list-post .small-item-post .post-img{margin:0 20px 0 0;max-width:70px;float:left;position:relative;}.sns-special-list-posts .list-post .small-item-post .post-img:before{position:absolute;content:"";height:100%;width:100%;background:rgba(199, 71, 41, 0.4);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-special-list-posts .list-post .small-item-post .post-title{font-size:1.1428em;font-weight:bold;margin:-5px 0 10px;line-height:1.4;}.sns-special-list-posts .list-post .small-item-post .post-title:selection{background:#c74729;color:#fff;}.sns-special-list-posts .list-post .small-item-post .post-meta{display:block;}.sns-special-list-posts .list-post .small-item-post .post-meta .post-author{float:left;margin:0 10px 0 0;}.sns-special-list-posts .list-post .small-item-post .post-meta .post-author .author-link{margin-left:3px;color:#c74729;}.sns-special-list-posts .list-post .small-item-post .post-meta .post-author .author-link:hover{text-decoration:underline;}.sns-special-list-posts .list-post .small-item-post .post-meta .post-date{float:left;}.sns-special-list-posts .list-post .small-item-post:hover .post-img:before{opacity:1;}.sns-special-list-posts .list-post .list-small-item{border:1px solid #eaeaea;background:#fff;padding:0;position:relative;*zoom:1;}.sns-special-list-posts .list-post .list-small-item:before{position:absolute;content:"";height:100%;width:2px;left:0px;top:0px;background:#fff;z-index:1;}.sns-special-list-posts .list-post .list-small-item .owl-item.active{position:relative;}.sns-special-list-posts .list-post .list-small-item .owl-item.active:before{position:absolute;content:"";height:100%;width:1px;left:0px;top:0px;background:#eaeaea;}.sns-special-list-posts .list-post .list-small-item:before,.sns-special-list-posts .list-post .list-small-item:after{content:" ";display:table;}.sns-special-list-posts .list-post .list-small-item:after{clear:both;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:hover,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:hover:before,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:hover:before{color:#fff;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev.disabled,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev.disabled:hover,.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev{left:10px;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next{right:10px;left:auto;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev{left:-20px;z-index:2;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:0;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before{line-height:36px;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next{left:auto;right:-20px;z-index:2;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:0;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before{line-height:36px;}@media (max-width:767px){.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev{left:10px;}.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next{left:auto;right:10px;}}.sns-special-list-posts .list-post .list-small-item:hover .owl-nav .owl-prev,.sns-special-list-posts .list-post .list-small-item:hover .owl-nav .owl-next{opacity:1;}.sns-list-posts .wpb_heading{text-transform:uppercase;font-size:1.1428em;}.sns-list-posts .item-post{margin:20px 0 0;*zoom:1;}.sns-list-posts .item-post:before,.sns-list-posts .item-post:after{content:" ";display:table;}.sns-list-posts .item-post:after{clear:both;}.sns-list-posts .item-post:first-child{margin-top:0;}.sns-list-posts .item-post .post-img{float:left;margin:0 20px 0 0;}.sns-list-posts .item-post .post-img a{display:block;position:relative;overflow:hidden;}.sns-list-posts .item-post .post-img a:before{content:"";display:block;height:100%;width:100%;position:absolute;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:0;background:rgba(199, 71, 41, 0.4);}.sns-list-posts .item-post .post-img + .post-title{margin-top:-6px;}.sns-list-posts .item-post .post-title{margin:0 0 8px;font-weight:bold;}.sns-list-posts .item-post .post-date{color:#666;}.sns-list-posts .item-post .post-author a{color:#c74729;}.sns-list-posts .item-post .post-author a:hover{text-decoration:underline;}.sns-list-posts .item-post:hover .post-img a:before{opacity:1;}.sns-list-posts.style-2 .item-post{margin:20px 0 0;padding-left:10px;}.sns-list-posts.style-2 .item-post:first-child{margin-top:0;}.sns-list-posts.style-2 .item-post .post-title{margin:0;position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-list-posts.style-2 .item-post .post-title:before{position:absolute;top:7px;left:-10px;content:"";height:5px;width:5px;border-radius:5px;background:#666;}.sns-list-posts.style-2 .item-post .post-title:hover{padding-left:5px;}.sns-list-posts.style-2 .item-post .post-title:hover:before{background:#c74729;}.sns-list-posts.style-2 .item-post .post-date{color:#666;}.sns-list-posts.style-2 .item-post .post-date:before{display:none;}.sns-list-posts.style-3 .item-post{margin:20px 0 0;}.sns-list-posts.style-3 .item-post:first-child{margin-top:0;}.sns-list-posts.style-3 .item-post .post-img{float:left;margin:0 15px 0 0;width:138px;}.sns-list-posts.style-3 .item-post .post-title{margin:-5px 0 8px;text-transform:uppercase;font-weight:bold;}.sns-list-posts.style-4 .item-post{float:left;width:calc(100% - 52% - 20px);padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #eaeaea;}.sns-list-posts.style-4 .item-post .post-img{float:left;margin:0 15px 0 0;width:138px;}.sns-list-posts.style-4 .item-post .post-title{margin:-5px 0 5px;text-transform:uppercase;font-weight:bold;}.sns-list-posts.style-4 .item-post .post-desc{margin:0 0 0;}.sns-list-posts.style-4 .item-post:first-child{width:52%;margin:0 20px 10px 0;padding:0 0;float:left;border:none;}.sns-list-posts.style-4 .item-post:first-child .post-img{width:100%;float:none;margin:0 0;}.sns-list-posts.style-4 .item-post:first-child .post-title{margin:0 0 18px;text-transform:uppercase;font-weight:bold;border:1px solid #eaeaea;padding:5px 15px;background:#f7f7f7;}.sns-list-posts.style-4 .item-post:last-child{margin:0 0 18px;padding:0 0;border:none;}@media (max-width:1199px){.sns-list-posts.style-4 .item-post{width:calc(100% - 40% - 20px);}.sns-list-posts.style-4 .item-post:first-child{width:40%;}}@media (max-width:992px){.sns-list-posts.style-4 .item-post{width:calc(100% - 50%);padding-right:20px;}.sns-list-posts.style-4 .item-post:first-child{width:100%;margin-bottom:20px;}}@media (max-width:767px){.sns-list-posts.style-4 .item-post{width:100%;padding-right:0px;}.sns-list-posts.style-4 .item-post:first-child{width:100%;margin-bottom:20px;}}.box-border-style{border:1px solid #eaeaea;padding:0 20px 25px;background:#fff;}.box-border-style .wpb_heading{margin:-20px 0 25px;text-transform:uppercase;}.box-border-style .wpb_heading span{height:40px;line-height:40px;display:inline-block;padding:0 20px;color:#fff;background:#c74729;border-radius:40px;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-heading{background-color:transparent !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title{font-size:1em !important;font-weight:normal;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a{padding:10px 10px 10px 20px !important;color:color !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon{left:0px !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before{border-width:0 1px 1px 0 !important;top:3px !important;bottom:3px !important;left:3px !important;right:3px !important;border-color:inherit !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a:hover{color:#c74729 !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body{border:1px solid #eaeaea;padding:20px !important;margin:10px 0;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column{margin-bottom:0px !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ol,.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul{padding-left:25px;}.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title > a{color:#333 !important;}.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover{color:#333 !important;}section.full-width .vc_container.section-content{width:100%;padding:0 15px;}.sns-store-info > *{padding-left:48px;position:relative;*zoom:1;min-height:50px;margin:0 0 7px;}.sns-store-info > *:before,.sns-store-info > *:after{content:" ";display:table;}.sns-store-info > *:after{clear:both;}.sns-store-info > * a{color:inherit;}.sns-store-info > * a:hover{color:#c74729;}.sns-store-info > *:last-child{margin-bottom:0px;}.sns-store-info > * .vc_icon_element-icon{height:38px;width:38px;line-height:34px;text-align:center;border:2px solid #666;border-radius:100%;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:absolute;left:0px;top:5px;}.sns-store-info > *.store-intro{min-height:auto;}.sns-store-info > *:hover .vc_icon_element-icon{border-color:#c74729;background-color:#c74729;color:#fff;}.sns-store-info .store-intro{margin:0 0 12px;padding-left:0px;}.sns-store-info .store-logo{margin:0 0 12px;padding-left:0px;}.sns-social-links.style-1 .follow-us{*zoom:1;}.sns-social-links.style-1 .follow-us:before,.sns-social-links.style-1 .follow-us:after{content:" ";display:table;}.sns-social-links.style-1 .follow-us:after{clear:both;}.sns-social-links.style-1 .follow-us a{margin:0 10px 10px 0;padding:4px 8px;float:left;display:inline-block;border:1px solid #666;border-radius:4px;color:#666;}.sns-social-links.style-1 .follow-us a i{margin-right:8px;}.sns-social-links.style-1 .follow-us a:hover{background-color:#c74729;border-color:#c74729;color:#fff;}.sns-social-links.style-2 .follow-us{*zoom:1;}.sns-social-links.style-2 .follow-us:before,.sns-social-links.style-2 .follow-us:after{content:" ";display:table;}.sns-social-links.style-2 .follow-us:after{clear:both;}.sns-social-links.style-2 .follow-us a{margin:0 0 15px 15px;width:45px;height:45px;line-height:45px;text-align:center;float:left;display:inline-block;border:1px solid #eaeaea;border-radius:45px;color:#ccc;font-size:0px;}.sns-social-links.style-2 .follow-us a i{font-size:18px;line-height:inherit;}.sns-social-links.style-2 .follow-us a:hover{background-color:#c74729;border-color:#c74729;color:#fff;}.sns-social-links.style-2 .follow-us a:first-child{margin-left:0px;}@media (max-width:1199px){.sns-social-links.style-2 .follow-us a{margin-left:10px;}}.sns-social-links.align-right .follow-us a{float:right;}.sns-social-links.align-right.style-1 a:first-child{margin-left:10px;}.sns-social-links.align-right.style-2 a:first-child{margin-left:15px;}@media (max-width:1199px){.sns-social-links.align-right.style-2 a:first-child{margin-left:10px;}}.sns-info-box{position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-info-box.have-border{border:1px solid #eaeaea;padding:20px 20px;}.sns-info-box.have-border-left:before{position:absolute;content:"";width:1px;left:-35px;background-color:#eaeaea;height:100%;top:0;}@media (max-width:1199px){.sns-info-box.have-border-left:before{left:-15px;}}.sns-info-box.have-border-left.center:before{left:-7px;}@media (max-width:767px){.sns-info-box.have-border-left:before{display:none;}}@media (max-width:1199px){.sns-info-box.not-border-ipad{padding-left:0px;}.sns-info-box.not-border-ipad:before{display:none;}}.sns-info-box .icon{float:left;margin:0 12px 0 0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-info-box .content-info-box .sc_heading{margin-bottom:0px;text-transform:uppercase;font-weight:normal;font-size:1em;}.sns-info-box .content-info-box .sc_heading a{color:inherit;}.sns-info-box .content-info-box p{padding:0 15px;margin:0 0;}.sns-info-box.box-style1:hover .icon span.vc_icon_element-icon:before,.sns-info-box.box-style1:hover .icon img{-webkit-animation:bounceIn 400ms ease both !important;-o-animation:bounceIn 400ms ease both !important;animation:bounceIn 400ms ease both !important;color:#c74729 !important;}.sns-info-box.box-style1:hover .content-info-box .sc_heading{color:#c74729;}.sns-info-box.box-style2{text-align:center;}.sns-info-box.box-style2 .icon{float:none;margin:0 auto 25px;width:100px;height:100px;line-height:96px;border-radius:100%;border:1px solid #666;overflow:hidden;}.sns-info-box.box-style2 .icon span.vc_icon_element-icon{vertical-align:middle;}.sns-info-box.box-style2 .content-info-box .sc_heading{font-weight:bold;text-transform:none;color:#333;margin:0 0 5px;}.sns-info-box.box-style2:hover .icon span.vc_icon_element-icon:before,.sns-info-box.box-style2:hover .icon img{-webkit-animation:bounceIn 400ms ease both !important;-o-animation:bounceIn 400ms ease both !important;animation:bounceIn 400ms ease both !important;color:#c74729 !important;}.sns-info-box.box-style3 .icon{float:none;margin:0 0 15px;min-height:50px;vertical-align:middle;}.sns-info-box.box-style3 .content-info-box{padding:0 0;}.sns-info-box.box-style3 .content-info-box .sc_heading{font-weight:bold;text-transform:uppercase;color:#333;margin:0 0 15px;font-size:1.1428em;position:relative;padding:0 0 8px;}.sns-info-box.box-style3 .content-info-box .sc_heading:before{position:absolute;content:"";height:2px;width:20px;background:#c74729;left:0px;bottom:0px;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}.sns-info-box.box-style3:hover .content-info-box .sc_heading:before{width:35px;}#st_gdpr_iframe{border:none;}.contact_form h3{font-size:1.857em;color:#333;font-weight:bold;margin-bottom:15px;}.contact_form input{margin-bottom:10px !important;}.contact_form textarea{height:135px;}.sns-products.list-mode .prdlist-content{margin-left:0px;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev,.sns-products.list-mode .prdlist-content .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:before,.sns-products.list-mode .prdlist-content .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:hover,.sns-products.list-mode .prdlist-content .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:hover:before,.sns-products.list-mode .prdlist-content .owl-nav .owl-next:hover:before{color:#fff;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev.disabled,.sns-products.list-mode .prdlist-content .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products.list-mode .prdlist-content .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev{left:10px;}.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-products.list-mode .prdlist-content .owl-nav .owl-next{right:10px;left:auto;}.sns-products.list-mode .prdlist-content .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-products.list-mode .prdlist-content .owl-nav{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;visibility:none;opacity:0;}.sns-products.list-mode .prdlist-content:hover .owl-nav{opacity:1;visibility:visible;}.sns-products.list-mode .prdlist-content .product_list.list .product{padding:10px 0 0;margin-top:10px;}.sns-products.list-mode .prdlist-content .product_list.list .product .block-product-inner{background:#fff;}.sns-products.list-mode .prdlist-content .product_list.list .product .view-detail{margin:25px 0 0;}.sns-products.list-mode .prdlist-content .product_list.list .product .view-detail .btn-viewdetail{padding:7px 20px;}@media (max-width:1199px){.sns-products.list-mode .prdlist-content .product_list.list .product .view-detail{display:none;}}.sns-products.list-mode .prdlist-content .product_list.list .product:first-child{margin-top:0px;padding-top:0px;}.sns-products.list-mode .prdlist-content .product_list.list .list-view{*zoom:1;width:100%;}.sns-products.list-mode .prdlist-content .product_list.list .list-view:before,.sns-products.list-mode .prdlist-content .product_list.list .list-view:after{content:" ";display:table;}.sns-products.list-mode .prdlist-content .product_list.list .list-view:after{clear:both;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img{float:left;display:inline-block;margin:0 0px 0 0;position:relative;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image{display:block;position:relative;position:relative;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button{font-size:0px;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;z-index:1;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;-webkit-transform:scale(0);transform:scale(0);background:#c74729;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:before{position:absolute;left:0px;top:0px;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:13px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover{background:#333;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover:before{color:#fff;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#c74729 !important;color:#fff;opacity:1 !important;width:40px !important;height:40px !important;line-height:40px !important;cursor:wait;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before{content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}@media (max-width:992px){.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button{display:none !important;}}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .item-title{font-size:1em;font-weight:500;margin:-3px 0 10px;}.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .star-rating{float:none;display:block;margin:0 0 10px;}.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .yith-wcqv-button{-webkit-transform:scale(1);transform:scale(1);}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-img{margin-right:10px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-img .product-image{max-width:70px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-info .item-title{margin:-3px 0 8px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product{padding:15px 0 0;margin-top:15px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product:first-child{margin-top:0px;padding-top:0px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .price{font-size:1em;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .item-img .product-image{border:1px solid #eaeaea;margin-right:10px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .item-img .product-image:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0);-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;left:0px;top:0px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product:hover .item-img .product-image:before{background:rgba(0, 0, 0, 0.06);}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-img{margin-right:15px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-img .product-image{max-width:83px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-info .item-title{margin-top:0px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img{max-width:170px;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img .product-image .onsale{position:absolute;bottom:20px;left:20px;z-index:1;color:#fff;font-size:12px;height:35px;line-height:35px;width:35px;text-align:center;background:#fe5d5d;padding:0 5px;border-radius:100%;}.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img .product-image .onsale{display:block;}@media (max-width:1199px){.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img{max-width:45%;}}@media (max-width:992px){.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img{max-width:35%;}}@media (max-width:992px){.sns-products.small-img.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img{max-width:21.5%;}.sns-products.small-img.list-mode .prdlist-content .product_list.list .item-info .item-content .item-title{margin-top:15px;}}@media (max-width:480px){.sns-products.small-img.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img{max-width:35%;}}.sns-products .owl-dots{text-align:center;margin:15px 0 0;}.sns-products .owl-dots .owl-dot{border:3px solid #eaeaea;height:15px;width:15px;display:inline-block;margin:0 5px;border-radius:100%;cursor:pointer;}.sns-products .owl-dots .owl-dot.active{border-color:#c74729;}.sns-products.box-style-blank .box-head{*zoom:1;text-align:center;}.sns-products.box-style-blank .box-head:before,.sns-products.box-style-blank .box-head:after{content:" ";display:table;}.sns-products.box-style-blank .box-head:after{clear:both;}.sns-products.box-style-blank .box-head .wpb_heading{margin:0 0 20px;text-transform:uppercase;font-size:2.5714em;}.sns-products.box-style-blank .box-head a.view-all{float:right;margin:0;color:#333;text-transform:uppercase;}.sns-products.box-style-blank .box-head a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;text-indent:6px;font-size:14px;}.sns-products.box-style-blank .box-head a.view-all:hover{color:#c74729;}.sns-products.box-style-blank .box-head .sub-text{margin:0 0 55px;}.sns-products.box-style-blank .prdlist-content .product_list .product{border-top:1px solid #eaeaea;padding:20px 0 0;margin-top:20px;}.sns-products.box-style-blank .prdlist-content .product_list .product:first-child{border-top:none;margin-top:0px;padding-top:0px;}.sns-products.box-style-1 .box-head{margin:0 0 30px;background:#f5f5f5;height:40px;line-height:40px;border-radius:40px;}.sns-products.box-style-1 .box-head .wpb_heading{padding:0 20px;margin:0 0;height:40px;line-height:40px;border-radius:40px;background:#c74729;color:#fff;text-transform:uppercase;font-size:1.1428em;display:inline-block;}.sns-products.box-style-1 .box-head a.view-all{float:right;margin:0 20px 0 0;color:#333;text-transform:uppercase;}.sns-products.box-style-1 .box-head a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;font-size:14px;text-indent:6px;}.sns-products.box-style-1 .box-head a.view-all:hover{color:#c74729;}.sns-products.box-style-2{border:1px solid #eaeaea;padding:0 20px 25px;}.sns-products.box-style-2 .box-head{margin:-20px 0 25px;background:transparent;}.sns-products.box-style-2 .box-head .wpb_heading{height:40px;line-height:40px;display:inline-block;padding:0 20px;margin:0 0;color:#fff;background:#c74729;border-radius:40px;text-transform:uppercase;font-size:1.1428em;}.sns-products.box-style-3 .prdlist-content{margin:0 0px;}.sns-products.box-style-3 .prdlist-content .product_list .owl-stage-outer{border:1px solid #eaeaea;}.sns-products.box-style-3 .prdlist-content .product_list .owl-item .product{width:100%;}.sns-products.box-style-3 .prdlist-content .product_list .owl-item:not(.active) div.product{box-shadow:none;opacity:0.2;visibility:hidden;}.sns-products.box-style-3 .prdlist-content .product_list .owl-item.active > div.product{box-shadow:0 0 0 1px #eaeaea;}.sns-products.box-style-3 .prdlist-content .product_list .owl-item.active > div.product .block-product-inner .item-img a.product-image{background:#fff;}.sns-products.box-style-3 .prdlist-content .product_list .list-view .item-info .item-content .item-title{margin-top:35px;margin-bottom:15px;padding-right:10px;}.sns-products.box-style-3 .prdlist-content .product_list .list-view .item-info .item-content .star-rating{margin-bottom:10px;}.sns-products.box-style-4 .box-head{border-radius:0;margin-bottom:0px;background:#f5f5f5;height:40px;line-height:40px;}.sns-products.box-style-4 .box-head .wpb_heading{border-radius:0 40px 40px 0;padding:0 20px;margin:0 0;height:40px;line-height:40px;background:#333;color:#fff;text-transform:uppercase;font-size:1.1428em;display:inline-block;position:relative;}.sns-products.box-style-4 .box-head .wpb_heading:before{position:absolute;content:"";height:3px;width:1px;background:#eaeaea;left:0px;bottom:-3px;}.sns-products.box-style-4 .box-head a.view-all{float:right;margin:0 20px 0 0;color:#333;text-transform:uppercase;}.sns-products.box-style-4 .box-head a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;font-size:14px;text-indent:6px;}.sns-products.box-style-4 .box-head a.view-all:hover{color:#c74729;}.sns-products.box-style-4.list-mode .prdlist-content{padding:30px 20px;border:1px solid #eaeaea;border-top:none;}.sns-products.box-style-4.list-mode .prdlist-content .product_list .product{border-top:1px solid #eaeaea;padding:20px 0 0;margin-top:20px;}.sns-products.box-style-4.list-mode .prdlist-content .product_list .product:first-child{border-top:none;margin-top:0px;padding-top:0px;}.sns-products.box-style-4.list-mode .prdlist-content .owl-nav .owl-prev{left:-10px;}.sns-products.box-style-4.list-mode .prdlist-content .owl-nav .owl-next{left:auto;right:-10px;}.sns-products.box-style-5 .box-head .wpb_heading{text-transform:uppercase;font-size:1.1428em;position:relative;}.sns-products.box-style-5.list-mode .prdlist-content{padding:30px 0px 0px;border-top:1px solid #eaeaea;}.sns-products.box-style-5.list-mode .prdlist-content .product_list .product{border-top:1px solid #eaeaea;padding:10px 0 0;margin-top:10px;}.sns-products.box-style-5.list-mode .prdlist-content .product_list .product:first-child{border-top:none;margin-top:0px;padding-top:0px;}.sns-daily-deals .deal-header{text-align:center;height:40px;margin:0 0 30px;}.sns-daily-deals .deal-header .inner{*zoom:1;margin:0 auto;padding:0 20px;height:40px;line-height:40px;border-radius:40px;background:#c74729;color:#fff;font-size:1.1428em;display:inline-block;}.sns-daily-deals .deal-header .inner:before,.sns-daily-deals .deal-header .inner:after{content:" ";display:table;}.sns-daily-deals .deal-header .inner:after{clear:both;}.sns-daily-deals .deal-header .wpb_heading{font-size:inherit;text-transform:uppercase;color:inherit;line-height:inherit;display:inline-block;float:left;margin:0 0;}.sns-daily-deals .deal-header .time-count-down{display:inline-block;float:left;line-height:inherit;margin:0 0 0 10px;height:40px;}.sns-daily-deals .deal-header .time-count-down .clock-digi{display:inline-block;float:left;}.sns-daily-deals .deal-header .time-count-down .clock-digi > *{display:inline-block;color:#fff000;margin-left:3px;padding-left:8px;position:relative;}.sns-daily-deals .deal-header .time-count-down .clock-digi > * > div{float:left;}.sns-daily-deals .deal-header .time-count-down .clock-digi > * span{float:left;}.sns-daily-deals .deal-header .time-count-down .clock-digi > *:before{position:absolute;content:":";left:-2px;}.sns-daily-deals .deal-header .time-count-down .clock-digi > *:first-child{margin-left:0px;padding-left:0px;}.sns-daily-deals .deal-header .time-count-down .clock-digi > *:first-child:before{display:none;}.sns-daily-deals .sproduct-content{*zoom:1;}.sns-daily-deals .sproduct-content:before,.sns-daily-deals .sproduct-content:after{content:" ";display:table;}.sns-daily-deals .sproduct-content:after{clear:both;}.sns-daily-deals .prdlist-content{margin:0 0;}.sns-daily-deals .prdlist-content .grid{border:none !important;}.sns-daily-deals .prdlist-content .grid .product{box-shadow:none !important;background:none;}.sns-daily-deals .prdlist-content .grid .product .block-product-inner{border:1px solid #eaeaea;background:#fff;}.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img{position:relative;}.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img a.product-image{padding:0 0 5px;}.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img .sort-desc{height:calc(100% - 15px);}.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-info .item-content .item-title{height:auto;margin:0 0 15px;}.sns-daily-deals .prdlist-content .grid .product .price{font-size:2em;}.sns-daily-deals .prdlist-content .list .product{padding:0 15px;}.sns-daily-deals .prdlist-content .list .list-view{*zoom:1;width:100%;}.sns-daily-deals .prdlist-content .list .list-view:before,.sns-daily-deals .prdlist-content .list .list-view:after{content:" ";display:table;}.sns-daily-deals .prdlist-content .list .list-view:after{clear:both;}.sns-daily-deals .prdlist-content .list .list-view .item-img{float:left;display:inline-block;margin:0 0px 0 0;position:relative;}.sns-daily-deals .prdlist-content .list .list-view .item-img .product-image{display:block;position:relative;position:relative;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button{font-size:0px;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;z-index:1;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;-webkit-transform:scale(0);transform:scale(0);background:#c74729;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:before{position:absolute;left:0px;top:0px;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:13px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:hover{background:#333;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:hover:before{color:#fff;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#c74729 !important;color:#fff;opacity:1 !important;width:40px !important;height:40px !important;line-height:40px !important;cursor:wait;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before{content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}@media (max-width:992px){.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button{display:none !important;}}.sns-daily-deals .prdlist-content .list .list-view .item-info .item-title{font-size:1em;font-weight:500;margin:-3px 0 10px;}.sns-daily-deals .prdlist-content .list .list-view .item-info .star-rating{float:none;display:block;margin:0 0 10px;}.sns-daily-deals .prdlist-content .list .list-view:hover .item-img .yith-wcqv-button{-webkit-transform:scale(1);transform:scale(1);}.sns-daily-deals .prdlist-content .list .list-view .item-img{max-width:50%;}@media (max-width:1199px) and (min-width:992px){.sns-daily-deals .prdlist-content .list .list-view .item-img{max-width:52%;}}@media (max-width:992px){.sns-daily-deals .prdlist-content .list .list-view .item-img{max-width:40%;}}.sns-daily-deals .prdlist-content .list .list-view .item-img .onsale{position:absolute;bottom:20px;left:20px;z-index:1;color:#fff;font-size:12px;height:35px;line-height:35px;width:35px;text-align:center;background:#fe5d5d;padding:0 5px;border-radius:100%;}.sns-daily-deals .prdlist-content .list .list-view .item-img .onsale{left:30px;bottom:40px;height:45px;width:45px;line-height:45px;font-weight:bold;}.sns-daily-deals .prdlist-content .list .list-view .item-info .item-title{font-weight:bold;font-size:1.1428em;margin:25px 0 15px;}.sns-daily-deals .prdlist-content .list .list-view .item-info .price{font-size:2em;*zoom:1;margin:0 0 5px;}.sns-daily-deals .prdlist-content .list .list-view .item-info .price:before,.sns-daily-deals .prdlist-content .list .list-view .item-info .price:after{content:" ";display:table;}.sns-daily-deals .prdlist-content .list .list-view .item-info .price:after{clear:both;}.sns-daily-deals .prdlist-content .list .list-view .item-info .price ins{float:left;margin:0;}.sns-daily-deals .prdlist-content .list .list-view .item-info .price del{font-size:16px;font-weight:normal;float:right;margin:10px 0 0 10px;}.sns-daily-deals .prdlist-content .list .list-view .time-count-down{margin:10px 0 15px;padding:0 0;}.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi{overflow:hidden;display:block;}.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div{display:inline-block;float:left;padding:0;margin-left:10px;text-align:center;position:relative;border-radius:5px;border:2px solid #c74729;font-size:11px;height:65px;width:50px;}@media (max-width:1199px){.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div{margin-left:6px;width:46px;height:58px;}}.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div > div{display:block;line-height:1;padding:8px 0 2px;color:#333;font-size:26px;text-transform:none;}@media (max-width:1199px){.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div > div{font-size:20px;}}.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div:first-child{margin-left:0px;}.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div:first-child > div:before{display:none;}.sns-daily-deals .prdlist-content .list .list-view .viewmore{font-weight:bold;min-width:calc(50% - 35px);padding:10px 30px;margin:15px 0 0;}@media (max-width:1199px){.sns-daily-deals .prdlist-content .list .list-view .viewmore{display:none;}}.sns-daily-deals .prdlist-content .list .owl-item.active{position:relative;}.sns-daily-deals .prdlist-content .list .owl-item.active:before{position:absolute;content:"";height:calc(100% - 60px);width:1px;background:#eaeaea;top:30px;left:1px;}.sns-daily-deals .prdlist-content .list .owl-item.active:first-child:before{display:none;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:before,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:hover,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:hover:before,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next:hover:before{color:#fff;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev.disabled,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev.disabled:hover,.sns-daily-deals .prdlist-content .list .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev{left:10px;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-next{right:10px;left:auto;}.sns-daily-deals .prdlist-content .list .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.sns-daily-deals .prdlist-content .list .owl-nav{opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-daily-deals .prdlist-content .list:hover .owl-nav{opacity:1;}.sns-daily-deals.style-2 .prdlist-content{background:#fff;box-shadow:2px 0 20px rgba(0, 0, 0, 0.1);position:relative;}@media (max-width:767px){.sns-daily-deals.style-2 .prdlist-content{box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}}.sns-daily-deals.style-2 .prdlist-content:before{position:absolute;content:"";height:100%;width:3px;background:#fff;z-index:2;left:0px;}.sns-daily-deals .owl-dots{text-align:center;margin:15px 0 0;}.sns-daily-deals .owl-dots .owl-dot{border:3px solid #eaeaea;height:15px;width:15px;display:inline-block;margin:0 5px;border-radius:100%;cursor:pointer;}.sns-daily-deals .owl-dots .owl-dot.active{border-color:#c74729;}.sns-products-ajaxtab .header-tab{*zoom:1;}.sns-products-ajaxtab .header-tab:before,.sns-products-ajaxtab .header-tab:after{content:" ";display:table;}.sns-products-ajaxtab .header-tab:after{clear:both;}.sns-products-ajaxtab .header-tab .wpb_heading{margin:0 0;font-size:1em;font-size:1.1428em;text-transform:uppercase;}.sns-products-ajaxtab .header-tab .sub-text{font-size:1em;font-weight:normal;text-transform:none;color:#666;margin:0 0 0 12px;position:relative;top:-2px;}@media (max-width:767px){.sns-products-ajaxtab .header-tab .sub-text{display:none !important;}}.sns-products-ajaxtab .header-tab ul.tab-drop-nav{margin:0;padding:0;list-style:none;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown{margin:0 0;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown a{vertical-align:middle;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle{display:inline-block;font-size:18px;height:20px;width:20px;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu{padding:0 0;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li a{padding:5px 10px 5px;position:relative;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover{background-color:#efefef;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover a{background-color:#efefef;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active{background-color:#c74729;}.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active a{color:#fff;background-color:#c74729;}.sns-products-ajaxtab .header-tab a.view-all{color:#333;text-transform:uppercase;}.sns-products-ajaxtab .header-tab a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;font-size:14px;text-indent:6px;}.sns-products-ajaxtab .header-tab a.view-all:hover{color:#c74729;}.sns-products-ajaxtab .content-tab{*zoom:1;}.sns-products-ajaxtab .content-tab:before,.sns-products-ajaxtab .content-tab:after{content:" ";display:table;}.sns-products-ajaxtab .content-tab:after{clear:both;}.sns-products-ajaxtab .content-tab .prdlist-content .product_list{*zoom:1;}.sns-products-ajaxtab .content-tab .prdlist-content .product_list:before,.sns-products-ajaxtab .content-tab .prdlist-content .product_list:after{content:" ";display:table;}.sns-products-ajaxtab .content-tab .prdlist-content .product_list:after{clear:both;}.sns-products-ajaxtab .content-tab .prdlist-content .product_list .owl-nav .owl-prev,.sns-products-ajaxtab .content-tab .prdlist-content .product_list .owl-nav .owl-next{top:calc(50% - 23px);}.sns-products-ajaxtab .content-tab .prdlist-content .product_list.simple-effect{opacity:0.4;-webkit-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;}.sns-products-ajaxtab .content-tab .prdlist-content.active .product_list.simple-effect{opacity:1;}.sns-products-ajaxtab .content-tab.have-special-box{margin-left:-5px;margin-right:-5px;}@media (max-width:480px){.sns-products-ajaxtab .content-tab.have-special-box{margin-left:0px;margin-right:0px;}}.sns-products-ajaxtab .content-tab.have-special-box .special-box{width:470px;float:left;display:block;}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .special-box{width:50%;}}@media (max-width:480px){.sns-products-ajaxtab .content-tab.have-special-box .special-box{width:calc(100% + 5px);margin:0 0 15px -5px;}}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-img{position:relative;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-img .sort-desc{height:calc(100% - 15px);}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info{padding-bottom:20px;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content{height:100px;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .item-title{height:auto;margin:0 0 15px;font-size:1.1428em;}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content{height:auto;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .item-title{font-size:1em;}}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .star-rating{margin-bottom:7px;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .buttons-action{text-align:left;width:auto;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down{margin:0 20px 0;padding:22px 0 25px;border-top:1px solid #eaeaea;height:134px;}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down{padding:15px 0 15px;height:110px;}}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .offer-label{display:block;font-size:1.1428em;color:#333;margin:0 0 5px;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi{overflow:hidden;display:block;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div{display:inline-block;float:left;padding:0;margin-left:20px;text-align:center;position:relative;line-height:1.3;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div{display:block;padding:0px 14px;border-radius:5px;background:#eaeaea;color:#333;font-size:2em;text-transform:none;}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div{font-size:1.1428em;padding:3px 15px;}}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div:before{position:absolute;content:":";left:-14px;top:-3px;font-size:1em;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div:first-child{margin-left:0px;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div:first-child > div:before{display:none;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price{font-size:2em;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price del::before{height:2px;top:calc(50% - 1px);}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price{font-size:1.2857em;}.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price del::before{height:1px;top:calc(50% - 1px);}}.sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner{width:calc(100% - 470px);float:left;margin-left:-3px;}@media (max-width:992px){.sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner{width:50%;}}@media (max-width:480px){.sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner{width:100%;margin:0 0;}}.sns-products-ajaxtab .content-tab .content-tab-inner{position:relative;}.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading{min-height:40px;}.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading > div{opacity:0.4;}.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading:after{position:absolute;top:50%;left:50%;line-height:normal;margin:-20px 0 0 -20px;text-align:center;color:rgba(0, 0, 0, 0.75);z-index:2;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:40px;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap{text-align:center;margin-top:30px;}.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore{padding:10px 30px;background:transparent;border:1px solid #c74729;background-color:#c74729;color:#fff;font-weight:bold;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore:hover,.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loaded,.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loading{background:#333;border-color:#333;color:#fff;}.sns-products-ajaxtab.no-img-padding .content-tab .prdlist-content .product_list.grid .block-product-inner .item-img a.product-image{padding:0 0;}.sns-products-ajaxtab.no-img-padding .content-tab .prdlist-content .product_list.grid .block-product-inner .item-info{padding-bottom:15px;}.sns-products-ajaxtab.template-loadmore .prdlist-content{margin:0 !important;}.sns-products-ajaxtab.template-loadmore .prdlist-content .product_list{margin:0 1px;}.sns-products-ajaxtab.box-style-1 .header-tab{margin-bottom:25px;text-align:center;}.sns-products-ajaxtab.box-style-1 .header-tab .wpb_heading{margin:0 0 30px;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;text-align:center;display:inline-block;padding:0;margin:0;height:40px;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li{display:inline-block;margin:0 0;padding:0 0;position:relative;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li:first-child:before{display:none;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li.active > a{color:#fff;background:#c74729;border-color:#c74729;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li:hover:not(.active) > a{color:#c74729;border-color:#c74729;}.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li > a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1.1428em;text-transform:uppercase;font-weight:bold;background:#fff;border:1px solid #eaeaea;display:inline-block;position:relative;margin:0 10px;padding:0 20px;height:40px;line-height:40px;border-radius:40px;cursor:pointer;}.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown{margin:8px 0 0;}.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown a{vertical-align:middle;}.sns-products-ajaxtab.box-style-2 .header-tab{margin:0 -10px 14px;position:relative;}@media (max-width:992px){.sns-products-ajaxtab.box-style-2 .header-tab{margin-bottom:0px;min-height:35px;}}.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading{margin:0 10px 30px;background:#f5f5f5;border-radius:40px;height:40px;font-size:1em;}.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading span:not(.sub-text){display:inline-block;border-radius:40px;padding:0 20px;background:#333;color:#fff;line-height:40px;height:40px;font-size:1.1428em;}.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading .sub-text{display:inline-block;line-height:40px;color:#666;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;display:inline-block;padding:0 0 8px;height:108px;margin:0;overflow:hidden;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs .owl-stage-outer{overflow:visible;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li{display:block;margin:0 0;padding:0 10px;position:relative;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li:first-child:before{display:none;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li.active a{color:#c74729;border-color:#c74729;border-width:2px;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li.active a:after{content:"";width:0;height:0;border-style:solid;border-width:8px 8px 8px 8px;border-color:#c74729 transparent transparent transparent;position:absolute;bottom:-18px;right:50%;margin:0 -8px;-webkit-transition:0.25s ease-out 0s;-o-transition:0.25s ease-out 0s;transition:0.25s ease-out 0s;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li:hover:not(.active) a{color:#c74729;border-color:#c74729;border-width:2px;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1em;background:#fff;color:#333;border:1px solid #eaeaea;position:relative;display:block;position:relative;margin:0;padding:0;height:100px;line-height:98px;text-align:center;border-radius:20px;cursor:pointer;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li a img{margin:0 auto;display:inline-block;}.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs > li > a{width:100px;}.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown{margin:0;position:absolute;top:7px;right:20px;}.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown > a{vertical-align:middle;}.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown > a:hover{color:#c74729;}.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown{top:-10px;right:10px;}.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown > a{color:#333;}.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown > a:hover{color:#c74729;}.sns-products-ajaxtab.box-style-2.special-heading .header-tab .wpb_heading{background:#f5f5f5;border-radius:0;}.sns-products-ajaxtab.box-style-2.special-heading .header-tab .wpb_heading span:not(.sub-text){border-radius:0 40px 40px 0;}.sns-products-ajaxtab.box-style-3 .header-tab{margin-bottom:30px;height:40px;border-radius:40px;background:#f5f5f5;}.sns-products-ajaxtab.box-style-3 .header-tab .wpb_heading{padding:0 20px;border-radius:40px;color:#fff;background:#333;line-height:40px;height:40px;float:left;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;text-align:center;display:inline-block;padding:0;margin:0 0;height:40px;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li{display:inline-block;margin:0 0;padding:0 0;position:relative;float:left;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:first-child > a{margin-left:left;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:first-child > a:before{display:none;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li.active > a{color:#c74729;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:hover:not(.active) > a{color:#c74729;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li > a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1em;border:none;background:transparent;color:#333;display:inline-block;position:relative;margin:0;padding:0 20px;cursor:pointer;position:relative;line-height:40px;}.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li > a:before{content:"\f111";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;left:-6.5px;top:13.5px;font-size:6px;position:absolute;color:#ccc;}.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav{margin-right:15px;}.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown{margin:8px 0 0;}.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown a{vertical-align:middle;}.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown a.dropdown-toggle:hover{color:#c74729;}.sns-products-ajaxtab.box-style-3 .header-tab a.view-all{float:right;margin:0 20px 0 0;color:#333;line-height:40px;}.sns-products-ajaxtab.box-style-3 .header-tab a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;font-size:14px;text-indent:6px;}.sns-products-ajaxtab.box-style-3 .header-tab a.view-all:hover{color:#c74729;}.sns-products-ajaxtab.box-style-4 .header-tab{margin:0px;height:40px;border-radius:0px;background:#f5f5f5;position:relative;}.sns-products-ajaxtab.box-style-4 .header-tab:before{position:absolute;content:"";width:calc(100% - 2px);height:1px;background:#fff;left:1px;bottom:-1px;z-index:2;}.sns-products-ajaxtab.box-style-4 .header-tab .wpb_heading{float:left;margin-bottom:-3px;}.sns-products-ajaxtab.box-style-4 .header-tab .wpb_heading span:not(.sub-text){padding:0 20px;line-height:40px;height:40px;display:inline-block;color:#fff;background:#333;border-radius:0 40px 40px 0;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;text-align:center;display:inline-block;padding:0;margin:0 0;height:40px;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li{display:inline-block;margin:0 0;padding:0 0;position:relative;float:left;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:first-child > a{margin-left:left;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:first-child > a:before{display:none;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li.active > a{color:#c74729;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:hover:not(.active) > a{color:#c74729;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li > a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1em;border:none;background:transparent;color:#333;display:inline-block;position:relative;margin:0;padding:0 14px 0 15px;cursor:pointer;position:relative;line-height:40px;}.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li > a:before{position:absolute;content:"";width:1px;height:13px;left:0px;top:13.5px;background:rgba(255, 255, 255, 0.1);}.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown{margin:7px 10px 0 0;}.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown > a{vertical-align:middle;}.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown > a:hover{color:#c74729;}.sns-products-ajaxtab.box-style-4 .header-tab a.view-all{float:right;margin:0 20px 0 0;color:#333;line-height:40px;}.sns-products-ajaxtab.box-style-4 .header-tab a.view-all:after{content:"\f0a9";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;text-align:right;font-size:14px;text-indent:6px;}.sns-products-ajaxtab.box-style-4 .header-tab a.view-all:hover{color:#c74729;}.sns-products-ajaxtab.box-style-4 .prdlist-content{margin-right:-1px;}.sns-products-ajaxtab.box-style-5 .header-tab{margin-bottom:20px;}.sns-products-ajaxtab.box-style-5 .header-tab .wpb_heading{margin:0 0 30px;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;text-align:center;display:inline-block;padding:0;margin:0;height:40px;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li{display:inline-block;margin:0 0;padding:0 0;position:relative;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:first-child > a{margin-left:0px;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:first-child:before{display:none;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li.active > a{color:#fff;background:#c74729;border-color:#c74729;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li.active > a:after{content:"";width:0;height:0;border-style:solid;border-width:7px 7px 7px 7px;border-color:#c74729 transparent transparent transparent;position:absolute;bottom:-15px;right:50%;margin:0 -7px;-webkit-transition:0.25s ease-out 0s;-o-transition:0.25s ease-out 0s;transition:0.25s ease-out 0s;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:hover:not(.active) > a{color:#c74729;border-color:#c74729;}.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li > a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1.1428em;text-transform:uppercase;font-weight:bold;background:#fff;border:1px solid #eaeaea;display:inline-block;position:relative;margin:0 10px;padding:0 20px;height:40px;line-height:40px;border-radius:40px;cursor:pointer;position:relative;}.sns-products-ajaxtab.box-style-5 .header-tab ul.tab-drop-nav li.dropdown{margin:0;}.sns-products-ajaxtab.box-style-5 .header-tab ul.tab-drop-nav li.dropdown a{vertical-align:middle;}.sns-products-ajaxtab.box-style-6 .header-tab{margin-bottom:53px;text-align:center;}.sns-products-ajaxtab.box-style-6 .header-tab .wpb_heading{margin:0 0 16px;font-size:1em;font-size:2.5714em;}.sns-products-ajaxtab.box-style-6 .header-tab .sub-text{font-size:1em;font-weight:normal;display:block;margin:0 auto 37px;}@media (min-width:1199px){.sns-products-ajaxtab.box-style-6 .header-tab .sub-text{max-width:50%;}}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs{margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;text-align:center;display:inline-block;padding:0;margin:0;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li{display:inline-block;margin:0 0;padding:0 0;position:relative;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:first-child > a{margin-left:0px;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:first-child:before{display:none;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li.active > a{background:#333;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:hover:not(.active) > a{background:#333;}.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li > a{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:1em;text-transform:uppercase;font-weight:bold;color:#fff;background:#c74729;display:inline-block;position:relative;padding:5px 20px;margin:0 5px;border-radius:30px;cursor:pointer;position:relative;border:none;}.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown{margin:0;}.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown a{vertical-align:middle;}@media (max-width:992px){.sns-products-ajaxtab.box-style-6 .header-tab{margin-bottom:10px;position:relative;}.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav{position:absolute;top:10px;right:0px;}}.uppercase{text-transform:uppercase;}article.type-page h3.post-title,article.type-post h3.post-title{margin:0 0 10px;position:relative;font-size:1.5em;border:none;}@media (max-width:991px){article.type-page h3.post-title,article.type-post h3.post-title{font-size:1.2em;}}article.type-page .page-links,article.type-post .page-links{margin-bottom:15px;clear:left;font-weight:bold;}article.type-page .page-links a,article.type-post .page-links a{display:inline-block;padding:0 3px;margin:0 0 3px;}article.type-page blockquote,article.type-post blockquote{font-size:1.2857em;color:#666;margin:0 0 20px;padding:0 0 0 25px;border:none;font-style:italic;position:relative;}article.type-page blockquote:before,article.type-post blockquote:before{content:"\f10d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;position:absolute;left:0px;top:7px;}article.type-page .post-meta,article.type-post .post-meta{display:block;margin:0 0 0px;*zoom:1;}article.type-page .post-meta:before,article.type-post .post-meta:before,article.type-page .post-meta:after,article.type-post .post-meta:after{content:" ";display:table;}article.type-page .post-meta:after,article.type-post .post-meta:after{clear:both;}article.type-page .post-meta > span,article.type-post .post-meta > span{padding-left:20px;margin-right:10px;position:relative;float:left;}article.type-page .post-meta > span:after,article.type-post .post-meta > span:after{position:absolute;left:0px;top:11.5px;height:1px;width:10px;content:"";background:#666;}article.type-page .post-meta > span:first-child,article.type-post .post-meta > span:first-child{padding-left:0px;}article.type-page .post-meta > span:first-child:after,article.type-post .post-meta > span:first-child:after{display:none;}article.type-page .post-meta > span:last-child,article.type-post .post-meta > span:last-child{margin-right:0px;}article.type-page .post-meta > span a,article.type-post .post-meta > span a{color:#666;}article.type-page .post-meta > span a:hover,article.type-post .post-meta > span a:hover{color:#c74729;}article.type-page .post-meta .post-author a,article.type-post .post-meta .post-author a{color:#c74729;}article.type-page .post-meta .post-author a:hover,article.type-post .post-meta .post-author a:hover{text-decoration:underline;}article.type-page .post-meta span.entry-date a,article.type-post .post-meta span.entry-date a{color:#c74729;}article.type-page .post-meta span.entry-date a:hover,article.type-post .post-meta span.entry-date a:hover{text-decoration:underline;}article.type-page .post-meta span.edit-post a,article.type-post .post-meta span.edit-post a{color:#c74729;}article.type-page .post-meta span.edit-post a:hover,article.type-post .post-meta span.edit-post a:hover{text-decoration:underline;}article.type-page .post-meta .post-comment-count a,article.type-post .post-meta .post-comment-count a{padding-left:3px;}article.type-page .post-meta .post-comment-count a:before,article.type-post .post-meta .post-comment-count a:before{content:"\f0e5";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;text-indent:-6px;position:relative;top:-1px;}article.type-page .post-meta span.sticky-post,article.type-post .post-meta span.sticky-post{position:relative;padding-left:15px;color:#c74729;}article.type-page .post-meta span.sticky-post:before,article.type-post .post-meta span.sticky-post:before{position:absolute;content:"\f08d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;left:0px;top:calc(50% - 7px);text-align:left;color:#666;}article.type-page .post-meta .cat-links,article.type-post .post-meta .cat-links{position:relative;}article.type-page .post-meta .cat-links span,article.type-post .post-meta .cat-links span{padding:0 8px 0 0;}article.type-page .post-meta .cat-links ul,article.type-post .post-meta .cat-links ul{list-style:none;margin:0 0;padding:0 0;display:inline-block;}article.type-page .post-meta .cat-links ul li,article.type-post .post-meta .cat-links ul li{display:inline;padding:0 0 0;}article.type-page .post-meta .cat-links ul li:after,article.type-post .post-meta .cat-links ul li:after{content:",";}article.type-page .post-meta .cat-links ul li a,article.type-post .post-meta .cat-links ul li a{color:#c74729;}article.type-page .post-meta .cat-links ul li a:hover,article.type-post .post-meta .cat-links ul li a:hover{text-decoration:underline;}article.type-page .post-meta .cat-links ul li:last-child:after,article.type-post .post-meta .cat-links ul li:last-child:after{display:none;}article.type-page .post-meta .tags-links,article.type-post .post-meta .tags-links{position:relative;color:#c74729;}article.type-page .post-meta .tags-links:hover,article.type-post .post-meta .tags-links:hover{text-decoration:underline;}article.type-page .post-excerpt p:last-child,article.type-post .post-excerpt p:last-child{margin-bottom:0px;}article.type-page .post-content,article.type-post .post-content{*zoom:1;}article.type-page .post-content:before,article.type-post .post-content:before,article.type-page .post-content:after,article.type-post .post-content:after{content:" ";display:table;}article.type-page .post-content:after,article.type-post .post-content:after{clear:both;}article.type-page .gallery-thumb,article.type-post .gallery-thumb,article.type-page .video-thumb,article.type-post .video-thumb,article.type-page .audio-thumb,article.type-post .audio-thumb,article.type-page .post-thumb,article.type-post .post-thumb,article.type-page .quote-info,article.type-post .quote-info,article.type-page .link-info,article.type-post .link-info{margin-bottom:30px;position:relative;}article.type-page .gallery-thumb,article.type-post .gallery-thumb{position:relative;overflow:hidden;margin:0 0 30px;}article.type-page .gallery-thumb .owl-nav .owl-prev,article.type-post .gallery-thumb .owl-nav .owl-prev,article.type-page .gallery-thumb .owl-nav .owl-next,article.type-post .gallery-thumb .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}article.type-page .gallery-thumb .owl-nav .owl-prev:before,article.type-post .gallery-thumb .owl-nav .owl-prev:before,article.type-page .gallery-thumb .owl-nav .owl-next:before,article.type-post .gallery-thumb .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}article.type-page .gallery-thumb .owl-nav .owl-prev:hover,article.type-post .gallery-thumb .owl-nav .owl-prev:hover,article.type-page .gallery-thumb .owl-nav .owl-next:hover,article.type-post .gallery-thumb .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}article.type-page .gallery-thumb .owl-nav .owl-prev:hover:before,article.type-post .gallery-thumb .owl-nav .owl-prev:hover:before,article.type-page .gallery-thumb .owl-nav .owl-next:hover:before,article.type-post .gallery-thumb .owl-nav .owl-next:hover:before{color:#fff;}article.type-page .gallery-thumb .owl-nav .owl-prev.disabled,article.type-post .gallery-thumb .owl-nav .owl-prev.disabled,article.type-page .gallery-thumb .owl-nav .owl-next.disabled,article.type-post .gallery-thumb .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}article.type-page .gallery-thumb .owl-nav .owl-prev.disabled:hover,article.type-post .gallery-thumb .owl-nav .owl-prev.disabled:hover,article.type-page .gallery-thumb .owl-nav .owl-next.disabled:hover,article.type-post .gallery-thumb .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}article.type-page .gallery-thumb .owl-nav .owl-prev,article.type-post .gallery-thumb .owl-nav .owl-prev{left:10px;}article.type-page .gallery-thumb .owl-nav .owl-prev:before,article.type-post .gallery-thumb .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}article.type-page .gallery-thumb .owl-nav .owl-next,article.type-post .gallery-thumb .owl-nav .owl-next{right:10px;left:auto;}article.type-page .gallery-thumb .owl-nav .owl-next:before,article.type-post .gallery-thumb .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}article.type-page .gallery-thumb .owl-nav,article.type-post .gallery-thumb .owl-nav{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:absolute;z-index:2;width:100%;height:40px;top:50%;margin-top:-20px;opacity:0;}article.type-page .gallery-thumb .owl-nav .owl-prev,article.type-post .gallery-thumb .owl-nav .owl-prev{left:15px;}article.type-page .gallery-thumb .owl-nav .owl-next,article.type-post .gallery-thumb .owl-nav .owl-next{right:15px;left:auto;}article.type-page .gallery-thumb:hover,article.type-post .gallery-thumb:hover{opacity:1;}body:not(.single-post) article.type-page .gallery-thumb .thumb-container,body:not(.single-post) article.type-post .gallery-thumb .thumb-container{position:relative;z-index:auto;}body:not(.single-post) article.type-page .gallery-thumb .thumb-container:before,body:not(.single-post) article.type-post .gallery-thumb .thumb-container:before{position:absolute;content:"";height:100%;width:100%;left:0px;top:0px;background:rgba(0, 0, 0, 0.2);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:1;}body:not(.single-post) article.type-page .gallery-thumb .thumb-container:hover:before,body:not(.single-post) article.type-post .gallery-thumb .thumb-container:hover:before{opacity:1;}article.type-page .link-info,article.type-post .link-info{padding:80px 30px;text-align:center;background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/global.png) #f5f5f5 no-repeat -10px 35%;position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}article.type-page .link-info a,article.type-post .link-info a{display:block;font-size:1.3846em;font-weight:bold;text-transform:uppercase;}article.type-page .quote-info,article.type-post .quote-info{padding:50px 35px 50px;background:#f5f5f5;text-align:center;font-size:1.1428em;position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}article.type-page .quote-info .quote-content,article.type-post .quote-info .quote-content{display:block;margin-bottom:20px;position:relative;font-style:italic;}article.type-page .quote-info .quote-content i,article.type-post .quote-info .quote-content i{margin:0 7px 0 0;position:relative;top:-2px;}article.type-page .quote-info .quote-author,article.type-post .quote-info .quote-author{display:inline-block;margin:0px;padding:0;font-weight:bold;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#666;position:relative;text-transform:uppercase;}article.type-page .post-thumb,article.type-post .post-thumb{position:relative;overflow:hidden;}body:not(.single-post) article.type-page .post-thumb a,body:not(.single-post) article.type-post .post-thumb a{display:inline-block;position:relative;}body:not(.single-post) article.type-page .post-thumb a:before,body:not(.single-post) article.type-post .post-thumb a:before{position:absolute;content:"";height:100%;width:100%;left:0px;top:0px;background:rgba(0, 0, 0, 0.2);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;z-index:1;}body:not(.single-post) article.type-page .post-thumb a:hover:before,body:not(.single-post) article.type-post .post-thumb a:hover:before{opacity:1;}body:not(.single-post) article.type-page:hover .post-thumb:before,body:not(.single-post) article.type-post:hover .post-thumb:before{opacity:0;-webkit-transform:scale(0);transform:scale(0);}body:not(.single-post) article.type-page:hover .gallery-thumb .owl-nav,body:not(.single-post) article.type-post:hover .gallery-thumb .owl-nav{opacity:1;}body:not(.single-post) article.type-page:hover .gallery-thumb .thumb-container:after,body:not(.single-post) article.type-post:hover .gallery-thumb .thumb-container:after{opacity:0;-webkit-transform:scale(0);transform:scale(0);}.blog-standard > article{margin-bottom:70px;}.blog-standard > article h3.post-title{margin:0 0 15px;font-size:1.8571em;}.blog-standard > article .gallery-thumb,.blog-standard > article .video-thumb,.blog-standard > article .audio-thumb,.blog-standard > article .post-thumb,.blog-standard > article .quote-info,.blog-standard > article .link-info{margin-bottom:20px;}.blog-standard > article .more-link{-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;border-radius:40px;padding:0 25px;height:40px;line-height:40px;text-transform:uppercase;display:table;margin:27px 0 0;font-weight:bold;color:#fff;border:1px solid #c74729;background:#c74729;}.blog-standard > article .more-link:hover{background:#333;color:#fff;border-color:#333;}.blog-list > article{margin-bottom:60px;}.blog-list > article .inner-post{*zoom:1;}.blog-list > article .inner-post:before,.blog-list > article .inner-post:after{content:" ";display:table;}.blog-list > article .inner-post:after{clear:both;}.blog-list > article .inner-post .part-left{float:left;width:50%;padding:0 15px 0 0;}.blog-list > article .inner-post .part-right{float:left;width:50%;padding:0 0 0 15px;}@media (max-width:767px){.blog-list > article .inner-post .part-left,.blog-list > article .inner-post .part-right{float:none;width:100%;padding:0 0;}}.blog-list > article h3.post-title{margin:0 0 15px;font-size:1.5em;}.blog-list > article .post-meta{margin:-3px 0 3px;}@media (min-width:1200px){.blog-list > article .gallery-thumb,.blog-list > article .video-thumb,.blog-list > article .audio-thumb,.blog-list > article .post-thumb,.blog-list > article .quote-info,.blog-list > article .link-info{margin-bottom:0px;}}.blog-list > article .link-info{padding:100px 10px;}.blog-list > article .more-link{-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;border-radius:40px;padding:0 27px;height:40px;line-height:40px;text-transform:uppercase;display:table;margin:25px 0 0;font-weight:bold;color:#fff;border:1px solid #c74729;background:#c74729;}.blog-list > article .more-link:hover{background:#333;color:#fff;border-color:#333;}.sns-grid-masonry{margin:0 -7.5px 55px;}.sns-grid-masonry article{margin-bottom:20px;text-align:center;}.sns-grid-masonry article .post-meta{display:inline-block;}.sns-grid-masonry article .gallery-thumb,.sns-grid-masonry article .video-thumb,.sns-grid-masonry article .audio-thumb,.sns-grid-masonry article .post-thumb,.sns-grid-masonry article .quote-info,.sns-grid-masonry article .link-info{margin:0 0;}.sns-grid-masonry article .post-content{padding:20px 15px 20px;border:1px solid #eaeaea;}.sns-grid-masonry article .post-meta{margin:0 0 -2px;}.sns-grid-masonry article h3.post-title{margin:0 0;font-size:1.1428em;}.sns-grid-masonry .sns-grid-item{width:33.33%;padding-right:10px;padding-left:10px;overflow:hidden;}@media (max-width:992px){.sns-grid-masonry .sns-grid-item{width:50%;}}@media (max-width:480px){.sns-grid-masonry .sns-grid-item{width:100%;}}body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-l-m .sns-grid-masonry .sns-grid-item{width:50%;}@media (max-width:480px){body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-l-m .sns-grid-masonry .sns-grid-item{width:100%;}}.sns-grid-masonry + .navigation{margin-top:10px;}body.single-post .post-content ul,body.single-post .post-content ol{line-height:1.9;}.single article.post{margin:0 0 80px;}.single article.post h1.post-title{margin:0 0 10px;font-size:2.3076em;line-height:1.1;}@media (max-width:991px){.single article.post h1.post-title{font-size:1.2em;}}.single article.post .post-meta{margin-bottom:25px;}.single article.post .gallery-thumb,.single article.post .video-thumb,.single article.post .audio-thumb,.single article.post .post-thumb,.single article.post .quote-info,.single article.post .link-info{margin-bottom:30px;}.single article.post .gallery-thumb .owl-nav{opacity:1;}.single article.post .post-content{margin-bottom:15px;}.single article.post .post-foot{*zoom:1;}.single article.post .post-foot:before,.single article.post .post-foot:after{content:" ";display:table;}.single article.post .post-foot:after{clear:both;}.single article.post .post-foot .post-share-block{float:right;height:40px;}.single article.post .post-foot .post-share-block .ssbp-wrap,.single article.post .post-foot .post-share-block .ssba-wrap{font-size:1em !important;}.single article.post .post-foot .post-share-block .ssbp-wrap .ssba-share-text,.single article.post .post-foot .post-share-block .ssba-wrap .ssba-share-text{font-size:1em;position:relative;color:#666;font-weight:bold;margin-right:0px;}.single article.post .post-foot .post-share-block .ssbp-wrap br,.single article.post .post-foot .post-share-block .ssba-wrap br{display:none;}.single article.post .post-foot .post-share-block .ssbp-wrap a,.single article.post .post-foot .post-share-block .ssba-wrap a{display:inline-block;width:32px !important;height:32px !important;line-height:32px !important;margin:0;text-align:center;border-radius:100%;}.single article.post .post-foot .post-share-block .ssbp-wrap a img,.single article.post .post-foot .post-share-block .ssba-wrap a img{padding:0 0 !important;width:100% !important;height:100% !important;}.single article.post .post-foot .post-share-block .ssbp-wrap a:before,.single article.post .post-foot .post-share-block .ssba-wrap a:before{font-size:14px !important;width:32px !important;height:32px !important;line-height:32px !important;}.single article.post .post-foot .tags-links{float:left;margin:0 0;}.single article.post .post-foot .tags-links .label-tag{float:left;margin:4px 10px 0 0;font-weight:bold;}.single article.post .post-foot .tags-links a{padding:4px 10px;background:#f5f5f5;display:inline-block;margin:0 10px 10px 0;float:left;color:#666;}.single article.post .post-foot .tags-links a:hover{background:#c74729;color:#fff;}@media (max-width:480px){.single article.post .post-foot .tags-links{float:none;display:block;margin:0 0;}}.single article.post .author-info{margin:70px 0 0;padding:20px;*zoom:1;border:1px solid #eaeaea;background:#f9f9f9;}.single article.post .author-info:before,.single article.post .author-info:after{content:" ";display:table;}.single article.post .author-info:after{clear:both;}.single article.post .author-info h4{margin:5px 0 10px;font-size:1em;color:#333;text-transform:uppercase;}.single article.post .author-info p.author-bio{margin-bottom:0;}.single article.post .author-info .author-avatar{float:left;margin:0 20px 0 0;border-radius:5px;overflow:hidden;}@media (max-width:767px){.single article.post .author-info .author-avatar{margin-right:15px;}}.single article.post .author-info .author-desc{display:block;}.single article.post .post-related{position:relative;margin:70px 0 0;padding-top:70px;border-top:1px solid #eaeaea;}.single article.post .post-related h2.related-title{padding:0 0;margin:0 0 15px;font-size:1.5714em;display:block;}.single article.post .post-related .related-content{margin:0 -15px;}.single article.post .post-related .item{padding:0 15px;}.single article.post .post-related .item .image{display:block;max-width:100%;position:relative;margin-bottom:20px;}.single article.post .post-related .item .image:before{content:"";position:absolute;background:rgba(199, 71, 41, 0.3);width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:0.25s ease-out;-o-transition:0.25s ease-out;transition:0.25s ease-out;}.single article.post .post-related .item .title{margin:0 0 10px;font-size:1em;text-transform:uppercase;}.single article.post .post-related .item:hover .image:before{opacity:1;}.single article.post .post-related .item .post-meta{margin-bottom:0px;}.single article.post .post-related .owl-nav .owl-prev,.single article.post .post-related .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.single article.post .post-related .owl-nav .owl-prev:before,.single article.post .post-related .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.single article.post .post-related .owl-nav .owl-prev:hover,.single article.post .post-related .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.single article.post .post-related .owl-nav .owl-prev:hover:before,.single article.post .post-related .owl-nav .owl-next:hover:before{color:#fff;}.single article.post .post-related .owl-nav .owl-prev.disabled,.single article.post .post-related .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.single article.post .post-related .owl-nav .owl-prev.disabled:hover,.single article.post .post-related .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.single article.post .post-related .owl-nav .owl-prev{left:10px;}.single article.post .post-related .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.single article.post .post-related .owl-nav .owl-next{right:10px;left:auto;}.single article.post .post-related .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.single article.post .post-related .owl-nav{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;visibility:none;opacity:0;}.single article.post .post-related .owl-nav .owl-prev{left:25px;}.single article.post .post-related .owl-nav .owl-next{left:auto;right:25px;}.single article.post .post-related:hover .owl-nav{opacity:1;visibility:visible;}.single article.post .post-navigation{*zoom:1;margin:30px 0 0;width:100%;padding-top:70px;border-top:1px solid #eaeaea;}.single article.post .post-navigation:before,.single article.post .post-navigation:after{content:" ";display:table;}.single article.post .post-navigation:after{clear:both;}.single article.post .post-navigation h2{display:none;}.single article.post .post-navigation .nav-next,.single article.post .post-navigation .nav-previous{float:left;text-align:right;padding:0 30px 0 0;width:50%;position:relative;}.single article.post .post-navigation .nav-next:before,.single article.post .post-navigation .nav-previous:before{position:absolute;content:"";height:100%;width:1px;top:0px;right:-0.5px;background-color:#eaeaea;}.single article.post .post-navigation .nav-next .nav-post-link,.single article.post .post-navigation .nav-previous .nav-post-link{position:relative;padding:0 0 0 20px;margin:0 0 5px;color:inherit;display:inline-block;}.single article.post .post-navigation .nav-next .nav-post-link a,.single article.post .post-navigation .nav-previous .nav-post-link a{color:#c74729;text-transform:uppercase;font-weight:bold;}.single article.post .post-navigation .nav-next .nav-post-link a:hover,.single article.post .post-navigation .nav-previous .nav-post-link a:hover{text-decoration:underline;}.single article.post .post-navigation .nav-next .nav-post-link:before,.single article.post .post-navigation .nav-previous .nav-post-link:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;font-size:14px;position:absolute;top:calc(50% - 7px);left:0px;color:inherit;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#c74729;}.single article.post .post-navigation .nav-next .nav-post-link .screen-reader-text,.single article.post .post-navigation .nav-previous .nav-post-link .screen-reader-text{text-transform:uppercase;}@media (max-width:991px){.single article.post .post-navigation .nav-next .nav-post-link .post-title,.single article.post .post-navigation .nav-previous .nav-post-link .post-title{display:none;}}.single article.post .post-navigation .nav-next .nav-post-title,.single article.post .post-navigation .nav-previous .nav-post-title{font-size:1em;font-weight:bold;text-transform:uppercase;}.single article.post .post-navigation .nav-next{float:right;text-align:left;padding:0 0 0 30px;}.single article.post .post-navigation .nav-next:before{right:auto;left:-0.5px;}.single article.post .post-navigation .nav-next .nav-post-link{padding:0 20px 0 0;}.single article.post .post-navigation .nav-next .nav-post-link:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;right:0px;left:auto;}.archive .format-status .post-title,.blog .format-status .post-title,.archive .format-aside .post-title,.blog .format-aside .post-title{display:none;}article.type-attachment h1.post-title{margin:0 0 30px;font-size:2em;text-transform:uppercase;}@media (max-width:991px){article.type-attachment h1.post-title{font-size:1.2em;}}article.type-attachment .more-link{margin:15px 0 0;display:inline-block;color:#fff;border:1px solid #c74729;background:#c74729;border-radius:0px;text-transform:none;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;font-weight:bold;position:relative;padding:0 0 0 18px;}article.type-attachment .more-link:before{position:absolute;left:-2px;top:5px;content:"\f178";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;}article.type-attachment .more-link:hover{background:#333;border-color:#c74729;color:#fff;}article.type-attachment .more-link:hover:before{left:0px;}article.type-attachment .more-link .meta-nav{display:none;}article.type-attachment .post-meta{display:block;margin:0 0 0px;*zoom:1;}article.type-attachment .post-meta:before,article.type-attachment .post-meta:after{content:" ";display:table;}article.type-attachment .post-meta:after{clear:both;}article.type-attachment .post-meta > span{padding-left:20px;margin-right:10px;position:relative;float:left;}article.type-attachment .post-meta > span:after{position:absolute;left:0px;top:11.5px;height:1px;width:10px;content:"";background:#666;}article.type-attachment .post-meta > span:first-child{padding-left:0px;}article.type-attachment .post-meta > span:first-child:after{display:none;}article.type-attachment .post-meta > span:last-child{margin-right:0px;}article.type-attachment .post-meta > span a{color:#666;}article.type-attachment .post-meta > span a:hover{color:#c74729;}article.type-attachment .post-meta a:hover{color:#c74729;text-decoration:underline;}article.type-attachment .post-meta a.author-link{color:#c74729;}article.type-attachment .post-meta a.author-link:hover{color:#c74729;text-decoration:underline;}article.type-attachment .post-meta .post-author a{color:#c74729;}article.type-attachment .post-meta .post-author a:hover{text-decoration:underline;}article.type-attachment .post-meta span.entry-date a{color:#c74729;}article.type-attachment .post-meta span.entry-date a:hover{text-decoration:underline;}article.type-attachment .post-meta span.edit-post a{color:#c74729;}article.type-attachment .post-meta span.edit-post a:hover{text-decoration:underline;}article.type-attachment .entry-caption{margin:10px 0 15px;}article.type-attachment .image-navigation{*zoom:1;margin:50px 0;width:100%;}article.type-attachment .image-navigation:before,article.type-attachment .image-navigation:after{content:" ";display:table;}article.type-attachment .image-navigation:after{clear:both;}article.type-attachment .image-navigation h2{display:none;}article.type-attachment .image-navigation .nav-next,article.type-attachment .image-navigation .nav-previous{float:left;text-align:right;padding:0 30px 0 0;width:50%;position:relative;}article.type-attachment .image-navigation .nav-next:before,article.type-attachment .image-navigation .nav-previous:before{position:absolute;content:"";height:100%;width:1px;top:0px;right:-0.5px;background-color:#eaeaea;}article.type-attachment .image-navigation .nav-next .nav-post-link,article.type-attachment .image-navigation .nav-previous .nav-post-link{position:relative;padding:0 0 0 16px;margin:0 0 10px;color:inherit;display:inline-block;}article.type-attachment .image-navigation .nav-next .nav-post-link a,article.type-attachment .image-navigation .nav-previous .nav-post-link a{color:#c74729;}article.type-attachment .image-navigation .nav-next .nav-post-link:before,article.type-attachment .image-navigation .nav-previous .nav-post-link:before{content:"\f100";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;font-size:13px;position:absolute;top:4px;left:0px;color:inherit;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#c74729;}article.type-attachment .image-navigation .nav-next .nav-post-link .screen-reader-text,article.type-attachment .image-navigation .nav-previous .nav-post-link .screen-reader-text{text-transform:uppercase;}@media (max-width:991px){article.type-attachment .image-navigation .nav-next .nav-post-link .post-title,article.type-attachment .image-navigation .nav-previous .nav-post-link .post-title{display:none;}}article.type-attachment .image-navigation .nav-next .nav-post-title,article.type-attachment .image-navigation .nav-previous .nav-post-title{text-transform:uppercase;font-weight:bold;}article.type-attachment .image-navigation .nav-next{float:right;text-align:left;padding:0 0 0 30px;}article.type-attachment .image-navigation .nav-next:before{right:auto;left:-0.5px;}article.type-attachment .image-navigation .nav-next .nav-post-link{padding:0 16px 0 0;}article.type-attachment .image-navigation .nav-next .nav-post-link:before{content:"\f101";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:13px;height:13px;text-align:center;line-height:13px;right:0px;left:auto;}.video-responsive{position:relative;padding-bottom:55.5%;overflow:hidden;padding-top:3px;height:0;}.video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video{width:100%;height:100%;position:absolute;left:0px;top:0px;}.audio-responsive{position:relative;padding-bottom:54.5%;padding-top:8px;height:0;}.audio-responsive embed,.audio-responsive iframe,.audio-responsive object,.audio-responsive audio{width:100%;height:100%;position:absolute;left:0px;top:0px;}.page.type-page .page-links{margin-bottom:15px;clear:left;font-weight:bold;}.page.type-page .page-links a{display:inline-block;padding:0 3px;margin:0 0 3px;}.woocommerce-pagination{margin:0;height:35px;}.woocommerce-pagination label{display:inline-block;float:left;margin:0 5px 0 0;}.woocommerce-pagination .page-numbers{margin:0px;list-style:none;padding:0;display:inline-block;height:35px;}.woocommerce-pagination .page-numbers li{display:inline-block;float:left;}.woocommerce-pagination .page-numbers li > span,.woocommerce-pagination .page-numbers li > a{text-align:center;margin:0 0 0 10px;padding:0;display:inline-block;height:35px;width:35px;line-height:35px;border:1px solid #eaeaea;border-radius:100%;color:#666;font-weight:bold;}.woocommerce-pagination .page-numbers li > span.next,.woocommerce-pagination .page-numbers li > a.next,.woocommerce-pagination .page-numbers li > span.prev,.woocommerce-pagination .page-numbers li > a.prev{position:relative;overflow:hidden;font-size:0px;text-align:center;}.woocommerce-pagination .page-numbers li > span.next:before,.woocommerce-pagination .page-numbers li > a.next:before,.woocommerce-pagination .page-numbers li > span.prev:before,.woocommerce-pagination .page-numbers li > a.prev:before{font-size:12px;}.woocommerce-pagination .page-numbers li > span.next:before,.woocommerce-pagination .page-numbers li > a.next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.woocommerce-pagination .page-numbers li > span.prev:before,.woocommerce-pagination .page-numbers li > a.prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.woocommerce-pagination .page-numbers li > span:hover,.woocommerce-pagination .page-numbers li > a:hover,.woocommerce-pagination .page-numbers li > span.current,.woocommerce-pagination .page-numbers li > a.current{background-color:#c74729;border-color:#c74729;color:#fff;}.woocommerce-pagination .page-numbers li:first-child > span,.woocommerce-pagination .page-numbers li:first-child > a{margin-left:0px;}.toolbar{padding:0;*zoom:1;}.toolbar:before,.toolbar:after{content:" ";display:table;}.toolbar:after{clear:both;}.toolbar.toolbar-top{margin:0 0 30px;border:1px solid #eaeaea;}.toolbar.toolbar-top .woocommerce-ordering{padding:15px 0 0 20px;}.toolbar.toolbar-top .woocommerce-pagination{float:right;padding:15px 20px 0 0;}@media (max-width:767px){.toolbar.toolbar-top .woocommerce-pagination{display:none;}}@media (max-width:767px){.toolbar + .woocommerce-result-count{display:none;}}.toolbar.toolbar-bottom{margin:30px 0 90px;padding:15px 20px;*zoom:1;border:1px solid #eaeaea;}.toolbar.toolbar-bottom:before,.toolbar.toolbar-bottom:after{content:" ";display:table;}.toolbar.toolbar-bottom:after{clear:both;}.toolbar.toolbar-bottom .woocommerce-result-count{float:left;margin-top:6px;}.toolbar.toolbar-bottom .woocommerce-pagination{float:right;}@media (max-width:767px){.toolbar.toolbar-bottom .woocommerce-pagination{float:left;*zoom:1;margin:10px 0 0;width:100%;height:auto;}.toolbar.toolbar-bottom .woocommerce-pagination:before,.toolbar.toolbar-bottom .woocommerce-pagination:after{content:" ";display:table;}.toolbar.toolbar-bottom .woocommerce-pagination:after{clear:both;}.toolbar.toolbar-bottom .woocommerce-pagination ul.page-numbers{height:auto;}.toolbar.toolbar-bottom .woocommerce-pagination ul.page-numbers li{margin-top:5px;margin-bottom:5px;}}.toolbar .mode-view{display:block;float:left;padding:0 0;margin-bottom:0px;}.toolbar .mode-view li{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;float:left;position:relative;}.toolbar .mode-view li.display-title{display:none;}.toolbar .mode-view li a{display:block;width:65px;height:65px;padding:0 0;text-align:center;line-height:65px;border-right:1px solid #eaeaea;}.toolbar .mode-view li a:before{display:inline-block;width:65px;height:65px;text-align:center;color:#666;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:20px;}.toolbar .mode-view li a.active:before,.toolbar .mode-view li a:hover:before{color:#c74729;}.toolbar .mode-view li a.grid:before{content:"\f00a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:65px;height:65px;text-align:center;line-height:65px;}.toolbar .mode-view li a.list:before{content:"\f00b";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:65px;height:65px;text-align:center;line-height:65px;}.toolbar .mode-view li a span{display:none;}.toolbar .woocommerce-ordering{display:block;float:left;padding:0 10px;text-align:left;margin:0 0;}@media (max-width:767px){.toolbar .woocommerce-ordering{display:none;}}.toolbar .woocommerce-ordering label{margin:0 5px 0 0;}.toolbar .woocommerce-ordering .orderby-wrap{position:relative;margin:0;padding:0px;-webkit-transition:all 0.2 ease-in;-o-transition:all 0.2 ease-in;transition:all 0.2 ease-in;display:inline-block;line-height:28px;}.toolbar .woocommerce-ordering .orderby-wrap select.orderby{border:none;appearance:none;-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0px 10px;background:#fff;min-width:170px;border:1px solid #ebebeb;height:44px;line-height:44px;}.toolbar .woocommerce-ordering .orderby-wrap:hover,.toolbar .woocommerce-ordering .orderby-wrap:focus{border-color:#ccc;}.toolbar .woocommerce-ordering .orderby-wrap:before{position:absolute;content:'';height:5px;width:9px;right:10px;top:12px;background:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/ico-drop.png) no-repeat left top;}.toolbar .nbrItemPage .select select,.toolbar .nbrItemPage .selector1 select{width:65px;}.toolbar .woocommerce-result-count{display:inline-block;margin:0;float:right;padding:0 0;}.toolbar .woocommerce-pagination{margin:0;}.toolbar .product-count{display:none !important;}.toolbar .showall{display:none;}#sns_woo_list.yith-wcan-loading{background:none;position:relative;height:auto;opacity:0.4;min-height:300px;padding-bottom:50px;}#sns_woo_list.yith-wcan-loading:before{position:absolute;left:50%;top:50px;margin:0 0 0 -20px;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:40px;color:#000;z-index:2;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.sns-woocommerce-page .woo-page-title-wrap{padding:0 15px;}.sns-woocommerce-page .woo-page-title-wrap .page-title{margin-bottom:23px;text-transform:capitalize;display:inline-block;font-size:2em;font-weight:bold;}.sns-woocommerce-page .woo-page-title-wrap .count_products{color:#c74729;}.listing-product-wrap .page-title{line-height:1.1;}.listing-product-wrap .prdlist-content{margin:0 0;}.sub-cats{padding:0 0;margin:0 -15px 20px;list-style:none;*zoom:1;}.sub-cats:before,.sub-cats:after{content:" ";display:table;}.sub-cats:after{clear:both;}.sub-cats li.product-category{padding:0 15px;width:25%;float:left;}@media (max-width:1199px){.sub-cats li.product-category{width:33.33%;}}@media (max-width:480px){.sub-cats li.product-category{width:50%;}}.sub-cats li.product-category .woocommerce-loop-category__title{font-size:1em;margin:10px 0 30px;color:inherit;}.sub-cats li.product-category .woocommerce-loop-category__title mark{background:none;color:inherit;}.cat-slideshow{margin-bottom:90px;}.term-description{margin-bottom:90px;}.cate-img{text-align:center;margin-bottom:90px;}.product_list.grid{margin-left:0px;margin-right:0px;}.listing-product-main .product_list.grid{margin:0 0;}.product_list.grid .block-product-inner{position:relative;}.product_list.grid .block-product-inner .onsale{position:absolute;bottom:20px;left:20px;z-index:1;color:#fff;font-size:12px;height:35px;line-height:35px;width:35px;text-align:center;background:#fe5d5d;padding:0 5px;border-radius:100%;}.product_list.grid .block-product-inner .after-product-image{position:absolute;right:10px;top:10px;width:20px;}.product_list.grid .block-product-inner .after-product-image .ico-excerpt{font-size:16px;height:20px;width:20px;line-height:20px;text-align:center;display:inline-block;cursor:pointer;position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;color:#666;}.product_list.grid .block-product-inner .after-product-image .ico-excerpt:hover{color:#c74729;}.product_list.grid .block-product-inner .after-product-image .clear{display:none !important;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist{position:relative;overflow:hidden;margin:0 0;height:20px;width:20px;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show{display:block !important;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .ajax-loading{position:absolute;margin:0 0;width:20px !important;height:20px !important;border:none;border-radius:20px;left:0px !important;top:0px !important;overflow:hidden;background:#c74729;opacity:1;cursor:wait;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:14px;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist a:before{content:"\f004";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;color:#666;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist a:hover:before{color:#c74729;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{height:20px;width:20px;}.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f004";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;color:#c74729;}.product_list.grid .block-product-inner .sort-desc{position:absolute;left:0px;top:0px;padding:30px 0 30px;width:100%;color:#fff;background:rgba(199, 71, 41, 0.9);opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;height:100%;}.product_list.grid .block-product-inner .sort-desc > *{overflow:hidden;max-height:100%;}.product_list.grid .block-product-inner .sort-desc > * > p{margin:0 20px;}.product_list.grid .block-product-inner .sort-desc > * > ol,.product_list.grid .block-product-inner .sort-desc > * > ul{margin:0 15px 0 5px;}.product_list.grid .block-product-inner .item-img a.product-image{display:block;position:relative;padding:0 0 8px;background:#fff;}.product_list.grid .block-product-inner .item-img a.product-image img{margin:0 auto;}.product_list.grid .block-product-inner .item-img.show-desc .sort-desc{z-index:2;opacity:1;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .item-img.show-desc .after-product-image .ico-excerpt{z-index:2;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .item-img.show-desc .after-product-image .ico-excerpt:hover{color:#333;}.product_list.grid .block-product-inner .item-info{padding:0 0 22px;margin:0 20px;position:relative;overflow:hidden;}.product_list.grid .block-product-inner .item-info .item-content{position:relative;}.product_list.grid .block-product-inner .item-info .item-content .star-rating{margin:0 0 10px;opacity:1;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .item-info .item-content h2,.product_list.grid .block-product-inner .item-info .item-content h3{margin:0 0 15px;font-size:1em;font-weight:500;text-transform:none;}@media (max-width:992px){.product_list.grid .block-product-inner .item-info .item-content h2,.product_list.grid .block-product-inner .item-info .item-content h3{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}}.product_list.grid .block-product-inner .item-info .item-content .price{display:block;opacity:1;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .item-info .buttons-action{position:absolute;height:50px;width:100%;left:0;bottom:20px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;text-align:center;opacity:0;visibility:hidden;-webkit-transform:scale(0.8);transform:scale(0.8);}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart,.product_list.grid .block-product-inner .item-info .buttons-action .compare,.product_list.grid .block-product-inner .item-info .buttons-action .button{font-size:0px !important;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:relative;background-color:#c74729;border:1px solid #c74729;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare:before,.product_list.grid .block-product-inner .item-info .buttons-action .button:before{position:absolute;left:0px;top:0px;font-size:14px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:hover,.product_list.grid .block-product-inner .item-info .buttons-action .compare:hover,.product_list.grid .block-product-inner .item-info .buttons-action .button:hover{border-color:#333;background:#333;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .button:hover:before{color:#fff;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button:before{content:"\f07a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.loading,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.loading,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.loading,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.loading{background:#333;border-color:#333;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.loading:before{position:absolute;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;font-size:14px;z-index:1;color:#fff;cursor:wait;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.added,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.added,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.added,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.added{display:none;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart i,.product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart i,.product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart i{display:none;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:hover{background:#333;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:hover:before{color:#fff;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.compare:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.compare:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.compare:before{content:"\f079";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .buttons-action .button.yith-wcqv-button:before{content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}@media (max-width:992px){.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.yith-wcqv-button,.product_list.grid .block-product-inner .item-info .buttons-action .compare.yith-wcqv-button,.product_list.grid .block-product-inner .item-info .buttons-action .button.yith-wcqv-button{display:none !important;}}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#333 !important;color:#fff;opacity:1 !important;width:38px !important;height:38px !important;line-height:38px !important;cursor:wait;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.product_list.grid .block-product-inner .item-info .buttons-action .show{display:block !important;}.product_list.grid .block-product-inner .item-info .buttons-action .clear{display:none !important;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist{position:relative;margin:0 0;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading{position:absolute;margin:0 0;width:38px !important;height:38px !important;border:none;border-radius:0px;left:0px !important;top:0px !important;overflow:hidden;background:#333;opacity:1;cursor:wait;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:14px;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:before{content:"\f08a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist,.product_list.grid .block-product-inner .item-info .buttons-action .compare,.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcqv-button{display:block;}.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap:hover a.added{background:#c74729;color:#fff;}.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap:hover a.added:before{background:#c74729;color:#fff;}@media (max-width:991px){.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcqv-button{display:none;}}.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show{display:block !important;}.product_list.grid .block-product-inner .item-info .buttons-action > *{height:40px;width:40px;display:inline-block !important;margin:0 2.5px !important;}.product_list.grid .block-product-inner:hover .after-product-image .yith-wcwl-add-to-wishlist{opacity:1;}.product_list.grid .block-product-inner:hover .item-info .item-content .star-rating,.product_list.grid .block-product-inner:hover .item-info .item-content .price{opacity:0;}.product_list.grid .block-product-inner:hover .item-info .buttons-action{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1);}.product_list.grid > div.clearfix{padding:0;margin:0 0;position:static;float:none;min-height:0px !important;}.before-toolbar-top{*zoom:1;margin-bottom:25px;}.before-toolbar-top:before,.before-toolbar-top:after{content:" ";display:table;}.before-toolbar-top:after{clear:both;}.before-toolbar-top .page-title{float:left;margin:0 0;text-transform:uppercase;}.before-toolbar-top .woocommerce-result-count{float:right;margin:5px 0 0;}.after-toolbar-top{*zoom:1;margin-bottom:10px;}.after-toolbar-top:before,.after-toolbar-top:after{content:" ";display:table;}.after-toolbar-top:after{clear:both;}.after-toolbar-top .filter-widgets{float:left;}.after-toolbar-top .filter-widgets .widget{*zoom:1;padding:0 0;margin:0 0 20px;position:relative;float:left;}.after-toolbar-top .filter-widgets .widget:before,.after-toolbar-top .filter-widgets .widget:after{content:" ";display:table;}.after-toolbar-top .filter-widgets .widget:after{clear:both;}.after-toolbar-top .filter-widgets .widget .widget-title{display:inline-block;border:1px solid #eaeaea;background:#f5f5f5;border-radius:5px;padding:0 28px 0 15px;height:40px;line-height:38px;margin:0 20px 0 0;font-size:1em;text-transform:uppercase;cursor:pointer;position:relative;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.after-toolbar-top .filter-widgets .widget .widget-title:before{content:"\f107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:14px;height:14px;text-align:center;line-height:14px;top:12px;right:10px;position:absolute;}.after-toolbar-top .filter-widgets .widget > ul,.after-toolbar-top .filter-widgets .widget > div,.after-toolbar-top .filter-widgets .widget > form{visibility:hidden;opacity:0;width:280px;background:#fff;position:absolute;top:47px;z-index:2;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;padding:25px;border:1px solid #c74729;border-radius:5px;margin:0 0;box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}.after-toolbar-top .filter-widgets .widget > ul:after,.after-toolbar-top .filter-widgets .widget > div:after,.after-toolbar-top .filter-widgets .widget > form:after{content:"";width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #c74729 transparent;display:block;position:absolute;left:20px;top:-8px;}.after-toolbar-top .filter-widgets .widget:hover .widget-title{border-color:#c74729;color:#c74729;background:transparent;}.after-toolbar-top .filter-widgets .widget:hover > ul,.after-toolbar-top .filter-widgets .widget:hover > div,.after-toolbar-top .filter-widgets .widget:hover > form{visibility:visible;opacity:1;}.after-toolbar-top .filter-widgets .widget.active .widget-title,.after-toolbar-top .filter-widgets .widget.yith-woo-ajax-reset-navigation .widget-title{border-color:#c74729;color:#c74729;background:transparent;}.after-toolbar-top .filter-widgets .widget.active a.button,.after-toolbar-top .filter-widgets .widget.yith-woo-ajax-reset-navigation a.button{margin-bottom:0px;}.prdlist-content{margin-left:-5px;}#sns_woo_list.grid[data-grid="3"] > div.product{width:33.3333%;}@media (min-width:1199px){#sns_woo_list.grid[data-grid="3"] > div.product:nth-of-type(3n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){#sns_woo_list.grid[data-grid="3"] > div.product{width:33.3333%;}}@media (min-width:768px) and (max-width:991px){#sns_woo_list.grid[data-grid="3"] > div.product{width:33.3333%;}}@media (min-width:480px) and (max-width:767px){#sns_woo_list.grid[data-grid="3"] > div.product{width:50%;clear:none;}#sns_woo_list.grid[data-grid="3"] > div.product:nth-of-type(2n+1){clear:left;}}@media (max-width:767px){#sns_woo_list.grid[data-grid="3"] > div.product{width:50%;}}@media (max-width:480px){#sns_woo_list.grid[data-grid="3"] > div.product{width:100%;}}#sns_woo_list.grid[data-grid="4"] > div.product{width:25%;}@media (min-width:1199px){#sns_woo_list.grid[data-grid="4"] > div.product:nth-of-type(4n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){#sns_woo_list.grid[data-grid="4"] > div.product{width:33.3333%;}}@media (min-width:768px) and (max-width:991px){#sns_woo_list.grid[data-grid="4"] > div.product{width:33.3333%;}}@media (max-width:767px){#sns_woo_list.grid[data-grid="4"] > div.product{width:33.3333%;}}@media (max-width:480px){#sns_woo_list.grid[data-grid="4"] > div.product{width:50%;clear:none;}#sns_woo_list.grid[data-grid="4"] > div.product:nth-of-type(2n+1){clear:left;}}#sns_woo_list.grid[data-grid="5"] > div.product{width:20%;}@media (min-width:1199px){#sns_woo_list.grid[data-grid="5"] > div.product:nth-of-type(5n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){#sns_woo_list.grid[data-grid="5"] > div.product{width:25%;}}@media (min-width:768px) and (max-width:991px){#sns_woo_list.grid[data-grid="5"] > div.product{width:33.3333%;}}@media (max-width:767px){#sns_woo_list.grid[data-grid="5"] > div.product{width:33.3333%;}}@media (max-width:480px){#sns_woo_list.grid[data-grid="5"] > div.product{width:50%;clear:none;}#sns_woo_list.grid[data-grid="5"] > div.product:nth-of-type(2n+1){clear:left;}}#sns_woo_list.grid[data-grid="6"] > div.product{width:16.6666%;}@media (min-width:1199px){#sns_woo_list.grid[data-grid="6"] > div.product:nth-of-type(6n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){#sns_woo_list.grid[data-grid="6"] > div.product{width:33.3333%;}}@media (min-width:768px) and (max-width:991px){#sns_woo_list.grid[data-grid="6"] > div.product{width:33.3333%;}}@media (min-width:480px) and (max-width:767px){#sns_woo_list.grid[data-grid="6"] > div.product{width:50%;clear:none;}#sns_woo_list.grid[data-grid="6"] > div.product:nth-of-type(2n+1){clear:left;}}@media (max-width:767px){#sns_woo_list.grid[data-grid="6"] > div.product{width:50%;}}@media (max-width:480px){#sns_woo_list.grid[data-grid="6"] > div.product{width:100%;}}#sns_woo_list.grid[data-grid="7"] > div.product{width:14.2857%;}@media (min-width:1199px){#sns_woo_list.grid[data-grid="7"] > div.product:nth-of-type(7n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){#sns_woo_list.grid[data-grid="7"] > div.product{width:33.3333%;}}@media (min-width:768px) and (max-width:991px){#sns_woo_list.grid[data-grid="7"] > div.product{width:33.3333%;}}@media (min-width:480px) and (max-width:767px){#sns_woo_list.grid[data-grid="7"] > div.product{width:50%;clear:none;}#sns_woo_list.grid[data-grid="7"] > div.product:nth-of-type(2n+1){clear:left;}}@media (max-width:767px){#sns_woo_list.grid[data-grid="7"] > div.product{width:50%;}}@media (max-width:480px){#sns_woo_list.grid[data-grid="7"] > div.product{width:100%;}}#sns_woo_list .block-product-inner .item-info .item-content .price{font-size:1.1428em;}#sns_woo_list .block-product-inner .item-info .item-content .product-type-variable .price{font-size:1.1428em;}.product_list{list-style:none;padding:0;}.product_list .ajax_block_product{position:relative;}.product_list .availability span{display:inline-block;color:;font-weight:bold;padding:3px 8px 4px 8px;margin-bottom:20px;}.product_list .availability span.available-now{background:#55c65e;border:1px solid #36943e;}.product_list .availability span.out-of-stock{background:#fe9126;border:1px solid #e4752b;}.product_list .color-list-container{margin-bottom:12px;}.product_list .color-list-container ul li{display:inline-block;border:1px solid #eaeaea;width:26px;height:26px;}.product_list .color-list-container ul li a{display:block;width:22px;height:22px;margin:1px;}.product_list .color-list-container ul li a img{display:block;width:22px;height:22px;}.product_list .comments_note{text-align:left;overflow:hidden;}.product_list .comments_note .star_content{float:left;}.product_list .comments_note .nb-comments{overflow:hidden;font-style:italic;}.product_list > div.clear{width:100% !important;padding:0 !important;margin:0 !important;}.product_list.grid .list-view{display:none;}@media (min-width:1200px){.product_list.grid > .col-lg-2_4{width:20%;}}@media (max-width:480px){.product_list.grid > .col-phone-6:nth-of-type(2n+1){clear:left;}}@media (max-width:767px){.product_list.grid > .col-xs-6:nth-of-type(2n+1){clear:left;}}@media (min-width:768px) and (max-width:991px){.product_list.grid > .col-sm-6:nth-of-type(2n+1){clear:left;}.product_list.grid > .col-sm-4:nth-of-type(3n+1){clear:left;}.product_list.grid > .col-sm-3:nth-of-type(4n+1){clear:left;}}@media (min-width:992px) and (max-width:1199px){.product_list.grid > .col-md-4:nth-of-type(3n+1){clear:left;}.product_list.grid > .col-md-3:nth-of-type(4n+1){clear:left;}}@media (min-width:1199px){.product_list.grid > .col-lg-2_4:nth-of-type(5n+1){clear:left;}}.woo_grid_spacing .product_list.grid{border:none;}.product_list.grid div.product{padding:0;float:left;position:relative;box-shadow:0 0 0 1px #eaeaea;background:#fff;}.product_list.grid div.product .thumbnails-wrap{margin:20px -6px 0px;}.product_list.grid div.product .thumbnails-wrap .thumb-item{width:25%;padding:0 6px;display:inline-block;position:relative;cursor:pointer;}.product_list.grid div.product .thumbnails-wrap .thumb-item .inner{border-radius:5px;overflow:hidden;border:1px solid #eaeaea;}.product_list.grid div.product .thumbnails-wrap .thumb-item.active .inner{border-color:#c74729;border-width:2px;}.product_list.grid div.product .thumbnails-wrap .thumb-item.active:after{content:"";width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #c74729 transparent;position:absolute;top:-8px;right:50%;margin:0 -8px;-webkit-transition:0.25s ease-out 0s;-o-transition:0.25s ease-out 0s;transition:0.25s ease-out 0s;}@media (max-width:767px){.product_list.grid div.product .thumbnails-wrap{margin-left:15px;margin-right:15px;}.product_list.grid div.product .thumbnails-wrap .thumb-item{padding:0 3px;}}.product_list.grid.owl-carousel{padding:1px 2px 2px 6px;overflow:hidden;}.product_list.grid.owl-carousel.owl-loaded .owl-stage-outer{overflow:visible;}.product_list.grid.owl-carousel .owl-nav .owl-prev,.product_list.grid.owl-carousel .owl-nav .owl-next{width:40px;height:40px;border-radius:100%;border:1px solid #c74729;background:#c74729;text-align:center;position:absolute;font-size:0px;top:calc(50% - 20px);cursor:pointer;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid.owl-carousel .owl-nav .owl-prev:before,.product_list.grid.owl-carousel .owl-nav .owl-next:before{font-size:14px;color:#fff;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.grid.owl-carousel .owl-nav .owl-prev:hover,.product_list.grid.owl-carousel .owl-nav .owl-next:hover{border-color:#333;background-color:#333;}.product_list.grid.owl-carousel .owl-nav .owl-prev:hover:before,.product_list.grid.owl-carousel .owl-nav .owl-next:hover:before{color:#fff;}.product_list.grid.owl-carousel .owl-nav .owl-prev.disabled,.product_list.grid.owl-carousel .owl-nav .owl-next.disabled{opacity:0.6;display:inline-block;}.product_list.grid.owl-carousel .owl-nav .owl-prev.disabled:hover,.product_list.grid.owl-carousel .owl-nav .owl-next.disabled:hover{cursor:not-allowed;}.product_list.grid.owl-carousel .owl-nav .owl-prev{left:10px;}.product_list.grid.owl-carousel .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid.owl-carousel .owl-nav .owl-next{right:10px;left:auto;}.product_list.grid.owl-carousel .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.grid.owl-carousel .owl-nav{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;visibility:none;opacity:0;}.product_list.grid.owl-carousel .owl-nav .owl-prev{left:14px;}.product_list.grid.owl-carousel .owl-nav .owl-next{left:auto;right:10px;}.product_list.grid.owl-carousel:hover .owl-nav{opacity:1;visibility:visible;}.product_list.grid .owl-item .product{width:100%;}.product_list.grid .owl-item:not(.active) .product{box-shadow:none;opacity:0.2;visibility:hidden;}.product_list.grid .owl-item.active .product{box-shadow:0 0 0 1px #eaeaea;opacity:1;visibility:visible;}.product_list.grid .owl-item.active .product .block-product-inner .item-img a.product-image{background:#fff;}.product_list.list{margin:0;border-right:none;}.product_list.list .grid-view{display:none;}.product_list.list > div.product{width:100%;}.product_list.list > div.product:after{display:none;}.product_list.list > div.product .product-inner{border:1px solid #eaeaea;border-top:none;padding:0;position:relative;}.product_list.list > div.product:first-child .product-inner{border-top:1px solid #eaeaea;}.product_list.list > div.product .item-img{display:table-cell;vertical-align:top;float:left;margin:0 10px 0 0;max-width:235px;position:relative;}.product_list.list > div.product .item-img img{-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;}.product_list.list > div.product .item-img .onsale{position:absolute;bottom:20px;left:20px;z-index:1;color:#fff;font-size:12px;height:35px;line-height:35px;width:35px;text-align:center;background:#fe5d5d;padding:0 5px;border-radius:100%;}@media (max-width:767px){.product_list.list > div.product .item-img{margin:0;}}@media (max-width:480px){.product_list.list > div.product .item-img{float:none;text-align:center;width:100%;margin:0 auto;display:block;}}.product_list.list > div.product .item-img .clear{display:none !important;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist{overflow:hidden;position:absolute;top:15px;right:15px;margin:0 0;height:20px;width:20px;opacity:0;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show{display:block !important;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .ajax-loading{position:absolute;margin:0 0;width:20px !important;height:20px !important;border:none;border-radius:0px;left:0px !important;top:0px !important;overflow:hidden;background:#c74729;opacity:1;cursor:wait;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:16px;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist a:before{content:"\f004";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;color:#666;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist a:hover:before{color:#c74729;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{height:20px;width:20px;}.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f004";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;color:#c74729;}.product_list.list > div.product .product-shop{display:block;padding:0 10px 0 0;*zoom:1;}.product_list.list > div.product .product-shop:before,.product_list.list > div.product .product-shop:after{content:" ";display:table;}.product_list.list > div.product .product-shop:after{clear:both;}@media (max-width:767px){.product_list.list > div.product .product-shop{padding:10px 20px;}}.product_list.list > div.product .product-shop .item-title{padding:0 0;margin:30px 0 18px;font-weight:inherit;font-size:1.1428em;line-height:1.1;}.product_list.list > div.product .product-shop .woocommerce-product-details__short-description{display:block;}.product_list.list > div.product .product-shop .woocommerce-product-details__short-description p{margin-bottom:10px;}.product_list.list > div.product .product-shop .woocommerce-product-details__short-description ol,.product_list.list > div.product .product-shop .woocommerce-product-details__short-description ul{margin-bottom:10px;position:relative;left:13px;}.product_list.list > div.product .product-shop .star-rating{margin:0 0 15px;float:none;display:block;}.product_list.list > div.product .product-shop .price{display:inline-block;margin:0 0 10px;font-size:1.1428em;}.product_list.list > div.product .product-shop .product-type-variable .price{font-size:1.1428em;}.product_list.list > div.product .product-shop .prd-buttons{padding:8px 0 30px;*zoom:1;}.product_list.list > div.product .product-shop .prd-buttons:before,.product_list.list > div.product .product-shop .prd-buttons:after{content:" ";display:table;}.product_list.list > div.product .product-shop .prd-buttons:after{clear:both;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart,.product_list.list > div.product .product-shop .prd-buttons .compare,.product_list.list > div.product .product-shop .prd-buttons .button{font-size:0px !important;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:relative;background-color:#c74729;border:1px solid #c74729;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .compare:before,.product_list.list > div.product .product-shop .prd-buttons .button:before{position:absolute;left:0px;top:0px;font-size:14px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:hover,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart:hover,.product_list.list > div.product .product-shop .prd-buttons .compare:hover,.product_list.list > div.product .product-shop .prd-buttons .button:hover{border-color:#333;background:#333;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:hover:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart:hover:before,.product_list.list > div.product .product-shop .prd-buttons .compare:hover:before,.product_list.list > div.product .product-shop .prd-buttons .button:hover:before{color:#fff;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable:before,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable:before,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple:before,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple:before,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped:before,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped:before,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external:before,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external:before,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_external:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button:before,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button:before,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button:before{content:"\f07a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.loading,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.loading,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.loading,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.loading,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.loading,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.loading,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.loading,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.loading,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.loading,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.loading,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.loading,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.loading,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.loading{background:#333;border-color:#333;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.loading:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.loading:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.loading:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.loading:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.loading:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.loading:before,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.loading:before,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.loading:before{position:absolute;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;font-size:14px;z-index:1;color:#fff;cursor:wait;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.added,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.added,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.added,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.added,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.added,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.added,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.added,.product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.added,.product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.added,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.added,.product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.added,.product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.added,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.added,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.added,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.added,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.added,.product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.added,.product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.added{display:none;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart i,.product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart i,.product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart i{display:none;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:before,.product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:hover,.product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:hover,.product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:hover{background:#333;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:hover:before,.product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:hover:before,.product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:hover:before{color:#fff;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.compare:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.compare:before,.product_list.list > div.product .product-shop .prd-buttons .compare.compare:before,.product_list.list > div.product .product-shop .prd-buttons .button.compare:before{content:"\f079";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.yith-wcqv-button:before,.product_list.list > div.product .product-shop .prd-buttons .compare.yith-wcqv-button:before,.product_list.list > div.product .product-shop .prd-buttons .button.yith-wcqv-button:before{content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}@media (max-width:992px){.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.yith-wcqv-button,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart.yith-wcqv-button,.product_list.list > div.product .product-shop .prd-buttons .compare.yith-wcqv-button,.product_list.list > div.product .product-shop .prd-buttons .button.yith-wcqv-button{display:none !important;}}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay,.product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay,.product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#333 !important;color:#fff;opacity:1 !important;width:38px !important;height:38px !important;line-height:38px !important;cursor:wait;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay:before,.product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay:before,.product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay:after,.product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay:after,.product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.product_list.list > div.product .product-shop .prd-buttons .show{display:block !important;}.product_list.list > div.product .product-shop .prd-buttons .clear{display:none !important;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist{position:relative;margin:0 0;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .ajax-loading{position:absolute;margin:0 0;width:38px !important;height:38px !important;border:none;border-radius:0px;left:0px !important;top:0px !important;overflow:hidden;background:#333;opacity:1;cursor:wait;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:14px;background:transparent;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:before{content:"\f08a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.product_list.list > div.product .product-shop .prd-buttons .cart-wrap,.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist,.product_list.list > div.product .product-shop .prd-buttons .compare,.product_list.list > div.product .product-shop .prd-buttons .yith-wcqv-button{display:block;}.product_list.list > div.product .product-shop .prd-buttons .cart-wrap:hover a.added{background:#c74729;color:#fff;}.product_list.list > div.product .product-shop .prd-buttons .cart-wrap:hover a.added:before{background:#c74729;color:#fff;}@media (max-width:992px){.product_list.list > div.product .product-shop .prd-buttons .yith-wcqv-button{display:none !important;}}.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show{display:block !important;}.product_list.list > div.product .product-shop .prd-buttons > *{height:40px;width:40px;display:inline-block !important;margin-left:10px !important;float:left;}.product_list.list > div.product .product-shop .prd-buttons > *:first-child{margin-left:0px !important;}.product_list.list > div.product:hover .item-img .yith-wcwl-add-to-wishlist{opacity:1;}.horizontal-filter{*zoom:1;border:1px solid #eaeaea;border-top:none;padding:30px 15px 0;display:none;}.horizontal-filter:before,.horizontal-filter:after{content:" ";display:table;}.horizontal-filter:after{clear:both;}.horizontal-filter .widget{border:none;padding:0 15px;margin-bottom:25px;}body.single-product #sns_content > .container{width:100% !important;padding:0 0;}body.single-product #sns_content > .container > .row{margin-right:0px;margin-left:0px;}body.single-product #sns_content > .container > .row .sns-main.col-md-12{padding-right:0px;padding-left:0px;}body.product-bg-box-1 #sns_breadcrumbs{background:#f5f5f5;}body.product-bg-box-1 .second_block{padding:50px 0 70px;background:#f5f5f5;}body.product-bg-box-1 .product-main-content{padding:70px 0;background:#fff;}body.product-bg-box-1 .product-bottom{margin-bottom:20px;}body.product-bg-box-2 .second_block{padding:50px 0 70px;background:#fff;}body.product-bg-box-2 .product-main-content{padding:70px 0;margin-bottom:70px;background:#f5f5f5;}body.product-bg-box-2 .product-bottom{margin-bottom:20px;}@media (max-width:767px){.woocommerce .entry-img{padding-bottom:30px;}}.woocommerce .entry-img .images{position:relative;border:1px solid transparent;overflow:hidden;}.woocommerce .entry-img .images.loaded{border-color:#eaeaea;}.woocommerce .entry-img .images .img{padding:0 0;background:#fff;}.woocommerce .entry-img .images .popup-image{position:absolute;right:20px;bottom:20px;z-index:1;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;height:40px;width:40px;}.woocommerce .entry-img .images .popup-image:before{content:"\f065";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;position:absolute;font-size:20px;color:#666;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce .entry-img .images .popup-image:hover{border-color:#c74729;background-color:#c74729;}.woocommerce .entry-img .images .popup-image:hover:before{color:#fff;}.woocommerce .entry-img .images .popup-video{position:absolute;right:70px;bottom:20px;z-index:1;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:5px;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;height:40px;width:40px;}.woocommerce .entry-img .images .popup-video:before{content:"\f03d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;position:absolute;font-size:20px;color:#666;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce .entry-img .images .popup-video:hover{border-color:#c74729;background-color:#c74729;}.woocommerce .entry-img .images .popup-video:hover:before{color:#fff;}.woocommerce .entry-img .thumbnails{margin:20px 95px 0;}.woocommerce .entry-img .thumbnails .img{position:relative;cursor:pointer;padding:0 0;border:1px solid #eaeaea;background:#fff;margin:0 7.5px;overflow:hidden;}.woocommerce .entry-img .thumbnails .img:before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background:rgba(199, 71, 41, 0.05);opacity:0;}.woocommerce .entry-img .thumbnails .img img{max-width:100%;}.woocommerce .entry-img .thumbnails .selected .img{border-color:#c74729;}.woocommerce .entry-img .thumbnails .selected .img:before{opacity:1;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next,.woocommerce .entry-img .thumbnails .owl-nav .owl-prev{position:absolute;overflow:hidden;font-size:0px;text-align:center;height:40px;width:40px;background:#c74729;border:1px solid #c74729;border-radius:100%;left:-45px;top:50%;margin:-20px 0 0;text-align:left;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next:before,.woocommerce .entry-img .thumbnails .owl-nav .owl-prev:before{font-size:14px;color:#fff;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next:hover,.woocommerce .entry-img .thumbnails .owl-nav .owl-prev:hover{border-color:#333;background-color:#333;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next:hover:before,.woocommerce .entry-img .thumbnails .owl-nav .owl-prev:hover:before{color:#fff;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next{left:auto;right:-45px;text-align:right;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}.woocommerce .entry-img .thumbnails .owl-nav .owl-prev:before{content:"\f060";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}@media (max-width:1199px){.woocommerce .entry-img .thumbnails{margin:20px 60px 0;}.woocommerce .entry-img .thumbnails .img{margin:0 5px;}}@media (max-width:992px){.woocommerce .entry-img .thumbnails{margin:20px 15px 0;}.woocommerce .entry-img .thumbnails .img{margin:0 5px;}.woocommerce .entry-img .thumbnails .owl-nav .owl-next{left:auto;right:10px;}.woocommerce .entry-img .thumbnails .owl-nav .owl-prev{left:10px;}}@media (max-width:767px){.woocommerce .entry-img .thumbnails{margin:20px -5px 0;}}.woocommerce .product.type-product.product-type-grouped .entry-summary .compare,.woocommerce .product.type-product.product-type-variable .entry-summary .compare,.woocommerce .product.type-product.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist,.woocommerce .product.type-product.product-type-variable .entry-summary .yith-wcwl-add-to-wishlist{opacity:0;}.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart{width:100%;margin-right:0px;margin-bottom:35px;float:none;}.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .compare,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart .compare,.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .yith-wcwl-add-to-wishlist,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart .yith-wcwl-add-to-wishlist{opacity:1;margin:0 10px 0 0;}.woocommerce .product.type-product.product-type-grouped .entry-summary .stock,.woocommerce .product.type-product.product-type-variable .entry-summary .stock{margin:5px 0 10px;}.woocommerce .product.type-product.product-type-grouped .woocommerce-product-details__short-description{border:none;}.woocommerce .product.type-product.product-type-grouped form.cart table{margin-bottom:35px;}.woocommerce .product.type-product.product-type-grouped .entry-summary .stock{margin:5px 0 0;font-size:0.7857em !important;}.woocommerce .variations-product-wrap{margin:5px 0 0;}.woocommerce .variations-product-wrap .variable-item{display:inline-block;}.woocommerce .variations-product-wrap .variable-item .option{display:inline-block;cursor:pointer;float:left;}.woocommerce .variations-product-wrap .variable-item .option:first-child{margin-left:0;}.woocommerce .variations-product-wrap .variable-item .option span{display:block;}.woocommerce .variations-product-wrap .variable-item .option.color{margin:0 1px;padding:3px;border:1px solid transparent;float:left;}.woocommerce .variations-product-wrap .variable-item .option.color span{width:12px;height:12px;}.woocommerce .variations-product-wrap .variable-item .option.color:hover,.woocommerce .variations-product-wrap .variable-item .option.color.active{border:1px solid #6a6a6a;}.woocommerce .variations-product-wrap .variable-item .option:hover,.woocommerce .variations-product-wrap .variable-item .option.active{border-color:#6a6a6a;}.woocommerce .woocommerce-product-rating .woocommerce-review-link{color:#999;}.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover{color:#c74729;}.woocommerce .entry-img{position:relative;}.woocommerce .entry-img .onsale{position:absolute;top:25px;right:25px;z-index:1;color:#fff;font-size:12px;height:30px;line-height:30px;background:#fe5d5d;padding:0 15px;border-radius:15px;}.woocommerce .entry-img .onsale{position:absolute;top:20px;right:35px;left:auto;z-index:2;}.woocommerce .entry-summary .product_title{font-size:2em;margin-bottom:25px;color:#333;line-height:1.1;}.woocommerce .entry-summary p.price{margin:0 0 25px;padding:0 0;display:block;line-height:1;font-size:1.7142em;}.woocommerce .entry-summary .woocommerce-product-rating{margin:0 0 15px;}.woocommerce .entry-summary .woocommerce-product-rating .star-rating{margin:0 8px 0 0;position:relative !important;}.woocommerce .entry-summary .woocommerce-product-details__short-description{margin-bottom:25px;}.woocommerce .entry-summary .woocommerce-product-details__short-description p{margin-bottom:10px;}.woocommerce .entry-summary .woocommerce-product-details__short-description ol,.woocommerce .entry-summary .woocommerce-product-details__short-description ul{margin-bottom:10px;padding-left:15px;}.woocommerce .entry-summary .time-count-down{margin:30px 0 20px;}.woocommerce .entry-summary .time-count-down .offer-label{display:block;font-size:1.1428em;color:#333;margin:0 0 5px;}.woocommerce .entry-summary .time-count-down .clock-digi{overflow:hidden;display:block;}.woocommerce .entry-summary .time-count-down .clock-digi > div{display:inline-block;float:left;padding:0;margin-left:20px;text-align:center;position:relative;line-height:1.3;}.woocommerce .entry-summary .time-count-down .clock-digi > div > div{display:block;padding:5px 15px;border-radius:5px;background:#eaeaea;color:#333;font-size:2em;text-transform:none;}@media (max-width:767px){.woocommerce .entry-summary .time-count-down .clock-digi > div > div{font-size:1.1428em;padding:3px 10px;}}.woocommerce .entry-summary .time-count-down .clock-digi > div > div:before{position:absolute;content:":";left:-14px;top:4px;font-size:1em;}.woocommerce .entry-summary .time-count-down .clock-digi > div:first-child{margin-left:0px;}.woocommerce .entry-summary .time-count-down .clock-digi > div:first-child > div:before{display:none;}.woocommerce .entry-summary .stock{font-size:1em !important;margin-bottom:10px;position:relative;color:#21be02 !important;padding-left:5px;}.woocommerce .entry-summary .stock:before{content:"\f058";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'14px';height:'14px';text-align:center;line-height:'14px';position:relative;left:-5px;}.woocommerce .entry-summary .stock.out-of-stock{color:#fdc240 !important;}.woocommerce .entry-summary .stock.out-of-stock:before{content:"\f057";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:'14px';height:'14px';text-align:center;line-height:'14px';}.woocommerce .entry-summary .cart{margin:0 0 10px;padding:0;float:left;}@media (max-width:992px){.woocommerce .entry-summary .cart{float:none;}}.woocommerce .entry-summary .cart .reset_variations{margin:0 0 0 15px;}.woocommerce .entry-summary .cart label{float:left;margin:0 10px 0 0;color:#666;line-height:42px;}.woocommerce .entry-summary .cart label a{font-size:1em;width:100%;}.woocommerce .entry-summary .cart .quantity{margin-right:10px;float:left;border:1px solid #eaeaea;background:#fff;border-radius:0;padding:0 0;}.woocommerce .entry-summary .cart .quantity label.screen-reader-text{color:#333;line-height:44px;display:none;}.woocommerce .entry-summary .cart .quantity .qty{border:none;padding:11px 10px;height:44px;min-width:70px;}.woocommerce .entry-summary .cart .single_add_to_cart_button{position:relative;border:none;width:auto;background:#c74729;color:#fff;border-radius:44px;margin:0 10px 0 0;padding:0px 25px;height:44px;line-height:44px;font-size:1em;font-weight:bold;text-align:center;display:inline-block;text-transform:uppercase;}.woocommerce .entry-summary .cart .single_add_to_cart_button:before{content:"\f07a";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;text-align:center;line-height:20px;font-size:16px;text-indent:-8px;}.woocommerce .entry-summary .cart .single_add_to_cart_button:hover{background-color:#333;}.woocommerce .entry-summary .cart .added_to_cart{display:none !important;}.woocommerce .entry-summary .cart .show{display:inline-block !important;}@media (max-width:992px){.woocommerce .entry-summary .cart .single_variation_wrap{*zoom:1;}.woocommerce .entry-summary .cart .single_variation_wrap:before,.woocommerce .entry-summary .cart .single_variation_wrap:after{content:" ";display:table;}.woocommerce .entry-summary .cart .single_variation_wrap:after{clear:both;}}.woocommerce .entry-summary .cart .single_variation_wrap .single_variation{margin:0 0 15px;}.woocommerce .entry-summary .cart .single_variation_wrap .single_variation .price{padding:0 0;margin:0 0;border:none;line-height:1;font-size:1.7142em;}@media (max-width:992px){.woocommerce .entry-summary .cart .quantity,.woocommerce .entry-summary .cart .single_add_to_cart_button{margin-bottom:15px;}}.woocommerce .entry-summary .compare{display:inline-block;font-size:0px;padding:0;width:44px !important;height:44px !important;border:1px solid #eaeaea;border-radius:44px;position:relative;vertical-align:top;background:#fff;}.woocommerce .entry-summary .compare:before{content:"\f079";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:42px;height:42px;text-align:center;line-height:42px;position:absolute;left:0px;top:0px;font-size:16px;color:#666;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce .entry-summary .compare .blockUI.blockOverlay{opacity:1 !important;background:transparent !important;}.woocommerce .entry-summary .compare .blockUI.blockOverlay:before{width:26px;height:26px;line-height:26px;left:8px;top:50%;margin-top:-13px;background:#fff;color:#333;position:absolute;text-align:center;font-size:16px;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;}.woocommerce .entry-summary .compare:hover{border-color:#c74729;background-color:#c74729;color:#fff;}.woocommerce .entry-summary .compare:hover a{color:#fff;}.woocommerce .entry-summary .compare:hover:before{color:#fff;}.woocommerce .entry-summary .compare:hover .blockUI.blockOverlay:before{background:#c74729 !important;color:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist{display:inline-block;margin:0 10px 0 0;position:relative;float:left;height:44px;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{height:44px;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .feedback{display:none !important;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading{background:#fff;opacity:1;cursor:wait;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;width:44px !important;height:44px !important;border:1px solid #eaeaea;border-radius:44px;position:absolute;left:0px;top:0px;margin:0 0;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading:before{position:absolute;left:0px;top:0px;font-size:16px;background:transparent;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:42px;height:42px;text-align:center;line-height:42px;z-index:1;color:#333;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a{display:inline-block;font-size:0px;padding:0;width:44px !important;height:44px !important;line-height:44px !important;border:1px solid #eaeaea;border-radius:44px;position:relative;vertical-align:top;background:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a:before{content:"\f004";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:42px;height:42px;text-align:center;line-height:42px;line-height:inherit;position:absolute;left:0px;top:0px;font-size:16px;color:#666;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading{background:#c74729;border-color:#c74729;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading:before{color:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a{border-color:#c74729;background-color:#c74729;color:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a a{color:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a:before{color:#fff;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:44px;height:44px;text-align:center;line-height:44px;}.woocommerce .entry-summary .yith-wcwl-add-to-wishlist + .clear{display:none !important;}.woocommerce .entry-summary .show{display:inline-block !important;}.woocommerce .entry-summary .product_meta{*zoom:1;padding:25px 0 0;margin:25px 0 0;border-top:1px solid #eaeaea;}.woocommerce .entry-summary .product_meta:before,.woocommerce .entry-summary .product_meta:after{content:" ";display:table;}.woocommerce .entry-summary .product_meta:after{clear:both;}.woocommerce .entry-summary .product_meta .sku_wrapper,.woocommerce .entry-summary .product_meta .tagged_as,.woocommerce .entry-summary .product_meta .posted_in{*zoom:1;color:#333;font-weight:bold;display:block;}.woocommerce .entry-summary .product_meta .sku_wrapper:before,.woocommerce .entry-summary .product_meta .tagged_as:before,.woocommerce .entry-summary .product_meta .posted_in:before,.woocommerce .entry-summary .product_meta .sku_wrapper:after,.woocommerce .entry-summary .product_meta .tagged_as:after,.woocommerce .entry-summary .product_meta .posted_in:after{content:" ";display:table;}.woocommerce .entry-summary .product_meta .sku_wrapper:after,.woocommerce .entry-summary .product_meta .tagged_as:after,.woocommerce .entry-summary .product_meta .posted_in:after{clear:both;}.woocommerce .entry-summary .product_meta .sku_wrapper > *,.woocommerce .entry-summary .product_meta .tagged_as > *,.woocommerce .entry-summary .product_meta .posted_in > *{color:#666;font-weight:500;}.woocommerce .entry-summary .product_meta .sku_wrapper a,.woocommerce .entry-summary .product_meta .tagged_as a,.woocommerce .entry-summary .product_meta .posted_in a{color:#333;}.woocommerce .entry-summary .product_meta .sku_wrapper a:hover,.woocommerce .entry-summary .product_meta .tagged_as a:hover,.woocommerce .entry-summary .product_meta .posted_in a:hover{color:#c74729;}.woocommerce .entry-summary .post-share-block{margin-top:25px;}.woocommerce .entry-summary .widget .widget-title{font-size:180%;}.woocommerce #cboxOverlay{background:rgba(0, 0, 0, 0.4) !important;}.woocommerce #yith-quick-view-modal .yith-wcqv-main{box-shadow:0 0 0 10px rgba(0, 0, 0, 0.3);}.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close{top:10px;right:10px;display:block;width:20px;height:20px;line-height:18px;text-align:center;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;border:1px solid #666;color:#666;overflow:hidden;background-color:#fff;padding:0 0;opacity:1;}.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:hover{color:#c74729;border-color:#c74729;}.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:before{content:"\f00d";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:18px;height:18px;text-align:center;line-height:18px;height:100%;width:100%;}.woocommerce #yith-quick-view-modal .yith-quick-view-overlay{background:rgba(0, 0, 0, 0.4);}.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper{padding:0 0;max-height:580px;}.woocommerce #yith-quick-view-content .entry-img{width:45%;float:left;padding:25px 15px 25px 25px;}.woocommerce #yith-quick-view-content .entry-img .onsale{top:40px;right:35px;left:auto;}.woocommerce #yith-quick-view-content .entry-img div.images{width:100%;float:none;}.woocommerce #yith-quick-view-content .summary{width:55%;padding:25px 25px 25px 15px;}.woocommerce #yith-quick-view-content .summary p.cart,.woocommerce #yith-quick-view-content .summary form.cart{float:none;}.woocommerce #yith-quick-view-content .gallery_type_h .entry-img .thumbnails{margin:20px 60px 0;}.woocommerce #yith-quick-view-content .gallery_type_h .entry-img .thumbnails .img{margin:0 5px;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img{width:55%;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails{width:70px;margin:-5px 20px 0 0;float:left;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .img{margin:5px 0;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-prev,.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-next{height:30px;width:30px;bottom:-35px;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-prev:before,.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-next:before{height:28px;width:28px;line-height:28px;}.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .images{width:calc(100% - 90px);float:right;}.woocommerce #yith-quick-view-content .gallery_type_v .summary{width:45%;}@media (max-width:767px){.woocommerce .yith-wcqv-button{display:none !important;}}.woocommerce .gallery_type_v .entry-img{*zoom:1;}.woocommerce .gallery_type_v .entry-img:before,.woocommerce .gallery_type_v .entry-img:after{content:" ";display:table;}.woocommerce .gallery_type_v .entry-img:after{clear:both;}@media (max-width:480px){.woocommerce .gallery_type_v .entry-img{width:100%;}}@media (max-width:480px){.woocommerce .gallery_type_v .summary{width:100%;}}.woocommerce .gallery_type_v .images{width:calc(100% - 100px);float:right;}.woocommerce .gallery_type_v .images .product-images{visibility:hidden;opacity:0;}.woocommerce .gallery_type_v .images .product-images.slick-slider{visibility:visible;opacity:1;}.woocommerce .gallery_type_v .images .img{position:relative;}@media (max-width:1199px){.woocommerce .gallery_type_v .images{width:calc(100% - 65px);}}.woocommerce .gallery_type_v .thumbnails{width:80px;margin:-5px 20px 0 0;float:left;}.woocommerce .gallery_type_v .thumbnails .product-thumbs{visibility:hidden;opacity:0;}.woocommerce .gallery_type_v .thumbnails .product-thumbs.slick-slider{visibility:visible;opacity:1;}.woocommerce .gallery_type_v .thumbnails .img{margin:5px 0;border:1px solid #eaeaea;}.woocommerce .gallery_type_v .thumbnails .img.slick-current{border-color:#c74729;}.woocommerce .gallery_type_v .thumbnails .img.slick-current:before{opacity:1;}.woocommerce .gallery_type_v .thumbnails .slick-prev,.woocommerce .gallery_type_v .thumbnails .slick-next{position:absolute;overflow:hidden;font-size:0px;text-align:center;height:35px;width:35px;text-align:center;padding:0 0;border-radius:4px;background:#fff;border:1px solid #eaeaea;left:0;margin:0 0;bottom:-40px;visibility:hidden;opacity:0;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;z-index:1;}.woocommerce .gallery_type_v .thumbnails .slick-prev:before,.woocommerce .gallery_type_v .thumbnails .slick-next:before{font-size:12px;color:#666;}.woocommerce .gallery_type_v .thumbnails .slick-prev:hover,.woocommerce .gallery_type_v .thumbnails .slick-next:hover{background:#c74729;border-color:#c74729;}.woocommerce .gallery_type_v .thumbnails .slick-prev:hover:before,.woocommerce .gallery_type_v .thumbnails .slick-next:hover:before{color:#fff;}.woocommerce .gallery_type_v .thumbnails .slick-prev.slick-disabled,.woocommerce .gallery_type_v .thumbnails .slick-next.slick-disabled{cursor:not-allowed;opacity:0.8;}@media (max-width:1199px){.woocommerce .gallery_type_v .thumbnails .slick-prev,.woocommerce .gallery_type_v .thumbnails .slick-next{display:none !important;}}.woocommerce .gallery_type_v .thumbnails .slick-next{right:0px;left:auto;}.woocommerce .gallery_type_v .thumbnails .slick-next:before{content:"\f063";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.woocommerce .gallery_type_v .thumbnails .slick-prev:before{content:"\f062";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:33px;height:33px;text-align:center;line-height:33px;}.woocommerce .gallery_type_v .thumbnails:hover .slick-prev,.woocommerce .gallery_type_v .thumbnails:hover .slick-next{visibility:visible;opacity:1;}@media (max-width:1199px){.woocommerce .gallery_type_v .thumbnails{width:55px;margin:-5px 10px 0 0;}.woocommerce .gallery_type_v .thumbnails .img{margin:5px 0;}.woocommerce .gallery_type_v .thumbnails .slick-next{top:auto;bottom:10px;}.woocommerce .gallery_type_v .thumbnails .slick-prev{top:10px;}}#sns_tab_informations{margin:0 0;}#sns_tab_informations .tab-heading{*zoom:1;border-bottom:1px solid #eaeaea;padding-bottom:15px;}#sns_tab_informations .tab-heading:before,#sns_tab_informations .tab-heading:after{content:" ";display:table;}#sns_tab_informations .tab-heading:after{clear:both;}#sns_tab_informations ul.nav-tabs{*zoom:1;margin:0;padding:0;list-style:none;position:relative;z-index:1;border-bottom:none;}#sns_tab_informations ul.nav-tabs:before,#sns_tab_informations ul.nav-tabs:after{content:" ";display:table;}#sns_tab_informations ul.nav-tabs:after{clear:both;}#sns_tab_informations ul.nav-tabs > li{display:block;margin:0;float:left;padding:0 17px;}#sns_tab_informations ul.nav-tabs > li:first-child,#sns_tab_informations ul.nav-tabs > li.tabdrop + li{padding-left:0px;}#sns_tab_informations ul.nav-tabs > li:first-child > a,#sns_tab_informations ul.nav-tabs > li.tabdrop + li > a{margin-left:0;}#sns_tab_informations ul.nav-tabs > li.active > a,#sns_tab_informations ul.nav-tabs > li:hover > a{color:#c74729;}#sns_tab_informations ul.nav-tabs > li.tabdrop > a i{padding-left:10px;}#sns_tab_informations ul.nav-tabs > li > a{font-weight:bold;font-size:1.1428em;text-transform:uppercase;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:relative;background:transparent;background:none;border:none;display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;position:relative;}#sns_tab_informations ul.nav-tabs .dropdown{cursor:pointer;}#sns_tab_informations ul.nav-tabs .dropdown a{cursor:pointer;}#sns_tab_informations ul.nav-tabs .dropdown:not(.active) a{margin:0 0;}#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu{padding:0 0;}#sns_tab_informations .tab-content{padding:30px 0 0px;position:relative;margin:0;overflow:hidden;}#sns_tab_informations .tab-content #comments > h2,#sns_tab_informations .tab-content > div > h2,#sns_tab_informations .tab-content #comments > h3,#sns_tab_informations .tab-content > div > h3,#sns_tab_informations .tab-content #comments > h4,#sns_tab_informations .tab-content > div > h4,#sns_tab_informations .tab-content #comments > h5,#sns_tab_informations .tab-content > div > h5,#sns_tab_informations .tab-content #comments > h6,#sns_tab_informations .tab-content > div > h6{text-transform:none;margin-top:0;font-weight:bold;color:#333;margin-bottom:15px;text-transform:uppercase;}#sns_tab_informations .tab-content #comments > h2,#sns_tab_informations .tab-content > div > h2{font-size:1.1428em;display:none;}#sns_tab_informations .tab-content #comments > h3,#sns_tab_informations .tab-content > div > h3{font-size:1.0714em;}#sns_tab_informations .tab-content #comments > h4,#sns_tab_informations .tab-content > div > h4,#sns_tab_informations .tab-content #comments > h5,#sns_tab_informations .tab-content > div > h5,#sns_tab_informations .tab-content #comments > h6,#sns_tab_informations .tab-content > div > h6{font-size:1em;}#sns_tab_informations .tab-content #tab-description{-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}#sns_tab_informations .tab-content #tab-description .wpb_content_element,#sns_tab_informations .tab-content #tab-description p{margin-bottom:15px;}#sns_tab_informations .tab-content #tab-description .wpb_content_element:last-child,#sns_tab_informations .tab-content #tab-description p:last-child{margin:0;}#sns_tab_informations .tab-content #tab-description .wpb_single_image{margin-bottom:20px;padding-top:5px;}#sns_tab_informations .tab-content #tab-description .wpb_single_image:last-child{margin:0;}#sns_tab_informations .tab-content #tab-description > ul{padding-left:12px;margin:15px 0;}#sns_tab_informations .tab-content #reviews h2:first-child{margin-bottom:20px;}#sns_tab_informations .tab-content #reviews h3:first-child{margin-bottom:10px;}#sns_tab_informations .tab-content #reviews #comments{margin-bottom:10px;}#sns_tab_informations .tab-content #reviews #comments img.avatar{border-radius:100%;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers{margin:15px 0 0;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers li:first-child > *{margin-left:0px;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a{text-align:center;margin:0 5px;padding:0 0;display:inline-block;font-weight:bold;width:40px;height:40px;line-height:40px;border:1px solid #666;border-radius:5px;float:left;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a:hover{background-color:#c74729 !important;border-color:#c74729;color:#fff;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers span.current{text-align:center;margin:0 5px;padding:0 0;display:inline-block;font-weight:bold;width:40px;height:40px;line-height:40px;border:1px solid #c74729;border-radius:5px;background-color:#c74729 !important;color:#fff;float:left;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next,#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev{position:relative;overflow:hidden;font-size:0px;text-align:center;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before,#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before{font-size:16px;margin-top:0px;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before{content:"\f105";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before{content:"\f104";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px;height:38px;text-align:center;line-height:38px;}#sns_tab_informations .tab-content #reviews #review_form_wrapper #reply-title{margin:0 0 15px;font-weight:bold;font-size:1.1428em;color:#333;display:block;}#sns_tab_informations #tab-sns_prod_custom_tab .widget-title{padding:0;}#sns_tab_informations #tab-sns_prod_custom_tab .widget-title:after,#sns_tab_informations #tab-sns_prod_custom_tab .widget-title:before{display:none;}.upsells,.cross-sells,.related{position:relative;*zoom:1;margin:0 0 70px;}.upsells:before,.cross-sells:before,.related:before,.upsells:after,.cross-sells:after,.related:after{content:" ";display:table;}.upsells:after,.cross-sells:after,.related:after{clear:both;}.upsells > h2,.cross-sells > h2,.related > h2{margin:0 0 20px;font-size:1.1428em;font-weight:bold;text-transform:uppercase;color:#333;overflow:hidden;line-height:1.1;}.upsells .prdlist-content .product_list,.cross-sells .prdlist-content .product_list,.related .prdlist-content .product_list{margin:0 0;opacity:0;}.upsells .prdlist-content .product_list.owl-loaded,.cross-sells .prdlist-content .product_list.owl-loaded,.related .prdlist-content .product_list.owl-loaded{opacity:1;}.upsells .prdlist-content .product_list .product,.cross-sells .prdlist-content .product_list .product,.related .prdlist-content .product_list .product{float:left;}.upsells .prdlist-content .product_list .owl-item,.cross-sells .prdlist-content .product_list .owl-item,.related .prdlist-content .product_list .owl-item{float:left;}.upsells .prdlist-content .product_list .owl-item .product,.cross-sells .prdlist-content .product_list .owl-item .product,.related .prdlist-content .product_list .owl-item .product{float:none;}.upsells-list h2{font-size:1.5em;color:#333;text-transform:none;font-weight:bold;display:block;padding:0 0;margin:0 0 25px;line-height:1.1;}.upsells-list h2 > span{display:inline-block;position:relative;}.upsells-list .product{padding:10px 0 0;margin-top:10px;}.upsells-list .product:first-child{margin-top:0px;padding-top:0px;}.upsells-list .list-view{*zoom:1;width:100%;}.upsells-list .list-view:before,.upsells-list .list-view:after{content:" ";display:table;}.upsells-list .list-view:after{clear:both;}.upsells-list .list-view .item-img{float:left;display:inline-block;margin:0 0px 0 0;position:relative;}.upsells-list .list-view .item-img .product-image{display:block;position:relative;position:relative;}.upsells-list .list-view .item-img .yith-wcqv-button{font-size:0px;padding:0;width:40px;height:40px;border:none;border-radius:100%;display:block;vertical-align:top;z-index:1;overflow:hidden;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;-webkit-transform:scale(0);transform:scale(0);background:#c74729;}.upsells-list .list-view .item-img .yith-wcqv-button:before{position:absolute;left:0px;top:0px;content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;font-size:13px;color:#fff;background-color:transparent;-webkit-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}.upsells-list .list-view .item-img .yith-wcqv-button:hover{background:#333;}.upsells-list .list-view .item-img .yith-wcqv-button:hover:before{color:#fff;}.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay{position:absolute;top:0px !important;left:0px !important;overflow:hidden;background:#c74729 !important;color:#fff;opacity:1 !important;width:40px !important;height:40px !important;line-height:40px !important;cursor:wait;}.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after{color:#fff;font-size:14px;cursor:wait;}.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before{content:"\f110";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:40px;height:40px;text-align:center;line-height:40px;z-index:1;color:#fff;-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;-o-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;}@media (max-width:992px){.upsells-list .list-view .item-img .yith-wcqv-button{display:none !important;}}.upsells-list .list-view .item-info .item-title{font-size:1em;font-weight:500;margin:-3px 0 10px;}.upsells-list .list-view .item-info .star-rating{float:none;display:block;margin:0 0 10px;}.upsells-list .list-view:hover .item-img .yith-wcqv-button{-webkit-transform:scale(1);transform:scale(1);}.yith-wcwl-share{margin:0 0 10px;}.item-animate{opacity:0;position:relative;}.play .item-animate{opacity:1;animation-play-state:running;-moz-animation-play-state:running;-webkit-animation-play-state:running;-o-animation-play-state:running;-ms-animation-play-state:running;}.fadeIn.play .item-animate{-webkit-animation:fadeIn 300ms ease both;-o-animation:fadeIn 300ms ease both;animation:fadeIn 300ms ease both;}.fadeInDown.play .item-animate{-webkit-animation:fadeInDown 300ms ease both;-o-animation:fadeInDown 300ms ease both;animation:fadeInDown 300ms ease both;}.fadeInUp.play .item-animate{-webkit-animation:fadeInUp 300ms ease both;-o-animation:fadeInUp 300ms ease both;animation:fadeInUp 300ms ease both;}.fadeInRight.play .item-animate{-webkit-animation:fadeInRight 300ms ease both;-o-animation:fadeInRight 300ms ease both;animation:fadeInRight 300ms ease both;}.fadeInLeft.play .item-animate{-webkit-animation:fadeInLeft 300ms ease both;-o-animation:fadeInLeft 300ms ease both;animation:fadeInLeft 300ms ease both;}.zoomIn.play .item-animate{-webkit-animation:zoomIn 300ms ease both;-o-animation:zoomIn 300ms ease both;animation:zoomIn 300ms ease both;}.zoomInLeft.play .item-animate{-webkit-animation:zoomInLeft 300ms ease both;-o-animation:zoomInLeft 300ms ease both;animation:zoomInLeft 300ms ease both;}.zoomInRight.play .item-animate{-webkit-animation:zoomInRight 300ms ease both;-o-animation:zoomInRight 300ms ease both;animation:zoomInRight 300ms ease both;}.zoomInUp.play .item-animate{-webkit-animation:zoomInUp 300ms ease both;-o-animation:zoomInUp 300ms ease both;animation:zoomInUp 300ms ease both;}.zoomInDown.play .item-animate{-webkit-animation:zoomInDown 300ms ease both;-o-animation:zoomInDown 300ms ease both;animation:zoomInDown 300ms ease both;}.bounceIn.play .item-animate{-webkit-animation:bounceIn 300ms ease both;-o-animation:bounceIn 300ms ease both;animation:bounceIn 300ms ease both;}.bounceInRight.play .item-animate{-webkit-animation:bounceInRight 300ms ease both;-o-animation:bounceInRight 300ms ease both;animation:bounceInRight 300ms ease both;}.bounceInLeft.play .item-animate{-webkit-animation:bounceInLeft 300ms ease both;-o-animation:bounceInLeft 300ms ease both;animation:bounceInLeft 300ms ease both;}.bounceInUp.play .item-animate{-webkit-animation:bounceInUp 300ms ease both;-o-animation:bounceInUp 300ms ease both;animation:bounceInUp 300ms ease both;}.bounceInDown.play .item-animate{-webkit-animation:bounceInDown 300ms ease both;-o-animation:bounceInDown 300ms ease both;animation:bounceInDown 300ms ease both;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations{margin:0 0 25px;padding:0 0;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label{padding:0 0;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label label{font-weight:bold;text-transform:uppercase;color:#333;margin:0 0 6px;float:none;line-height:normal;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value{padding:0 0;margin-bottom:10px;border:none;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:last-child{margin-bottom:5px;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value select{margin-bottom:10px;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .sellect-wrap{display:inline-block;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option{margin-right:10px;border:1px solid #eaeaea;cursor:pointer;display:inline-block;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option span{display:block;text-align:center;height:25px;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text{margin-bottom:5px;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text span{margin:0;padding:2px 10px;background:#fff;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover,.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected{border-color:#c74729;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover span,.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected span{background:#c74729;color:#fff;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color{margin-right:5px;float:left;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color span{margin:4px;width:30px;height:35px;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image{border-color:#eaeaea;position:relative;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image:before{position:absolute;content:"";height:100%;width:100%;left:0;top:0;background:rgba(199, 71, 41, 0.05);opacity:0;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image span{margin:0px;width:60px;height:70px;background-size:cover;background-position:center center;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected{border-color:#c74729;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected:before{opacity:1;}.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations{margin:0 0 0 10px;}#sns_cpanel{position:fixed;top:0px;left:-300px;width:300px;height:100%;z-index:999;background:#fff;padding:30px 0;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;}body.admin-bar #sns_cpanel{top:32px;height:calc(100% - 32px);}@media (max-width:992px){body.admin-bar #sns_cpanel{top:46px;height:calc(100% - 46px);}}@media (max-width:480px){body.admin-bar #sns_cpanel{top:0px;height:100%;}}@media (max-width:767px){#sns_cpanel{display:none;}}#sns_cpanel + .overlay{content:"";display:none;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:998;background:rgba(0, 0, 0, 0.5);-webkit-transition:none;-o-transition:none;transition:none;cursor:e-resize;cursor:url(//www.colorandinafoods.com.br/blog/wp-content/themes/mbstore/assets/img/close-white.png), auto;}#sns_cpanel.open{left:0px;box-shadow:0 0 6px rgba(0, 0, 0, 0.4);}#sns_cpanel.open #sns_cpanel_btn{box-shadow:none;opacity:0.2;}#sns_cpanel.open + .overlay{display:block;}#sns_cpanel #sns_cpanel_btn{position:absolute;right:-44px;top:calc(50% - 44px);background:#f9f9f9;text-align:center;border-radius:0 5px 5px 0;box-shadow:0 0 5px rgba(0, 0, 0, 0.2);}#sns_cpanel #sns_cpanel_btn a{display:block;width:44px;height:44px;line-height:44px;cursor:pointer;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;border-top:1px solid #eaeaea;}#sns_cpanel #sns_cpanel_btn a:first-child{border-top:none;}#sns_cpanel #sns_cpanel_btn a i{font-size:18px;line-height:46px;color:#82b440;margin:0 0;}#sns_cpanel #sns_cpanel_btn a img{max-width:20px;margin:0 auto;}#sns_cpanel .cpanel-set{*zoom:1;padding:0 15px;height:100%;overflow-y:scroll;}#sns_cpanel .cpanel-set:before,#sns_cpanel .cpanel-set:after{content:" ";display:table;}#sns_cpanel .cpanel-set:after{clear:both;}#sns_cpanel .cpanel-set i.fa{margin-right:8px;}#sns_cpanel .cpanel-set .envato-buy{margin-bottom:15px;display:block;}#sns_cpanel .cpanel-set .envato-buy a{background:#82b440;color:#fff;padding:12px 30px;text-align:center;text-transform:uppercase;display:block;border-radius:4px;font-weight:bold;}#sns_cpanel .cpanel-set .envato-buy a:hover{background:#7aa93c;color:#fff;text-decoration:none;}#sns_cpanel .cpanel-set .qr-code{display:block;margin-bottom:30px;padding:20px 20px 10px;background-color:#f1f1f1;text-align:center;text-transform:uppercase;}#sns_cpanel .cpanel-set .qr-code p{margin-bottom:5px;}#sns_cpanel .cpanel-set .demos h4{text-transform:uppercase;}#sns_cpanel .cpanel-set .demos .demo{margin-bottom:10px;}#sns_cpanel .cpanel-set .demos .demo a{display:block;}#sns_cpanel .cpanel-set .demos .demo a img{margin-bottom:3px;}#sns_cpanel .cpanel-set .demos .demo a span{font-size:12px;text-transform:uppercase;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;}#sns_cpanel .cpanel-set .demos .demo a:hover{text-decoration:none;}#sns_cpanel .cpanel-set .demos .demo a:hover span{color:#7aa93c;}#sns_cpanel .cpanel-set .demos .demo a.img{position:relative;}#sns_cpanel .cpanel-set .demos .demo a.img:before{content:"";height:100%;width:100%;left:0px;top:0px;background:rgba(0, 0, 0, 0.1);opacity:0;position:absolute;-webkit-transition:all 0.25s ease-out 0s;-o-transition:all 0.25s ease-out 0s;transition:all 0.25s ease-out 0s;}#sns_cpanel .cpanel-set .demos .demo a.img:hover:before{opacity:1;}#sns_cpanel .cpanel-set .demos .demo:hover{text-decoration:none;}#sns_cpanel .cpanel-set .demos .demo:hover a span{color:#7aa93c;}#sns_cpanel .cpanel-bottom{*zoom:1;padding:15px 0 0;border-top:1px solid #eaeaea;}#sns_cpanel .cpanel-bottom:before,#sns_cpanel .cpanel-bottom:after{content:" ";display:table;}#sns_cpanel .cpanel-bottom:after{clear:both;} .change-settings-button {     background: none;     font-weight: inherit;     font-size: inherit;     border: none;     padding: 0;     margin: 0;     text-transform: inherit; }