@charset "utf-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-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%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
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: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
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: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-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%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
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: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-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%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@font-face{font-family:dashicons;src:url(//vuelteando.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//vuelteando.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//vuelteando.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}#TB_overlay {
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100050; }
#TB_window {
position: fixed;
background-color: #fff;
z-index: 100050; visibility: hidden;
text-align: left;
top: 50%;
left: 50%;
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_window img#TB_Image {
display: block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height: 25px;
padding: 7px 30px 10px 25px;
float: left;
}
#TB_closeWindow {
height: 25px;
padding: 11px 25px 10px 0;
float: right;
}
#TB_closeWindowButton {
position: absolute;
left: auto;
right: 0;
width: 29px;
height: 29px;
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
transition: color .1s ease-in-out, background .1s ease-in-out;
}
#TB_ajaxWindowTitle {
float: left;
font-weight: 600;
line-height: 29px;
overflow: hidden;
padding: 0 29px 0 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: calc( 100% - 39px );
}
#TB_title {
background: #fcfcfc;
border-bottom: 1px solid #ddd;
height: 29px;
}
#TB_ajaxContent {
clear: both;
padding: 2px 15px 15px 15px;
overflow: auto;
text-align: left;
line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
padding: 15px;
}
#TB_ajaxContent p {
padding: 5px 0px 5px 0px;
}
#TB_load {
position: fixed;
display: none;
z-index: 100050;
top: 50%;
left: 50%;
background-color: #E8E8E8;
border: 1px solid #555;
margin: -45px 0 0 -125px;
padding: 40px 15px 15px;
}
#TB_HideSelect {
z-index: 99;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
border: none;
filter: alpha(opacity=0);
opacity: 0;
height: 100%;
width: 100%;
}
#TB_iframeContent {
clear: both;
border: none;
}
.tb-close-icon {
display: block;
color: #666;
text-align: center;
line-height: 29px;
width: 29px;
height: 29px;
position: absolute;
top: 0;
right: 0;
}
.tb-close-icon:before {
content: "\f158";
content: "\f158" / '';
font: normal 20px/29px dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
color: #006799;
}
#TB_closeWindowButton:focus .tb-close-icon {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}

@font-face {
font-family: helveticabold;
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot);
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.woff) format('woff'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaregular;
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helvetica-light;
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg#helvetica-light) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaneue-light;
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot);
src: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.woff) format('woff'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.ttf) format('truetype'), url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
font-weight: 400;
font-style: normal;
}
body {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.space {
clear: both;
padding: 30px 0 0;
width: 100%;
float: left;
}
.like_txt {
margin: 30px 0 0;
padding: 0;
color: #12a252;
font-family: helveticaregular;
font-size: 20px;
line-height: 20px;
text-align: center;
}
.like_txt a {
color: #12a252;
}
.sfsibeforpstwpr iframe,
.sfsiaftrpstwpr iframe {
max-width: none;
}
.sfwp_fivestar_ul li {
display: block;
padding-right: 20px;
}
.shwthmbfraftr {
margin-top: 5px !important
}
label.toglpstpgsbttl {
float: left;
margin-top: 5px !important
}
.tab_3_icns.shwthmbfraftr .cstmdisplaysharingtxt {
float: left;
}
.tab6 ul.enough_waffling.sfsi_dsplyatend {
width: 24%;
float: left;
}
.tab4 ul.like_icon {
margin: 0;
padding: 20px 0 0;
list-style: none;
text-align: center;
}
.tab4 ul.like_icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.like_icon li span {
margin: 0;
width: 58px;
display: block;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 38px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab4 ul.like_icon li a {
color: #5a6570;
text-decoration: none;
}
.tab4 ul.enough_waffling {
margin: 0;
padding: 25px 0 27px;
list-style: none;
text-align: center;
}
.tab4 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.enough_waffling li span {
float: left;
}
.tab4 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sfsi_mainContainer .checkbox {
width: 31px;
height: 31px;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/check_bg.jpg) no-repeat;
display: inherit;
}
.sfsi_mainContainer .radio {
width: 40px;
height: 40px;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/radio_bg.png) no-repeat;
display: inherit;
}
.sfsi_mainContainer .select {
width: 137px;
height: 47px;
font-size: 17px;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/select_bg.jpg) no-repeat;
display: block;
padding-left: 16px;
line-height: 49px;
}
.sfsi_mainContainer .line {
background: #eaebee;
height: 1px;
font-size: 0;
margin: 15px 0 0;
clear: both;
width: 100%;
float: left;
}
.specify_counts {
display: block;
margin-top: 15px;
padding-top: 15px;
clear: both;
width: 100%;
float: left;
border-top: 1px solid #eaebee;
}
.specify_counts .radio_section {
width: 30px;
float: left;
margin: 12px 10px 0 0;
}
.specify_counts .social_icon_like {
width: 54px;
float: left;
margin: 0 15px 0 0;
}
.specify_counts .social_icon_like ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.specify_counts .social_icon_like li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.specify_counts .social_icon_like li span {
margin: 0;
width: 54px;
display: block;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/count_bg.jpg) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.specify_counts .social_icon_like li a {
color: #5a6570;
text-decoration: none;
}
.specify_counts .listing {
width: 88%;
margin-top: -5px;
display: inherit;
float: left;
}
.specify_counts .listing ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.specify_counts .listing li {
margin: 15px 0 0;
padding: 0;
list-style: none;
clear: both;
line-height: 39px;
font-size: 17px;
}
.specify_counts .listing li span {
float: left;
margin-right: 20px;
}
.specify_counts .listing li .input {
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 25px;
}
.specify_counts .listing li .input_facebook {
width: 288px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 16px;
}
.save_button {
width: 450px;
padding-top: 30px;
clear: both;
margin: auto;
}
.save_button a {
background: #12a252;
text-align: center;
font-size: 23px;
color: #FFF !important;
display: block;
padding: 11px 0;
text-decoration: none;
}
.save_button a:hover {
background: #079345
}
.tab5 ul.share_icon_order {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.tab5 ul.share_icon_order li {
margin: 22px 6px 0 0;
padding: 0;
list-style: none;
float: left;
line-height: 37px;
}
.tab5 ul.share_icon_order li:last-child {
margin: 22px 0 0 3px;
}
.tab5 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab5 .icons_size {
position: relative;
}
.tab5 .icons_size span {
margin-right: 18px;
display: block;
float: left;
font-size: 17px;
font-weight: 400;
line-height: 46px;
}
.tab5 .icons_size span.last {
margin-left: 55px;
}
.tab5 .icons_size input {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 13px 13px 12px;
margin-right: 18px;
float: left;
display: block;
}
.tab5 .icons_size select.styled {
position: absolute;
left: 0;
width: 135px;
height: 46px;
line-height: 46px;
}
.tab5 .icons_size .field {
position: relative;
float: left;
display: block;
margin-right: 20px;
}
.tab5 .icons_size ins {
margin-right: 25px;
float: left;
font-size: 17px;
font-weight: 400;
text-decoration: none;
}
.tab5 .icons_size ins.leave_empty {
line-height: 23px;
}
.tab5 .icons_size {
padding-top: 15px;
}
.tab5 ul.enough_waffling {
margin: -5px 0 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab5 .new_wind .row_onl ul.enough_waffling { margin: 20px 0 0 0;
padding: 0;
list-style: none;
height: 38px;
text-align: center;
width: 61%;
}
.tab5 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
float: left;
}
.tab5 ul.enough_waffling li span {
float: left;
}
.tab5 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sticking p {
float: left;
font-size: 18px !important;
}
.sticking p.list {
width: 168px;
}
.sticking p.link {
margin: 3px 0 0 12px;
padding: 0 !important;
float: left;
}
.sticking .float {
margin-left: 188px;
margin-top: 3px;
float: left;
font-size: 17px;
}
.sticking ul {
margin: 0;
padding: 30px 0 0;
list-style: none;
float: left;
}
.sticking a {
color: #a4a9ad;
}
.sticking p {
line-height: 19px !important;
}
.sticking .field {
position: relative;
float: left;
display: block;
margin-left: 20px;
}
.sticking .field .select {
width: 206px;
height: 47px;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 10px;
}
.sticking .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 211px;
line-height: 46px;
height: 46px;
}
.mouseover_field {
width: 455px;
float: left;
font-size: 18px;
margin-top: 10px;
}
.mouseover_field label {
width: 125px;
float: left;
}
.mouseover_field input {
width: 256px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
}
.pop_up_box {
width: 474px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 200px auto;
padding: 20px 25px 0px;
font-family: helveticaregular;
color: #5a6570;
min-height: 250px;
position: relative;
}
.pop_up_box h4,
.pop_up_box_ex h4 {
font-size: 20px;
color: #5a6570;
text-align: center;
margin: 0;
padding: 0;
line-height: 22px;
}
.pop_up_box p,
.pop_up_box_ex p {
font-size: 17px;
line-height: 28px;
color: #5a6570;
text-align: left;
margin: 0;
padding: 25px 0 0;
font-family: helveticaregular;
}
.sfsi_popupcntnr {
float: left;
width: 100%
}
.sfsi_popupcntnr>h3 {
color: #000;
float: left;
font-weight: 700;
margin-bottom: 5px;
width: 100%
}
ul.flwstep {
float: left;
width: 100%
}
ul.flwstep>li {
color: #000;
font-size: 16px;
margin: 5px;
}
.upldbtn {
float: left;
text-align: center;
width: 100%
}
.upload_butt {
background-color: #12a252;
border: none;
color: #fff;
font-weight: 700;
margin-top: 10px;
padding: 7px 22px;
width: auto;
cursor: pointer;
font-size: 19px;
}
.pop_up_box .button {
background: #12a252;
font-size: 22px;
line-height: 24px;
color: #5a6570;
text-align: center;
min-height: 80px;
margin-top: 32px;
box-shadow: none;
}
.pop_up_box .button:hover {
box-shadow: none !important;
}
.pop_up_box .button a.activate {
padding: 0px 0;
}
.pop_up_box a,
.pop_up_box_ex a {
color: #a4a9ad;
font-size: 20px;
text-decoration: none;
text-align: center;
display: inline-block;
margin-top: 18px;
width: 100%;
}
.pop_up_box .upload {
width: 100%;
float: left;
text-align: left;
margin-top: 15px;
height: 46px;
}
.pop_up_box .upload label {
width: 135px;
float: left;
line-height: 45px;
font-size: 18px;
font-family: helveticaregular;
text-align: left;
}
.pop_up_box .upload input[type=text] {
width: 248px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 0 10px;
font-size: 16px;
height: 44px;
text-align: left;
color: #5a6570;
font-family: helveticaregular;
}
.pop_up_box .upload input.upload_butt {
width: 100px;
background: #12a252;
box-shadow: 0 0 0;
border: 0;
text-align: center;
font-size: 18px;
color: #fff;
font-family: helveticaregular;
height: 45px;
right: 32px;
top: 71px;
position: absolute;
}
.pop_up_box .upload a {
color: #12a252;
font-size: 18px;
text-decoration: underline;
font-family: helveticaregular;
margin: 0 0 16px 140px;
}
.pop_up_box a:hover,
.pop_up_box_ex a:hover {
color: #a4a9ad;
}
.inr_cont .fb_url {
clear: both;
}
.inr_cont .fb_url .checkbox,
.inr_cont .fb_url input.add,
.inr_cont .fb_url label,
.inr_cont .fb_url lable {
float: left;
}
.inr_cont .fb_url input.add {
margin-left: 19px;
}
.inr_cont .fb_url .checkbox {
margin: 6px 0 0;
}
.inr_cont .fb_url label { line-height: 22px;
margin: 10px 0 0 15px;
font-size: 17px;
}
.inr_cont textarea.add_txt {
resize: none;
margin: 0 0 0 19px !important;
height: 60px;
}
.tab2 .inr_cont textarea.add_txt {
width: 382px !important;
height: 90px;
overflow: hidden;
}
.tab2 .inr_cont input.add {
width: 417px;
}
.red_txt,
.tab2 .red_txt {
color: #ef4745 !important;
text-align: center !important;
padding-top: 5px !important;
}
.green_txt {
color: #12A252 !important;
text-align: center !important;
padding-top: 5px !important;
}
.red_txt {
color: #f80000 !important;
text-align: center !important;
padding-top: 5px !important;
}
.linked_tab_2 .fb_url label {  width: 22%;
}
.twt_tab_2 label {
width: 18%
}
.bdr_top {
border-top: none !important;
}
.linked_tab_2 .fb_url input.link_dbl {
margin-bottom: 6px;
}
.tab3 {
overflow: hidden;
}
.tab3 .row { padding: 25px 0;
clear: both;
overflow: hidden;
}
.tab3 ul.tab_3_list {
overflow: hidden;
margin: 4px 0 11px;
}
ul.tab_3_list li {
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 7px no-repeat;
padding: 0 0 0 30px;
color: #778088;
font-family: helveticaregular;
font-size: 17px;
margin-bottom: 4px;
}
.tab5 ul.tab_3_list li {
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 18px no-repeat;
}
.tab3 .row h3 { margin: 20px 0 0px;
color: #414951;
font-family: helveticabold;
font-size: 20px;
}
ul.tab_3_icns {
list-style: none;
margin: 10px 0 0;
overflow: hidden;
}
ul.tab_3_icns li {
width: 100%;
margin: 0 0 21px;
float: left;
}
ul.tab_3_icns label {
float: left;
line-height: 42px; color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 125px;
}
ul.tab_3_icns li .icns_tab_3,
ul.tab_3_icns li .radio {
float: left;
}
.tab3 .sub_row h4 {
color: #a4a9ad !important;
}
.tab3 .sub_row p {
padding-top: 18px !important;
clear: both;
overflow: hidden;
}
.sub_row .sub_sub_box p {
padding-top: 18px !important;
}
.tab3 .sub_row .checkbox {
float: left;
margin-top: 4px;
}
.tab3 .sub_row .sub_sub_box {
width: 80%;
margin: 7px 0 15px 10%;
float: left;
}
.tab3 .sub_row input.smal_inpt {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
float: left;
margin-left: 10px;
}
.tab3 .sub_row .drop_lst {
border: 1px solid #d6d6d6;
font-size: 16px;
color: #5a6570;
width: 120px;
}
.tab3 .first_row,
.tab3 .first_row p,
.tab3 .first_row p .radio,
.tab3 .first_row p label {
float: left;
}
.tab3 .first_row {
width: 90%;
float: left;
}
.tab3 .first_row p {
padding: 0 !important;
}
.tab3 .first_row p label {
line-height: 44px;
margin: 0 10px;
}
.tab3 .first_row p:last-child {
margin-left: 27%
}
.tab3 .tab_1_sav {
padding-top: 20px !important;
margin: 10px auto 20px;
}
.suc_msg {
background: #12A252;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.error_msg {
background: #D22B30;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.fileUPInput {
cursor: pointer;
position: relative;
top: -43px;
right: 0;
z-index: 99;
height: 42px;
font-size: 5px;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 100%
}
.inputWrapper {
height: 20px;
width: 50px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.custom-txt {
background: none !important;
padding-left: 2px !important;
}
.custom-img {
float: left;
margin-left: 20px;
}
.loader-img {
float: left;
margin-left: -70px;
display: none;
}
.pop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: 10;
padding: 20px;
display: none;
}
.fb-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: -1000;
padding: 20px;
opacity: 0;
display: block;
}
.inputError {
border: 1px solid #f80000 !important;
}
.sfsicloseBtn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.sfsi_tool_tip_2 .tool_tip>img,
.tool_tip>img {
display: inline-block;
margin-right: 4px;
float: left;
}
.norm_row {
float: left;
min-width: 25px;
}
.norm_row a {
border: none;
display: inline-block;
position: relative;
float: left;
}
.sfsi_tool_tip_2 a {
min-height: 0 !important;
}
.sfsi_widget {
min-height: 55px;
}
.sfsi_widget a img {
box-shadow: none !important;
outline: 0;
}
.sfsi_wicons {
display: inline-block;
color: #000;
}
.sel-active {
background-color: #f7941d;
}
.sfsi_outr_div .close {
position: absolute;
right: 18px;
top: 18px;
}
.sfsi_outr_div h2 {
color: #778088;
font-family: helveticaregular;
font-size: 26px;
margin: 0 0 9px;
padding: 0;
text-align: center;
font-weight: 400;
}
.sfsi_outr_div ul li a {
color: #5A6570;
text-decoration: none;
}
.sfsi_outr_div ul li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
float: none;
}
.expanded-area {
display: none;
}
.sfsi_wicons a {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.scale,
.scale-div,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.sfsi_Sicons {
float: left;
}
.sfsi_Sicons .sf_subscrbe {
margin: 2px 3px 3px 0;
line-height: 20px;
}
.sfsi_Sicons .sf_fb
{
margin: 0 4px 0 5px;
line-height: 20px;
}
.sfsi_Sicons .sf_fb_share {
text-align: left;
vertical-align: middle;
float: left;
line-height: 33px;
width: auto;
margin-right: 7px;
}
.sfsi_Sicons .sf_twiter {
margin: -12px 7px 0 4px;
line-height: 20px;
}
.sfsi_Sicons.left .sf_subscrbe {
margin: 2px 8px 3px 0;
}
.sfsi_Sicons.left .sf_fb {
margin: 0 8px 0 0;
}
.sfsi_Sicons.left .sf_twiter {
margin: 2px 7px 0 0;
}
.sfsi_Sicons.right .sf_subscrbe {
margin: 2px 0 3px;
}
.sfsi_Sicons.right .sf_fb {
margin: 0 0 0 7px;
}
.sfsi_Sicons.right .sf_twiter {
margin: 2px 0 0 8px;
}
.sfsi_Sicons .sf_subscrbe,
.sfsi_Sicons .sf_twiter {
position: relative;
width: 75px;
}
.sfsi_Sicons .sf_twiter iframe {
margin: 0px;
height: 20px !important;
overflow: visible !important;
}
.sfsi_Sicons .sf_twiter iframe #widget {
overflow: visible !important;
}
.sfsi_Sicons .sf_subscrbe a {
width: auto;
float: left;
border: medium none;
padding-top: 0px;
}
.sfsi_Sicons .sf_subscrbe a:focus {
outline: medium none;
}
.sfsi_Sicons .sf_subscrbe a img {
width: 65px;
float: left;
height: 20px !important;
}
.sfsi_Sicons .sf_fb {
position: relative;
width: 75px;
}
.sfsi_Sicons .fb_iframe_widget {
float: left;
min-width: 115px;
width: 73px;
margin: 2px 0 0;
}
.sfsi_Sicons .sfsi_socialwpr .fb-like.fb_iframe_widget[data-layout="button_count"] {
min-width: 125px;
width: 73px !important;
margin-left: 17px;
margin-right: 24px;
}
.sfsi_pop_up .button a:hover {
color: #fff;
}
.sfsi_pop_up .button:hover {
background: #12a252;
color: #fff;
border: none;
}
ul.icn_listing li .right_info a {
outline: 0;
font-family: helveticaregular;
}
.upload_pop_up .upload_butt {
line-height: 27px;
margin-left: 6px;
}
.drop_lsts {
left: 220px;
position: relative;
top: -40px;
}
.drop_lsts .styled {
top: -42px;
width: 127px;
height: 33px;
}
.drop_lsts span {
line-height: 50px;
}
.drag_drp {
left: 11px;
position: relative;
top: 38px;
font-size: 17px;
}
.listing ul li label {
width: 224px;
float: left;
}
.row_onl {
width: 100%;
float: left;
}
#sfsi_Show_popupOn_PageIDs option.sel-active {
background: #f7941d;
}
.sfsi_inside div iframe {
float: left;
margin: 0;
}
.sfsi_inside div #___plus_0,
.sfsi_inside div #___plusone_0 {
height: 27px;
}
.sfsi_outr_div li {
float: left;
}
.sfsi_tool_tip_2 .sfsi_inside div {
min-height: 0;
}
.sfsi_tool_tip_2 .sfsi_inside > div {
height: 23px !important;
}
#___plus_1>iframe {
height: 30px;
}
.main_contant h1 {
margin: 0 0 18px;
}
.main_contant p {
margin: 0 0 11px;
}
.main_contant p>a {
color: #1a1d20;
text-decoration: underline;
}
.tab1 .gary_bg {
background: #f1f1f1;
}
#accordion {
margin-top: 25px;
}
.main_contant p>a,
.tab1 p span {
font-family: helveticabold;
}
.wapper .ui-accordion-header-active {
margin-top: 20px !important;
}
.wapper .tab2 {
padding: 20px 33px 12px 34px !important;
}
.wapper .tab2 p {
margin-bottom: 6px;
}
.tab2 .twt_tab_2 label {
width: 175px;
}
.tab2 .twt_fld {
margin: 18px 0 23px;
float: left;
}
.tab2 .twt_fld_2 {
margin: 0 0 17px;
float: left;
}
.tab2 .utube_inn {
padding-bottom: 2px;
float: left;
}
.tab2 .utube_inn label {
max-width: 90%
}
.tab2 .utube_inn label span {
font-family: helveticabold;
}
.tab2 .inr_cont p>a {
font-family: helveticaneue-light;
color: #778088;
text-decoration: underline;
}
.pinterest_section .inr_cont .pint_url {
float: left;
padding-top: 6px;
clear: both;
}
.pinterest_section .inr_cont .add {
width: 417px !important;
}
.linkedin_section .link_1,
.linkedin_section .link_2,
.linkedin_section .link_3,
.linkedin_section .link_4 {
float: left;
width: 100%
}
.linkedin_section .link_1 input.add,
.linkedin_section .link_2 input.add,
.linkedin_section .link_3 input.add,
.linkedin_section .link_4 input.add {
width: 417px;
}
.linkedin_section .link_1 {
margin-bottom: 7px;
}
.linkedin_section .link_2 {
margin-bottom: 12px;
}
.linkedin_section .link_3,
.linkedin_section .link_4 {
margin-bottom: 13px;
}
.tab2 .linkedin_section .link_4 {
margin-bottom: 0;
}
ul.tab_3_list li span {
font-family: helveticaregular;
}
#accordion .tab4 h4,
#accordion1 .tab4 h4 {
color: #414951;
font-size: 20px;
}
.specify_counts .listing li .input {
width: 73px;
}
.sfsi_fbpgidwpr {
width: 180px;
float: left;
font-weight: bold;
font-size: 17px;
color: #000000;
}
.sfsi_fbpgiddesc {
font-weight: normal;
width: 42%;
font-size: 14px;
color: #888888;
padding: 4px 0 0 60px;
}
.specify_counts .listing li .input.mypginpt {
width: 288px;
}
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
padding-top: 0 !important;
margin-bottom: 10px !important;
}
.tab4 {
padding-top: 35px !important;
}
.tab4 .save_button {
padding-top: 46px;
}
.tab5 {
padding-top: 31px !important;
}
.tab7 {
padding-top: 28px !important;
}
.tab5 .row_onl {
margin-top: 15px;
}
.tab5 .sticking .link>a {
color: #a4a9ad;
text-decoration: underline;
}
.tab5 .mouse_txt h4 { padding-bottom: 30px !important;
}
.tab5 .save_button {
padding-top: 54px;
}
.tab7 .like_pop_box h2 {
font-family: helveticabold;
text-align: center;
color: #414951;
font-size: 26px;
}
.tab1 ul.icn_listing li .right_info label:hover {
text-decoration: none !important;
}
.tab1 ul.icn_listing li .right_info label.expanded-area {
clear: both;
float: left;
margin-top: 14px;
width: 100%;
}
.tab7 .space {
margin-top: 14px;
}
.tab7 .pop_up_show label {
font-family: helveticaneue-light !important;
}
.tab7 .save_button {
padding-top: 78px;
}
.like_txt a {
text-decoration: none;
font-family: helveticaregular;
}
.bdr_btm_non {
border-bottom: none !important;
}
.tab1 .tab_1_sav {
padding-top: 13px;
}
#accordion .tab2 .facebook_section .inr_cont p.extra_sp,
#accordion1 .tab2 .facebook_section .inr_cont p.extra_sp {
padding-top: 7px;
}
.tab2 .custom_section {
width: 100%
}
.tab7 {
padding-bottom: 40px !important;
}
.tab9 .save_button {
padding-top: 40px;
}
.tab9 .save_button a {
padding: 16px 0;
}
.tab2 .twitter_section .twt_fld input.add,
.tab2 .twitter_section .twt_fld_2 textarea.add_txt {
width: 464px !important;
}
.tab2 .utube_inn .fb_url label span {
font-family: helveticaneue-light;
}
.tab1 label,
.tab2 label,
.tab3 label,
.tab4 label,
.tab5 label,
.tab6 label,
.tab7 label,
.tab8 label {
cursor: default !important;
}
.tab5 .new_wind h4 {
margin-bottom: 11px !important;
}
.pop_up_box .fb_2 span {
height: 28px !important;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a {
margin-top: 0;
}
.tab6 .social_icon_like1 ul li span {
margin-top: -1px;
}
#sfpageLoad {
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
height: 100%;
left: 160px;
opacity: 1;
position: fixed;
top: 0;
width: calc(100% - 160px);
z-index: 9999;
}
.sfsi_tool_tip_2,
.tool_tip {
background: #FFF;
border: 1px solid #e7e7e7;
box-shadow: #e7e7e7 0 0 2px 1px;
display: block;
float: left;
margin: 0 0 0 -52px;
padding: 5px 14px 5px 14px;
position: absolute;
z-index: 10000;
border-bottom: #e5e5e5 solid 4px;
width: 100px;
}
.sfsi_tool_tip_2 {
display: inline-table;
}
.inerCnt,
.inerCnt:hover,
.inerCnt>a,
.inerCnt>a:hover,
.widget-area .widget a {
outline: 0;
}
.sfsi_tool_tip_2_inr {
bottom: 90%;
left: 20%;
opacity: 0;
}
.sfsi_tool_tip_2 .bot_arow {
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/bot_tip_icn.png) no-repeat;
position: absolute;
bottom: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-left: -5px;
}
.sfsi_tool_tip_2 .top_big_arow {
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
top: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-right: -5px;
}
.sfsi_tool_tip_2_inr .gpls_visit>a,
.sfsi_tool_tip_2_inr .prints_visit_1 a,
.sfsi_tool_tip_2_inr .utub_visit>a {
margin-top: 0;
}
.sfsi_tool_tip_2_inr .linkin_1 a,
.sfsi_tool_tip_2_inr .linkin_2 a,
.sfsi_tool_tip_2_inr .linkin_3 a,
.sfsi_tool_tip_2_inr .linkin_4 a,
.sfsi_tool_tip_2_inr .prints_visit a {
margin: 0;
}
.sfsiTlleftBig {
bottom: 121%;
left: 22%;
margin-left: -54%
}
.sfsiTlleft {
bottom: 100%;
left: 50%;
margin-left: -66px;
margin-bottom: 2px;
}
.sfsi_plc_btm {
bottom: auto;
top: 100%;
left: 50%;
margin-left: -63px;
margin-top: -6px;
margin-bottom: auto;
}
.inerCnt {
position: relative;
z-index: inherit !important;
float: left;
width: 100%;
float: left;
}
.sfsi_wicons {
margin-bottom: 30px;
position: relative;
padding-top: 5px;
}
.norm_row .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
text-align: center;
line-height: 12px !important;
background: #fff;
border-radius: 5px;
left: 50%;
margin-left: -22px;
z-index: 9;
border: 1px solid #333;
top: 100%;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 8px;
width: 40px;
}
.norm_row .bot_no:before {
content: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.bot_no.sfsiSmBtn {
font-size: 10px;
margin-top: 4px;
}
.bot_no.sfsiSmBtn:before {
margin-left: -8px;
top: -9px;
}
.norm_row .cbtn_vsmall {
font-size: 9px;
left: -28%;
top: 4px;
}
.norm_row .cbtn_vsmall:before {
left: 31%;
top: -9px;
margin-left: -31%
}
h2.optional {
font-family: helveticaregular;
font-size: 25px;
margin: 14px 0 19px;
color: #5a6570;
}
.utube_tool_bdr .utub_visit {
margin: 9px 0 0;
height: 24px;
display: inline-block;
float: none;
}
.utube_tool_bdr .utub_2 {
margin: 9px 0 0;
height: 24px;
width: 86px;
display: inline-block;
float: none;
}
.printst_tool_bdr {
width: 79px;
}
.printst_tool_bdr .prints_visit {
margin: 0 0 10px -22px;
}
.printst_tool_bdr .prints_visit_1 {
margin: 0 0 0 -53px;
}
.fb_tool_bdr {
width: 68px;
height: auto;
}
.fb_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
overflow: hidden;
margin-left: 2px;
}
.fb_tool_bdr .sfsi_inside .icon1 { margin: 2px 0px 6px 0;
height: auto;
display: inline-block;
float: none;
}
.fb_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0 -2px -8px !important;
height: auto; display: inline-block;
overflow: hidden;
}
.fb_tool_bdr .sfsi_inside .icon3 {
margin: 2px 0 2px 0;
height: auto; display: inline-block;
float: none;
}
.fb_tool_bdr .sfsi_inside .fb_1,
.fb_tool_bdr .sfsi_inside .fb_2,
.fb_tool_bdr .sfsi_inside .fb_3 {
margin: 9px 0 0;
height: 25px;
}
.printst_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%
}
.printst_tool_bdr .sfsi_inside .icon1 { margin: 3px 0 3px 0; height: auto;
display: inline-block;
float: none; }
.printst_tool_bdr .sfsi_inside .icon2 { margin: 2px 0 2px 0;
height: auto;
display: inline-block;
float: none;
max-width: 73px;
width: auto;
}
.printst_tool_bdr .sfsi_inside .prints_visit,
.printst_tool_bdr .sfsi_inside .prints_visit_1 {
margin: 9px 0 0;
height: 20px;
float: none;
display: inline-block;
}
.printst_tool_bdr {
margin-left: -59px;
}
.fb_tool_bdr .sfsi_inside .icon1>a>img,
.gpls_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon4>a>img,
.printst_tool_bdr .sfsi_inside .icon1>a>img,
.printst_tool_bdr .sfsi_inside .icon2>a>img,
.utube_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr {
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.gpls_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0;
display: inline-block;
float: none;
height: 29px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0 3px 0;
display: inline-block;
float: none;
height: 24px;
width: 38px;
}
.gpls_tool_bdr .sfsi_inside .icon3 {
margin: 3px 0 2px 0;
display: inline-block;
float: none;
height: 24px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .gpls_visit,
.gpls_tool_bdr .sfsi_inside .gtalk_2,
.gpls_tool_bdr .sfsi_inside .gtalk_3 {
margin: 9px 0 0;
height: 29px;
}
.pop_up_box_ex.sfsi_pop_up .fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: -12px;
}
.fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: 8px;
}
.printst_tool_bdr {
bottom: 80%;
left: 50%; margin-bottom: 0px;
margin-bottom: 18px;
}
.printst_tool_bdr {
bottom: 80%;
left: 50%;
margin-bottom: 18px;
}
.twt_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.twt_tool_bdr .sfsi_inside .cstmicon1 {
margin: 2px 0px 2px 0 !important; float: none;   }
.twt_tool_bdr .sfsi_inside .cstmicon1 a img {
float: left;
}
.twt_tool_bdr .sfsi_inside .icon1 { margin: 5px 0px 3px 0 !important;
display: inline-block;
float: none;  height: auto;
}
.twt_tool_bdr .sfsi_inside .icon1 iframe {
max-width:100%;
}
.twt_tool_bdr .sfsi_inside .icon2 {
margin: 3px 0px 2px 0px !important;
display: inline-block;
float: none;
height: auto; }
.twt_tool_bdr .sfsi_inside .twt_1 {
margin: 9px 0 0;
display: inline-block;
float: none; height: 20px;
overflow: hidden;
}
.twt_tool_bdr .sfsi_inside .twt_1 iframe {
width: 100% !important;
}
.twt_tool_bdr .sfsi_inside .twt_2 {
margin: 9px 0 0;
height: 20px;
display: inline-block;
float: none; }
.utube_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.utube_tool_bdr .sfsi_inside .icon1 { margin: 4px 0px 3px 0;
height: 24px;
display: inline-block;
float: none;
width: 96px;
}
.utube_tool_bdr .sfsi_inside .icon2 { margin: 2px 0 3px 0 !important;
height: 24px;
display: inline-block;
float: none;
max-width: 96px;
width: 82px;
}
.pop-overlay.read-overlay.ytex-s2 .utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: -12px;
}
.utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: 8px;
}
.linkedin_tool_bdr {
width: 66px;
}
.linkedin_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%
}
.linkedin_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0 2px 0px;
display: inline-block;
float: none; width: 100%;
text-align: initial;
}
.linkedin_tool_bdr .sfsi_inside .icon2 {
margin: 2px 19px 2px 0px;
display: inline-block;
float: none; width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon3 {
margin: 2px 19px 2px 0px;
display: inline-block;
float: none; width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon4 {
margin: 2px 0 1px 0px;
display: inline-block;
float: none; width: 100%;
}
.sfsi_FrntInner_chg .linkedin_tool_bdr .sfsi_inside .icon1 {
margin: 7px 0;
}
.sfsi_widget .linkedin_tool_bdr .sfsi_inside .icon4,
.sfsi_widget .gpls_tool_bdr .sfsi_inside .icon1,
.sfsi_widget .fb_tool_bdr .sfsi_inside .icon1 {
height: auto
}
.linkedin_tool_bdr .linkin_1,
.linkedin_tool_bdr .linkin_2,
.linkedin_tool_bdr .linkin_3,
.linkedin_tool_bdr .linkin_4 {
margin: 9px 0 0 !important;
height: 20px;
display: inline-block;
float: none;
overflow: hidden;
}
.twt_tool_bdr {
width: 62px;
height: auto;
}
.twt_tool_bdr .sfsi_inside .icon1>iframe {
margin: 0 auto !important;
float: none !important;
width: 100%
}
.twt_tool_bdr .sfsi_inside .icon1>iframe #widget {
text-align: center;
}
.sfsi_pop_up .button {
border: none;
padding: 0;
}
.pop_up_box .button a {
color: #fff;
line-height: normal;
font-size: 22px;
text-decoration: none;
text-align: center;
width: 482px;
height: 80px;
margin: 0;
display: table-cell;
vertical-align: middle;
font-family: helveticabold;
}
.tab3 ul.tab_3_icns li .radio {
margin-top: 7px;
}
.tab3 ul.tab_3_icns li label {
line-height: 50px !important;
margin-left: 20px;
}
.sfsi_mainContainer input[type=email],
.sfsi_mainContainer input[type=number],
.sfsi_mainContainer input[type=password],
.sfsi_mainContainer input[type=search],
.sfsi_mainContainer input[type=tel],
.sfsi_mainContainer input[type=text],
.sfsi_mainContainer input[type=url],
.sfsi_mainContainer select,
.sfsi_mainContainer textarea {
color: #5a6570 !important;
line-height: 1 !important;
}
.adminTooltip {
left: 118px;
position: absolute;
}
.adPopWidth {
min-height: 136px !important;
}
.main_contant p>a.lit_txt,
.tab4 p>a {
font-family: helveticaregular;
color: #414951;
}
.tab1 ul.icn_listing li .custom-txt {
margin-left: 5px;
}
.tab1 ul.icn_listing li .custom-img {
margin-left: 18px;
}
.linkedin_section .link_4>label.anthr_labl {
height: 60px;
}
.mediam_txt {
font-family: helveticabold;
}
.sfsiCtxt {
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
float: left;
padding-left: 19px;
color: #5a6570;
}
.customstep2-img {
width: 51px;
float: left;
}
.tab2 .row h2.custom {
margin: 15px 0 7px 21px;
height: 52px;
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
}
.custom-links p.cus_link label {
margin-left: 0;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a>img:hover {
opacity: .9;
}
.tab2 .rss_url_row .sfrsTxt {
font-size: 17px;
line-height: 47px;
margin: 0 0 0 4px;
font-family: helveticaregular;
}
.tab2 .rss_url_row .sfrsTxt>strong {
font-family: helveticaregular;
}
.tab2 .utube_inn p.extra_pp {
float: left;
width: 100%;
margin: 0 0 0 48px;
}
.tab2 .utube_inn p.extra_pp label {
float: left;
line-height: 41px;
margin-right: 8px;
}
.sfsi_inside .icon2 .fb_iframe_widget span {
width: 500px !important;
}
@media (max-width:767px) {
.sfsi_inside .icon2 .fb_iframe_widget span {
width: auto;
}
.sfsi_outr_div {
top: 10%
}
.sfsi_outr_div h2 {
font-size: 22px !important;
line-height: 28px;
}
.sfsi_wicons {
padding-top: 0;
}
}
.specify_counts .listing li .high_prb {
height: 41px;
}
.sfsi_Sicons {
position: relative;
}
.sfsi_Sicons .fb_iframe_widget {
float: left;
width: 73px;
margin: 2px 0 0;
}
.sfsi_Sicons .sf_fb .fb_iframe_widget>span {
position: absolute; }
.tab2 .utube_inn label {
font-size: 17px;
}
.sfsi_plc_btm {
padding: 5px 14px 9px;
}
.tab7 .field {
margin-top: 7px;
}
.sfsi_outr_div ul li .cmcls img {
margin-top: 0 !important;
}
.sfsi_outr_div ul li .inerCnt {
float: left;
}
.sfsi_outr_div ul li .inerCnt .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
line-height: 12px !important;
text-align: center;
background: #fff;
border-radius: 5px;
display: block;
left: 50%;
margin-left: -20px;
border: 1px solid #333;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 6px;
width: 40px;
word-break: break-all;
word-wrap: break-word;
}
.sfsi_outr_div ul li .inerCnt .bot_no:before {
content: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.sfsi_outr_div {
position: fixed;
width: 100%;
float: none;
left: 50%;
top: 20%;
margin-left: -50%;
opacity: 0;
z-index: -1;
display: block;
text-align: center;
}
.sfsi_outr_div .sfsi_FrntInner_chg {
display: inline-block;
padding: 15px 17px 27px 18px;
background: #FFF;
border: 1px solid #EDEDED;
box-shadow: 0 0 5px #CCC;
margin: 20px;
position: relative;
}
.sfsi_FrntInner_chg .sfsiclpupwpr {
position: absolute;
right: -10px;
top: -10px;
width: 25px;
cursor: pointer;
}
.sfsi_FrntInner_chg .sfsiclpupwpr img {
width: auto;
float: left;
border: medium none;
}
.tab7 .like_pop_box {
width: 100%;
margin: 35px auto auto;
position: relative;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner {
display: inline-block;
padding: 18px 20px;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
border: 1px solid #ededed;
background: #FFF;
}
.tab7 .like_pop_box .sfsi_Popinner h2 {
margin: 0 0 23px;
padding: 0;
color: #414951;
font-family: helveticabold;
font-size: 26px;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab7 .like_pop_box .sfsi_Popinner ul li span {
margin: 0;
width: 60px;
display: block;
background: url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 37px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab7 .like_pop_box .sfsi_Popinner ul li a {
color: #5a6570;
text-decoration: none;
}
.sfsi_outr_div .sfsi_FrntInner_chg .sfsi_wicons {
margin-bottom: 0;
}
.sfsi_outr_div ul {
list-style: none;
margin: 0 0 24px;
padding: 0;
text-align: center;
}
a.sfsiColbtn {
color: #5a6570 !important;
float: right;
font-size: 14px;
margin: -35px -30px 0 0;
position: relative;
right: 0;
font-family: helveticaregular;
width: 100px;
text-decoration: none;
}
.tab3 a.sfsiColbtn {
margin-top: -43px;
}
.sfsi_FrntInner_chg ul li:first-of-type .sfsi_wicons {
margin-left: 0 !important;
}
ul.tab_3_icns li .trans_bg {
background: #000;
padding-left: 3px;
}
.tab2 .instagram_section {
padding-bottom: 20px;
}
h1.abt_titl {
text-align: center;
margin: 19% 0 0;
}
.sfcm.sfsi_wicon {
padding: 0;
width: 100%;
border: medium none;
}
.fb_iframe_widget span {
vertical-align: top !important;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul {
margin: 0 0 0 3px;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul li {
margin: 0 3px 0 0;
}
.sfcm.sfsi_wicon {
margin: -1px;
padding: 0;
}
@media (min-width:320px) and (max-width:480px) {
.sfsi_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_outr_div {
top: 10%;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%;
}
.sfsi_Sicons .sf_fb
{
margin-bottom: 24px;
}
.sfsi_Sicons .sf_twiter {
margin-bottom: 4px;
}
}
@media (max-width:320px) {
.sfsi_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%
}
}
ul.SFSI_lsngfrm {
float: left;
width: 61%;
padding-left: 60px !important;
}
ul.SFSI_instructions {
float: left;
width: 35%;
}
li.youtube_options {
padding-left: 60px !important;
}
input[name="sfsi_pinterest_manualCounts"] {
margin-left: -20px !important;
}
ul.SFSI_instructions li {
font-size: 12px !important;
line-height: 25px !important;
margin: 0 !important;
padding: 0 0 0 15px !important;
width: 100%
}  .cstmskin_popup {
width: 500px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 40px 0px auto;
padding: 20px 25px 20px;
font-family: helveticaregular;
color: #5a6570;
height: auto;
float: left;
position: relative;
left: 35%;
}
.cstomskins_wrpr {
float: left;
width: 100%;
}
.custskinmsg {
float: left;
font-size: 15px;
margin-top: 10px;
width: 100%;
}
.custskinmsg>ul {
color: #000;
float: left;
margin-top: 8px;
width: 100%;
}
ul.cstmskin_iconlist {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
height: 307px;
overflow-y: scroll;
}
.placethemanulywpr {
max-width: 98% !important
}
.cstmskin_iconlist>li {
float: left;
margin: 3px 0;
width: 100%;
}
.cstm_icnname {
float: left;
width: 30%;
}
.cstmskins_btn>img {
float: left;
margin-right: 25px;
}
.cstmskin_btn {
width: auto;
float: left;
padding: 3px 20px;
color: #fff;
background-color: #12a252;
text-decoration: none;
margin: 0 10px;
}
.cstmskins_sbmt {
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
}
.done_btn {
width: auto;
padding: 3px 80px;
color: #fff;
background-color: #12a252;
text-decoration: none;
font-size: 18px;
}
.cstmskin_btn:hover,
.done_btn:hover,
.cstmskin_btn:focus,
.done_btn:focus {
color: #fff;
}
.skswrpr,
.dlt_btn {
display: none;
}
.cstmutbewpr {
width: 100%;
float: left;
margin-top: 10px;
margin-left: 40px;
}
.cstmutbewpr ul.enough_waffling li {
width: auto;
float: left;
margin-right: 20px;
}
.cstmutbewpr ul.enough_waffling li span {
float: left;
}
.cstmutbewpr ul.enough_waffling li label {
width: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.cstmutbewpr .cstmutbtxtwpr {
width: 100%;
float: left;
padding-top: 10px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p {
margin-left: 0px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label {
width: 120px;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
padding: 0px;
margin: 0px;
width: 100%;
float: left;
border: medium none;
}
.sfsi_socialwpr {
width: auto; display: flex;
align-items: center; }
.sfsi_socialwpr .sf_fb
{
float: left;
}
.sfsipyplfrm {
float: left;
margin-top: 10px;
width: 100%;
}
.sfsipyplfrm input[type="submit"] {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #0074a2;
cursor: pointer;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-decoration: underline;
}
.sfsipyplfrm input[type="submit"]:hover {
color: #2ea2cc
}
.pop_up_box_ex {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 5px 3px #d8d8d8;
color: #5a6570;
font-family: helveticaregular;
margin: 200px auto;
min-height: 150px;
padding: 20px 25px 0px;
position: relative;
width: 290px;
}
.pop_up_box_ex {
color: #5a6570;
font-family: helveticaregular;
}
.cstmutbchnlidwpr .utbe_instruction,
.cstmutbchnlnmewpr .utbe_instruction,
.lnkdin_instruction {
float: left;
line-height: 22px;
margin-top: 10px;
width: 100%;
}
.fb_iframe_widget iframe {
max-width: none;
}
.sfsi_mainContainer p.bldtxtmsg {
float: left;
font-size: 15px;
font-weight: bold;
margin-top: 12px;
width: 100%;
text-align: center;
}
.sfsinewplgndesc {
background: none repeat scroll 0 0 #e5e5e5;
float: left;
padding: 5px 10px 8px;
margin-top: 25px;
}
.sfsinewplgndesc>.clear>a {
color: #5a6570;
font-weight: bold;
}
.sfsiicnsdvwrp {
float: left;
width: 110px;
}
.sfsi_Sicons:not( .sfsi_Sicons_position_right ) .sf_subscrbe .bot_no {
background: rgba(0, 0, 0, 0) url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 18px !important;
margin-left: 0px;
margin-top: 0px;
padding: 1px 0; text-align: center;
top: 30px;
white-space: pre;
width: 33px;
height: 24px;
z-index: 9;
}
.sfsi_wicons a.sficn,
.sfsi_wicons .sfsi_inside a,
.sfsi_Sicons div a {
box-shadow: none;
border: none;
} .sfsi_Sicons .sf_pinit>span>span {
width: 38px !important;
right: -45px !important;
}
.sfsi_wicons a {
box-shadow: none !important;
}
a.sficn {
cursor: pointer;
}
.sfsi_Sicons .fb_iframe_widget>span {
vertical-align: top !important;
}
.sfsi_Sicons .sf_fb
{
margin: 0 -10px 0px 2px !important;
}
.disabled_checkbox .sfsi_right_info:before {
position: absolute;
content: "";
width: 500px;
height: 60px;
display: inline-block;
z-index: 99;
margin-left: -59px;
margin-top: -14px;
background: rgba(255, 255, 255, .6);
}
.disabled_checkbox .sfsi_right_info.sfsi_Woocommerce_disable:before {
margin-left: -49px !important;
width: 400px;
}
#sfsi_floater .fb_tool_bdr .sfsi_inside .icon2 { }
.sfsi_wechat_follow_overlay {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.7);
height:100vh;
}
.sfsi_wechat_follow_overlay .close_btn {
position: absolute;
right: 60px;
top: 60px;
font-size: 40px;
line-height: 40px;
text-decoration: none;
border: 1px solid #fff;
padding: 0 10px;
border-radius: 60px;
color: #333;
background-color: #ffff;
text-decoration: none;
}
@media (max-width:786px) {
.sfsi_upload_butt_container {
display: inline-block;
}
.upload_butt {
height: 38px;
}
.sfsi_wechat_follow_overlay .sfsi_inner_display>div div.sfsi_upload_butt_container:first-child {
margin-left: 0;
margin-right: 20px;
}
} #accordion1 p:nth-child(2) {
padding-top: 0px !important;
}
input[name="sfsi_instagram_manualCounts"] {
margin-left: -15px !important;
}
.sfsi_prem_cmn_rowlisting {
width: 33.33%;
}
.rss_url_row h4 {
line-height: 43px !important;
font-size: 17px !important;
font-family: 'helveticaneue-light' !important;
}
.cstmutbchnlnmewpr p.extra_pp label {
width: auto !important;
}
.cstmutbchnlidwpr p.extra_pp label {
width: auto !important;
}
.tab_3_option {
margin: 10px 0 0;
}
div.tab3 .sub_row.stand.sec_new {
margin: 0;
}
div#custom_social_data_setting h4 {
padding-bottom: 30px;
}
.like_pop_box img.sfcm {
height: 50px;
width: 50px;
}
.linkedin_tool_bdr {
line-height: 0 !important;
}
.twt_tool_bdr {
line-height: 0 !important;
}
div#sfsiid_facebook {
line-height: 0 !important;
}
div#sfsiid_youtube {
line-height: 0 !important;
}
.printst_tool_bdr {
line-height: 0 !important;
}  ul.SFSI_instructions li,
ul.SFSI_instructions li a {
font-size: 17px !important;
font-family: helveticaregular !important;
font-weight: 400;
color: #1a1d20 !important;
}
body .specify_counts .listing .sfsi_instagramInstruction li {
font-size: 17px !important;
font-family: helveticaregular !important;
font-weight: 400 !important;
color: #1a1d20 !important;
line-height: 26px !important;
} a.pop-up .radio {
opacity: 0.5;
background-position: 0px 0px !important; }
.sfsi_vertically_center {
display: flex;
justify-content: space-between;
align-items: center;
}
.sfsi_center {
display: flex;
justify-content: center;
}
.sfsi_custom_icons_q4 {
display: flex;
align-items: center;
}
.tab6 .sfsi_responsive_icon_option_li .options .first.first.first {
width: 25%!important;
}
.sfsi_responsive_icon_gradient{
background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.17) 0%,rgba(255, 255, 255, 0.17) 100%);
background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.17) 0%,rgba(255, 255, 255, 0.17) 100%); }
.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns li {
width: 50%;
max-width: 450px;
padding-left: 0;
padding-bottom: 0;
}
.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr > li {
width:100% !important;
max-width:100% !important;
border-left: 45px solid transparent;
}
.tab6 ul.sfsi_icn_listing8 li {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
}
ul.sfsi_icn_listing8 li .sfsi_right_info a {
outline: 0;
font-family: helveticaregular;
}
#accordion .tab6 ul.sfsi_tab_3_icns {
margin-top: 25px;
}
.sfsi_tab_3_icns.sfsi_shwthmbfraftr {
overflow: visible;
}
ul.sfsi_tab_3_icns {
list-style: none;
margin: 34px 0 0;
overflow: hidden;
}
.tab6 ul.sfsi_icn_listing8 li {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
}
.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr .social_icon_like1 li {
width: auto;
min-width: auto;
margin: 0 30px 0 0;
}
ul.sfsi_tab_3_icns label {
float: left;
line-height: 42px;
color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 120px;
}
.tab6 ul.sfsi_tab_3_icns li label {
line-height: 50px !important;
}
#accordion1 .tab6 ul.sfsi_shwthmbfraftr .labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4 {
color: #555;
font-size: 20px;
margin-left: 20px;
font-family: 'helveticaregular';
}
.tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(1), .tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(2){
width: 27% !important;
}
.tab6 ul.sfsi_tab_3_icns li .radio{
margin-top: 7px;
}
ul.sfsi_icn_listing8 li .tb_4_ck{
float: left;
}
.sfsi_responsive_default_icon_container .radio_section.tb_4_ck, .sfsi_responsive_custom_icon_container .radio_section.tb_4_ck {
margin: 5px 20px 0 0 !important;
}
.sfsi_responsive_icon_option_li .options .field .select {
font-family: helveticaregular;
font-weight: 400;
font-size: 17px;
color: #5a6570!important;
}
.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns .usually li {
width: 100% !important;
max-width: 1000px !important;
padding: 3px 0 5px 5px !important;
}
.sfsi_responsive_icons a{
text-decoration: none!important;
box-shadow: none!important;
}
.sfsi_responsive_icons *{
box-shadow: none!important;
}
.sfsi_responsive_icon_facebook_container {
background-color: #336699;
}
.sfsi_responsive_icon_follow_container {
background-color: #00B04E;
}
.sfsi_responsive_icon_twitter_container{
background-color: #020202;
}
.sfsi_responsive_icon_pinterest_container {
background-color: #cb3233;
}
.sfsi_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_responsive_icons .sfsi_icons_container span {
font-family: sans-serif;
font-size: 15px;
}
.sfsi_icons_container_box_fully_container {
flex-wrap: wrap;
}
.sfsi_responsive_icons .sfsi_icons_container_box_fully_container a {
flex-basis: auto !important;
flex-grow: 1;
flex-shrink: 1;
}
.sfsi_icons_container>a {
float: left!important;
text-decoration: none!important;
-webkit-box-shadow: unset!important;
box-shadow: unset!important;
-webkit-transition: unset!important;
transition: unset!important;
margin-bottom:5px!important;
}
.sfsi_small_button {
line-height: 0px;
height: unset;
padding: 6px !important;
}
.sfsi_small_button span {
margin-left: 10px;
font-size: 16px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_small_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_medium_button {
line-height: 0px;
height: unset;
padding: 9px 10px !important;
}
.sfsi_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_responsive_icons_count{
padding: 5px 10px;
float: left !important;
display: inline-block;
margin-right: 0px;
margin-top: 2px;
}
.sfsi_responsive_icons_count h3{
font-family: 'sans-serif' !important;
font-weight: 900;
font-size: 32px !important;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons_count h6{
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_with_counter_icons{
width: calc(100% - 100px)!important;
}
.sfsiresponsive_icon_preview {
padding: 0px 0 20px 0;
min-width: 100%;
}
.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_large_button {
padding: 12px 13px 9px 13px !important;
}
.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_responsive_icons_count.sfsi_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_responsive_icons_count.sfsi_small_button h6 {
display: inline-block;
font-size: 12px !important;
vertical-align: middle;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_responsive_icons_count.sfsi_medium_button h3 {
font-size: 21px !important;
vertical-align: top;
line-height: 8px !important;
margin: 0px 0px 12px 0px !important;
font-weight: 900;
padding: 0px;
}
.sfsi_esponsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
margin: 0px 0px 15px 0px !important;
}
.sfsi_responsive_icons_count.sfsi_large_button h3 {
font-size: 26px !important;
vertical-align: top;
line-height: 6px !important;
}
.sfsi_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
}
.sfsi_responsive_icons_count.sfsi_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
margin: 0px !important;
}
.sfsi_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_responsive_icons_count {
vertical-align: top;
}
.sfsi_responsive_icons_count {
float: left;
}
.sfsi_small_button {
line-height: 0px;
height: unset;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
margin: 0px !important;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
font-family: helveticaregular!important;
border: 0!important;
}
.sfsi_responsive_icons_count h3 {
line-height: 0px !important;
padding: 0px;
}
.sfsi_responsive_icons_count.sfsi_small_button h6 {
display: inline-block;
font-size: 12px !important; margin: 0px !important;
line-height: initial !important;
padding: 0;
margin: 0;
}
.sfsi_responsive_icons_count h6{
margin:0!important;
}
.sfsi_responsive_icons_count h6 {
padding: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6{
text-decoration: none!important;
font-family: helveticaregular!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_medium_button h6{
font-size: 11px !important;
line-height: 0px !important;
margin: 0px 0px 0px 0px !important;
} .export_selections{
clear: both;
color: #afafaf;
font-size: 23px;
display: flex;
height: 0px;
position: absolute;
top: 42px;
right: 0;
}
.save_export{
clear: both;
position: relative;
}
.export{
padding-right: 11px;
text-decoration: underline;
cursor: pointer;
}
.sf_subscrbe .bot_no,
.sf_fb .bot_no,
.sf_fb_share .bot_no,
.sf_twiter .bot_no,
.sf_pinit .bot_no,
.sf_linkedin .bot_no
{
background: rgba(0, 0, 0, 0) url(//vuelteando.com/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 19px !important;
margin-left: 0; text-align: center;
white-space: pre;
width: 35px;
height: 20px;
z-index: 9;
display: inline-block; }
.sfsi_icons_container>a {
float: left !important;
text-decoration: none !important;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
-webkit-transition: unset !important;
transition: unset !important;
}
.sfsi_icons_container a:hover,
.sfsi_icons_container a:focus,
.sfsi_icons_container a:active {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
}
.sfsi_Sicons .sfsi_icons_container img {
height: unset !important;
width: unset !important;
}
.sfsi_flex_container {
display: flex;
flex-wrap: wrap;
overflow-y: scroll;
height: 36vh;
}
.sfsi_flex_container>div {
height: 90px;
width: 139px;
margin: 10px;
margin-bottom: 0;
text-align: center;
font-size: 30px;
position: relative;
border: 1px solid #ddd;
}
.sfsi_flex_container>div>a>img {
width: 100%;
height: 88px;
object-fit: scale-down;
}
.sfsi_flex_container>div a {
position: relative;
margin: 0;
padding: 0;
z-index: 100;
height: 90px;
}
.sfsi_pinterest_overlay {
position: absolute;
top: -61px;
left: 0;
width: 100%;
height: 90px;
z-index: 1000;
display: inline-block;
background: rgba(189, 8, 28, .3);
text-align: center;
padding-top: 22px;
color: #fff;
transition: all .3s;
display: none;
}
.sfsi_flex_container>div:hover a .sfsi_pinterest_overlay {
display: block;
}
.sfsi_socialwpr img{
height: 20px;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon img {
height: 20.5px!important;
margin:0 !important;
padding:0 !important; padding-top: 0!important;
width: auto!important; max-width: inherit!important;
min-width: inherit!important;
position: unset!important; }
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon a{
float: none!important;
margin:0 !important;
padding:0 !important;
text-decoration: none!important;
line-height:unset!important;
font-size: inherit!important;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget , .sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget>*{
float: none!important;
vertical-align: unset!important;
height: 20px !important;
position: unset!important;
margin-top: 0!important;
padding-top: 0!important;
width: 59px!important;
min-width: unset!important;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon { vertical-align: unset!important; position: unset!important;
margin: 0 4px!important; width: unset!important;
text-align: unset!important;
max-width: 100%!important;
display: flex !important;
align-items: center !important;
}
.sfsi_tool_tip_2.utube_tool_bdr .icon1 {
margin-left: 13px!important;
}
.sfsi_shortcode_container .sfsi_wicons {
z-index: 110 !important;
} .sfsi_left-align_icon {
text-align: left !important;
} .sfsi_tool_tip_2 .sfsi_inside div:first-child {
margin-top: 0 !important;
}
.sfsi_tool_tip_2 .sfsi_inside div:last-child {
margin-bottom: 0 !important;
}
#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon2 {
margin: 0 0 6px 0 !important;
height: 20px;
width: 90px;
}
#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon3 {
width: 68px;
margin-top: 0 !important;
}
.sfsi_tool_tip_2 .sfsi_inside {
margin-left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.sfsi_tool_tip_2 {
border: 0px;
box-shadow: #86868654 0 0 25px 1px;
border-radius: 6px;
padding: 8px 12px 8px 12px;
width: 140px;
transform: translateX(-50%);
margin:0;
bottom: calc(100% + 8px);
}
.sfsi_tool_tip_2::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
}
.sfsi_tool_tip_2 .bot_arow {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0;
border-color: #fff transparent transparent;
bottom: -5px;
background: none;
}
.sfsi_icons_container>a {
padding: 2px 0;
}
.sfsi_responsive_icons_count.sfsi_small_button {
margin-top: 2px !important;
}
.sfsi_responsive_icons_count {
margin-top: 0;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button {
display: inline-flex !important;
align-items: center;
padding: 10px 13px !important;
white-space: nowrap;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
margin: 0 7px 0 0 !important;
font-size: 18px !important;
line-height: 18px !important;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h6 {
line-height: 14px;
font-size: 14px;
}
.linkedin_tool_bdr .sfsi_inside .icon2 {
margin-right: 0 !important;
}
.linkedin_tool_bdr .sfsi_inside .icon1,
.linkedin_tool_bdr .sfsi_inside .icon2,
.linkedin_tool_bdr .sfsi_inside .icon3,
.linkedin_tool_bdr .sfsi_inside .icon4 {
width: auto;
}
.linkedin_tool_bdr .sfsi_inside .icon3 {
margin-right: 0;
}
.linkedin_tool_bdr .sfsi_inside .icon3 .IN-widget {
width: 106px;
}
.vk_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0 3px 0;
height: auto;
display: inline-block;
float: none;
}
.vk_tool_bdr .sfsi_inside .icon2 {
margin: 3px auto;
min-height: 25px !important;
display: block;
overflow: hidden;
}
.vk_tool_bdr .sfsi_inside .icon1 img {
width: 80px;
}
.vk_tool_bdr .sfsi_inside .icon2 img {
width: 80px;
height: 24px;
}
.sfsi_responsive_icons .sfsi_responsive_icon_pinterest_container {
background-color: #CB3233;
} .sfsi_premium_sticky_icons_container {
flex-direction: column;
display: flex;
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_container a {
display: block;
text-align: center;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_right_button_container {
right: 0;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_left_button_container {
left: 0;
}
.sfsi_premium_sticky_mobile_icons_container {
display: flex;
position: fixed;
width: 100% !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container a {
width: 100% !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_top {
top: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_bottom {
bottom: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container {
height: 40px;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
display: flex;
justify-content: center;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container img {
padding: 9px;
vertical-align: middle !important;
box-shadow: unset !important;
-webkit-box-shadow: unset !important;
max-width: 40px !important;
max-height: 40px !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container span {
padding: 7px;
vertical-align: middle !important;
box-shadow: unset !important;
-webkit-box-shadow: unset !important;
line-height: 40px
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_sticky_custom_icon{
width:40px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container{
width: 40px;
font-size: 12px;
height: 40px;
line-height: 20px;
margin: 0px !important;
padding-top: 3px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6 {
margin: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container .sfsi_premium_sticky_icons_count {
width: 100% !important;
padding-top: 4px;
}
amp-facebook-like{
height: 21px;
margin-bottom:-7px
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_responsive_icon_follow_container img{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 7px;
padding-left: 7px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3{
font-size: 16px !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6{
font-size: 9px !important;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 11px;
padding-left: 10px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count_text{
font-size:12px!important;
}
.sfsiaftrpstwpr {
display: flex;
justify-content: flex-start;
max-width: 100% !important;
clear: both;
}
@media screen and (max-width: 569px) {
.sfsi_responsive_fluid div span {
display: none;
}
} .sfsi_actvite_theme_flat .inerCnt .sfcm.sfsi_wicon {
padding: 0;
border: medium none !important;
width: 55% !important;
height: auto;
position: absolute;
top: 50%;
transition: inherit;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.sfsi_actvite_theme_flat .inerCnt .sficn {
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
height: 100%;
} .sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon {
opacity: 0.6 !important;
}
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
opacity: 1 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
z-index: 99999 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi_Sicons.sfsi-mouseOver-effect .sf_icon a,
.sfsi_Sicons.sfsi_Sicons_position_right .sf_subscrbe.sf_icon a {
display: inline-block;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget,
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget>* {
margin-left: 0;
}
.vk_tool_bdr .sfsi_inside .icon1,
.vk_tool_bdr .sfsi_inside .icon1 a,
.vk_tool_bdr .sfsi_inside .icon2,
.vk_tool_bdr .sfsi_inside .icon2 a {
display: flex;
align-items: center;
}
#sfsi_floater .sfsi_tool_tip_2 {
display: none;
}
.margin-enable-count{
margin-left: -13px !important;
}
.sf_fb iframe{
margin-top: 2px !important;
}
.success-alert {
display: none;
position: fixed;
top: 100px; right: 10px; background-color: #4CAF50;
color: white;
text-align: center;
padding: 15px;
border-radius: 5px;
z-index: 99999;
} @keyframes intro-animation {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
} @keyframes fade-out {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}@font-face{font-family:'FontAwesome';font-display: swap;src:url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=77.5em&xxlarge=100em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:normal;line-height:1.6;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:auto}[data-whatinput='mouse'] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:600;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.5rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}h2,.h2{font-size:1.375rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}h3,.h3{font-size:1.25rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}h4,.h4{font-size:1.125rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}h5,.h5{font-size:1rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}h6,.h6{font-size:.875rem;line-height:1.15;margin-top:0;margin-bottom:1.25rem}@media print, screen and (min-width: 40em){h1,.h1{font-size:1.875rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.375rem}h4,.h4{font-size:1.125rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}}@media print, screen and (min-width: 64em){h1,.h1{font-size:2.375rem}h2,.h2{font-size:2.125rem}h3,.h3{font-size:1.625rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}}a{line-height:inherit;color:#0e0e0e;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#0c0c0c}a img{border:0}hr{clear:both;max-width:76.875rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ol ul,ul ol,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#0a0a0a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#0a0a0a;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print, screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print, screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 77.5em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:transparent !important;color:black !important;color-adjust:economy;box-shadow:none !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.row{max-width:76.875rem;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print, screen and (min-width: 64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media screen and (min-width: 77.5em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.is-collapse-child,.row.collapse>.column>.row,.row.collapse>.columns>.row{margin-right:0;margin-left:0}.column,.columns{flex:1 1 0px;padding-right:.625rem;padding-left:.625rem;min-width:0}@media print, screen and (min-width: 40em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print, screen and (min-width: 64em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.small-offset-0{margin-left:0%}.small-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.6666666667%}.small-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-offset-3{margin-left:25%}.small-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.6666666667%}.small-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.small-offset-6{margin-left:50%}.small-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.6666666667%}.small-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.small-offset-9{margin-left:75%}.small-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1{flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}.small-up-2{flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}.small-up-3{flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-up-4{flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}.small-up-5{flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}.small-up-6{flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-up-7{flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.small-up-8{flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}@media print, screen and (min-width: 40em){.medium-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.medium-offset-0{margin-left:0%}.medium-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-7{flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.medium-up-8{flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print, screen and (min-width: 40em) and (min-width: 40em){.medium-expand{flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:0 0 100%}@media print, screen and (min-width: 40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:1 1 0px}}@media print, screen and (min-width: 40em){.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print, screen and (min-width: 64em){.large-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.large-offset-0{margin-left:0%}.large-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6666666667%}.large-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6666666667%}.large-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6666666667%}.large-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-7{flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.large-up-8{flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print, screen and (min-width: 64em) and (min-width: 64em){.large-expand{flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{flex:0 0 100%}@media print, screen and (min-width: 64em){.row.large-unstack>.column,.row.large-unstack>.columns{flex:1 1 0px}}@media print, screen and (min-width: 64em){.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media screen and (min-width: 77.5em){.xlarge-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xlarge-offset-0{margin-left:0%}.xlarge-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xlarge-offset-1{margin-left:8.3333333333%}.xlarge-3{flex:0 0 25%;max-width:25%}.xlarge-offset-2{margin-left:16.6666666667%}.xlarge-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xlarge-offset-4{margin-left:33.3333333333%}.xlarge-6{flex:0 0 50%;max-width:50%}.xlarge-offset-5{margin-left:41.6666666667%}.xlarge-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xlarge-offset-7{margin-left:58.3333333333%}.xlarge-9{flex:0 0 75%;max-width:75%}.xlarge-offset-8{margin-left:66.6666666667%}.xlarge-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xlarge-offset-10{margin-left:83.3333333333%}.xlarge-12{flex:0 0 100%;max-width:100%}.xlarge-offset-11{margin-left:91.6666666667%}.xlarge-up-1{flex-wrap:wrap}.xlarge-up-1>.column,.xlarge-up-1>.columns{flex:0 0 100%;max-width:100%}.xlarge-up-2{flex-wrap:wrap}.xlarge-up-2>.column,.xlarge-up-2>.columns{flex:0 0 50%;max-width:50%}.xlarge-up-3{flex-wrap:wrap}.xlarge-up-3>.column,.xlarge-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xlarge-up-4{flex-wrap:wrap}.xlarge-up-4>.column,.xlarge-up-4>.columns{flex:0 0 25%;max-width:25%}.xlarge-up-5{flex-wrap:wrap}.xlarge-up-5>.column,.xlarge-up-5>.columns{flex:0 0 20%;max-width:20%}.xlarge-up-6{flex-wrap:wrap}.xlarge-up-6>.column,.xlarge-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xlarge-up-7{flex-wrap:wrap}.xlarge-up-7>.column,.xlarge-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.xlarge-up-8{flex-wrap:wrap}.xlarge-up-8>.column,.xlarge-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width: 77.5em) and (min-width: 77.5em){.xlarge-expand{flex:1 1 0px}}.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{flex:0 0 100%}@media screen and (min-width: 77.5em){.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{flex:1 1 0px}}@media screen and (min-width: 77.5em){.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-right:0;padding-left:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}.shrink{flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}@media print, screen and (min-width: 64em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}.media-object{display:flex;margin-bottom:1rem;flex-wrap:nowrap}.media-object img{max-width:none}@media print, screen and (max-width: 39.99875em){.media-object.stack-for-small{flex-wrap:wrap}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print, screen and (max-width: 39.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{flex:1 1 0px}.hide{display:none !important}.invisible{visibility:hidden}@media print, screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em), screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print, screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}@media print, screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.99875em), screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print, screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.99875em){.show-for-large{display:none !important}}@media print, screen and (min-width: 64em) and (max-width: 77.49875em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.99875em), screen and (min-width: 77.5em){.show-for-large-only{display:none !important}}@media screen and (min-width: 77.5em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 77.49875em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 77.5em) and (max-width: 99.99875em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 77.49875em), screen and (min-width: 100em){.show-for-xlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::before,.clearfix::after{display:table;content:' ';flex-basis:0;order:1}.clearfix::after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print, screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print, screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width: 77.5em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print, screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print, screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 77.5em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.reset,.subheader ul,.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu,.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li,.widget.widget_calendar table,.searchform fieldset,.slick-dots{margin:0;padding:0}.cf:before,.post:before,.post-author:before,.authorpage:before,.addresses:before,.cf:after,.post:after,.post-author:after,.authorpage:after,.addresses:after{content:" ";display:table}.cf:after,.post:after,.post-author:after,.authorpage:after,.addresses:after{clear:both}.screen-reader-text{display:none}.disable-hover,.disable-hover *{pointer-events:none !important}.endcolumn [class*="column"]+[class*="column"]:last-child,.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div [class*="column"]+[class*="column"]:last-child,.other_videos .row [class*="column"]+[class*="column"]:last-child,.related-posts .row [class*="column"]+[class*="column"]:last-child{float:left}@media only screen and (min-width: 64.063em){.thb-five{flex:0 0 20%;max-width:20%}}.transition,.post-gallery img,.mobile-menu li span,.mobile-menu li a,.post.post-overlay.show-excerpts .post-content,.circle_rating,input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea,.products .product .product_thumbnail.thb_hover .product_thumbnail_hover,.products .product.product-category a div span{-webkit-transition:all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.quick-transition,.thb-next-arrow,.quick_search,.quick_search.active .quick_searchform,.post .post-title h6,.post .post-bottom-meta .comment_icon,.post.carousel-listing:after,.post.post-overlay.center-title .post-gallery>a:after,.post.post-overlay.center-gradient .post-gallery>a:after,.post.post-overlay.bottom-gradient .post-gallery>a:after,.post.post-overlay.top-gradient .post-gallery>a:after,.post.post-overlay.color1-gradient .post-gallery>a:after,.post.post-overlay.color2-gradient .post-gallery>a:after,.post.post-overlay.color3-gradient .post-gallery>a:after,.post.post-overlay.color4-gradient .post-gallery>a:after,.post.post-overlay.color5-gradient .post-gallery>a:after,.post.carousel-style2,.post.carousel-style2 .post-bottom-meta,.post.carousel-style4,.post.carousel-style5 .post-content,.widget.widget_socialicons .social,.thb-category-slide .thb-category-container,.thb-category-slide .thb-slide-link,.mfp-zoom-in .mfp-with-anim,.mfp-zoom-in .mfp-iframe-scaler,.mfp-zoom-in .mfp-inline-holder,.mfp-zoom-in .mfp-close,.mfp-zoom-in.mfp-bg,.mfp-zoom-out .mfp-with-anim,.mfp-zoom-out.mfp-bg,.thb-login-form .thb-form-container,.thb-login-form .thb-form-container .thb-login,.thb-login-form .thb-form-container .thb-register,.thb-login-form .thb-form-container .thb-lost,.thb-login-form ul li a:after,.thb-login-form ul li span:after,.products .product .product_after_title .product_after_shop_loop_buttons,.products .product .product_after_title .product_after_shop_loop_price,.btn,.button,input[type=submit]{-webkit-transition:all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.mid-transition,.thb-social-links-container .thb-social-link .thb-social-icon-container{-webkit-transition:all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.linear-transition{-webkit-transition:all 1s linear;-moz-transition:all 1s linear;-o-transition:all 1s linear;transition:all 1s linear}.linear-quick-transition,.thb-next-arrow .bar,a,.post .post-gallery img,.post.format-gallery .post-gallery>a:after,.post.format-gallery .post-gallery>a:before,.post.format-video .post-gallery>a:after,.post.format-video .post-gallery>a:before,.widget.widget_socialcounter ul li a .fa,.slick,.slick:after,.slick-list,.slick-nav,.slick-dots li button,.post-title-bullets li button span{-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.linear-mid-transition{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.admin-bar .admin-style,.admin-bar .subheader.fixed{top:0}@media screen and (min-width: 601px){.admin-bar .admin-style,.admin-bar .subheader.fixed{top:46px}}@media screen and (min-width: 783px){.admin-bar .admin-style,.admin-bar .subheader.fixed{top:32px}}.boxed{max-width:1230px;width:100%;margin:0 auto}.row{padding:0 10px}.row:before{content:none}.row.mpc-row{display:flex}.row.thb-arrow-enabled,.row.thb-divider-enabled,.row.thb-overlay-enabled{position:relative}.row.thb-divider-enabled>.columns,.row.thb-overlay-enabled>.columns{z-index:2}.row.vc_row:before{content:none}.row.vc_row:not(.vc_inner){margin:0 auto;width:100%}@media only screen and (min-width: 40.063em){.row{padding:0 15px}}@media only screen and (min-width: 40.063em){.row.style5-container{padding:0 25px;max-width:79.375em}}.row .row{padding:0}.row .row.vc_row.max_width{margin:0 auto}.row.row-o-full-height{display:flex;min-height:100vh}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.row.row-o-full-height{height:100vh}}.row.row-o-columns-bottom{align-items:flex-end}.row.row-o-columns-middle{align-items:center}.row.row-o-content-middle .vc_column-inner{display:flex;align-items:center}.row.row-o-content-middle .vc_column-inner{display:flex;flex-direction:column;justify-content:center}.row.top-padding{padding-top:30px}.row.grid{margin:0}@media only screen and (min-width: 80em){.row.grid{margin:0 -1px}}.row.grid .columns{padding:0 1px}.row.grid .columns .post{margin-bottom:2px}.row.grid .row{margin:0 -1px}.row.post-carousel-style2{margin:0}.row.post-carousel-style2 .columns{flex:1;display:flex}.row.post-carousel-style2 .columns .post{margin-bottom:0;width:100%}.row.post-carousel-style2 .slick-track{display:flex}.row.post-carousel-style2.grid{margin:0}.row.post-carousel-style2.grid .columns{padding:0}.row.full-width-row{width:100%;margin-left:auto;margin-right:auto;max-width:100%}.row.no-row-padding{padding:0}.row.no-padding{margin:auto}.row.no-padding>.columns,.row.no-padding .owl-item>.columns{padding:0}.row.full-height-content>.table{width:100%}.row.max_width{max-width:76.875em !important;padding:0;margin:0 auto}@media only screen and (min-width: 40.063em){.row.max_width{padding:0 15px}}.row.video_bg{overflow:hidden}.row .thb-divider-container{position:absolute;top:auto;bottom:0;left:0;z-index:1;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.row .thb-divider-container .thb-svg-divider{width:100%;left:0;bottom:-1px;height:100%;position:absolute}.row .thb-divider-container[data-position="top"]{top:-1px;bottom:auto;transform:rotate(180deg)}.row .thb-divider-container[data-position="top"] .thb-svg-divider{bottom:auto;top:-1px}.row .thb-divider-container.second[data-position="both"]{top:-1px;bottom:auto;transform:rotate(180deg)}.row .thb-divider-container.second[data-position="both"] .thb-svg-divider{bottom:auto;top:-1px}.row .thb-divider-container.waves_opacity .thb-svg-divider path:nth-child(2){fill-opacity:0.15}.row .thb-divider-container.waves_opacity .thb-svg-divider path:nth-child(3){fill-opacity:0.3}.small-1\/5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}@media only screen and (min-width: 64.063em){.thb-5,.medium-1\/5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media only screen and (min-width: 64.063em){.large-1\/5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media only screen and (min-width: 64.063em){.thb-5-2{-webkit-flex:0 0 40%;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}.vc_editor.compose-mode .vc_element>.columns{width:100%;max-width:100%}.columns .vc_column-inner{width:100%}.columns:not(.full-height) .vc_column-inner:not(.fixed-me){height:100%}.custom_scroll{overflow:hidden;height:100%;position:relative}img:not([src]):not([srcset]){visibility:hidden}.post-gallery img.image-loading{opacity:0}.post-gallery img.image-loading.image-loaded{opacity:1}.lazy-load-off .post-gallery img.image-loading{opacity:1}.post-gallery img.attachment-post-thumbnail{max-height:75px}.fixed-me{will-change:top;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.table{display:flex;align-items:center}.table>div{width:100%}@media only screen and (min-width: 40.063em){.content-side{padding-right:45px;border-right:1px solid rgba(0,0,0,0.05)}}.thb-loading{position:relative}.thb-loading .post{opacity:0.2;pointer-events:none}.thb-loading:after{content:'' !important;width:38px;height:38px;position:absolute;display:block;bottom:40px;left:50%;margin-left:-19px;padding:3px;border-radius:19px;background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat}.thb-loading-center{position:relative}.thb-loading-center.category-element-content .post{opacity:0.2;pointer-events:none}.thb-loading-center:after{content:'' !important;width:38px;height:38px;position:absolute;display:block;top:50%;left:50%;margin-top:-19px;margin-left:-19px;padding:3px;border-radius:19px;background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat}.thb-loading-bottom{position:relative}.thb-loading-bottom.posts{padding-bottom:100px}.thb-loading-bottom:after{content:'' !important;width:38px;height:38px;position:absolute;display:block;bottom:40px;left:50%;margin-left:-19px;padding:3px;border-radius:19px;background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat}.thb-next-arrow{width:auto}.thb-next-arrow .bar{opacity:0;-webkit-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.thb-has-next-arrow:hover .thb-next-arrow{-webkit-transform:translateX(2px);-moz-transform:translateX(2px);-ms-transform:translateX(2px);-o-transform:translateX(2px);transform:translateX(2px)}.thb-has-next-arrow:hover .bar{opacity:1;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.lazyload,.lazyloading{opacity:0.3;-webkit-filter:blur(5px);-moz-filter:blur(5px);filter:blur(5px)}.lazyloaded{opacity:1;-webkit-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}html{height:100%}body{color:#525252;background:#fff;position:static;scroll-behavior:smooth}body div,body dl,body dt,body dd,body ul,body ol,body li,body pre,body form,body p,body th,body td{font-size:inherit;font-family:inherit}body p{font-style:normal;font-size:16px;font-weight:400;line-height:1.6em}body strong{font-weight:600}figure{margin:0}table{border-collapse:collapse;border-spacing:0}p{word-spacing:0.001em;font-feature-settings:"kern" 1;font-kerning:normal}a{color:#080808;outline:0}a:focus{color:#080808}a:hover{color:#649fd6}h1,h2,h3,h4,h5,h6{color:#080808;margin-top:0;letter-spacing:-0.03em;font-weight:600;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}#wrapper{position:relative;min-height:100vh;width:100%;margin:0 auto;display:flex;flex-direction:row;scroll-behavior:smooth;min-height:100%}#wrapper [role="main"]{position:relative;overflow:hidden;z-index:10}.error404 #wrapper [role="main"]{display:flex;flex:1;position:relative;width:100%}#wrapper [role="main"]>.row{background:#fff}.thb-boxed-on #wrapper [role="main"]{max-width:1230px;width:100%;margin:0 auto;background:#fff}#wrapper #content-container{display:flex;flex-direction:column;min-height:100vh;width:100%;-webkit-transition:all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)}#wrapper #content-container .click-capture{position:absolute;z-index:998;top:0;right:0;width:0;height:0;background:rgba(0,0,0,0.25);content:'';filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:opacity}#wrapper.open-menu{overflow:hidden}#wrapper.open-menu .header.fixed{margin-left:0;opacity:0;-webkit-transform:translate3d(280px, -100%, 0);-moz-transform:translate3d(280px, -100%, 0);-ms-transform:translate3d(280px, -100%, 0);-o-transform:translate3d(280px, -100%, 0);transform:translate3d(280px, -100%, 0)}@media only screen and (min-width: 40.063em){#wrapper.open-menu .header.fixed{margin-left:0;-webkit-transform:translate3d(380px, -100%, 0);-moz-transform:translate3d(380px, -100%, 0);-ms-transform:translate3d(380px, -100%, 0);-o-transform:translate3d(380px, -100%, 0);transform:translate3d(380px, -100%, 0)}}#wrapper.open-menu #content-container{margin-left:0;-webkit-transform:translate3d(280px, 0, 0);-moz-transform:translate3d(280px, 0, 0);-ms-transform:translate3d(280px, 0, 0);-o-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}@media only screen and (min-width: 40.063em){#wrapper.open-menu #content-container{margin-left:0;-webkit-transform:translate3d(380px, 0, 0);-moz-transform:translate3d(380px, 0, 0);-ms-transform:translate3d(380px, 0, 0);-o-transform:translate3d(380px, 0, 0);transform:translate3d(380px, 0, 0)}}#wrapper.open-menu #content-container .click-capture{width:100%;height:100%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;left:0}#wrapper.open-menu #content-container #footer{z-index:101}.thb-dark-mode-on{color:#fff}.thb-dark-mode-on h1,.thb-dark-mode-on h2,.thb-dark-mode-on h3,.thb-dark-mode-on h4,.thb-dark-mode-on h5,.thb-dark-mode-on h6,.thb-dark-mode-on p,.thb-dark-mode-on #comments #comment-toggle,.thb-dark-mode-on [role="main"] .post-content a:not(:hover):not(.single_category_title),.thb-dark-mode-on .widget{color:#fff}.thb-dark-mode-on .btn.black:not(:hover),.thb-dark-mode-on .button.black:not(:hover),.thb-dark-mode-on input[type=submit].black:not(:hover){background:rgba(255,255,255,0.1)}.thb-dark-mode-on .post-header.parallax_bg .inline_bg img{opacity:1}.thb-dark-mode-on .products .product .product_after_title .price,.thb-dark-mode-on .post-review ul li,.thb-dark-mode-on .post-review .post_comment,.thb-dark-mode-on .post .post-navi .columns a,.thb-dark-mode-on label,.thb-dark-mode-on .thb_shop_bar .woocommerce-result-count,.thb-dark-mode-on .thb_shop_bar .woocommerce-ordering select,.thb-dark-mode-on #comments a,.thb-dark-mode-on .post .gallery-pagination span{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .post:not(.carousel-style4):not(.post-detail) .post-title a,.thb-dark-mode-on .post .article-tags .tag-link,.thb-dark-mode-on .post .article-tags .tag-link:hover,.thb-dark-mode-on .author-content a,.thb-dark-mode-on #comments ol.commentlist .comment .meta,.thb-dark-mode-on #comments ol.commentlist .comment .fn a,.thb-dark-mode-on #comments ol.commentlist .comment .fn,.thb-dark-mode-on .pagination .page-numbers,.thb-dark-mode-on .trending-bar>aside,.thb-dark-mode-on .subcategory_container .thb-sibling-categories li a{color:#fff}.thb-dark-mode-on .share-article-vertical .social,.thb-dark-mode-on .share-article-vertical .social:first-child,.thb-dark-mode-on .pagination .page-numbers,.thb-dark-mode-on .post-author,.thb-dark-mode-on .authorpage,.thb-dark-mode-on .authorpage,.thb-dark-mode-on .slick.carousel-slider,.thb-dark-mode-on .post-grid-style7 .post,.thb-dark-mode-on .post.style6,.thb-dark-mode-on .category-title.style1 .thb-sibling-categories{border-color:rgba(255,255,255,0.25)}.thb-dark-mode-on .pagination .page-numbers:not(.dots):hover,.thb-dark-mode-on .pagination .page-numbers.current{color:#080808;border-color:#fff;background:#fff}.thb-dark-mode-on .widget .widget_title>strong span a{color:rgba(255,255,255,0.7)}.thb-dark-mode-on .widget .widget_title>strong span a.active{color:rgba(255,255,255,0.9)}.thb-dark-mode-on .post-review,.thb-dark-mode-on .post-review .post-review-content{border-color:rgba(255,255,255,0.1)}.thb-dark-mode-on .post-review ul li .progress{background:rgba(255,255,255,0.1)}.thb-dark-mode-on .style5-block-grid ul .post.listing,.thb-dark-mode-on .post+ul.point-list,.thb-dark-mode-on .post+ol.point-list,.thb-dark-mode-on .category-element-holder.style10 .post.just-title,.thb-dark-mode-on ul.point-list li,.thb-dark-mode-on ol.point-list li,.thb-dark-mode-on .category_title,.thb-dark-mode-on .category-element-holder.style6-fashion .post.style3,.thb-dark-mode-on .widget.widget_crypto .thb-crypto-list .thb-crypto,.thb-dark-mode-on .post .gallery-pagination{border-color:rgba(255,255,255,0.25)}.thb-dark-mode-on .post:not(.carousel-style4):not(.post-detail) .post-bottom-meta,.thb-dark-mode-on .post:not(.carousel-style4):not(.post-detail) .post-bottom-meta a,.thb-dark-mode-on .post .post-navi .columns span{color:rgba(255,255,255,0.6)}.thb-dark-mode-on .post:not(.carousel-style4) .post-bottom-meta svg{fill:rgba(255,255,255,0.6)}.thb-dark-mode-on .post.blog-post .entry-title,.thb-dark-mode-on .related-posts .related-title{border-bottom-color:rgba(255,255,255,0.25)}.thb-dark-mode-on .post .post-navi .columns,.thb-dark-mode-on #comments #comment-toggle,.thb-dark-mode-on .share-article{background:rgba(255,255,255,0.1)}.thb-dark-mode-on #comments,.thb-dark-mode-on #comments ol.commentlist,.thb-dark-mode-on #comments ol.commentlist .comment .comment-body,.thb-dark-mode-on #comments ol.commentlist .comment .comment_container{border-color:rgba(255,255,255,0.1)}.thb-dark-mode-on input[type="text"],.thb-dark-mode-on input[type="password"],.thb-dark-mode-on input[type="date"],.thb-dark-mode-on input[type="datetime"],.thb-dark-mode-on input[type="email"],.thb-dark-mode-on input[type="number"],.thb-dark-mode-on input[type="search"],.thb-dark-mode-on input[type="tel"],.thb-dark-mode-on input[type="time"],.thb-dark-mode-on input[type="url"],.thb-dark-mode-on textarea{background:transparent;border-color:rgba(255,255,255,0.2);color:#fff}.thb-dark-mode-on input[type="text"]:focus,.thb-dark-mode-on input[type="password"]:focus,.thb-dark-mode-on input[type="date"]:focus,.thb-dark-mode-on input[type="datetime"]:focus,.thb-dark-mode-on input[type="email"]:focus,.thb-dark-mode-on input[type="number"]:focus,.thb-dark-mode-on input[type="search"]:focus,.thb-dark-mode-on input[type="tel"]:focus,.thb-dark-mode-on input[type="time"]:focus,.thb-dark-mode-on input[type="url"]:focus,.thb-dark-mode-on textarea:focus{border-color:rgba(255,255,255,0.6);background:transparent;color:#fff}.thb-dark-mode-on .select2.select2-container--default .select2-selection--single{background:transparent;border-color:rgba(255,255,255,0.2)}.thb-dark-mode-on .select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff}.thb-dark-mode-on .select2.select2-container--default.select2-container--open .select2-selection--single{border-color:rgba(255,255,255,0.6);color:#fff}.thb-dark-mode-on .select2-container .select2-dropdown{border-color:rgba(255,255,255,0.6);color:#fff}.thb-dark-mode-on .select2-container .select2-dropdown{background:#000}.thb-dark-mode-on .select2-container .select2-dropdown .select2-results{background:transparent}.thb-dark-mode-on .select2-container .select2-dropdown .select2-search input{background:transparent !important;border-color:rgba(255,255,255,0.6)}.thb-dark-mode-on .select2-container--default .select2-results__option[aria-selected=true],.thb-dark-mode-on .select2-container--default .select2-results__option[data-selected=true],.thb-dark-mode-on .select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted{background:rgba(255,255,255,0.1)}.thb-dark-mode-on .product-page .product-information .product_meta>span,.thb-dark-mode-on .product-page .product-information .shares_text{color:rgba(255,255,255,0.6)}.thb-dark-mode-on .quantity .plus,.thb-dark-mode-on .quantity .minus{border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.8)}.thb-dark-mode-on .quantity .plus:hover,.thb-dark-mode-on .quantity .minus:hover{color:#fff}.thb-dark-mode-on .woocommerce-tabs .wc-tab{border-color:#1a1a1a}.thb-dark-mode-on .woocommerce-tabs .tabs{border-color:#1a1a1a}.thb-dark-mode-on .woocommerce-tabs .tabs li{border-color:#1a1a1a;background-color:rgba(255,255,255,0.06)}.thb-dark-mode-on .woocommerce-tabs .tabs li.active{background-color:transparent;border-right:1px solid #1a1a1a}.thb-dark-mode-on .woocommerce-tabs .tabs li.active a{color:#fff}.thb-dark-mode-on .woocommerce-tabs .tabs li a{color:#fff}.thb-dark-mode-on .shop_attributes tbody tr td,.thb-dark-mode-on .shop_attributes tbody tr th{border-color:rgba(255,255,255,0.15)}.thb-dark-mode-on .shop_attributes tbody tr th{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .shop_attributes tbody tr td{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .product-page .product-information .woocommerce-product-rating .woocommerce-review-link{color:rgba(255,255,255,0.6)}.thb-dark-mode-on .comment-form-rating p.stars a,.thb-dark-mode-on .comment-form-rating p.stars a:hover ~ a{color:rgba(255,255,255,0.4)}.thb-dark-mode-on .post_nav a{border-color:rgba(255,255,255,0.15)}.thb-dark-mode-on .post_nav a:hover{color:#080808;border-color:#fff;background:#fff}.thb-dark-mode-on .product-page .product-information .share-article-vertical .social:not(:hover){background:rgba(255,255,255,0.2)}.thb-dark-mode-on .shop-medium-title,.thb-dark-mode-on .thb-cart-empty p,.thb-cart-empty .thb-dark-mode-on p,.thb-dark-mode-on .woocommerce-checkout h2,.woocommerce-checkout .thb-dark-mode-on h2,.thb-dark-mode-on #customer_details h3,#customer_details .thb-dark-mode-on h3,.thb-dark-mode-on .woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content .thb-dark-mode-on h2,.thb-dark-mode-on .woocommerce-MyAccount-content h3,.woocommerce-MyAccount-content .thb-dark-mode-on h3,.thb-dark-mode-on .woocommerce-MyAccount-content legend,.woocommerce-MyAccount-content .thb-dark-mode-on legend,.thb-dark-mode-on .thb-cart-empty p,.thb-dark-mode-on .woocommerce-checkout h2,.thb-dark-mode-on .woocommerce-column__title,.thb-dark-mode-on #customer_details h3,.thb-dark-mode-on .woocommerce-MyAccount-content h2,.thb-dark-mode-on .woocommerce-MyAccount-content h3,.thb-dark-mode-on .woocommerce-MyAccount-content legend,.thb-dark-mode-on .addresses h3{color:#fff}.thb-dark-mode-on .products .product .product_after_title .button:hover{color:#fff}.thb-dark-mode-on .woocommerce-MyAccount-navigation ul li a{border-color:rgba(255,255,255,0.2)}.thb-dark-mode-on .shop_table thead tr th{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .shop_table tbody tr,.thb-dark-mode-on .shop_table thead tr,.thb-dark-mode-on .cart_totals h2,.thb-dark-mode-on #order_review_heading{border-color:rgba(255,255,255,0.25)}.thb-dark-mode-on .shop_table tbody tr,.thb-dark-mode-on .cart_totals .shop_table tbody tr,.thb-dark-mode-on .cart_totals .shop_table tfoot tr,.thb-dark-mode-on .shop_table.woocommerce-checkout-review-order-table tbody tr,.thb-dark-mode-on .shop_table.woocommerce-checkout-review-order-table tfoot tr,.thb-dark-mode-on .shop_table.order_details tbody tr,.thb-dark-mode-on .shop_table.order_details tfoot tr,.thb-dark-mode-on .shop_table.customer_details tbody tr,.thb-dark-mode-on .shop_table.customer_details tfoot tr{border-color:rgba(255,255,255,0.2)}.thb-dark-mode-on .cart_totals .shipping-calculator-button{border-color:#fff}.thb-dark-mode-on .cart_totals .shop_table,.thb-dark-mode-on .shop_table.woocommerce-checkout-review-order-table,.thb-dark-mode-on .shop_table.order_details,.thb-dark-mode-on .shop_table.customer_details,.thb-dark-mode-on .shop_table tfoot{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .customer_login h3+p{color:rgba(255,255,255,0.8)}.thb-dark-mode-on .customer_login .thb_account_box{background:rgba(255,255,255,0.05);border-color:transparent}.thb-dark-mode-on .customer_login .thb_account_box.register_box{background:transparent;border-color:rgba(255,255,255,0.1)}.thb-dark-mode-on .payment_methods .wc_payment_method{border-bottom-color:rgba(255,255,255,0.2)}h1,h2,h3,h4,h5,h6{margin-bottom:20px}h5,h6{line-height:1.4}h6{margin-bottom:10px}hr{border-color:#eee}ul,ol{margin-left:0;list-style-position:inside;font-size:inherit}ul ul,ul ol,ol ul,ol ol{margin-left:15px}ul li,ol li{margin-bottom:10px}ul li:last-child,ol li:last-child{margin:0}ul.no-list,ol.no-list{list-style:none}ul.double-side li,ol.double-side li{vertical-align:middle;display:inline-block}@media only screen and (min-width: 40.063em){ul.double-side li,ol.double-side li{width:49%}}@media only screen and (min-width: 40.063em){ul.double-side li:nth-child(even),ol.double-side li:nth-child(even){padding-left:30px}}ul.point-list,ol.point-list{list-style:none}ul.point-list li,ol.point-list li{padding-left:14px;padding-bottom:10px;border-bottom:1px dotted rgba(0,0,0,0.25);margin-bottom:15px}ul.point-list li .post-bottom-meta,ol.point-list li .post-bottom-meta{margin:0}ul.point-list li:before,ol.point-list li:before{content:'';display:block;width:5px;height:5px;position:absolute;top:5px;left:0;background:#649fd6}ul.point-list li:last-child,ol.point-list li:last-child{border:0;padding-bottom:0;margin-bottom:0}.post+ul.point-list,.post+ol.point-list{border-top:1px dotted rgba(0,0,0,0.25);padding-top:15px}ol{counter-reset:item;list-style:none}ol li:before{content:counter(item);counter-increment:item;color:#7a7a7a;display:inline-block;height:28px;line-height:24px;margin-right:10px;width:28px;border:2px solid #7a7a7a;background:#fff;text-align:center;font-size:12px;font-weight:800;border-radius:14px}.rtl ol li:before{margin-right:0;margin-left:10px}ol li ul{margin-top:10px;margin-left:40px;list-style-type:initial}ol li ul li:before{display:none}ol li ol{margin-top:10px;margin-left:40px}ol li ol li:before{content:counter(item);counter-increment:item;color:#7a7a7a;display:inline-block;height:28px;line-height:24px;margin-right:10px;width:28px;border:2px solid #7a7a7a;background:#fff;text-align:center;font-size:12px;font-weight:800;border-radius:14px}.rtl ol li ol li:before{margin-right:0;margin-left:10px}blockquote{position:relative;clear:both;padding:37px 15px;margin:10px 0;text-align:center;border:0}@media only screen and (min-width: 40.063em){blockquote{padding:37px;margin:20px 0}}blockquote p{font-size:18px;font-weight:500;color:#080808;line-height:1.16;text-transform:uppercase;margin:0}@media only screen and (min-width: 40.063em){blockquote p{font-size:24px}}blockquote cite{color:#080808;font-size:12px}cite{font-weight:500;font-size:14px;color:#080808;font-style:normal;line-height:1;margin-top:20px}cite:before{display:none}pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:1em;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}pre.wp-block-verse{white-space:nowrap;overflow:auto}.subheader{line-height:40px;direction:ltr;margin-top:0;margin-bottom:0;position:relative;z-index:12;width:100%;display:flex;align-items:center}.subheader .subheader-menu>ul>li:first-child>a{padding-left:0}.rtl .subheader>.row{direction:rtl}.rtl .subheader>.row .text-right{text-align:left}.subheader ul{font-size:11px}.subheader ul>li{margin:0;padding:0;display:inline-block}.subheader ul>li>span{display:inline-flex;padding:0 0 0 5px;line-height:40px;font-weight:600}@media only screen and (min-width: 80em){.subheader ul>li>span{padding:0 0 0 10px}}.subheader ul>li>a{display:inline-flex;padding:0 5px;line-height:40px}.subheader ul>li>a .fa{margin-left:5px}@media only screen and (min-width: 80em){.subheader ul>li>a{padding:0 10px}}.subheader ul>li>a.logout_link{text-decoration:underline}.rtl .subheader ul>li>a{direction:rtl}.subheader ul>li.social_links_style2{border:0}.subheader ul>li.social_links_style2>a{display:inline-block;font-size:14px}.subheader ul>li.social_links_style2>a .fa{margin:0}@media only screen and (min-width: 80em){.subheader ul>li.social_links_style2>a{padding:0 10px}}.subheader ul>li.social_links_style2>a.facebook:hover{color:#3b5998}.subheader ul>li.social_links_style2>a.google:hover{color:#dd4b39}.subheader ul>li.social_links_style2>a.google-plus:hover{color:#dd4b39}.subheader ul>li.social_links_style2>a.linkedin:hover{color:#007bb6}.subheader ul>li.social_links_style2>a.pinterest:hover{color:#cb2027}.subheader ul>li.social_links_style2>a.twitter:hover{color:#00aced}.subheader ul>li.social_links_style2>a.instagram:hover{color:#3f729b}.subheader ul>li.social_links_style2>a.vk:hover{color:#45668e}.subheader ul>li.social_links_style2>a.tumblr:hover{color:#35465c}.subheader ul>li.social_links_style2>a.xing:hover{color:#cfdc00}.subheader ul>li.social_links_style2>a.soundcloud:hover{color:#f80}.subheader ul>li.social_links_style2>a.dribbble:hover{color:#ea4c89}.subheader ul>li.social_links_style2>a.youtube:hover{color:#e52d27}.subheader ul>li.social_links_style2>a.youtube-play:hover{color:#e52d27}.subheader ul>li.social_links_style2>a.spotify:hover{color:#7ab800}.subheader ul>li.social_links_style2>a.behance:hover{color:#1769ff}.subheader ul>li.social_links_style2>a.deviantart:hover{color:#4e6252}.subheader ul>li.social_links_style2>a.vimeo:hover{color:#1ab7ea}.subheader ul>li.social_links_style2>a.rss:hover{color:#f26522}.subheader ul>li.social_links_style2>a.twitch:hover{color:#6441a5}.subheader ul>li.social_links_style2>a.whatsapp:hover{color:#25d366}.subheader ul>li.social_links_style2>a.snapchat:hover{color:#fffc00}@media only screen and (min-width: 80em){.subheader ul>li.social_links_style2{padding:0 10px}}.subheader ul>li .sub-menu{top:100%;left:0;z-index:10;text-align:left}.subheader ul>li .sub-menu li a{display:block;font-size:10px;line-height:39px;padding:0 15px;min-width:160px;border-bottom:1px solid transparent}.subheader ul>li .sub-menu li a .fa{min-width:10px;margin-left:0;margin-right:12px}.rtl .subheader ul>li .sub-menu li a .fa{margin-left:12px;margin-right:0}.subheader ul>li .sub-menu li:last-child a{border-bottom:0 !important}.subheader ul.right-menu .sub-menu{left:auto;right:0}.rtl .subheader ul.right-menu .sub-menu{text-align:right}.subheader ul.right-menu .sub-menu li a{min-width:90px}.subheader ul.right-menu .sub-menu>li a.facebook:hover{background:#3b5998;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.google:hover{background:#dd4b39;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.google-plus:hover{background:#dd4b39;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.linkedin:hover{background:#007bb6;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.pinterest:hover{background:#cb2027;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.twitter:hover{background:#00aced;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.instagram:hover{background:#3f729b;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.vk:hover{background:#45668e;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.tumblr:hover{background:#35465c;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.xing:hover{background:#cfdc00;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.soundcloud:hover{background:#f80;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.dribbble:hover{background:#ea4c89;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.youtube:hover{background:#e52d27;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.youtube-play:hover{background:#e52d27;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.spotify:hover{background:#7ab800;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.behance:hover{background:#1769ff;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.deviantart:hover{background:#4e6252;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.vimeo:hover{background:#1ab7ea;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.rss:hover{background:#f26522;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.twitch:hover{background:#6441a5;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.whatsapp:hover{background:#25d366;color:#fff !important}.subheader ul.right-menu .sub-menu>li a.snapchat:hover{background:#fffc00;color:#fff !important}.subheader ul.right-menu .quick_search{padding:0 10px}.subheader ul.right-menu .quick_search .quick_search_icon{height:16px}@media only screen and (min-width: 40.063em){.subheader .quick_search .quick_searchform{right:-5px}.rtl .subheader .quick_search .quick_searchform{right:auto;left:-5px}}.subheader.dark{background:#080808;border-bottom:1px solid rgba(255,255,255,0.1)}.subheader.dark .page-title{color:#fff}.subheader.dark .page-title:before{background:rgba(255,255,255,0.25)}.subheader.dark .share-article-vertical .social{background:rgba(255,255,255,0.2);color:#fff}.subheader.dark .mobile-toggle-holder .mobile-toggle span{background:#fff}.subheader.dark .quick_search .quick_search_icon{fill:#fff}.subheader.dark ul>li{color:rgba(255,255,255,0.8)}.subheader.dark ul>li>a{color:rgba(255,255,255,0.8)}.subheader.dark ul>li>a:hover{color:#fff}.subheader.dark ul>li .sub-menu{background:#1b1b1b}.subheader.dark ul>li .sub-menu li a{border-bottom:1px solid rgba(255,255,255,0.05)}.subheader.dark ul.right-menu{border-right:1px solid rgba(255,255,255,0.1)}.subheader.dark ul.right-menu>li:not(.social_links_style2){border-left:1px solid rgba(255,255,255,0.1)}.subheader.dark ul .quick_search .quick_search_icon{fill:rgba(255,255,255,0.8)}.subheader.dark ul .quick_search .searchform .s{background:#1b1b1b;border-color:#1b1b1b;color:rgba(255,255,255,0.4)}.subheader.light{background:#fff;border-bottom:1px solid rgba(0,0,0,0.05)}.subheader.light .page-title{color:#080808}.subheader.light .page-title:before{background:rgba(0,0,0,0.25)}.subheader.light .share-article-vertical .share-title{color:#080808}.subheader.light .share-article-vertical .share-title span{color:rgba(0,0,0,0.6)}.subheader.light .share-article-vertical .social{background:rgba(0,0,0,0.08);color:#080808}.subheader.light ul>li a{color:rgba(0,0,0,0.85)}.subheader.light ul>li a:hover{color:#000}.subheader.light ul>li .sub-menu{background:#fff;border:1px solid rgba(0,0,0,0.08)}.subheader.light ul>li .sub-menu li a{border-bottom:1px solid rgba(0,0,0,0.08)}.subheader.light ul.right-menu{border-right:1px solid rgba(0,0,0,0.08)}.subheader.light ul.right-menu>li{border-left:1px solid rgba(0,0,0,0.08)}.subheader .thb-language-switcher-menu{text-transform:uppercase}.subheader.fixed{position:fixed;top:0;left:0;width:100%;z-index:30;margin:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .35s linear;-moz-transition:all .35s linear;-o-transition:all .35s linear;transition:all .35s linear;will-change:transform}.subheader.fixed.header--slide{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.subheader.fixed.header--unslide{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.subheader.fixed .logo{display:flex;align-items:center;text-align:left}.subheader.fixed .logo .logolink{display:inline-block;line-height:1}.subheader.fixed .logo .logolink .logoimg{max-height:21px}.subheader.fixed .logo .page-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:600;padding-left:34px;position:relative;vertical-align:middle;white-space:nowrap;max-width:400px;text-transform:none}@media only screen and (min-width: 80em){.subheader.fixed .logo .page-title{max-width:600px}}.subheader.fixed .logo .page-title:before{content:'';display:block;width:1px;position:absolute;top:5px;left:16px;bottom:5px}.rtl .subheader.fixed .logo .page-title{padding-left:0;padding-right:34px}.rtl .subheader.fixed .logo .page-title:before{left:auto;right:16px}.subheader.fixed .text-center{position:static}.subheader.fixed .menu-holder .sf-menu>li{padding:0;margin:0}.subheader.fixed .menu-holder .sf-menu>li>a{font-size:12px;font-weight:400;padding:0 5px}@media only screen and (min-width: 64.063em){.subheader.fixed .menu-holder .sf-menu>li>a{padding:0 9px}}.subheader.fixed .menu-holder .sf-menu>li .sub-menu:not(.thb_mega_menu){padding:0;left:-30px}.subheader.fixed .menu-holder .sf-menu>li .sub-menu:not(.thb_mega_menu) a{line-height:39px}.subheader.fixed .menu-holder .sf-menu>li.menu-item-mega-parent .thb_mega_menu_holder{top:100%}.subheader.fixed .menu-holder ul.sf-menu:not(.secondary){height:50px}.subheader.fixed .quick_search{height:50px;line-height:50px}.subheader.fixed .sf-menu:not(.social-submenu)>li>a{line-height:50px}.subheader.fixed .sf-menu:not(.social-submenu)>li>a .fa{line-height:50px}.subheader.fixed .share-article-vertical{float:right}.rtl .subheader.fixed .share-article-vertical{float:left}.subheader.fixed>.row{position:relative}.subheader.fixed>.row .progress{display:block;position:absolute;bottom:-2px;left:-15px;height:2px;right:-15px;background:#649fd6;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.rtl .subheader.fixed>.row .progress{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}.subheader.fixed .mobile-fixed-header .columns{display:flex}.subheader.fixed .mobile-fixed-header .mobile-icon-holder{justify-content:flex-start}.subheader.fixed .mobile-fixed-header .mobile-share-holder{justify-content:flex-end}.subheader.fixed .mobile-fixed-header .logo{justify-content:center}.subheader .row:not(.full-width-row){flex:1}.quick_search{display:inline-block;position:relative;line-height:40px;vertical-align:middle;padding:0;overflow:hidden;cursor:pointer;text-align:right;width:auto}@media only screen and (min-width: 64.063em){.quick_search{text-align:center}}.quick_search .quick_toggle{position:absolute;display:block;top:0;left:0;right:0;height:100%;z-index:2}.quick_search .quick_search_icon{vertical-align:middle;padding:0}.quick_search .quick_searchform{position:absolute;top:100%;right:0px;width:320px;z-index:2;border:5px solid #649fd6;display:flex;background:#fff;opacity:0}.quick_search .quick_searchform:after{content:'';width:0;height:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent transparent #649fd6 transparent;position:absolute;bottom:calc(100% + 5px);right:0}@media only screen and (min-width: 40.063em){.quick_search .quick_searchform{width:400px;right:-15px}.quick_search .quick_searchform:after{right:20px}}.quick_search .quick_searchform input[type="submit"]{font-size:13px;font-weight:600;text-transform:none;height:46px;display:inline-flex;align-items:center;padding:0 25px;color:#080808;border:0;width:auto;background:rgba(100,159,214,0.1)}.quick_search .quick_searchform input[type="submit"]:hover{background:rgba(100,159,214,0.2)}.quick_search .quick_searchform .s{border:0;flex:1;font-size:16px;color:#080808;height:46px;padding:10px 18px;margin:0;min-width:0}.quick_search .quick_searchform .s:focus{color:#080808}.rtl .quick_search .quick_searchform{right:auto;left:-1px}.rtl .quick_search .quick_searchform:after{right:auto;left:20px;border-width:0 10px 10px 0}.quick_search.active{overflow:visible}.quick_search.active .quick_searchform{opacity:1}.inline-social-icons,.subheader.fixed .share-article-vertical,.product-page .product-information .share-article-vertical{width:auto;padding:5px 0;position:static}.inline-social-icons .share-title,.subheader.fixed .share-article-vertical .share-title,.product-page .product-information .share-article-vertical .share-title{float:left;padding:4px 8px;height:36px;background:transparent}.inline-social-icons .social,.subheader.fixed .share-article-vertical .social,.product-page .product-information .share-article-vertical .social{float:left;border:0;width:40px;height:36px;line-height:38px;border-radius:3px;font-size:12px;margin-left:7px}.inline-social-icons .social span,.subheader.fixed .share-article-vertical .social span,.product-page .product-information .share-article-vertical .social span{top:0;left:0;width:40px;height:36px;font-size:12px;line-height:38px;border-radius:3px}.header{width:100%;height:auto;z-index:11;position:relative;line-height:1}.header .logo{display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 64.063em){.header .logo{justify-content:flex-start}.rtl .header .logo{text-align:right}}.header .logo .logolink{display:inline-flex;flex-shrink:0;align-items:center}.header .logo .logoimg{max-height:30px}.header.dark .quick_search.active .quick_search_icon{fill:#fff}.header.dark .mobile-toggle-holder .mobile-toggle span{background:#fff}@media only screen and (min-width: 64.063em){.mobile-icon-holder,.mobile-share-holder{display:none}}.mobile-icon-holder .quick_search.active,.mobile-share-holder .quick_search.active{background:transparent}.menu-holder{position:relative;justify-content:space-between}.subheader .menu-holder{position:static}.menu-holder.style1{width:100%}.menu-holder.style2{width:100%}.header.style1 .logo .logolink{padding:20px 0}@media only screen and (min-width: 64.063em){.header.style2{padding-top:10px}}.header.style2 .logo{justify-content:center}.header.style2 .logo .logolink{padding:20px 0}@media only screen and (min-width: 64.063em){.header.style2 .logo{justify-content:center}}.header.style2 .menu-holder{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-top:10px;position:relative;justify-content:center}.header.style2 .menu-holder>ul>li{padding:10px 0}.header.style2 .menu-right-content{margin-left:30px}.header.style2 .mobile-share-holder{text-align:right}.header.style2.dark .menu-holder{border-color:rgba(255,255,255,0.15)}.header.style3 #menu_width{display:flex;justify-content:center;position:relative;width:100%}@media only screen and (min-width: 64.063em){.header.style3 #menu_width{justify-content:flex-start}}.header.style3 .logo .logolink{padding:25px 0}.header.style3 .menu-holder{position:static;flex:1;margin-left:30px}@media only screen and (min-width: 64.063em){.header.style3 .menu-holder{display:inline-flex}}@media only screen and (min-width: 80em){.header.style3 .menu-holder{margin-left:70px}}.header.style3 .menu-holder .sf-menu{height:auto}.rtl .header.style3 .menu-holder{margin-left:0;margin-right:30px}@media only screen and (min-width: 80em){.rtl .header.style3 .menu-holder{margin-left:0;margin-right:70px}}.header.style4{border-bottom:1px solid #efefef}@media only screen and (min-width: 64.063em){.header.style4>.row{padding:0;margin:0;max-width:100%}.header.style4>.row>.columns{padding:0}}.header.style4 #menu_width{display:flex;justify-content:center;position:relative;width:100%}@media only screen and (min-width: 64.063em){.header.style4 #menu_width{justify-content:space-between}}.header.style4 .menu-holder{position:static;flex:1;margin:0 15px}@media only screen and (min-width: 64.063em){.header.style4 .menu-holder{display:inline-flex;margin:0 30px}}.header.style4 .menu-holder .sf-menu{height:auto}.header.style4 .menu-right-holder{margin:0 15px}@media only screen and (min-width: 64.063em){.header.style4 .menu-right-holder{display:inline-flex;margin:0 30px}}.header.style5{border-bottom:1px solid #efefef}.header.style5 .logo .logolink{padding:20px 0}@media only screen and (min-width: 64.063em){.header.style5>.row{padding:0;margin:0;max-width:100%}.header.style5>.row>.columns{padding:0}}.header.style5 #menu_width{display:flex;justify-content:center;position:relative;width:100%}@media only screen and (min-width: 64.063em){.header.style5 #menu_width{justify-content:flex-start}}.header.style5 .menu-holder{position:static;flex:1;justify-content:center;margin:0 15px}@media only screen and (min-width: 64.063em){.header.style5 .menu-holder{display:inline-flex;margin:0 30px}}.header.style5 .menu-holder .sf-menu{height:auto}.header.style5 .menu-right-content{display:none;padding:0 30px}@media only screen and (min-width: 64.063em){.header.style5 .menu-right-content{display:inline-flex}}@media only screen and (min-width: 64.063em){.header.style6{padding:20px 0}}.header.style6 .logo{justify-content:center}.header.style6 .logo .logolink{padding:20px 0}.header.style6 .mobile-icon-holder,.header.style6 .mobile-share-holder{display:block}.header.style7 .logo{justify-content:center}.header.style7 .logo .logolink{padding:20px 0}.header.style7>.row{justify-content:space-between}@media only screen and (min-width: 64.063em){.header.style8{padding-top:10px}}.header.style8 .style8-menu-container{border-bottom:1px solid #f0f0f0}.header.style8.dark .style8-menu-container{border-bottom-color:#1a1a1a}.header.style8 .logo{justify-content:center}.header.style8 .logo .logolink{padding:20px 0}@media only screen and (min-width: 64.063em){.header.style8 .logo{justify-content:center}}.header.style8 .menu-holder{border:0;position:relative;justify-content:space-between}.header.style8 .menu-holder>ul>li{padding:10px 0}.header.style8 .menu-right-content{margin-left:30px}.header.style8 .mobile-share-holder{text-align:right}.header.dark .mobile-toggle,.header.dark .menu-holder ul.sf-menu:not(.secondary)>li>a,.header.dark .quick_cart{color:#fff}.header.dark .secondary-holder .secondary-toggle span{background:#fff}.header.dark .quick_search .quick_search_icon,.header.dark .quick_cart svg{fill:#fff}.header>.row{display:flex;align-items:center;flex-wrap:wrap;line-height:1}.mobile-toggle-holder{cursor:pointer;align-items:center;display:inline-flex}.mobile-toggle-holder .mobile-toggle{display:inline-flex;width:30px;height:30px;position:relative}.mobile-toggle-holder .mobile-toggle span{display:block;position:absolute;width:20px;height:2px;background:#0a0a0a;border-radius:1px;content:" ";left:5px}.mobile-toggle-holder .mobile-toggle span:nth-child(1){top:8px}.mobile-toggle-holder .mobile-toggle span:nth-child(2){top:14px}.mobile-toggle-holder .mobile-toggle span:nth-child(3){top:20px}.dark-menu .mobile-toggle-holder .mobile-toggle span{background:#fff}.menu-holder{display:none}@media only screen and (min-width: 64.063em){.menu-holder{display:inline-flex}}.menu-holder.style1{border-bottom:2px solid rgba(0,0,0,0.08);justify-content:space-between}.menu-holder.style1 .secondary-holder{float:right}.menu-holder.style7{width:100%;border-top:1px solid #dedede;border-bottom:1px solid #dedede}.menu-holder.style7 .mobile-toggle-holder{height:100%;width:60px;justify-content:center;border-right:1px solid #dedede}.menu-holder.style7 .menu-right-content{height:100%}.menu-holder.style7 .menu-right-content>div{width:60px;text-align:center;justify-content:center;border-right:1px solid #dedede;padding:0}.menu-holder.style7 .menu-right-content>div:first-child{border-left:1px solid #dedede}.menu-holder.style7 .menu-right-content .quick_search .quick_searchform{right:0}.thb-header-style1 #navholder .menu-holder.dark{background:#151515}.menu-holder.dark ul.sf-menu>li>a{color:#fff}.menu-holder.dark ul.sf-menu>li>a:hover{color:#649fd6}.menu-holder.dark .quick_cart span{color:#fff}.menu-holder.dark .quick_search .quick_search_icon,.menu-holder.dark .quick_cart svg{fill:#fff}.menu-holder.dark .secondary-holder .secondary-toggle{color:#fff}.menu-holder.dark .secondary-holder .secondary-toggle span{background:#fff}.menu-holder.dark .secondary-holder .sf-menu{background:#151515;right:-25px}.menu-holder.dark .secondary-holder .sf-menu a{color:#fff}.menu-holder.dark.style1{border-bottom:0;padding:0 25px}.menu-holder.menu-dark ul li{padding:15px 0}.menu-holder.menu-dark ul li .sub-menu{background:#151515}.menu-holder.menu-dark ul li .sub-menu a{color:#fff}.menu-holder.menu-dark ul li .sub-menu a:hover{color:#649fd6}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder{top:100%;background:#151515}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li>a{color:#ffffff}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children{border-left:1px solid rgba(255,255,255,0.15)}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-title a{color:#fff}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-bottom-meta,.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-bottom-meta a{color:#666}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2{background:#111}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu{border-bottom-color:#1d1d1d}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li>a{border-right-color:#1d1d1d;border-bottom-color:#1d1d1d}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li.active>a,.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li:hover>a{background:#181818;border-bottom-color:#181818}.menu-holder.menu-dark ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .category-children{background:#181818;border-left:0}.menu-holder ul{display:inline-flex;list-style:none;margin:0;padding:0}.menu-holder ul li{display:inline-block;padding:0}.menu-holder ul li a{background:none}.menu-holder ul li a .fa{margin-right:7px}.rtl .menu-holder ul li a .fa{margin-right:0;margin-left:7px}.menu-holder ul li.menu-item-mega-parent{position:static}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder{display:none;position:absolute;top:calc(100% - 2px);left:0;right:0;background:#fff;padding:0;z-index:20;opacity:0;border-top:4px solid #649fd6;will-change:opacity;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.25);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.25);box-shadow:0 1px 1px rgba(0,0,0,0.25)}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder>.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:75rem}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder>.row>.columns{padding:0}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu{background:none;display:block;position:static;float:left;width:240px;text-align:left;padding:30px;border:0;background:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.rtl .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu{float:right;text-align:right}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li{display:block}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li>a{color:#080808;display:block;margin-bottom:15px;font-size:11px;font-weight:500;line-height:1;text-transform:uppercase;padding:0;border:0}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a{color:#649fd6}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children{margin-left:240px;padding:30px 0 26px 30px;border-left:1px solid #f2f2f2}.rtl .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children{margin-left:0;margin-right:240px;border-left:0;padding:30px 30px 26px 0;border-right:1px solid #f2f2f2}.rtl .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div{float:right;text-align:right}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div{display:none;float:left;text-align:left;width:100%}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div:first-child{display:flex}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div a{white-space:normal}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1{margin:0}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1 .post-bottom-meta{margin:0}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1 .post-title h6{font-size:13px;line-height:16px;text-transform:none}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1 .post-gallery{margin-bottom:15px;min-height:100px}@media only screen and (min-width: 80em){.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1 .post-gallery{min-height:140px}}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children>div .post.style1 .post .post-title a{text-transform:none}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu{display:flex;width:100%;float:none;padding:0;line-height:1;height:48px;border-bottom:1px solid #dadada}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li{display:inline-block}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li>a{display:flex;height:48px;align-items:center;padding:0 20px;font-size:12px;font-weight:500;margin:0;min-width:0;border-right:1px solid #dadada}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li.active>a,.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .thb_mega_menu li:hover>a{background:#f0f0f0;border-bottom-color:#f0f0f0}.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder.style2 .category-children{margin:0;background:#f0f0f0}.menu-holder ul li.sfHover>a{color:#649fd6}.menu-holder ul li .sub-menu{background:#fff;padding:18px 30px;-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.25);-moz-box-shadow:0 2px 1px rgba(0,0,0,0.25);box-shadow:0 2px 1px rgba(0,0,0,0.25);text-align:left;min-width:200px;will-change:opacity}.rtl .menu-holder ul li .sub-menu{text-align:right}.menu-holder ul li .sub-menu .sub-menu{top:-10px;left:100%}.menu-holder ul li .sub-menu li{display:block;padding:0;margin:0}.menu-holder ul li .sub-menu li a{vertical-align:middle;font-size:11px;font-weight:500;display:block;line-height:30px;white-space:nowrap}.menu-holder ul.sf-menu{display:inline-flex}.menu-holder ul.sf-menu:not(.secondary){height:55px}.menu-holder ul.sf-menu>li{display:inline-flex;min-height:100%;align-items:center;margin:0 15px 0 0}@media only screen and (min-width: 80em){.menu-holder ul.sf-menu>li{margin:0 30px 0 0}}.menu-holder ul.sf-menu>li>a{font-size:13px;text-transform:uppercase;font-weight:600;white-space:nowrap}.rtl .menu-holder ul.sf-menu>li>a{direction:rtl}.menu-holder ul.sf-menu>li>a:hover{background:none !important}.menu-holder ul.sf-menu>li:last-child{margin-right:0}.rtl .menu-holder ul.sf-menu>li{margin:0 0 0 15px}@media only screen and (min-width: 80em){.rtl .menu-holder ul.sf-menu>li{margin:0 0 0 30px}}.rtl .menu-holder ul.sf-menu>li:last-child{margin-left:0}#navholder{z-index:11}#navholder>.row{background:#fff}.thb-a{display:none;padding:20px 15px;text-align:right}.thb-a p{margin:0}@media only screen and (min-width: 64.063em){.thb-a{display:block;text-align:right}.rtl .thb-a{text-align:left}}@media only screen and (max-width: 64.063em){.thb_ads_header_mobile_on .thb-a{display:block;text-align:center}}.sf-menu .menu-item-has-children{position:relative}.sf-menu .menu-item-has-children>a:after{display:inline-block;content:"\f107";font-family:FontAwesome;margin-left:10px;vertical-align:middle;font-size:11px;position:relative;top:-1px}.subheader .sf-menu .menu-item-has-children>a:after{margin-left:5px;font-size:9px}.rtl .subheader .sf-menu .menu-item-has-children>a:after{margin-left:0;margin-right:5px}.rtl .sf-menu .menu-item-has-children>a:after{margin-left:0;margin-right:10px}.sf-menu .sub-menu{display:none;position:absolute;top:100%;left:-30px;z-index:20}.sf-menu .sub-menu li{display:block;white-space:nowrap}.sf-menu .sub-menu .sub-menu{top:-10px;left:100%}.rtl .sf-menu .sub-menu{left:auto;right:-30px}.rtl .sf-menu .sub-menu .sub-menu{left:auto;right:100%}.menu-right-content{display:inline-flex}.menu-right-content>div+div{padding-left:10px}@media only screen and (min-width: 64.063em){.menu-right-content>div+div{padding-left:15px}}.rtl .menu-right-content>div+div{padding-left:0;padding-right:10px}@media only screen and (min-width: 64.063em){.rtl .menu-right-content>div+div{padding-left:0;padding-right:15px}}.menu-right-content .quick_search{display:inline-flex;min-height:100%;align-items:center}.menu-right-content .quick_search .quick_search_icon{height:18px;position:relative;top:1px}.menu-right-content .quick_search.active{background:transparent}.menu-right-content .quick_search.active .quick_search_icon{fill:#649fd6}.secondary-holder{position:relative;display:inline-flex;min-height:100%;align-items:center}.secondary-holder .secondary-toggle{display:block;line-height:1.6;width:16px;height:21px;text-align:right;position:relative}.secondary-holder .secondary-toggle span{display:block;position:absolute;width:16px;height:2px;background:#0a0a0a;border-radius:1px;content:" ";left:0}.secondary-holder .secondary-toggle span:nth-child(1){top:5px}.secondary-holder .secondary-toggle span:nth-child(2){top:10px}.secondary-holder .secondary-toggle span:nth-child(3){top:15px}.secondary-holder .sf-menu.secondary{position:absolute;list-style:none;top:100%;right:-15px;display:flex;visibility:hidden;flex-wrap:wrap;z-index:20;min-width:200px;background:#fff;padding:18px 30px;-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.25);-moz-box-shadow:0 2px 1px rgba(0,0,0,0.25);box-shadow:0 2px 1px rgba(0,0,0,0.25);text-align:left}.rtl .secondary-holder .sf-menu.secondary{text-align:right;right:auto;left:0}.secondary-holder .sf-menu.secondary li{flex:0 0 50%;padding:0;margin:0}.secondary-holder .sf-menu.secondary li.menu-item-has-children>a:after{display:none}.secondary-holder .sf-menu.secondary li a{font-size:11px;font-weight:500;display:block;line-height:30px;white-space:nowrap;text-transform:capitalize}.secondary-holder .sf-menu.secondary li:nth-child(even){padding-left:20px}.quick_cart_holder{display:inline-flex;justify-content:center;align-items:center;min-height:100%}.quick_cart{display:inline-flex;justify-content:center;align-items:center;font-size:12px;font-weight:600;min-height:100%;vertical-align:middle}.quick_cart svg{position:relative;top:-1px}.quick_cart svg,.quick_cart span{display:inline-block;vertical-align:middle;line-height:1}.quick_cart span{margin-left:6px}.rtl .quick_cart{flex-direction:row-reverse}#mobile-menu{position:fixed;top:0;height:100%;z-index:99;padding:15px 5px 15px 15px;width:280px;background:#fff;overflow:hidden;left:0;will-change:transform;-webkit-transform:translateX(-280px);-moz-transform:translateX(-280px);-ms-transform:translateX(-280px);-o-transform:translateX(-280px);transform:translateX(-280px);-webkit-transition:all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.touch #mobile-menu{overflow-x:hidden !important;overflow-y:scroll !important;-ms-overflow-style:-ms-autohiding-scrollbar !important;-webkit-overflow-scrolling:touch !important}@media only screen and (min-width: 40.063em){#mobile-menu{width:380px;padding:20px 10px 20px 20px;left:0;-webkit-transform:translateX(-380px);-moz-transform:translateX(-380px);-ms-transform:translateX(-380px);-o-transform:translateX(-380px);transform:translateX(-380px)}}.open-menu #mobile-menu{visibility:visible;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.admin-bar #mobile-menu{padding-top:46px}@media screen and (min-width: 783px){.admin-bar #mobile-menu{padding-top:32px}}#mobile-menu .social-links{padding:20px 15px 15px;text-align:center}@media only screen and (min-width: 40.063em){#mobile-menu .social-links{padding:30px 15px 25px}}#mobile-menu .social-links a{color:#080808;margin:0 7px}#mobile-menu .menu-footer{text-align:center;padding:0 15px;font-size:11px;line-height:16px;color:#080808}#mobile-menu .menu-footer p{font-size:inherit}#mobile-menu .menu-footer p:last-child{margin:0}#mobile-menu .select-wrapper{margin:0;border:0;width:100%;border-bottom:1px solid #f0f0f0}#mobile-menu .select-wrapper select{height:42px;font-size:10px;padding:9px 34px 9px 0}#mobile-menu .select-wrapper:after{top:15px}#mobile-menu .login-links{padding:20px 0;font-size:10px;font-weight:600;text-transform:uppercase;text-align:center;border-bottom:1px solid #f0f0f0}#mobile-menu .login-links span{margin-right:10px}#mobile-menu .login-links .logout_link{text-decoration:underline}#mobile-menu .custom_scroll .ps__scrollbar-x-rail{display:none}#mobile-menu.style2{background:#649fd6}#mobile-menu.style2 .mobile-menu{background:transparent}#mobile-menu.style2 .mobile-menu li a{font-size:16px;line-height:1;text-transform:none;color:#fff;border-bottom-color:rgba(255,255,255,0.1);font-weight:600}#mobile-menu.style2 .mobile-menu li a .fa{display:none}#mobile-menu.style2 .mobile-menu li a span{width:20px;height:20px;top:50%;margin-top:-10px;padding:0}#mobile-menu.style2 .mobile-menu li a span div{height:1px;display:block;width:7px;position:absolute;left:8px;top:7px;background:#fff}#mobile-menu.style2 .mobile-menu li a span div:nth-child(1){-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-ms-transform-origin:0% 0%;-o-transform-origin:0% 0%;transform-origin:0% 0%;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}#mobile-menu.style2 .mobile-menu li a span div:nth-child(2){left:auto;right:3px;-webkit-transform-origin:100% 0%;-moz-transform-origin:100% 0%;-ms-transform-origin:100% 0%;-o-transform-origin:100% 0%;transform-origin:100% 0%;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}#mobile-menu.style2 .mobile-menu li a.active span{transform:rotateX(180deg)}#mobile-menu.style2 .mobile-menu .sub-menu{border-bottom-color:rgba(255,255,255,0.1);padding:15px 0 15px 20px}#mobile-menu.style2 .mobile-menu .sub-menu a{border:0;padding:6px 0;font-size:13px}#mobile-menu.style2 .mobile-menu.secondary{border-bottom:1px solid rgba(255,255,255,0.1);padding:20px 0}#mobile-menu.style2 .mobile-menu.secondary a{font-weight:600;font-size:11px;text-transform:uppercase}#mobile-menu.style2 .social-links{padding-top:30px}#mobile-menu.style2 .social-links a{color:#fff;display:inline-block;width:32px;height:32px;line-height:32px;font-size:14px;text-align:center;border:1px solid rgba(255,255,255,0.4);border-radius:16px;margin:0 3px}#mobile-menu.style2 .social-links a:hover{background:#fff;border-color:#fff}#mobile-menu.style2 .social-links a.facebook:hover{color:#3b5998}#mobile-menu.style2 .social-links a.google:hover{color:#dd4b39}#mobile-menu.style2 .social-links a.google-plus:hover{color:#dd4b39}#mobile-menu.style2 .social-links a.linkedin:hover{color:#007bb6}#mobile-menu.style2 .social-links a.pinterest:hover{color:#cb2027}#mobile-menu.style2 .social-links a.twitter:hover{color:#00aced}#mobile-menu.style2 .social-links a.instagram:hover{color:#3f729b}#mobile-menu.style2 .social-links a.vk:hover{color:#45668e}#mobile-menu.style2 .social-links a.tumblr:hover{color:#35465c}#mobile-menu.style2 .social-links a.xing:hover{color:#cfdc00}#mobile-menu.style2 .social-links a.soundcloud:hover{color:#f80}#mobile-menu.style2 .social-links a.dribbble:hover{color:#ea4c89}#mobile-menu.style2 .social-links a.youtube:hover{color:#e52d27}#mobile-menu.style2 .social-links a.youtube-play:hover{color:#e52d27}#mobile-menu.style2 .social-links a.spotify:hover{color:#7ab800}#mobile-menu.style2 .social-links a.behance:hover{color:#1769ff}#mobile-menu.style2 .social-links a.deviantart:hover{color:#4e6252}#mobile-menu.style2 .social-links a.vimeo:hover{color:#1ab7ea}#mobile-menu.style2 .social-links a.rss:hover{color:#f26522}#mobile-menu.style2 .social-links a.twitch:hover{color:#6441a5}#mobile-menu.style2 .social-links a.whatsapp:hover{color:#25d366}#mobile-menu.style2 .social-links a.snapchat:hover{color:#fffc00}#mobile-menu.style2 .menu-footer{color:#fff}#mobile-menu.style2 .menu-footer p{color:inherit}#mobile-menu.style2 .mobile-top{display:flex;justify-content:flex-end;align-items:center;padding:0 10px 0 0;margin-bottom:10px;position:relative}#mobile-menu.style2 .mobile-top .thb-close{position:absolute;top:50%;left:0;display:flex;justify-content:center;align-items:center;width:30px;height:30px;color:#fff;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#mobile-menu.style2 .mobile-top .thb-close svg{width:30px;display:block;position:relative;top:1px;left:-8px}#mobile-menu.style2 .mobile-top .thb-close svg g{stroke:#fff}#mobile-menu.style2 .mobile-top .login-links{display:inline-flex;padding:0;border:0;font-size:12px;color:#fff}#mobile-menu.style2 .mobile-top .login-links a{color:#fff}#mobile-menu.style2 .mobile-top .select-wrapper{width:auto;min-width:0;display:inline-flex;border:0;margin-left:20px}#mobile-menu.style2 .mobile-top .select-wrapper select{background:none;border:0;padding:0 15px 0 0;color:#fff;font-size:12px}#mobile-menu.style2 .mobile-top .select-wrapper:after{color:#fff;right:0}.mobile-menu{list-style:none;margin:0;padding:0 10px 0 0;width:100%;clear:left;background:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.mobile-menu.secondary{padding-top:20px;padding-right:0;display:flex;flex-flow:row wrap}.mobile-menu.secondary li{flex:0 0 50%;overflow:hidden;text-overflow:ellipsis}.mobile-menu.secondary li:nth-child(even){padding-left:10px}.mobile-menu.secondary a{border:none;font-size:10px;font-weight:500;padding:8px 0 7px;text-transform:uppercase}.mobile-menu li{margin:0}.mobile-menu li span{display:block;position:absolute;height:48px;padding:16px 0 16px 17px;top:0;right:0}.mobile-menu li span .fa{vertical-align:middle;width:16px;height:16px;line-height:16px;text-align:center;font-size:10px;background:#e6e6e6;font-weight:400;color:#fff}.mobile-menu li span:hover .fa{background:#080808}.rtl .mobile-menu li span{right:auto;left:0}.mobile-menu li a{display:block;line-height:12px;font-size:12px;font-weight:600;color:#080808;position:relative;text-transform:uppercase;padding:19px 0 16px;border-bottom:1px solid #f0f0f0}.mobile-menu li a.active span .fa{background:#080808}.mobile-menu li a.active span .fa-plus:before{content:"\f068"}.mobile-menu .sub-menu{display:none;list-style:none;margin:0;padding:0 0 0 10px;border-bottom:1px solid #f0f0f0}.mobile-menu .sub-menu .sub-menu{padding:0 0 0 10px}.mobile-menu .sub-menu li a{text-transform:none;padding-left:0;font-weight:400;font-size:11px}.mobile-menu .sub-menu li a.active{background:#fff}.mobile-menu .sub-menu li:last-child a{border:0}.breadcrumb-container .row{max-width:1230px !important;margin:0 auto;width:100%}.breadcrumb-container .trail-items{list-style:none;margin:0 0 25px;padding:0;line-height:1}.breadcrumb-container .trail-items li,.breadcrumb-container .trail-items span{display:inline-block;margin:0;font-size:11px;font-weight:600;color:#989898}.breadcrumb-container .trail-items li:after,.breadcrumb-container .trail-items span:after{display:inline-block;content:"\f105";font-family:FontAwesome;margin:0 5px;vertical-align:middle;font-size:11px;position:relative;top:-1px;font-size:10px}.rtl .breadcrumb-container .trail-items li:after,.rtl .breadcrumb-container .trail-items span:after{content:"\f104"}.breadcrumb-container .trail-items li:last-child:after,.breadcrumb-container .trail-items span:last-child:after{display:none}.breadcrumb-container .trail-items li.trail-end:after,.breadcrumb-container .trail-items li.trail-end span:after,.breadcrumb-container .trail-items span.trail-end:after,.breadcrumb-container .trail-items span.trail-end span:after{display:none}.breadcrumb-container a{color:#989898}.breadcrumb-container a:hover{color:#080808}.post-header .breadcrumb-container{position:absolute;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,0.1);display:flex;justify-content:center;padding:10px 0}.post-header .breadcrumb-container a:hover{color:#fff}.post-header .breadcrumb-container .trail-items{margin:0;text-align:center}.post.dark-color .breadcrumb-container a:hover{color:#fff}.post-header.small .breadcrumb-container{justify-content:flex-start}.post-header.small .breadcrumb-container .row{padding:0 20px}@media only screen and (min-width: 40.063em){.post-header.small .breadcrumb-container .row{padding:0 30px}}.post-header.small .breadcrumb-container .trail-items{margin:0;text-align:left}.post{margin-bottom:30px;position:relative}.post .thb-post-bottom-meta{display:none}.post .post-content{float:none}.post .post-content iframe{width:100%;max-width:100%}.post .post-content.no-vc{margin-bottom:30px}.post .post-content.no-vc+#comments{margin-bottom:30px}.post .post-content>.row{background:#fff}.post .post-content p:last-child{margin-bottom:0}.post .post-content p a{border-bottom:2px solid #ddeaf6;-webkit-box-shadow:inset 0 -5px 0 #ddeaf6;-moz-box-shadow:inset 0 -5px 0 #ddeaf6;box-shadow:inset 0 -5px 0 #ddeaf6}.post .post-content p a:hover{background:#ddeaf6;color:#080808}.post .post-content.small{margin-bottom:10px}.post .post-content.small p{margin:0;font-size:13px;line-height:1.55}.post .post-content.small+.post-bottom-meta{margin-bottom:0}.post .post-content.medium p{font-size:14px;line-height:24px}.post .post-gallery{position:relative;background:#080808;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.post .post-gallery img{width:100%;height:100%;object-fit:cover}.post .post-gallery .counts{display:block;position:absolute;top:0;left:0;background:rgba(0,0,0,0.6);color:#fff;width:25px;height:25px;z-index:1;line-height:25px;text-align:center;font-size:12px;font-weight:600}.rtl .post .post-gallery .counts{left:auto;right:0}.post .post-gallery>a{display:block;overflow:hidden}.post .post-gallery>a:hover>img{opacity:0.6}.post .post-gallery img{width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.post .post-gallery .post-content img{width:auto}.post .post-gallery .slick-nav{text-align:center;line-height:38px}.post .gallery-pagination{border-top:1px solid #efefef;border-bottom:1px solid #efefef;padding:19px 0;text-align:center;font-size:11px;text-transform:uppercase;font-weight:500;position:relative;margin:15px 0}.post .gallery-pagination span{color:#080808;font-weight:600}@media only screen and (min-width: 40.063em){.post .gallery-pagination{margin:40px 0}}.post .gallery-pagination+.post-author,.post .gallery-pagination+.authorpage{border-top:0}.post .gallery-pagination .slick-nav{height:50px;margin-top:-25px;background:transparent}.post .gallery-pagination .slick-nav .fa{vertical-align:middle;position:relative;top:-1px;line-height:50px}.post .gallery-pagination .slick-nav.slick-next{text-align:right;right:0}.post .gallery-pagination .slick-nav.slick-prev{left:0;text-align:left}.thb-capitalize-on .post .post-title{text-transform:uppercase}.post .post-title.page-title{margin-top:30px}.post .post-title .entry-title{word-break:break-word;margin-bottom:10px;-webkit-text-size-adjust:100%}.post .post-title .entry-title a:hover{text-decoration:underline}.thb-title-color-hover .post .post-title .entry-title a:hover{text-decoration:none;color:#649fd6}.post .post-title h1{display:block;font-size:26px}@media only screen and (min-width: 40.063em){.post .post-title h1{font-size:34px}}@media only screen and (min-width: 64.063em){.post .post-title h1{font-size:42px}}.post .post-title a{color:#080808}.post .post-title .post-bottom-meta{text-align:right;margin-bottom:0;width:100%}.post .post-title .post-bottom-meta span,.post .post-title .post-bottom-meta time{margin-right:0}.rtl .post .post-title .post-bottom-meta span{margin-left:0;margin-right:5px}@media only screen and (min-width: 40.063em){.rtl .post .post-title .post-bottom-meta span{margin-left:0;margin-right:7px}}.post .post-title .post-bottom-meta .comment{margin-left:auto}.post .post-title .post-bottom-meta .comment+.views{margin-left:10px}.post .post-title .post-bottom-meta .time{float:left}.rtl .post .post-title .post-bottom-meta .time{float:right}.post .post-category{text-transform:uppercase;font-weight:600;color:rgba(8,8,8,0.8);font-size:10px;line-height:1;letter-spacing:0.05em}.post .post-category a{color:rgba(8,8,8,0.8)}.post .article-tags{margin-bottom:15px;font-size:11px;font-weight:600}@media only screen and (min-width: 40.063em){.post .article-tags{margin-bottom:35px}}.post .article-tags .tag-link,.post .article-tags .tag-link:hover{color:#080808;border-color:transparent;background:transparent;margin:0;padding-left:0}.post .article-tags .tags-title{display:inline-block;background:#649fd6;position:relative;height:24px;line-height:26px;font-weight:600;padding:0 5px 0 7px;color:#fff;margin-right:28px;text-transform:uppercase}.post .article-tags .tags-title:after{content:'';width:0;height:24px;position:absolute;top:0;left:100%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #649fd6}.rtl .post .article-tags .tags-title{padding:0 7px 0 5px;margin-right:0;margin-left:28px}.rtl .post .article-tags .tags-title:after{left:auto;right:100%;border-left:0;border-right:10px solid #649fd6}.post .single_category_title{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;line-height:1;margin-bottom:10px}.post .single_category_title.boxed-link{padding:4px;color:#fff;background:#666}@media only screen and (min-width: 80em){.post .single_category_title.boxed-link{margin-bottom:15px}}.post .post-navi{margin:10px 0}.post .post-navi .columns{background:#f5f5f5;padding:15px;text-align:center}@media only screen and (min-width: 40.063em){.post .post-navi .columns{padding:27px 40px 27px 27px;text-align:left;min-height:86px}}.post .post-navi .columns+.columns{border-top:1px solid #fff;text-align:center}@media only screen and (min-width: 40.063em){.post .post-navi .columns+.columns{border-top:0;border-left:1px solid #fff;text-align:right;padding:27px 27px 27px 40px}}.post .post-navi .columns span{display:block;color:rgba(0,0,0,0.4);font-weight:600;font-size:11px;text-transform:uppercase;margin-bottom:5px}.post .post-navi .columns a{font-weight:600;color:#080808;font-size:13px}.thb-capitalize-on .post .post-navi .columns a{text-transform:uppercase}.post .post-bottom-meta{color:rgba(0,0,0,0.4);font-size:10px;text-transform:uppercase;font-weight:600;margin-bottom:10px;display:flex;align-items:center;width:100%}.post .post-bottom-meta .avatar{width:24px;display:inline-block;border-radius:12px;margin-right:7px}.rtl .post .post-bottom-meta .avatar{margin-right:0;margin-left:7px}.post .post-bottom-meta a{color:rgba(0,0,0,0.4)}.post .post-bottom-meta svg{vertical-align:middle;fill:rgba(0,0,0,0.4)}.post .post-bottom-meta .share_icon{margin-right:5px;position:relative;top:-1px}.rtl .post .post-bottom-meta .share_icon{margin-right:0;margin-left:5px}.post .post-bottom-meta .comment{margin-left:auto}.post .post-bottom-meta .comment_icon{margin-right:3px}.rtl .post .post-bottom-meta .comment_icon{margin-right:0;margin-left:3px}.post .post-bottom-meta .comment_icon{width:10px;height:10px}.post .post-bottom-meta a:hover{color:#649fd6}.post .post-bottom-meta a:hover .comment_icon{fill:#649fd6}.post .post-bottom-meta span,.post .post-bottom-meta time{margin-right:5px}@media only screen and (min-width: 40.063em){.post .post-bottom-meta span,.post .post-bottom-meta time{margin-right:7px}}.post .post-bottom-meta span em,.post .post-bottom-meta time em{display:none;font-style:normal}@media only screen and (min-width: 40.063em){.post .post-bottom-meta span em,.post .post-bottom-meta time em{display:inline}}.post .post-bottom-meta span:last-child,.post .post-bottom-meta time:last-child{margin-right:0 !important}.post .post-bottom-meta .time{font-weight:500}.post .post-bottom-meta .fa-eye{font-size:12px;margin-right:3px;vertical-align:middle}.post .post-bottom-meta .author{float:left;font-weight:500}.post .post-bottom-meta .author [rel=author]{float:left}.rtl .post .post-bottom-meta .author{float:right}.post .post-bottom-meta .author:not(.hide)+.time{margin-left:4px}.post .post-bottom-meta .author:not(.hide)+.time:before{content:'-';display:inline-block;margin-right:4px}.rtl .post .post-bottom-meta .author:not(.hide)+.time{margin-left:0;margin-right:4px}.rtl .post .post-bottom-meta .author:not(.hide)+.time:before{margin-left:4px;margin-right:0}.widget_latestimages .post .post-bottom-meta .comment{display:none}.widget_discussedimages .post .post-bottom-meta .time,.widget_discussedimages .post .post-bottom-meta .author{display:none}.widget_sharedimages .post .post-bottom-meta .comment,.widget_sharedimages .post .post-bottom-meta .time,.widget_sharedimages .post .post-bottom-meta .author{display:none}.thb-boxed-on .post.page{background:#fff}.post.page,.post.no-margin{margin-bottom:0}.post.pageskin{margin-bottom:0;padding:15px 0}@media only screen and (min-width: 40.063em){.post.pageskin{padding:30px 0}}.post.format-gallery:hover .post-gallery>a:after{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}.post.format-gallery:hover .post-gallery>a:before{-webkit-transform:scale(1.15, 1.15);-moz-transform:scale(1.15, 1.15);-ms-transform:scale(1.15, 1.15);-o-transform:scale(1.15, 1.15);transform:scale(1.15, 1.15)}.post.format-gallery .post-gallery>a:after{content:"";color:#fff;display:block;width:30px;height:30px;text-align:center;line-height:30px;background:rgba(255,255,255,0.2) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxwYXRoIGQ9Ik0yNy44ODgsMTQuMTc3YzAuMDk3LDAuMjAxLDAuMTg4LDAuNDA5LDAuMjcsMC42MThjMC40NzMsMS4xODksMC43MzIsMi40OSwwLjczMiwzLjg0OQ0KCWMtMC4wMDIsNS43NjMtNC42NywxMC40MjktMTAuNDMxLDEwLjQzMWMtNS43NjUtMC4wMDItMTAuNDMzLTQuNjctMTAuNDM1LTEwLjQzMWMwLTEuMzU2LDAuMjYtMi42NTUsMC43MzMtMy44NDQNCgljMC4wODMtMC4yMDYsMC4xNjktMC40MTEsMC4yNjQtMC42MDhjMC4wMDItMC4wMDYsMC4wMDYtMC4wMDgsMC4wMDgtMC4wMTRIMC4wMTh2MjAuNzQ3YzAsMC44NTQsMC42OSwxLjU0MywxLjU0MywxLjU0M2gzMy41ODMNCgljMC44NTQsMCwxLjU0NC0wLjY5LDEuNTQ0LTEuNTQzVjE0LjE3N0gyNy44ODh6IE0xOC40NiwyMy4wNjljMi40NDQtMC4wMDQsNC40MjItMS45ODIsNC40MjYtNC40MjYNCgljLTAuMDAyLTEuNjQ2LTAuODk3LTMuMDgtMi4yMy0zLjg0MmMtMC42NDYtMC4zNy0xLjM5Ny0wLjU4My0yLjE5Ni0wLjU4NmMtMC43OTUsMC4wMDItMS41NDIsMC4yMTEtMi4xODYsMC41NzgNCgljLTEuMzQsMC43NTktMi4yNDIsMi4xOTgtMi4yNDQsMy44NDlDMTQuMDM2LDIxLjA4NywxNi4wMTQsMjMuMDY1LDE4LjQ2LDIzLjA2OXoiLz4NCjxwYXRoIGQ9Ik0zMy4zODMsNi4zMzljMCwwLjg3MS0wLjcwNSwxLjU3My0xLjU3NCwxLjU3M2gtMS44NjJjLTAuODY5LDAtMS41NzYtMC43MDQtMS41NzYtMS41NzN2LTEuODYNCgljMC0wLjg3MiwwLjcwNy0xLjU3NiwxLjU3Ni0xLjU3NmgxLjg2MmMwLjg2OSwwLDEuNTc0LDAuNzA0LDEuNTc0LDEuNTc2VjYuMzM5eiBNMzUuMTI3LDBIMS41NDNDMC42OSwwLDAsMC42OSwwLDEuNTQydjkuNzU2DQoJaDExLjA0OWMxLjg4OC0xLjg5Niw0LjUwMi0zLjA3MSw3LjM5NS0zLjA3NGMyLjg4OSwwLjAwMiw1LjUwMywxLjE3OCw3LjM5MSwzLjA3NGgxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K") center center no-repeat;position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;border-radius:15px;z-index:1}.post.format-gallery .post-gallery>a:before{content:'';border:3px solid #fff;display:block;width:44px;height:44px;position:absolute;top:50%;left:50%;margin:-22px 0 0 -22px;border-radius:22px;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;z-index:1}.post.format-gallery .post-gallery.no-video-icon>a:after,.post.format-gallery .post-gallery.no-video-icon>a:before{display:none}.post.format-gallery.just-title .post-title .entry-title{font-weight:400}.post.format-gallery.listing .post-gallery>a:after,.post.format-gallery.listing .post-gallery>a:before{-webkit-transform:scale(.7, .7);-moz-transform:scale(.7, .7);-ms-transform:scale(.7, .7);-o-transform:scale(.7, .7);transform:scale(.7, .7)}.post.format-gallery.listing:hover .post-gallery>a:after{-webkit-transform:scale(.8, .8);-moz-transform:scale(.8, .8);-ms-transform:scale(.8, .8);-o-transform:scale(.8, .8);transform:scale(.8, .8)}.post.format-gallery.listing:hover .post-gallery>a:before{-webkit-transform:scale(.85, .85);-moz-transform:scale(.85, .85);-ms-transform:scale(.85, .85);-o-transform:scale(.85, .85);transform:scale(.85, .85)}.post.format-gallery.listing .avatar{display:none}.post.format-video:hover .post-gallery>a:after{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}.post.format-video:hover .post-gallery>a:before{-webkit-transform:scale(1.15, 1.15);-moz-transform:scale(1.15, 1.15);-ms-transform:scale(1.15, 1.15);-o-transform:scale(1.15, 1.15);transform:scale(1.15, 1.15)}.post.format-video .post-gallery>a:after{content:"\f04b";color:#fff;font-family:FontAwesome;text-indent:2px;font-size:12px;display:block;width:30px;height:30px;text-align:center;line-height:30px;background:rgba(255,255,255,0.2);position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;border-radius:15px;z-index:1}.post.format-video .post-gallery>a:before{content:'';border:3px solid #fff;display:block;width:44px;height:44px;position:absolute;top:50%;left:50%;margin:-22px 0 0 -22px;border-radius:22px;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;z-index:1}.post.format-video .post-gallery.no-video-icon>a:after,.post.format-video .post-gallery.no-video-icon>a:before{display:none}.post.format-video.listing .post-gallery>a:after,.post.format-video.listing .post-gallery>a:before{-webkit-transform:scale(.7, .7);-moz-transform:scale(.7, .7);-ms-transform:scale(.7, .7);-o-transform:scale(.7, .7);transform:scale(.7, .7)}.post.format-video.listing:hover .post-gallery>a:after{-webkit-transform:scale(.8, .8);-moz-transform:scale(.8, .8);-ms-transform:scale(.8, .8);-o-transform:scale(.8, .8);transform:scale(.8, .8)}.post.format-video.listing:hover .post-gallery>a:before{-webkit-transform:scale(.85, .85);-moz-transform:scale(.85, .85);-ms-transform:scale(.85, .85);-o-transform:scale(.85, .85);transform:scale(.85, .85)}.post.blog-post{margin-bottom:0}.post.blog-post .post-gallery{margin-bottom:20px}@media only screen and (min-width: 40.063em){.post.blog-post .post-gallery{margin-bottom:40px}}.post.blog-post .post-gallery>a:after,.post.blog-post .post-gallery>a:before{display:none}.post.blog-post .post-content{margin-bottom:15px}@media only screen and (min-width: 40.063em){.post.blog-post .post-content{margin-bottom:35px}}.post.blog-post .post-author,.post.blog-post .authorpage{margin-top:0}.post.blog-post .single_category_title{margin-bottom:18px}.post.blog-post .post-title{margin-bottom:25px}.rtl .post.blog-post .post-title{text-align:right}.post.blog-post .entry-title{padding-bottom:15px;border-bottom:1px dotted #a8a8a8;margin-bottom:18px}.post.blog-post.format-gallery .post-bottom-meta{margin-bottom:20px}.post.blog-post.format-gallery .post-gallery{margin-bottom:30px}.post.blog-post.format-gallery .post-gallery.vertical{margin:0}.post.blog-post.format-gallery .post-title{margin-bottom:10px}.post.blog-post.format-gallery .post-title h4{margin-bottom:0}.post.blog-post.format-video{padding:15px 0;background:#f3f3f3}@media only screen and (min-width: 40.063em){.post.blog-post.format-video{padding:40px 0 0}}.post.blog-post.format-video .entry-title{border-bottom:0;margin-bottom:0}.post.blog-post.format-video .post-content{margin-bottom:20px}.post.blog-post.format-video .post-bottom-meta{text-align:left}.post.blog-post.format-video .post-gallery{background:#f3f3f3}@media only screen and (min-width: 40.063em){.post.blog-post.style4{margin-top:10px}}.post.blog-post.style4 .post-title .post-bottom-meta{text-align:left}.rtl .post.blog-post.style4 .post-title .post-bottom-meta{text-align:right}.post.blog-post.style4 .entry-title{border-bottom:0;padding-bottom:0;margin-bottom:10px}.post.blog-post.style4 .share-article.simple{margin-bottom:15px}@media only screen and (min-width: 40.063em){.post.blog-post.style4 .share-article.simple{margin-bottom:40px}}.post.blog-post.style4 .post-content img.aligncenter,.post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-left:-15px;width:calc(100% + 30px);max-width:none}@media only screen and (min-width: 40.063em){.post.blog-post.style4 .post-content img.aligncenter,.post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-left:-50px;width:calc(100% + 100px)}}@media only screen and (min-width: 64.063em){.post.blog-post.style4 .post-content img.aligncenter,.post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-left:-100px;width:calc(100% + 200px)}}.rtl .post.blog-post.style4 .post-content img.aligncenter,.rtl .post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-right:-15px;margin-left:auto}@media only screen and (min-width: 40.063em){.rtl .post.blog-post.style4 .post-content img.aligncenter,.rtl .post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-right:-50px;margin-left:auto}}@media only screen and (min-width: 64.063em){.rtl .post.blog-post.style4 .post-content img.aligncenter,.rtl .post.blog-post.style4 .post-content .wp-caption.aligncenter img{margin-right:-100px;margin-left:auto}}.post.dark-color.format-video{background:#111}.post.dark-color.format-video .post-gallery{background:none}.post.dark-color .post-title h1,.post.dark-color .post-title h2,.post.dark-color .post-title h3,.post.dark-color .post-title h4,.post.dark-color .post-title h5,.post.dark-color .post-title h6,.post.dark-color .post-title a{color:#fff}.post.dark-color .post-content{color:#929292}.post.dark-color .post-bottom-meta{color:rgba(255,255,255,0.4)}.post.dark-color .post-bottom-meta svg{fill:rgba(255,255,255,0.4)}.post.video-others{background:none !important}.post.video-others .post-gallery{margin-bottom:10px}.post.video-others .post-title{margin-bottom:0}.post.video-others .post-title h6{font-size:12px;line-height:16px;margin:0}.post.trending{margin:0}.post.trending:before,.post.trending:after{display:none}.post.trending .entry-title{display:inline-block;margin:0;vertical-align:middle}.post.trending .post-category{display:inline-block;margin:0 0 5px;vertical-align:middle}@media only screen and (min-width: 64.063em){.post.trending .post-category{margin:0 7px 0 0}}.post.trending .post-category .single_category_title{margin:0}.post.trending .post-bottom-meta{display:none}.post.gallery-offset-category .post-category{position:absolute;bottom:-8px;left:15px;z-index:20;margin:0}.post.gallery-offset-category .post-category .single_category_title{margin:0;font-size:12px;padding:6px 10px}@media only screen and (min-width: 40.063em){.post.gallery-offset-category .post-category{left:25px}}.post.gallery-offset-category .gallery-offset-container{padding:15px;flex:1;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width: 40.063em){.post.gallery-offset-category .gallery-offset-container{padding:25px}}.post.gallery-offset-category .gallery-offset-container .post-title h4{font-size:24px}.post.gallery-offset-category .gallery-offset-container .post-bottom-meta{margin:0}.post.gallery-offset-category .gallery-offset-container .post-content{margin-top:15px}.post.slider-style5.post-overlay{height:70vh;width:100%;padding:0;max-height:600px}.post.slider-style5.post-overlay .post-gallery{height:100%}.post.slider-style5.post-overlay .post-gallery>a{height:100%}.post.slider-style5.post-overlay .post-category{margin-bottom:20px}.post.slider-style5.post-overlay .post-title .entry-title{margin-bottom:30px}@media only screen and (min-width: 100em){.post.slider-style5.post-overlay .post-title .entry-title{font-size:60px}}.post.listing-vertical{margin-bottom:20px}.post.listing-vertical .post-gallery{margin-bottom:10px}.post.listing-vertical .post-title h6{font-weight:600;font-size:14px;margin:0}.post.listing{margin-bottom:20px}.post.listing .post-gallery{float:left;margin-right:18px;max-width:60px;width:100%;min-height:55px}@media only screen and (min-width: 64.063em){.post.listing .post-gallery{max-width:80px;min-height:75px}}.rtl .post.listing .post-gallery{margin-right:0;margin-left:18px;float:right}.post.listing .post-category .single_category_title{margin-bottom:8px}.post.listing .listing-content{padding-left:78px}@media only screen and (min-width: 64.063em){.post.listing .listing-content{padding-left:98px}}.rtl .post.listing .listing-content{padding-left:0;padding-right:78px;text-align:right}@media only screen and (min-width: 64.063em){.rtl .post.listing .listing-content{padding-left:0;padding-right:98px}}.post.listing .listing-content .avatar{display:none}.post.listing .post-bottom-meta{margin:0}.post.listing .post-title h6{font-size:13px;line-height:1.4;margin-bottom:5px}.post.listing.center-listing{display:flex !important;margin:0}.post.listing.center-listing .post-gallery{max-width:70px;min-height:auto}.post.listing.center-listing .post-gallery img{width:70px;max-width:none}.post.listing.center-listing .listing-content{flex:1;display:flex;align-items:center;padding:0 18px 0 0;white-space:nowrap;overflow:hidden}.post.listing.center-listing .listing-content .post-title{max-width:100%}.post.listing.center-listing .listing-content .entry-title{display:block;overflow:hidden;margin:0;text-overflow:ellipsis}.post.listing.center-listing .listing-content .post-bottom-meta{display:none}.post.carousel-listing{cursor:pointer}.post.carousel-listing:after{content:'';position:absolute;bottom:-1px;left:0;height:3px;width:100%;z-index:10}.post.carousel-listing.slick-current:after{-webkit-box-shadow:inset 0 4px 0 0 #7a7a7a;-moz-box-shadow:inset 0 4px 0 0 #7a7a7a;box-shadow:inset 0 4px 0 0 #7a7a7a}.post.post-fashion .post-gallery{position:relative;background:none}.post.post-fashion .post-gallery>a{background:#080808}.post.post-fashion .post-bottom-meta{justify-content:center}.post.post-fashion .post-bottom-meta .comment{display:none}.post.post-fashion .post-title-container{background:#fff;padding:10px;text-align:center;margin:10px 0 0;position:static;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}@media only screen and (min-width: 40.063em){.post.post-fashion .post-title-container{padding:40px 40px 10px;margin:0}}@media only screen and (min-width: 40.063em){.post.post-fashion.smaller-padding .post-title-container{padding:15px}}.post.post-fashion.offset-title.capital-title{height:auto}.post.post-fashion.offset-title.capital-title .post-gallery>a{height:70vh}.post.post-fashion.offset-title.capital-title .post-title{text-transform:uppercase}@media only screen and (min-width: 40.063em){.post.post-fashion.offset-title.capital-title{margin-bottom:90px}}.post.post-fashion.offset-title .post-title-container{margin:0 10%;transform:translateZ(0)}@media only screen and (min-width: 40.063em){.post.post-fashion.offset-title .post-title-container{position:absolute;bottom:-80px;right:0;left:0}}.post.post-fashion.offset-title.bottom-title{margin:0}@media only screen and (min-width: 40.063em){.post.post-fashion.offset-title.bottom-title .post-gallery{margin-bottom:0}}.post.post-fashion.offset-title.bottom-title .post-title-container{margin:10px 8%}@media only screen and (min-width: 40.063em){.post.post-fashion.offset-title.bottom-title .post-title-container{position:relative;top:-70px;bottom:auto}.post.post-fashion.offset-title.bottom-title .post-title-container .entry-title{margin:0 5% 20px}}.post.post-overlay{position:relative;background-size:cover;background-position:center top;width:100%;height:0;padding-bottom:70%}.post.post-overlay .post-title h1 a:hover,.post.post-overlay .post-title h2 a:hover,.post.post-overlay .post-title h3 a:hover,.post.post-overlay .post-title h4 a:hover,.post.post-overlay .post-title h5 a:hover,.post.post-overlay .post-title h6 a:hover{text-decoration:none}.post.post-overlay .post-gallery{display:flex;position:absolute;top:0;bottom:0;width:100%;background:#000}.post.post-overlay .post-gallery .counts{background:#649fd6}@media only screen and (min-width: 40.063em){.post.post-overlay .post-gallery .counts{width:45px;height:45px;line-height:45px;z-index:10}}.post.post-overlay .post-gallery .post-title{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.post.post-overlay .post-gallery>a{display:block;flex:1}.post.post-overlay .post-gallery>a:after{backface-visibility:hidden}.post.post-overlay.block-12{padding-bottom:50%}.post.post-overlay.block-8.block-style1{padding-bottom:calc(70% - 1px)}.grid .post.post-overlay.block-8.block-style1{padding-bottom:calc(70% - 2px)}.post.post-overlay.block-6{padding-bottom:60%}.post.post-overlay.block-6.block-style4{padding-bottom:calc(80% + 6px)}.grid .post.post-overlay.block-6.block-style4{padding-bottom:calc(80% + 1px)}.post.post-overlay.block-4{padding-bottom:calc(35% - 3px)}.post.post-overlay.block-4.block-style1{padding-bottom:calc(70% - 5px)}.grid .post.post-overlay.block-4.block-style1{padding-bottom:calc(70% - 1px)}.post.post-overlay.block-4.block-style3{padding-bottom:70%}@media only screen and (min-width: 40.063em){.post.post-overlay.block-4.block-style3{padding-bottom:calc(35% - 10px)}}.grid .post.post-overlay.block-4.block-style3{padding-bottom:70%}@media only screen and (min-width: 40.063em){.grid .post.post-overlay.block-4.block-style3{padding-bottom:calc(35% - 1px)}}.post.post-overlay.post-slider-style4{padding-bottom:70vh}.post.post-overlay.post-slider-style4 .post-gallery .post-title{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.post.post-overlay.post-slider-style4 .post-gallery .post-title .post-bottom-meta{display:flex}.post.post-overlay.post-slider-style4 .post-gallery .post-title .btn{margin-top:30px}.post.post-overlay.post-slider-style4 .post-gallery .post-title .btn:hover{color:#080808}@media only screen and (min-width: 64.063em){.post.post-overlay.post-slider-style4 .align-center{justify-content:flex-start}}.post.post-overlay.block-3{padding-bottom:80%}.post.post-overlay.format-gallery .post-gallery>a:before,.post.post-overlay.format-video .post-gallery>a:before{display:none}.post.post-overlay.widget-overlay{padding-bottom:110%}@media only screen and (min-width: 80em){.post-carousel-style3 .post.post-overlay.widget-overlay{padding-bottom:90%}}@media only screen and (min-width: 40.063em){.post.post-overlay.large-padding .post-gallery .post-title{margin:30px}}@media only screen and (min-width: 80em){.post.post-overlay.large-padding .post-gallery .post-title{margin:40px}}.post.post-overlay.top-title .post-gallery .post-title{bottom:auto;top:0;left:0;right:0}.post.post-overlay.show-excerpts .post-content{clear:both;overflow:hidden;max-height:0;color:#fff;text-transform:none}.post.post-overlay.show-excerpts .post-content p{display:block;padding:15px 0}.post.post-overlay.show-excerpts .post-content .post-bottom-meta{text-align:left}.post.post-overlay.show-excerpts .post-content .post-bottom-meta svg{fill:#fff}.post.post-overlay.show-excerpts:hover .post-content{max-height:140px}.post.post-overlay.center-title .post-bottom-meta{text-align:center;justify-content:center}.post.post-overlay.center-title .post-bottom-meta .time,.post.post-overlay.center-title .post-bottom-meta .author{float:none}.post.post-overlay.center-title .post-gallery .post-title{position:absolute;top:50%;margin:0 10%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.post.post-overlay.center-title .post-gallery>a{position:relative}.post.post-overlay.center-title .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background:rgba(0,0,0,0.6);opacity:0.3}.post.post-overlay.center-title:hover .post-gallery>a:after{opacity:1}.post.post-overlay.center-gradient .post-gallery>a{position:relative}.post.post-overlay.center-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background:rgba(0,0,0,0.6);opacity:0.3}.post.post-overlay.bottom-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.bottom-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));background-image:-webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));background-image:-moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));background-image:-o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));background-size:auto}.post.post-overlay.bottom-gradient .post-gallery>a img{opacity:1}.post.post-overlay.bottom-gradient:hover .post-gallery>a:after{opacity:1}.post.post-overlay.top-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.top-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1));background-image:-webkit-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1));background-image:-moz-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1));background-image:-o-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1));background-image:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1));background-size:auto}.post.post-overlay.top-gradient .post-gallery>a img{opacity:1}.post.post-overlay.top-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.top-gradient:hover .post-gallery>a:after{opacity:1}.post.post-overlay.color1-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.color1-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.6;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(120deg, #dc3030, #cfda26);background-image:-webkit-linear-gradient(120deg, #dc3030, #cfda26);background-image:-moz-linear-gradient(120deg, #dc3030, #cfda26);background-image:-o-linear-gradient(120deg, #dc3030, #cfda26);background-image:linear-gradient(120deg, #dc3030, #cfda26)}.post.post-overlay.color1-gradient .post-gallery>a img{opacity:1}.post.post-overlay.color1-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.color1-gradient:hover .post-gallery>a:after{opacity:0.9}.post.post-overlay.color2-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.color2-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(120deg, #292088, #a83279);background-image:-webkit-linear-gradient(120deg, #292088, #a83279);background-image:-moz-linear-gradient(120deg, #292088, #a83279);background-image:-o-linear-gradient(120deg, #292088, #a83279);background-image:linear-gradient(120deg, #292088, #a83279);background-size:auto}.post.post-overlay.color2-gradient .post-gallery>a img{opacity:1}.post.post-overlay.color2-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.color2-gradient:hover .post-gallery>a:after{opacity:0.9}.post.post-overlay.color3-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.color3-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(120deg, #006ab4, #fd62b2);background-image:-webkit-linear-gradient(120deg, #006ab4, #fd62b2);background-image:-moz-linear-gradient(120deg, #006ab4, #fd62b2);background-image:-o-linear-gradient(120deg, #006ab4, #fd62b2);background-image:linear-gradient(120deg, #006ab4, #fd62b2);background-size:auto}.post.post-overlay.color3-gradient .post-gallery>a img{opacity:1}.post.post-overlay.color3-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.color3-gradient:hover .post-gallery>a:after{opacity:0.9}.post.post-overlay.color4-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.color4-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(120deg, #09c995, #016fbb);background-image:-webkit-linear-gradient(120deg, #09c995, #016fbb);background-image:-moz-linear-gradient(120deg, #09c995, #016fbb);background-image:-o-linear-gradient(120deg, #09c995, #016fbb);background-image:linear-gradient(120deg, #09c995, #016fbb);background-size:auto}.post.post-overlay.color4-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.color4-gradient:hover .post-gallery>a:after{opacity:0.9}.post.post-overlay.color5-gradient .post-gallery>a{background:none;position:relative}.post.post-overlay.color5-gradient .post-gallery>a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border:0;margin:0;width:100%;height:100%;border-radius:0;background-color:transparent;opacity:0.8;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);background-image:-owg-linear-gradient(120deg, #f7a656, #5339a8);background-image:-webkit-linear-gradient(120deg, #f7a656, #5339a8);background-image:-moz-linear-gradient(120deg, #f7a656, #5339a8);background-image:-o-linear-gradient(120deg, #f7a656, #5339a8);background-image:linear-gradient(120deg, #f7a656, #5339a8);background-size:auto}.post.post-overlay.color5-gradient .post-gallery .counts{top:auto;bottom:0}.post.post-overlay.color5-gradient:hover .post-gallery>a:after{opacity:0.9}.post.post-overlay .post-gallery .post-title{position:absolute;bottom:0;left:0;right:0;margin:15px;z-index:2}.post.post-overlay .post-gallery .post-title a{color:#fff}.post.post-overlay .post-gallery .post-title .post-bottom-meta,.post.post-overlay .post-gallery .post-title .post-bottom-meta a{color:rgba(255,255,255,0.8)}@media only screen and (max-width: 40.063em){.post.post-overlay .post-gallery .post-title h1{font-size:18px;line-height:24px}}.post.post-overlay.photo-listing{margin-bottom:10px}.post.post-overlay.photo-listing .post-title h5{margin-bottom:5px}.post.carousel-style2{text-align:center;border-left:1px solid #efefef;border-right:1px solid #efefef;border-bottom:1px solid #efefef}.post.carousel-style2 .post-bottom-meta{justify-content:center}.post.carousel-style2 .post-bottom-meta .author{float:none}.post.carousel-style2 .post-title-container{padding:15px}@media only screen and (min-width: 40.063em){.post.carousel-style2 .post-title-container{padding:30px}}.post.carousel-style2 .post-gallery>a:hover>img{opacity:1}.post.carousel-style2 .entry-title{font-weight:400}.post.carousel-style2:hover{background:#080808;color:#fff}.post.carousel-style2:hover .post-title a,.post.carousel-style2:hover .post-category a,.post.carousel-style2:hover .post-bottom-meta a,.post.carousel-style2:hover .post-bottom-meta{color:#fff}.grid .post.carousel-style2{border-right:0}.post.carousel-style4{display:flex;flex-direction:column;height:100%;margin:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.08);-moz-box-shadow:0 2px 10px rgba(0,0,0,0.08);box-shadow:0 2px 10px rgba(0,0,0,0.08)}.post.carousel-style4 .gallery-offset-container{background:#fff}.post.carousel-style4 .gallery-offset-container .post-title a:not(:hover){color:#080808}.post.carousel-style4 .gallery-offset-container .post-bottom-meta a:not(:hover){color:rgba(0,0,0,0.4)}.post.carousel-style4:hover{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.08),0 7px 20px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 10px rgba(0,0,0,0.08),0 7px 20px rgba(0,0,0,0.2);box-shadow:0 2px 10px rgba(0,0,0,0.08),0 7px 20px rgba(0,0,0,0.2)}.post.carousel-style5{height:100%;padding:0}.post.carousel-style5:hover .post-gallery img{opacity:0.1}.post.carousel-style5:hover .post-content{max-height:100px}.post.carousel-style5 .post-gallery{position:relative;height:100%}.post.carousel-style5 .post-gallery>a img{opacity:0.8}.post.carousel-style5 .post-gallery>a:hover img{opacity:0.8}.post.carousel-style5 .post-gallery .post-title{top:0;display:flex;flex-direction:column;justify-content:space-between;margin:0;padding:15px}@media only screen and (min-width: 40.063em){.post.carousel-style5 .post-gallery .post-title{padding:30px}}.post.carousel-style5 .post-gallery .post-title .entry-title{font-size:18px}.post.carousel-style5 .post-content{overflow:hidden;max-height:0}.post.carousel-style5 .post-content p{color:#fff}.post.style1{margin-bottom:20px}.post.style1.solo .post-bottom-meta{display:none}.rtl .post.style1{text-align:right}.post.style1-featured .post-gallery{margin-bottom:20px}.post.style1-featured-v2 .post-gallery{margin-bottom:20px}.post.style1-featured-v2 .post-bottom-meta{margin-bottom:30px}.post.style1-featured-v2 .single_category_title{font-size:12px;margin-bottom:20px}.post.style1-featured-v2 .post-title h1{font-weight:600}@media only screen and (min-width: 64.063em){.post.style1-featured-v2 .post-title h1{font-size:48px}}.post.style1-meta .post-gallery{margin-bottom:20px}.post.style2 .post-gallery{margin-bottom:18px;min-height:90px}@media only screen and (min-width: 40.063em){.post.style2 .post-gallery{margin-bottom:0}}.post.style3 .post-gallery{margin-bottom:18px;min-height:60px}@media only screen and (min-width: 64.063em){.post.style3 .post-gallery{min-height:70px}}@media only screen and (min-width: 80em){.post.style3 .post-gallery{min-height:85px}}.post.style3.style3-alt{text-align:center}.post.style3.style3-alt .post-bottom-meta .author{float:none}.post.style3.style3-alt .post-bottom-meta .time{margin-right:0}.post.style4 .post-gallery{margin-bottom:20px;min-height:150px}@media only screen and (min-width: 40.063em){.post.style4 .post-gallery{margin-bottom:0}}@media only screen and (min-width: 64.063em){.post.style4 .post-gallery{min-height:190px}}@media only screen and (min-width: 80em){.post.style4 .post-gallery{min-height:250px}}.post.style5 .post-gallery{margin-bottom:25px}.post.style5 .entry-title{font-weight:500}.post.style5 .comment{display:none}.post.style6{border:1px solid #e8e8e8}.post.style6 .post-gallery{top:-1px;left:-1px;width:calc(100% + 2px)}.post.style6 .post-gallery>a{height:100%}.post.style6 .post-border-container{padding:15px;display:flex;flex-direction:column;justify-content:space-between;height:100%}@media only screen and (min-width: 40.063em){.post.style6 .post-border-container{padding:30px}}.post.style6 .post-border-container .post-category{margin-bottom:5px}.post.style6 .post-border-container .post-bottom-meta{margin:0}.post.style6:not(.style6-vertical) .post-title h5{font-size:20px}.post.style6-vertical{margin:0;height:100%;display:flex;flex-direction:column}.post.style6-vertical .post-title h3{margin-bottom:40px}.post.style6-vertical .post-title h5{margin-bottom:20px}.post-author,.authorpage{padding:15px 0 0;margin-bottom:15px;border-top:1px dotted #a8a8a8;margin-top:30px}@media only screen and (min-width: 40.063em){.post-author,.authorpage{padding:30px 0 0;margin-bottom:30px}}.post-author .avatar,.authorpage .avatar{float:left;margin-right:30px;width:86px;display:none}@media only screen and (min-width: 40.063em){.post-author .avatar,.authorpage .avatar{display:block}}.post-author .author-content,.authorpage .author-content{padding-left:0}@media only screen and (min-width: 40.063em){.post-author .author-content,.authorpage .author-content{padding-left:116px}}.post-author h5,.authorpage h5{font-size:14px;margin-bottom:5px}@media only screen and (min-width: 40.063em){.post-author h5,.authorpage h5{margin-bottom:15px}}.post-author p,.authorpage p{font-size:11px;margin-bottom:7px}.post-author .fa,.authorpage .fa{font-size:11px;margin-right:7px}.post-header{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:15px;background:#080808;display:flex}@media only screen and (min-width: 40.063em){.post-header{margin-bottom:30px}}@media only screen and (max-width: 40.063em){.post-header .post-title h1{font-size:20px;line-height:26px}}.post-header.parallax_bg{position:relative;overflow:hidden}.post-header.parallax_bg .inline_bg{width:100%;height:150%;background-size:cover;background-position:center center;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);position:absolute;top:-15%;left:0;will-change:transform}.post-header.parallax_bg .inline_bg img{width:100%;height:100%;opacity:0.4;object-fit:cover}.post-header.no-shadow{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:0}.post-header.no-shadow>div{background:none}.post-header.no-shadow+.row{padding-top:15px}@media only screen and (min-width: 40.063em){.post-header.no-shadow+.row{padding-top:30px}}.post-header .inner_header{background:rgba(0,0,0,0.4);padding:15px 0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:50vh}.post-header .inner_header .post-title{color:#fff;padding:0;width:100%}@media only screen and (min-width: 40.063em){.post-header .inner_header .post-title{padding:0 10%}}@media only screen and (min-width: 64.063em){.post-header .inner_header .post-title{padding:0 20%}}.post-header .inner_header .post-title .post-bottom-meta svg{fill:#fff}.post-header .inner_header .post-title h1,.post-header .inner_header .post-title a,.post-header .inner_header .post-title .post-bottom-meta,.post-header .inner_header .post-title .post-bottom-meta a{color:#fff}.rtl .post-header .inner_header .post-title{text-align:right}.post-header .inner_header>.row{width:100%}.post-header:not(.small) .post-bottom-meta{justify-content:center}.post-header:not(.small) .post-bottom-meta .comment{margin-left:10px}.post-header.small .inner_header{padding:15px 0}@media only screen and (min-width: 40.063em){.post-header.small .inner_header{padding:60px 0 90px;min-height:0}}@media only screen and (min-width: 64.063em){.post-header.small .inner_header{min-height:0}}@media only screen and (min-width: 80em){.post-header.small .inner_header{min-height:0}}@media only screen and (min-width: 100em){.post-header.small .inner_header{padding:90px 0 120px}}.post-header.small .inner_header .post-title .post-bottom-meta{text-align:right}.post-header.small .inner_header .post-title .post-bottom-meta .author,.post-header.small .inner_header .post-title .post-bottom-meta .time{float:left}.rtl .post-header.small .inner_header .post-title .post-bottom-meta .author,.rtl .post-header.small .inner_header .post-title .post-bottom-meta .time{float:right}@media only screen and (min-width: 40.063em){.post-header.small .inner_header .post-title{padding:0}}@media only screen and (min-width: 40.063em){.post-header.small .post-title{margin-bottom:15px}}.post-header.small .post-title .entry-title{padding-bottom:15px;border-bottom:1px dotted rgba(255,255,255,0.6);margin-bottom:18px}.post-header.small+.style5-container{background:#fff;position:relative;padding-top:0}@media only screen and (min-width: 40.063em){.post-header.small+.style5-container{padding-top:50px;margin-top:-90px}}.post-header.small+.style5-container .featured_image_credit{bottom:auto;top:-30px}.post-header.style3{margin-bottom:0}.post-header.style3+.row{padding-top:15px}@media only screen and (min-width: 40.063em){.post-header.style3+.row{padding-top:30px}}@media only screen and (max-width: 40.063em){.post-header.style4{margin-left:-20px;padding:0 20px;width:calc(100% + 40px)}.post-header.style4 .inner_header{margin-left:-20px;margin-right:-20px;padding:0 20px;width:calc(100% + 40px)}}.post-content-container{padding-left:0;min-height:390px}@media only screen and (min-width: 40.063em){.post-content-container{padding-left:98px}.rtl .post-content-container{padding-left:0;padding-right:98px}.type-attachment .post-content-container{padding:0}}.post-content-container+.share-article{width:auto;max-width:100%;margin:0 0 50px;float:none;text-align:center}.share-container{position:relative}.share-article-vertical{display:block;float:left;width:60px;margin-bottom:30px;position:absolute;margin-top:5px}.subheader .share-article-vertical{margin:0}.share-article-vertical .share-title{display:block;background:#080808;padding:16px 12px;color:#fff;font-size:16px;line-height:1;text-align:center;margin:0}.share-article-vertical .share-title em{font-style:normal}.share-article-vertical .share-title span{display:block;margin-top:5px;text-transform:uppercase;font-size:9px;color:rgba(255,255,255,0.6)}.share-article-vertical .social{display:block;width:60px;height:59px;line-height:59px;text-align:center;font-size:14px;color:#aeaeae;border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee;position:relative}.share-article-vertical .social:first-child{border-top:1px solid #eee}.share-article-vertical .social.whatsapp span{font-size:14px}@media only screen and (min-width: 40.063em){.share-article-vertical .social.whatsapp{display:none}}.share-article-vertical .social.facebook:hover{background:#3b5998}.share-article-vertical .social.google:hover{background:#dd4b39}.share-article-vertical .social.google-plus:hover{background:#dd4b39}.share-article-vertical .social.linkedin:hover{background:#007bb6}.share-article-vertical .social.pinterest:hover{background:#cb2027}.share-article-vertical .social.twitter:hover{background:#00aced}.share-article-vertical .social.instagram:hover{background:#3f729b}.share-article-vertical .social.vk:hover{background:#45668e}.share-article-vertical .social.tumblr:hover{background:#35465c}.share-article-vertical .social.xing:hover{background:#cfdc00}.share-article-vertical .social.soundcloud:hover{background:#f80}.share-article-vertical .social.dribbble:hover{background:#ea4c89}.share-article-vertical .social.youtube:hover{background:#e52d27}.share-article-vertical .social.youtube-play:hover{background:#e52d27}.share-article-vertical .social.spotify:hover{background:#7ab800}.share-article-vertical .social.behance:hover{background:#1769ff}.share-article-vertical .social.deviantart:hover{background:#4e6252}.share-article-vertical .social.vimeo:hover{background:#1ab7ea}.share-article-vertical .social.rss:hover{background:#f26522}.share-article-vertical .social.twitch:hover{background:#6441a5}.share-article-vertical .social.whatsapp:hover{background:#25d366}.share-article-vertical .social.snapchat:hover{background:#fffc00}.share-article-vertical .social:hover{color:#fff}.share-article{background:#f5f5f5;padding:15px;text-align:center}.share-article.simple{padding:0;background:none;text-align:left}.rtl .share-article.simple{text-align:right}.share-article .share-article{text-align:center}@media only screen and (min-width: 40.063em){.share-article .share-article{text-align:right}}@media only screen and (min-width: 40.063em){.share-article{padding:27px;text-align:left}.share-article h6{line-height:36px;margin-bottom:0}}.share-article .social{display:inline-block;line-height:36px;color:#fff;font-size:12px;font-weight:600;padding:0 5px;position:relative;border-radius:3px;vertical-align:middle;margin:0 0 4px;text-align:right}.share-article .social .fa{display:block;width:30px;line-height:36px;text-align:center}@media only screen and (min-width: 40.063em){.share-article .social{padding:0 14px}}@media only screen and (min-width: 40.063em){.share-article .social.whatsapp{display:none}}.share-article .social.facebook{background:#3b5998}.share-article .social.facebook:hover{background:#324c82;color:#fff !important}.share-article .social.google{background:#dd4b39}.share-article .social.google:hover{background:#d33724;color:#fff !important}.share-article .social.google-plus{background:#dd4b39}.share-article .social.google-plus:hover{background:#d33724;color:#fff !important}.share-article .social.linkedin{background:#007bb6}.share-article .social.linkedin:hover{background:#006697;color:#fff !important}.share-article .social.pinterest{background:#cb2027}.share-article .social.pinterest:hover{background:#b11c22;color:#fff !important}.share-article .social.twitter{background:#00aced}.share-article .social.twitter:hover{background:#0096ce;color:#fff !important}.share-article .social.instagram{background:#3f729b}.share-article .social.instagram:hover{background:#366285;color:#fff !important}.share-article .social.vk{background:#45668e}.share-article .social.vk:hover{background:#3b5779;color:#fff !important}.share-article .social.tumblr{background:#35465c}.share-article .social.tumblr:hover{background:#2a3749;color:#fff !important}.share-article .social.xing{background:#cfdc00}.share-article .social.xing:hover{background:#b2bd00;color:#fff !important}.share-article .social.soundcloud{background:#f80}.share-article .social.soundcloud:hover{background:#e07800;color:#fff !important}.share-article .social.dribbble{background:#ea4c89}.share-article .social.dribbble:hover{background:#e73177;color:#fff !important}.share-article .social.youtube{background:#e52d27}.share-article .social.youtube:hover{background:#d41f1a;color:#fff !important}.share-article .social.youtube-play{background:#e52d27}.share-article .social.youtube-play:hover{background:#d41f1a;color:#fff !important}.share-article .social.spotify{background:#7ab800}.share-article .social.spotify:hover{background:#690;color:#fff !important}.share-article .social.behance{background:#1769ff}.share-article .social.behance:hover{background:#0057f7;color:#fff !important}.share-article .social.deviantart{background:#4e6252}.share-article .social.deviantart:hover{background:#405144;color:#fff !important}.share-article .social.vimeo{background:#1ab7ea}.share-article .social.vimeo:hover{background:#13a3d2;color:#fff !important}.share-article .social.rss{background:#f26522}.share-article .social.rss:hover{background:#e8540e;color:#fff !important}.share-article .social.twitch{background:#6441a5}.share-article .social.twitch:hover{background:#57388f;color:#fff !important}.share-article .social.whatsapp{background:#25d366}.share-article .social.whatsapp:hover{background:#20b959;color:#fff !important}.share-article .social.snapchat{background:#fffc00}.share-article .social.snapchat:hover{background:#e0de00;color:#fff !important}@media only screen and (min-width: 40.063em){.share-article .social{width:auto;margin:0}}.circle_rating{display:none;position:absolute;top:18px;right:18px;z-index:20}@media only screen and (min-width: 40.063em){.circle_rating{display:block}}.rtl .circle_rating{right:auto;left:18px}.circle_rating span{display:block;width:90px;height:90px;line-height:92px;text-align:center;color:#fff;font-size:26px;font-weight:600;position:absolute;top:0;left:0}.circle_rating .circle_base{stroke:rgba(0,0,0,0.2);stroke-width:6px;transform:rotateZ(-90deg);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.circle_rating .circle_perc{stroke:#649fd6;stroke-width:6px;stroke-linecap:round;transform:rotateZ(-90deg);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.circle_rating.small{top:18px;right:18px}.circle_rating.small span{width:50px;height:50px;line-height:52px;font-size:16px}.circle_rating.small .circle_base,.circle_rating.small .circle_perc{stroke-width:3px}.rtl .circle_rating.small{right:auto;left:18px}.posts{display:flex;flex-wrap:wrap}.posts:before{display:none}.other_videos{background:#ebebeb;padding:35px 0 5px;margin-bottom:30px}.other_videos.dark-color{background:#161616}.related-posts .related-title{display:block;padding-bottom:20px;border-bottom:2px solid #eaeaea;margin-bottom:30px}.related-posts .post .post-gallery{margin-bottom:15px}.related-posts .row{display:flex;flex-wrap:wrap}.related-posts .row:after,.related-posts .row:before{display:none}.featured_image_credit{display:none;color:#fff;position:absolute;bottom:0;left:0;padding:7px 9px;font-size:10px;background:rgba(0,0,0,0.4)}@media only screen and (min-width: 40.063em){.featured_image_credit{display:block}}.rtl .featured_image_credit{left:auto;right:0}.post-detail-row{background:#fff}#infinite-article{background:#fff;will-change:contents}#infinite-article.on{padding-bottom:100px}.masonry_loader{width:100%}.post-review{border:2px solid #f0f0f0}.post-review.style1{margin:0 0 20px}.post-review.style2{width:100%;float:left;margin:0 0 20px}@media only screen and (min-width: 40.063em){.post-review.style2{width:50%;margin:0 30px 20px 0}}.post-review.style2 .comment_section{margin-bottom:20px}.post-review.style2 .average{margin:0 -14px -14px -14px}@media only screen and (min-width: 40.063em){.post-review.style2 .average{margin:0 -30px -31px -30px}}.post-review.style3{margin:30px 0}.post-review .post-review-content{border-bottom:1px solid #f0f0f0;padding:12px}@media only screen and (min-width: 40.063em){.post-review .post-review-content{padding:28px}}.post-review .post-review-bottom{padding:12px}@media only screen and (min-width: 40.063em){.post-review .post-review-bottom{padding:28px}}.post-review h6{text-transform:uppercase;margin-bottom:15px}@media only screen and (min-width: 40.063em){.post-review h6{margin-bottom:30px}}.post-review ul{margin:0;list-style:none}.post-review ul li{margin-bottom:15px;font-size:12px;font-weight:600;color:#080808}@media only screen and (min-width: 40.063em){.post-review ul li{margin-bottom:25px}}.post-review ul li:last-child{margin-bottom:0}.post-review ul li .show-for-medium{text-align:right}.rtl .post-review ul li .show-for-medium{text-align:left}.rtl .post-review ul li{text-align:right}.post-review ul li .progress{width:100%;background:#eeeeee;height:14px;margin-top:4px}.post-review ul li .progress span{background:#649fd6;display:block;height:14px;width:0}.rtl .post-review ul li .progress span{float:right}.post-review .comment_section{margin-bottom:15px}@media only screen and (min-width: 40.063em){.post-review .comment_section{margin-bottom:0}}.rtl .post-review .comment_section{text-align:right}.post-review .comment_section p{display:block;margin-bottom:10px;position:relative;padding-left:24px;font-size:12px;line-height:14px}.post-review .comment_section p:before{content:'';display:block;width:14px;height:14px;line-height:16px;color:#fff;border-radius:7px;text-align:center;position:absolute;top:0;left:0}.post-review .comment_section p.positive:before{content:'+';background:#0fbf5e}.post-review .comment_section p.negative:before{content:'-';background:#fe3166}.rtl .post-review .comment_section p{padding-left:0;padding-right:24px}.rtl .post-review .comment_section p:before{left:auto;right:0}.post-review .post_comment{text-transform:uppercase;font-size:12px;font-weight:600;display:block;margin-bottom:20px;color:#080808}.post-review .average{display:block;margin:0;padding:0;text-align:center;font-size:38px;line-height:1;padding:15px;color:#fff;background:#649fd6;font-weight:600}@media only screen and (min-width: 40.063em){.post-review .average{padding:25px 15px;margin:0}}@media only screen and (min-width: 64.063em){.post-review .average{padding:35px 15px}}@media only screen and (min-width: 64.063em){.post-review .average{padding:45px 15px}}.authorpage{margin:0 0 20px;border:0;background:#080808;padding:15px}.authorpage .avatar-link{display:inline-block}.author .authorpage .avatar-link{float:left}.authorpage h5{font-size:20px;line-height:1;margin:0}.authorpage h5 a{color:#fff}.authorpage h4{margin:8px 0 0 0;font-size:12px;line-height:1;font-weight:500;text-transform:uppercase;color:rgba(255,255,255,0.6)}.authorpage span{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;background:rgba(255,255,255,0.3);color:#fff;padding:3px 4px 2px;margin-top:12px}.authorpage span+span{margin-left:5px}.authorpage p{margin-top:18px;margin-bottom:15px;color:#a6a6a6;font-size:12px}.authorpage a{color:#9c9c9c}.authorpage a:hover{color:#fff}.authorpage a .fa{font-size:14px}.authorpage .avatar{width:164px}@media only screen and (min-width: 40.063em){.authorpage{padding:30px;margin-bottom:45px}.authorpage .author-content{padding-left:194px}.authorpage h5{font-size:28px}}.author_list .authorpage{background:#f6f6f6;flex:1;text-align:center;margin-bottom:30px}.author_list .authorpage .avatar{float:none;margin:0 auto 30px;border-radius:50%}.author_list .authorpage .author-content{padding:0}.author_list .authorpage .author-content h5 a{font-size:20px;color:#080808}.author_list .authorpage .author-content h4{color:#8a8a8a}.author_list .authorpage .author-content span{background:#8f8f8f}.author_list .authorpage .author-content p{color:#a6a6a6}.author_list .authorpage .author-content a:hover{color:#080808}.author_list .columns{display:flex}.subcategory_container{width:100%;min-height:50px}.subcategory_container .thb-sibling-categories{display:block;width:100%;text-align:right;height:50px;overflow:hidden}.subcategory_container .thb-sibling-categories.active{overflow:visible}.subcategory_container .thb-sibling-categories li{display:inline-block;margin:0;white-space:nowrap}.subcategory_container .thb-sibling-categories li+li{padding-left:20px}.rtl .subcategory_container .thb-sibling-categories li+li{padding-left:0;padding-right:20px}.subcategory_container .thb-sibling-categories li a{font-size:11px;color:#080808;text-transform:uppercase;font-weight:600;line-height:50px}.subcategory_container .thb-sibling-categories li a:hover{color:#649fd6}.subcategory_container .thb-sibling-categories .thb-pull-down{display:none;position:relative}.subcategory_container .thb-sibling-categories .thb-pull-down .fa{margin-left:5px}.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu-holder{display:none;position:absolute;top:100%;right:0;padding-top:12px;z-index:10}.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu{padding:10px;background:#fff}.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li{display:block}.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li a{line-height:1.6}.subcategory_container .thb-sibling-categories .thb-pull-down:hover .sub-menu-holder{display:block}.subcategory_container.small{height:25px;min-height:25px;margin:0}.subcategory_container.small .thb-sibling-categories{height:25px}.subcategory_container.small .thb-sibling-categories li a{line-height:1;color:#646464}.category-title{margin-bottom:15px}@media only screen and (min-width: 40.063em){.category-title{margin-bottom:30px}}.category-title.style2 h1{font-size:20px;line-height:1;font-weight:600;margin-bottom:0;line-height:50px;text-transform:uppercase}@media only screen and (min-width: 40.063em){.category-title.style2 h1{font-size:24px}}.category-title.style2 .category-header{border-bottom:1px solid #080808}.category-title.style2 .thb-sibling-categories{margin:0;text-align:right}.category-title.style2 p{font-size:14px;margin:15px 0 0 0}.category-title.style1 .category-header{background:#649fd6;padding:20px;text-align:center;padding-bottom:18px;background-size:cover}@media only screen and (min-width: 40.063em){.category-title.style1 .category-header{padding:40px;padding-bottom:36px}}.category-title.style1 h1{font-size:20px;line-height:1;font-weight:600;margin-bottom:0;color:#fff;text-transform:uppercase}.category-title.style1 p{margin-bottom:0;font-size:12px;margin-top:10px;color:rgba(255,255,255,0.8)}.category-title.style1 .thb-sibling-categories{list-style:none;padding:0;min-height:50px;border-bottom:2px solid rgba(0,0,0,0.05);text-align:center}@media only screen and (min-width: 40.063em){.category-title.style1{margin-bottom:30px}.category-title.style1 h1{font-size:30px}}@media only screen and (min-width: 80em){.category-title.style1 h1{font-size:40px}}.category-grid{margin-bottom:30px}.page-padding{margin:30px 0}@media only screen and (min-width: 40.063em){.page-padding{margin:50px 0}}@media only screen and (min-width: 64.063em){.page-padding{margin:70px 0}}@media only screen and (min-width: 80em){.page-padding{margin:90px 0}}@media only screen and (min-width: 64.063em){.sidebar{padding-left:45px}.rtl .sidebar{padding-left:15px;padding-right:45px}}.sidebar.large-order-1{padding-left:15px;padding-right:15px}@media only screen and (min-width: 64.063em){.sidebar.large-order-1{padding-right:45px}}.widget{margin-bottom:30px;background:#f5f5f5;padding:15px;font-size:12px;color:rgba(0,0,0,0.8)}@media only screen and (min-width: 40.063em){.widget{padding:20px}}@media only screen and (min-width: 64.063em){.widget{padding:30px}}.widget .slick-nav{background:#f5f5f5}.widget .widget_title{padding-bottom:13px;margin-bottom:28px;border-bottom:2px solid #080808}.widget .widget_title>strong{display:flex;justify-content:space-between;align-items:center;font-size:14px;text-transform:uppercase}.rtl .widget .widget_title>strong span a{margin-left:0;margin-right:8px}.widget .widget_title>strong span{display:none;line-height:14px}@media only screen and (min-width: 64.063em){.widget .widget_title>strong span{display:block}}.widget .widget_title>strong span a{display:inline-flex;font-size:11px;color:rgba(0,0,0,0.4);margin-left:8px}.widget .widget_title>strong span a.active{color:rgba(0,0,0,0.8)}.widget.title-style2 .widget_title{padding-bottom:0;border-bottom-width:1px}.widget.title-style2 .widget_title strong{display:inline-flex;align-items:center;background:#080808;color:#fff;border:0;padding:0 15px;height:38px}.widget.title-style2 .widget_title strong .thb_listing{margin-left:15px}.widget.title-style3 .widget_title{padding-bottom:0;border-bottom:0}.widget.title-style3 .widget_title>strong{text-transform:none;font-size:16px}.widget ul{margin:0;position:relative}.widget ul.thb-loading:after{bottom:0;top:50%;margin-top:-19px}.widget ul li{display:block;padding:10px 0;font-size:14px;line-height:18px;margin:0}.widget ul li:first-child{padding-top:0}.widget ul li:last-child{padding-bottom:0}.widget ul li p{font-size:13px;line-height:18px}.widget ul li.post.listing{margin:0}.widget ul.point-list li.post.listing{padding-top:0;padding-left:14px;margin-bottom:15px}.widget ul.point-list li.post.listing:last-child{margin:0}.widget ul.menu a{font-size:14px}.widget ul.menu .current-menu-item>a{color:#7a7a7a}.widget ul.menu .sub-menu{margin-top:15px;padding-top:15px;padding-left:10px;border-top:1px solid #eeeeee}.widget.widget_featured_video iframe{width:100%}.widget.widget_featured_video .flex-video{margin:0}.widget.widget_about figure{display:block;text-align:center;margin-bottom:20px}.widget.widget_about figure img{display:inline-block;max-width:100%}.widget.widget_about .thb-about-content{text-align:center}.widget.widget_discussedimages .post .post-bottom-meta .comment{margin-left:0}.widget.widget_crypto .thb-crypto-list .thb-crypto{border-bottom:1px dotted rgba(0,0,0,0.25)}.widget.widget_crypto .thb-crypto-list .thb-crypto .thb-crypto-content{flex:1;position:relative;padding-right:55px}.widget.widget_crypto .thb-crypto-list .thb-crypto .thb-crypto-content .thb-crypto-price{position:absolute;top:50%;right:0;margin:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.widget.widget_crypto .thb-crypto-list .columns:last-child .thb-crypto{border-bottom:0}.widget.widget_tag_cloud ul li{display:inline-block;padding:0;border:0}.widget.widget_tag_cloud .next{display:none}.widget.widget_subscribe_widget{text-align:center}.widget.widget_subscribe_widget p{font-size:14px;line-height:1.6;margin-bottom:20px}.widget.widget_subscribe_widget input[type="text"]{height:40px;width:100%}.widget.widget_subscribe_widget .newsletter-form-container{position:relative;z-index:2}.widget.widget_subscribe_widget .newsletter-container.light-text{color:#fff}.widget.widget_subscribe_widget .newsletter-container.has-image{position:relative;overflow:hidden;background-size:cover;padding:20px 15px}@media only screen and (min-width: 40.063em){.widget.widget_subscribe_widget .newsletter-container.has-image{padding:40px 30px}}.widget.widget_subscribe_widget .newsletter-container.has-image .parallax_bg{position:absolute;top:-5%;left:-5%;width:110%;height:110%;z-index:-1}.widget.thb_widget_twitter .thb-twitter-carousel-wrapper{background:#e4f2f8;padding:20px}@media only screen and (min-width: 40.063em){.widget.thb_widget_twitter .thb-twitter-carousel-wrapper{padding:40px}}.widget.thb_widget_twitter .thb-twitter-carousel-wrapper .thb-tweet .thb-tweet-actions a{margin:0 7px}.widget.thb_widget_twitter .thb-twitter-carousel-header{text-align:center;padding:0 0 25px 0;font-size:36px;line-height:1;color:#00aced}.widget.thb_widget_twitter .thb-carousel .thb-tweet{padding:0;font-size:16px;text-align:center;margin:0}.widget.thb_widget_twitter .thb-carousel .thb-tweet .thb-tweet-time{margin-top:15px}.widget.thb_widget_twitter .thb-twitter-header{height:100px;border-radius:3px 3px 0 0}.widget.thb_widget_twitter .thb-twitter-header>a{display:block;position:relative;height:100%}.widget.thb_widget_twitter .thb-twitter-header .thb_twitter_header_bg{display:block;border-radius:3px 3px 0 0;height:100%;width:100%;object-fit:cover}.widget.thb_widget_twitter .thb-twitter-header .thb_twitter_avatar{position:absolute;width:50px;height:50px;border-radius:50%;border:2px solid #fff;bottom:-12px;left:50%;margin-left:-25px}.widget.thb_widget_twitter .thb-twitter-content{background:#fff;border-radius:0 0 3px 3px;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:13px}@media only screen and (min-width: 40.063em){.widget.thb_widget_twitter .thb-twitter-content{padding:18px}}.widget.thb_widget_twitter .thb-twitter-user{padding:5px 0 20px;margin-bottom:20px;border-bottom:1px solid #eaeaea;color:#0a0a0a}.widget.thb_widget_twitter .thb-twitter-user .thb-twitter-username,.widget.thb_widget_twitter .thb-twitter-user .thb-twitter-screenname{font-size:12px;margin-right:10px;font-weight:500;text-transform:uppercase}.widget.thb_widget_twitter .thb-twitter-user .thb-twitter-screenname{opacity:0.4;margin-right:0}.widget.thb_widget_twitter .thb-twitter-user .thb-twitter-usermeta{margin-top:5px;opacity:0.4;text-transform:uppercase;font-size:10px}.widget.thb_widget_twitter .thb-twitter-user .thb-twitter-usermeta span{margin-right:15px}.widget.thb_widget_twitter .thb-tweet{position:relative;padding-left:30px;margin-bottom:20px;font-size:12px;color:#0a0a0a}.widget.thb_widget_twitter .thb-tweet:last-of-type{margin-bottom:0}.widget.thb_widget_twitter .thb-tweet .fa-twitter{position:absolute;top:2px;left:0;color:#d3d3d3;font-size:20px;line-height:1}.widget.thb_widget_twitter .thb-tweet .thb-tweet-time{opacity:0.6;text-transform:uppercase;font-size:10px;margin-top:8px;line-height:1}.widget.thb_widget_twitter .thb-tweet .thb-tweet-text a{color:#00aced}.widget.thb_widget_twitter .thb-tweet .thb-tweet-text a:hover{color:#0099d4}.widget.thb_widget_twitter .thb-tweet .thb-tweet-actions{line-height:1;margin-top:10px;font-size:10px}.widget.thb_widget_twitter .thb-tweet .thb-tweet-actions a{display:inline-flex;align-items:center;margin-right:14px}.widget.thb_widget_twitter .thb-tweet .thb-tweet-actions a i{font-size:14px}.widget.thb_widget_twitter .thb-tweet .thb-tweet-actions a .tweet-count{margin-left:8px}.widget.widget_nav_menu ul li{border:0}.widget.widget_nav_menu ul li a{color:#959595;font-size:14px}.widget.widget_nav_menu ul li a:hover{color:#080808}.widget.widget_nav_menu ul li.current-menu-item>a{color:#080808}.widget.widget_nav_menu ul li .sub-menu{border:0;padding-top:5px}.widget.widget_recent_entries ul li{border-bottom:0;padding:0;margin-bottom:15px}.widget.widget_recent_entries ul li a{display:block;color:#080808}.widget.widget_recent_entries ul li span{display:block;font-size:11px;text-transform:uppercase}.widget.widget_recent_entries ul li:last-child{margin:0}.widget.widget_recent_comments ul li{border-bottom:0;padding:0 0 0 30px;margin-bottom:15px;position:relative;font-size:13px}.widget.widget_recent_comments ul li:after{content:'\f0e5';font-family:FontAwesome;color:#080808;position:absolute;top:1px;left:0}.widget.widget_recent_comments ul li .comment-author-link,.widget.widget_recent_comments ul li a{color:#080808;font-weight:600}.widget.widget_recent_comments ul li .comment-author-link{text-transform:capitalize}.widget.widget_recent_comments ul li:last-child{margin:0}.widget.widget_categories li{text-align:right;line-height:1}.widget.widget_categories li a{display:inline;float:left}.widget.widget_thbadsingle{padding:0;background:none;text-align:center}.widget.widget_multiplead{padding-bottom:0}.widget.widget_multiplead img{margin-bottom:30px}.widget.widget_categoryposts .post .post-category{display:none}.widget.widget_categoryposts .post.style3{margin-bottom:10px}.widget.widget_calendar #calendar_wrap{border:1px solid #dcdcdc}.widget.widget_calendar table{background:#fff;border:0;width:100%;border-collapse:collapse;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.widget.widget_calendar table thead{background:#fff;font-size:12px;border-bottom:1px solid #dcdcdc}.widget.widget_calendar table thead th{padding:13px 0;color:#303030;text-align:center;font-weight:800}.widget.widget_calendar table tbody tr:nth-child(even){background:#f8f8f8}.widget.widget_calendar table tbody td{font-size:12px;color:#686868;text-align:center;padding:9px 0}.widget.widget_calendar table tfoot{background:#fff;margin-top:10px;border-top:1px solid #dcdcdc}.widget.widget_calendar table tfoot tr td{padding:12px 14px;font-size:12px}.widget.widget_calendar table tfoot tr td a{color:#737373;text-transform:uppercase;font-weight:800}.widget.widget_calendar table tfoot tr #next{text-align:right}.widget.widget_calendar table caption{color:#303030;font-size:12px;text-transform:uppercase;font-weight:400;padding:15px 0;border-bottom:1px solid #dcdcdc}.widget.widget_postslider .post{margin-bottom:0}.widget.widget_topreviews .style1 li{display:flex;flex-direction:column;background:rgba(0,0,0,0.05);padding:20px 40px 18px 20px;margin-bottom:10px;position:relative}@media only screen and (min-width: 64.063em){.widget.widget_topreviews .style1 li{padding:20px 80px 18px 20px}}.widget.widget_topreviews .style1 li:last-child{margin-bottom:0}.widget.widget_topreviews .style1 li:after{content:'';display:block;width:1px;height:100%;position:absolute;top:0;right:60px;background:rgba(255,255,255,0.2);z-index:0}.widget.widget_topreviews .style1 li>a{position:relative;font-size:12px;font-weight:600}.widget.widget_topreviews .style1 li .post-bottom-meta{margin:0}.widget.widget_topreviews .style1 li .progress{position:absolute;top:0;left:0;bottom:0;width:auto;background:#649fd6;z-index:0;opacity:0.5;will-change:width}.widget.widget_topreviews .style1 li .ave{display:block;width:40px;text-align:center;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;font-weight:600}@media only screen and (min-width: 64.063em){.widget.widget_topreviews .style1 li .ave{width:60px}}.widget.widget_topreviews .style2 li{padding:18px 0;border-bottom:1px dotted rgba(0,0,0,0.6)}.widget.widget_topreviews .style2 li a{display:block;padding-right:25px;font-size:12px;font-weight:600;position:relative;line-height:1}.widget.widget_topreviews .style2 li a span{position:absolute;top:0;right:0}.widget.widget_topreviews .style2 li:last-child{border-bottom:0;padding-bottom:0}.widget.widget_socialicons li{padding:0;border:0}.widget.widget_socialicons .social-icons-style1 .social{display:inline-flex;width:38px;height:38px;font-size:16px;justify-content:center;align-items:center;margin:0 10px 10px 0;color:#fff}.widget.widget_socialicons .social-icons-style1 .social.facebook{background:#3b5998}.widget.widget_socialicons .social-icons-style1 .social.facebook:hover{background:#2d4373}.widget.widget_socialicons .social-icons-style1 .social.google{background:#dd4b39}.widget.widget_socialicons .social-icons-style1 .social.google:hover{background:#c23321}.widget.widget_socialicons .social-icons-style1 .social.google-plus{background:#dd4b39}.widget.widget_socialicons .social-icons-style1 .social.google-plus:hover{background:#c23321}.widget.widget_socialicons .social-icons-style1 .social.linkedin{background:#007bb6}.widget.widget_socialicons .social-icons-style1 .social.linkedin:hover{background:#005983}.widget.widget_socialicons .social-icons-style1 .social.pinterest{background:#cb2027}.widget.widget_socialicons .social-icons-style1 .social.pinterest:hover{background:#9f191f}.widget.widget_socialicons .social-icons-style1 .social.twitter{background:#00aced}.widget.widget_socialicons .social-icons-style1 .social.twitter:hover{background:#0087ba}.widget.widget_socialicons .social-icons-style1 .social.instagram{background:#3f729b}.widget.widget_socialicons .social-icons-style1 .social.instagram:hover{background:#305777}.widget.widget_socialicons .social-icons-style1 .social.vk{background:#45668e}.widget.widget_socialicons .social-icons-style1 .social.vk:hover{background:#344d6c}.widget.widget_socialicons .social-icons-style1 .social.tumblr{background:#35465c}.widget.widget_socialicons .social-icons-style1 .social.tumblr:hover{background:#222d3c}.widget.widget_socialicons .social-icons-style1 .social.xing{background:#cfdc00}.widget.widget_socialicons .social-icons-style1 .social.xing:hover{background:#9fa900}.widget.widget_socialicons .social-icons-style1 .social.soundcloud{background:#f80}.widget.widget_socialicons .social-icons-style1 .social.soundcloud:hover{background:#cc6d00}.widget.widget_socialicons .social-icons-style1 .social.dribbble{background:#ea4c89}.widget.widget_socialicons .social-icons-style1 .social.dribbble:hover{background:#e51e6b}.widget.widget_socialicons .social-icons-style1 .social.youtube{background:#e52d27}.widget.widget_socialicons .social-icons-style1 .social.youtube:hover{background:#c21d17}.widget.widget_socialicons .social-icons-style1 .social.youtube-play{background:#e52d27}.widget.widget_socialicons .social-icons-style1 .social.youtube-play:hover{background:#c21d17}.widget.widget_socialicons .social-icons-style1 .social.spotify{background:#7ab800}.widget.widget_socialicons .social-icons-style1 .social.spotify:hover{background:#588500}.widget.widget_socialicons .social-icons-style1 .social.behance{background:#1769ff}.widget.widget_socialicons .social-icons-style1 .social.behance:hover{background:#0050e3}.widget.widget_socialicons .social-icons-style1 .social.deviantart{background:#4e6252}.widget.widget_socialicons .social-icons-style1 .social.deviantart:hover{background:#37463a}.widget.widget_socialicons .social-icons-style1 .social.vimeo{background:#1ab7ea}.widget.widget_socialicons .social-icons-style1 .social.vimeo:hover{background:#1295bf}.widget.widget_socialicons .social-icons-style1 .social.rss{background:#f26522}.widget.widget_socialicons .social-icons-style1 .social.rss:hover{background:#d54d0d}.widget.widget_socialicons .social-icons-style1 .social.twitch{background:#6441a5}.widget.widget_socialicons .social-icons-style1 .social.twitch:hover{background:#4e3380}.widget.widget_socialicons .social-icons-style1 .social.whatsapp{background:#25d366}.widget.widget_socialicons .social-icons-style1 .social.whatsapp:hover{background:#1da851}.widget.widget_socialicons .social-icons-style1 .social.snapchat{background:#fffc00}.widget.widget_socialicons .social-icons-style1 .social.snapchat:hover{background:#ccca00}.widget.widget_socialicons .social-icons-style2{margin:0;padding:0 20px;text-align:center}.widget.widget_socialicons .social-icons-style2 .social{display:inline-flex;background:#080808;width:52px;font-size:20px;height:52px;justify-content:center;align-items:center;color:#fff !important;border-radius:26px;margin-bottom:20px}.widget.widget_socialicons .social-icons-style2 .social.facebook:hover{background:#3b5998}.widget.widget_socialicons .social-icons-style2 .social.google:hover{background:#dd4b39}.widget.widget_socialicons .social-icons-style2 .social.google-plus:hover{background:#dd4b39}.widget.widget_socialicons .social-icons-style2 .social.linkedin:hover{background:#007bb6}.widget.widget_socialicons .social-icons-style2 .social.pinterest:hover{background:#cb2027}.widget.widget_socialicons .social-icons-style2 .social.twitter:hover{background:#00aced}.widget.widget_socialicons .social-icons-style2 .social.instagram:hover{background:#3f729b}.widget.widget_socialicons .social-icons-style2 .social.vk:hover{background:#45668e}.widget.widget_socialicons .social-icons-style2 .social.tumblr:hover{background:#35465c}.widget.widget_socialicons .social-icons-style2 .social.xing:hover{background:#cfdc00}.widget.widget_socialicons .social-icons-style2 .social.soundcloud:hover{background:#f80}.widget.widget_socialicons .social-icons-style2 .social.dribbble:hover{background:#ea4c89}.widget.widget_socialicons .social-icons-style2 .social.youtube:hover{background:#e52d27}.widget.widget_socialicons .social-icons-style2 .social.youtube-play:hover{background:#e52d27}.widget.widget_socialicons .social-icons-style2 .social.spotify:hover{background:#7ab800}.widget.widget_socialicons .social-icons-style2 .social.behance:hover{background:#1769ff}.widget.widget_socialicons .social-icons-style2 .social.deviantart:hover{background:#4e6252}.widget.widget_socialicons .social-icons-style2 .social.vimeo:hover{background:#1ab7ea}.widget.widget_socialicons .social-icons-style2 .social.rss:hover{background:#f26522}.widget.widget_socialicons .social-icons-style2 .social.twitch:hover{background:#6441a5}.widget.widget_socialicons .social-icons-style2 .social.whatsapp:hover{background:#25d366}.widget.widget_socialicons .social-icons-style2 .social.snapchat:hover{background:#fffc00}.widget.widget_latestimages ul li>.post{margin-bottom:0}.widget.widget_latestimages ul li>.post.style1-meta .post-bottom-meta{margin:0}.widget.widget_latestimages ul li>.post.style1-meta .post-gallery{margin-bottom:15px}.widget.widget_latestimages ul li>.post.style1-meta .post-title h6{font-size:12px;line-height:16px;margin-bottom:5px}.widget.widget_categoryslider .post{margin-bottom:0}.widget.widget_categoryslider .post-gallery{margin-bottom:25px}.widget.widget_categoryslider .post-title{padding:0 15px}.widget.widget_categoryslider .post-bottom-meta .author{float:none}.widget.widget_categoryslider .post-bottom-meta{justify-content:center}.widget.widget_categoryslider .post-bottom-meta .comment{display:none}.widget.widget_thbtwitter .created{display:none}.widget.widget_thbtwitter ul{margin-bottom:15px}.widget.widget_thbtwitter li{line-height:18px}.widget.widget_thbtwitter li a{font-weight:600}.widget.widget_thbtwitter .btn.twitter{position:relative;padding:10px 18px 10px 44px;text-transform:none;font-weight:400;font-size:13px;border-color:#2caae1 !important;background:#2caae1 !important}.widget.widget_thbtwitter .btn.twitter strong{font-weight:600}.widget.widget_thbtwitter .btn.twitter i{position:absolute;top:8px;left:13px;font-size:16px;color:rgba(255,255,255,0.4)}.widget.widget_socialcounter{overflow:hidden}.widget.widget_socialcounter ul.style2 li a{color:#fff}.widget.widget_socialcounter ul.style2 li a.facebook{background:#3b5998}.widget.widget_socialcounter ul.style2 li a.facebook .fa{background:#3b5998;color:#fff}.widget.widget_socialcounter ul.style2 li a.facebook span{color:#fff}.widget.widget_socialcounter ul.style2 li a.facebook:hover{background:#344e86}.widget.widget_socialcounter ul.style2 li a.facebook:hover .fa{background:#344e86}.widget.widget_socialcounter ul.style2 li a.google{background:#dd4b39}.widget.widget_socialcounter ul.style2 li a.google .fa{background:#dd4b39;color:#fff}.widget.widget_socialcounter ul.style2 li a.google span{color:#fff}.widget.widget_socialcounter ul.style2 li a.google:hover{background:#d73925}.widget.widget_socialcounter ul.style2 li a.google:hover .fa{background:#d73925}.widget.widget_socialcounter ul.style2 li a.google-plus{background:#dd4b39}.widget.widget_socialcounter ul.style2 li a.google-plus .fa{background:#dd4b39;color:#fff}.widget.widget_socialcounter ul.style2 li a.google-plus span{color:#fff}.widget.widget_socialcounter ul.style2 li a.google-plus:hover{background:#d73925}.widget.widget_socialcounter ul.style2 li a.google-plus:hover .fa{background:#d73925}.widget.widget_socialcounter ul.style2 li a.linkedin{background:#007bb6}.widget.widget_socialcounter ul.style2 li a.linkedin .fa{background:#007bb6;color:#fff}.widget.widget_socialcounter ul.style2 li a.linkedin span{color:#fff}.widget.widget_socialcounter ul.style2 li a.linkedin:hover{background:#006a9d}.widget.widget_socialcounter ul.style2 li a.linkedin:hover .fa{background:#006a9d}.widget.widget_socialcounter ul.style2 li a.pinterest{background:#cb2027}.widget.widget_socialcounter ul.style2 li a.pinterest .fa{background:#cb2027;color:#fff}.widget.widget_socialcounter ul.style2 li a.pinterest span{color:#fff}.widget.widget_socialcounter ul.style2 li a.pinterest:hover{background:#b51d23}.widget.widget_socialcounter ul.style2 li a.pinterest:hover .fa{background:#b51d23}.widget.widget_socialcounter ul.style2 li a.twitter{background:#00aced}.widget.widget_socialcounter ul.style2 li a.twitter .fa{background:#00aced;color:#fff}.widget.widget_socialcounter ul.style2 li a.twitter span{color:#fff}.widget.widget_socialcounter ul.style2 li a.twitter:hover{background:#0099d4}.widget.widget_socialcounter ul.style2 li a.twitter:hover .fa{background:#0099d4}.widget.widget_socialcounter ul.style2 li a.instagram{background:#3f729b}.widget.widget_socialcounter ul.style2 li a.instagram .fa{background:#3f729b;color:#fff}.widget.widget_socialcounter ul.style2 li a.instagram span{color:#fff}.widget.widget_socialcounter ul.style2 li a.instagram:hover{background:#386589}.widget.widget_socialcounter ul.style2 li a.instagram:hover .fa{background:#386589}.widget.widget_socialcounter ul.style2 li a.vk{background:#45668e}.widget.widget_socialcounter ul.style2 li a.vk .fa{background:#45668e;color:#fff}.widget.widget_socialcounter ul.style2 li a.vk span{color:#fff}.widget.widget_socialcounter ul.style2 li a.vk:hover{background:#3d5a7d}.widget.widget_socialcounter ul.style2 li a.vk:hover .fa{background:#3d5a7d}.widget.widget_socialcounter ul.style2 li a.tumblr{background:#35465c}.widget.widget_socialcounter ul.style2 li a.tumblr .fa{background:#35465c;color:#fff}.widget.widget_socialcounter ul.style2 li a.tumblr span{color:#fff}.widget.widget_socialcounter ul.style2 li a.tumblr:hover{background:#2c3a4c}.widget.widget_socialcounter ul.style2 li a.tumblr:hover .fa{background:#2c3a4c}.widget.widget_socialcounter ul.style2 li a.xing{background:#cfdc00}.widget.widget_socialcounter ul.style2 li a.xing .fa{background:#cfdc00;color:#fff}.widget.widget_socialcounter ul.style2 li a.xing span{color:#fff}.widget.widget_socialcounter ul.style2 li a.xing:hover{background:#b7c300}.widget.widget_socialcounter ul.style2 li a.xing:hover .fa{background:#b7c300}.widget.widget_socialcounter ul.style2 li a.soundcloud{background:#f80}.widget.widget_socialcounter ul.style2 li a.soundcloud .fa{background:#f80;color:#fff}.widget.widget_socialcounter ul.style2 li a.soundcloud span{color:#fff}.widget.widget_socialcounter ul.style2 li a.soundcloud:hover{background:#e67a00}.widget.widget_socialcounter ul.style2 li a.soundcloud:hover .fa{background:#e67a00}.widget.widget_socialcounter ul.style2 li a.dribbble{background:#ea4c89}.widget.widget_socialcounter ul.style2 li a.dribbble .fa{background:#ea4c89;color:#fff}.widget.widget_socialcounter ul.style2 li a.dribbble span{color:#fff}.widget.widget_socialcounter ul.style2 li a.dribbble:hover{background:#e7357a}.widget.widget_socialcounter ul.style2 li a.dribbble:hover .fa{background:#e7357a}.widget.widget_socialcounter ul.style2 li a.youtube{background:#e52d27}.widget.widget_socialcounter ul.style2 li a.youtube .fa{background:#e52d27;color:#fff}.widget.widget_socialcounter ul.style2 li a.youtube span{color:#fff}.widget.widget_socialcounter ul.style2 li a.youtube:hover{background:#d8201a}.widget.widget_socialcounter ul.style2 li a.youtube:hover .fa{background:#d8201a}.widget.widget_socialcounter ul.style2 li a.youtube-play{background:#e52d27}.widget.widget_socialcounter ul.style2 li a.youtube-play .fa{background:#e52d27;color:#fff}.widget.widget_socialcounter ul.style2 li a.youtube-play span{color:#fff}.widget.widget_socialcounter ul.style2 li a.youtube-play:hover{background:#d8201a}.widget.widget_socialcounter ul.style2 li a.youtube-play:hover .fa{background:#d8201a}.widget.widget_socialcounter ul.style2 li a.spotify{background:#7ab800}.widget.widget_socialcounter ul.style2 li a.spotify .fa{background:#7ab800;color:#fff}.widget.widget_socialcounter ul.style2 li a.spotify span{color:#fff}.widget.widget_socialcounter ul.style2 li a.spotify:hover{background:#699f00}.widget.widget_socialcounter ul.style2 li a.spotify:hover .fa{background:#699f00}.widget.widget_socialcounter ul.style2 li a.behance{background:#1769ff}.widget.widget_socialcounter ul.style2 li a.behance .fa{background:#1769ff;color:#fff}.widget.widget_socialcounter ul.style2 li a.behance span{color:#fff}.widget.widget_socialcounter ul.style2 li a.behance:hover{background:#0059fd}.widget.widget_socialcounter ul.style2 li a.behance:hover .fa{background:#0059fd}.widget.widget_socialcounter ul.style2 li a.deviantart{background:#4e6252}.widget.widget_socialcounter ul.style2 li a.deviantart .fa{background:#4e6252;color:#fff}.widget.widget_socialcounter ul.style2 li a.deviantart span{color:#fff}.widget.widget_socialcounter ul.style2 li a.deviantart:hover{background:#435446}.widget.widget_socialcounter ul.style2 li a.deviantart:hover .fa{background:#435446}.widget.widget_socialcounter ul.style2 li a.vimeo{background:#1ab7ea}.widget.widget_socialcounter ul.style2 li a.vimeo .fa{background:#1ab7ea;color:#fff}.widget.widget_socialcounter ul.style2 li a.vimeo span{color:#fff}.widget.widget_socialcounter ul.style2 li a.vimeo:hover{background:#14a7d7}.widget.widget_socialcounter ul.style2 li a.vimeo:hover .fa{background:#14a7d7}.widget.widget_socialcounter ul.style2 li a.rss{background:#f26522}.widget.widget_socialcounter ul.style2 li a.rss .fa{background:#f26522;color:#fff}.widget.widget_socialcounter ul.style2 li a.rss span{color:#fff}.widget.widget_socialcounter ul.style2 li a.rss:hover{background:#ed560e}.widget.widget_socialcounter ul.style2 li a.rss:hover .fa{background:#ed560e}.widget.widget_socialcounter ul.style2 li a.twitch{background:#6441a5}.widget.widget_socialcounter ul.style2 li a.twitch .fa{background:#6441a5;color:#fff}.widget.widget_socialcounter ul.style2 li a.twitch span{color:#fff}.widget.widget_socialcounter ul.style2 li a.twitch:hover{background:#593a93}.widget.widget_socialcounter ul.style2 li a.twitch:hover .fa{background:#593a93}.widget.widget_socialcounter ul.style2 li a.whatsapp{background:#25d366}.widget.widget_socialcounter ul.style2 li a.whatsapp .fa{background:#25d366;color:#fff}.widget.widget_socialcounter ul.style2 li a.whatsapp span{color:#fff}.widget.widget_socialcounter ul.style2 li a.whatsapp:hover{background:#21bd5c}.widget.widget_socialcounter ul.style2 li a.whatsapp:hover .fa{background:#21bd5c}.widget.widget_socialcounter ul.style2 li a.snapchat{background:#fffc00}.widget.widget_socialcounter ul.style2 li a.snapchat .fa{background:#fffc00;color:#fff}.widget.widget_socialcounter ul.style2 li a.snapchat span{color:#fff}.widget.widget_socialcounter ul.style2 li a.snapchat:hover{background:#e6e300}.widget.widget_socialcounter ul.style2 li a.snapchat:hover .fa{background:#e6e300}.widget.widget_socialcounter ul li{padding:0 0 1px 0}.widget.widget_socialcounter ul li a{display:block;height:38px;line-height:38px;padding:0 14px;margin-left:38px;position:relative;color:#080808;font-size:11px;font-weight:600;background:#fff;white-space:nowrap}.rtl .widget.widget_socialcounter ul li a{margin-left:0;margin-right:38px}.rtl .widget.widget_socialcounter ul li a .fa{left:auto;right:-38px}.widget.widget_socialcounter ul li a .fa{position:absolute;top:0;left:-38px;display:block;width:37px;height:38px;line-height:38px;font-size:14 px;text-align:center;background:#fff}.widget.widget_socialcounter ul li a em{font-style:normal}.widget.widget_socialcounter ul li a span{font-size:10px;font-weight:600;float:right;display:none}@media only screen and (min-width: 64.063em){.widget.widget_socialcounter ul li a span{display:inline}}.rtl .widget.widget_socialcounter ul li a span{float:left}.widget.widget_socialcounter ul li a.facebook .fa,.widget.widget_socialcounter ul li a.facebook span{color:#3b5998}.widget.widget_socialcounter ul li a.google .fa,.widget.widget_socialcounter ul li a.google span{color:#dd4b39}.widget.widget_socialcounter ul li a.google-plus .fa,.widget.widget_socialcounter ul li a.google-plus span{color:#dd4b39}.widget.widget_socialcounter ul li a.linkedin .fa,.widget.widget_socialcounter ul li a.linkedin span{color:#007bb6}.widget.widget_socialcounter ul li a.pinterest .fa,.widget.widget_socialcounter ul li a.pinterest span{color:#cb2027}.widget.widget_socialcounter ul li a.twitter .fa,.widget.widget_socialcounter ul li a.twitter span{color:#00aced}.widget.widget_socialcounter ul li a.instagram .fa,.widget.widget_socialcounter ul li a.instagram span{color:#3f729b}.widget.widget_socialcounter ul li a.vk .fa,.widget.widget_socialcounter ul li a.vk span{color:#45668e}.widget.widget_socialcounter ul li a.tumblr .fa,.widget.widget_socialcounter ul li a.tumblr span{color:#35465c}.widget.widget_socialcounter ul li a.xing .fa,.widget.widget_socialcounter ul li a.xing span{color:#cfdc00}.widget.widget_socialcounter ul li a.soundcloud .fa,.widget.widget_socialcounter ul li a.soundcloud span{color:#f80}.widget.widget_socialcounter ul li a.dribbble .fa,.widget.widget_socialcounter ul li a.dribbble span{color:#ea4c89}.widget.widget_socialcounter ul li a.youtube .fa,.widget.widget_socialcounter ul li a.youtube span{color:#e52d27}.widget.widget_socialcounter ul li a.youtube-play .fa,.widget.widget_socialcounter ul li a.youtube-play span{color:#e52d27}.widget.widget_socialcounter ul li a.spotify .fa,.widget.widget_socialcounter ul li a.spotify span{color:#7ab800}.widget.widget_socialcounter ul li a.behance .fa,.widget.widget_socialcounter ul li a.behance span{color:#1769ff}.widget.widget_socialcounter ul li a.deviantart .fa,.widget.widget_socialcounter ul li a.deviantart span{color:#4e6252}.widget.widget_socialcounter ul li a.vimeo .fa,.widget.widget_socialcounter ul li a.vimeo span{color:#1ab7ea}.widget.widget_socialcounter ul li a.rss .fa,.widget.widget_socialcounter ul li a.rss span{color:#f26522}.widget.widget_socialcounter ul li a.twitch .fa,.widget.widget_socialcounter ul li a.twitch span{color:#6441a5}.widget.widget_socialcounter ul li a.whatsapp .fa,.widget.widget_socialcounter ul li a.whatsapp span{color:#25d366}.widget.widget_socialcounter ul li a.snapchat .fa,.widget.widget_socialcounter ul li a.snapchat span{color:#fffc00}.widget.widget_price_filter .price_slider{height:4px;background:#eee;position:relative;margin-bottom:25px;margin-top:10px}.widget.widget_price_filter .price_slider .ui-slider-range{height:4px;background:#0cbf69;position:absolute}.widget.widget_price_filter .price_slider .ui-slider-handle{display:block;position:absolute;outline:0;top:-4px;width:12px;height:12px;border-radius:6px;background:#fff;border:3px solid #0cbf69;-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.widget.widget_price_filter .price_slider_amount .button{float:right;font-size:12px;font-weight:700;padding:1px 0;border:0;color:#0cbf69;background:transparent;height:auto;text-transform:uppercase}.widget.widget_price_filter .price_slider_amount .button:hover{background:transparent !important;color:#080808}.widget.widget_price_filter .price_slider_amount .price_label{float:left;line-height:14px;font-size:12px;text-transform:uppercase;color:#080808}.widget.widget_price_filter .price_slider_amount .price_label span{font-weight:700}.widget.widget_shopping_cart .mini_cart_item{padding:0 20px 0 0}.widget.widget_shopping_cart .quantity{max-width:100%}.widget.woo{padding:0;background:#fff}.widget.woo .product_list_widget{position:relative}.widget.woo .product_list_widget .remove{position:absolute;top:0;right:0}.widget.woo .product_list_widget li{position:relative;margin-bottom:20px}.widget.woo .product_list_widget a{display:block;font-size:14px}.widget.woo .product_list_widget a:before{display:none}.widget.woo .product_list_widget a .wp-post-image{max-width:50px;margin-right:20px;float:left}.widget.woo .product_list_widget .amount,.widget.woo .product_list_widget .quantity{font-size:12px;color:#080808}.widget_mc4wp_form_widget p{font-size:12px}.widget_mc4wp_form_widget input{margin:0}@media only screen and (max-width: 64.063em){.fixed-me{position:static !important}}.pagination{margin:0 0 60px}.pagination .screen-reader-text{display:none}.pagination .page-numbers{display:inline-block;font-size:11px;color:#080808;border:1px solid #080808;width:32px;height:32px;line-height:32px;text-align:center;font-weight:600;vertical-align:middle}.pagination .page-numbers.dots{border-color:transparent;position:relative;top:-3px}.pagination .page-numbers:not(.dots):hover,.pagination .page-numbers.current{color:#fff;background:#080808}.pagination .page-numbers.prev,.pagination .page-numbers.next{font-size:14px;vertical-align:middle}form{margin:0}form fieldset{padding:0;margin:0;border:0}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{border:1px solid #ccc;padding:12px 15px 11px;margin-bottom:24px;color:rgba(0,0,0,0.6);font-size:11px;font-weight:500;height:39px;background:#fff;max-width:100%;outline:0;font-family:inherit;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fff;border-color:#080808;color:#080808}input[type="text"].parsley-error,input[type="text"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="text"],input[type="password"].parsley-error,input[type="password"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="password"],input[type="date"].parsley-error,input[type="date"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="date"],input[type="datetime"].parsley-error,input[type="datetime"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="datetime"],input[type="email"].parsley-error,input[type="email"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="email"],input[type="number"].parsley-error,input[type="number"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="number"],input[type="search"].parsley-error,input[type="search"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="search"],input[type="tel"].parsley-error,input[type="tel"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="tel"],input[type="time"].parsley-error,input[type="time"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="time"],input[type="url"].parsley-error,input[type="url"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="url"],textarea.parsley-error,textarea.wpcf7-not-valid,.woocommerce-invalid-required-field textarea{border-color:#e76049}input[type="text"].full,.widget_mc4wp_form_widget input[type="text"],input[type="password"].full,.widget_mc4wp_form_widget input[type="password"],input[type="date"].full,.widget_mc4wp_form_widget input[type="date"],input[type="datetime"].full,.widget_mc4wp_form_widget input[type="datetime"],input[type="email"].full,.widget_mc4wp_form_widget input[type="email"],input[type="number"].full,.widget_mc4wp_form_widget input[type="number"],input[type="search"].full,.widget_mc4wp_form_widget input[type="search"],input[type="tel"].full,.widget_mc4wp_form_widget input[type="tel"],input[type="time"].full,.widget_mc4wp_form_widget input[type="time"],input[type="url"].full,.widget_mc4wp_form_widget input[type="url"],textarea.full,.widget_mc4wp_form_widget textarea{width:100%}.widget input[type="text"],.widget input[type="password"],.widget input[type="date"],.widget input[type="datetime"],.widget input[type="email"],.widget input[type="number"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="time"],.widget input[type="url"],.widget textarea{background:transparent}input[type="text"].dark,input[type="password"].dark,input[type="date"].dark,input[type="datetime"].dark,input[type="email"].dark,input[type="number"].dark,input[type="search"].dark,input[type="tel"].dark,input[type="time"].dark,input[type="url"].dark,textarea.dark{background:transparent;color:#fff;border-color:rgba(255,255,255,0.3)}input[type="text"].dark:focus,input[type="password"].dark:focus,input[type="date"].dark:focus,input[type="datetime"].dark:focus,input[type="email"].dark:focus,input[type="number"].dark:focus,input[type="search"].dark:focus,input[type="tel"].dark:focus,input[type="time"].dark:focus,input[type="url"].dark:focus,textarea.dark:focus{background:transparent;border-color:#fff;color:#fff;border-color:#fff}input[type="text"].placeholder,input[type="password"].placeholder,input[type="date"].placeholder,input[type="datetime"].placeholder,input[type="email"].placeholder,input[type="number"].placeholder,input[type="search"].placeholder,input[type="tel"].placeholder,input[type="time"].placeholder,input[type="url"].placeholder,textarea.placeholder{text-transform:uppercase;color:#808080;font-size:11px}input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="date"]:-moz-placeholder,input[type="datetime"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="number"]:-moz-placeholder,input[type="search"]:-moz-placeholder,input[type="tel"]:-moz-placeholder,input[type="time"]:-moz-placeholder,input[type="url"]:-moz-placeholder,textarea:-moz-placeholder{text-transform:uppercase;color:#808080;font-size:11px}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="date"]::-moz-placeholder,input[type="datetime"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="time"]::-moz-placeholder,input[type="url"]::-moz-placeholder,textarea::-moz-placeholder{text-transform:uppercase;color:#808080;font-size:11px}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="date"]:-ms-input-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="time"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,textarea:-ms-input-placeholder{text-transform:uppercase;color:#808080;font-size:11px}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="date"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="time"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{text-transform:uppercase;color:#808080;font-size:11px}#customer_details input[type="text"],.woocommerce input[type="text"],#customer_details input[type="password"],.woocommerce input[type="password"],#customer_details input[type="date"],.woocommerce input[type="date"],#customer_details input[type="datetime"],.woocommerce input[type="datetime"],#customer_details input[type="email"],.woocommerce input[type="email"],#customer_details input[type="number"],.woocommerce input[type="number"],#customer_details input[type="search"],.woocommerce input[type="search"],#customer_details input[type="tel"],.woocommerce input[type="tel"],#customer_details input[type="time"],.woocommerce input[type="time"],#customer_details input[type="url"],.woocommerce input[type="url"],#customer_details textarea,.woocommerce textarea{width:100%}.parsley-error-list,.wpcf7-not-valid-tip,.screen-reader-response{display:none !important}.wpcf7-form-control-wrap{display:block;width:100%}label{font-size:11px;display:block;color:#080808;margin:0 0 8px;line-height:1;letter-spacing:normal;font-weight:600;text-transform:uppercase;clear:both}label small{font-size:10px;color:#649fd6}textarea{min-height:108px}.wpcf7-form textarea{min-height:200px}.review-popup textarea{min-height:150px}.select-wrapper{position:relative;float:left;margin-bottom:15px;outline:0;min-width:140px;border:1px solid #eaeaea;color:#080808}.select-wrapper:after{content:"\f0d7";display:block;position:absolute;font-family:'FontAwesome';top:18px;right:15px;font-size:12px;line-height:1}.rtl .select-wrapper select{padding:11px 17px 11px 34px}.rtl .select-wrapper:after{right:auto;left:15px}.select-wrapper select{display:block;font-size:13px;font-weight:600;font-family:inherit;height:45px;padding:11px 34px 11px 17px;border:0;text-transform:uppercase;background:#fff;color:#080808;outline:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-indent:0.01px;text-overflow:'';-moz-appearance:radio-container}.shipping-calculator-form .select-wrapper{width:100%}@-moz-document url-prefix(){.select-wrapper:after{display:none}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.select-wrapper:after{display:none}}.form-row.woocommerce-invalid-required-field .select2-container .select2-choice{border-color:#ccc}.select2.select2-container--default{margin-bottom:25px;clear:left;font-size:14px;height:39px}.select2.select2-container--default .select2-selection__arrow:before{content:"\f107";display:block;font-family:FontAwesome;font-style:normal;font-weight:normal}.select2.select2-container--default .select2-selection__arrow b{display:none}.select2.select2-container--default.select2-container--open .select2-selection--single{border-color:#080808}.select2.select2-container--default .select2-selection--single{border-radius:0;border-color:#ccc;height:39px;line-height:39px}.select2.select2-container--default .select2-selection--single .select2-selection__rendered{height:39px;line-height:39px;padding-left:16px}.select2-container .select2-dropdown{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-color:#080808}.rtl .select2-container .select2-dropdown{left:auto;right:-9999px}.select2-container .select2-dropdown.select2-drop-active{border-color:#080808}.select2-container .select2-dropdown.select2-drop-active.select2-drop-above{border-top-color:#080808}.select2-container .select2-dropdown .select2-search{padding:8px}.select2-container .select2-dropdown .select2-search input{background:#fff !important;margin-bottom:5px}.select2-container .select2-dropdown .select2-results{background:#fff;font-size:14px}.select2-container .select2-dropdown .select2-results .select2-results__option{margin:0;height:39px;line-height:39px;padding:0 16px}.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true]{background:#7a7a7a}.select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted{background:#080808;border-radius:0;color:#fff}.wp-caption,.wp-caption-text,.sticky,.gallery-caption,.alignright,.alignleft,.aligncenter,.bypostauthor{color:inherit}.alignright{float:right;margin:6px 0 14px 20px}.alignleft{float:left;margin:6px 20px 14px 0}.alignright img,.alignleft img,.aligncenter img{width:100%;max-width:100%}img.center{margin:0 auto;display:block}img.full{width:100%}.aligncenter{display:block;clear:both;margin:0 auto}@media only screen and (max-width: 40.063em){.alignleft,.alignright{width:100%;margin:0 0 20px}}.wp-caption{max-width:100% !important}.wp-caption.aligncenter{width:100% !important}.wp-caption .wp-caption-text{display:block;margin:15px 0;font-weight:500;font-size:11px;line-height:1.45}.rtl .wp-caption .wp-caption-text{text-align:right}.gallery{display:block;margin:0 -2px;float:left;clear:both;width:100%}.gallery.gallery-columns-2 .gallery-item{width:50%}@media only screen and (min-width: 40.063em){.gallery.gallery-columns-2 .gallery-item{width:50%}}.gallery.gallery-columns-3 .gallery-item{width:50%}@media only screen and (min-width: 40.063em){.gallery.gallery-columns-3 .gallery-item{width:33.33%}}.gallery.gallery-columns-4 .gallery-item{width:50%}@media only screen and (min-width: 40.063em){.gallery.gallery-columns-4 .gallery-item{width:50%}}@media only screen and (min-width: 64.063em){.gallery.gallery-columns-4 .gallery-item{width:25%}}.gallery.gallery-columns-5 .gallery-item{width:50%}@media only screen and (min-width: 40.063em){.gallery.gallery-columns-5 .gallery-item{width:20%}}.gallery.gallery-columns-6 .gallery-item{width:50%}@media only screen and (min-width: 40.063em){.gallery.gallery-columns-6 .gallery-item{width:33.33%}}@media only screen and (min-width: 64.063em){.gallery.gallery-columns-6 .gallery-item{width:16.66%}}.gallery .gallery-item{display:inline-block;width:50%;padding:0 2px;margin-bottom:4px;-webkit-transition:opacity .2s ease-in-out;-webkit-transition-delay:0s;-moz-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out false}.gallery .gallery-item:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8}.gallery .gallery-item img{width:100%;max-width:100%}.gallery .gallery-item a{line-height:0;display:block;width:100%}.gallery .gallery-item .gallery-caption{display:none}.more-link{display:inline-block;font-weight:600;font-size:14px;text-transform:uppercase;color:#649fd6}[class^="tag-link"]{display:inline-block;border:1px solid rgba(8,8,8,0.4);color:#080808;font-size:10px !important;padding:8px 10px 7px;text-transform:uppercase;margin:0 3px 3px 0;line-height:1;font-weight:600}[class^="tag-link"]:hover{background:#080808;border-color:#080808;color:#fff;font-size:10px !important}.searchform{margin:0}.searchform fieldset{position:relative;border:0}.searchform fieldset input[type="text"],.searchform fieldset input[type="search"]{margin:0;width:100%}.searchform fieldset input[type="submit"]{position:absolute;top:0;right:0;border:0;background:transparent;outline:0;text-indent:-9999px;width:44px;padding:0;height:38px;background:transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAuMDc4cHgiIGhlaWdodD0iMTguNTMxcHgiIHZpZXdCb3g9IjAgMCAyMC4wNzggMTguNTMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4wNzggMTguNTMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTguOTYsMTYuODk2bC00Ljk3My00LjkyNmMxLjAyLTEuMjU1LDEuNjMzLTIuODQ2LDEuNjMzLTQuNTc4YzAtNC4wMzUtMy4zMTItNy4zMTctNy4zODUtNy4zMTdTMC44NDksMy4zNTgsMC44NDksNy4zOTMNCgkJCWMwLDQuMDMzLDMuMzEzLDcuMzE2LDcuMzg2LDcuMzE2YzEuNjYsMCwzLjE4OC0wLjU1Miw0LjQyMi0xLjQ3MWw0Ljk5OCw0Ljk1YzAuMTgxLDAuMTc5LDAuNDE2LDAuMjY4LDAuNjUyLDAuMjY4DQoJCQljMC4yMzUsMCwwLjQ3Mi0wLjA4OSwwLjY1Mi0wLjI2OEMxOS4zMiwxNy44MzIsMTkuMzIsMTcuMjUzLDE4Ljk2LDE2Ljg5NnogTTIuNjkzLDcuMzkzYzAtMy4wMjcsMi40ODUtNS40ODksNS41NDItNS40ODkNCgkJCWMzLjA1NCwwLDUuNTQxLDIuNDYyLDUuNTQxLDUuNDg5YzAsMy4wMjYtMi40ODYsNS40ODktNS41NDEsNS40ODlDNS4xNzksMTIuODgyLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat}.searchform fieldset input[type="submit"]:hover{color:#080808}.rtl .searchform fieldset input[type="submit"]{right:auto;left:0}table:not(.variations):not(.shop_table):not(.group_table){border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}table:not(.variations):not(.shop_table):not(.group_table) thead,table:not(.variations):not(.shop_table):not(.group_table) tbody,table:not(.variations):not(.shop_table):not(.group_table) tfoot{border:1px solid #f1f1f1;background-color:#fefefe}table:not(.variations):not(.shop_table):not(.group_table) caption{padding:0.5rem 0.625rem 0.625rem;font-weight:bold}table:not(.variations):not(.shop_table):not(.group_table) thead{background:#f8f8f8;color:#0a0a0a}table:not(.variations):not(.shop_table):not(.group_table) tfoot{background:#f1f1f1;color:#0a0a0a}table:not(.variations):not(.shop_table):not(.group_table) thead tr,table:not(.variations):not(.shop_table):not(.group_table) tfoot tr{background:transparent}table:not(.variations):not(.shop_table):not(.group_table) thead th,table:not(.variations):not(.shop_table):not(.group_table) thead td,table:not(.variations):not(.shop_table):not(.group_table) tfoot th,table:not(.variations):not(.shop_table):not(.group_table) tfoot td{padding:0.5rem 0.625rem 0.625rem;font-weight:bold;text-align:left}table:not(.variations):not(.shop_table):not(.group_table) tbody th,table:not(.variations):not(.shop_table):not(.group_table) tbody td{padding:0.5rem 0.625rem 0.625rem}table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table:not(.variations):not(.shop_table):not(.group_table).wp-block-table tr{border-bottom:0}table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tbody tr:nth-child(even){background:transparent !important}table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes thead,table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tbody,table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tfoot{border-left:0 !important;border-right:0 !important}table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tbody tr:nth-child(even){background:#f7f7f7}table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular thead,table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tbody,table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tfoot{border-color:rgba(0,0,0,0.2)}.has-thb-accent-background-color{background-color:#f74a2e}.has-thb-accent-color{color:#f74a2e}.has-thb-accent-color p{color:#f74a2e}.wp-block-pullquote{padding:0}.wp-block-button .wp-block-button__link.has-thb-accent-background-color{background-color:#f74a2e}.wp-block-button .wp-block-button__link.has-thb-accent-color{color:#f74a2e}.wp-block-button .wp-block-button__link.has-thb-accent-color p{color:#f74a2e}.wp-block-button.is-style-outline .wp-block-button__link{background:transparent !important}.alignwide{position:relative}@media only screen and (min-width: 64.063em){.alignwide{margin-left:-3%;margin-right:-3%;max-width:none;width:106%}}@media only screen and (min-width: 64.063em){.post-detail-style4 .alignwide{margin-left:-170px;margin-right:-170px;width:calc(100% + 340px)}}.alignfull{position:relative;width:100vw}@media only screen and (min-width: 64.063em){.alignfull{max-width:100vw;margin-left:calc(50% - 42vw);width:calc(50% + 42vw)}}@media only screen and (min-width: 64.063em){.post-detail-style4 .alignfull{left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw}}.wp-block-image.thb-pin-it-container{max-width:100vw}.post-detail ul.wp-block-gallery{margin-bottom:1rem}.post-detail ul.wp-block-gallery:not(.alignwide):not(.alignfull){margin-left:0}.post-detail ul.wp-block-gallery .blocks-gallery-image,.post-detail ul.wp-block-gallery .blocks-gallery-item{margin-bottom:1rem}.wp-block-media-text{margin-bottom:1rem}.wp-block-latest-comments{margin-left:0}.has-medium-font-size{font-size:1.2em}.has-large-font-size{font-size:2em}.has-huge-font-size{font-size:3em}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color){color:#fff}#comments{border-left:2px solid #f5f5f5;border-right:2px solid #f5f5f5;border-bottom:2px solid #f5f5f5;margin-bottom:30px}#comments.expanded-comments-on .comment-content-container{display:block;height:auto;max-height:none}#comments.expanded-comments-on #comment-toggle:after{display:none}@media only screen and (min-width: 64.063em){#comments{margin-bottom:70px}}#comments #comment-toggle{display:block;width:100%;background:#f5f5f5;padding:13px;color:#080808;font-size:14px;font-weight:600;position:relative;text-transform:uppercase}@media only screen and (min-width: 40.063em){#comments #comment-toggle{padding:25px;text-align:left}}#comments #comment-toggle:after{font-family:FontAwesome;content:"\f107";float:right}#comments #comment-toggle.active:after{content:"\f106"}#comments .comment-notes{margin-bottom:20px}#comments .commentlist{list-style:none;margin:0;display:block;padding:13px;border-bottom:1px solid #f5f5f5}@media only screen and (min-width: 40.063em){#comments .commentlist{padding:25px;text-align:left}.rtl #comments .commentlist{text-align:right}}#comments .commentlist>.comment:last-child .comment-body{margin-bottom:0}#comments .commentlist .comment,#comments .commentlist .review{margin:0}#comments .commentlist .comment:before,#comments .commentlist .review:before{display:none}#comments .commentlist .comment.depth-1:first-child>.comment-body,#comments .commentlist .review.depth-1:first-child>.comment-body{padding-top:0;padding-top:0;border:0}#comments .commentlist .comment.depth-1:first-child>.comment-body .avatar,#comments .commentlist .review.depth-1:first-child>.comment-body .avatar{top:0}#comments .commentlist .comment.depth-1:first-child>.comment-body .reply,#comments .commentlist .review.depth-1:first-child>.comment-body .reply{top:0}#comments .commentlist .comment .comment-body,#comments .commentlist .comment .comment_container,#comments .commentlist .review .comment-body,#comments .commentlist .review .comment_container{position:relative;min-height:87px;padding-left:83px;padding-bottom:0;margin-bottom:20px;padding-top:13px;border-top:1px dotted #dfdfdf}#comments .commentlist .comment .comment-meta,#comments .commentlist .review .comment-meta{display:inline-block;line-height:1;font-size:10px;color:#666;text-transform:uppercase;font-weight:500}#comments .commentlist .comment .comment-meta a,#comments .commentlist .review .comment-meta a{color:#666}#comments .commentlist .comment .vcard,#comments .commentlist .review .vcard{border:0;padding:0;margin:0}#comments .commentlist .comment .vcard .says,#comments .commentlist .review .vcard .says{display:none}#comments .commentlist .comment .fn,#comments .commentlist .comment .meta,#comments .commentlist .review .fn,#comments .commentlist .review .meta{font-size:11px;font-weight:600;color:#080808;text-transform:uppercase}#comments .commentlist .comment .avatar,#comments .commentlist .review .avatar{width:66px;height:66px;float:left;position:absolute;top:20px;left:0}#comments .commentlist .comment .comment-awaiting-moderation,#comments .commentlist .review .comment-awaiting-moderation{font-size:10px}#comments .commentlist .comment p:not(.meta),#comments .commentlist .review p:not(.meta){font-size:11px;word-break:break-word}#comments .commentlist .comment .reply,#comments .commentlist .review .reply{position:absolute;top:18px;right:0;font-size:11px;text-transform:uppercase;font-weight:600;color:#080808}#comments .commentlist .comment .reply a,#comments .commentlist .review .reply a{color:#080808}#comments .commentlist .comment .children,#comments .commentlist .review .children{list-style:none;margin-left:10px;margin-bottom:22px}@media only screen and (min-width: 40.063em){#comments .commentlist .comment .children,#comments .commentlist .review .children{margin-left:83px}}#comments .commentlist .comment .comment-respond,#comments .commentlist .review .comment-respond{margin-top:40px}#reviews #comments{border:0;margin:0}#reviews #comments ol.commentlist{padding:0}.comment-content-container{display:none}.comment-respond{padding:13px}@media only screen and (min-width: 40.063em){.comment-respond{padding:25px}}.comment-respond .comment-reply-title{font-size:14px;line-height:1;margin:0 0 10px;display:inline-block;width:100%;text-transform:uppercase}.comment-respond .comment-reply-title small a{color:#649fd6;text-transform:none;font-weight:400;font-size:14px}#reviews .comment-respond .comment-reply-title{margin-bottom:30px}.comment-respond p{font-size:12px}.comment-respond input[type="text"],.comment-respond textarea{width:100%}.comment-respond .form-submit{margin:0 0 20px}.comment-respond .form-submit .submit{width:100%}@media only screen and (min-width: 40.063em){.comment-respond .form-submit .submit{width:auto}}.comment-respond .comment-subscription-form{margin:0}#reviews .comment-respond{padding:0;margin-top:30px}#reviews .comment-respond textarea{margin:0}.star-rating,.comment-form-rating p.stars{display:inline-block;position:relative;font-size:12px;letter-spacing:0.2em;font-family:FontAwesome;color:#dcdcdc}.star-rating:before,.comment-form-rating p.stars:before{font-family:FontAwesome;content:"\f005 \f005 \f005 \f005 \f005"}.star-rating>span,.comment-form-rating p.stars>span{display:block;top:0;left:0;position:absolute;height:18px;line-height:18px;overflow:hidden}.star-rating>span:before,.comment-form-rating p.stars>span:before{color:#ffc200;content:"\f005 \f005 \f005 \f005 \f005"}.star-rating>span strong,.comment-form-rating p.stars>span strong{display:none}.rtl .star-rating>span,.rtl .comment-form-rating p.stars>span,.comment-form-rating .rtl p.stars>span{left:auto;right:0}.star-rating+.write_first,.comment-form-rating p.stars+.write_first{display:inline-block;font-size:13px;font-weight:400;color:#080808;margin-left:20px;line-height:18px;vertical-align:text-top}.comment-form-rating p{margin-bottom:27px}.comment-form-rating p.stars{display:block;height:5px}.comment-form-rating p.stars:before{content:none}.comment-form-rating p.stars>span:before{content:none}.comment-form-rating p.stars a{position:relative;color:#dcdcdc;display:inline-block;text-indent:-999em;width:15px}.comment-form-rating p.stars a:before{position:absolute;display:block;width:15px;text-indent:0;content:"\f005"}.comment-form-rating p.stars a:hover ~ a{color:#dcdcdc}.comment-form-rating p.stars a.active ~ a{color:#dcdcdc}.comment-form-rating p.stars:hover a,.comment-form-rating p.stars.selected a{color:#ffc200}.inline-icon{display:inline}.inline-icon.icon-1x{font-size:18px;vertical-align:middle}.inline-icon.icon-2x{font-size:24px;vertical-align:middle}.inline-icon.icon-3x{font-size:28px;vertical-align:middle}.inline-icon.icon-4x{font-size:32px;vertical-align:middle}.boxed-icon{display:block;width:26px;height:26px;line-height:26px;text-align:center;font-size:14px}.boxed-icon .fa{vertical-align:middle}blockquote.left{float:left;width:40%;margin:5px 30px 30px 0;text-align:left}@media only screen and (max-width: 40.063em){blockquote.left{margin-right:0;width:100%}}blockquote.right{float:right;width:40%;margin:5px 0 30px 30px;text-align:right}@media only screen and (max-width: 40.063em){blockquote.right{margin-left:0;width:100%}}.gap{width:100%;clear:both}.wpb_video_widget .wpb_video_wrapper{padding:0 !important}#scroll_totop{display:block;width:25px;height:25px;line-height:25px;text-align:center;border-radius:2px;background:rgba(0,0,0,0.6);color:#fff;position:fixed;bottom:15px;right:15px;z-index:20;cursor:pointer}@media only screen and (min-width: 40.063em){#scroll_totop{bottom:30px;right:30px}}#scroll_totop:hover{background:#649fd6}.rtl #scroll_totop{right:auto;left:15px}@media only screen and (min-width: 40.063em){.rtl #scroll_totop{right:auto;left:30px}}.ajaxify-pagination.thb-loading:after{bottom:auto;top:50%;margin-top:-19px}.wpb_content_element{margin-bottom:0 !important}.columns>.wpb_text_column{float:none !important}.vc_tta-container .row{box-sizing:border-box}.thb-category-slide:hover .thb-category-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,0.07);-moz-box-shadow:0 0 30px rgba(0,0,0,0.07);box-shadow:0 0 30px rgba(0,0,0,0.07)}.thb-category-slide:hover .thb-slide-link{max-height:100px;padding:15px}.thb-category-slide .thb-category-container{margin-bottom:15px;padding-bottom:45px;position:relative}.thb-category-slide .thb-slide-link{display:block;text-align:center;background:#fff;font-size:12px;text-transform:uppercase;font-weight:600;line-height:1;width:100%;z-index:-1;color:#080808;overflow:hidden;max-height:0;padding:0;position:absolute;bottom:0;left:0;width:100%}.thb-slide-inner{height:0;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding-bottom:110%;max-height:400px;position:relative;background:#080808;color:#fff;border-radius:3px}.thb-slide-inner span{display:block;font-size:24px;font-weight:600;line-height:1;margin-bottom:12px;color:#fff}.thb-slide-inner h6{text-transform:uppercase;color:#fff}.thb-slide-inner .thb-category-text{padding:45px 10%;position:relative;width:100%;text-align:center}.thb-slide-inner .thb-category-image{background-size:cover;background-position:center top;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.9;z-index:0;border-radius:3px}.thb-slide-inner:hover{color:#fff}.thb-slide-inner:hover span,.thb-slide-inner:hover h6{color:#fff}.thb-slide-inner:hover .thb-category-image{border-radius:3px 3px 0 0}.post-slider .post{margin-bottom:0}.post-slider.post-slider-style3 .post.post-overlay{padding-bottom:70vh}.post-slider.post-slider-style3 .post.post-overlay.center-title .post-gallery .post-title{margin:0}.post-slider.post-slider-style3 .post .post-title h1{margin-bottom:20px}@media only screen and (min-width: 80em){.post-slider.post-slider-style3 .post .post-title h1{font-size:46px}}@media only screen and (min-width: 100em){.post-slider.post-slider-style3 .post .post-title h1{font-size:60px}}.post-slider.post-slider-style3 .post .post-bottom-meta{font-size:14px}.post-slider.post-slider-style3 .post .single_category_title{font-size:12px}.post-slider.post-slider-style3 .post .single_category_title.boxed-link{margin-bottom:25px}.post-grid-style4 .pagination{text-align:center}.post-grid-style4 .comment{display:none}.post-grid-style4 .post-bottom-meta{justify-content:center}.post-grid-style2 .comment{display:none}.post-grid-style7 .post{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(0,0,0,0.05)}.post-grid-style9 .columns{display:flex}.post-grid-style9 .style6-vertical{height:auto;margin-bottom:30px;width:100%}.post-grid-style9 .style6-vertical .post-title{margin-bottom:30px}.post-grid-style9 .style6-vertical h5{font-size:18px}.style5-block-grid>.columns{border:2px solid #649fd6}.style5-block-grid>.columns+.columns{border-top-width:0}@media only screen and (min-width: 40.063em){.style5-block-grid>.columns+.columns{border-top-width:2px;border-left:0}}.style5-block-grid .gallery-offset-category{margin:0}.style5-block-grid ul{list-style:none;padding:15px}@media only screen and (min-width: 40.063em){.style5-block-grid ul{padding:30px}}.style5-block-grid ul .post-title h6{font-size:16px}.style5-block-grid ul .post.listing{padding-bottom:15px;margin-bottom:15px;border-bottom:1px dotted rgba(0,0,0,0.25)}.style5-block-grid ul .post.listing .post-title h6{font-size:16px}@media only screen and (min-width: 40.063em){.style5-block-grid ul .post.listing{padding-bottom:20px;margin-bottom:20px}.style5-block-grid ul .post.listing .post-title h6{font-size:18px}}.style5-block-grid ul .post.listing:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.contact_map{position:relative;overflow:hidden}.contact_map .google_map{position:absolute;top:0;left:0;right:0;bottom:0}.contact_map .google_map img{max-width:none;height:auto}.thb-social-links-container{font-size:10px}.thb-social-links-container .thb-social-link-wrap{display:block;line-height:1}.thb-social-links-container .thb-social-link{display:inline-flex;width:100%;align-items:center;text-transform:uppercase;color:#0a0a0a}.thb-social-links-container .thb-social-link .thb-social-label-container{display:inline-flex;align-items:center}.thb-social-links-container .thb-social-link .thb-social-icon-container{display:inline-flex;justify-content:center;text-align:center;font-size:16px}.thb-social-links-container .thb-social-link .thb-social-count{opacity:0.8}.thb-social-links-container.thb-social-vertical{display:flex;flex-direction:column}.thb-social-links-container.thb-social-vertical .thb-social-link-wrap:last-child .thb-social-link{margin:0}.thb-social-links-container.thb-social-vertical .thb-social-link{justify-content:space-between;margin-bottom:12px}.thb-social-links-container.thb-social-vertical .thb-social-link .thb-social-label-container{font-weight:600}.thb-social-links-container.thb-social-vertical .thb-social-link .thb-social-icon-container{min-width:15px;margin-right:15px}.rtl .thb-social-links-container.thb-social-vertical .thb-social-link .thb-social-icon-container{margin-right:0;margin-left:15px}.thb-social-links-container.thb-social-vertical.border-mono .thb-social-link,.thb-social-links-container.thb-social-vertical.border-color .thb-social-link,.thb-social-links-container.thb-social-vertical.fill-color .thb-social-link{padding:10px 15px;margin-bottom:6px}.thb-social-links-container.thb-social-vertical.circle-mono .thb-social-icon-container,.thb-social-links-container.thb-social-vertical.circle-color .thb-social-icon-container,.thb-social-links-container.thb-social-vertical.circle-fill .thb-social-icon-container{font-size:14px}.thb-social-links-container.thb-social-horizontal .thb-social-link-wrap{display:inline-flex;padding:0 8px;margin-bottom:20px}.thb-social-links-container.thb-social-horizontal .thb-social-link-wrap .thb-social-link{flex-direction:column;min-width:30px}.thb-social-links-container.thb-social-horizontal .thb-social-link-wrap .thb-social-count{margin-top:12px;opacity:1}.thb-social-links-container.thb-social-horizontal .thb-social-label{display:none}.thb-social-links-container.thb-social-horizontal.border-mono .thb-social-link-wrap,.thb-social-links-container.thb-social-horizontal.border-color .thb-social-link-wrap,.thb-social-links-container.thb-social-horizontal.fill-color .thb-social-link-wrap{padding:0 3px;margin-bottom:8px}.thb-social-links-container.thb-social-horizontal.border-mono .thb-social-link,.thb-social-links-container.thb-social-horizontal.border-color .thb-social-link,.thb-social-links-container.thb-social-horizontal.fill-color .thb-social-link{padding:20px;min-width:65px}.thb-social-links-container.mono-icons .thb-social-link.social-link-facebook:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-facebook:hover .thb-social-icon-container{color:#3b5998}.thb-social-links-container.mono-icons .thb-social-link.social-link-google:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-google:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.mono-icons .thb-social-link.social-link-google-plus:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.mono-icons .thb-social-link.social-link-linkedin:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{color:#007bb6}.thb-social-links-container.mono-icons .thb-social-link.social-link-pinterest:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{color:#cb2027}.thb-social-links-container.mono-icons .thb-social-link.social-link-twitter:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-twitter:hover .thb-social-icon-container{color:#00aced}.thb-social-links-container.mono-icons .thb-social-link.social-link-instagram:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-instagram:hover .thb-social-icon-container{color:#3f729b}.thb-social-links-container.mono-icons .thb-social-link.social-link-vk:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-vk:hover .thb-social-icon-container{color:#45668e}.thb-social-links-container.mono-icons .thb-social-link.social-link-tumblr:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{color:#35465c}.thb-social-links-container.mono-icons .thb-social-link.social-link-xing:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-xing:hover .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.mono-icons .thb-social-link.social-link-soundcloud:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{color:#f80}.thb-social-links-container.mono-icons .thb-social-link.social-link-dribbble:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.mono-icons .thb-social-link.social-link-youtube:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-youtube:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.mono-icons .thb-social-link.social-link-youtube-play:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.mono-icons .thb-social-link.social-link-spotify:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-spotify:hover .thb-social-icon-container{color:#7ab800}.thb-social-links-container.mono-icons .thb-social-link.social-link-behance:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-behance:hover .thb-social-icon-container{color:#1769ff}.thb-social-links-container.mono-icons .thb-social-link.social-link-deviantart:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{color:#4e6252}.thb-social-links-container.mono-icons .thb-social-link.social-link-vimeo:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.mono-icons .thb-social-link.social-link-rss:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-rss:hover .thb-social-icon-container{color:#f26522}.thb-social-links-container.mono-icons .thb-social-link.social-link-twitch:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-twitch:hover .thb-social-icon-container{color:#6441a5}.thb-social-links-container.mono-icons .thb-social-link.social-link-whatsapp:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{color:#25d366}.thb-social-links-container.mono-icons .thb-social-link.social-link-snapchat:hover .thb-social-label-container,.thb-social-links-container.mono-icons .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{color:#fffc00}.thb-social-links-container.mono-icons-horizontal .thb-social-link-wrap{padding-left:0;margin-bottom:0}.thb-social-links-container.mono-icons-horizontal .thb-social-link-wrap:last-child{padding-right:0}.thb-social-links-container.mono-icons-horizontal .thb-social-link-wrap .thb-social-count{margin:0 0 0 8px}.thb-social-links-container.mono-icons-horizontal .thb-social-link{flex-direction:row !important;min-width:0 !important}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-facebook:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-facebook:hover .thb-social-icon-container{color:#3b5998}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-google:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-google:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-google-plus:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-linkedin:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{color:#007bb6}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-pinterest:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{color:#cb2027}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-twitter:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-twitter:hover .thb-social-icon-container{color:#00aced}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-instagram:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-instagram:hover .thb-social-icon-container{color:#3f729b}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-vk:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-vk:hover .thb-social-icon-container{color:#45668e}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-tumblr:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{color:#35465c}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-xing:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-xing:hover .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-soundcloud:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{color:#f80}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-dribbble:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-youtube:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-youtube:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-youtube-play:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-spotify:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-spotify:hover .thb-social-icon-container{color:#7ab800}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-behance:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-behance:hover .thb-social-icon-container{color:#1769ff}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-deviantart:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{color:#4e6252}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-vimeo:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-rss:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-rss:hover .thb-social-icon-container{color:#f26522}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-twitch:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-twitch:hover .thb-social-icon-container{color:#6441a5}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-whatsapp:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{color:#25d366}.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-snapchat:hover .thb-social-label-container,.thb-social-links-container.mono-icons-horizontal .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{color:#fffc00}.thb-social-links-container.color-icons .thb-social-link.social-link-facebook .thb-social-icon-container{color:#3b5998}.thb-social-links-container.color-icons .thb-social-link.social-link-facebook:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-facebook:hover .thb-social-icon-container{color:#3b5998}.thb-social-links-container.color-icons .thb-social-link.social-link-google .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.color-icons .thb-social-link.social-link-google:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-google:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.color-icons .thb-social-link.social-link-google-plus .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.color-icons .thb-social-link.social-link-google-plus:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.color-icons .thb-social-link.social-link-linkedin .thb-social-icon-container{color:#007bb6}.thb-social-links-container.color-icons .thb-social-link.social-link-linkedin:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{color:#007bb6}.thb-social-links-container.color-icons .thb-social-link.social-link-pinterest .thb-social-icon-container{color:#cb2027}.thb-social-links-container.color-icons .thb-social-link.social-link-pinterest:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{color:#cb2027}.thb-social-links-container.color-icons .thb-social-link.social-link-twitter .thb-social-icon-container{color:#00aced}.thb-social-links-container.color-icons .thb-social-link.social-link-twitter:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-twitter:hover .thb-social-icon-container{color:#00aced}.thb-social-links-container.color-icons .thb-social-link.social-link-instagram .thb-social-icon-container{color:#3f729b}.thb-social-links-container.color-icons .thb-social-link.social-link-instagram:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-instagram:hover .thb-social-icon-container{color:#3f729b}.thb-social-links-container.color-icons .thb-social-link.social-link-vk .thb-social-icon-container{color:#45668e}.thb-social-links-container.color-icons .thb-social-link.social-link-vk:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-vk:hover .thb-social-icon-container{color:#45668e}.thb-social-links-container.color-icons .thb-social-link.social-link-tumblr .thb-social-icon-container{color:#35465c}.thb-social-links-container.color-icons .thb-social-link.social-link-tumblr:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{color:#35465c}.thb-social-links-container.color-icons .thb-social-link.social-link-xing .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.color-icons .thb-social-link.social-link-xing:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-xing:hover .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.color-icons .thb-social-link.social-link-soundcloud .thb-social-icon-container{color:#f80}.thb-social-links-container.color-icons .thb-social-link.social-link-soundcloud:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{color:#f80}.thb-social-links-container.color-icons .thb-social-link.social-link-dribbble .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.color-icons .thb-social-link.social-link-dribbble:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.color-icons .thb-social-link.social-link-youtube .thb-social-icon-container{color:#e52d27}.thb-social-links-container.color-icons .thb-social-link.social-link-youtube:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-youtube:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.color-icons .thb-social-link.social-link-youtube-play .thb-social-icon-container{color:#e52d27}.thb-social-links-container.color-icons .thb-social-link.social-link-youtube-play:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.color-icons .thb-social-link.social-link-spotify .thb-social-icon-container{color:#7ab800}.thb-social-links-container.color-icons .thb-social-link.social-link-spotify:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-spotify:hover .thb-social-icon-container{color:#7ab800}.thb-social-links-container.color-icons .thb-social-link.social-link-behance .thb-social-icon-container{color:#1769ff}.thb-social-links-container.color-icons .thb-social-link.social-link-behance:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-behance:hover .thb-social-icon-container{color:#1769ff}.thb-social-links-container.color-icons .thb-social-link.social-link-deviantart .thb-social-icon-container{color:#4e6252}.thb-social-links-container.color-icons .thb-social-link.social-link-deviantart:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{color:#4e6252}.thb-social-links-container.color-icons .thb-social-link.social-link-vimeo .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.color-icons .thb-social-link.social-link-vimeo:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.color-icons .thb-social-link.social-link-rss .thb-social-icon-container{color:#f26522}.thb-social-links-container.color-icons .thb-social-link.social-link-rss:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-rss:hover .thb-social-icon-container{color:#f26522}.thb-social-links-container.color-icons .thb-social-link.social-link-twitch .thb-social-icon-container{color:#6441a5}.thb-social-links-container.color-icons .thb-social-link.social-link-twitch:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-twitch:hover .thb-social-icon-container{color:#6441a5}.thb-social-links-container.color-icons .thb-social-link.social-link-whatsapp .thb-social-icon-container{color:#25d366}.thb-social-links-container.color-icons .thb-social-link.social-link-whatsapp:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{color:#25d366}.thb-social-links-container.color-icons .thb-social-link.social-link-snapchat .thb-social-icon-container{color:#fffc00}.thb-social-links-container.color-icons .thb-social-link.social-link-snapchat:hover .thb-social-label-container,.thb-social-links-container.color-icons .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{color:#fffc00}.thb-social-links-container.border-mono .thb-social-link{border:1px solid #7a7a7a;border-radius:3px}.thb-social-links-container.border-mono .thb-social-link:hover{color:#fff}.thb-social-links-container.border-mono .thb-social-link.social-link-facebook:hover{background:#3b5998;border-color:#3b5998}.thb-social-links-container.border-mono .thb-social-link.social-link-google:hover{background:#dd4b39;border-color:#dd4b39}.thb-social-links-container.border-mono .thb-social-link.social-link-google-plus:hover{background:#dd4b39;border-color:#dd4b39}.thb-social-links-container.border-mono .thb-social-link.social-link-linkedin:hover{background:#007bb6;border-color:#007bb6}.thb-social-links-container.border-mono .thb-social-link.social-link-pinterest:hover{background:#cb2027;border-color:#cb2027}.thb-social-links-container.border-mono .thb-social-link.social-link-twitter:hover{background:#00aced;border-color:#00aced}.thb-social-links-container.border-mono .thb-social-link.social-link-instagram:hover{background:#3f729b;border-color:#3f729b}.thb-social-links-container.border-mono .thb-social-link.social-link-vk:hover{background:#45668e;border-color:#45668e}.thb-social-links-container.border-mono .thb-social-link.social-link-tumblr:hover{background:#35465c;border-color:#35465c}.thb-social-links-container.border-mono .thb-social-link.social-link-xing:hover{background:#cfdc00;border-color:#cfdc00}.thb-social-links-container.border-mono .thb-social-link.social-link-soundcloud:hover{background:#f80;border-color:#f80}.thb-social-links-container.border-mono .thb-social-link.social-link-dribbble:hover{background:#ea4c89;border-color:#ea4c89}.thb-social-links-container.border-mono .thb-social-link.social-link-youtube:hover{background:#e52d27;border-color:#e52d27}.thb-social-links-container.border-mono .thb-social-link.social-link-youtube-play:hover{background:#e52d27;border-color:#e52d27}.thb-social-links-container.border-mono .thb-social-link.social-link-spotify:hover{background:#7ab800;border-color:#7ab800}.thb-social-links-container.border-mono .thb-social-link.social-link-behance:hover{background:#1769ff;border-color:#1769ff}.thb-social-links-container.border-mono .thb-social-link.social-link-deviantart:hover{background:#4e6252;border-color:#4e6252}.thb-social-links-container.border-mono .thb-social-link.social-link-vimeo:hover{background:#1ab7ea;border-color:#1ab7ea}.thb-social-links-container.border-mono .thb-social-link.social-link-rss:hover{background:#f26522;border-color:#f26522}.thb-social-links-container.border-mono .thb-social-link.social-link-twitch:hover{background:#6441a5;border-color:#6441a5}.thb-social-links-container.border-mono .thb-social-link.social-link-whatsapp:hover{background:#25d366;border-color:#25d366}.thb-social-links-container.border-mono .thb-social-link.social-link-snapchat:hover{background:#fffc00;border-color:#fffc00}.thb-social-links-container.border-mono .thb-social-link .thb-social-icon-container{transition-duration:0s}.thb-social-links-container.border-color .thb-social-link{border:1px solid #7a7a7a;border-radius:3px}.thb-social-links-container.border-color .thb-social-link.social-link-facebook .thb-social-icon-container{color:#3b5998}.thb-social-links-container.border-color .thb-social-link.social-link-facebook:hover{background:rgba(59,89,152,0.07);border-color:#3b5998}.thb-social-links-container.border-color .thb-social-link.social-link-google .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.border-color .thb-social-link.social-link-google:hover{background:rgba(221,75,57,0.07);border-color:#dd4b39}.thb-social-links-container.border-color .thb-social-link.social-link-google-plus .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.border-color .thb-social-link.social-link-google-plus:hover{background:rgba(221,75,57,0.07);border-color:#dd4b39}.thb-social-links-container.border-color .thb-social-link.social-link-linkedin .thb-social-icon-container{color:#007bb6}.thb-social-links-container.border-color .thb-social-link.social-link-linkedin:hover{background:rgba(0,123,182,0.07);border-color:#007bb6}.thb-social-links-container.border-color .thb-social-link.social-link-pinterest .thb-social-icon-container{color:#cb2027}.thb-social-links-container.border-color .thb-social-link.social-link-pinterest:hover{background:rgba(203,32,39,0.07);border-color:#cb2027}.thb-social-links-container.border-color .thb-social-link.social-link-twitter .thb-social-icon-container{color:#00aced}.thb-social-links-container.border-color .thb-social-link.social-link-twitter:hover{background:rgba(0,172,237,0.07);border-color:#00aced}.thb-social-links-container.border-color .thb-social-link.social-link-instagram .thb-social-icon-container{color:#3f729b}.thb-social-links-container.border-color .thb-social-link.social-link-instagram:hover{background:rgba(63,114,155,0.07);border-color:#3f729b}.thb-social-links-container.border-color .thb-social-link.social-link-vk .thb-social-icon-container{color:#45668e}.thb-social-links-container.border-color .thb-social-link.social-link-vk:hover{background:rgba(69,102,142,0.07);border-color:#45668e}.thb-social-links-container.border-color .thb-social-link.social-link-tumblr .thb-social-icon-container{color:#35465c}.thb-social-links-container.border-color .thb-social-link.social-link-tumblr:hover{background:rgba(53,70,92,0.07);border-color:#35465c}.thb-social-links-container.border-color .thb-social-link.social-link-xing .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.border-color .thb-social-link.social-link-xing:hover{background:rgba(207,220,0,0.07);border-color:#cfdc00}.thb-social-links-container.border-color .thb-social-link.social-link-soundcloud .thb-social-icon-container{color:#f80}.thb-social-links-container.border-color .thb-social-link.social-link-soundcloud:hover{background:rgba(255,136,0,0.07);border-color:#f80}.thb-social-links-container.border-color .thb-social-link.social-link-dribbble .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.border-color .thb-social-link.social-link-dribbble:hover{background:rgba(234,76,137,0.07);border-color:#ea4c89}.thb-social-links-container.border-color .thb-social-link.social-link-youtube .thb-social-icon-container{color:#e52d27}.thb-social-links-container.border-color .thb-social-link.social-link-youtube:hover{background:rgba(229,45,39,0.07);border-color:#e52d27}.thb-social-links-container.border-color .thb-social-link.social-link-youtube-play .thb-social-icon-container{color:#e52d27}.thb-social-links-container.border-color .thb-social-link.social-link-youtube-play:hover{background:rgba(229,45,39,0.07);border-color:#e52d27}.thb-social-links-container.border-color .thb-social-link.social-link-spotify .thb-social-icon-container{color:#7ab800}.thb-social-links-container.border-color .thb-social-link.social-link-spotify:hover{background:rgba(122,184,0,0.07);border-color:#7ab800}.thb-social-links-container.border-color .thb-social-link.social-link-behance .thb-social-icon-container{color:#1769ff}.thb-social-links-container.border-color .thb-social-link.social-link-behance:hover{background:rgba(23,105,255,0.07);border-color:#1769ff}.thb-social-links-container.border-color .thb-social-link.social-link-deviantart .thb-social-icon-container{color:#4e6252}.thb-social-links-container.border-color .thb-social-link.social-link-deviantart:hover{background:rgba(78,98,82,0.07);border-color:#4e6252}.thb-social-links-container.border-color .thb-social-link.social-link-vimeo .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.border-color .thb-social-link.social-link-vimeo:hover{background:rgba(26,183,234,0.07);border-color:#1ab7ea}.thb-social-links-container.border-color .thb-social-link.social-link-rss .thb-social-icon-container{color:#f26522}.thb-social-links-container.border-color .thb-social-link.social-link-rss:hover{background:rgba(242,101,34,0.07);border-color:#f26522}.thb-social-links-container.border-color .thb-social-link.social-link-twitch .thb-social-icon-container{color:#6441a5}.thb-social-links-container.border-color .thb-social-link.social-link-twitch:hover{background:rgba(100,65,165,0.07);border-color:#6441a5}.thb-social-links-container.border-color .thb-social-link.social-link-whatsapp .thb-social-icon-container{color:#25d366}.thb-social-links-container.border-color .thb-social-link.social-link-whatsapp:hover{background:rgba(37,211,102,0.07);border-color:#25d366}.thb-social-links-container.border-color .thb-social-link.social-link-snapchat .thb-social-icon-container{color:#fffc00}.thb-social-links-container.border-color .thb-social-link.social-link-snapchat:hover{background:rgba(255,252,0,0.07);border-color:#fffc00}.thb-social-links-container.fill-color .thb-social-link{color:#fff;border-radius:3px}.thb-social-links-container.fill-color .thb-social-link.social-link-facebook{background:#3b5998}.thb-social-links-container.fill-color .thb-social-link.social-link-facebook:hover{background:#2d4373}.thb-social-links-container.fill-color .thb-social-link.social-link-google{background:#dd4b39}.thb-social-links-container.fill-color .thb-social-link.social-link-google:hover{background:#c23321}.thb-social-links-container.fill-color .thb-social-link.social-link-google-plus{background:#dd4b39}.thb-social-links-container.fill-color .thb-social-link.social-link-google-plus:hover{background:#c23321}.thb-social-links-container.fill-color .thb-social-link.social-link-linkedin{background:#007bb6}.thb-social-links-container.fill-color .thb-social-link.social-link-linkedin:hover{background:#005983}.thb-social-links-container.fill-color .thb-social-link.social-link-pinterest{background:#cb2027}.thb-social-links-container.fill-color .thb-social-link.social-link-pinterest:hover{background:#9f191f}.thb-social-links-container.fill-color .thb-social-link.social-link-twitter{background:#00aced}.thb-social-links-container.fill-color .thb-social-link.social-link-twitter:hover{background:#0087ba}.thb-social-links-container.fill-color .thb-social-link.social-link-instagram{background:#3f729b}.thb-social-links-container.fill-color .thb-social-link.social-link-instagram:hover{background:#305777}.thb-social-links-container.fill-color .thb-social-link.social-link-vk{background:#45668e}.thb-social-links-container.fill-color .thb-social-link.social-link-vk:hover{background:#344d6c}.thb-social-links-container.fill-color .thb-social-link.social-link-tumblr{background:#35465c}.thb-social-links-container.fill-color .thb-social-link.social-link-tumblr:hover{background:#222d3c}.thb-social-links-container.fill-color .thb-social-link.social-link-xing{background:#cfdc00}.thb-social-links-container.fill-color .thb-social-link.social-link-xing:hover{background:#9fa900}.thb-social-links-container.fill-color .thb-social-link.social-link-soundcloud{background:#f80}.thb-social-links-container.fill-color .thb-social-link.social-link-soundcloud:hover{background:#cc6d00}.thb-social-links-container.fill-color .thb-social-link.social-link-dribbble{background:#ea4c89}.thb-social-links-container.fill-color .thb-social-link.social-link-dribbble:hover{background:#e51e6b}.thb-social-links-container.fill-color .thb-social-link.social-link-youtube{background:#e52d27}.thb-social-links-container.fill-color .thb-social-link.social-link-youtube:hover{background:#c21d17}.thb-social-links-container.fill-color .thb-social-link.social-link-youtube-play{background:#e52d27}.thb-social-links-container.fill-color .thb-social-link.social-link-youtube-play:hover{background:#c21d17}.thb-social-links-container.fill-color .thb-social-link.social-link-spotify{background:#7ab800}.thb-social-links-container.fill-color .thb-social-link.social-link-spotify:hover{background:#588500}.thb-social-links-container.fill-color .thb-social-link.social-link-behance{background:#1769ff}.thb-social-links-container.fill-color .thb-social-link.social-link-behance:hover{background:#0050e3}.thb-social-links-container.fill-color .thb-social-link.social-link-deviantart{background:#4e6252}.thb-social-links-container.fill-color .thb-social-link.social-link-deviantart:hover{background:#37463a}.thb-social-links-container.fill-color .thb-social-link.social-link-vimeo{background:#1ab7ea}.thb-social-links-container.fill-color .thb-social-link.social-link-vimeo:hover{background:#1295bf}.thb-social-links-container.fill-color .thb-social-link.social-link-rss{background:#f26522}.thb-social-links-container.fill-color .thb-social-link.social-link-rss:hover{background:#d54d0d}.thb-social-links-container.fill-color .thb-social-link.social-link-twitch{background:#6441a5}.thb-social-links-container.fill-color .thb-social-link.social-link-twitch:hover{background:#4e3380}.thb-social-links-container.fill-color .thb-social-link.social-link-whatsapp{background:#25d366}.thb-social-links-container.fill-color .thb-social-link.social-link-whatsapp:hover{background:#1da851}.thb-social-links-container.fill-color .thb-social-link.social-link-snapchat{background:#fffc00}.thb-social-links-container.fill-color .thb-social-link.social-link-snapchat:hover{background:#ccca00}.thb-social-links-container.circle-mono .thb-social-link .thb-social-icon-container{width:30px;height:30px;background:#f1f1f1;align-items:center;border-radius:50%}.thb-social-links-container.circle-mono .thb-social-link.social-link-facebook:hover .thb-social-icon-container{color:#3b5998}.thb-social-links-container.circle-mono .thb-social-link.social-link-google:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.circle-mono .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.circle-mono .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{color:#007bb6}.thb-social-links-container.circle-mono .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{color:#cb2027}.thb-social-links-container.circle-mono .thb-social-link.social-link-twitter:hover .thb-social-icon-container{color:#00aced}.thb-social-links-container.circle-mono .thb-social-link.social-link-instagram:hover .thb-social-icon-container{color:#3f729b}.thb-social-links-container.circle-mono .thb-social-link.social-link-vk:hover .thb-social-icon-container{color:#45668e}.thb-social-links-container.circle-mono .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{color:#35465c}.thb-social-links-container.circle-mono .thb-social-link.social-link-xing:hover .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.circle-mono .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{color:#f80}.thb-social-links-container.circle-mono .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.circle-mono .thb-social-link.social-link-youtube:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.circle-mono .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{color:#e52d27}.thb-social-links-container.circle-mono .thb-social-link.social-link-spotify:hover .thb-social-icon-container{color:#7ab800}.thb-social-links-container.circle-mono .thb-social-link.social-link-behance:hover .thb-social-icon-container{color:#1769ff}.thb-social-links-container.circle-mono .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{color:#4e6252}.thb-social-links-container.circle-mono .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.circle-mono .thb-social-link.social-link-rss:hover .thb-social-icon-container{color:#f26522}.thb-social-links-container.circle-mono .thb-social-link.social-link-twitch:hover .thb-social-icon-container{color:#6441a5}.thb-social-links-container.circle-mono .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{color:#25d366}.thb-social-links-container.circle-mono .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{color:#fffc00}.thb-social-links-container.circle-color .thb-social-link .thb-social-icon-container{width:30px;height:30px;background:#f1f1f1;align-items:center;border-radius:50%}.thb-social-links-container.circle-color .thb-social-link.social-link-facebook .thb-social-icon-container{color:#3b5998}.thb-social-links-container.circle-color .thb-social-link.social-link-facebook:hover .thb-social-icon-container{background:#3b5998;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-google .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.circle-color .thb-social-link.social-link-google:hover .thb-social-icon-container{background:#dd4b39;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-google-plus .thb-social-icon-container{color:#dd4b39}.thb-social-links-container.circle-color .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{background:#dd4b39;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-linkedin .thb-social-icon-container{color:#007bb6}.thb-social-links-container.circle-color .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{background:#007bb6;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-pinterest .thb-social-icon-container{color:#cb2027}.thb-social-links-container.circle-color .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{background:#cb2027;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-twitter .thb-social-icon-container{color:#00aced}.thb-social-links-container.circle-color .thb-social-link.social-link-twitter:hover .thb-social-icon-container{background:#00aced;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-instagram .thb-social-icon-container{color:#3f729b}.thb-social-links-container.circle-color .thb-social-link.social-link-instagram:hover .thb-social-icon-container{background:#3f729b;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-vk .thb-social-icon-container{color:#45668e}.thb-social-links-container.circle-color .thb-social-link.social-link-vk:hover .thb-social-icon-container{background:#45668e;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-tumblr .thb-social-icon-container{color:#35465c}.thb-social-links-container.circle-color .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{background:#35465c;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-xing .thb-social-icon-container{color:#cfdc00}.thb-social-links-container.circle-color .thb-social-link.social-link-xing:hover .thb-social-icon-container{background:#cfdc00;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-soundcloud .thb-social-icon-container{color:#f80}.thb-social-links-container.circle-color .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{background:#f80;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-dribbble .thb-social-icon-container{color:#ea4c89}.thb-social-links-container.circle-color .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{background:#ea4c89;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-youtube .thb-social-icon-container{color:#e52d27}.thb-social-links-container.circle-color .thb-social-link.social-link-youtube:hover .thb-social-icon-container{background:#e52d27;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-youtube-play .thb-social-icon-container{color:#e52d27}.thb-social-links-container.circle-color .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{background:#e52d27;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-spotify .thb-social-icon-container{color:#7ab800}.thb-social-links-container.circle-color .thb-social-link.social-link-spotify:hover .thb-social-icon-container{background:#7ab800;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-behance .thb-social-icon-container{color:#1769ff}.thb-social-links-container.circle-color .thb-social-link.social-link-behance:hover .thb-social-icon-container{background:#1769ff;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-deviantart .thb-social-icon-container{color:#4e6252}.thb-social-links-container.circle-color .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{background:#4e6252;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-vimeo .thb-social-icon-container{color:#1ab7ea}.thb-social-links-container.circle-color .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{background:#1ab7ea;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-rss .thb-social-icon-container{color:#f26522}.thb-social-links-container.circle-color .thb-social-link.social-link-rss:hover .thb-social-icon-container{background:#f26522;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-twitch .thb-social-icon-container{color:#6441a5}.thb-social-links-container.circle-color .thb-social-link.social-link-twitch:hover .thb-social-icon-container{background:#6441a5;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-whatsapp .thb-social-icon-container{color:#25d366}.thb-social-links-container.circle-color .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{background:#25d366;color:#fff}.thb-social-links-container.circle-color .thb-social-link.social-link-snapchat .thb-social-icon-container{color:#fffc00}.thb-social-links-container.circle-color .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{background:#fffc00;color:#fff}.thb-social-links-container.circle-fill .thb-social-link .thb-social-icon-container{width:30px;height:30px;align-items:center;border-radius:50%;color:#fff}.thb-social-links-container.circle-fill .thb-social-link.social-link-facebook .thb-social-icon-container{background:#3b5998}.thb-social-links-container.circle-fill .thb-social-link.social-link-facebook:hover .thb-social-icon-container{background:#2d4373}.thb-social-links-container.circle-fill .thb-social-link.social-link-google .thb-social-icon-container{background:#dd4b39}.thb-social-links-container.circle-fill .thb-social-link.social-link-google:hover .thb-social-icon-container{background:#c23321}.thb-social-links-container.circle-fill .thb-social-link.social-link-google-plus .thb-social-icon-container{background:#dd4b39}.thb-social-links-container.circle-fill .thb-social-link.social-link-google-plus:hover .thb-social-icon-container{background:#c23321}.thb-social-links-container.circle-fill .thb-social-link.social-link-linkedin .thb-social-icon-container{background:#007bb6}.thb-social-links-container.circle-fill .thb-social-link.social-link-linkedin:hover .thb-social-icon-container{background:#005983}.thb-social-links-container.circle-fill .thb-social-link.social-link-pinterest .thb-social-icon-container{background:#cb2027}.thb-social-links-container.circle-fill .thb-social-link.social-link-pinterest:hover .thb-social-icon-container{background:#9f191f}.thb-social-links-container.circle-fill .thb-social-link.social-link-twitter .thb-social-icon-container{background:#00aced}.thb-social-links-container.circle-fill .thb-social-link.social-link-twitter:hover .thb-social-icon-container{background:#0087ba}.thb-social-links-container.circle-fill .thb-social-link.social-link-instagram .thb-social-icon-container{background:#3f729b}.thb-social-links-container.circle-fill .thb-social-link.social-link-instagram:hover .thb-social-icon-container{background:#305777}.thb-social-links-container.circle-fill .thb-social-link.social-link-vk .thb-social-icon-container{background:#45668e}.thb-social-links-container.circle-fill .thb-social-link.social-link-vk:hover .thb-social-icon-container{background:#344d6c}.thb-social-links-container.circle-fill .thb-social-link.social-link-tumblr .thb-social-icon-container{background:#35465c}.thb-social-links-container.circle-fill .thb-social-link.social-link-tumblr:hover .thb-social-icon-container{background:#222d3c}.thb-social-links-container.circle-fill .thb-social-link.social-link-xing .thb-social-icon-container{background:#cfdc00}.thb-social-links-container.circle-fill .thb-social-link.social-link-xing:hover .thb-social-icon-container{background:#9fa900}.thb-social-links-container.circle-fill .thb-social-link.social-link-soundcloud .thb-social-icon-container{background:#f80}.thb-social-links-container.circle-fill .thb-social-link.social-link-soundcloud:hover .thb-social-icon-container{background:#cc6d00}.thb-social-links-container.circle-fill .thb-social-link.social-link-dribbble .thb-social-icon-container{background:#ea4c89}.thb-social-links-container.circle-fill .thb-social-link.social-link-dribbble:hover .thb-social-icon-container{background:#e51e6b}.thb-social-links-container.circle-fill .thb-social-link.social-link-youtube .thb-social-icon-container{background:#e52d27}.thb-social-links-container.circle-fill .thb-social-link.social-link-youtube:hover .thb-social-icon-container{background:#c21d17}.thb-social-links-container.circle-fill .thb-social-link.social-link-youtube-play .thb-social-icon-container{background:#e52d27}.thb-social-links-container.circle-fill .thb-social-link.social-link-youtube-play:hover .thb-social-icon-container{background:#c21d17}.thb-social-links-container.circle-fill .thb-social-link.social-link-spotify .thb-social-icon-container{background:#7ab800}.thb-social-links-container.circle-fill .thb-social-link.social-link-spotify:hover .thb-social-icon-container{background:#588500}.thb-social-links-container.circle-fill .thb-social-link.social-link-behance .thb-social-icon-container{background:#1769ff}.thb-social-links-container.circle-fill .thb-social-link.social-link-behance:hover .thb-social-icon-container{background:#0050e3}.thb-social-links-container.circle-fill .thb-social-link.social-link-deviantart .thb-social-icon-container{background:#4e6252}.thb-social-links-container.circle-fill .thb-social-link.social-link-deviantart:hover .thb-social-icon-container{background:#37463a}.thb-social-links-container.circle-fill .thb-social-link.social-link-vimeo .thb-social-icon-container{background:#1ab7ea}.thb-social-links-container.circle-fill .thb-social-link.social-link-vimeo:hover .thb-social-icon-container{background:#1295bf}.thb-social-links-container.circle-fill .thb-social-link.social-link-rss .thb-social-icon-container{background:#f26522}.thb-social-links-container.circle-fill .thb-social-link.social-link-rss:hover .thb-social-icon-container{background:#d54d0d}.thb-social-links-container.circle-fill .thb-social-link.social-link-twitch .thb-social-icon-container{background:#6441a5}.thb-social-links-container.circle-fill .thb-social-link.social-link-twitch:hover .thb-social-icon-container{background:#4e3380}.thb-social-links-container.circle-fill .thb-social-link.social-link-whatsapp .thb-social-icon-container{background:#25d366}.thb-social-links-container.circle-fill .thb-social-link.social-link-whatsapp:hover .thb-social-icon-container{background:#1da851}.thb-social-links-container.circle-fill .thb-social-link.social-link-snapchat .thb-social-icon-container{background:#fffc00}.thb-social-links-container.circle-fill .thb-social-link.social-link-snapchat:hover .thb-social-icon-container{background:#ccca00}#footer{background:transparent;padding:40px 0;width:100%}#footer .widget{background:none !important;padding:0}#footer .widget p{font-size:14px}#footer.light{background:#f4f4f4}#footer.light .widget .widget_title{border-color:rgba(0,0,0,0.1)}#footer.dark{background:#080808}#footer.dark .widget{color:rgba(255,255,255,0.6)}#footer.dark .widget .widget_title{color:#fff;border-color:rgba(255,255,255,0.15)}#footer.dark .widget a{color:rgba(255,255,255,0.8)}#footer.dark .widget a.active,#footer.dark .widget a:hover{color:#fff}#footer.dark .widget .slick-nav{background:#080808;color:rgba(255,255,255,0.4)}#footer.dark .widget .slick-nav:hover{color:#fff}#footer.dark .widget [class^="tag-link"]{border:1px solid rgba(255,255,255,0.4);color:#fff}#footer.dark .widget [class^="tag-link"]:hover{border:1px solid #fff;background:#fff;color:#080808}#footer.dark .widget .post-title a{color:#fff}#footer.dark .widget .post-bottom-meta{color:rgba(255,255,255,0.6)}#footer.dark .widget .post-bottom-meta svg{fill:rgba(255,255,255,0.6)}#footer.dark .widget.widget_search .s{color:#fff;border-color:#fff}#footer.dark .widget.widget_search input[type="submit"]{background-color:#fff;height:39px}#footer.dark .widget.widget_socialcounter ul li a,#footer.dark .widget.widget_socialcounter ul li a .fa{background:rgba(255,255,255,0.07)}#footer.dark .widget.widget_recent_comments ul li:after{color:#fff}#footer.dark .widget.widget_topreviews .style2 li{border-color:rgba(255,255,255,0.2)}#footer.dark .widget.widget_topreviews .style2 li a{color:#fff}#footer.dark .widget.widget_topreviews .style1 li{background:rgba(255,255,255,0.15)}#footer.dark .widget.widget_topreviews .style1 li a{color:#fff}#footer.dark .widget.widget_topreviews .style1 li .post-bottom-meta{color:rgba(255,255,255,0.6)}#footer.dark .widget.widget_topreviews .style1 li .ave{color:#fff}#footer.dark .widget.widget_topreviews .style1 li:after{background:rgba(0,0,0,0.2)}#subfooter{width:100%}#subfooter .subfooter-menu-holder{padding:40px 0}#subfooter .logolink{display:inline-block;margin-bottom:25px}#subfooter .logolink .logoimg{max-height:25px}#subfooter.light{background:#f4f4f4}#subfooter.light .subfooter-menu-holder{border-top:1px solid rgba(0,0,0,0.1)}#subfooter.light .footer-menu li a{color:rgba(0,0,0,0.8)}#subfooter.light .footer-menu li a:hover{color:#000}#subfooter.light p{color:rgba(0,0,0,0.4)}#subfooter.light .subfooter-social a:not(:hover){color:#080808}#subfooter.dark{background:#080808}#subfooter.dark .subfooter-menu-holder{border-top:1px solid rgba(255,255,255,0.15)}#subfooter.dark .footer-menu li a{color:rgba(255,255,255,0.8)}#subfooter.dark .footer-menu li a:hover{color:#fff}#subfooter.dark p{color:rgba(255,255,255,0.4)}#subfooter.dark .subfooter-social a:not(:hover){color:#fff}#subfooter.dark hr{border-color:rgba(255,255,255,0.2)}#subfooter .footer-menu{display:block;list-style:none;padding:0;margin:0 0 10px}#subfooter .footer-menu ul{margin:0}#subfooter .footer-menu li{display:inline-block;margin:0 12px}#subfooter .footer-menu li a{font-size:11px;font-weight:600;text-transform:uppercase}#subfooter p{font-size:10px;font-weight:600;margin:0}#subfooter .subfooter-social a{display:inline-block;padding:0 5px;font-size:14px}#subfooter .subfooter-social a.facebook{-webkit-transform:scale(.95, .95);-moz-transform:scale(.95, .95);-ms-transform:scale(.95, .95);-o-transform:scale(.95, .95);transform:scale(.95, .95)}#subfooter .subfooter-social a.facebook:hover{color:#3b5998}#subfooter .subfooter-social a.google:hover{color:#dd4b39}#subfooter .subfooter-social a.google-plus:hover{color:#dd4b39}#subfooter .subfooter-social a.linkedin:hover{color:#007bb6}#subfooter .subfooter-social a.pinterest:hover{color:#cb2027}#subfooter .subfooter-social a.twitter:hover{color:#00aced}#subfooter .subfooter-social a.instagram:hover{color:#3f729b}#subfooter .subfooter-social a.vk:hover{color:#45668e}#subfooter .subfooter-social a.tumblr:hover{color:#35465c}#subfooter .subfooter-social a.xing:hover{color:#cfdc00}#subfooter .subfooter-social a.soundcloud:hover{color:#f80}#subfooter .subfooter-social a.dribbble:hover{color:#ea4c89}#subfooter .subfooter-social a.youtube:hover{color:#e52d27}#subfooter .subfooter-social a.youtube-play:hover{color:#e52d27}#subfooter .subfooter-social a.spotify:hover{color:#7ab800}#subfooter .subfooter-social a.behance:hover{color:#1769ff}#subfooter .subfooter-social a.deviantart:hover{color:#4e6252}#subfooter .subfooter-social a.vimeo:hover{color:#1ab7ea}#subfooter .subfooter-social a.rss:hover{color:#f26522}#subfooter .subfooter-social a.twitch:hover{color:#6441a5}#subfooter .subfooter-social a.whatsapp:hover{color:#25d366}#subfooter .subfooter-social a.snapchat:hover{color:#fffc00}#subfooter.style2{padding:30px 0}#subfooter.style2 .logolink{max-height:15px;margin:0 0 20px}@media only screen and (min-width: 40.063em){#subfooter.style2 .logolink{margin:0}}#subfooter.style2 .footer-menu{text-align:center}@media only screen and (min-width: 40.063em){#subfooter.style2 .footer-menu{text-align:left}#subfooter.style2 .footer-menu li:first-child{margin-left:0}#subfooter.style2 .footer-menu li a{font-size:12px;font-weight:400;text-transform:capitalize}}#subfooter.style2 .subfooter-logo-holder{text-align:center}@media only screen and (min-width: 40.063em){#subfooter.style2 .subfooter-logo-holder{text-align:left}}#subfooter.style2 .copyright-column,#subfooter.style2 .social-column{text-align:center}@media only screen and (min-width: 40.063em){#subfooter.style2 .copyright-column,#subfooter.style2 .social-column{text-align:right}}@media only screen and (min-width: 40.063em){#subfooter.style2 .social-column a:last-child{padding-right:0}}.content404{padding:20px 0;width:100%}@media only screen and (min-width: 40.063em){.content404{padding:30px 0}}@media only screen and (min-width: 64.063em){.content404{padding:40px 0}}@media only screen and (min-width: 80em){.content404{padding:60px 0}}.content404 h3{color:#fff;font-size:40px;line-height:44px;font-weight:600;margin:25px 0 0 0;letter-spacing:2px}.content404 p{margin-bottom:30px}.content404 img{max-width:149px;width:70%;margin-bottom:20px}@media only screen and (min-width: 40.063em){.content404 img{width:80%;margin-bottom:30px}}@media only screen and (min-width: 64.063em){.content404 img{width:90%;margin-bottom:40px}}@media only screen and (min-width: 80em){.content404 img{width:1000%;margin-bottom:50px}}.thb-boxed-on .content404{background:#fff}.thb-cookie-bar{display:flex;position:fixed;left:0;bottom:0;background:#649fd6;padding:15px;z-index:40;width:100%;flex-direction:column;align-items:center;opacity:0;color:#fff;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}@media only screen and (min-width: 40.063em){.thb-cookie-bar{padding:15px 25px;flex-direction:row;justify-content:center}}.thb-cookie-bar p{font-size:13px;line-height:1.2}@media only screen and (min-width: 40.063em){.thb-cookie-bar p{line-height:1;margin:0}}.thb-cookie-bar .button{margin:0}@media only screen and (min-width: 40.063em){.thb-cookie-bar .button{margin:0 0 0 20px}}.thb-cookie-bar .thb-cookie-text a{font-weight:600;color:#fff}.grav-clone-a,.gcard{display:none}.evoau_submission_form .evoau_table .row p{width:100%}.slick{max-width:100%;height:300px;position:relative;overflow:hidden}.slick>*{opacity:0;-webkit-transition:opacity .25s linear;-moz-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.slick:after{margin:0;width:100%;height:100%;left:0;top:0;bottom:auto}.slick.slick-initialized{height:auto;overflow:visible}.slick.slick-initialized .slick-list,.slick.slick-initialized>*{opacity:1}.slick.slick-initialized:after{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;opacity: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;left:0;top:0;display:block;will-change:transform}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;position:relative;min-height:1px;outline:0;-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);display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block;width:100%;outline:0}.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-nav{display:inline-block;position:absolute;top:50%;margin-top:-19px;background:#fff;border:0;width:30px;height:38px;outline:0;padding:0;cursor:pointer;z-index:20;color:rgba(0,0,0,0.4);font-size:16px}.slick-nav.slick-prev{left:0}@media only screen and (min-width: 80em){.slick-nav.slick-prev{left:-15px}}.products .slick-nav.slick-prev{left:0}[data-center="true"] .slick-nav.slick-prev{left:0}@media only screen and (min-width: 40.063em){[data-center="true"] .slick-nav.slick-prev{left:25px}}@media only screen and (min-width: 64.063em){[data-center="true"] .slick-nav.slick-prev{left:35px}}.slick-nav.slick-next{right:0}@media only screen and (min-width: 80em){.slick-nav.slick-next{right:-15px}}.products .slick-nav.slick-next{right:0}[data-center="true"] .slick-nav.slick-next{right:0}@media only screen and (min-width: 40.063em){[data-center="true"] .slick-nav.slick-next{right:25px}}@media only screen and (min-width: 64.063em){[data-center="true"] .slick-nav.slick-next{right:35px}}.slick-nav:hover{color:#000}.slick-dots{position:absolute;bottom:0;text-align:center;width:100%;line-height:8px}.slick-dots li{display:inline-block !important;margin:0 !important;padding:0 !important}.slick-dots li button{display:block;width:8px;height:8px;background:rgba(0,0,0,0.3);border-radius:4px;margin:0 2px;text-indent:-9999px;padding:0;outline:0;cursor:pointer;border:0}.slick-dots li.slick-active button{background:#000}.slick.vertical-video{padding-bottom:42px}.slick.vertical-video .slick-nav{background:none;width:50%;height:42px;margin:0;top:auto;bottom:0;border:1px solid rgba(0,0,0,0.5);color:rgba(0,0,0,0.5)}.slick.vertical-video .slick-nav:hover{color:#000}.slick.vertical-video .slick-nav.slick-prev{border-right:0;left:0}.slick.vertical-video .slick-nav.slick-prev .fa-angle-left:before{content:"\f107"}@media only screen and (min-width: 64.063em){.transparent-color .slick.vertical-video .slick-nav.slick-prev{left:30px}}.slick.vertical-video .slick-nav.slick-next{right:0}.slick.vertical-video .slick-nav.slick-next .fa-angle-right:before{content:"\f106"}.dark-color .slick.vertical-video .slick-nav{border-color:rgba(255,255,255,0.5);color:rgba(255,255,255,0.5)}.dark-color .slick.vertical-video .slick-nav:hover{color:#fff}@media only screen and (min-width: 64.063em){.transparent-color .slick.vertical-video .slick-nav{width:calc(50% - 15px)}}.slick.trending{padding-right:60px}@media only screen and (min-width: 64.063em){.slick.trending{padding-right:0}}.slick.trending .slick-nav{display:none;height:18px;top:50%;margin-top:-9px}.slick.trending .slick-nav.slick-prev{right:30px;left:auto}.slick.trending .slick-nav.slick-next{right:0px}.slick.dark .slick-nav{background:#080808;color:rgba(255,255,255,0.4)}.slick.dark .slick-nav:hover{color:#fff}.slick.dark .slick-dots li button{background:rgba(255,255,255,0.4)}.slick.dark .slick-dots li.slick-active button{background:#fff}.slick[data-center="true"]{margin:0}.slick.grid .row{margin:0 -1px;display:flex !important}.slick.grid .row .columns{padding:0 1px}.slick.grid .row .columns .post{margin-bottom:2px}.slick.grid.technology-style .row{margin:0}.slick.grid.technology-style .row .columns{padding:0}.slick.grid.technology-style .row .columns .post{margin-bottom:0}.slick.grid .slick-dots{bottom:-24px}.slick.overflow-visible .slick-list{overflow:visible}.slick.overflow-visible .slick-list .slick-slide{opacity:0.2;pointer-events:none;-webkit-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.slick.overflow-visible .slick-list .slick-slide.slick-active{opacity:1;pointer-events:auto}@media only screen and (min-width: 1300px){.slick.overflow-visible .slick-nav.slick-prev{left:-6%}.slick.overflow-visible .slick-nav.slick-next{right:-6%}}@media only screen and (max-width: 40.063em){.slick.video-thumbnail-slider .columns{flex:0 0 50%;max-width:50%}}.slick.bot-nav{margin-bottom:42px}.slick.bot-nav .slick-nav{opacity:0}.slick.bot-nav:hover .slick-nav{opacity:1}.slick.bot-nav .slick-dots{bottom:-24px}.slick.larger-bot-nav{margin-bottom:42px}.slick.larger-bot-nav .slick-nav{opacity:0}.slick.larger-bot-nav:hover .slick-nav{opacity:1}.slick.larger-bot-nav .slick-dots{bottom:-40px}.slick.post-slider .post{float:left;margin-bottom:0}.slick.carousel-slider{border-bottom:1px solid #ededed;padding:0 50px}.slick.carousel-slider .slick-nav{height:100%;top:0;margin:0;font-size:30px}.slick.carousel-slider .slick-nav.slick-prev{width:50px;left:0}.slick.carousel-slider .slick-nav.slick-next{width:50px;right:0;border-left:1px solid #ededed}.slick.carousel-slider .post{cursor:pointer}.slick.post-slider-style5 .slick-nav{height:66px;width:28px;margin-top:-33px}.slick.post-slider-style5 .slick-nav.slick-next{right:15px}@media only screen and (min-width: 40.063em){.slick.post-slider-style5 .slick-nav.slick-next{right:30px}}.slick.post-slider-style5 .slick-nav.slick-prev{left:15px}@media only screen and (min-width: 40.063em){.slick.post-slider-style5 .slick-nav.slick-prev{left:30px}}.slick.post-carousel-style4 .slick-track,.slick.post-carousel-style5 .slick-track{display:flex}.post-title-bullets{display:none;position:absolute;top:50%;right:30px;text-align:left;list-style:none;margin:0;z-index:5;max-width:320px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}@media only screen and (min-width: 64.063em){.post-title-bullets{display:block}}.post-title-bullets li button{display:block;outline:0;color:#fff;position:relative;text-align:left;padding:15px 0 15px 55px;padding-left:55px}.post-title-bullets li button span{position:absolute;top:50%;left:0;z-index:10;margin-top:-17px;width:34px;height:34px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:12px;font-weight:600;background:transparent;border-radius:17px;border:2px solid #fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.post-title-bullets li button h6,.post-title-bullets li button .post-category.single_category_title{color:#fff}.post-title-bullets li button .post-meta{font-size:10px;margin-bottom:10px}.post-title-bullets li.slick-active button span{color:#080808;border-width:17px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-zoom-in .mfp-with-anim,.mfp-zoom-in .mfp-iframe-scaler,.mfp-zoom-in .mfp-inline-holder,.mfp-zoom-in .mfp-close{opacity:0;-webkit-transform:scale(.95, .95);-moz-transform:scale(.95, .95);-ms-transform:scale(.95, .95);-o-transform:scale(.95, .95);transform:scale(.95, .95)}.mfp-zoom-in.mfp-bg{opacity:0}.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,.mfp-zoom-in.mfp-ready .mfp-inline-holder,.mfp-zoom-in.mfp-ready .mfp-close{opacity:1;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:1}.mfp-zoom-in.mfp-removing .mfp-with-anim,.mfp-zoom-in.mfp-removing .mfp-iframe-scaler,.mfp-zoom-in.mfp-removing .mfp-inline-holder,.mfp-zoom-in.mfp-removing .mfp-close{transform:scale(0.95) !important;opacity:0 !important}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-wrap.mfp-removing .mfp-arrow-left,.mfp-wrap.mfp-removing .mfp-arrow-right,.mfp-wrap.mfp-removing .mfp-close{opacity:0}.mfp-zoom-out .mfp-with-anim{opacity:0;-webkit-transform:scale(1.3, 1.3);-moz-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);-o-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.mfp-zoom-out.mfp-bg{opacity:0}.mfp-zoom-out.mfp-ready.mfp-image-loaded .mfp-with-anim,.mfp-zoom-out.mfp-ready.mfp-image-loaded .mfp-close{opacity:1;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-out.mfp-removing .mfp-with-anim{-webkit-transform:scale(1.3, 1.3);-moz-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);-o-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:1}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{opacity:1}.ps__thumb-x{background-color:#aaa;transition:background-color .2s linear, height .2s ease-in-out;-webkit-transition:background-color .2s linear, height .2s ease-in-out;height:6px;bottom:0;position:absolute}.ps__thumb-y{background-color:#aaa;transition:background-color .2s linear, width .2s ease-in-out;-webkit-transition:background-color .2s linear, width .2s ease-in-out;right:2px;position:absolute}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps__rail-y{width:4px;border-radius:2px}.ps__rail-y .ps__thumb-y{right:0;-webkit-transition:background .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:background .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:background .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:background .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);border:0;width:4px;border-radius:2px;background:rgba(255,255,255,0.2)}.ps__rail-y .ps__thumb-y:hover{background:rgba(255,255,255,0.6)}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);height:100%;line-height:1.7;line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background, #4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius, 2px);color:#fff;color:var(--plyr-badge-text-color, #fff);font-size:9px;font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small, 13px);left:0;padding:10px;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width: 480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base, 15px);padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width: 768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions{transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,0.8);background:var(--plyr-captions-background, rgba(0,0,0,0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius, 3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,0.9);background:var(--plyr-menu-background, rgba(255,255,255,0.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-menu-color, #4a5464);font-size:15px;font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height 0.35s cubic-bezier(0.4, 0, 0.2, 1),width 0.35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:4px solid transparent;border:var(--plyr-menu-arrow-size, 4px) solid transparent;border-top-color:rgba(255,255,255,0.9);border-top-color:var(--plyr-menu-background, rgba(255,255,255,0.9));content:'';height:0;position:absolute;right:calc(((18px / 2) + calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color, #4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size, 4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color, #728197);right:calc((calc(10px * .7) * 1.5) - 4px);right:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - (calc(10px * .7) * 2));width:calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color, #728197);left:calc((calc(10px * .7) * 1.5) - 4px);left:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;background:var(--plyr-menu-back-border-color, #dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:'';height:1px;left:0;margin-top:calc(calc(10px * .7)/ 2);margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,0.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,0.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * .7) - 2) * -1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:calc(13px * 2);border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));display:block;height:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right, currentColor 0, transparent 0);background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px;margin-right:var(--plyr-control-spacing, 10px)}@media (max-width: calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,0.9);background:var(--plyr-tooltip-background, rgba(255,255,255,0.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius, 3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-tooltip-color, #4a5464);font-size:13px;font-size:var(--plyr-font-size-small, 13px);font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255,255,255,0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) + calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) + calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((5px / 2) * -1);margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(35,40,47,0.6) 25%, transparent 25%, transparent 50%, rgba(35,40,47,0.6) 50%, rgba(35,40,47,0.6) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 50%, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color, #4a5464);padding:10px;padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,0.6);color:var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));background:var(--plyr-video-controls-background, linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width: 480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing, 10px);padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,0.25);color:var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin:-var(--plyr-range-track-height, 5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,0.9);background-color:var(--plyr-tooltip-background, rgba(255,255,255,0.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,0.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius, 3px);pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255,255,255,0.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,0.55);border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.plyr__poster{background-size:cover;pointer-events:none}.plyr__control--overlaid{background:#649fd6}.plyr--video{width:100%}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#649fd6}.plyr--full-ui input[type=range]{color:#649fd6}.plyr--vimeo.plyr--fullscreen-fallback{width:100% !important}.plyr .embed-youtube{width:100%}.plyr__progress__container{flex:1}.thb-login-form{background:#fff;width:calc(100% - 30px);max-width:430px;margin:15px;padding:15px;position:relative;-webkit-box-shadow:0 40px 114px rgba(0,0,0,0.6);-moz-box-shadow:0 40px 114px rgba(0,0,0,0.6);box-shadow:0 40px 114px rgba(0,0,0,0.6)}@media only screen and (min-width: 40.063em){.thb-login-form{width:80%;padding:30px;margin:15px auto}}@media only screen and (min-width: 64.063em){.thb-login-form{width:430px;padding:50px}}.thb-login-form .thb-overflow-container{overflow:hidden}.thb-login-form .thb-form-container{display:flex;width:300%;-webkit-transform:translateX(-33.33%);-moz-transform:translateX(-33.33%);-ms-transform:translateX(-33.33%);-o-transform:translateX(-33.33%);transform:translateX(-33.33%)}.thb-login-form .thb-form-container .thb-login,.thb-login-form .thb-form-container .thb-register,.thb-login-form .thb-form-container .thb-lost{width:100%;will-change:opacity}.thb-login-form .thb-form-container .thb-lost,.thb-login-form .thb-form-container .thb-register{opacity:0}.thb-login-form .thb-form-container.register-active{-webkit-transform:translateX(-66.66%);-moz-transform:translateX(-66.66%);-ms-transform:translateX(-66.66%);-o-transform:translateX(-66.66%);transform:translateX(-66.66%)}.thb-login-form .thb-form-container.register-active .thb-register{opacity:1}.thb-login-form .thb-form-container.register-active .thb-login{opacity:0}.thb-login-form .thb-form-container.lost-active{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.thb-login-form .thb-form-container.lost-active .thb-register,.thb-login-form .thb-form-container.lost-active .thb-login{opacity:0}.thb-login-form .thb-form-container.lost-active .thb-lost{opacity:1}.thb-login-form .thb-form-container .form-field{margin-bottom:10px}.thb-login-form .thb-form-container .form-field:last-child,.thb-login-form .thb-form-container .form-field.last{margin-bottom:0}.thb-login-form .thb-form-container input{width:100%;margin-bottom:0}.thb-login-form .thb-form-container .btn{border-width:2px}.thb-login-form .thb-form-container .lost_password{display:inline-block;margin:10px 0;font-size:11px}.thb-login-form .alert{padding:12px 14px;border:0;color:#fff;font-size:11px;border-radius:0}.thb-login-form .alert a{color:#fff;text-decoration:underline}.thb-login-form .alert p{font-size:11px}.thb-login-form .alert.alert-danger{background:#f71818}.thb-login-form .alert.alert-success{color:#3c763d}.thb-login-form .alert.alert-warning{color:#8a6d3b}.thb-login-form ul{list-style:none;margin-bottom:10px}.thb-login-form ul.lost li{display:none}.thb-login-form ul.lost li.lost{display:inline-flex}.thb-login-form ul li{display:inline-flex;padding:0;margin-right:16px;justify-content:space-between}.thb-login-form ul li.lost{display:none;width:100%}.thb-login-form ul li a,.thb-login-form ul li span{font-size:12px;font-weight:600;position:relative;text-transform:uppercase;cursor:pointer}.thb-login-form ul li a:after,.thb-login-form ul li span:after{content:'';position:absolute;top:100%;left:0;height:2px;width:100%;background:#080808;transform-origin:left center;-webkit-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1)}.thb-login-form ul li a.active,.thb-login-form ul li a.always,.thb-login-form ul li a:hover,.thb-login-form ul li span.active,.thb-login-form ul li span.always,.thb-login-form ul li span:hover{color:#080808}.thb-login-form ul li a.active:after,.thb-login-form ul li a.always:after,.thb-login-form ul li a:hover:after,.thb-login-form ul li span.active:after,.thb-login-form ul li span.always:after,.thb-login-form ul li span:hover:after{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.thb-login-form ul li span{font-weight:400;text-transform:capitalize}.thb-login-form ul li span:after{display:none}.thb-login-form.dark{background:#080808;color:#fff}.thb-login-form.dark a{color:#fff}.thb-login-form.dark .mfp-close{color:#fff !important}.thb-login-form.dark ul li a,.thb-login-form.dark ul li span{color:#fff}.thb-login-form.dark ul li a:after,.thb-login-form.dark ul li span:after{background:#fff}.thb-login-form.dark ul li a.active,.thb-login-form.dark ul li a.always,.thb-login-form.dark ul li a:hover,.thb-login-form.dark ul li span.active,.thb-login-form.dark ul li span.always,.thb-login-form.dark ul li span:hover{color:#fff}.thb-inline-lightbox.mfp-bg{background:rgba(225,225,225,0.6)}#wrapper .woocommerce{margin:40px 0}.products .product{display:flex;margin-bottom:22px;text-align:left;flex-direction:column}.rtl .products .product{text-align:right}.products .product:hover .product_after_title .product_after_shop_loop_price{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.products .product:hover .product_after_title .product_after_shop_loop_buttons{top:0}.products .product:hover .product_thumbnail .yith-wcwl-add-to-wishlist{opacity:1}.products .product .product_thumbnail{position:relative;width:100%;margin-bottom:20px;overflow:hidden}.products .product .product_thumbnail img{width:100%}.products .product .product_thumbnail a{display:block}.products .product .product_thumbnail.thb_hover{position:relative}.products .product .product_thumbnail.thb_hover .product_thumbnail_hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center}.products .product .product_thumbnail.thb_hover:hover .product_thumbnail_hover{opacity:1}.products .product h3{font-size:14px;font-weight:500;margin:0 0 2px;line-height:1}.thb-capitalize-on .products .product h3{text-transform:uppercase}.products .product .product_after_title{position:relative;overflow:hidden;font-size:12px}.products .product .product_after_title .product_after_shop_loop_buttons,.products .product .product_after_title .product_after_shop_loop_price{height:25px;display:flex;align-items:center}.products .product .product_after_title .price{line-height:25px;color:#616161}.products .product .product_after_title .product_after_shop_loop_buttons{position:absolute;top:100%;left:0;width:100%}.products .product .product_after_title .button{border:0;position:relative;background:none;color:#f74a2e;height:auto;text-align:left;padding:0;font-weight:400;text-transform:none}.products .product .product_after_title .button:hover{background:transparent;color:#080808}.products .product.product-category{display:flex;flex-direction:column;width:100%;text-align:left;margin-bottom:30px}.products .product.product-category a{position:relative;padding-bottom:90%;overflow:hidden;height:0;background-size:cover;background-position:center}@-moz-document url-prefix(){.products .product.product-category a{height:auto;padding:0}.products .product.product-category a:before{content:'';display:block;width:100%;padding-bottom:90%}}.products .product.product-category a div{position:absolute;top:0;left:0;padding:30px;z-index:2;width:100%;height:100%;text-align:left}.products .product.product-category a div h2{text-align:left;text-transform:none;margin:0 0 10px;font-size:22px}.products .product.product-category a div h2 .count{display:inline-block;margin-left:10px;background:none;vertical-align:super;font-size:12px;color:#f02121}.products .product.product-category a div span{display:inline-block;font-size:14px;opacity:0;color:#080808;-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}.products .product.product-category a:hover div span{opacity:1;color:#080808;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.products .product.product-category.double-height a{padding-bottom:calc(180% + 28px)}@-moz-document url-prefix(){.products .product.product-category.double-height a{padding:0}.products .product.product-category.double-height a:before{padding-bottom:calc(180% + 28px)}}.badge{position:absolute;top:10px;left:10px;display:block;z-index:2;font-size:10px;color:#fff;font-weight:700;height:20px;line-height:20px;padding:0 6px;text-transform:uppercase;text-align:center;letter-spacing:normal}.badge.onsale{background:#649fd6}.badge.onsale.perc{font-weight:400;font-size:11px}.badge.out-of-stock{background:#c1c1c1}.badge.new{background:#cf8497}.added_to_cart{display:none !important}.quantity{position:relative;zoom:1;padding-right:15px;display:inline-block;max-width:64px;vertical-align:middle}@media only screen and (min-width: 40.063em){.quantity{padding-right:19px}}.quantity .qty{margin:0;text-align:center;padding-top:11px;border-color:#ccc;width:auto !important}.quantity .plus,.quantity .minus{display:flex;padding:0;margin:0;outline:0;border:1px solid #ccc;position:absolute;justify-content:center;align-items:center;width:15px;height:50%;text-decoration:none;overflow:visible;text-decoration:none;font-weight:400;cursor:pointer;text-shadow:none;font-size:12px;background:none;color:#616161;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media only screen and (min-width: 40.063em){.quantity .plus,.quantity .minus{width:19px}}.quantity .plus:hover,.quantity .minus:hover{color:#080808}.quantity .plus{top:0;right:0;border-bottom:0;border-left:0}.quantity .minus{bottom:0;right:0;border-left:0}.thb_shop_bar{margin-bottom:35px;font-size:12px;line-height:1;font-weight:400;color:#545353}.thb_shop_bar .breadcrumb-column{margin-bottom:20px}@media only screen and (min-width: 40.063em){.thb_shop_bar .breadcrumb-column{margin-bottom:0}}@media only screen and (min-width: 40.063em){.thb_shop_bar .result-column{text-align:right}.rtl .thb_shop_bar .result-column{text-align:left}}.thb_shop_bar .woocommerce-result-count,.thb_shop_bar .woocommerce-ordering{display:inline-block;margin:0}.thb_shop_bar .woocommerce-result-count{font-size:inherit;color:rgba(64,63,68,0.6)}.thb_shop_bar .woocommerce-ordering select{color:#403f44;border:0;background:none}@media only screen and (min-width: 64.063em){.thb_shop_bar .woocommerce-ordering{margin-left:25px}.rtl .thb_shop_bar .woocommerce-ordering{margin-left:0;margin-right:25px}}.product-page .product-gallery .woocommerce-product-gallery__image>a{display:block}.product-page .product-gallery .product-images{margin-bottom:40px}@media only screen and (min-width: 40.063em){.product-page .product-gallery .product-images{margin-bottom:10px}}.product-page .product-gallery .product-thumbnails{margin:0 -5px;display:none}@media only screen and (min-width: 40.063em){.product-page .product-gallery .product-thumbnails{display:block}}.product-page .product-gallery .product-thumbnails .woocommerce-product-gallery__image{padding:0 5px;opacity:0.8;-webkit-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.product-page .product-gallery .product-thumbnails .woocommerce-product-gallery__image.slick-current,.product-page .product-gallery .product-thumbnails .woocommerce-product-gallery__image:hover{opacity:1}.product-page .product-gallery .product-thumbnails .woocommerce-product-gallery__image>a{pointer-events:none}.product-page .product-information .shares_text{font-size:12px;color:#626262;line-height:1;display:inline-block;vertical-align:middle}.product-page .product-information .share-article-vertical{display:inline-block;margin:0;padding:0;float:none;vertical-align:middle}.product-page .product-information .share-article-vertical .social:not(:hover){background:#ccc;color:#fff}.product-page .product-information .share-article-vertical h6{display:none}@media only screen and (min-width: 40.063em){.product-page .product-information .single_add_to_cart_button{margin-left:10px}}@media only screen and (min-width: 64.063em){.product-page .product-information{padding-left:35px}}.product-page .product-information .product_title{font-weight:400}.thb-capitalize-on .product-page .product-information .product_title{text-transform:uppercase}.product-page .product-information [itemprop="description"]{margin-bottom:25px}.product-page .product-information [itemprop="description"] *{font-size:14px}.product-page .product-information [itemprop="description"] *:last-child{margin-bottom:0}.product-page .product-information .price{font-size:24px;line-height:1;margin-bottom:25px}.product-page .product-information .product_meta{font-size:12px;color:#626262;line-height:1;margin:30px 0}.product-page .product-information .product_meta a{color:#f74a2e}.product-page .product-information .product_meta a:hover{color:#b82007}.product-page .product-information .product_meta>span{display:block;margin-bottom:15px}.product-page .product-information .woocommerce-product-rating{font-size:12px;color:#616161;margin-bottom:20px}.product-page .product-information .woocommerce-product-rating .woocommerce-review-link{margin-left:8px;display:inline-block;vertical-align:middle;font-size:12px;line-height:1;color:#616161}.rtl .product-page .product-information .woocommerce-product-rating .woocommerce-review-link{margin-left:0;margin-right:8px}.product-nav{margin:20px 0}.product-nav .columns{display:flex;align-items:center}.product-nav .columns.text-right{justify-content:flex-end}.product-nav .post_nav{display:flex}.rtl .product-nav .post_nav{flex-direction:row-reverse}.woocommerce-breadcrumb{font-size:12px}.post_nav a{display:inline-flex;width:26px;height:24px;border:1px solid #ccc;justify-content:center;align-items:center;color:#080808}.post_nav a:hover{border-color:#080808;background:#080808;color:#fff}.woocommerce-tabs{margin-bottom:40px}.woocommerce-tabs .tabs{list-style:none;margin:0;text-transform:uppercase;font-size:12px;font-weight:500;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;display:flex;flex-direction:column}@media only screen and (min-width: 40.063em){.woocommerce-tabs .tabs{display:inline-flex;flex-direction:row}}.woocommerce-tabs .tabs li{background:#f4f4f4;border-bottom:1px solid #eaeaea;border-right:1px solid #eaeaea;margin:0;padding:0 20px;display:flex;justify-content:center;align-items:center}.woocommerce-tabs .tabs li a{display:flex;width:100%;height:45px;font-weight:600;justify-content:center;align-items:center;color:rgba(8,8,8,0.6)}.woocommerce-tabs .tabs li.active{border-bottom-color:#fff;background:#fff}.woocommerce-tabs .tabs li.active a{color:#080808}@media only screen and (min-width: 40.063em){.woocommerce-tabs .tabs li{display:inline-flex}}.woocommerce-tabs .wc-tab{margin-top:-1px;border:1px solid #eaeaea;padding:15px}@media only screen and (min-width: 40.063em){.woocommerce-tabs .wc-tab{padding:30px}}.woocommerce-tabs .wc-tab h2{display:none}.shop_attributes{border:0;width:100%;border-spacing:0;text-align:left}.rtl .shop_attributes{text-align:right}.shop_attributes tbody tr th{vertical-align:middle;padding:20px 0 18px;color:#080808;font-size:14px;font-weight:500;border-bottom:1px solid #f5f5f5;background:none;width:120px;text-transform:capitalize}.shop_attributes tbody tr td{vertical-align:middle;padding:14px 0 14px 15px;border-bottom:1px solid #f5f5f5;background:none;font-weight:400;font-size:14px;color:#454545;text-align:right}.shop_attributes tbody tr td p{margin:0;color:#454545;font-size:14px;font-weight:400}.shop_attributes tbody tr:last-child td,.shop_attributes tbody tr:last-child th{border-bottom:0;background:none}.shop_attributes tbody tr.alt{background:none}.shop_attributes tbody tr.alt th{background:none}.thb-shop-title,.cross-sells h2,.up-sells h2,.customer_login h3{font-size:24px;text-transform:uppercase;font-weight:600;margin-bottom:20px}.shop_table{width:100%;margin-bottom:30px}.shop_table thead{text-align:left}.shop_table thead tr{border-bottom:2px solid #f5f5f5}.shop_table thead tr th{text-transform:uppercase;color:#626262;font-size:12px;font-weight:400;padding:0 5px 10px}@media only screen and (min-width: 40.063em){.shop_table thead tr th{padding:0 13px 10px}}@media only screen and (max-width: 64.063em){.shop_table thead tr th.product-thumbnail{display:none}}.shop_table tbody tr{border-bottom:1px solid #f5f5f5}.shop_table tbody tr td{padding:10px 5px}@media only screen and (min-width: 40.063em){.shop_table tbody tr td{padding:30px 13px}}.woocommerce-checkout .shop_table tbody tr td,.cart_totals .shop_table tbody tr td{padding-top:15px;padding-bottom:15px}.shop_table tbody tr:last-child{border:0}.shop_table tbody .product-name{width:55%}.shop_table tbody .product-thumbnail img{max-width:100px}@media only screen and (max-width: 64.063em){.shop_table tbody .product-thumbnail{display:none}}.shop_table .actions{padding-left:0;padding-right:0}.shop_table .actions .footer_coupon{display:flex;justify-content:space-between}@media only screen and (max-width: 64.063em){.shop_table .actions .footer_coupon{flex-direction:column;flex:1}.shop_table .actions .footer_coupon .coupon{margin-bottom:20px;display:flex}.shop_table .actions .footer_coupon .coupon .box{flex:1}}.shop_table .actions .footer_coupon .button{justify-content:center}.shop_table tfoot{color:#080808}.shop_table tfoot td{padding:15px 5px}@media only screen and (min-width: 40.063em){.shop_table tfoot td{padding:15px 13px}}.shop_table tfoot:last-child{border:0}.coupon label{display:none}.coupon .box{margin:0}#shipping_method{list-style:none;margin:0}#shipping_method li{margin-bottom:5px}#shipping_method label{font-size:12px;display:inline;margin-left:7px;text-transform:none;font-weight:400}#shipping_method label .amount{font-weight:600}.cart_totals .shop_table,.shop_table.woocommerce-checkout-review-order-table,.shop_table.order_details,.shop_table.customer_details{margin:0 0 30px;font-size:12px;color:#080808}.cart_totals .shop_table thead,.shop_table.woocommerce-checkout-review-order-table thead,.shop_table.order_details thead,.shop_table.customer_details thead{display:none}.cart_totals .shop_table tbody tr,.cart_totals .shop_table tfoot tr,.shop_table.woocommerce-checkout-review-order-table tbody tr,.shop_table.woocommerce-checkout-review-order-table tfoot tr,.shop_table.order_details tbody tr,.shop_table.order_details tfoot tr,.shop_table.customer_details tbody tr,.shop_table.customer_details tfoot tr{border-bottom:1px dotted #b9b9b9}.cart_totals .shop_table tbody tr th,.cart_totals .shop_table tfoot tr th,.shop_table.woocommerce-checkout-review-order-table tbody tr th,.shop_table.woocommerce-checkout-review-order-table tfoot tr th,.shop_table.order_details tbody tr th,.shop_table.order_details tfoot tr th,.shop_table.customer_details tbody tr th,.shop_table.customer_details tfoot tr th{font-size:12px;text-align:left;font-weight:400}@media only screen and (min-width: 40.063em){.cart_totals .shop_table tbody tr th,.cart_totals .shop_table tfoot tr th,.shop_table.woocommerce-checkout-review-order-table tbody tr th,.shop_table.woocommerce-checkout-review-order-table tfoot tr th,.shop_table.order_details tbody tr th,.shop_table.order_details tfoot tr th,.shop_table.customer_details tbody tr th,.shop_table.customer_details tfoot tr th{width:150px}}.cart_totals .shop_table tbody tr td,.cart_totals .shop_table tfoot tr td,.shop_table.woocommerce-checkout-review-order-table tbody tr td,.shop_table.woocommerce-checkout-review-order-table tfoot tr td,.shop_table.order_details tbody tr td,.shop_table.order_details tfoot tr td,.shop_table.customer_details tbody tr td,.shop_table.customer_details tfoot tr td{font-weight:600;padding:15px 13px}.cart_totals .shop_table tbody tr td:first-child,.cart_totals .shop_table tfoot tr td:first-child,.shop_table.woocommerce-checkout-review-order-table tbody tr td:first-child,.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child,.shop_table.order_details tbody tr td:first-child,.shop_table.order_details tfoot tr td:first-child,.shop_table.customer_details tbody tr td:first-child,.shop_table.customer_details tfoot tr td:first-child{padding-left:0;font-weight:400}.shop_table.woocommerce-checkout-review-order-table{margin:0}.cart_totals .shipping-calculator-form{padding-top:20px}.cart_totals .shipping-calculator-form .form-row{margin-bottom:10px}.cart_totals .shipping-calculator-form select{font-size:16px}.cart_totals .shipping-calculator-form .select2-container{margin:0}.cart_totals .shipping-calculator-form .input-text{width:100%;margin:0}.cart_totals p{margin:0}.cart_totals .shipping-calculator-button{text-transform:uppercase;font-weight:600;font-size:10px;display:inline-flex;padding:0 5px;height:20px;line-height:1;align-items:center;border:1px solid #080808}.cart_totals .shipping-calculator-button:hover{background:#080808;color:#fff}.cart_totals .button{align-items:center;justify-content:center;width:100%;font-weight:600;text-transform:uppercase}.footer_coupon .coupon{display:flex;width:100%;flex-direction:column}@media only screen and (min-width: 40.063em){.footer_coupon .coupon{flex-direction:row}}.footer_coupon .coupon .button{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width: 40.063em){.footer_coupon .coupon .button{width:auto}}.cart_totals h2,#order_review_heading{display:block;font-size:14px;text-transform:uppercase;padding-bottom:13px;margin-bottom:28px;border-bottom:2px solid #080808}.thb-cart-empty{padding:10vh 0;text-align:center}.thb-cart-empty figure{display:inline-block;width:150px;height:124px;max-width:100%;margin-bottom:40px;background:url(//vuelteando.com/wp-content/themes/goodlife-wp/assets/img/empty_cart.png);-webkit-background-size:150px 124px;-moz-background-size:150px 124px;-o-background-size:150px 124px;background-size:150px 124px}.checkout-login,.checkout-coupon{padding:10px 0}.checkout-login form,.checkout-coupon form{padding:30px 0}.checkout-login .showlogin,.checkout-login .showcoupon,.checkout-coupon .showlogin,.checkout-coupon .showcoupon{font-weight:500}.checkout-login .woocommerce-form-login p,.checkout-coupon .woocommerce-form-login p{font-size:14px}.woocommerce-checkout .form-row{margin:0}.woocommerce-checkout .select2-container{margin-bottom:24px}.woocommerce-checkout abbr{border:none}form.woocommerce-checkout{margin:30px 0}.woocommerce form .form-row,.woocommerce-page .form-row{width:100%;display:block;float:left}@media only screen and (min-width: 40.063em){.woocommerce form .form-row.form-row-first,.woocommerce form .form-row.form-row-last,.woocommerce-page .form-row.form-row-first,.woocommerce-page .form-row.form-row-last{width:50%}}@media only screen and (min-width: 40.063em){.woocommerce form .form-row.form-row-first,.woocommerce-page .form-row.form-row-first{padding-right:30px}}#customer_details #ship-to-different-address label{display:inline-block;font-size:12px;font-weight:600;margin:0}#customer_details #ship-to-different-address input{float:left;margin-right:10px}#customer_details .create-account{margin-bottom:30px}#customer_details .create-account label{display:inline-block;margin:0}#customer_details .create-account label input{margin:0 10px 0 0}#customer_details .create-account p{font-size:16px}#customer_details #billing_address_1{margin-bottom:5px}.payment_methods{list-style:none}.payment_methods .wc_payment_method{padding:10px 0;margin:0;border-bottom:1px dotted #b9b9b9}.payment_methods .wc_payment_method:last-child{border-bottom:0}.payment_methods .wc_payment_method img{display:none}.payment_methods label{display:inline-block;margin-left:15px;font-size:13px;font-weight:600;text-transform:none}.payment_methods label a{display:inline-block;margin-left:10px;color:#f74a2e;font-weight:400}.payment_methods .payment_box{padding-left:32px}.payment_methods .payment_box p{font-size:14px;color:#79787f;margin:0;padding:5px 0 0}.woocommerce-terms-and-conditions-wrapper{margin-bottom:30px}.woocommerce-terms-and-conditions-wrapper label{display:inline-block;font-size:12px;text-transform:none;font-weight:400}.woocommerce-terms-and-conditions-wrapper label a{font-weight:600}.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{font-size:14px}.woocommerce-info{text-transform:uppercase;font-size:12px;color:#080808;font-weight:600;padding:0 0 20px}.woocommerce-info a{color:#f74a2e}form+.woocommerce-info{border-top:1px dotted #b9b9b9;padding-top:20px}.woocommerce-info form{margin-bottom:30px}.customer_login{margin:6vh 0}.customer_login .columns{display:flex}.customer_login h3+p{font-size:14px;color:#080808;margin-bottom:40px}.customer_login p{margin:0}.customer_login p .woocommerce-password-strength{margin-bottom:10px}.customer_login p small{line-height:1.8;text-transform:uppercase;display:inline-block;font-size:10px}.customer_login .input-text{width:100%}.customer_login .woocommerce-privacy-policy-text{clear:both}.customer_login .woocommerce-privacy-policy-text p{font-size:12px;margin-bottom:15px}.customer_login .form-row.lost_password{display:flex;justify-content:space-between;font-size:12px;margin-bottom:15px;align-items:center;line-height:1}.customer_login .form-row.lost_password label{font-size:12px;text-transform:none;font-weight:400;margin:0}.customer_login .form-row.lost_password a{color:#f74a2e}.customer_login .thb_account_box{display:flex;flex-direction:column;flex:1;padding:15%;border:1px solid #fbfbfb;background:#fbfbfb}.customer_login .thb_account_box.register_box{background:#fff;border:1px solid #f1f1f1}.shop-medium-title,.thb-cart-empty p,.woocommerce-checkout h2,#customer_details h3,.woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content h3,.woocommerce-MyAccount-content legend,.addresses h3{color:#080808;font-size:14px;font-weight:600;margin-bottom:30px;text-transform:uppercase}.woocommerce-MyAccount-content{margin:30px 0}.woocommerce-MyAccount-content .form-row{margin:0}@media only screen and (min-width: 64.063em){.woocommerce-MyAccount-content{padding-left:4%}}.woocommerce-MyAccount-navigation{margin:30px 0}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-MyAccount-navigation ul li{margin-bottom:0}.woocommerce-MyAccount-navigation ul li a{display:block;padding:12px 0;border-bottom:1px dotted #b9b9b9;text-transform:uppercase;font-weight:600;font-size:12px}.woocommerce-MyAccount-navigation ul li:first-child a{padding-top:0}.woocommerce-MyAccount-navigation ul li:last-child a{border-bottom:none}.woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-MyAccount-navigation ul li.is-active a{color:#f74a2e}.addresses{margin:0 -15px}.addresses address{font-size:14px;font-style:normal}.addresses .col-1,.addresses .col-2{float:left;padding:0 15px;width:100%;margin-bottom:30px}@media only screen and (min-width: 40.063em){.addresses .col-1,.addresses .col-2{width:50%}}.woocommerce-message,.woocommerce-error,.woocommerce-info{background:#478df7;border:none;position:fixed;bottom:0;left:0;width:100%;min-height:70px;display:flex;margin:0;padding:15px;text-align:left;z-index:9999;overflow:hidden;transform:translateY(100%);font-weight:400;color:#fff;font-size:16px;animation:thb-slide-in, thb-slide-out;animation-duration:1.5s, 1.5s;animation-delay:0.5s, 5s;animation-fill-mode:forwards;animation-timing-function:ease}.rtl .woocommerce-message,.rtl .woocommerce-error,.rtl .woocommerce-info{text-align:right}@media only screen and (min-width: 40.063em){.woocommerce-message,.woocommerce-error,.woocommerce-info{padding:25px 45px}}.woocommerce-message strong,.woocommerce-error strong,.woocommerce-info strong{margin-right:10px}.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button{display:none}.woocommerce-message a,.woocommerce-error a,.woocommerce-info a{display:inline-flex;margin-left:10px;color:#fff;text-decoration:underline}.woocommerce-info{background:#feb04b}.woocommerce-error{background:#fc5f5f;list-style:none;flex-direction:column}.woocommerce-error li{display:block}.woocommerce-error li:last-of-type{margin:0}@keyframes thb-slide-in{0%{transform:translateY(100%)}100%{transform:translateY(0%)}}@keyframes thb-slide-out{0%{transform:translateY(0%)}100%{transform:translateY(1000%)}}.animation{will-change:opacity, transform;opacity:0;-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none}.animation.bottom-to-top{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}.animation.top-to-bottom{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}.animation.left-to-right{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-o-transform:translateX(-30px);transform:translateX(-30px)}.animation.right-to-left{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-transform:translateX(30px);-moz-transform:translateX(30px);-ms-transform:translateX(30px);-o-transform:translateX(30px);transform:translateX(30px)}.animation.left-to-right-3d{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;transform-origin:100% 100%;transform-style:preserve-3d;-webkit-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);-moz-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);-ms-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);-o-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0)}.animation.right-to-left-3d{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;transform-origin:0% 100%;transform-style:preserve-3d;-webkit-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);-moz-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);-ms-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);-o-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);transform:rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0)}.animation.bottom-to-top-3d{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;transform-style:preserve-3d;-webkit-transform:rotateX(-45deg) translateY(120px);-moz-transform:rotateX(-45deg) translateY(120px);-ms-transform:rotateX(-45deg) translateY(120px);-o-transform:rotateX(-45deg) translateY(120px);transform:rotateX(-45deg) translateY(120px)}.animation.top-to-bottom-3d{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;transform-style:preserve-3d;-webkit-transform:rotateX(45deg) translateY(-120px);-moz-transform:rotateX(45deg) translateY(-120px);-ms-transform:rotateX(45deg) translateY(-120px);-o-transform:rotateX(45deg) translateY(-120px);transform:rotateX(45deg) translateY(-120px)}.animation.scale{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-transform:scale(.8, .8);-moz-transform:scale(.8, .8);-ms-transform:scale(.8, .8);-o-transform:scale(.8, .8);transform:scale(.8, .8)}.vc_editor .animation{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.btn,.button,input[type=submit]{font-family:inherit;font-size:11px;line-height:11px;font-weight:600;padding:12px 30px 12px;border:1px solid #080808;margin:0;display:inline-block;cursor:pointer;outline:0;color:#080808;white-space:nowrap;background:transparent;text-transform:uppercase;text-shadow:none !important;text-align:center;vertical-align:middle;border-radius:0 !important;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media only screen and (min-width: 40.063em){.btn,.button,input[type=submit]{width:auto}}.btn i,.button i,input[type=submit] i{display:inline-block;vertical-align:middle}.btn.large,.button.large,input[type=submit].large{font-size:14px;padding:16px 50px 16px}.btn.large.style2,.button.large.style2,input[type=submit].large.style2{font-size:16px}.btn>span.icon,.button>span.icon,input[type=submit]>span.icon{vertical-align:middle;display:inline-block;margin-right:5px}.btn .thb-next-arrow,.button .thb-next-arrow,input[type=submit] .thb-next-arrow{height:8px;margin-left:5px}.btn.style2,.button.style2,input[type=submit].style2{font-size:13px;font-weight:600;text-transform:none}.btn:hover,.button:hover,input[type=submit]:hover{background:#080808;border-color:#080808;color:#fff}.btn.right,.button.right,input[type=submit].right{float:right}.btn.black,.button.black,input[type=submit].black{background:#080808;border-color:#080808;color:#fff}.btn.black:hover,.button.black:hover,input[type=submit].black:hover{background:#649fd6;border-color:#649fd6;color:#fff}.btn.black-border,.button.black-border,input[type=submit].black-border{border-color:rgba(0,0,0,0.15);border-top-width:2px;color:#000;background:transparent;border-left:0;border-right:0}.btn.black-border:hover,.button.black-border:hover,input[type=submit].black-border:hover{background:transparent;color:#000}.btn.red,.btn.alt,.button.red,.button.alt,input[type=submit].red,input[type=submit].alt{background:#f74a2e;border-color:#f74a2e;color:#fff;padding:15px 30px 14px}.btn.red:hover,.btn.alt:hover,.button.red:hover,.button.alt:hover,input[type=submit].red:hover,input[type=submit].alt:hover{background:#e92809;border-bottom-color:#e92809}.btn.accent,.button.accent,input[type=submit].accent{border-color:#649fd6;color:#080808;background:#fff}.btn.accent:hover,.button.accent:hover,input[type=submit].accent:hover{background:#448bcd;border-color:#448bcd;color:#fff}.btn.accent:hover .thb-next-arrow,.button.accent:hover .thb-next-arrow,input[type=submit].accent:hover .thb-next-arrow{fill:#fff}.btn.accent .thb-next-arrow,.button.accent .thb-next-arrow,input[type=submit].accent .thb-next-arrow{fill:#080808}.btn.accent-fill,.button.accent-fill,input[type=submit].accent-fill{border-color:#649fd6;color:#fff;background:#649fd6}.btn.accent-fill:hover,.button.accent-fill:hover,input[type=submit].accent-fill:hover{background:#448bcd;border-color:#448bcd;color:#fff}.btn.accent-fill .thb-next-arrow,.button.accent-fill .thb-next-arrow,input[type=submit].accent-fill .thb-next-arrow{fill:#fff}.btn.accent-border,.button.accent-border,input[type=submit].accent-border{border-color:rgba(100,159,214,0.5);border-top-width:2px;color:#649fd6;background:transparent;border-left:0;border-right:0}.btn.accent-border:hover,.button.accent-border:hover,input[type=submit].accent-border:hover{background:transparent;color:#649fd6}.btn.accent-border .thb-next-arrow,.button.accent-border .thb-next-arrow,input[type=submit].accent-border .thb-next-arrow{fill:#649fd6}.btn.grey,.button.grey,input[type=submit].grey{background:#909090;border-color:#909090;color:#fff}.btn.grey:hover,.button.grey:hover,input[type=submit].grey:hover{background:#080808;border-color:#080808}.btn.white,.button.white,input[type=submit].white{border-color:#fff;color:#080808;background:#fff}.btn.white:hover,.button.white:hover,input[type=submit].white:hover{background:#649fd6;border-color:#649fd6;color:#fff}.btn.white:hover .thb-next-arrow,.button.white:hover .thb-next-arrow,input[type=submit].white:hover .thb-next-arrow{fill:#fff}.btn.white .thb-next-arrow,.button.white .thb-next-arrow,input[type=submit].white .thb-next-arrow{fill:#080808}.btn.white-border,.button.white-border,input[type=submit].white-border{border-color:rgba(255,255,255,0.2);border-top-width:2px;color:#fff;background:transparent;border-left:0;border-right:0}.btn.white-border:hover,.button.white-border:hover,input[type=submit].white-border:hover{background:transparent;color:#fff}.btn.white-border .thb-next-arrow,.button.white-border .thb-next-arrow,input[type=submit].white-border .thb-next-arrow{fill:#fff}.btn.accent-transparent,.button.accent-transparent,input[type=submit].accent-transparent{border-color:#649fd6;color:#649fd6;background:transparent}.btn.accent-transparent:hover,.button.accent-transparent:hover,input[type=submit].accent-transparent:hover{background:#649fd6;color:#fff}.btn.accent-transparent:hover .thb-next-arrow,.button.accent-transparent:hover .thb-next-arrow,input[type=submit].accent-transparent:hover .thb-next-arrow{fill:#fff}.btn.accent-transparent .thb-next-arrow,.button.accent-transparent .thb-next-arrow,input[type=submit].accent-transparent .thb-next-arrow{fill:#649fd6}.btn.white-transparent,.button.white-transparent,input[type=submit].white-transparent{border-color:#fff;color:#fff;background:transparent}.btn.white-transparent:hover,.button.white-transparent:hover,input[type=submit].white-transparent:hover{background:#fff;color:#080808}.btn.white-transparent:hover .thb-next-arrow,.button.white-transparent:hover .thb-next-arrow,input[type=submit].white-transparent:hover .thb-next-arrow{fill:#080808}.btn.white-transparent .thb-next-arrow,.button.white-transparent .thb-next-arrow,input[type=submit].white-transparent .thb-next-arrow{fill:#fff}.btn.black-transparent,.button.black-transparent,input[type=submit].black-transparent{border-color:#080808;color:#080808;background:transparent}.btn.black-transparent:hover,.button.black-transparent:hover,input[type=submit].black-transparent:hover{background:#080808;color:#fff}.btn.black-transparent .thb-next-arrow,.button.black-transparent .thb-next-arrow,input[type=submit].black-transparent .thb-next-arrow{fill:#080808}.btn.full,.place-order .btn,.button.full,.place-order .button,input[type=submit].full,.place-order input[type=submit]{width:100%}.video_playlist{padding:10px}.video_playlist iframe{max-width:100%}.video_playlist.style2{padding:0}@media only screen and (min-width: 40.063em){.video_playlist.style2{padding:0}}.video_playlist.style2 .post.video-others{margin:0}.video_playlist.dark-color{background:#111}.video_playlist.light-color{background:#f3f3f3}@media only screen and (min-width: 40.063em){.video_playlist{padding:30px}}.video_playlist.transparent-color{padding:0}.video_playlist.transparent-color .row{margin:0}@media only screen and (min-width: 40.063em){.video_playlist.transparent-color .row .columns{padding:0}}@media only screen and (min-width: 40.063em){.video_playlist.transparent-color .row .columns .vertical-video{padding-left:30px}}.video_playlist .video-side{position:relative}.video_playlist .video-side.thb-loading:after{bottom:auto;top:50%;margin-top:-19px}.video_playlist .video-side.thb-loading>.flex-video{opacity:0.7}.video_playlist .video_play{cursor:pointer;display:block}.video_playlist .video_play .post-bottom-meta{margin:0}.video_playlist .video_play.video-active .post-title h6{color:#649fd6}.video_playlist .video_play .post-title h6{margin-bottom:5px}.social-bar{list-style:none;margin:0;padding:0;font-size:12px;text-transform:uppercase;font-weight:600}.social-bar .fa{display:inline-flex;justify-content:center;align-items:center;border-radius:100%;width:32px;height:32px;font-size:13px;border:2px solid #080808;margin-right:15px;-webkit-transition:border-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:border-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:border-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:border-color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media only screen and (min-width: 40.063em){.social-bar .fa{width:52px;height:52px;font-size:18px}}.social-bar a{display:block}.social-bar a.facebook:hover{color:#3b5998}.social-bar a.facebook:hover .fa{border-color:#3b5998}.social-bar a.google:hover{color:#dd4b39}.social-bar a.google:hover .fa{border-color:#dd4b39}.social-bar a.google-plus:hover{color:#dd4b39}.social-bar a.google-plus:hover .fa{border-color:#dd4b39}.social-bar a.linkedin:hover{color:#007bb6}.social-bar a.linkedin:hover .fa{border-color:#007bb6}.social-bar a.pinterest:hover{color:#cb2027}.social-bar a.pinterest:hover .fa{border-color:#cb2027}.social-bar a.twitter:hover{color:#00aced}.social-bar a.twitter:hover .fa{border-color:#00aced}.social-bar a.instagram:hover{color:#3f729b}.social-bar a.instagram:hover .fa{border-color:#3f729b}.social-bar a.vk:hover{color:#45668e}.social-bar a.vk:hover .fa{border-color:#45668e}.social-bar a.tumblr:hover{color:#35465c}.social-bar a.tumblr:hover .fa{border-color:#35465c}.social-bar a.xing:hover{color:#cfdc00}.social-bar a.xing:hover .fa{border-color:#cfdc00}.social-bar a.soundcloud:hover{color:#f80}.social-bar a.soundcloud:hover .fa{border-color:#f80}.social-bar a.dribbble:hover{color:#ea4c89}.social-bar a.dribbble:hover .fa{border-color:#ea4c89}.social-bar a.youtube:hover{color:#e52d27}.social-bar a.youtube:hover .fa{border-color:#e52d27}.social-bar a.youtube-play:hover{color:#e52d27}.social-bar a.youtube-play:hover .fa{border-color:#e52d27}.social-bar a.spotify:hover{color:#7ab800}.social-bar a.spotify:hover .fa{border-color:#7ab800}.social-bar a.behance:hover{color:#1769ff}.social-bar a.behance:hover .fa{border-color:#1769ff}.social-bar a.deviantart:hover{color:#4e6252}.social-bar a.deviantart:hover .fa{border-color:#4e6252}.social-bar a.vimeo:hover{color:#1ab7ea}.social-bar a.vimeo:hover .fa{border-color:#1ab7ea}.social-bar a.rss:hover{color:#f26522}.social-bar a.rss:hover .fa{border-color:#f26522}.social-bar a.twitch:hover{color:#6441a5}.social-bar a.twitch:hover .fa{border-color:#6441a5}.social-bar a.whatsapp:hover{color:#25d366}.social-bar a.whatsapp:hover .fa{border-color:#25d366}.social-bar a.snapchat:hover{color:#fffc00}.social-bar a.snapchat:hover .fa{border-color:#fffc00}.thb_subscribe h3{margin:0 0 15px}.thb_subscribe h3+p{color:#080808;font-size:14px}.thb_subscribe .newsletter-form{margin:0 auto;display:flex;max-width:450px}.thb_subscribe .newsletter-form .widget_subscribe{flex:1;margin-bottom:0;margin-right:5px}.thb_subscribe .newsletter-form .btn{flex:0}.thb_subscribe.style1{text-align:center}.thb_subscribe.style1 p{margin-bottom:30px}.thb_subscribe.style1 .widget_subscribe{height:50px;padding:0 25px}.thb_subscribe.style1 .newsletter-form{max-width:440px}.thb_subscribe.style2{padding:24px 0;text-align:left}.thb_subscribe.style2 h3{font-size:14px;line-height:1;font-weight:600}.thb_subscribe.style2 p{font-size:14px}@media only screen and (min-width: 40.063em){.thb_subscribe.style2 .newsletter-form{margin-left:auto;margin-right:0}}.thb_subscribe.style3{display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width: 40.063em){.thb_subscribe.style3{flex-direction:row}}@media only screen and (min-width: 40.063em){.thb_subscribe.style3 .subscribe_content{margin-right:40px}}.thb_subscribe.style3 .newsletter-form{margin:0;display:inline-flex;max-width:100%;width:400px}.trending-bar{display:flex;align-items:center;flex-direction:column}@media only screen and (min-width: 64.063em){.trending-bar{flex-direction:row}}.trending-bar>aside{flex-shrink:0;display:block;width:100%;position:relative;color:rgba(0,0,0,0.6);text-transform:uppercase;font-weight:600;font-size:10px;line-height:17px;margin-bottom:10px}@media only screen and (min-width: 64.063em){.trending-bar>aside{margin:0;width:140px}}.trending-bar>aside:after{content:'';display:inline-block;width:32px;height:1px;background:#ededed;margin-left:10px;position:relative;top:-1px;vertical-align:middle}.trending-bar .slick{flex:1;height:auto;overflow:hidden}.category-element-holder .post .post-category{display:none}.category-element-holder.style6-fashion .post.style3{text-align:center;border-bottom:1px solid rgba(0,0,0,0.07);padding-bottom:28px}.category-element-holder.style6-fashion .post.style3 .post-gallery{margin-bottom:28px}.category-element-holder.style6-fashion .post.style3 .post-bottom-meta{justify-content:center}.category-element-holder.style6-fashion .post.style3 .post-bottom-meta .comment{display:none}.category-element-holder.style6-fashion .post.style3 .post-content{display:none}.category-element-holder.style2 .post.style1.style1-meta .author,.category-element-holder.style2 .post.style1.style1-meta .comment,.category-element-holder.style2 .post.style1.style1-meta .time:before,.category-element-holder.style2 .post.listing .author,.category-element-holder.style2 .post.listing .comment,.category-element-holder.style2 .post.listing .time:before,.category-element-holder.style3 .post.style1.style1-meta .author,.category-element-holder.style3 .post.style1.style1-meta .comment,.category-element-holder.style3 .post.style1.style1-meta .time:before,.category-element-holder.style3 .post.listing .author,.category-element-holder.style3 .post.listing .comment,.category-element-holder.style3 .post.listing .time:before,.category-element-holder.style8 .post.style1.style1-meta .author,.category-element-holder.style8 .post.style1.style1-meta .comment,.category-element-holder.style8 .post.style1.style1-meta .time:before,.category-element-holder.style8 .post.listing .author,.category-element-holder.style8 .post.listing .comment,.category-element-holder.style8 .post.listing .time:before{display:none}.category-element-holder.style2 .post.style1.style1-meta .time,.category-element-holder.style2 .post.listing .time,.category-element-holder.style3 .post.style1.style1-meta .time,.category-element-holder.style3 .post.listing .time,.category-element-holder.style8 .post.style1.style1-meta .time,.category-element-holder.style8 .post.listing .time{margin:0}.category-element-holder.style9 .columns.main-image .post-title h6{font-size:30px}.category-element-holder.style9 .columns:not(.main-image) .post .post-bottom-meta .comment{display:none}.category-element-holder.style10 .post.just-title{display:flex;flex-direction:column;flex:1;border-bottom:1px solid rgba(0,0,0,0.1)}.category-element-holder.style10 .bottom-posts .columns{display:flex}.category-element-holder.style11 .columns+.columns .style6-vertical{border-left-color:transparent}.category_title{padding-bottom:10px;margin-bottom:15px;border-bottom:2px solid rgba(0,0,0,0.08);position:relative}.category_title:before{content:'';display:block;width:20px;height:2px;background:#080808;position:absolute;bottom:-2px;left:0}.rtl .category_title{text-align:right}.rtl .category_title:before{left:auto;right:0}.category_title h4{font-size:20px;line-height:1;margin:0}@media only screen and (min-width: 40.063em){.category_title{padding-bottom:15px;margin-bottom:30px}}.category_title.no-border:before{display:none}.category_title.search{text-transform:uppercase}.category_title.search span{color:#649fd6}.category_title.simple{border:0;padding:0;text-align:center}.category_title.simple:before{display:none}@media only screen and (min-width: 40.063em){.category_title.simple{padding-bottom:0;margin-bottom:30px}}.category_title.simple i{margin-right:10px}.rtl .category_title .row .subcategory_container .thb-sibling-categories{text-align:left}.category_title.style3{border:0;padding:0;margin-bottom:28px}.category_title.style3:before{display:none}.category_title.style3 h4{padding-left:34px;position:relative;line-height:40px;font-size:24px;font-weight:600}.category_title.style3 h4:before{content:'';display:inline-block;background:rgba(0,0,0,0.08);width:14px;height:20px;margin-top:-10px;position:absolute;top:50%;left:0}.thb-crypto-list .thb-crypto{display:flex;align-items:center;height:100%;margin-bottom:20px}.thb-crypto-list .thb-crypto .thb-crypto-image{width:50px;text-align:left;flex-shrink:0}.thb-crypto-list .thb-crypto .thb-crypto-image img{display:block;height:36px;width:auto;margin-right:auto}.thb-crypto-list .thb-crypto span{display:block}.thb-crypto-list .thb-crypto .thb-crypto-content{line-height:1}.thb-crypto-list .thb-crypto .thb-crypto-title{font-size:14px;font-weight:400;margin-bottom:6px}.thb-crypto-list .thb-crypto .thb-crypto-price{font-size:18px;font-weight:600}.thb-crypto-list .thb-crypto .thb-crypto-change{display:flex;font-size:12px;font-weight:400;align-items:center;margin-top:4px}.thb-crypto-list .thb-crypto .thb-crypto-change.positive:before{display:inline-flex;content:'';width:0;height:0;border-style:solid;border-width:0 4px 5px 4px;border-color:transparent transparent #0bcd22 transparent;margin-right:7px}.thb-crypto-list .thb-crypto .thb-crypto-change.negative:before{display:inline-flex;content:'';width:0;height:0;border-style:solid;border-width:5px 4px 0 4px;border-color:#cd0b2b transparent transparent transparent;margin-right:7px}