@charset 'UTF-8';
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.lvca-accordion .lvca-panel-title {
display: block;
cursor: pointer; }
.lvca-accordion .lvca-panel-content {
display: none;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
content: "\e912";
right: 30px;
top: 26px;
font-size: 14px;
line-height: 1;
color: #666;
font-weight: 700;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 30px;
top: 25px;
content: "\e913";
color: #999;
font-size: 18px;
line-height: 1;
-webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
-webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } .lvca-accordion.lvca-style1 .lvca-panel {
margin: 20px 0 0;
background: #eee;
border-radius: 5px;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
background: #f8f8f8;
padding: 30px 30px; }
.lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
color: #333;
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; } .lvca-accordion.lvca-style2 .lvca-panel {
margin: 20px 0 0;
color: #333;
-webkit-transition: color .3s;
transition: color .3s;
position: relative; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
border-radius: 5px;
border: 1px solid #dcdcdc;
overflow: hidden;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 0;
width: 100%;
background: #4c5053;
-webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
z-index: -1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
padding: 20px 30px;
border-color: #dcdcdc;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title, .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #fff;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before {
height: 100%; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #4c5053;
color: #fff;
border-radius: 5px 5px 0 0;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #fff; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
color: #888;
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
background: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #e5e5e5;
color: #333;
border-color: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
border-color: #404040;
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; } .lvca-accordion.lvca-style3 .lvca-panel {
margin: 0;
border-bottom: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel:first-child {
border-top: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 5px;
font-size: 14px;
line-height: 22px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
top: 24px; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
padding: 10px 50px 30px 5px; }
.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel {
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
color: #b0b0b0; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
color: #888; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; }.slick-slider
{
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.lvca-carousel .lvca-carousel-item {
position: relative;
}
.lvca-carousel.lvca-container {
max-width: none;
}.lvca-clients {
clear: both;
overflow: hidden;
margin: 0 auto; }
@media (max-width: 479px) {
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media (min-width: 480px) and (max-width: 800px) {
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media only screen and (min-width: 801px) {
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
.lvca-clients .lvca-client {
position: relative;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden; }
.lvca-dark-bg .lvca-clients .lvca-client {
border-color: #505050 !important; }
.lvca-clients .lvca-client img {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
margin: 0;
display: block; }
.lvca-clients .lvca-client .lvca-client-name {
position: absolute;
z-index: 2;
top: 50%;
text-align: center;
width: 100%;
height: 100%;
margin-top: -12px;
color: #fff;
font-size: 18px;
line-height: 26px;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s;
opacity: 0; }
.lvca-clients .lvca-client .lvca-client-name a {
color: #fff;
text-decoration: none; }
.lvca-clients .lvca-client .lvca-image-overlay {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.7; }
.lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.8; }
.lvca-clients .lvca-client:hover .lvca-client-name {
opacity: 1; }.lvca-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px; }
@media only screen and (max-width: 767px) {
.lvca-heading {
margin-bottom: 40px; } }
.lvca-heading .lvca-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-text {
font-size: 15px;
line-height: 26px; } }
.lvca-heading.lvca-alignleft, .lvca-heading.lvca-alignright {
margin: 0; }
.lvca-heading.lvca-alignleft .lvca-text, .lvca-heading.lvca-alignright .lvca-text {
margin: 0; }
.lvca-heading.lvca-alignleft {
text-align: left; }
.lvca-heading.lvca-alignright {
text-align: right; }
.lvca-heading .lvca-title {
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
font-weight: bold; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-title {
font-size: 24px;
line-height: 32px; } }
.lvca-dark-bg .lvca-heading .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-heading .lvca-subtitle {
color: #B0B0B0; }
.lvca-dark-bg .lvca-heading .lvca-text {
color: #909090; }
.lvca-heading.lvca-alignleft .lvca-title, .lvca-heading.lvca-alignright .lvca-title {
margin: 0 0 20px; }
.lvca-heading .lvca-subtitle {
margin: 0 auto 5px;
color: #888;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 10px; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-subtitle {
font-size: 11px;
line-height: 18px; } }
.lvca-heading.lvca-alignleft .lvca-subtitle, .lvca-heading.lvca-alignright .lvca-subtitle {
margin: 0 0 5px;
padding: 0; }
.lvca-heading.lvca-alignleft .lvca-subtitle:before, .lvca-heading.lvca-alignleft .lvca-subtitle:after, .lvca-heading.lvca-alignright .lvca-subtitle:before, .lvca-heading.lvca-alignright .lvca-subtitle:after {
display: none; }
.lvca-heading.lvca-style3 {
margin: 0 auto 30px; }
.lvca-heading.lvca-style3 .lvca-title {
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-heading.lvca-style3 .lvca-title:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-heading.lvca-style3 .lvca-title:after {
margin: 10px auto 20px; }
.lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after {
background: #909090; }
@media only screen and (max-width: 767px) {
.lvca-heading.lvca-style3 .lvca-title {
font-size: 16px;
line-height: 24px; } }
.lvca-heading.lvca-style3.lvca-alignleft, .lvca-heading.lvca-style3.lvca-alignright {
margin: 0 0 30px; }
.lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after, .lvca-heading.lvca-style3.lvca-alignright .lvca-title:after {
margin: 10px 0 20px; }.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0); }
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute; }
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s; }
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
-webkit-transform: translateY(0);
transform: translateY(0); }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em; }
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center; } .lvca-odometers {
font-size: 0; }
.lvca-odometers .lvca-odometer {
display: inline-block;
vertical-align: top;
text-align: left;
position: relative;
margin-bottom: 50px; }
.lvca-odometers .lvca-odometer:last-child:after {
border: none; }
.lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
display: inline;
font-size: 36px;
line-height: 48px;
color: #333;
vertical-align: middle; }
.lvca-odometers .lvca-odometer .lvca-prefix {
margin-right: 5px;
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-suffix {
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 60px;
line-height: 72px;
font-style: normal;
text-transform: none;
letter-spacing: 2px;
font-weight: 900;
color: #333;
margin-bottom: 10px; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 60px; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number {
color: #e5e5e5; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 18px;
line-height: 28px;
display: inline-block;
color: #888; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title {
color: #909090; }
.lvca-odometers .lvca-odometer .lvca-stats-title span {
float: left;
margin-right: 15px; }
.lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper {
font-size: 32px;
margin-right: 10px;
vertical-align: middle;
color: #ccc; }
@media only screen and (max-width: 960px) {
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 48px;
line-height: 56px;
margin-bottom: 0; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 48px; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 479px) {
.lvca-odometers .lvca-odometer {
text-align: center; } }.lvca-piechart {
position: relative;
text-align: center;
float: left;
overflow: hidden;
float: left;
padding: 10px; }
.lvca-piechart canvas {
position: relative;
top: 0;
left: 0;
max-width: 100%;
margin: 0 auto; }
.lvca-piechart .lvca-label {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 55%;
max-width: 65%;
color: #888; }
.lvca-dark-bg .lvca-piechart .lvca-label {
color: #909090; }
.lvca-piechart .lvca-percentage span {
position: absolute;
top: 25%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-size: 60px;
line-height: 60px;
font-weight: 300;
text-align: center;
color: #333;
font-weight: bolder; }
.lvca-dark-bg .lvca-piechart .lvca-percentage span {
color: #e5e5e5; }
.lvca-piechart .lvca-percentage sup {
font-size: 18px;
vertical-align: super; }
.lvca-piechart.dark-bg .lvca-label {
color: #fff; }
.lvca-piechart.dark-bg .lvca-percentage span {
color: #eee; }
@media only screen and (max-width: 479px) {
.lvca-piechart canvas {
margin-bottom: 15px; } }

.lvca-block {
position: relative;
overflow: hidden;
clear: both; }
.lvca-block .lvca-block-inner {
clear: both;
overflow: hidden; }
.lvca-block .lvca-block-row {
overflow: hidden; } .lvca-block .lvca-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
clear: both; }
.lvca-block .lvca-pagination .lvca-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
margin: 0 2px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
margin-bottom: 10px;
outline: none;
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-block .lvca-pagination .lvca-page-nav i {
color: #222;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav i {
color: #bbb; }
.lvca-block .lvca-pagination .lvca-page-nav[data-page="prev"], .lvca-block .lvca-pagination .lvca-page-nav[data-page="next"] {
padding: 5px 18px; }
.lvca-block .lvca-pagination .lvca-page-nav[data-page="next"] {
margin-right: 0; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-dotted {
border: none;
pointer-events: none;
padding: 5px 8px; }
.lvca-block .lvca-pagination .lvca-page-nav:hover, .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #eee; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
pointer-events: none; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled i {
color: #999;
border-color: #eaeaea; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled i {
border-color: #444;
color: #888; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav {
border-color: #606060;
color: #aaa; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav:hover, .lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #333; }
.lvca-block .lvca-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-block .lvca-load-more:hover {
color: #fff;
background: #333;
border-color: #333; }
.lvca-block .lvca-load-more.lvca-disabled {
display: none; }
.lvca-block .lvca-loading {
position: relative;
margin: 0 -51px 0 15px;
width: 36px;
height: 36px;
background: url(//www.nethoster.com.au/wp-content/plugins/addons-for-visual-composer-pro/assets/images/loading.gif) center center no-repeat;
visibility: hidden; }
.lvca-block .lvca-loader-gif {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: transparent url(//www.nethoster.com.au/wp-content/plugins/addons-for-visual-composer-pro/assets/images/bricks-loader.gif) center center no-repeat;
display: none; }
.lvca-block.lvca-fetching .lvca-block-inner {
opacity: 0.3; }
.lvca-block.lvca-fetching .lvca-loader-gif {
display: block; }
.lvca-block.lvca-processing .lvca-loader-gif {
display: block; }
.lvca-block.lvca-processing .lvca-load-more-nav .lvca-loading {
visibility: visible; } .lvca-block .lvca-block-header {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
clear: both;
position: relative;
z-index: 5; }
.lvca-block .lvca-heading {
display: block;
padding: 0 0 15px 0;
margin: 0 0 30px 0;
text-align: left;
max-width: none;
font-size: 0;
line-height: 0; }
.lvca-block .lvca-heading span, .lvca-block .lvca-heading a {
font-size: 18px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
text-align: left;
display: inline-block;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-block .lvca-heading span, .lvca-dark-bg .lvca-block .lvca-heading a {
color: #e5e5e5; }
.lvca-block .lvca-heading a {
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-block .lvca-heading a:hover {
color: #666; }
.lvca-block .lvca-block-filter {
position: absolute;
top: 0;
right: 0;
margin: 0;
z-index: 2;
text-align: right; }
.lvca-dark-bg .lvca-block .lvca-block-filter {
border-color: #666; }
.lvca-block .lvca-block-filter .lvca-block-filter-item {
display: inline-block; }
@media only screen and (max-width: 479px) {
.lvca-block .lvca-block-filter .lvca-block-filter-item {
margin-right: 8px; } }
.lvca-block .lvca-block-filter .lvca-block-filter-item a {
padding: 0 15px 8px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block; }
@media only screen and (max-width: 479px) {
.lvca-block .lvca-block-filter .lvca-block-filter-item a {
padding: 0 10px 8px; } }
.lvca-block .lvca-block-filter .lvca-block-filter-item.lvca-active {
color: #f94213; }
.lvca-block .lvca-block-filter .lvca-block-filter-item:last-child {
margin-right: 0; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown {
display: inline-block;
text-align: right;
position: relative; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-list {
display: inline-block;
line-height: 1; }
.lvca-block .lvca-block-filter .lvca-block-filter-more {
cursor: pointer;
padding-left: 15px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
display: inline-block; }
.lvca-block .lvca-block-filter .lvca-block-filter-more i.lvca-icon-arrow-right3 {
display: inline-block;
font-size: 10px;
line-height: 1;
vertical-align: middle;
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
margin: 0 6px;
color: #000; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more {
background-color: #222; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more span, .lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more i {
color: #fff; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 6px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border: 1px solid #ededed;
display: none; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list:hover i.lvca-icon-arrow-right3 {
color: #fff; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover ul.lvca-block-filter-dropdown-list {
display: block; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li {
margin-left: 0; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li a {
white-space: nowrap;
display: block;
padding: 8px 15px 8px 25px; }
.lvca-block .lvca-block-filter .lvca-block-filter-item a, .lvca-block .lvca-block-filter .lvca-block-filter-more span, .lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li a {
color: #666;
font-size: 12px;
line-height: 18px;
text-transform: uppercase; }
.lvca-block .lvca-block-filter .lvca-block-filter-item a:hover, .lvca-block .lvca-block-filter .lvca-block-filter-item.lvca-active a {
color: #f94213; }
.lvca-block-header-expanded .lvca-block-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-block-header-expanded .lvca-block-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-block-header-expanded .lvca-block-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lvca-block-header-expanded .lvca-heading {
padding: 0;
margin: 0; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-block-header-expanded .lvca-heading {
margin-bottom: 30px; } }
.lvca-block-header-expanded .lvca-heading span, .lvca-block-header-expanded .lvca-heading a {
font-size: 32px;
line-height: 44px; }
.lvca-block-header-expanded .lvca-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lvca-block-header-expanded .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
padding: 0 15px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block;
color: #777; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px; } }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item:first-child a {
padding-left: 0; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; } .lvca-block-header-1 .lvca-heading {
border-bottom: 2px solid #ddd; }
.lvca-block-header-1 .lvca-heading:after {
content: "";
background: #f94213;
width: 50px;
height: 2px;
position: absolute;
bottom: -1px;
left: 0; }
.lvca-block-header-1 .lvca-no-heading .lvca-heading {
min-height: 40px; }
.lvca-block-header-1 .lvca-no-heading .lvca-heading:after {
display: none; } .lvca-block-header-2 .lvca-heading:before, .lvca-block-header-2 .lvca-heading:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
background-color: #ddd; }
.lvca-block-header-2 .lvca-heading:before {
bottom: 4px; }
.lvca-block-header-2 .lvca-heading:after {
bottom: 0; }
.lvca-block-header-2 .lvca-no-heading .lvca-heading {
min-height: 40px; } .lvca-block-header-3 .lvca-heading {
padding: 0;
border-bottom: 1px solid #ddd; }
.lvca-block-header-3 .lvca-heading a, .lvca-block-header-3 .lvca-heading span {
position: relative;
padding: 4px 8px 4px 8px;
border-radius: 2px 2px 2px 0;
background: #333;
color: #fff; }
.lvca-block-header-3 .lvca-heading a:after, .lvca-block-header-3 .lvca-heading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
position: absolute;
bottom: -8px;
left: 0;
border-left: 0;
border-right: 8px solid transparent;
border-top: 8px solid #333; }
.lvca-block-header-3 .lvca-heading a:hover {
color: #ddd; }
.lvca-block-header-3 .lvca-heading span, .lvca-block-header-3 .lvca-heading a {
font-size: 15px;
line-height: 24px; }
.lvca-block-header-3 .lvca-no-heading .lvca-heading {
min-height: 40px; } .lvca-block-header-4 .lvca-heading {
padding: 0;
border: 1px solid #333;
border-bottom: 2px solid #333;
text-align: center; }
.lvca-block-header-4 .lvca-heading a, .lvca-block-header-4 .lvca-heading span {
position: relative;
padding: 8px 10px;
border-radius: 0;
margin: 0 auto; }
.lvca-block-header-4 .lvca-heading a:after, .lvca-block-header-4 .lvca-heading span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
bottom: -8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-top: 8px solid #43494a;
border-right: 8px solid transparent; }
.lvca-block-header-4 .lvca-heading span, .lvca-block-header-4 .lvca-heading a {
font-size: 15px;
line-height: 24px; }
.lvca-block-header-4 .lvca-block-header .lvca-block-filter {
padding: 8px 10px; }
.lvca-block-header-4 .lvca-no-heading .lvca-heading {
min-height: 45px; } .lvca-block-header-5 .lvca-heading {
background: #fbfbfb;
border-bottom: 2px solid #eee;
border-top: 1px solid #eee;
padding: 10px 15px; }
.lvca-block-header-5 .lvca-block-header .lvca-block-filter {
padding: 10px 8px; }
.lvca-block-header-5 .lvca-no-heading .lvca-heading {
min-height: 50px; } .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item {
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 15px 15px; }
@media only screen and (max-width: 479px) {
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item:first-child a {
padding-left: 15px; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; } .lvca-block-header-7 .lvca-heading span, .lvca-block-header-7 .lvca-heading a {
font-size: 26px;
line-height: 34px; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 20px 0 18px;
font-style: italic; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:after {
content: '/';
position: absolute;
right: 0;
top: 0;
color: #bbb;
font-size: 14px; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:last-child:after {
content: ''; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:hover a, .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #f94213; }
.lvca-dark-bg .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:hover a, .lvca-dark-bg .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; } .lvca-module {
display: block;
position: relative;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-bottom: 30px; }
@media only screen and (max-width: 1024px) {
.lvca-module {
padding-bottom: 20px; } }
.lvca-module .lvca-module-image {
position: relative; }
.lvca-module .lvca-module-image .lvca-module-image-info {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-module-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff; }
@media only screen and (max-width: 1024px) {
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title a, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title a {
display: inline;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title a:hover, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-module .lvca-module-image:hover .lvca-module-image-info {
opacity: 1; }
.lvca-module .lvca-module-image:hover .lvca-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lvca-module .lvca-module-thumb {
position: relative;
overflow: hidden;
margin: 0 0 15px 0; }
.lvca-module .lvca-module-thumb img {
display: block;
width: 100%;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lvca-module .lvca-module-thumb img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-module .lvca-module-thumb .lvca-lightbox-item {
display: none;
position: absolute;
top: 0;
right: 0;
line-height: 1;
padding: 12px 15px;
background: transparent;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-module .lvca-module-thumb .lvca-lightbox-item:hover {
background: rgba(0, 0, 0, 0.6); }
.lvca-module .lvca-module-thumb .lvca-lightbox-item i {
color: #fff;
font-size: 18px; }
.lvca-module .lvca-module-thumb:hover {
background: rgba(0, 0, 0, 0.3); }
.lvca-module .lvca-module-thumb:hover .lvca-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lvca-module .lvca-module-entry-text {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lvca-module .entry-title {
font-size: 20px;
line-height: 28px;
font-weight: normal;
margin: 0 0 10px 0; }
.lvca-module .entry-title:after, .lvca-module .entry-title:before {
display: none; }
.lvca-module .entry-title a {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
color: #333; }
.lvca-module .entry-title a:hover {
color: #666; }
.lvca-dark-bg .lvca-module .entry-title a {
color: #e0e0e0; }
.lvca-dark-bg .lvca-module .entry-title a:hover {
color: #fff; }
.lvca-module .lvca-module-meta {
font-size: 12px;
line-height: 18px;
margin: 0 0 8px 0; }
.lvca-module .lvca-module-meta span {
display: inline-block;
padding: 0;
margin: 0;
color: #999; }
.lvca-module .lvca-module-meta span:after {
content: '/';
padding-left: 6px;
padding-right: 2px; }
.lvca-module .lvca-module-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-module .lvca-module-meta span:last-child:after {
display: none; }
.lvca-module .lvca-module-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal;
color: #444; }
.lvca-dark-bg .lvca-module .lvca-module-meta span a {
color: #999; }
.lvca-module .lvca-module-meta span a:hover {
color: #888; }
.lvca-dark-bg .lvca-module .lvca-module-meta span a:hover {
color: #bbb; }
.lvca-module .lvca-module-meta span abbr {
text-decoration: initial; }
.lvca-dark-bg .lvca-module .lvca-module-meta span {
color: #707070; }
.lvca-module .lvca-read-more a {
padding: 10px 16px;
text-transform: none;
letter-spacing: 0; }
@media only screen and (min-width: 1024px) {
.lvca-module .lvca-read-more a {
padding: 12px 18px; } }
.lvca-module .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lvca-dark-bg .lvca-module .entry-summary {
color: #999; } .lvca-module-1 .lvca-module-image .lvca-terms {
display: block;
position: absolute;
bottom: 0;
font-size: 12px;
line-height: 1;
background: rgba(0, 0, 0, 0.6);
color: #fff;
margin-right: 5px;
padding: 8px 12px; }
.lvca-module-1 .lvca-module-image .lvca-terms a {
display: inline-block;
color: #fff; } .lvca-module-3 {
padding-bottom: 26px; }
.lvca-module-3 .lvca-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-3 .lvca-module-thumb {
width: 80px; } }
.lvca-module-3 .lvca-entry-details {
margin-left: 116px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-3 .lvca-entry-details {
margin-left: 95px;
min-height: 55px; } }
.lvca-module-3 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lvca-module-3 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lvca-module-3 .lvca-module-meta {
margin-bottom: 0;
min-height: 0; } .lvca-module-4 {
padding-bottom: 26px; }
.lvca-module-4 .lvca-module-thumb {
position: absolute;
right: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-4 .lvca-module-thumb {
width: 80px; } }
.lvca-module-4 .lvca-entry-details {
margin-right: 108px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-4 .lvca-entry-details {
margin-right: 95px;
min-height: 55px; } }
.lvca-module-4 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lvca-module-4 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lvca-module-4 .lvca-module-meta {
margin-bottom: 0;
min-height: 0; }  .lvca-module-6 {
padding-bottom: 26px; }
@media (min-width: 767px) {
.lvca-module-6 {
padding-bottom: 40px; } }
.lvca-module-6 .lvca-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 500px) {
.lvca-module-6 .lvca-module-thumb {
width: 150px; } }
@media (min-width: 767px) {
.lvca-module-6 .lvca-module-thumb {
width: 220px; } }
.lvca-module-6 .lvca-entry-details {
margin-left: 115px;
min-height: 69px; }
@media (min-width: 500px) {
.lvca-module-6 .lvca-entry-details {
margin-left: 170px;
min-height: 103px; } }
@media (min-width: 767px) {
.lvca-module-6 .lvca-entry-details {
margin-left: 244px;
min-height: 150px; } }
.lvca-module-6 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500; }
@media (min-width: 500px) {
.lvca-module-6 .entry-title {
font-size: 22px;
line-height: 28px; } }
.lvca-module-6 .lvca-excerpt {
display: none; }
@media (min-width: 640px) {
.lvca-module-6 .lvca-excerpt {
display: block; } } .lvca-module-7 {
padding-bottom: 30px; }
@media (min-width: 767px) {
.lvca-module-7 {
padding-bottom: 50px; } }
.lvca-module-7 .lvca-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 500px) {
.lvca-module-7 .lvca-module-thumb {
width: 200px; } }
@media (min-width: 767px) {
.lvca-module-7 .lvca-module-thumb {
width: 300px; } }
.lvca-module-7 .lvca-entry-details {
margin-left: 110px;
min-height: 72px; }
@media (min-width: 500px) {
.lvca-module-7 .lvca-entry-details {
margin-left: 220px;
min-height: 145px; } }
@media (min-width: 767px) {
.lvca-module-7 .lvca-entry-details {
margin-left: 330px;
min-height: 235px; } }
.lvca-module-7 .entry-title {
font-size: 16px;
line-height: 24px;
font-weight: 500; }
@media (min-width: 500px) {
.lvca-module-7 .entry-title {
font-size: 20px;
line-height: 26px; } }
@media (min-width: 1024px) {
.lvca-module-7 .entry-title {
font-size: 26px;
line-height: 34px; } }
.lvca-module-7 .lvca-excerpt {
display: none; }
@media (min-width: 640px) {
.lvca-module-7 .lvca-excerpt {
display: block; } }
@media (min-width: 900px) {
.lvca-module-7 .lvca-excerpt {
margin-bottom: 20px; } }
.lvca-module-7 .lvca-read-more {
display: none; }
@media (min-width: 900px) {
.lvca-module-7 .lvca-read-more {
display: block; } } .lvca-module-8 {
padding-bottom: 30px; }
@media (min-width: 767px) {
.lvca-module-8 {
padding-bottom: 40px; } }
@media (min-width: 1024px) {
.lvca-module-8 {
padding-bottom: 60px; } }
.lvca-module-8 .lvca-module-thumb .wp-post-image {
width: 100%; }
.lvca-module-8:last-child {
padding-bottom: 0; }
.lvca-module-8 .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
margin-bottom: 10px; }
@media (min-width: 500px) {
.lvca-module-8 .entry-title {
font-size: 22px;
line-height: 30px; } }
@media (min-width: 767px) {
.lvca-module-8 .entry-title {
font-size: 30px;
line-height: 38px; } }
.lvca-module-8 .lvca-entry-details {
position: relative;
padding: 15px 25px;
margin: -60px auto 0;
max-width: 90%;
background: #fff; }
@media (min-width: 767px) {
.lvca-module-8 .lvca-entry-details {
padding: 20px 35px;
margin: -70px auto 0; } }
@media (min-width: 1024px) {
.lvca-module-8 .lvca-entry-details {
padding: 25px 35px;
margin: -85px auto 0; } }
.lvca-module-8 .lvca-excerpt {
font-size: 14px;
line-height: 24px;
margin-top: 11px; }
.lvca-module-8 .lvca-read-more {
display: none; }
@media (min-width: 500px) {
.lvca-module-8 .lvca-read-more {
display: block;
margin-top: 15px; } } .lvca-module-10 {
padding: 30px 0;
margin: 0;
text-align: center;
border-bottom: 1px solid #e8e8e8; }
.lvca-module-10:last-child {
border: none; }
@media (min-width: 1024px) {
.lvca-module-10 {
padding: 40px 0; } }
.lvca-module-10 .entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 10px 0; }
@media (min-width: 1024px) {
.lvca-module-10 .entry-title {
font-size: 32px;
line-height: 44px;
font-weight: 400;
margin: 0 0 15px 0; } }
.lvca-module-10 .lvca-entry-details {
margin-bottom: 20px; }
@media (min-width: 1024px) {
.lvca-module-10 .lvca-entry-details {
position: relative;
width: 100%;
margin-bottom: 30px; } }
.lvca-module-10 .lvca-terms {
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: transparent;
display: block;
margin-bottom: 20px; }
.lvca-module-10 .lvca-terms a {
color: #9e9e9e; }
.lvca-module-10 .lvca-module-thumb img {
width: 100%; }
.lvca-module-10 .lvca-excerpt {
font-size: 14px;
line-height: 22px;
margin-top: 20px; }
@media (min-width: 1024px) {
.lvca-module-10 .lvca-excerpt {
font-size: 15px;
line-height: 26px;
margin-top: 30px; } }
.lvca-module-10 .lvca-read-more {
margin: 20px 0 0 0; }
.lvca-module-10 .lvca-read-more a {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-module-10 .lvca-read-more a:hover {
color: #666; }
.lvca-module-10 .lvca-read-more a:after {
content: '›';
display: inline-block;
margin-left: 7px; }
.lvca-module-10 .lvca-read-more a:hover {
color: #666; } .lvca-module-trans1 {
position: relative;
padding-bottom: 0;
margin-bottom: 3px; }
.lvca-module-trans1 .lvca-module-thumb {
margin: 0;
padding: 0; }
.lvca-module-trans1 .lvca-module-thumb a.lvca-post-link {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lvca-module-trans1 .lvca-module-thumb a.lvca-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
z-index: 0;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.lvca-module-trans1 .lvca-module-thumb:hover a.lvca-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); }
@media (min-width: 480px) {
.lvca-module-trans1 .lvca-module-thumb {
margin: 0 3px 0 0; } }
.lvca-module-trans1 .lvca-entry-details {
position: absolute;
bottom: 0;
padding: 0 20px;
margin-bottom: 20px;
z-index: 1; }
.lvca-module-trans1 .lvca-entry-details .lvca-post-author-name a {
color: #fff; }
.lvca-module-trans1 .entry-title {
font-size: 18px;
line-height: 26px; }
@media (min-width: 480px) {
.lvca-module-trans1 .entry-title {
font-size: 16px;
line-height: 22px; } }
@media (min-width: 1024px) {
.lvca-module-trans1 .entry-title {
font-size: 21px;
line-height: 28px; } }
.lvca-module-trans1 .entry-title a, .lvca-module-trans1 .lvca-module-meta span a {
color: #fff !important; }
.lvca-module-trans1 .entry-title a:hover, .lvca-module-trans1 .lvca-module-meta span a:hover {
color: #ddd !important; }
.lvca-module-trans1 .lvca-module-meta span:after, .lvca-module-trans1 .lvca-module-meta span {
color: #bbb !important; } .lvca-module-11 .lvca-module-entry-text {
margin: 0 auto; }
.lvca-module-11 .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-dark-bg .lvca-module-11 .entry-summary:before {
background: #505050; }
.lvca-module-11 .lvca-read-more {
margin: 20px 0 0 0; }
.lvca-module-11 .lvca-read-more a {
color: #555;
font-size: 14px;
line-height: 1;
padding: 10px 12px;
border: 2px solid #888;
display: inline-block;
margin-top: 10px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-module-11 .lvca-read-more a:hover {
background: #333;
border-color: #333;
color: #fff; }
.lvca-module-11 .lvca-module-image .lvca-post-link:after, .lvca-module-12 .lvca-module-image .lvca-post-link:after, .lvca-module-13 .lvca-module-image .lvca-post-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lvca-module-11 .lvca-module-image:hover .lvca-post-link:after, .lvca-module-12 .lvca-module-image:hover .lvca-post-link:after, .lvca-module-13 .lvca-module-image:hover .lvca-post-link:after {
opacity: 1; }
.lvca-module-11 .lvca-module-image img:hover, .lvca-module-12 .lvca-module-image img:hover, .lvca-module-13 .lvca-module-image img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-module-11 .lvca-module-image:hover, .lvca-module-12 .lvca-module-image:hover, .lvca-module-13 .lvca-module-image:hover {
background: rgba(0, 0, 0, 0.3); }
.lvca-module-11 .lvca-terms, .lvca-module-12 .lvca-terms, .lvca-module-13 .lvca-terms {
display: block;
color: #f9f9f9; }
.lvca-module-11 .lvca-terms a, .lvca-module-12 .lvca-terms a, .lvca-module-13 .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-style: italic;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-module-11 .lvca-terms a:hover, .lvca-module-12 .lvca-terms a:hover, .lvca-module-13 .lvca-terms a:hover {
color: #fff; }
.lvca-module-11 .lvca-module-meta span, .lvca-module-11 .lvca-module-meta span a, .lvca-module-12 .lvca-module-meta span, .lvca-module-12 .lvca-module-meta span a, .lvca-module-13 .lvca-module-meta span, .lvca-module-13 .lvca-module-meta span a {
font-size: 13px;
line-height: 22px; }
.lvca-module-12 .lvca-module-image .lvca-module-thumb {
margin: 0; }
.lvca-module-13 {
background: #fff;
border-radius: 6px 6px 10px 10px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow 0.25s ease;
transition: -webkit-box-shadow 0.25s ease;
transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lvca-module-13:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lvca-module-13 .lvca-module-image .lvca-module-thumb {
margin: 0; }
.lvca-module-13 .lvca-module-entry-text {
margin: 0;
padding: 25px 20px; }
.lvca-module-13 .lvca-read-more {
margin: 15px 0 0 0; }
.lvca-module-13 .lvca-read-more a {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-module-13 .lvca-read-more a:hover {
color: #666; }
.lvca-module-13 .lvca-read-more a:after {
content: '›';
display: inline-block;
margin-left: 7px; }
.lvca-dark-bg .lvca-module-13 .entry-title a {
color: #333; }
.lvca-dark-bg .lvca-module-13 .lvca-module-meta span {
color: #999; }
.lvca-dark-bg .lvca-module-13 .lvca-module-meta span a {
color: #444; }
.lvca-dark-bg .lvca-module-13 .entry-summary {
color: #686868; }

body.fancybox-active {
overflow: hidden; }
body.fancybox-iosfix {
position: fixed;
left: 0;
right: 0; }
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
opacity: 0.87;
-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .25s, visibility 0s linear .25s;
transition: opacity .25s, visibility 0s linear .25s;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .25s, visibility 0s;
transition: opacity .25s, visibility 0s; }
.fancybox-infobar {
top: 0;
left: 0;
font-size: 13px;
padding: 0 10px;
height: 44px;
min-width: 44px;
line-height: 44px;
color: #ccc;
text-align: center;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
mix-blend-mode: exclusion; }
.fancybox-toolbar {
top: 0;
right: 0;
margin: 0;
padding: 0; }
.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translate3d(0, 0, 0); }
.fancybox-is-closing .fancybox-stage {
overflow: visible; }
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform; }
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block; }
.fancybox-slide--image {
overflow: visible; }
.fancybox-slide--image::before {
display: none; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000; }
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #E5E3DF; }
.fancybox-slide--next {
z-index: 99995; }
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
display: none; }
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform; }
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
overflow: visible;
background: #fff; }
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }
.fancybox-error {
margin: 0;
padding: 40px;
width: 100%;
max-width: 380px;
background: #fff;
cursor: default; }
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font-size: 16px;
line-height: 20px; } .fancybox-button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
width: 44px;
height: 44px;
margin: 0;
padding: 10px;
border: 0;
border-radius: 0;
background: rgba(30, 30, 30, 0.6);
-webkit-transition: color .3s ease;
transition: color .3s ease;
cursor: pointer;
outline: none; }
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc; }
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff; }
.fancybox-button[disabled] {
color: #ccc;
cursor: default;
opacity: 0.6; }
.fancybox-button svg {
display: block;
position: relative;
overflow: visible;
shape-rendering: geometricPrecision; }
.fancybox-button svg path {
fill: currentColor;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3; }
.fancybox-button--share svg path {
stroke-width: 1; }
.fancybox-button--play svg path:nth-child(2) {
display: none; }
.fancybox-button--pause svg path:nth-child(1) {
display: none; }
.fancybox-button--zoom svg path {
fill: transparent; } .fancybox-navigation {
display: none; }
.fancybox-show-nav .fancybox-navigation {
display: block; }
.fancybox-navigation button {
position: absolute;
top: 50%;
margin: -50px 0 0 0;
z-index: 99997;
background: transparent;
width: 60px;
height: 100px;
padding: 17px; }
.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 10px;
width: 40px;
height: 40px;
background: rgba(30, 30, 30, 0.6); }
.fancybox-navigation .fancybox-button--arrow_left {
left: 0; }
.fancybox-navigation .fancybox-button--arrow_right {
right: 0; } .fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
background: transparent;
z-index: 10;
cursor: pointer; }
.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background-color: transparent;
-webkit-transition: background-color .25s;
transition: background-color .25s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2; }
.fancybox-close-small:focus {
outline: none; }
.fancybox-close-small:focus:after {
outline: 1px dotted #888; }
.fancybox-close-small:hover:after {
color: #555;
background: #eee; }
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
top: 0;
right: -40px; }
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
font-size: 35px;
color: #aaa; }
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
color: #fff;
background: transparent; }
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none; } .fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 2vw 0 2vw;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none; }
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all;
position: relative; }
.fancybox-caption a {
color: #fff;
text-decoration: underline; } .fancybox-slide > .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } .fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1; } .fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1; } .fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1; } .fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); } .fancybox-share {
padding: 30px;
border-radius: 3px;
background: #f4f4f4;
max-width: 90%;
text-align: center; }
.fancybox-share h1 {
color: #222;
margin: 0 0 20px 0;
font-size: 35px;
font-weight: 700; }
.fancybox-share p {
margin: 0;
padding: 0; }
p.fancybox-share__links {
margin-right: -10px; }
.fancybox-share__button {
display: inline-block;
text-decoration: none;
margin: 0 10px 10px 0;
padding: 0 15px;
min-width: 130px;
border: 0;
border-radius: 3px;
background: #fff;
white-space: nowrap;
font-size: 14px;
font-weight: 700;
line-height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
-webkit-transition: all .2s;
transition: all .2s; }
.fancybox-share__button:hover {
text-decoration: none; }
.fancybox-share__button--fb {
background: #3b5998; }
.fancybox-share__button--fb:hover {
background: #344e86; }
.fancybox-share__button--pt {
background: #bd081d; }
.fancybox-share__button--pt:hover {
background: #aa0719; }
.fancybox-share__button--tw {
background: #1da1f2; }
.fancybox-share__button--tw:hover {
background: #0d95e8; }
.fancybox-share__button svg {
position: relative;
top: -1px;
width: 25px;
height: 25px;
margin-right: 7px;
vertical-align: middle; }
.fancybox-share__button svg path {
fill: #fff; }
.fancybox-share__input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 10px 0 0 0;
padding: 10px 15px;
background: transparent;
color: #5d5b5b;
font-size: 14px;
outline: none;
border: 0;
border-bottom: 2px solid #d7d7d7; } .fancybox-thumbs {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 212px;
margin: 0;
padding: 2px 2px 4px 2px;
background: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 99995; }
.fancybox-thumbs-x {
overflow-y: hidden;
overflow-x: auto; }
.fancybox-show-thumbs .fancybox-thumbs {
display: block; }
.fancybox-show-thumbs .fancybox-inner {
right: 212px; }
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
white-space: nowrap; }
.fancybox-thumbs-x > ul {
overflow: hidden; }
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px; }
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: calc(50% - 4px);
max-height: calc(100% - 8px);
position: relative;
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; } @media all and (max-width: 800px) {
.fancybox-thumbs {
width: 110px; }
.fancybox-show-thumbs .fancybox-inner {
right: 110px; }
.fancybox-thumbs > ul > li {
max-width: calc(100% - 10px); } }.lvca-block-grid .lvca-block-inner {
-webkit-transition: opacity .4s ease-in 0s;
transition: opacity .4s ease-in 0s;
margin-left: -20px;
margin-right: -20px; }
.lvca-block-grid .lvca-block-column {
padding: 20px; }
.lvca-block-grid .lvca-module {
padding: 0; }.lvca-block-12 .lvca-module-trans1 {
margin-bottom: 30px; }.lvca-posts-carousel {
clear: both;
max-width: none; }
@media only screen and (min-width: 1024px) {
.lvca-posts-carousel {
max-width: 96%; } }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
background: #fff;
border-radius: 6px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow .25s ease 0s;
transition: -webkit-box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
max-width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 22px;
line-height: 34px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 2px solid #ccc; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 0 auto;
padding: 25px 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
color: #333333;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
color: #888; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
text-align: center;
margin: 10px auto 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a {
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before {
display: none; }.lvca-pricing-table .lvca-pricing-plan {
float: left;
padding: 10px; }
.lvca-center {
text-align: center; }
.lvca-pricing-table {
padding: 0; }
.lvca-pricing-table .lvca-top-header {
padding: 15px 0;
background-color: #494949;
border-bottom: 1px solid #2c2b2b; }
.lvca-pricing-table .lvca-top-header h3 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 32px;
color: #fefefe;
margin: 0; }
.lvca-pricing-table .lvca-top-header img {
margin-top: 15px; }
.lvca-pricing-table .lvca-top-header .lvca-tagline {
display: block;
font-size: 15px;
line-height: 24px;
color: #EDEDED;
text-transform: none;
text-align: center;
margin-bottom: 5px; }
.lvca-pricing-table .lvca-pricing-plan {
background: #fff;
padding: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
margin-bottom: 30px; }
.lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase {
background: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price {
color: #fff;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin: 0; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span {
font-size: 22px;
line-height: 32px; }
.lvca-pricing-table .lvca-plan-header {
padding: 30px 0 30px;
background-color: #494949; }
.lvca-pricing-table .lvca-plan-price .lvca-text {
display: inline-block;
padding: 6px 25px;
border-radius: 25px;
background: #2C2B2B; }
.lvca-pricing-table .lvca-plan-price sup {
font-size: 18px;
line-height: 32px;
vertical-align: top;
margin-right: 2px;
position: static; }
.lvca-pricing-table .lvca-plan-details {
padding: 15px 0;
margin: 0;
border: 1px solid #eee; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item {
list-style: none;
display: block;
padding: 6px;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: center; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item i {
color: #777;
font-size: 18px;
display: inline;
margin-right: 8px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title {
color: #838383;
margin-bottom: 10px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap {
display: block; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after {
position: relative;
content: "";
background: #ddd;
width: 120px;
height: 1px;
display: block;
margin: 12px auto 0; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value {
color: #444;
font-size: 24px;
line-height: 32px;
display: inline; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item s {
color: #b4c9d3; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after {
display: none; }
.lvca-pricing-table .lvca-purchase {
text-align: center;
text-transform: uppercase;
padding: 15px 0;
margin: 0 auto;
background: #f1f1f1;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee; }
.lvca-pricing-table .lvca-purchase a {
padding: 12px 25px;
border-radius: 5px;
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
letter-spacing: 6px;
font-weight: bold; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight {
background: #f5f5f5;
margin-top: -10px; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details {
border-color: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header {
padding: 20px 0; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3 {
color: #28c2ba !important; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase {
padding: 20px 0;
background-color: #e5e5e5;
border-color: #ddd; }.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 96px;
line-height: 1;
margin-bottom: 20px;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; }
.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
float: left;
margin-right: 18px; }
.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
font-size: 24px;
line-height: 32px; }
.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: left;
font-size: 80px;
line-height: 1;
margin-bottom: 25px;
color: #555; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
color: #c5c5c5; }
.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: left;
margin-bottom: 25px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text {
text-align: left;
max-width: 300px;
margin: 0;
font-size: 14px;
line-height: 32px;
color: #888; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list {
padding: 0;
margin: 0;
border: none; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-bottom: 1px solid #eee;
position: relative;
padding: 0;
margin: 0;
list-style: none;
line-height: 42px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover {
padding: 0; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-color: #333; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
display: inline-block;
height: auto;
width: auto;
background: none;
float: none;
vertical-align: middle;
margin: 0 15px 0 0;
content: "\e913";
color: #BBBBBB;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
color: #606060; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style4 .lvca-service {
margin-bottom: 60px; }
.lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
display: block;
margin-bottom: 20px;
text-align: left; }
.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
font-size: 36px;
line-height: 1;
color: #888; }
.lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; } .lvca-services.lvca-style5 .lvca-service {
margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
.lvca-services.lvca-style5 .lvca-service {
margin-bottom: 50px; } }
.lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 48px;
line-height: 1;
margin-bottom: 15px;
color: #999;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
margin-bottom: 10px; }
.lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services .lvca-service {
margin-bottom: 50px; }
.lvca-services .lvca-service .lvca-icon-wrapper span {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services .lvca-service .lvca-service-text {
font-size: 15px;
line-height: 24px; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text {
color: #909090; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title {
color: #e5e5e5; }.lvca-stats-bars .lvca-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
margin: 0;
display: block;
color: #888;
font-style: normal;
font-size: 15px;
text-transform: none;
color: #333;
font-size: 16px;
line-height: 28px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title span {
margin-left: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
color: #ddd; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap {
position: relative; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
background: rgba(255, 255, 255, 0.1); }@-webkit-keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } } .lvca-tabs {
position: relative;
overflow: hidden; }
.lvca-tabs .lvca-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs .lvca-tab-nav .lvca-tab {
text-align: center;
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lvca-tabs .lvca-tab-nav .lvca-tab a {
display: block;
text-overflow: ellipsis;
white-space: normal;
padding: 20px 40px;
text-decoration: none;
border: none;
margin: 0;
outline: none;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-tabs .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; } }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span {
font-size: 32px;
font-weight: 400;
vertical-align: middle;
margin-right: 10px; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
max-width: 24px;
display: inline-block;
vertical-align: middle;
height: auto;
width: auto;
padding: 0;
margin: 0 10px 0 0;
border: none; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-tabs .lvca-tab-panes {
position: relative; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane {
padding: 40px;
display: none;
overflow: hidden; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active {
display: block;
-webkit-animation: lvca-fade 0.3s ease-in-out;
animation: lvca-fade 0.3s ease-in-out; } .lvca-no-flexbox .lvca-tab-nav {
display: block; }
.lvca-no-flexbox .lvca-tab-nav .lvca-tab {
min-width: 15%;
display: inline-block; } .lvca-tabs.lvca-vertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.lvca-tabs.lvca-vertical .lvca-tab-nav {
-webkit-box-flex: 1;
box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs.lvca-vertical .lvca-tab-panes {
-webkit-box-flex: 4;
box-flex: 4;
-moz-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4 1 auto; }
.lvca-tabs.lvca-vertical.lvca-mobile-layout {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; } .lvca-tab-mobile-menu {
display: none; position: absolute;
top: 23px;
right: 20px;
background: transparent;
border: none;
z-index: 10; }
.lvca-tab-mobile-menu i {
font-size: 18px;
color: #777;
font-weight: bold; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
display: block; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
cursor: pointer; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
text-align: center;
display: none; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open { }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before {
content: '\e911'; } .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #e2e2e2;
background: #e9e9e9; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child {
border-left-color: transparent;
border-radius: 5px 0 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child {
border-radius: 0 5px 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
border-bottom: none;
background: #f2f2f2; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a {
color: #777; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 4px 4px 4px; }
.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab {
border-left: none;
border-bottom-color: #d9d9d9; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child {
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child {
border-radius: 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes {
border-radius: 0; } .lvca-tabs.lvca-style2 .lvca-tab-nav {
background: #f2f2f2;
border-radius: 5px 5px 0 0;
padding: 0 30px; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab {
padding: 20px 10px;
position: relative; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
display: inline-block;
padding: 5px 20px;
border-radius: 34px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #888; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #3c3d41; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #838d8f;
color: #fff; }
.lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #3c3d41;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #838d8f; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #fff; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 27px; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav {
padding: 0; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #e2e2e2; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #aaa;
color: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333333; } .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
position: relative;
border-right: 1px solid #4e4f53; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
border-radius: 34px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f2f2f2; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
margin: 0 auto; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eeeeee; }
.lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
padding-right: 60px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #4e4f53; }
.lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom-color: #e5e5e5; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
border-right: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; } .lvca-tabs.lvca-style4 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav {
border-bottom: 1px solid #dddddd;
margin: 0 40px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab {
position: relative;
z-index: 1;
margin-right: 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #888;
padding: 30px 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: transparent;
-webkit-transition: background .3s ease-in-out 0s;
transition: background .3s ease-in-out 0s; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #565656; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before {
background: #f94213;
height: 2px; }
.lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav {
cursor: pointer;
padding: 0;
margin: 0;
border: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
margin: 0;
border-bottom: 1px solid #e0e0e0; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-bottom-color: #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child {
border-top: 1px solid #404040; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before {
display: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active {
border-left: 2px solid #f94213;
border-right: 2px solid #f94213; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
border-top: 1px solid #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4 {
background: transparent; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav {
margin: 0;
border-bottom: 1px solid #2a2a2a; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #707070; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px 0 0;
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style5 .lvca-tab-nav a {
padding: 20px 50px;
color: #777;
position: relative;
z-index: 1; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #e9e9e9;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:hover, .lvca-tabs.lvca-style5 .lvca-tab-nav a:focus {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after {
background-color: #f2f2f2;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lvca-tabs.lvca-style5 .lvca-tab-panes {
background: #f2f2f2; }
.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
background: #f2f2f2;
border-bottom: 1px solid #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; } .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
padding: 5px 2px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
display: inline-block; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
border-color: #f94213;
color: #333; }
.lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-tabs.lvca-style7 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style6 .lvca-tab-nav {
margin: 0 auto;
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab {
margin-right: 50px; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style6 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
padding: 0 25px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
max-width: none;
margin: 6px 0; }
@media only screen and (max-width: 479px) {
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
text-align: center; } }
.lvca-tabs.lvca-style7 .lvca-tab-panes {
-webkit-box-flex: 6;
box-flex: 6;
-moz-flex: 6 1 auto;
-ms-flex: 6 1 auto;
flex: 6 1 auto; }
.lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane {
padding: 0 0 0 20px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 22px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
padding: 12px 0;
width: 100%;
text-align: center; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
margin: 0; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eaeaea; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab {
margin: 2px 0; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a {
padding: 15px 30px;
border-radius: 4px;
background: #f2f2f2;
color: #777777;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-left: 3px solid transparent;
text-align: left; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333;
border-left-color: #f94213; }
.lvca-tabs.lvca-style8 .lvca-tab-pane {
padding: 0 0 0 40px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 18px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
text-align: left; }
.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a {
border-color: transparent !important; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style9 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style9 .lvca-tab-nav {
border-right: 1px solid #dddddd; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #d8d8d8;
background: #e9e9e9; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active {
margin-right: -1px;
background: #f2f2f2; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
color: #777; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-panes {
-webkit-box-flex: 5;
box-flex: 5;
-moz-flex: 5 1 auto;
-ms-flex: 5 1 auto;
flex: 5 1 auto; }
.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav {
border-right: none; }
.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee;
border: none; } .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 0 0 5px; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
position: relative;
border-bottom: 1px solid #4e4f53;
padding: 0; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
padding: 20px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
top: 32px;
right: 0;
height: 8px;
margin: 0 auto;
border-top: 8px solid transparent;
border-right: 8px solid #f2f2f2;
border-bottom: 8px solid transparent; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper {
margin: 0 auto; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #fff; }
.lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 5px 5px 0; }
.lvca-tabs.lvca-style10.lvca-mobile-layout {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu {
display: none; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-right: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; }.lvca-team-members .lvca-team-member .lvca-social-list {
margin-top: 20px; }
.lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item {
display: inline;
margin: 0 15px 0 0; }
.lvca-team-members .lvca-team-member .lvca-team-member-details {
font-size: 15px;
line-height: 24px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
font-size: 15px;
line-height: 24px;
font-style: italic;
color: #888;
margin-bottom: 10px; } .lvca-team-members.lvca-style1 .lvca-team-member-wrapper {
float: left;
padding: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member {
max-width: 320px;
margin: 0 auto 40px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper {
text-align: center;
position: relative; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
max-width: 100%;
margin: 0 auto 30px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: absolute;
height: 100%;
width: 100%;
top: 40%;
z-index: 2; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: relative;
top: 0; } }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
font-size: 26px;
color: #fff;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: #ccc; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
color: inherit;
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: inherit; } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i {
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text {
text-align: center;
max-width: 650px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title {
margin-bottom: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list {
margin: 10px auto; } .lvca-team-members.lvca-style2 {
position: relative;
max-width: 960px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
clear: both;
margin-top: 100px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child {
margin-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper {
float: left;
position: relative; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
max-width: 320px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text {
margin: 10px 0 0;
vertical-align: middle;
padding-top: 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title {
margin-bottom: 5px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details {
margin: 10px 0 10px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i {
font-size: 24px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper {
margin-right: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper {
float: right;
margin-left: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list {
text-align: right; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
margin-top: 75px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
width: 100%;
float: none; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper {
text-align: center; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img {
margin: 0 auto 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
max-width: 400px;
margin: 0 auto;
padding-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list {
text-align: center !important; } }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details {
color: #909090; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
color: #505050; }.lvca-testimonials .lvca-testimonial {
margin-bottom: 50px; }
.lvca-testimonials .lvca-testimonial-text {
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 30px;
text-align: center;
position: relative;
padding: 20px;
margin-bottom: 40px;
font-style: italic;
font-size: 15px;
line-height: 24px;
color: #888;
text-align: center;
max-width: 450px; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
color: #666;
background: #eee; }
.lvca-testimonials .lvca-testimonial-text:after {
content: '';
display: block;
background: #fff;
border-left: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: skew(0deg, -44deg);
width: 24px;
height: 24px;
position: absolute;
bottom: -12px;
left: 40px;
margin: auto; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
background: #eee; }
.lvca-testimonials .lvca-testimonial-user {
display: table; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 20px; }
.lvca-testimonials .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px;
color: #333; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }.lvca-flex-container a:hover,
.lvca-flex-slider a:hover {
outline: none;
}
.lvca-slides,
.lvca-slides > li,
.lvca-flex-control-nav,
.lvca-flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.lvca-flex-pauseplay span {
text-transform: capitalize;
} .lvca-flexslider {
margin: 0;
padding: 0;
}
.lvca-flexslider .lvca-slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.lvca-flexslider .lvca-slides img {
width: 100%;
display: block;
}
html[xmlns] .lvca-flexslider .lvca-slides {
display: block;
}
* html .lvca-flexslider .lvca-slides {
height: 1%;
}
.no-js .lvca-flexslider .lvca-slides > li:first-child {
display: block;
} .lvca-flexslider {
margin: 0;
position: relative;
zoom: 1;
}
.lvca-flexslider .lvca-slides {
zoom: 1;
overflow: hidden;
}
.lvca-flexslider .lvca-slides img {
height: auto;
-moz-user-select: none;
}
.lvca-flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .lvca-flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.lvca-flex-direction-nav {
*height: 0;
}
.lvca-flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.lvca-flex-prev { font-size: 40px;  color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lvca-flex-direction-nav a.lvca-flex-next:before {
content: '\f002';
}
.lvca-flex-direction-nav .lvca-flex-prev {
left: -50px;
}
.lvca-flex-direction-nav .lvca-flex-next {
right: -50px;
text-align: right;
}
.lvca-flex-direction-nav .lvca-flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.lvca-flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.lvca-flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.lvca-flex-pauseplay a:hover {
opacity: 1;
}
.lvca-flex-pauseplay a.lvca-flex-play:before {
content: '\f003';
}
.lvca-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.lvca-flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.lvca-flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 20px;
}
.lvca-flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.lvca-flex-control-paging li a.lvca-flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.lvca-flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.lvca-flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.lvca-flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.lvca-flex-control-thumbs img:hover {
opacity: 1;
}
.lvca-flex-control-thumbs .lvca-flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.lvca-flex-direction-nav .lvca-flex-prev {
opacity: 1;
left: 10px;
}
.lvca-flex-direction-nav .lvca-flex-next {
opacity: 1;
right: 10px;
}
}.lvca-testimonials-slider {
position: relative; }
.lvca-testimonials-slider.lvca-container {
max-width: 900px;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-text {
text-align: center;
max-width: 750px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #666; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text {
color: #ccc; }
.lvca-testimonials-slider .lvca-testimonial-text i {
color: #ccc;
font-size: 32px;
display: block;
margin-bottom: 35px;
background: none;
width: auto;
height: auto; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i {
color: #ddd; }
.lvca-testimonials-slider .lvca-testimonial-user {
display: table;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 15px; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }.lvca-faq-list.lvca-style1 .lvca-faq-item {
text-align: left; }
.lvca-faq-list.lvca-style1 .lvca-faq-item .lvca-faq-answer {
margin-top: 20px; } .lvca-faq-list.lvca-style2 .lvca-faq-item {
text-align: center; }
.lvca-faq-list.lvca-style2 .lvca-faq-item .lvca-faq-answer {
margin-bottom: 20px; } .lvca-faq-list .lvca-faq-item {
margin-bottom: 60px;
font-size: 15px;
line-height: 24px; }
.lvca-faq-list .lvca-faq-item .lvca-faq-question {
font-size: 24px;
line-height: 32px;
text-transform: none;
font-weight: bold;
color: #333; }
.lvca-dark-bg .lvca-faq-list .lvca-faq-item {
color: #909090; }
.lvca-dark-bg .lvca-faq-list .lvca-faq-item .lvca-faq-question {
color: #e5e5e5; }.lvca-countdown-wrap {
display: inline-block;
width: 100%; }
.lvca-countdown-wrap.lvca-aligncenter {
text-align: center; }
.lvca-countdown-wrap.lvca-alignleft {
text-align: left; }
.lvca-countdown-wrap.lvca-alignright {
text-align: right; }
.lvca-countdown-wrap .lvca-countdown-label {
text-transform: uppercase;
font-size: 18px;
line-height: 28px;
font-weight: 700;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
padding-top: 15px;
color: #333; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown-label {
color: #e5e5e5; }
.lvca-countdown-wrap .lvca-countdown {
display: inline-block; }
.lvca-countdown-wrap .lvca-countdown ul {
list-style: none;
display: inline-block;
margin: 0; }
.lvca-countdown-wrap .lvca-countdown ul li {
display: inline-block;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-weight: 700;
margin-left: 20px;
position: relative; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown ul li {
color: #909090; }
.lvca-countdown-wrap .lvca-countdown ul li span {
display: table;
padding: 12px;
border-radius: 5px;
background: #383b3f;
color: #ebebeb;
font-size: 18px;
line-height: 18px; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown ul li span {
background-color: rgba(125, 125, 125, 0.3); }
.lvca-countdown-wrap .lvca-countdown ul li:before {
content: ':';
position: absolute;
left: -10px;
top: 18px;
font-size: 18px;
line-height: 18px; }
.lvca-countdown-wrap .lvca-countdown ul li:first-child:before {
display: none; }@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature {
margin-bottom: 50px; } }
.lvca-features .lvca-feature:last-child {
margin-bottom: 0 !important; }
.lvca-features .lvca-feature .lvca-subtitle {
font-size: 14px;
line-height: 22px;
letter-spacing: 2px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: #ACB2BF;
margin-bottom: 5px; }
@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature .lvca-subtitle {
font-size: 12px;
line-height: 18px; } }
.lvca-features .lvca-feature h3 {
font-size: 32px;
line-height: 42px;
margin-bottom: 15px; }
@media only screen and (max-width: 1024px) {
.lvca-features .lvca-feature h3 {
font-size: 26px;
line-height: 36px; } }
.lvca-features .lvca-feature .lvca-feature-details {
color: #9297A3;
font-size: 14px;
line-height: 24px; }
@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature .lvca-feature-details {
font-size: 13px;
line-height: 22px; } }
@media only screen and (min-width: 768px) {
.lvca-features .lvca-feature .lvca-text-content {
max-width: 520px;
padding: 0 50px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features .lvca-feature .lvca-text-content {
max-width: 600px; }
.lvca-features .lvca-feature:nth-child(even) .lvca-image-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2; }
.lvca-features .lvca-feature:nth-child(even) .lvca-text-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1; } }
@media only screen and (min-width: 768px) {
.lvca-features:not(.lvca-tiled) .lvca-feature {
margin-bottom: 80px; }
.lvca-features:not(.lvca-tiled) .lvca-feature .lvca-image-content {
max-width: 520px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features:not(.lvca-tiled) .lvca-feature .lvca-image-content {
margin: 0 auto;
max-width: 640px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features:not(.lvca-tiled) .lvca-feature .lvca-text-content {
margin: 0 auto; } }
.lvca-features.lvca-tiled .lvca-feature .lvca-text-content {
margin: 0 auto; }
.lvca-features.lvca-tiled .lvca-feature .lvca-image-content img {
width: 100%; }input.lvca-button.lvca-with-icon span, input.lvca-button.lvca-with-icon img.lvca-thumbnail, button.lvca-button.lvca-with-icon span, button.lvca-button.lvca-with-icon img.lvca-thumbnail, a.lvca-button.lvca-with-icon span, a.lvca-button.lvca-with-icon img.lvca-thumbnail, .lvca-button.lvca-with-icon:active span, .lvca-button.lvca-with-icon:active img.lvca-thumbnail, .lvca-button.lvca-with-icon:visited span, .lvca-button.lvca-with-icon:visited img.lvca-thumbnail {
margin-right: 15px; }
input.lvca-button.lvca-with-icon span, button.lvca-button.lvca-with-icon span, a.lvca-button.lvca-with-icon span, .lvca-button.lvca-with-icon:active span, .lvca-button.lvca-with-icon:visited span {
color: #fff;
font-size: 18px; vertical-align: middle;
line-height: 1; }
input.lvca-button.lvca-with-icon img.lvca-thumbnail, button.lvca-button.lvca-with-icon img.lvca-thumbnail, a.lvca-button.lvca-with-icon img.lvca-thumbnail, .lvca-button.lvca-with-icon:active img.lvca-thumbnail, .lvca-button.lvca-with-icon:visited img.lvca-thumbnail {
display: inline !important;
vertical-align: middle;
max-width: 50px; }.lvca-gallery-carousel {
clear: both; }
@media only screen and (max-width: 1024px) {
.lvca-gallery-carousel .lvca-gallery-carousel-item {
margin-bottom: 20px; } }
.lvca-gallery-carousel .lvca-gallery-carousel-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #ddd;
font-size: 14px;
line-height: 22px;
font-style: italic;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i {
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox:hover, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i:hover {
color: #ddd; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item {
position: absolute;
top: 0;
right: 0;
color: #fff;
font-size: 22px;
line-height: 1;
display: block;
padding: 12px;
background: transparent;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item i {
font-size: 22px; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item:hover {
background: rgba(0, 0, 0, 0.5); }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-entry-title, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-lightbox-item {
opacity: 1; }
.lvca-gallery-carousel .lvca-gallery-carousel-item.lvca-youtube-type .lvca-image-info .lvca-entry-info, .lvca-gallery-carousel .lvca-gallery-carousel-item.lvca-vimeo-type .lvca-image-info .lvca-entry-info {
height: 110px; }.lvca-gallery-wrap {
clear: both; }
.lvca-gallery-wrap .lvca-gallery-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-gallery-wrap .lvca-gallery-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-gallery-wrap .lvca-gallery-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lvca-gallery-wrap .lvca-heading {
display: inline-block;
text-align: left;
max-width: none;
font-size: 32px;
line-height: 44px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-gallery-wrap .lvca-heading {
margin-bottom: 30px; } }
.lvca-gallery-wrap .lvca-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lvca-gallery-wrap .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal;
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
display: block;
color: #777;
padding: 0 15px 15px; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; }
.lvca-gallery-wrap .lvca-gallery {
clear: both; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item {
margin: 0; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image img {
display: block;
width: 100%;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #ddd;
font-size: 14px;
line-height: 22px;
font-style: italic;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox {
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox:hover {
color: #ddd; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i {
font-size: 32px; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item {
display: block;
opacity: 0; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item i {
position: absolute;
top: 0;
right: 0;
display: block;
color: #fff;
font-size: 22px;
line-height: 1;
padding: 12px;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-icon {
background: transparent; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-icon:hover i {
background: rgba(0, 0, 0, 0.5); }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-anywhere {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-entry-title, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-terms, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-lightbox-item {
opacity: 1; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-html5-video video {
width: 100%;
height: auto;
margin: 0;
line-height: 1;
border: none;
-o-object-fit: cover;
object-fit: cover; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-youtube-video, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-vimeo-video {
height: 0;
padding-bottom: 56.25%; position: relative; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-youtube-video iframe, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-vimeo-video iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%; }
.lvca-gallery-wrap .lvca-pagination {
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
outline: none;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
cursor: pointer; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav i {
color: #444;
font-size: 12px;
line-height: 1; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav:first-child {
border-left: 1px solid #dcdcdc; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="prev"], .lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="next"] {
padding: 5px 20px; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="prev"] {
border-radius: 50px 0 0 50px; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="next"] {
border-radius: 0 50px 50px 0; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav:hover, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #eee; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
pointer-events: none; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled i {
color: #999; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled i {
color: #888; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav {
border-color: #606060;
color: #aaa; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav i {
color: #ccc; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav:hover, .lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #333; }
.lvca-gallery-wrap .lvca-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-load-more:hover {
color: #eee;
background: #333;
border-color: #333; }
.lvca-gallery-wrap .lvca-load-more.lvca-disabled {
display: none; }
.lvca-gallery-wrap .lvca-loading {
position: relative;
margin: 0 -51px 0 15px;
width: 36px;
height: 36px;
background: url(//www.nethoster.com.au/wp-content/plugins/addons-for-visual-composer-pro/includes/addons/gallery/assets/loading.gif) center center no-repeat;
visibility: hidden; }
.lvca-gallery-wrap.lvca-processing .lvca-loading {
visibility: visible; }.lvca-icon-list {
font-size: 0; width: 100%; }
.lvca-icon-list.lvca-alignleft {
text-align: left; }
.lvca-icon-list.lvca-alignright {
text-align: right; }
.lvca-icon-list.lvca-aligncenter {
text-align: center; }
.lvca-icon-list .lvca-icon-list-item {
display: inline-block;
padding: 0;
border: none;
outline: none;
margin: 0 0 0 15px; }
.lvca-icon-list .lvca-icon-list-item:first-child {
margin: 0; }
.lvca-icon-list .lvca-icon-list-item .lvca-icon-wrapper span {
display: block;
font-size: 32px;
line-height: 1;
color: #666;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lvca-icon-list .lvca-icon-list-item .lvca-image-wrapper img {
display: block;
max-width: 100%;
width: 32px;
height: auto;
margin: 0 auto;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-icon-list .lvca-icon-list-item:hover .lvca-image-wrapper img {
opacity: 0.8; }
.lvca-icon-list .lvca-icon-list-item:hover .lvca-icon-wrapper span {
color: #333; }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
margin: 0 0 0 25px;
width: 50px;
height: 50px;
border-radius: 100%; }
@media only screen and (max-width: 479px) {
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
margin: 0 0 20px 20px; } }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item:first-child {
margin-left: 0; }
.lvca-dark-bg .lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
background: #48484a; }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item .lvca-icon-wrapper span {
font-size: 22px; padding: 14px 0; }
.evc-predefined-style .evc-shortcode h1,.evc-predefined-style .evc-shortcode h2,.evc-predefined-style .evc-shortcode h3,.evc-predefined-style .evc-shortcode h4,.evc-predefined-style .evc-shortcode h5,.evc-predefined-style .evc-shortcode h6{color:#303030;line-height:1.3em;font-weight:700}.evc-button,.evc-pli-add-to-cart a{text-shadow:none;outline:0;cursor:pointer}.evc-button,.evc-flip-image .evc-fi-link,.evc-pli-add-to-cart a,.touch .evc-blog-list.evc-bl-gallery .evc-bli-inner,.touch .evc-flip-image,.touch .evc-icon-list .evc-il-item.evc-ili-has-link,.touch .evc-interactive-banner,.touch .evc-post-carousel .evc-pci-inner,.touch .evc-product-list .evc-pli-inner,.touch .evc-shortcode .evc-ib-bordered,.touch .evc-shortcode .evc-ib-circle-fade-out,.touch .evc-shortcode .evc-ib-top-moving,.touch .evc-shortcode .evc-ib-zoom,.touch .evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay,.touch .evc-svg-text{cursor:pointer}.evc-no-space.evc-disable-bottom-space{margin-bottom:0}.evc-no-space.evc-columns-side-space{padding:0}.evc-no-space .evc-element-wrapper{margin:0}.evc-no-space .evc-element-wrapper .evc-element-item{padding:0;margin:0}.evc-tiny-space.evc-disable-bottom-space{margin-bottom:-10px}.evc-tiny-space.evc-columns-side-space{padding:0 10px}.evc-tiny-space .evc-element-wrapper{margin:0 -5px}.evc-tiny-space .evc-element-wrapper .evc-element-item{padding:0 5px;margin:0 0 10px}.evc-small-space.evc-disable-bottom-space{margin-bottom:-20px}.evc-small-space.evc-columns-side-space{padding:0 20px}.evc-small-space .evc-element-wrapper{margin:0 -10px}.evc-small-space .evc-element-wrapper .evc-element-item{padding:0 10px;margin:0 0 20px}.evc-normal-space.evc-disable-bottom-space{margin-bottom:-30px}.evc-normal-space.evc-columns-side-space{padding:0 30px}.evc-normal-space .evc-element-wrapper{margin:0 -15px}.evc-normal-space .evc-element-wrapper .evc-element-item{padding:0 15px;margin:0 0 30px}.evc-medium-space.evc-disable-bottom-space{margin-bottom:-40px}.evc-medium-space.evc-columns-side-space{padding:0 40px}.evc-medium-space .evc-element-wrapper{margin:0 -20px}.evc-medium-space .evc-element-wrapper .evc-element-item{padding:0 20px;margin:0 0 40px}.evc-large-space.evc-disable-bottom-space{margin-bottom:-50px}.evc-large-space.evc-columns-side-space{padding:0 50px}.evc-large-space .evc-element-wrapper{margin:0 -25px}.evc-large-space .evc-element-wrapper .evc-element-item{padding:0 25px;margin:0 0 50px}.evc-element-has-columns:after,.evc-element-has-columns:before{content:' ';display:table}.evc-element-has-columns:after{clear:both}.evc-element-has-columns .evc-element-item{position:relative;display:inline-block;vertical-align:top;box-sizing:border-box}.evc-shortcode .evc-ib-lightbox a:before,.evc-shortcode.evc-shortcode-has-link a:after,.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after{display:block;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.3);position:absolute}.evc-element-has-columns:not(.evc-one-columns) .evc-element-item{float:left}.evc-element-has-columns.evc-one-columns .evc-element-item{width:100%}.evc-element-has-columns.evc-two-columns .evc-element-item{width:50%}@media only screen and (min-width:681px){.evc-element-has-columns.evc-two-columns .evc-element-item:nth-child(2n+1){clear:both}}.evc-element-has-columns.evc-three-columns .evc-element-item{width:33.33333%}.evc-element-has-columns.evc-four-columns .evc-element-item{width:25%}@media only screen and (min-width:1025px){.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(4n+1){clear:both}}.evc-element-has-columns.evc-five-columns .evc-element-item{width:20%}@media only screen and (min-width:1367px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(5n+1){clear:both}}.evc-element-has-columns.evc-six-columns .evc-element-item{width:16.66667%}@media only screen and (min-width:1441px){.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px){.evc-element-has-columns.evc-six-columns .evc-element-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(4n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(3n+1),.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(3n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item,.evc-element-has-columns.evc-three-columns .evc-element-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.evc-element-has-columns.evc-five-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-four-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-six-columns .evc-element-item:nth-child(2n+1),.evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(2n+1){clear:both}}body.rtl{direction:ltr;unicode-bidi:embed}.evc-predefined-style .evc-shortcode{font-family:Raleway,sans-serif}.evc-predefined-style .evc-shortcode h1,.evc-predefined-style .evc-shortcode h2,.evc-predefined-style .evc-shortcode h3,.evc-predefined-style .evc-shortcode h4,.evc-predefined-style .evc-shortcode h5,.evc-predefined-style .evc-shortcode h6,.evc-predefined-style .evc-shortcode p{font-family:inherit;font-style:normal;letter-spacing:0}.evc-predefined-style .evc-shortcode h1{font-size:37px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h1{font-size:35px}}@media only screen and (max-width:680px){.evc-element-has-columns.evc-five-columns .evc-element-item,.evc-element-has-columns.evc-four-columns .evc-element-item,.evc-element-has-columns.evc-six-columns .evc-element-item,.evc-element-has-columns.evc-three-columns .evc-element-item,.evc-element-has-columns.evc-two-columns .evc-element-item{width:100%}.evc-predefined-style .evc-shortcode h1{font-size:33px}}.evc-predefined-style .evc-shortcode h2{font-size:30px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h2{font-size:29px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h2{font-size:28px}}.evc-predefined-style .evc-shortcode h3{font-size:26px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h3{font-size:25px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h3{font-size:24px}}.evc-predefined-style .evc-shortcode h4{font-size:22px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h4{font-size:21px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h4{font-size:20px}}.evc-predefined-style .evc-shortcode h5{font-size:20px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h5{font-size:19px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h5{font-size:18px}}.evc-predefined-style .evc-shortcode h6{font-size:18px}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode h6{font-size:17px}}@media only screen and (max-width:680px){.evc-predefined-style .evc-shortcode h6{font-size:16px}}.evc-predefined-style .evc-shortcode p{color:grey;font-size:15px;line-height:26px;font-weight:400}@media only screen and (max-width:1024px){.evc-predefined-style .evc-shortcode p{font-size:14px}}.widget.evc-widget{margin:0}.evc-shortcode.evc-shortcode-has-link a:hover:after{opacity:1}.evc-shortcode.evc-shortcode-has-link a:after{width:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-counter,.evc-product-list .evc-pli-info-on-image{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out}.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:hover:after{opacity:1}.evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after{width:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-shortcode .evc-ib-zoom{overflow:hidden}.evc-shortcode .evc-ib-zoom:hover img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);transform:scale(1.04)}.evc-shortcode .evc-ib-zoom img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.evc-shortcode .evc-ib-lightbox a:hover:before{opacity:1}.evc-shortcode .evc-ib-lightbox a:hover:after{opacity:1;margin-top:0;-webkit-transition:opacity .2s ease-in-out,margin .3s ease-in-out;-moz-transition:opacity .2s ease-in-out,margin .3s ease-in-out;transition:opacity .2s ease-in-out,margin .3s ease-in-out}.evc-shortcode .evc-ib-lightbox a:before{width:100%;opacity:0;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;z-index:1}.evc-shortcode .evc-ib-lightbox a:after{position:absolute;top:calc(50% - 20px);left:calc(50% - 15px);display:inline-block;vertical-align:top;margin-top:-10px;font-family:Ionicons;content:'\f2f5';color:#fff;font-size:40px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;z-index:2;-webkit-transition:opacity .2s ease-in-out,margin .1s ease-in-out;-moz-transition:opacity .2s ease-in-out,margin .1s ease-in-out;transition:opacity .2s ease-in-out,margin .1s ease-in-out}.evc-pli-add-to-cart a,.evc-pli-mark .onsale{text-transform:uppercase;font-weight:700;box-sizing:border-box}.evc-shortcode .evc-ib-top-moving:hover img{-webkit-transform:translate3d(0,-6px,0);-moz-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0)}.evc-shortcode .evc-ib-top-moving a:after{display:none}.evc-shortcode .evc-ib-top-moving img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .3s cubic-bezier(.21,.6,.44,2.18);-moz-transition:-moz-transform .3s cubic-bezier(.21,.6,.44,2.18);transition:transform .3s cubic-bezier(.21,.6,.44,2.18)}.evc-shortcode .evc-ib-circle-fade-out a:before,.evc-shortcode .evc-ib-circle-fade-out:after{content:'';position:absolute;top:50%;left:50%;width:100%;height:0;padding-top:100%;display:block;background-color:rgba(0,0,0,.7);border-radius:100%;opacity:1;visibility:visible;box-sizing:border-box;-webkit-transform:scale(1.5) translate3d(-33.33%,-33.33%,0);-moz-transform:scale(1.5) translate3d(-33.33%,-33.33%,0);transform:scale(1.5) translate3d(-33.33%,-33.33%,0);-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.evc-shortcode .evc-ib-bordered a:after,.evc-shortcode .evc-ib-circle-fade-out a:after,.evc-shortcode.evc-shortcode-has-link .evc-ib-circle-fade-out:after{display:none}.evc-shortcode .evc-ib-circle-fade-out a:hover:before,.evc-shortcode .evc-ib-circle-fade-out:hover:after{width:60px;padding-top:60px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.evc-shortcode .evc-ib-circle-fade-out{overflow:hidden}.evc-shortcode .evc-ib-circle-fade-out a:before{z-index:1}.evc-shortcode .evc-ib-circle-fade-out img{width:100%}.evc-shortcode .evc-ib-bordered:after{position:absolute;content:'';top:0;left:0;width:calc(100% - 6px);height:calc(100% - 6px);border:3px solid #43cb83;z-index:-1}.evc-shortcode .evc-ib-bordered:hover img{-webkit-transform:translate3d(-20px,-20px,0);-moz-transform:translate3d(-20px,-20px,0);transform:translate3d(-20px,-20px,0)}.evc-shortcode .evc-ib-bordered img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .3s ease;-moz-transition:-moz-transform .3s ease;transition:transform .3s ease}.evc-pagination-holder{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.evc-pagination-holder .evc-button{margin-top:30px;opacity:1}.evc-pagination-holder .evc-button.evc-loading{opacity:0}.evc-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:70px;line-height:1;opacity:0}.evc-pagination-spinner.evc-loading,.evc-product-list .evc-pli-inner:hover .evc-pli-info-on-image{opacity:1}.evc-pagination-spinner.evc-abs{position:absolute;bottom:15px;left:calc(50% - 35px)}.evc-pagination-spinner.evc-loading>*{-webkit-animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both;-moz-animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both;animation:evc-spinner-bounce-delay 1.4s infinite ease-in-out both}.evc-pagination-spinner>*{position:relative;display:inline-block;vertical-align:top;width:18px;height:18px;background-color:#303030;border-radius:100%}.evc-pagination-spinner>:nth-child(1){-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;animation-delay:-.32s}.evc-pagination-spinner>:nth-child(2){-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-moz-keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@keyframes evc-spinner-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}.evc-owl-carousel{visibility:hidden}.evc-owl-carousel .owl-stage-outer{z-index:1}.evc-owl-carousel.evc-owl-carousel-init{visibility:visible}.evc-owl-carousel.evc-carousel-has-both-control .owl-nav .owl-next,.evc-owl-carousel.evc-carousel-has-both-control .owl-nav .owl-prev{-webkit-transform:translateY(calc(-50% - 25px));-moz-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px))}.evc-owl-carousel .owl-nav .owl-next,.evc-owl-carousel .owl-nav .owl-prev{position:absolute;top:50%;z-index:3;color:#303030;outline:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.evc-owl-carousel .owl-nav .owl-next:hover,.evc-owl-carousel .owl-nav .owl-prev:hover{color:#43cb83}.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-next,.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-prev{color:#fff}.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-next:hover,.evc-carousel-skin-light .evc-owl-carousel .owl-nav .owl-prev:hover{color:#43cb83}.evc-owl-carousel .owl-nav .owl-next>span,.evc-owl-carousel .owl-nav .owl-prev>span{position:relative;display:inline-block;vertical-align:middle;font-size:40px;line-height:1}.evc-owl-carousel .owl-nav .owl-next>span:before,.evc-owl-carousel .owl-nav .owl-prev>span:before{display:block;line-height:inherit}.evc-owl-carousel .owl-nav .owl-prev{left:25px}.evc-owl-carousel .owl-nav .owl-next{right:25px}.evc-owl-carousel .owl-dots{text-align:center;margin:20px 0 0}.evc-owl-carousel .owl-dots .owl-dot{display:inline-block;vertical-align:middle;outline:0}.evc-owl-carousel .owl-dots .owl-dot span{display:inline-block;vertical-align:middle;width:12px;height:12px;margin:0 6px;background-color:rgba(48,48,48,.3);border-radius:3em;box-sizing:border-box;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.evc-pli-add-to-cart,.evc-pli-add-to-cart a{position:relative;display:inline-block;vertical-align:top}.evc-owl-carousel .owl-dots .owl-dot.active span,.evc-owl-carousel .owl-dots .owl-dot:hover span{background-color:#303030}.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot span{background-color:rgba(255,255,255,.3)}.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot.active span,.evc-carousel-skin-light .evc-owl-carousel .owl-dots .owl-dot:hover span{background-color:#fff}.evc-owl-carousel .owl-carousel .owl-item img{-webkit-transform:translateZ(0)}.evc-pli-add-to-cart{width:100%}.evc-pli-add-to-cart a{width:auto;margin:0;padding:11px 36px;font-family:inherit;font-size:11px;line-height:2em;letter-spacing:.1em;text-decoration:none;color:#fff;background-color:#303030;border:0;border-radius:0;box-shadow:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-pli-add-to-cart a:hover{color:#fff;background-color:#43cb83}.evc-pli-add-to-cart a.add_to_cart_button.added{display:none}.evc-pli-category,.evc-pli-image{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-pli-category{margin:6px 0 0}.evc-pli-category a{color:grey}.evc-pli-category a:hover{color:#303030}.evc-pli-image img{display:block;width:100%}.evc-pli-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-pli-mark .onsale{position:absolute;top:10px;left:10px;display:block;width:55px;height:55px;padding:2px;font-size:12px;line-height:53px;text-align:center;color:#fff;background-color:#43cb83;border-radius:50%;z-index:100}.evc-pli-price,.evc-pli-ratings{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-pli-price .price{display:block;font-size:15px;line-height:inherit;font-weight:700;color:#303030}.evc-pli-price .price del{margin:0 9px 0 0;color:rgba(48,48,48,.4)}.evc-pli-price .price ins{margin:0;color:inherit;text-decoration:none}.evc-pli-ratings{line-height:1;color:#fbd60c}.evc-pli-ratings .star-rating:before,.evc-pli-ratings .star-rating>span:before{display:inline-block;vertical-align:top;line-height:inherit;font-weight:400;letter-spacing:.2em;color:inherit;font-family:Ionicons;font-style:normal;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.evc-pli-ratings .star-rating{position:relative;display:inline-block;vertical-align:top;line-height:inherit}.evc-pli-ratings .star-rating:before{position:relative;content:"";font-size:16px}.evc-pli-ratings .star-rating>span{position:absolute;top:0;left:0;height:100%;font-size:0;line-height:inherit;overflow:hidden}.evc-pli-ratings .star-rating>span:before{position:relative;content:"";font-size:16px}.evc-pli-title{display:block;margin:0}.evc-product-list,.evc-product-list .evc-pli-image-wrapper,.evc-product-list .evc-pli-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-product-list .evc-pli-info-on-image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;flex-direction:column;flex-wrap:nowrap;position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;text-align:center;background-color:rgba(48,48,48,.5);opacity:0;box-sizing:border-box;transition:opacity .3s ease-in-out}.evc-clients,.evc-clients .evc-c-images,.evc-clients .evc-c-item,.evc-clients .evc-c-item-inner,.evc-product-list .evc-pli-content{display:inline-block;vertical-align:top}.evc-product-list .evc-pli-content{position:relative;width:100%;margin:25px 0 7px}.evc-product-list .evc-pli-ratings{margin-top:10px}.evc-product-list .evc-pli-price{margin-top:9px}.evc-product-list .evc-pli-add-to-cart{z-index:2}.evc-product-list .evc-pli-info-on-image .evc-pli-price .price,.evc-product-list .evc-pli-info-on-image .evc-pli-title{color:#fff}.evc-product-list .evc-pli-info-on-image .evc-pli-price del{color:rgba(255,255,255,.6)}.evc-product-list .evc-pli-info-on-image .evc-pli-category a{position:relative;color:#fff;z-index:2}.evc-product-list .evc-pli-info-on-image .evc-pli-category a:hover{color:rgba(255,255,255,.6)}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-inner:hover .evc-pli-add-to-cart{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-image-wrapper{overflow:hidden}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-add-to-cart{position:absolute;left:0;bottom:0;-webkit-transform:translateY(101%);-moz-transform:translateY(101%);transform:translateY(101%);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.evc-product-list.evc-layout-standard-button-sliding .evc-pli-add-to-cart a{width:100%;padding:13px 20px;text-align:center}.evc-product-list.evc-layout-gallery .evc-pli-inner{overflow:hidden}.evc-product-list.evc-layout-gallery .evc-pli-add-to-cart{margin-top:25px}.evc-clients{position:relative;width:100%;text-align:center}.evc-clients .evc-c-item{position:relative;width:100%}.evc-clients .evc-c-item-inner{position:relative}.touch .evc-clients .evc-c-item-inner{cursor:pointer}.evc-clients .evc-c-images{position:relative;width:100%;overflow:hidden}.evc-clients .evc-c-images img{display:block}.evc-clients .evc-c-original-image{position:relative;z-index:1}.evc-clients .evc-c-hover-image{position:absolute;top:0;left:0}.evc-clients .evc-c-link{position:relative;display:block}.evc-testimonials,.evc-testimonials .evc-t-item{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-clients .evc-c-title{margin:25px 0 10px}.evc-clients .evc-owl-carousel .owl-nav .owl-prev{left:-10px}.evc-clients .evc-owl-carousel .owl-nav .owl-next{right:-10px}.evc-clients.evc-c-switch-images .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-original-image{opacity:0}.evc-clients.evc-c-switch-images .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-hover-image{opacity:1}.evc-clients.evc-c-switch-images .evc-c-item .evc-c-original-image{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-clients.evc-c-switch-images .evc-c-item .evc-c-hover-image{opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-clients.evc-c-roll-over .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-original-image{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%)}.evc-clients.evc-c-roll-over .evc-c-item.evc-c-has-hover .evc-c-item-inner:hover .evc-c-hover-image{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-clients.evc-c-roll-over .evc-c-item .evc-c-original-image{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-clients.evc-c-roll-over .evc-c-item .evc-c-hover-image{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-testimonials .evc-t-item{text-align:center}.evc-testimonials .evc-t-item .evc-t-image img{display:block;width:auto;margin:0 auto;border-radius:100%}.evc-testimonials .evc-t-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-testimonials .evc-t-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:30px}.evc-testimonials .evc-t-text{margin:0}.evc-testimonials .evc-t-author{display:block;margin-top:16px;font-size:12px;line-height:18px}.evc-blockquote,.evc-testimonials .evc-t-author-label,.evc-testimonials .evc-t-author-position{display:inline-block;vertical-align:top}.evc-testimonials .evc-t-author-label{font-weight:700;color:#303030}.evc-blockquote{position:relative;width:100%;margin:0;quotes:none;border:0;box-sizing:border-box}.evc-blockquote .evc-b-text{display:block}.evc-blockquote.evc-b-simple{color:#ccc;font-size:14px;line-height:28px;font-weight:500;font-style:normal;padding:1px 0 0 47px}.evc-blockquote.evc-b-left-line{color:grey;font-size:16px;line-height:28px;font-weight:500;font-style:normal;padding:0 0 0 25px;border-left:4px solid #43cb83}.evc-blockquote.evc-b-with-icon{color:#303030;font-size:16px;line-height:28px;font-weight:600;font-style:normal}.evc-blockquote.evc-b-with-icon:before{position:absolute;top:3px;left:0;content:'\f347';font-family:Ionicons;font-size:30px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.evc-blockquote.evc-b-with-icon .evc-b-text,.evc-blog-list,.evc-blog-list.evc-bl-gallery .evc-bli-inner,.evc-blog-list.evc-bl-layout-boxed .evc-bli-content{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-blockquote.evc-b-with-icon .evc-b-text{padding-left:40px;box-sizing:border-box}.evc-blog-list.evc-bl-standard .evc-bli-image{width:100%;margin-bottom:34px}.evc-blog-list.evc-bl-gallery .evc-bli-image,.evc-blog-list.evc-bl-layout-boxed .evc-bli-image{margin-bottom:0}.evc-blog-list.evc-bl-standard .evc-bli-image a,.evc-blog-list.evc-bl-standard .evc-bli-image img{width:100%}.evc-blog-list.evc-bl-layout-boxed .evc-bli-content{padding:24px 30px 30px;background-color:#fff;border:1px solid #ebebeb;border-top-width:0;box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-sizing:border-box}.evc-blog-list.evc-bl-gallery .evc-bli-inner:hover .evc-bli-excerpt{opacity:1;max-height:calc(4em);-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-blog-list.evc-bl-gallery .evc-bli-content{position:absolute;left:0;bottom:0;width:100%;height:auto;padding:15% 30px 22px;background:rgba(255,255,255,.6);background:-webkit-linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));background:linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));box-sizing:border-box}.evc-blog-list.evc-bl-gallery .evc-bli-content a{position:relative;z-index:2}.evc-blog-list.evc-bl-gallery .evc-bli-excerpt{opacity:0;max-height:0;overflow:hidden;-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-blog-list.evc-bl-simple .evc-bli-inner{position:relative;display:table;width:100%;height:100%}.evc-blog-list.evc-bl-simple .evc-bli-inner>*{display:table-cell;vertical-align:middle}.evc-blog-list.evc-bl-simple .evc-bli-image{width:84px;padding-right:20px}.evc-blog-list.evc-bl-simple .evc-bli-image a,.evc-blog-list.evc-bl-simple .evc-bli-image img{width:100%}.evc-blog-list.evc-bl-minimal .evc-bli-post-info,.evc-blog-list.evc-bl-simple .evc-bli-post-info{margin-top:4px}.evc-blog-list.evc-bl-skin-light.evc-bl-layout-boxed .evc-bli-content{background-color:#303030;border-color:#bfbfbf;box-shadow:3px 3px 16px 2px rgba(255,255,255,.04)}.evc-blog-list.evc-bl-skin-light.evc-bl-gallery .evc-bli-content{background:rgba(0,0,0,.6);background:-webkit-linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0))}.evc-blog-list.evc-bl-skin-light .evc-bli-title{color:#fff}.evc-blog-list.evc-bl-skin-light .evc-bli-title a:hover{color:rgba(255,255,255,.8)}.evc-blog-list.evc-bl-skin-light .evc-bli-excerpt{color:#fff}.evc-blog-list.evc-bl-skin-light .evc-bli-post-info{color:#bfbfbf;border-color:#bfbfbf}.evc-blog-list.evc-bl-skin-light .evc-bli-post-info a:hover{color:#fff}.evc-blog-list .evc-bli-image,.evc-blog-list .evc-bli-image a{position:relative;display:inline-block;vertical-align:top}.evc-blog-list .evc-bli-image img{display:block}.evc-blog-list .evc-bli-date-on-image{position:absolute;top:10px;left:10px;padding:8px 13px 13px;text-align:center;color:#fff;background-color:#43cb83;z-index:2;box-sizing:border-box;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-blog-list .evc-bli-date-on-image>*{display:block;line-height:1}.evc-blog-list .evc-bli-date-on-image .evc-bli-date-day{font-size:26px;font-weight:700}.evc-blog-list .evc-bli-date-on-image .evc-bli-date-month{margin-top:2px;font-size:13px}.evc-blog-list .evc-bli-title{margin:0}.evc-blog-list .evc-bli-excerpt{margin:14px 0 0}.evc-blog-list .evc-bli-post-info{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;clear:both}.evc-blog-list .evc-bli-post-info>*{position:relative;display:inline-block;vertical-align:top;float:left;margin-right:16px;padding-right:15px;font-size:13px;line-height:18px;color:currentColor;border-right:1px solid #ebebeb}.evc-blog-list .evc-bli-post-info>:last-child{margin-right:0;padding-right:0;border-right:0}.evc-blog-list .evc-bli-post-info>* a{color:inherit}.evc-blog-list .evc-bli-post-info>* a:hover{color:#43cb83}.evc-blog-list .evc-bli-post-info-top{margin-bottom:5px}.evc-blog-list .evc-bli-post-info-bottom{margin-top:16px}.evc-blog-list .evc-bli-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-button,.evc-button-wrapper,.evc-button.evc-btn-has-icon .evc-btn-text{display:inline-block;vertical-align:top}.evc-button-wrapper{position:relative;width:100%}.evc-button-wrapper.evc-btn-left{text-align:left}.evc-button-wrapper.evc-btn-right{text-align:right}.evc-button-wrapper.evc-btn-center{text-align:center}.evc-button{position:relative;width:auto;margin:0;font-family:inherit;font-size:11px;line-height:2em;letter-spacing:.1em;font-weight:700;text-transform:uppercase;text-decoration:none;background-color:transparent;border:1px solid transparent;border-radius:0;box-shadow:none;box-sizing:border-box;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-button .evc-btn-text{position:relative;display:block;line-height:inherit}.evc-button .evc-btn-icon{position:relative;display:inline-block;vertical-align:top;margin-right:5px;line-height:inherit}.evc-button .evc-btn-icon:before{display:block;line-height:inherit}.evc-button.evc-btn-tiny{padding:6px 24px}.evc-button.evc-btn-small{padding:8px 30px}.evc-button.evc-btn-normal{padding:11px 36px}.evc-button.evc-btn-medium{padding:12px 44px}.evc-button.evc-btn-large{padding:13px 48px}.evc-button.evc-btn-solid{color:#fff;background-color:#303030;border-color:transparent}.evc-button.evc-btn-solid:hover{color:#fff;background-color:#43cb83;border-color:transparent}.evc-button.evc-btn-outline{color:#303030;background-color:transparent;border-color:#303030}.evc-button.evc-btn-outline:hover{color:#fff;background-color:#303030;border-color:#303030}.evc-button.evc-btn-simple{padding:0;color:#303030;background:0 0;border:0}.evc-button.evc-btn-simple:hover{color:#43cb83}.evc-button.evc-btn-fill-line{padding:0 0 2px;color:#303030;background:0 0;border:0}.evc-button.evc-btn-fill-line:hover{color:#303030}.evc-button.evc-btn-fill-line:hover .evc-btn-fill-line{opacity:1;width:100%}.evc-button.evc-btn-fill-line .evc-btn-fill-line{position:absolute;display:block;left:0;bottom:0;width:0;border-bottom:2px solid #43cb83;opacity:0;-webkit-transition:opacity .33s,width .3s;-moz-transition:opacity .33s,width .3s;transition:opacity .33s,width .3s}.evc-button.evc-btn-fill-text{padding:0;color:transparent;background:0 0;border:0;z-index:2;white-space:nowrap;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-button.evc-btn-fill-text:hover{color:transparent}.evc-button.evc-btn-fill-text:hover .evc-btn-hover-text{width:100%}.evc-button.evc-btn-fill-text .evc-btn-original-text{position:relative;display:inline-block;width:100%;vertical-align:top;color:#303030}.evc-button.evc-btn-fill-text .evc-btn-hover-text{position:absolute;top:0;left:0;width:.1%;height:100%;display:inline-block;vertical-align:top;color:#43cb83;white-space:nowrap;overflow:hidden;-webkit-transition:width .4s ease-in-out;-moz-transition:width .4s ease-in-out;transition:width .4s ease-in-out}.evc-button.evc-btn-strike-line{padding:0;color:#303030;background:0 0;border:0;overflow:hidden}.evc-button.evc-btn-strike-line:hover{color:#303030}.evc-button.evc-btn-strike-line:hover .evc-btn-strike-line{-webkit-animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1;-moz-animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1;animation:strikeline .7s cubic-bezier(.55,0,.1,1) 0s 1}.evc-button.evc-btn-strike-line .evc-btn-strike-line{position:absolute;bottom:0;left:calc(-100% - 1px);width:100%;height:2px;background-color:#43cb83}@keyframes strikeline{from{left:calc(-100% - 1px)}to{left:calc(100% + 1px)}}.evc-button.evc-btn-switch-line{padding:0 0 2px;color:#303030;background:0 0;border:0}.evc-button.evc-btn-switch-line:hover{color:#303030}.evc-button.evc-btn-switch-line:hover .evc-btn-switch-line-2{opacity:1;width:100%;-webkit-transition:opacity .1s,width .4s;-moz-transition:opacity .1s,width .4s;transition:opacity .1s,width .4s}.evc-button.evc-btn-switch-line .evc-btn-switch-line-1{position:absolute;left:0;bottom:0;display:block;width:100%;border-bottom:2px solid #303030;z-index:1}.evc-button.evc-btn-switch-line .evc-btn-switch-line-2{position:absolute;left:0;bottom:0;width:0;display:block;border-bottom:2px solid #43cb83;z-index:2;opacity:0;-webkit-transition:opacity .5s,width .4s;-moz-transition:opacity .5s,width .4s;transition:opacity .5s,width .4s}.evc-counter,.evc-counter .evc-c-inner{display:inline-block;vertical-align:top;position:relative}.evc-counter{width:100%;opacity:0;transition:opacity .3s ease-in-out}.evc-counter .evc-c-digit{display:inline-block!important;vertical-align:top;height:1em;color:#43cb83;font-size:45px;line-height:1;font-weight:700;overflow:hidden}.evc-counter .evc-c-title{margin:9px 0 0}.evc-counter .evc-c-text{margin:8px 0 0}.evc-custom-font{margin:0}.evc-doughnut-chart{position:relative;display:inline-block;vertical-align:top;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-doughnut-chart.evc-dc-appeared,.evc-interactive-banner.evc-ib-classic:hover .evc-ib-content-wrapper{opacity:1}.evc-doughnut-chart canvas{position:relative;display:block}.evc-dropcaps,.evc-dropcaps .evc-d-letter{position:relative;display:inline-block;vertical-align:top}.evc-dropcaps{width:100%}.evc-dropcaps .evc-d-letter{float:left;margin:4px 12px 0 0}.evc-dropcaps.evc-d-simple .evc-d-letter{color:#43cb83;font-size:40px;line-height:1.1em;font-weight:500}.evc-dropcaps.evc-d-circle .evc-d-letter,.evc-dropcaps.evc-d-square .evc-d-letter{height:38px;width:38px;font-size:21px;line-height:38px;font-weight:500;text-align:center;color:#fff;background-color:#43cb83}.evc-flip-image,.evc-flip-image .evc-fi-image{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.evc-dropcaps.evc-d-circle .evc-d-letter{border-radius:100%}.evc-flip-image{transform-style:preserve-3d}.evc-flip-image .evc-fi-image{z-index:1;backface-visibility:hidden;transform-style:preserve-3d;-webkit-transition:-webkit-transform .7s ease;-moz-transition:-moz-transform .7s ease;transition:transform .7s ease}.evc-flip-image .evc-fi-image img{display:block;width:calc(100% + 1px)}.evc-flip-image .evc-fi-content-wrapper{position:absolute;display:block;width:100%;height:100%;top:0;left:0;padding:20px;background-color:#303030;box-sizing:border-box;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .7s ease;-moz-transition:-moz-transform .7s ease;transition:transform .7s ease}.evc-flip-image .evc-fi-content-inner{position:relative;display:table;width:100%;height:100%;text-align:center}.evc-flip-image .evc-fi-content{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle}.evc-flip-image .evc-fi-content .evc-fi-title{margin:0;color:#fff}.evc-flip-image .evc-fi-content .evc-fi-text{margin:14px 0 0;color:#fff}.evc-flip-image .evc-fi-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:3}.evc-flip-image.evc-fi-horizontal:hover .evc-fi-image{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.evc-flip-image.evc-fi-horizontal .evc-fi-image,.evc-flip-image.evc-fi-horizontal:hover .evc-fi-content-wrapper{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}.evc-flip-image.evc-fi-horizontal .evc-fi-content-wrapper{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg)}.evc-flip-image.evc-fi-vertical:hover .evc-fi-image{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg)}.evc-flip-image.evc-fi-vertical .evc-fi-image,.evc-flip-image.evc-fi-vertical:hover .evc-fi-content-wrapper{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}.evc-flip-image.evc-fi-vertical .evc-fi-content-wrapper{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);transform:rotateX(-180deg)}.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}.fp-auto-height .fp-tableCell,.fp-auto-height.evc-fss-item,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.evc-fss-item{height:auto!important}.evc-full-screen-sections{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-full-screen-sections .evc-fss-wrapper{visibility:hidden;-webkit-transition:-webkit-transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;-moz-transition:-moz-transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;transition:transform 1s cubic-bezier(.55,.085,0,.99) 1s!important;-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;transition-timing-function:cubic-bezier(.55,.085,0,.99)!important}.evc-full-screen-sections .evc-fss-wrapper.evc-fss-is-loaded{visibility:visible}.evc-full-screen-sections .evc-fss-wrapper.evc-fss-first-init .evc-fss-item.active .evc-fssi-bg{-webkit-transition:none!important;-moz-transition:none!important;transition:none!important}.evc-full-screen-sections .evc-fss-item{position:relative;display:table;width:100%;height:100%;margin:0;padding:5%;box-sizing:border-box}.evc-full-screen-sections .evc-fss-item.active .evc-fssi-bg{-webkit-transition-delay:2s!important;-moz-transition-delay:2s!important;transition-delay:2s!important;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-full-screen-sections .evc-fss-item .evc-fssi-bg{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-position:center;background-size:cover;-webkit-transition:-webkit-transform 1s cubic-bezier(.55,.085,0,.99)!important;-moz-transition:-moz-transform 1s cubic-bezier(.55,.085,0,.99)!important;transition:transform 1s cubic-bezier(.55,.085,0,.99)!important;-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;transition-timing-function:cubic-bezier(.55,.085,0,.99)!important;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6)}.evc-full-screen-sections .evc-fss-item .fp-scroller>.vc_column_container,.evc-full-screen-sections .evc-fss-item .fp-scroller>.vc_column_container>.vc_column-inner{padding:0;margin:0}.evc-full-screen-sections .evc-fss-item.evc-fssi-va-top .evc-fssi-inner{vertical-align:top}.evc-full-screen-sections .evc-fss-item.evc-fssi-va-bottom .evc-fssi-inner{vertical-align:bottom}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-left .evc-fssi-inner{text-align:left}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-center .evc-fssi-inner{text-align:center}.evc-full-screen-sections .evc-fss-item.evc-fssi-ha-right .evc-fssi-inner{text-align:right}.evc-full-screen-sections .evc-fss-item .evc-fssi-inner{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle;box-sizing:border-box}.evc-full-screen-sections .evc-fss-item .evc-fssi-inner a{position:relative;z-index:2}.evc-full-screen-sections .evc-fss-item .evc-fssi-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-full-screen-sections .evc-fss-nav-holder{position:fixed;bottom:49px;left:50px;width:55px;display:block;text-align:center;visibility:hidden;z-index:1001}.evc-gallery-block,.evc-gallery-block .evc-gb-image{width:100%}.evc-full-screen-sections .evc-fss-nav-holder a{display:block;height:auto;font-size:38px;line-height:1;color:#303030;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.evc-full-screen-sections .evc-fss-nav-holder a:hover{color:#43cb83}.evc-full-screen-sections .evc-fss-nav-holder a span,.evc-full-screen-sections .evc-fss-nav-holder a span:before{display:block;line-height:inherit}.evc-gallery-block,.evc-gallery-block .evc-gb-image,.evc-gallery-block .evc-gb-image-wrapper{display:inline-block;vertical-align:top;position:relative}.evc-gallery-block .evc-gb-image-wrapper{float:left;box-sizing:border-box}.evc-gallery-block .evc-gb-image a,.evc-gallery-block .evc-gb-image img{position:relative;display:block}.evc-icon-list,.evc-icon-list .evc-il-item,.evc-icon-list .evc-ili-inner{display:inline-block;position:relative;vertical-align:top}.evc-gallery-block.evc-gb-featured-top .evc-gb-image-wrapper{width:50%}.evc-gallery-block.evc-gb-featured-top .evc-gb-image-wrapper.evc-gb-featured-image{width:100%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper{width:25%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper.evc-gb-featured-image{width:50%}.evc-icon-list{width:100%}.evc-icon-list .evc-il-item{width:100%;margin-bottom:8px}.evc-icon-list .evc-il-item:last-child{margin-bottom:0}.evc-icon-list .evc-il-item.evc-ili-has-link:hover .evc-ili-text{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.evc-icon-list .evc-ili-inner>*{display:table-cell;vertical-align:top}.evc-icon-list .evc-ili-icon-wrapper{padding-right:15px;color:#43cb83}.evc-icon-list .evc-ili-icon-wrapper *{display:block;line-height:inherit;color:inherit}.evc-icon-list .evc-ili-icon-wrapper :before{display:block;line-height:inherit}.evc-icon-list .evc-ili-text{position:relative;margin:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease;-moz-transition:-moz-transform .3s ease;transition:transform .3s ease}.evc-interactive-banner.evc-ib-classic .evc-ib-content-wrapper,.evc-line-graph{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out}.evc-icon-list .evc-ili-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-icon-progress-bar,.evc-icon-progress-bar .evc-ipb-icon,.evc-icon-with-text,.evc-icon-with-text .evc-iwt-icon{display:inline-block;position:relative}.evc-icon-progress-bar{width:100%;vertical-align:top}.evc-icon-progress-bar .evc-ipb-icon{vertical-align:top;margin:0 20px 20px 0;color:#f3f3f3;font-size:36px;line-height:1.1em;font-weight:400;letter-spacing:0;overflow:hidden}.evc-icon-progress-bar .evc-ipb-icon.evc-active{color:#43cb83}.evc-icon-progress-bar .evc-ipb-icon:last-child{margin-right:0}.evc-icon-with-text{width:100%;vertical-align:top}.evc-icon-with-text .evc-iwt-icon-holder{position:relative;display:inline-block;vertical-align:top;line-height:1}.evc-icon-with-text .evc-iwt-icon-holder img{height:auto;max-width:100%;vertical-align:middle}.evc-icon-with-text .evc-iwt-icon{vertical-align:top;font-size:26px;color:#43cb83}.evc-icon-with-text .evc-iwt-title{margin:0}.evc-icon-with-text .evc-iwt-title a{position:relative;display:block}.evc-icon-with-text .evc-iwt-text{margin:14px 0 0}.evc-icon-with-text.evc-iwt-icon-top{text-align:center}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-icon-holder{display:block}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-icon-holder img{display:block;margin:0 auto}.evc-icon-with-text.evc-iwt-icon-top .evc-iwt-content{margin-top:20px}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-content,.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder{display:table-cell;vertical-align:top}.evc-image-gallery,.evc-image-gallery .evc-ig-image{display:inline-block;width:100%;vertical-align:top;position:relative}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder{padding-right:15px}.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder img{max-width:none}.evc-image-gallery .evc-ig-image{box-sizing:border-box}.evc-image-gallery .evc-ig-image a,.evc-image-gallery .evc-ig-image img{position:relative;display:block}.evc-image-gallery .evc-ig-slider,.evc-image-with-text,.evc-image-with-text .evc-iwt-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-image-with-text .evc-iwt-image a,.evc-image-with-text .evc-iwt-image img{position:relative;display:block}.evc-image-with-text .evc-iwt-content,.evc-interactive-banner,.evc-interactive-banner .evc-ib-image{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-image-with-text .evc-iwt-title{margin:25px 0 0}.evc-image-with-text .evc-iwt-text{margin:14px 0 0}.evc-interactive-banner{overflow:hidden}.evc-interactive-banner .evc-ib-image img{display:block;width:100%}.evc-interactive-banner .evc-ib-content-wrapper{position:absolute;display:block;width:100%;height:100%;top:0;left:0;box-sizing:border-box}.evc-interactive-banner .evc-ib-content-inner{position:relative;display:table;width:100%;height:100%}.evc-interactive-banner .evc-ib-content{position:relative;display:table-cell;width:100%;height:100%;vertical-align:middle}.evc-interactive-banner .evc-ib-content .evc-ib-icon,.evc-interactive-banner .evc-ib-content .evc-ib-text,.evc-interactive-banner .evc-ib-content .evc-ib-title{color:#fff}.evc-interactive-banner .evc-ib-custom-icon{display:block;margin:0 auto 10px}.evc-interactive-banner .evc-ib-icon{display:block;margin-bottom:20px;font-size:40px}.evc-interactive-banner .evc-ib-title{margin:0}.evc-interactive-banner .evc-ib-text{margin:10px 0 0}.evc-interactive-banner .evc-ib-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-interactive-banner.evc-ib-classic .evc-ib-content-wrapper{padding:20px;text-align:center;background-color:rgba(48,48,48,.3);opacity:0;transition:opacity .3s ease-in-out}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-content-wrapper{opacity:1;-webkit-transition:opacity .15s;-moz-transition:opacity .15s;transition:opacity .15s}.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-icon,.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-text,.evc-interactive-banner.evc-ib-bottom-animation:hover .evc-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-image img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-content-wrapper{padding:25px 35px 30px;background-color:rgba(48,48,48,.3);opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-content{vertical-align:bottom}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-icon,.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-text,.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-title{opacity:0;-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition:-webkit-transform .35s,opacity .2s;-moz-transition:-moz-transform .35s,opacity .2s;transition:transform .35s,opacity .2s}.evc-interactive-banner.evc-ib-bottom-animation .evc-ib-text{margin:5px 0 0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-text,.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-text{margin:4px 0 0}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper{background-color:rgba(48,48,48,.6)}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-content-wrapper:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-text,.evc-interactive-banner.evc-ib-bordered:hover .evc-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper{padding:40px;text-align:center;color:#fff;-webkit-transition:background-color .35s;-moz-transition:background-color .35s;transition:background-color .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:before{content:'';position:absolute;top:30px;right:30px;bottom:30px;left:30px;opacity:0;-webkit-transition:-webkit-transform .35s,opacity .35s;-moz-transition:-moz-transform .35s,opacity .35s;transition:transform .35s,opacity .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:before{border-top:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);transform:scale(0,1)}.evc-interactive-banner.evc-ib-bordered .evc-ib-content-wrapper:after{border-right:1px solid currentColor;border-left:1px solid currentColor;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);transform:scale(1,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered .evc-ib-text,.evc-interactive-banner.evc-ib-bordered .evc-ib-title{opacity:0;-webkit-transition:-webkit-transform .35s,opacity .35s;-moz-transition:-moz-transform .35s,opacity .35s;transition:transform .35s,opacity .35s}.evc-interactive-banner.evc-ib-bordered .evc-ib-icon,.evc-interactive-banner.evc-ib-bordered .evc-ib-title{-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}.evc-interactive-banner.evc-ib-bordered .evc-ib-text{-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.evc-interactive-banner.evc-ib-slide-from-bottom:hover .evc-ib-image img{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);transform:translateY(-30px)}.evc-interactive-banner.evc-ib-slide-from-bottom:hover .evc-ib-content-wrapper{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-image img{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-slide-from-bottom .evc-ib-content-wrapper{top:auto;bottom:0;height:auto;padding:20px 25px 22px;background-color:#303030;text-align:center;-webkit-transform:translateY(101%);-moz-transform:translateY(101%);transform:translateY(101%);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-wrapper:before{height:50%}.evc-interactive-banner.evc-ib-shutter-in-vertical:hover .evc-ib-content-inner{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s;-webkit-transition-delay:.21s;-moz-transition-delay:.21s;transition-delay:.21s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper{padding:25px 35px;color:#303030}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:after,.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:before{content:'';position:absolute;left:0;width:100%;height:0;background-color:currentColor;-webkit-transition:height .35s;-moz-transition:height .35s;transition:height .35s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:before{top:0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-wrapper:after{bottom:0}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-content-inner{opacity:0;z-index:1;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.evc-interactive-banner.evc-ib-shutter-in-vertical .evc-ib-link{z-index:2}.evc-line-graph{position:relative;display:inline-block;width:100%;vertical-align:top;opacity:0;transition:opacity .3s ease-in-out}.evc-line-graph.evc-lg-appeared{opacity:1}.evc-line-graph canvas{position:relative;display:block;width:100%}.evc-pie-chart{position:relative;display:inline-block;vertical-align:top;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.evc-pie-chart.evc-pc-appeared,.evc-post-carousel.evc-pc-centered .owl-item.center .evc-pci-content{opacity:1}.evc-pie-chart canvas{position:relative;display:block}.evc-post-carousel{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-post-carousel.evc-pc-centered .owl-item.center .evc-pci-content>*{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.evc-post-carousel.evc-pc-centered .evc-pci-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;padding:30px;text-align:center;opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-post-carousel.evc-pc-centered .evc-pci-content>*{-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition:-webkit-transform .35s;-moz-transition:-moz-transform .35s;transition:transform .35s}.evc-post-carousel.evc-pc-centered .evc-pci-content>:nth-child(1){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;transition-delay:50ms}.evc-post-carousel.evc-pc-centered .evc-pci-content>:nth-child(2){-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-inner:hover .evc-pci-excerpt{opacity:1;max-height:calc(4em);-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-content{position:absolute;left:0;bottom:0;width:100%;height:auto;padding:15% 30px 22px}.evc-post-carousel .evc-pci-image,.evc-post-carousel .evc-pci-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.evc-post-carousel.evc-pc-sliding-excerpt .evc-pci-excerpt{opacity:0;max-height:0;overflow:hidden;-webkit-transition:opacity .2s,max-height .3s;-moz-transition:opacity .2s,max-height .3s;transition:opacity .2s,max-height .3s}.evc-post-carousel.evc-pc-skin-light .evc-pci-content{background:rgba(0,0,0,.6);background:-webkit-linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0))}.evc-post-carousel.evc-pc-skin-light .evc-pci-title{color:#fff}.evc-post-carousel.evc-pc-skin-light .evc-pci-title a:hover{color:rgba(255,255,255,.8)}.evc-post-carousel.evc-pc-skin-light .evc-pci-excerpt{color:#fff}.evc-post-carousel .evc-pci-image a{display:block}.evc-post-carousel .evc-pci-date-on-image{position:absolute;top:10px;left:10px;padding:8px 13px 13px;text-align:center;color:#fff;background-color:#43cb83;z-index:2;box-sizing:border-box;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.evc-post-carousel .evc-pci-date-on-image>*{display:block;line-height:1}.evc-post-carousel .evc-pci-date-on-image .evc-pci-date-day{font-size:26px;font-weight:700}.evc-post-carousel .evc-pci-date-on-image .evc-pci-date-month{margin-top:2px;font-size:13px}.evc-post-carousel .evc-pci-content{background:rgba(255,255,255,.6);background:-webkit-linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));background:linear-gradient(to top,rgba(255,255,255,.6),rgba(255,255,255,0));box-sizing:border-box}.evc-post-carousel .evc-pci-content a{position:relative;z-index:2}.evc-post-carousel .evc-pci-title{margin:0}.evc-post-carousel .evc-pci-excerpt{margin:9px 0 0}.evc-post-carousel .evc-pci-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.evc-post-carousel .evc-owl-carousel .owl-nav .owl-prev{left:-40px}.evc-post-carousel .evc-owl-carousel .owl-nav .owl-next{right:-40px}.evc-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-pricing-table .evc-pti-inner{position:relative;display:inline-block;width:100%;vertical-align:top;background-color:#fff;border:1px solid #ebebeb;box-sizing:border-box}.evc-pricing-table .evc-pti-inner ul{list-style:none;margin:0;padding:0}.evc-pricing-table .evc-pti-inner li{margin:0;padding:11px 20px;text-align:center}.evc-pricing-table .evc-pti-inner li.evc-pti-prices{padding-top:50px;padding-bottom:45px;background-color:#43cb83;background-position:center;background-repeat:no-repeat;background-size:cover}.evc-pricing-table .evc-pti-inner li.evc-pti-title-holder{padding-top:50px;padding-bottom:2px}.evc-pricing-table .evc-pti-inner li.evc-pti-button{padding-top:19px;padding-bottom:60px}.evc-pricing-table .evc-pti-inner li .evc-pti-value{position:relative;top:5px;display:inline-block;vertical-align:top;margin-right:3px;font-size:35px;line-height:1;font-weight:700;color:#fff}.evc-pricing-table .evc-pti-inner li .evc-pti-price{display:inline-block;vertical-align:top;font-size:80px;line-height:1;font-weight:700;color:#fff}.evc-pricing-table .evc-pti-inner li .evc-pti-mark{display:block;margin:12px 0 0;color:#fff}.evc-process-2,.evc-process-2 .evc-p2i-image,.evc-process-2 .evc-process-2-item{display:inline-block;vertical-align:top}.evc-pricing-table .evc-pti-inner li .evc-pti-title{margin:0}.evc-process-2{position:relative;width:100%}.evc-process-2.evc-two-columns .evc-process-2-item{width:50%}.evc-process-2.evc-three-columns .evc-process-2-item{width:33.33333%}.evc-process-2.evc-four-columns .evc-process-2-item{width:25%}.evc-process-2.evc-process-appeared .evc-p2-cover-bg{opacity:1}.evc-process-2.evc-process-appeared .evc-process-2-item{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-process-2 .evc-p2-cover-bg{position:absolute;top:10px;left:0;width:calc(100% + 120px);height:100%;margin:0 -60px;background:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/shortcodes/process-2/assets/img/bg-cover-image.png) 50% 0 no-repeat;z-index:-1;opacity:0;-webkit-transition:opacity .15s ease-in;-moz-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.evc-process,.evc-process-2 .evc-p2i-content{width:100%}.evc-process-2 .evc-p2-inner{margin:0 -25px}.evc-process-2 .evc-process-2-item{position:relative;float:left;padding:0 25px;opacity:0;text-align:center;box-sizing:border-box;-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8);-webkit-transition:-webkit-transform .2s ease,opacity .2s ease;-moz-transition:-moz-transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease}.evc-process-2 .evc-process-2-item:nth-child(1){-webkit-transition-delay:.25s;-moz-transition-delay:.25s;transition-delay:.25s}.evc-process-2 .evc-process-2-item:nth-child(2){-webkit-transition-delay:.75s;-moz-transition-delay:.75s;transition-delay:.75s}.evc-process-2 .evc-process-2-item:nth-child(3){-webkit-transition-delay:1.25s;-moz-transition-delay:1.25s;transition-delay:1.25s}.evc-process-2 .evc-process-2-item:nth-child(4){-webkit-transition-delay:1.75s;-moz-transition-delay:1.75s;transition-delay:1.75s}.evc-process-2 .evc-p2i-image{position:relative}.evc-process-2 .evc-p2i-image a{position:relative;display:block}.evc-process-2 .evc-p2i-image a:hover img{top:-10px}.evc-process-2 .evc-p2i-image a img{position:relative;top:0;-webkit-transition:top .3s ease-in-out;-moz-transition:top .3s ease-in-out;transition:top .3s ease-in-out}.evc-process-2 .evc-p2i-image img{display:block;border-radius:100%}.evc-process,.evc-process .evc-p-mark-horizontal,.evc-process-2 .evc-p2i-content{position:relative;display:inline-block;vertical-align:top}.evc-process-2 .evc-p2i-title{margin:30px 0 0}.evc-process-2 .evc-p2i-text{margin:11px 0 0}.evc-process.evc-two-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-two-columns .evc-process-item{width:50%}.evc-process.evc-two-columns .evc-p-mark-vertical .evc-p-mark{height:50%}.evc-process.evc-three-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-three-columns .evc-process-item{width:33.33333%}.evc-process.evc-three-columns .evc-p-mark-vertical .evc-p-mark{height:33.33333%}.evc-process.evc-four-columns .evc-p-mark-horizontal .evc-p-mark,.evc-process.evc-four-columns .evc-process-item{width:25%}.evc-process.evc-four-columns .evc-p-mark-vertical .evc-p-mark{height:25%}.evc-process.evc-process-appeared .evc-p-circle{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.evc-process.evc-process-appeared .evc-p-mark-horizontal .evc-p-line{width:100%}.evc-process.evc-process-appeared .evc-p-mark-vertical .evc-p-line{height:100%}.evc-process.evc-process-appeared .evc-process-item{opacity:1}.evc-process .evc-p-mark-horizontal{left:-10px;width:calc(100% + 20px);clear:both}.evc-process .evc-p-mark-horizontal .evc-p-mark{float:left}.evc-process .evc-p-mark-horizontal .evc-p-line{top:50%;left:50%;width:0;height:1px;-webkit-transition:width .4s ease .1s;-moz-transition:width .4s ease .1s;transition:width .4s ease .1s}.evc-process .evc-p-mark-vertical{position:absolute;top:-10px;left:0;display:none;width:46px;height:100%}.evc-process .evc-p-mark-vertical .evc-p-line{top:23px;left:50%;width:1px;height:0;-webkit-transition:height .4s ease .1s;-moz-transition:height .4s ease .1s;transition:height .4s ease .1s}.evc-process .evc-p-mark{position:relative;display:inline-block;vertical-align:top;text-align:center}.evc-process .evc-p-mark:last-child .evc-p-line{display:none}.evc-process .evc-p-mark:nth-child(2) .evc-p-circle{-webkit-transition-delay:.5s;-moz-transition-delay:.5s;transition-delay:.5s}.evc-process .evc-p-mark:nth-child(2) .evc-p-line{-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s}.evc-process .evc-p-mark:nth-child(3) .evc-p-circle{-webkit-transition-delay:1s;-moz-transition-delay:1s;transition-delay:1s}.evc-process .evc-p-mark:nth-child(3) .evc-p-line{-webkit-transition-delay:1.2s;-moz-transition-delay:1.2s;transition-delay:1.2s}.evc-process .evc-p-mark:nth-child(4) .evc-p-circle{-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}.evc-process .evc-p-mark:nth-child(4) .evc-p-line{-webkit-transition-delay:1.8s;-moz-transition-delay:1.8s;transition-delay:1.8s}.evc-process .evc-p-circle{position:relative;display:inline-block;vertical-align:top;width:46px;height:46px;font-size:18px;line-height:46px;font-weight:700;color:#fff;background-color:#43cb83;border-radius:100%;opacity:0;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);-webkit-transition:-webkit-transform .3s ease,opacity .2s ease;-moz-transition:-moz-transform .3s ease,opacity .2s ease;transition:transform .3s ease,opacity .2s ease}.evc-process .evc-p-line{position:absolute;background-color:#43cb83}.evc-process .evc-pi-content,.evc-process .evc-process-item,.evc-progress-bar,.evc-progress-bar .evc-pb-inactive-bar,.evc-progress-bar .evc-pb-title,.evc-progress-bar .evc-pb-title-label{position:relative;display:inline-block;vertical-align:top}.evc-process .evc-p-inner{margin:0 -15px}.evc-process .evc-process-item{float:left;padding:0 15px;margin-top:26px;opacity:0;text-align:center;box-sizing:border-box;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.evc-process .evc-process-item:nth-child(2){-webkit-transition-delay:.5s;-moz-transition-delay:.5s;transition-delay:.5s}.evc-process .evc-process-item:nth-child(3){-webkit-transition-delay:1s;-moz-transition-delay:1s;transition-delay:1s}.evc-process .evc-process-item:nth-child(4){-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}.evc-process .evc-pi-content{width:100%}.evc-process .evc-pi-title{margin:0}.evc-process .evc-pi-text{margin:11px 0 10px}.evc-progress-bar{width:100%}.evc-progress-bar .evc-pb-title{width:100%;margin:0}.evc-progress-bar .evc-pb-title-label{z-index:2}.evc-progress-bar .evc-pb-percent{display:inline-block;vertical-align:top;font-size:14px;line-height:1;z-index:1;opacity:0}.evc-progress-bar .evc-pb-percent:after{content:'%'}.evc-progress-bar .evc-pb-inactive-bar{width:100%;overflow:hidden;background-color:#f3f3f3}.evc-progress-bar .evc-pb-active-bar{position:absolute;bottom:0;left:0;overflow:hidden;background-color:#43cb83}.evc-progress-bar.evc-pb-horizontal .evc-pb-title{margin-bottom:5px}.evc-progress-bar.evc-pb-horizontal .evc-pb-percent{position:absolute;right:0;bottom:1px;width:auto}.evc-progress-bar.evc-pb-horizontal .evc-pb-inactive-bar{height:6px}.evc-progress-bar.evc-pb-horizontal .evc-pb-active-bar{width:0;max-width:100%;height:100%}.evc-progress-bar.evc-pb-vertical .evc-pb-percent{position:relative;width:100%;margin:15px 0 10px;color:#303030;font-size:18px;font-weight:700}.evc-progress-bar.evc-pb-vertical .evc-pb-inactive-bar{height:220px}.evc-progress-bar.evc-pb-vertical .evc-pb-active-bar{width:100%;height:0;max-height:100%}.evc-section-title{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.evc-section-title .evc-st-inner{position:relative;display:inline-block;vertical-align:top}.evc-section-title .evc-st-title{margin:0}.evc-section-title .evc-st-separator{display:inline-block;vertical-align:top;width:60px;height:2px;margin-top:28px;background-color:#303030}.evc-section-title .evc-st-text{margin:25px 0 0}.evc-section-title .evc-st-button button{margin:40px 0 0}.evc-separator{position:relative;display:inline-block;width:100%;vertical-align:top;height:auto;font-size:0;line-height:1em}.evc-separator.evc-separator-center{text-align:center}.evc-separator.evc-separator-left{text-align:left}.evc-separator.evc-separator-right{text-align:right}.evc-separator .evc-s-inner{position:relative;display:inline-block;vertical-align:top;border-bottom:1px solid #ebebeb;margin:20px 0}.evc-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}.evc-single-image .evc-si-inner{position:relative;display:inline-block;vertical-align:top}.evc-single-image a,.evc-single-image img{position:relative;display:block}.evc-svg-text{position:relative;display:inline-block;width:100%;vertical-align:top;height:180px;font-size:180px;line-height:1;font-weight:700;text-transform:uppercase;color:#303030}.evc-svg-text:hover .evc-st-svg{fill:currentColor}.evc-svg-text .evc-st-svg{position:relative;display:block;width:100%;height:inherit;fill:transparent;stroke:currentColor;stroke-width:1px;overflow:visible;-webkit-transition:fill .3s ease-in-out;-moz-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.evc-svg-text .evc-st-link{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1}.evc-tabs,.evc-tabs .evc-tabs-item,.evc-tabs .evc-tabs-nav,.evc-tabs .evc-tabs-nav li a{position:relative;display:inline-block;vertical-align:top}.evc-tabs{width:100%;visibility:hidden}.evc-tabs .evc-tabs-nav{width:100%;margin:0;padding:0;list-style:none}.evc-tabs .evc-tabs-nav li{float:left;margin:0;padding:0}.evc-tabs .evc-tabs-nav li a{font-family:Poppins,sans-serif;line-height:26px;font-weight:700;letter-spacing:.04em;color:grey;box-sizing:border-box;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.evc-tabs .evc-tabs-item{width:100%;box-sizing:border-box}.evc-tabs .evc-tabs-item p{margin:0}.evc-tabs.evc-t-skin-light .evc-tabs-item p{color:#fff}.evc-tabs.evc-t-fade .evc-tabs-item{opacity:0}.evc-tabs.evc-t-fade .evc-tabs-item.evc-active{opacity:1;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.evc-tabs.evc-t-slide-from-bottom .evc-tabs-item{opacity:0;-webkit-transform:translateY(25px);-moz-transform:translateY(25px);transform:translateY(25px)}.evc-tabs.evc-t-slide-from-bottom .evc-tabs-item.evc-active{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s,opacity .25s;-moz-transition:-moz-transform .35s,opacity .25s;transition:transform .35s,opacity .25s}.evc-tabs.evc-t-slide-from-right .evc-tabs-item{opacity:0;-webkit-transform:translateX(25px);-moz-transform:translateX(25px);transform:translateX(25px)}.evc-tabs.evc-t-slide-from-right .evc-tabs-item.evc-active{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .35s,opacity .25s;-moz-transition:-moz-transform .35s,opacity .25s;transition:transform .35s,opacity .25s}.evc-tabs.evc-t-standard.evc-t-skin-light .evc-tabs-item,.evc-tabs.evc-t-standard.evc-t-skin-light .evc-tabs-nav li a{border-color:#fff}@media only screen and (min-width:769px){.evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(3n+1){clear:both}.evc-tabs.evc-t-standard .evc-tabs-nav li:not(:first-child) a{border-left:0}}.evc-tabs.evc-t-standard .evc-tabs-nav li a{padding:12px 30px;font-size:14px;border:1px solid #ebebeb;border-bottom:0;background-color:#fbfbfc}.evc-tabs.evc-t-standard .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-standard .evc-tabs-nav li.ui-state-hover a{color:#303030;background-color:#fff}.evc-tabs.evc-t-standard .evc-tabs-item{padding:25px 32px 27px;border:1px solid #ebebeb}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav{border-color:#fff}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li a{color:rgba(255,255,255,.7)}.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-simple.evc-t-skin-light .evc-tabs-nav li.ui-state-hover a{color:#fff}.evc-tabs.evc-t-simple .evc-tabs-nav{padding-bottom:17px;border-bottom:1px solid #ebebeb}.evc-tabs.evc-t-simple .evc-tabs-nav li{padding-right:29px}.evc-tabs.evc-t-simple .evc-tabs-nav li:last-child{padding-right:0}.evc-tabs.evc-t-simple .evc-tabs-nav li a{font-size:15px}.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-hover a{color:#303030}.evc-tabs.evc-t-simple .evc-tabs-item{margin:25px 0 0}.evc-tabs.evc-t-vertical{display:table}.evc-tabs.evc-t-vertical.evc-t-skin-light .evc-tabs-nav li a{border-color:#fff}.evc-tabs.evc-t-vertical .evc-tabs-nav{display:table-cell;vertical-align:top;width:220px;height:100%;padding:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li{display:block;float:none;margin:0;padding:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li:not(:last-child) a{border-bottom:0}.evc-tabs.evc-t-vertical .evc-tabs-nav li a{display:block;padding:21px 20px;font-size:15px;text-align:center;color:grey;background-color:#fbfbfc;border:1px solid #ebebeb;overflow:hidden}.evc-tabs.evc-t-vertical .evc-tabs-nav li a:after{content:'';position:absolute;top:0;right:-6px;width:6px;height:100%;background-color:#e4e4e4;-webkit-transition:right .3s ease-in-out;-moz-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-hover a{color:#303030;background-color:#fff}.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-active a:after,.evc-tabs.evc-t-vertical .evc-tabs-nav li.ui-state-hover a:after{right:0}.evc-tabs.evc-t-vertical .evc-tabs-item{display:table-cell;vertical-align:top;width:calc(100% - 220px);height:100%;padding:0 0 0 40px}.evc-tabs.evc-t-centered{text-align:center}.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li a{color:rgba(255,255,255,.7)}.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-centered.evc-t-skin-light .evc-tabs-nav li.ui-state-hover a{color:#fff}.evc-tabs.evc-t-centered .evc-tabs-nav{width:auto}.evc-tabs.evc-t-centered .evc-tabs-nav li{margin:0 22px}.evc-tabs.evc-t-centered .evc-tabs-nav li a{font-size:16px}.evc-tabs.evc-t-centered .evc-tabs-nav li.ui-state-active a,.evc-tabs.evc-t-centered .evc-tabs-nav li.ui-state-hover a{color:#303030}.evc-tabs.evc-t-centered .evc-tabs-item{margin:30px 0 0}.evc-text-marquee{position:relative;color:#303030;font-size:54px;line-height:1.2em;font-weight:700;overflow:hidden;white-space:nowrap}.evc-text-marquee .evc-tm-element{position:relative;display:inline-block;vertical-align:top;padding:0 20px;box-sizing:border-box}.evc-text-marquee .evc-tm-element.evc-tm-aux{position:absolute;top:0;left:0}@media only screen and (max-width:1024px){.evc-full-screen-sections .evc-fss-nav-holder{bottom:29px;left:30px}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper{width:50%}.evc-gallery-block.evc-gb-featured-left .evc-gb-image-wrapper.evc-gb-featured-image{width:100%}}@media only screen and (max-width:1366px){.evc-process-2 .evc-p2-cover-bg{background-size:contain}.evc-process-2.evc-responsive-1366 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1366 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1366 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1280px){.evc-process-2.evc-responsive-1280 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1280 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1280 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1024px){.evc-process-2.evc-responsive-1024 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-1024 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-1024 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:768px){.evc-process-2.evc-responsive-768 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-768 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-768 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:680px){.evc-post-carousel .evc-owl-carousel .owl-nav,.evc-process-2.evc-responsive-680 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-680 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-680 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:480px){.evc-process-2.evc-responsive-480 .evc-p2-cover-bg{display:none}.evc-process-2.evc-responsive-480 .evc-process-2-item{width:100%!important;float:none;margin-top:50px}.evc-process-2.evc-responsive-480 .evc-process-2-item:first-child{margin-top:0}}@media only screen and (max-width:1366px){.evc-process.evc-responsive-1366 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1366 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1366 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1366 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}.evc-process.evc-responsive-1366 .evc-pi-content{margin-bottom:20px}.evc-svg-text{font-size:140px;height:140px}}@media only screen and (max-width:1280px){.evc-process.evc-responsive-1280 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1280 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1280 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1280 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}.evc-process.evc-responsive-1280 .evc-pi-content{margin-bottom:20px}}@media only screen and (max-width:1024px){.evc-process.evc-responsive-1024 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-1024 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-1024 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-1024 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:768px){.evc-process.evc-responsive-768 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-768 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-768 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-768 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:680px){.evc-process.evc-responsive-680 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-680 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-680 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-680 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:480px){.evc-process.evc-responsive-480 .evc-p-mark-horizontal{display:none}.evc-process.evc-responsive-480 .evc-p-mark-vertical{display:block}.evc-process.evc-responsive-480 .evc-p-inner{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 0 0 76px;margin:0;box-sizing:border-box}.evc-process.evc-responsive-480 .evc-process-item{width:100%!important;min-height:76px;float:none;padding:0;margin-top:0;text-align:inherit}}@media only screen and (max-width:1024px){.evc-svg-text{font-size:120px;height:120px}.evc-tabs.evc-t-vertical .evc-tabs-nav{width:200px}.evc-tabs.evc-t-vertical .evc-tabs-item{width:calc(100% - 200px)}}@media only screen and (max-width:768px){.evc-svg-text{font-size:100px;height:100px}}@media only screen and (max-width:680px){.evc-svg-text{font-size:70px;height:70px}}@media only screen and (max-width:480px){.evc-svg-text{font-size:60px;height:60px}}@media only screen and (max-width:768px){.evc-tabs.evc-t-standard .evc-tabs-nav li{display:block;float:none}.evc-tabs.evc-t-standard .evc-tabs-nav li a{width:100%}.evc-tabs.evc-t-simple .evc-tabs-nav li{padding-right:19px}.evc-tabs.evc-t-vertical .evc-tabs-item,.evc-tabs.evc-t-vertical .evc-tabs-nav{display:inline-block;vertical-align:top;width:100%;height:auto}.evc-tabs.evc-t-vertical .evc-tabs-item{padding:35px 0 0}}@media only screen and (max-width:680px){.evc-tabs.evc-t-vertical .evc-tabs-nav li a{padding:12px 20px}.evc-tabs.evc-t-vertical .evc-tabs-item{padding:25px 0 0}}
 @font-face{font-family:"Ionicons";src:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.eot?v=2.0.0);src:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/css/ion-icons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/plugins/lightbox/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/plugins/lightbox/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/plugins/lightbox/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//www.nethoster.com.au/wp-content/plugins/extensive-vc-addon/assets/plugins/lightbox/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxTopLeft{width:14px; height:14px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
.yith_woocompare_colorbox #cboxLoadedContent {
overflow: hidden !important;
}@font-face{font-family:star;src:url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:' ';display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(//www.nethoster.com.au/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;font-family:WooCommerce;content:'\e00b';text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:'\e008'}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:'\e013';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:'\e00b';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:'\e008'}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:'\e005';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:'\e004'}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.selectBox-dropdown {
min-width: 150px;
position: relative;
border: solid 1px #BBB;
line-height: 1.5;
text-decoration: none;
text-align: left;
color: #000;
outline: none;
vertical-align: middle;
background: #F2F2F2;
background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
padding: 2px 8px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
position: absolute;
top: 0;
right: 0;
width: 23px;
height: 100%;
background: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;
border-left: solid 1px #BBB;
} .selectBox-dropdown-menu {
position: absolute;
z-index: 99999;
max-height: 200px;
min-height: 1em;
border: solid 1px #BBB; background: #FFF;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
overflow: auto;
-webkit-overflow-scrolling: touch;
} .selectBox-inline {
min-width: 150px;
outline: none;
border: solid 1px #BBB;
background: #FFF;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: auto;
}
.selectBox-inline:focus {
border-color: #666;
} .selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
list-style: none;
display: block;
cursor: default;
padding: 0;
margin: 0;
}
.selectBox-options LI A {
line-height: 1.5;
padding: 0 .5em;
white-space: nowrap;
overflow: hidden;
background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
color: #888;
background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
color: #666;
background: #EEE;
font-weight: bold;
line-height: 1.5;
padding: 0 .3em;
white-space: nowrap;
} .selectBox.selectBox-disabled {
color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
opacity: .5;
filter: alpha(opacity=50);
border-color: #666;
}
.selectBox-inline.selectBox-disabled {
color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important;
}.woocommerce a.selectBox{
background: #ffffff;
min-width: 100px;
margin-right: 10px;
color: inherit;
}
.woocommerce a.selectBox,
.woocommerce a.selectBox:hover{
border-bottom: 1px solid #bbb!important;
}
.woocommerce a.selectBox:hover{
color: inherit;
}
.woocommerce a.selectBox:focus{
border: 1px solid #ccc;
}
.selectBox-dropdown .selectBox-label{
vertical-align: middle;
padding: 3px 8px;
}
.selectBox-dropdown .selectBox-arrow{
border: none;
background: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat;
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
background: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat;
}
.selectBox-dropdown-menu{
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 5px;
font-size: 80%;
}
.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f0ac";
margin-right: 5px;
}
.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f0c1";
margin-right: 5px;
}
.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f023";
margin-right: 5px;
}
.selectBox-dropdown-menu li a{
color: inherit;
padding: 5px 8px;
border-radius: 3px;
}
.selectBox-dropdown-menu a:hover{
color: inherit;
text-decoration: none;
} .woocommerce .wishlist_table td.product-add-to-cart a{
display: block!important;
margin: 0;
margin-bottom: 5px;
text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart span.dateadded{
display: block;
} .yith-wcwl-add-button a.open-pretty-photo{
display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
display: inline-block;
}
.yes-js .yith-wcwl-popup{
display: none;
text-align: center;
}
.yes-js .yith-wcwl-popup-content{
}
.yes-js .yith-wcwl-popup-content{
display: table;
width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
display: table-cell;
vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
width: 80%;
padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
border: 1px solid #ccc;
height: 35px;
border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
width: 100%;
font-weight: 700;
padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
width: 20%;
padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
float: right;
border: 1px solid #ccc;
border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
float: right;
min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
border-top: 1px solid #CCC;
padding: 20px 20px 0 20px;
margin: 20px -20px 0;
text-align: right;
} #yith-wcwl-popup-message {
background: white;
border: 1px solid #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 50px;
padding: 15px;
position: fixed;
text-align: center;
top: 50%;
left: 50%;
z-index: 10000; } .wishlist-title{
display: inline-block;
}
.wishlist-title h2{
display: inline-block;
padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
background: #efefef;
}
.wishlist-title a.show-title-form{
cursor: pointer;
visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
display: none;
margin: 25px 0 39px;
} .woocommerce table.wishlist_table{
font-size: 80%;
}
.woocommerce table.wishlist_table thead th{
border-top: 1px solid;
padding: 16px 12px;
}
.woocommerce table.wishlist_table tbody td{
padding: 16px 12px;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
border-color: #e7e7e7;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
.wishlist_table tr th.product-checkbox { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-remove { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-thumbnail{ width: 80px; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.woocommerce table.wishlist_table tr td.product-remove { padding: 16px 0 }
.wishlist_table tr td.product-thumbnail a { display: block; border: none; max-width: 80px; }
.wishlist_table tr td.product-thumbnail a img { width: 100%; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td a.button { white-space: normal; } a.add_to_wishlist{
cursor: pointer;
}
.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
margin: 0px;
}
.wishlist_table .add_to_cart.button{
padding: 7px 12px;
line-height: normal;
}
.yith-wcwl-add-to-wishlist {
margin-top: 10px;
}
.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
margin-right: 10px;
}
.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
margin: 0px;
box-shadow: none;
text-shadow: none;
border-radius: 3px;
} .woocommerce .wishlist-title h2{
vertical-align: middle;
}
.woocommerce .wishlist-title a.show-title-form{
vertical-align: middle;
margin-left: 15px;
}
.woocommerce .hidden-title-form input[type="text"]{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
min-width: 250px;
vertical-align: middle;
}
.woocommerce .hidden-title-form button{
padding: 7px 24px;
vertical-align: middle;
border: none;
position: relative;
}
.woocommerce .hidden-title-form button:active{
top: 1px;
}
.woocommerce .hidden-title-form a.hide-title-form{
vertical-align: middle;
line-height: normal;
} .woocommerce #content table.wishlist_table.cart a.remove{
color: #c3c3c3;
margin: 0 auto;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
background-color: #c3c3c3;
color: #fff;
} .yith-wcwl-share{
margin-bottom: 35px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
margin: 10px 0;
}
.yith-wcwl-share ul {
margin: 5px 0;
padding: 0;
}
.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 0px; }
.yith-wcwl-share li a {
background-position: left top;
display: inline-block;
width: 21px;
height: 21px;
border: none;
}
.yith-wcwl-share li a:hover { background-position: left bottom; }
.yith-wcwl-share li a.facebook { background-image: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/facebook.png); }
.yith-wcwl-share li a.twitter { background-image: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/twitter.png); }
.yith-wcwl-share li a.pinterest { background-image: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/pinterest.jpg); }
.yith-wcwl-share li a.googleplus { background-image: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/googleplus.jpg); }
.yith-wcwl-share li a.email { background-image: url(//www.nethoster.com.au/wp-content/plugins/yith-woocommerce-wishlist/assets/images/email.jpg); } .woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart{
margin: 10px 0;
display: inline-block;
}
.woocommerce .wishlist_table.cart .ask-an-estimate-button{
padding: 7px 12px;
line-height: normal;
}
#ask_an_estimate_popup{
display: none;
}
.ask-an-estimate-button-popup{
margin-top: 30px!important;
float: right;
text-transform: none;
}
#additional_notes{
min-height: 150px;
} .yith-wcwl-wishlist-new{
padding: 20px 30px;
border-bottom: 1px solid #e7e7e7;
}
.yith-wcwl-wishlist-new label{
vertical-align: middle;
margin-right: 20px;
}
.yith-wcwl-wishlist-new input{
min-width: 190px;
}
.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
margin-right: 10px;
}
.woocommerce .yith-wcwl-wishlist-new button{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
position: relative;
}
.woocommerce .yith-wcwl-wishlist-new button:active{
top: 1px;
} .woocommerce .wishlist_manage_table select{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
margin-right: 10px;
}
.woocommerce table.wishlist_manage_table tfoot td{
text-align: right;
padding: 24px 12px;
}
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
border-radius: 3px;
position: relative;
line-height: normal;
}
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
top: 1px;
}
.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
vertical-align: middle;
line-height: normal;
padding: 7px 24px;
} .woocommerce .yith-wcwl-wishlist-search-form{
padding: 20px 80px;
border-bottom: 1px solid #e7e7e7;
}
.woocommerce .yith-wcwl-wishlist-search-form:after{
content: '';
display: block;
clear: both;
}
.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
min-width: 300px;
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
float: left;
}
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
border-radius: 3px;
position: relative;
line-height: normal;
float: right;
}
.woocommerce p.yith-wcwl-empty-search-result{
padding: 50px 0;
text-align: center;
}
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
top: 1px;
}
.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce ul.yith-wcwl-search-results > li{
padding: 50px 80px;
border-bottom: 1px solid #e7e7e7;
}
.woocommerce ul.yith-wcwl-search-results > li:after{
content: '';
display: block;
clear: both;
}
.woocommerce ul.yith-wcwl-search-results .thumb{
float: left;
margin-right: 15px;
}
.woocommerce ul.yith-wcwl-search-results .user-details{
overflow: hidden;
padding-top: 15px;
}
.woocommerce ul.yith-wcwl-search-results .user-details span{
display: block;
}
.woocommerce ul.yith-wcwl-search-results .user-details span.name{
font-weight: 700;
}
.woocommerce ul.yith-wcwl-search-results .reuslt-details{
float: left;
width: 50%;
}
.woocommerce ul.yith-wcwl-search-results .result-wishlists{
float: right;
max-width: 50%;
padding-top: 15px;
}
.woocommerce .yith-wcwl-search-pagination{
padding: 5px 0;
text-align: center;
} .yith-wcwl-add-to-wishlist .ajax-loading {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
display: inline !important;
margin-left: 5px;
vertical-align: middle;
visibility: hidden;
width: 16px !important;
height: 16px !important;
} .widget_yith-wcwl-lists ul.dropdown li{
padding: 0;
}
.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
display: block;
padding: 5px 15px;
}
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
padding: 5px 25px;
}
.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
border-bottom: 1px solid #e7e7e7;
}
.widget_yith-wcwl-lists ul.dropdown ul.lists{
margin: 0;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/fonts/slick.eot);
src: url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/fonts/slick.woff) format('woff'), url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/fonts/slick.ttf) format('truetype'), url(https://www.nethoster.com.au/wp-content/themes/boxshop-child/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 0px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick'; font-size: 20px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0; display: flex;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
max-height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}@media only screen and (max-width: 1280px){
.products ul.slick-dots {
left: 0;
position: relative;
top: 10px;
}
.rav_text {
font-size: 16px !important;
line-height: 1em !important;  display: none;
}
.rav_text span {
font-size: 16px !important;
line-height: 1em !important;
display: none;
}
.richtext{
display: none;
}
.vc_row.wpb_row.vc_row-fluid.inner_page_box.ts-row-wide {
margin: 0px;
}
.ts-price-table.ts-price-table-6 h3 {
left: 0px !important;
}
.ts-price-table.ts-price-table-7 h3 {
left: 0px !important;
}
vc_row.wpb_row.vc_row-fluid.inner_page_box.ts-row-wide {
margin: 0px;
}
#container_form {
width: 100% !important;
}
.dsl_container {
width: 100%;
}
.dsl_container .col-md-3.col-sm-6.col-xs-12 {
width: 96% !important;
padding: 0px 20px;
}
.dsl_container .col-md-12.col-sm-12.col-xs-12 {
padding: 0px 20px;
}
}
@media only screen and (max-width: 1024px){
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 800px){
.rav_text {
display: none;
}
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 600px){
}
@media only screen and (max-width: 480px){
}
@media only screen and (max-width: 375px){
}
@media only screen and (max-width: 360px){
}
@media only screen and (max-width: 320px){
}@media print { }
.bypostauthor,
.commentlist li{
list-style:none
}
.wp-caption{
max-width:100%;
}
.edit-link,
.drop-icon,
.screen-reader-text{
display:none;
}
.first{
clear:both;
}
.visible-phone{
display:none !important
}
.visible-ipad{
display:none !important;
}
div.pp_pic_holder{
z-index:99997 !important;
}
div.pp_overlay,
#cboxOverlay {
z-index:99996 !important;
background: #000000 !important;
opacity:0.75 !important
}
.google-map-container img{
max-width:none
}
.owl-carousel .owl-stage-outer:not(.owl-height), 
.owl-carousel .owl-stage-outer:not(.owl-height) .owl-stage{
height:auto !important;
}
.gallery-caption {
font-weight:bold;
}
.wp-caption{
max-width:100%;
}
.wp-caption.alignnone {
margin:5px 20px 20px 0; }
.wp-caption.alignleft {
margin:5px 20px 20px 0;
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
}
.wp-caption img {
border:0 none;
height:auto;
margin:0;
max-width:98.5%;
padding:0;
width:auto;
}
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:18px;
margin:0;
padding:5px 4px 5px 0; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px; line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .owl-carousel .product-wrapper .meta-wrapper *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
*
{
margin:0;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body 
{
text-align:left; font-weight:normal;
font-style:normal;
vertical-align: baseline;
float:left;
width:100%;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-break:normal;
background:#ffffff;
letter-spacing:0.25px;
background-size:container;
}
html
{ 
-webkit-text-size-adjust:none; 
}
body .fa {
font-family:"FontAwesome";
}
abbr{
text-decoration:none;
}
img
{
border:0;
vertical-align:top;
margin:0 0 0;
max-width:100%;
height:auto;
}
a
{
text-decoration:none;
cursor:pointer;
background:transparent;
transition:all 200ms ease 0s;
-webkit-transition:all 200ms ease 0s;
-moz-transition:all 200ms ease 0s;
}
a:hover
{ text-decoration:none;
-webkit-tap-highlight-color:transparent;
-moz-tap-highlight-color:transparent;
}
a:focus{
text-decoration:none;
}
a:focus, input[type="submit"] {
outline:none!important;
}
a.button:hover,
.woocommerce .product .product-wrapper a.added_to_cart:hover, 
.woocommerce-page .product .product-wrapper a.added_to_cart:hover
{
text-decoration:none;
}
abbr[title], 
acronym[title]{
text-decoration:none;
}
input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px white inset !important; }
input:-webkit-autofill:focus {
-webkit-box-shadow: ,0 0 0 50px white inset !important;
}
::-webkit-input-placeholder { color:#cecaca;
}
:-moz-placeholder { color:#cecaca;
}
::-moz-placeholder { color:#cecaca;
}
:-ms-input-placeholder { color:#cecaca;
}
input[type^="text"]:focus
{
outline:0;
-webkit-tap-highlight-color:transparent;
-moz-tap-highlight-color:transparent;
-webkit-appearance:none;
}
select:focus 
{
outline:0;
}
p,
address
{
margin:0 0 14px;
display:block;
}
strong 
{
font-weight:bold;
}
em 
{
font-style:italic;
}
ins 
{
text-decoration:none;
}
big{
font-size:150%;
} h1,h2,h3,h4,h5,h6 ,
.h1,.h2,.h3,.h4,.h5,.h6
{
margin:0 0 20px 0;
}
h5,h6 ,
.h5,.h6
{
margin:0 0 15px 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
text-decoration:none;
} form
{
display:inline-block;
width:100%;
} table
{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
font-size:100%;
width:100%;
word-wrap:break-word
}
table td, 
table th {
text-align:left; }
table label 
{
white-space:normal;
vertical-align:top;
}
label a{
text-transform:none;
} legend {
border:0;
margin:0 0 10px;
} label ,
.wpcf7 p{
line-height:18px;
padding:0 0 8px 0;
display:block;
}
.wpcf7 p{
padding:0;
margin-bottom:10px;
} .ol-style{
counter-reset:list;
}
.ol-style li{
list-style:none;
}
.ol-style ol{
counter-reset:listsub;
}
.ol-style ol ol{
counter-reset:listsub2;
}
.ol-style li:before{
counter-increment: list;
content: counter(list) ". ";
margin-right:15px; }
.ol-style ol li:before{
counter-increment: listsub;
content: counter(list) ". " counter(listsub);
}
.ol-style ol ol li:before{
counter-increment: listsub2;
content: counter(list) ". " counter(listsub) ". " counter(listsub2);
}
.ul-style li{
list-style:none;
}
.ul-style li:before{
font-family:FontAwesome;
content: "\f00c";
margin-right:15px; }
.ul-style.circle li:before{
font-family:FontAwesome;
content: "\f111";
margin-right:15px; font-size:10px;
}
.ul-style.remove li:before{
font-family:FontAwesome;
content: "\f00d";
margin-right:15px; }
.ul-style.remove li:before,
.ul-style li:before{
font-size:13px;
line-height:14px;
}
ol, 
ul
{
margin-bottom:15px; }
ol li, 
ul li 
{
line-height:20px;
padding:8px 0;
}
ol ol, 
ol ul, 
ul ul,
ul ol
{
margin:8px 0 0 30px; }
ol ol ol, 
ol ul ol, 
ul ul ol,
ul ol ol,
ol ol ul, 
ol ul ul, 
ul ul ul,
ul ol ul
{
margin:8px 0 0 20px; }
ol li, 
ul ol li 
{
list-style:decimal inside none;
}
ul li 
{  }
ol ul > li, 
ul ul > li
{
list-style:disc inside none
}
ol ol ol > li
{
list-style:decimal inside none;
}
ol ol li{
list-style:decimal inside none;
} dl 
{
margin-bottom:20px;
}
dt, 
dd 
{
line-height:18px;
}
dt 
{
font-weight:bold;
}
dd 
{
margin:12px 0 30px 0;
} .price del,
.product-price del{
text-decoration:none;
}
.price del .amount,
.product-price del .amount{
text-decoration:line-through;
}
del 
{
text-decoration:line-through;
} blockquote {
margin:0 0 20px 0;
position:relative;
text-indent:16px; }
blockquote:before{
font-family:FontAwesome;
content: "\f10d";
position:absolute;
top:-12px;
left:-14px; font-size:12px;
}
blockquote.quote-border{
border-width:1px;
border-style:solid;
padding:30px 40px;
text-indent:0;
margin:30px 0;
}
blockquote.quote-border:before{
display:none;
}
blockquote p{
margin:0;
} body code
{
overflow:hidden;
display:inline-block;
padding:0 5px;
background:#f7f7f7;
line-height:18px;
position:relative;
top:3px;
margin:0;
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break:break-all;
white-space:normal;
clear:both;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.clearfix:after{
content:" ";display:table;clear:both
}
.clearfix {
*zoom:1
}
body code:hover 
{
background-color:#f8f7f7;
}
body table code 
{
white-space:normal
} table{
border-width:1px;
border-style:solid;
border-collapse:separate;
}
table thead th{
text-transform:uppercase;
border-width:0 0 1px 1px;
border-style:solid;
padding:12px 20px;
font-weight:bold;
}
table td,
table th {
border-width:0 0 1px 1px; border-style:solid;
padding:15px 20px;
}
table tfoot tr,
table tfoot th{
background:transparent;
}
table thead th:first-child {
border-width:0 0 1px 0;
}
table td:first-child{
border-width:0 0 1px 0;
}
table tbody tr:last-child td{
border-bottom-width:0;
} input[type="search"] {
-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
}
body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body select,
body textarea
{
vertical-align:middle; }
body .widget-container input[type="search"],
body .widget-container input[type="text"],
body .widget-container input[type="password"],
body .widget-container input[type="number"],
body .widget-container input[type="email"],
body .widget-container select,
body .widget-container textarea,
body .widget input[type="search"],
body .widget input[type="text"],
body .widget input[type="password"],
body .widget input[type="number"],
body .widget input[type="email"],
body .widget select,
body .widget textarea
{
max-width:100%;
}
body input[type="search"],
body input[type="number"],
body input[type="text"],
body input[type="email"],
body input[type="password"],
body textarea{
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
outline:0;
}
body input[type="number"] { 
-webkit-appearance: none;
-moz-appearance:textfield;
appearance: none;
}
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p select,
.wpcf7 p textarea{
width:100%;
max-width:100%;
}
.woocommerce #content table.shop_table input, 
.woocommerce table.shop_table input, 
.woocommerce-page #content table.shop_table input, 
.woocommerce-page table.shop_table input{
line-height:16px;
}
.woocommerce form.login input, 
.woocommerce form.register input, 
.woocommerce-page form.login input, 
.woocommerce-page form.register input,
.woocommerce form.login select, 
.woocommerce form.register select, 
.woocommerce-page form.login select, 
.woocommerce-page form.register select,
.woocommerce form.login textarea, 
.woocommerce form.register textarea, 
.woocommerce-page form.login textarea, 
.woocommerce-page form.register textarea{
max-width:350px;
} html input
{
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
width:100%;
border-width:1px;
border-style:solid;
margin:0 0 10px;
padding:7px 15px;
}
input, button
{
transition:all 120ms ease-out 0s;
-webkit-transition:all 120ms ease-out 0s;
-moz-transition:all 120ms ease-out 0s;
}
fieldset{
border-width:1px;
border-style:solid;
padding:20px;
margin:20px 0;
}
#payment fieldset{
border:0;
}
fieldset legend{
padding:0 10px 0 10px;
margin-bottom:0;
font-weight:bold;
text-transform:uppercase;
}
.woocommerce > form > fieldset legend{
padding:0;
}
html input.button,
input[type^="submit"],
input[type^="radio"],
input[type^="check"] {
width:auto;
margin:0;
}
html input:focus:invalid:focus, 
html select:focus:invalid:focus 
{
color:#999;
}
tearea,
html input[type^="search"],
html input[type^="text"], 
html input[type^="email"],
html input[type^="password"],
html input[type^="number"],
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
.chosen-container a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select
{
filter:none !important;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
display:inline-block;
border-width:1px;
border-style:solid;
background:#fff;
padding:10px 15px;
width:100%;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
text-align:left; width:100%;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select{
padding-top:5px;
padding-bottom:5px;
}
body select.dokan-form-control{
padding-top:5px;
padding-bottom:5px;
min-height:auto;
}
body .select2-container--default .select2-results__option[aria-selected=true]{
background:transparent;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected]{
background:rgba(153,153,153,0.1);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
border-width:0;
}
body .select2-container--default .select2-search--dropdown .select2-search__field{
max-width:100%;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-search.png) !important; background-position:right center !important; background-repeat:no-repeat !important;
background-size:30px !important;
margin:0;
}
body .select2-container--default .select2-results > .select2-results__options li{
list-style:none;
}
body .select2-container .select2-selection--single{
height:auto;
line-height:0;
}
body .select2-container--default .select2-selection--single{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
overflow:hidden;
}
body .select2-container--open .select2-dropdown--below,
body .select2-dropdown{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
z-index:99992; }
body .select2-container--default .select2-selection--single .select2-selection__arrow{
top:50%;
margin-top:-13px;
right:7px; }
body .select2-search input[type="search"]{
padding:6px 25px 6px 10px !important; }
body .select2-results li{
padding:5px 10px;
margin:0;
}
body .select2-search--dropdown{
padding:7px;
}
body .select2-results{
padding:0;
margin:0;
line-height:0;
}
body .select2-container--classic .select2-results > .select2-results__options, 
body .select2-container--default .select2-results > .select2-results__options{
max-height:215px;
}
textarea,
#bbpress-forums #bbp-your-profile fieldset textarea,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
height:140px;
}
html input[type^="search"]:hover,
html input[type^="text"]:hover, 
html input[type^="email"]:hover,
html input[type^="password"]:hover,
html textarea:hover,
html input[type^="search"]:focus,
html input[type^="text"]:focus, 
html input[type^="email"]:focus,
html input[type^="password"]:focus,
html textarea:focus,
html input:focus:invalid:focus, 
html select:focus:invalid:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce-page form .form-row textarea:hover,
.woocommerce form .form-row textarea:focus, 
.woocommerce-page form .form-row textarea:focus,
#bbpress-forums #bbp-your-profile fieldset input:hover, 
#bbpress-forums #bbp-your-profile fieldset textarea:hover,
#bbpress-forums #bbp-your-profile fieldset input:focus, 
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
.bbp-login-form .bbp-username input:hover, 
.bbp-login-form .bbp-email input:hover, 
.bbp-login-form .bbp-password input:hover,
.bbp-login-form .bbp-username input:focus, 
.bbp-login-form .bbp-email input:focus, 
.bbp-login-form .bbp-password input:focus{
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background-image:none;
}
input:hover,
input:focus {
outline:none!important;
}
html.ie10 input[type^="text"], 
html.ie10 input[type^="email"],
html.ie10 input[type^="password"] {
box-shadow:none!important;
} 
html input[type^="button"],
html input[type^="submit"] 
{
-webkit-appearance:none
}
html input[type^="button"]:focus,
html input[type^="submit"]:focus
{
outline:none!important;
}
input[type='number'] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button 
{
-webkit-appearance: none;
} html input[type^="radio"] 
{
border:0;
padding-left:0;
padding-right:0;
padding-top:0;
position:relative;
top:2px;
}
html input[type^="checkbox"]
{
border:0;
padding:0;
position:relative;
top:2px;
}
label input[type^="checkbox"]{
margin-right:4px; }
textarea 
{
background:#fff;
border-width:1px;
border-style:solid;
padding:12px 15px;
width:100%;
-webkit-appearance:none;
-webkit-border-radius:0!important;
transition:all 200ms ease 0s;
-webkit-transition:all 200ms ease 0s;
-moz-transition:all 200ms ease 0s;
-webkit-appearance:none;border-radius:0;
-moz-border-radius:0;-webkit-border-radius:0;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
overflow:auto;
}
select
{
padding-left:15px; padding-right:30px; max-width:400px;
filter:none !important;
position:relative;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-select.png);
background-position:right center; background-repeat:no-repeat;
cursor:pointer;
}
select option
{
padding:5px 8px;
}
select,
body .select2-container--default .select2-selection--single .select2-selection__rendered
{
padding-left:15px; padding-right:30px; }
table 
{
max-width:100%; margin-bottom:20px;
}
form table{
margin-bottom:0;
}
table tbody, 
table tfood,
table thead
{
max-width:100%;
}
html pre {
background:#f7f7f7;
border:0;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
padding:20px 20px;
line-height:26px;
margin:10px 0 25px 0;
word-break:break-word;
white-space: pre-wrap;
} br 
{
margin:0 0 5px;
} button,
button:hover,
button:focus{
outline:0;
}
button.button::-moz-focus-inner 
{
padding:0;
border:0;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus 
{
-webkit-box-shadow:0 0 0 50px #fff inset; 
}
.woocommerce ul.products li.product .button{
margin:0;
}
.woocommerce ul.products li.product .price ins{
font-weight:normal;
}
a.button
{
display:inline-block;
}
a.button,
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
body .single-post .single-navigation > a,
input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{ font-weight:500;
padding:9px 15px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
text-shadow:none;
-moz-text-shadow:none;
-webkit-text-shadow:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
filter:none;
cursor:pointer;
text-align:center;
background-image:none;
border-width:1px;
border-style:solid;
text-align:center;
}
a.button.button-border-primary,
a.button.button-border-secondary,
input.button.button-border-primary,
input.button.button-border-secondary,
.woocommerce a.button.button-border-primary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce input.button.button-border-primary,
.woocommerce-page input.button.button-border-secondary,
.woocommerce .cart_totals a.checkout-button.button,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce #content table.shop_table input.button-secondary, 
.woocommerce table.shop_table input.button-secondary, 
.woocommerce-page #content table.shop_table input.button-secondary, 
.woocommerce-page table.shop_table input.button-secondary{
border-width:2px;
padding:8px 15px;
}
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
#content button.button:hover{
text-shadow:none;
-moz-text-shadow:none;
-webkit-text-shadow:none;
filter:none;
background-image:none;
outline:none;
}
.pswp__button--arrow--left:hover, 
.pswp__button--arrow--right:hover{
top:50%;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{background-color:inherit;color:inherit;}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:inherit;}
.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after{
vertical-align:initial;
display:none;
}
body #wp-link-wrap{
height:280px
}
body #wp-link .query-results{
bottom:auto;
top:100%
}
body #wp-link-wrap.search-panel-visible #search-panel{
position:relative;
}
body #wp-link-wrap #wp-link{
position:relative;
display:inline-block;
width:100%;
}
body #wp-link-wrap.search-panel-visible{
height:500px;
}
body #wp-link-wrap.search-panel-visible #wp-link ul{
max-height:100px;
overflow:auto;
} .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video{
border:0;
outline:0;
}  .clear 
{
clear:both;
min-height:1px;
width:100%;
position:relative;
z-index:-1;
margin-bottom:-1px;
}
.clearboth 
{
clear:both;
}
.clearleft 
{
clear:left;
}
.noimage
{
margin-left:0;
}
.alignnone 
{
margin:10px 20px 10px 0; }
.alignleft 
{
float:left!important;
margin:10px 20px 10px 0 !important;
max-width:100%;
height:auto;
}
.alignright
{
float:right;
margin:10px 0 10px 20px !important;
max-width:100%;
height:auto;
}
.aligncenter 
{
display:block;
margin:10px auto 10px auto;
max-width:100%;
height:auto;
}
iframe html 
{
position:relative;
z-index:1;
}
.thumbnail {
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
display:inline-block;
margin-bottom:15px;
position:relative;
}   body .flexslider:hover .flex-prev{
left:20px;
}
body .flexslider:hover .flex-next{
right:20px;
}
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo{
padding:0;
margin:0;
}
body .wpb_gallery_slides.wpb_flexslider,
body .theme-default .nivoSlider{
border:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
overflow:hidden;
}
body .wpb_gallery_slides.wpb_flexslider,
body .wpb_gallery .wpb_flexslider .flex-control-nav li{
margin:0;
}
body .wpb_gallery .wpb_flexslider .flex-control-nav{
bottom:10px;
top:auto;
}
body .wpb_gallery.dot-bottom-left .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-bottom-right .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-top-left .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-top-right .wpb_flexslider .flex-control-nav{
width:auto;
}
body .wpb_gallery.dot-bottom-left .wpb_flexslider .flex-control-nav{
left:5%;
right:auto;
}
body .wpb_gallery.dot-bottom-right .wpb_flexslider .flex-control-nav{
right:5%;
left:auto;
}
body .wpb_gallery.dot-top-left .wpb_flexslider .flex-control-nav{
left:5%;
right:auto;
top:10px;
bottom:auto;
}
body .wpb_gallery.dot-top-right .wpb_flexslider .flex-control-nav{
right:5%;
left:auto;
top:10px;
bottom:auto;
} body div.pp_pic_holder{
min-width:90px;
}
body div.ppt{
padding:10px 15px;
margin:0;
width:100% !important;
line-height:24px !important;
position:absolute;
left:0;
top:0;
}
body div.pp_default .pp_content_container .pp_left{
padding-left:15px;
}
body div.pp_default .pp_content_container .pp_right{
padding-right:15px;
}
body .pp_woocommerce .pp_content_container .pp_right,
body .pp_woocommerce .pp_content_container .pp_left{
padding:0;
}
body .pp_top, 
body .pp_bottom {
display:none !important;
}
body .pp_content_container .pp_left,
body .pp_content_container .pp_right{
background:none !important;
}
body #pp_full_res .pp_inline p{
margin-bottom:10px;
}
body div.pp_default .pp_details{
position:static;
}
body .pp_nav,
div.pp_woocommerce .pp_nav{
float:left; margin:0 20px 0 0; position:relative;
z-index:2;
}
div.pp_woocommerce div.ppt{
position: absolute;
bottom: 18px;
top: auto;
right:10px;
left: 100px; }
body div.pp_woocommerce .pp_description{
position:relative;
z-index:1;
}
body div.pp_woocommerce.pp_pic_holder .pp_content{
max-width:100%;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
body div.pp_woocommerce.pp_pic_holder{
padding-top:0;
}
body .pp_loaderIcon{
margin:0;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
left:50%;
right:auto;
}
body div.pp_woocommerce.pp_pic_holder .pp_loaderIcon:before{
display:none !important
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
opacity:1;
position:relative;
}
a.button.loading .blockOverlay{
display:none !important;
}
body div.pp_pic_holder .pp_loaderIcon{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader1.gif) center no-repeat !important;
width:50px;
height:50px;
margin:0;
position:absolute;
top:50%;
left:50%;
right:auto;
bottom:auto;
content:"";
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container,
body .pp_content_container{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
padding:0;
position:static;
}
body .ts-product-video .pp_content_container{
padding:25px 20px;
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container{
padding:30px !important;
overflow:hidden;
}
body div.pp_woocommerce.pp_pic_holder .pp_hoverContainer{
display:none !important;
}
body div.pp_woocommerce.pp_pic_holder .pp_expand,
body div.pp_woocommerce.pp_pic_holder .pp_contract,
body div.pp_default .pp_expand,
body div.pp_default .pp_contract{
width:34px !important;
height:34px !important;
min-width:0 !important;
position: absolute;
left: -34px ;
right:auto;
top: 0 ;
display: block;
line-height: 30px;
border:0;
text-indent: -10000px;
text-shadow:none !important;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) -35px -72px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
body .pp_nav p{
float:left; }
body div.pp_woocommerce.pp_pic_holder .pp_expand,
body div.pp_woocommerce.pp_pic_holder .pp_contract{
left: -34px ;
right:auto;
top: 0;
}
#ts-search-popup .ts-button-close,
body #cboxClose,
body div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.ts-product-video.pp_pic_holder .pp_close{
bottom:auto;
min-width:0 !important;
z-index:9999;
top:0;
font-size:0 !important;
right:-34px; position:absolute !important;
background-image:none;
width:34px;
height:34px;
text-indent:-99999px;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) 2px -71px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
transition:all 150ms ease 0s;
-webkit-transition:all 150ms ease 0s;
-moz-transition:all 150ms ease 0s;
}
body #cboxClose:before,
body div.pp_default .pp_close:before,
body div.pp_woocommerce.pp_pic_holder .pp_close:before,
body div.ts-product-video.pp_pic_holder .pp_close:before,
body div.pp_woocommerce.pp_pic_holder .pp_expand:before,
body div.pp_woocommerce.pp_pic_holder .pp_contract:before,
body div.pp_default .pp_expand:before,
body div.pp_default .pp_contract:before{
display:none !important;
}
body div.pp_default .pp_expand,
body div.pp_default .pp_contract{
top:0;
}
body #cboxClose:hover,
body a.pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover{
text-decoration:none;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) 2px -71px;
}
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default .pp_contract:hover{
text-decoration:none;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) -35px -72px;
}
body div.pp_woocommerce.pp_pic_holder .pp_details,
body .pp_details{
padding:0;
margin:0;
display:inline-block;
width:100%;
}
body div.pp_woocommerce.pp_pic_holder .pp_details{
margin:10px 0 0 0;
}
body div.pp_woocommerce.pp_pic_holder.loaded .pp_details{
margin:0 0 0 0;
}
body .pp_nav,
body div.pp_default .pp_nav{
width:auto;
margin:5px 0;
height:26px;
position:static;
}
body div.pp_default .pp_hoverContainer{
top:auto;
bottom:36px;
}
body div.pp_default .pp_nav .currentTextHolder{
position:static !important;
margin:0 !important;
padding:3px 8px 0 8px !important;
line-height:18px !important;
font-size:14px !important;
font-style:normal !important;
}
body .pp_nav .pp_arrow_previous, 
body .pp_nav .pp_arrow_next,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next{
background-image:none !important;
text-shadow:none !important;
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
position:relative;
line-height:22px;
width:18px !important;
height:22px !important;
border:0;
font-size:0;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
position:relative;
left:auto !important;
right:auto !important;
bottom:auto !important;
top:auto !important;
margin-top:0 !important;
background:transparent;
float:left; }
body .pp_gallery .pp_arrow_previous:before, 
body .pp_gallery .pp_arrow_next:before{
display:none;
}
body .pp_nav .pp_arrow_previous:before, 
body .pp_nav .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
position:absolute;
left:0;top:0;
right:0;bottom:0;
font-size:16px !important;
text-shadow:none !important;
box-shadow:none !important;
text-indent:0 !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
font-family:FontAwesome !important;
line-height:22px !important;
text-align:center;
font-weight: 400 !important;
}
body .pp_arrow_previous:hover, 
body .pp_arrow_next:hover,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover{
background:none;
}
body .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before{
content: "\f0d9";
}
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
content: "\f0da";
}
body .pp_nav .pp_play, 
body .pp_nav .pp_pause{
background:none !important;
position:relative !important;
width:30px !important;
height:30px !important;
margin-right:10px !important; display:none !important;
}
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover{
background:none !important;
opacity:1 !important;
}
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before{
position:absolute;
left:0;top:0;
right:0;bottom:0;
width:30px;
height:30px;
line-height:30px;
content:"";
display:inline-block;
text-align:center;
font-family: 'FontAwesome';
font-weight:300;
font-size:16px;
text-indent:0;
transition:all 150ms ease 0s;
-webkit-transition:all 150ms ease 0s;
-moz-transition:all 150ms ease 0s;
}
body .pp_nav .pp_pause:before{
content: "\f04c";
}
body .pp_nav .pp_play:before{
content: "\f04b";
}
body div.pp_default .pp_arrow_next:hover, 
body div.pp_default .pp_arrow_previous:hover, 
body div.pp_default .pp_close:hover, 
body div.pp_default .pp_nav .pp_pause:hover, 
body div.pp_default .pp_nav .pp_play:hover{
opacity:1 !important;
}
body div.pp_woocommerce .pp_description{
font-weight:bold;
}
body div.pp_woocommerce .pp_gallery{
-webkit-transform: translate(0,-100%);
-moz-transform: translate(0,-100%);
-ms-transform: translate(0,-100%);
transform: translate(0,-100%);
margin-top:-10px;
}
body div.pp_woocommerce .pp_gallery ul li a,
body div.pp_woocommerce .pp_gallery ul{
height:auto;
}
body .pp_nav p{
line-height:24px;
}
body div.pp_woocommerce .pp_gallery ul li a,
body div.pp_default .pp_gallery ul li a{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}  .page-container,
.page-fullwidth-template .ts-row-boxed,
.container,
.breadcrumb-title-wrapper .breadcrumb-content,
.ts-row-wide .ts-logo-slider-wrapper,
.ts-row-wide .ts-testimonial-wrapper,
.ts-row-wide .ts-twitter-slider{
margin-right: auto;
margin-left: auto;
}
.breadcrumb-title-wrapper .breadcrumb-content,
.header-v1 .container{
padding-left: 20px;
padding-right: 20px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.hidden{display:none !important} .ts-columns:after{
display:table;
content:"";
clear:both;
}
.ts-columns{
margin-left:-10px;
margin-right:-10px;
}
.ts-columns > .ts-item{
float:left;
padding:10px;
}
.ts-columns.ts-columns-1 > .ts-item{
width:100%;
float:left;
}
.ts-columns.ts-columns-2 > .ts-item{
width:50%;
}
.ts-columns.ts-columns-3 > .ts-item{
width:33.33333%;
}
.ts-columns.ts-columns-4 > .ts-item{
width:25%;
}
.ts-columns.ts-columns-5 > .ts-item{
width:20%;
}
.ts-columns.ts-columns-6 > .ts-item{
width:16.6%;
}
.ts-columns.ts-columns-7 > .ts-item{
width:14.285%;
}
.ts-columns.ts-columns-8 > .ts-item{
width:12.5%;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24 {
width:100%;float:none;min-height:1px;
padding:0 10px;
}
.no-padding{
padding-left:0;
padding-right:0;
} .vc_row.vc_column-gap-1,.vc_row.vc_column-gap-2,.vc_row.vc_column-gap-3,.vc_row.vc_column-gap-4,.vc_row.vc_column-gap-5,.vc_row.vc_column-gap-10,.vc_row.vc_column-gap-15,.vc_row.vc_column-gap-20,.vc_row.vc_column-gap-25,.vc_row.vc_column-gap-30,.vc_row.vc_column-gap-35{
padding-left:15px;
padding-right:15px;
}
.vc_row.vc_column-gap-1 > .vc_column_container,.vc_row.vc_column-gap-2 > .vc_column_container,.vc_row.vc_column-gap-3 > .vc_column_container,.vc_row.vc_column-gap-4 > .vc_column_container,.vc_row.vc_column-gap-5 > .vc_column_container,.vc_row.vc_column-gap-10 > .vc_column_container,.vc_row.vc_column-gap-15 > .vc_column_container,.vc_row.vc_column-gap-20 > .vc_column_container,.vc_row.vc_column-gap-25 > .vc_column_container,.vc_row.vc_column-gap-30 > .vc_column_container,.vc_row.vc_column-gap-35 > .vc_column_container{
padding-top:0;
padding-top:0;
}
.page-fullwidth-template article .ts-row-boxed{
margin-left:-10px;
margin-right:-10px;
}
.page-fullwidth-template article > .ts-row-boxed{
margin-left:auto;
margin-right:auto;
padding-left:10px;
padding-right:10px;
}
.page-fullwidth-template .ts-row-boxed[data-vc-full-width="true"]{
max-width:none;
}
.vc_row{
margin-left:-10px;
margin-right:-10px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left:10px;
padding-right:10px;
}
.vc_column_container >.vc_column-inner{
padding-left:0;
padding-right:0;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
padding-top:0;
}
@media (min-width: 1024px) {                     }
@media (min-width: 768px) { .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left:10px;
padding-right:10px;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24 {
float: left;
}
.ts-col-24 {
width: 100%;
}
.ts-col-23 {
width: 95.83333333%;
}
.ts-col-22 {
width: 91.66666667%;
}
.ts-col-21 {
width: 87.5%;
}
.ts-col-20 {
width: 83.33333333%;
}
.ts-col-19 {
width: 79.16666667%;
}
.ts-col-18 {
width: 75%;
}
.ts-col-17 {
width: 70.83333333%;
}
.ts-col-16 {
width: 66.66666667%;
}
.ts-col-15 {
width: 62.5%;
}
.ts-col-14 {
width: 58.33333333%;
}
.ts-col-13 {
width: 54.16666667%;
}
.ts-col-12 {
width: 50%;
}
.ts-col-11 {
width: 45.83333333%;
}
.ts-col-10 {
width: 41.66666667%;
}
.ts-col-9 {
width: 37.5%;
}
.ts-col-8 {
width: 33.33333333%;
}
.ts-col-7 {
width: 29.16666667%;
}
.ts-col-6 {
width: 25%;
}
.ts-col-5 {
width: 20.83333333%;
}
.ts-col-4 {
width: 16.66666667%;
}
.ts-col-3 {
width: 12.5%;
}
.ts-col-2 {
width: 8.33333333%;
}
.ts-col-1 {
width: 4.16666667%;
}
}
body.boxed #page{
margin-left:auto;
margin-right:auto;
}
@media (min-width: 768px) {
body.boxed #page,
.page-container,
.container{
width: 740px;
}
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width:740px;
}                        }
@media (min-width: 992px) {
body.boxed #page,
.page-container,
.container{
width:980px;
}
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width:980px;
}
}
@media (min-width: 1220px) {
body.boxed #page,
.page-container,
.container{
width:1220px;
}
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width:1220px;
}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-color: #357ebd;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}   body.boxed .page-fullwidth-template article > .ts-row-boxed{
padding-left:0;
padding-right:0;
}
body.boxed .page-fullwidth-template article > .ts-row-wide{
padding-left:10px;
padding-right:10px;
}
body.wide .page-fullwidth-template #main-content{
padding-left:0;
padding-right:0;
}
html #page{
position:relative;
overflow:hidden;
}
body.boxed #page{
overflow:hidden;
box-shadow:0 0 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
}
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon{
margin-left:auto;
margin-right:auto;
}
body.boxed.layout-fullwidth #page,
body.boxed.layout-fullwidth header.ts-header .header-menu{
box-shadow:none;
-webkit-box-shadow:none;
max-width:100%;
}  .woocommerce-password-strength{
font-weight:normal;
}
article > .woocommerce{
margin-bottom:50px;
}
.woocommerce p.stars a:hover{
text-decoration:none;
}
body .pp_woocommerce *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login, 
.woocommerce-page form.register{
border:0;
overflow:hidden;
display:inline-block;
padding:0;
width:100%;
margin:0 0 30px 0;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
}
.woocommerce-page form.checkout_coupon{
margin-bottom:0;
}
.woocommerce form .form-row, 
.woocommerce-page form .form-row{
padding:0;
margin:0 0 25px 0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last{
width:49%;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first{
margin-right:2%; clear:both;
}
.woocommerce form.login .button, 
.woocommerce form.register .button, 
.woocommerce-page form.login .button, 
.woocommerce-page form.register .button{
margin: 0 30px 14px 0; min-width:120px;
}
.woocommerce form .form-row label.inline, 
.woocommerce-page form .form-row label.inline{
position:relative;
top:0;
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table{
border-width:1px;
border-style:solid;
table-layout:auto;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.woocommerce table.shop_table.my_account_orders, 
.woocommerce-page table.shop_table.my_account_orders{
table-layout:fixed;
}
.woocommerce table.shop_table td, 
.woocommerce-page table.shop_table td{
border-top-width:0;
}
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot th{
border-width:0;
}
.woocommerce table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot td{
border-width:0;
}
.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img{
width:auto;
}
.woocommerce td.product-name dl.variation dd, 
.woocommerce-page td.product-name dl.variation dd{
padding:0;
margin:0;
}
.woocommerce td.product-name dl.variation, 
.woocommerce-page td.product-name dl.variation{
font-size:90%;
}  .wpb_widgetised_column:after{
display:table;
content:"";
clear:both;
} h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
margin:15px 0 20px 0;
}
.vc_row.fix-column-no-margin{
margin-left:0;
margin-right:0;
}
.vc_row.fix-column-no-margin .wpb_column.vc_column_container{
padding-left:0;
padding-right:0;
} div.pp_default .pp_content{
width:100% !important;
min-height:100px;
}
div.pp_default .pp_content img{
margin:0 auto;
display:block;
}
body div.ppt{
text-transform:uppercase;
margin:0 0 -43px 0;
padding:14px 0 10px 0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
background:#fff;
font-weight:bold;
text-indent:15px;
width:100% !important;
}
body .pp_woocommerce div.ppt{
display:none !important;
}
div.pp_default a.pp_arrow_previous, 
div.pp_default a.pp_arrow_next{
margin:0;
}
body div.pp_pic_holder .pp_content_container .pp_details{
padding:8px 15px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
width:100% !important;
margin:0;
}
body div.pp_pic_holder.pp_woocommerce .pp_content_container .pp_details{
padding:0 ;
}
body div.pp_pic_holder a.pp_close{
right:-34px; top:0;
}
body .wpb_flexslider.flexslider{
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
}
body .wpb_flexslider.flexslider,
body .wpb_slider_nivo {
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
padding:0;
border:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
body .wpb_flexslider img,
body .wpb_slider_nivo img{
width:auto !important;
margin:0 auto;
}
.pp_previous,
.pp_next,
.pp_gallery{display:none !important}
body .wpb_slider_nivo .nivoSlider,
body .theme-default .nivoSlider{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.wpb_gallery_slides.wpb_image_grid ul li{
padding:5px;
border-width:1px;
border-style:solid;
}
div.pp_pic_holder .pp_close:hover,
div.pp_pic_holder .pp_nav .pp_play:hover,
div.pp_pic_holder .pp_nav .pp_pause:hover,
div.pp_pic_holder .pp_arrow_next:hover,
div.pp_pic_holder .pp_arrow_previous:hover{
opacity:1 !important;
}
body div.pp_pic_holder .pp_top .pp_left,
body div.pp_pic_holder .pp_top .pp_right,
body div.pp_pic_holder .pp_bottom .pp_left,
body div.pp_pic_holder .pp_bottom .pp_right,
body div.pp_pic_holder .pp_top .pp_middle,
body div.pp_pic_holder .pp_bottom .pp_middle,
body div.pp_pic_holder .pp_content_container .pp_left,
body div.pp_pic_holder .pp_content_container .pp_right{
background:none !important;
padding:0 !important;
}
body div.pp_pic_holder .pp_top .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle, 
body div.pp_pic_holder .pp_bottom .pp_middle{
left:0;right:0;
}
body div.pp_pic_holder .pp_woocommerce div.ppt{
display:none !important;
} body.wpb-js-composer .vc_row ,
body .wpb_content_element,
body.wpb-js-composer .vc_tta-container{
margin-bottom:20px;
}
body .ts-video-bg .wpb_content_element,
body .ts-video-bg .vc_tta-container{
margin-bottom:0;
}
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button{
margin-bottom:0;
}
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button{
text-transform:uppercase;
}
.wpb_button{
padding:9px 24px 9px 24px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
}
button.wpb_btn-mini, 
span.wpb_btn-mini,
button.wpb_btn-small, 
span.wpb_btn-small{
padding:7px 15px 6px 15px;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{
position:relative;
z-index:1;
}
.vc_row-no-padding > .vc_column_container {
padding-left:0;
padding-right:0;
}  .sub-menu.hide{
display:none !important;
}
.text-light{
font-weight:300;
} ul.list-icon li{
list-style:none;
position:relative;
}
ul.list-icon li:before{
content: "\f105"; margin-right:8px; font-family: 'FontAwesome';
}
.aligncenter,
.ts-aligncenter {
text-align:center;
}
.ts-aligncenter{
background-position:center center !important;
}
.ts-aligncenter.wpb_widgetised_column{
margin-bottom:0;
}	
.ts-hover-underline:hover{
text-decoration:underline;
}
.drop-icon{
left:0;
right:0;
bottom:0;
top:0;
content:"";
position:absolute;
display:none;
z-index:2;
cursor:pointer;
}
.container:after{
display:table;
content:"";
clear:both;
} #left-sidebar,
#right-sidebar{
float:left;
padding:0 10px;
min-height:1px;
margin-bottom:50px;
}
#main-content{
padding:0 10px;
}
#main > .page-container{
padding-left:10px;
padding-right:10px;
padding-top:50px;
}
.container.no-padding{
padding-left:10px;
padding-right:10px;
}
.footer-area  .container > .ts-col-24{
min-height:0;
} h3.product-title > a{
text-transform:none;
}
h3 > a:hover{
text-decoration:none;
}
div.content-wrapper:after,
.page-container:after{
content:"";
display:table;
clear:both;
} .single-product .page-container{
overflow:visible;
}.top_phone_z{
display:none;
}
.ts-sidebar:after, 
.menu-wrapper nav > ul.menu:after,
.mailchimp-subscription .subscribe-email:after,
.woocommerce .products.list .product .product-wrapper:after,
header:after,
.header-container:after,
header .header-top > .container:after,
header .header-top:after,
div#main:after,
.ts-megamenu-container:after{
display:table;
content:"";
clear:both;
}
.visible-vertical-ipad{
display:none !important;
}
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
padding-left:20px;
padding-right:20px;
}
.header-v4 .header-bottom > .container,
.header-v6 .header-bottom > .container{
position:relative;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
border-width:1px 0 1px 0;
border-style:solid;
}
.page-container{
min-height:400px;
}
.page-container:after{
display:table;
content:"";
clear:both;
}
.page-container,
#main > .fullwidth-template{
padding-top:0;
padding-bottom:0;
}
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:30px;
padding-right:30px;
max-width:100%;
width:100%;
}
.page-template-fullwidth-template footer .vc_row{
margin-left:-20px;
margin-right:-20px;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-255px;
padding-top:10px;
position:relative;
}
body.main-content-wide #main > .page-container.show_breadcrumb_v3,
body.main-content-wide #main > .fullwidth-template.show_breadcrumb_v3,
body.wide #main > .page-container.show_breadcrumb_v3,
body.wide #main > .fullwidth-template.show_breadcrumb_v3{
padding-top:25px;
}   header{
padding:0;width:100%;
}
header.top-header-transparent{
position:absolute;
left:0;
right:0;
top:0;
z-index:99999;
} .menu .ts-columns{
margin-left:-15px;
margin-right:-15px;
}
.menu .ts-columns > .ts-item{
float:left; padding:0 15px;
}   .nav > ul.menu > ul{
padding:0;
margin:0;
}
.nav > ul.menu > ul:after{
display:table;
content:"";
clear:both;
}
.nav > ul.menu > ul > li{
list-style:none;
display:inline-block;
float:left; padding:0;
margin:0;
}
.nav > ul.menu > ul > li > a{
font-size:14px;
line-height:18px;
padding:15px 20px;
text-transform:uppercase;
color:#000000;
display:inline-block;
}
.nav > ul.menu > ul > li > a:hover{
text-decoration:none;
}
header .menu-wrapper{
line-height:0;
position:relative;
}
header .header-v4 .menu-wrapper{
text-align:center;
padding-left:40px;
padding-right:40px;
}
header .header-v6 .menu-wrapper,
header .header-v7 .menu-wrapper{
text-align:center;
}
header .header-v4 .menu-wrapper .ts-menu,
header .header-v6 .menu-wrapper .ts-menu,
header .header-v7 .menu-wrapper .ts-menu{
text-align:left; display:inline-block;
} li.hide ul.sub-menu{
display:none !important;
} .header-v1 .vertical-menu-wrapper{
width:100%;
}
.vertical-menu-wrapper{
float:left; position:relative;
z-index:99992;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
margin-right:12px; min-width:280px;
}
.vertical-menu-wrapper .vertical-menu-heading{
padding:20px 20px 20px 60px; transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
position:relative;
z-index:1;
}
.vertical-menu-wrapper .vertical-menu-heading:hover{
cursor:pointer;
}
.vertical-menu-wrapper .vertical-menu-heading:before{
font-family:'FontAwesome';
background:transparent;
content:"\f03a";
position:absolute;
font-weight:normal; left:24px; top:50%;
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
transform:translate(0,-50%);
transition:transform 150ms ease-in-out 0s;
-moz-transition:transform 150ms ease-in-out 0s;
-webkit-transition:transform 150ms ease-in-out 0s;
color:#ffffff;
}
.vertical-menu-wrapper .vertical-menu{
visibility:hidden;
opacity:0;
display:none;
position:absolute;
left:0;
right:0;
top:100%;
border-width:0 1px 1px 1px;
border-style:solid;
transform-origin:0 0 0;
-webkit-transform-origin:0 0 0;
-moz-transform-origin:0 0 0;
-ms-transform-origin:0 0 0;
}
.vertical-menu-small .vertical-menu-wrapper .vertical-menu{
border-width:0;
}
@-webkit-keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-moz-keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.vertical-menu-wrapper:hover .vertical-menu{
display:block;
-webkit-animation-duration:340ms;
-moz-animation-duration:340ms;
animation-duration:340ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-name:animation_vertial_categories;
-moz-animation-name:animation_vertial_categories;
animation-name:animation_vertial_categories;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
-webkit-animation:none;
-moz-animation:none;
animation:none;
visibility:visible;
display:block;
opacity:1;
}
.display-vertical-menu .woocommerce-message{
display:none !important;
}
.menu-wrapper .vertical-menu > ul.menu > li{
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
width:100%;
text-align:left; }
.menu-wrapper .vertical-menu > ul.menu > li:first-child > a{
border:0;
}
.menu-wrapper .vertical-menu > ul.menu{
margin:0 !important;
padding:0 !important;
position:relative;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
padding:10px 0 16px 0 !important;
}
.menu-wrapper .vertical-menu  > ul.menu li .menu-desc{
margin-top:5px;
}
.sub-overflow ul.sub-menu,
.item-more-categories ul.sub-menu{
overflow:hidden;
} @-moz-keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-webkit-keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_sub;
-moz-animation-name: animation_menu_sub;
animation-name: animation_menu_sub;
display:block;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
top:0;
min-height:calc(100% + 1px);
right:auto !important; left:100% !important; display:none;
list-style:none;
margin-left:0px;
margin-top:0;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
top:-11px;
}
@-moz-keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-webkit-keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu{
left:100%; top:0;
padding:18px 22px 20px 43px; position:absolute;
z-index:99990;
text-align:left; display:none;
}
.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
border-width: 1px;
border-style: solid;
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu:before{
left:21px; }
.menu-wrapper .vertical-menu > ul.menu ul ul li:first-child > ul.sub-menu{
top:-18px;
}
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu{
-webkit-animation:none;
-moz-animation:none;
animation:none;
display:block;
}
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.menu-item-has-children > a:after,
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.parent > a:after,
ul.menu li.parent.no-sub-menu > a:after,
ul.menu li.parent.no-sub-menu > a span:after{
display:none !important
}
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after{
content: "\f0da" !important ; right:15px !important; top:50%;
font-family: 'FontAwesome';
} .header-template .menu-wrapper .vertical-menu > ul.menu > li{
display:table;
table-layout:fixed;
float:none;
margin:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
display:table-cell;
vertical-align:middle;
transition:all 150ms ease 0s;
-webkit-transition:all 150ms ease 0s;
-moz-transition:all 150ms ease 0s;
text-transform:none;
float:none;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li:last-child{
margin:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li,
.header-template .menu-wrapper .vertical-menu > ul.menu > li:first-child,
.widget-container .vertical-menu > ul.menu > li,
.widget-container .vertical-menu > ul.menu > li:first-child{
padding:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 40px; border-width:1px 0 0 0;
border-style:solid;
position:relative;
border-color:rgba(217,217,217,0.4);
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 20px; }
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 90px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:8px 20px 8px 45px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:8px 20px 8px 20px; border-width:0;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:89px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a{
height:auto;
} .visible-sticky{
display:none !important
}
body.admin-bar .mobile-menu-wrapper{
top:46px;
}
.mobile-menu-wrapper{
position:fixed;
left:0; top:0;
bottom:0;
overflow:auto;
width:70%;
z-index:100000;
-webkit-transform: translate(-100%,0);
-moz-transform: translate(-100%,0);
-ms-transform: translate(-100%,0);
transform: translate(-100%,0);
transition:all 200ms linear 0s;
-webkit-transition:all 200ms linear 0s;
-moz-transition:all 200ms linear 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
} .ts-menu-drop-icon{
display:none;
cursor:pointer;
}
.menu-wrapper nav > ul.menu{
margin:0;
}
.header-v3 .menu-wrapper nav > ul.menu{
float:right; padding-right:30px; }
.menu-wrapper nav > ul.menu > li{
float:left; list-style:none;
position:relative;
padding:0;
letter-spacing:0;
margin:0 24px 0 0; }
.header-v2 .menu-wrapper nav > ul.menu > li,
.header-v5 .menu-wrapper nav > ul.menu > li{
margin:0 0 0 18px; }
.header-v2 .menu-wrapper nav > ul.menu > li:last-child,
.header-v5 .menu-wrapper nav > ul.menu > li:last-child{
margin:0 0 0 18px; }
.menu-wrapper nav > ul.menu > li:last-child{
padding:0;
margin:0;
}
.menu-wrapper nav > ul.menu > li:hover{
z-index:99993;
}
.menu-wrapper nav > ul.menu > li a:hover{
text-decoration:none;
}
.menu-wrapper nav > ul.menu > li > a{
padding-top:20px;
padding-bottom:20px;
float:left; }
.header-v3 .menu-wrapper nav > ul.menu > li > a{
padding-top:40px;
padding-bottom:40px;
}
.top-header-transparent .header-v3 .menu-wrapper nav > ul.menu > li > a{
padding-top:20px;
padding-bottom:20px;
}
.header-v3 .is-sticky .menu-wrapper nav > ul.menu > li > a{
padding-top:20px;
padding-bottom:20px;
}
.header-template nav.pc-menu > ul.menu > li.parent > a,
.header-template nav.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a{
padding-right:20px; }
.widget-container .vertical-menu > ul.menu ul li.fa > a,
.header-template .menu-wrapper nav > ul.menu li.fa > a{
padding-left:16px; }
.header-template .menu-wrapper nav > ul.menu li a.has-icon{
padding-left:26px; }
.menu-wrapper nav > ul.menu li:before,
.widget-container .vertical-menu > ul.menu li:before{
font-family: 'FontAwesome';
position:absolute;
top:48%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
left:2px; bottom:auto;
right:auto;
z-index:1;
transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
}
.menu-wrapper nav > ul.menu li:before{
left:0; }
.menu-wrapper nav > ul.menu li .menu-icon{
position:absolute;
left:0; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.menu-wrapper nav > ul.menu > li > a.menu-icon{
left:28px }
.ts-header .menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a >.menu-icon{
margin-top:0 !important;
}
.menu-wrapper nav > ul.menu > li > a >.menu-icon{
left:0; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:28px; max-width:40px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:16px;
left:20px; }
.menu-wrapper nav > ul.menu li .menu-desc,
.widget-container .vertical-menu > ul.menu li .menu-desc{
text-transform:none;
} .menu-wrapper nav > ul.menu li .ts-megamenu-widgets-container > ul,
.widget-container .vertical-menu > ul.menu li .ts-megamenu-widgets-container > ul{
display:block;
padding:0;
margin:0 -10px;
}
.ts-mega-menu{
margin:0 -10px;
overflow:hidden;
}
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
content: "\e684";
font-family: 'Pe-icon-7-stroke';
display:inline-block;
position:absolute;
top:50%;
right:8px; -webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
padding:0;
display:inline-block;
position:absolute;
top:50%;
padding:0;
right:4px; -webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transition:none;
-webkit-transition:none;
-moz-transition:none;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after{
top:50%;
margin:0;
}
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after{
right:-10px; content: "\e684"; margin:0;
}
nav.pc-menu > ul.menu ul li.menu-item-has-children.parent > a:after{
display:none;
}
nav.pc-menu > ul.menu ul ul li.parent > a >.menu-label:after{
right:-35px; content: "\e684"; }
.menu-wrapper nav > ul.menu li ul.sub-menu,
.widget-container .vertical-menu li ul.sub-menu{
position:absolute;
z-index:9999;
left:-25px; top:100%;
margin:0;
padding:22px 30px;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
width:210px;
display:none;
}
.menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
left:-30px }
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li:first-child > ul.sub-menu{
left:-20px }
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
z-index:99990;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
z-index:99991;
}
.menu-wrapper nav > ul.menu li.hide > ul.sub-menu,
.menu-wrapper nav > ul.menu > li.parent.hide:hover > a:after{
display:none;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before{
content:"";
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
z-index:0;
border-width:1px;
border-style:solid;
box-shadow:2px 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
bottom:-28px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
position:absolute;
content:"";
width:10px;
height:10px;
display:none;
border-width:1px;
border-style:solid;
bottom:-5px;
left:50%;
z-index:0;
margin-left:-8px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
bottom:-13px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
position: absolute;
content: "";
width: 12px;
height: 1px;
bottom: -1px;
left: 50%;
z-index:10000;
margin-left: -9px;
display:none;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.hide > a:after,
.menu-wrapper .ts-menu > nav > ul.menu > li.hide:after{
display:none !important;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
} @-moz-keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
@-webkit-keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
@keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu:before{
top:12px;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
padding-top:34px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
left:100%; width:230px;
padding:20px 25px 20px 59px; top:-18px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu li:first-child ul.sub-menu{
top:-22px;
}
.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu,
.widget-container .vertical-menu > ul.menu li ul.sub-menu{
max-width:750px !important;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu:before{
left:29px; }
.menu-wrapper nav > ul.menu li ul.sub-menu > li,
.menu-wrapper nav li.widget_nav_menu li, 
.menu-wrapper nav div.list-link li, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li,
.widget-container .vertical-menu li.widget_nav_menu li, 
.widget-container .vertical-menu div.list-link li, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li{
list-style:none;
padding:4px 0;
width:100%;
position:relative;
} .menu-wrapper nav > ul.menu li.ts-megamenu > ul.sub-menu > li{
border:0;
}
.menu-wrapper nav > ul.menu li:before{
display:none;
}
.menu-wrapper nav > ul.menu li.fa:before{
display:inline-block;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav li.widget_nav_menu li > a, 
.menu-wrapper nav div.list-link li > a, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container .vertical-menu > ul.menu ul.sub-menu > li > a,
.widget-container .vertical-menu li.widget_nav_menu li > a, 
.widget-container .vertical-menu div.list-link li > a, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li > a{
display:inline-block;
width:100%;
position:relative;
z-index:99;
}
.menu-wrapper nav > ul.menu li ul.sub-menu > li:first-child,
.menu-wrapper nav li.widget_nav_menu li:first-child, 
.menu-wrapper nav div.list-link li:first-child, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li:first-child,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li:first-child,
.widget-container .vertical-menu li.widget_nav_menu li:first-child, 
.widget-container .vertical-menu div.list-link li:first-child, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li:first-child{
border:0;
} .list-link.no-padding{
padding:0 !important;
min-width:180px;	
}
.list-link{
position:relative;
z-index:1;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
width:1170px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
width:980px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
width:740px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
width:450px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
width:210px;
} .menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth ul.sub-menu{
width:800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-4 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-4 ul.sub-menu{
width:800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-3 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-3 ul.sub-menu{
width:600px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-2 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-2 ul.sub-menu{
width:410px;
}
.menu-wrapper nav > ul.menu  ul.sub-menu > li > a,
.menu-wrapper nav li.widget_nav_menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container ul.menu ul.sub-menu > li > a{
display:inline-block;
} .menu-wrapper nav > ul.menu ul.sub-menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu ul.sub-menu li > a{
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
}
header li.widget_nav_menu{
margin:0;
padding:0;
} .menu-wrapper nav li.widget,
.widget-container .vertical-menu li.widget{
list-style:none;
}
.menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle,
.widget-container .vertical-menu li.widget > .widgettitle,
.widget-container .vertical-menu div.list-link > .widgettitle{
margin: 0 0 10px 0;
padding: 0 0 10px 0;
position:relative;
}
.menu-wrapper nav li.widget > .widgettitle:after,
.menu-wrapper nav div.list-link > .widgettitle:after,
.widget-container .vertical-menu li.widget > .widgettitle:after,
.widget-container .vertical-menu div.list-link > .widgettitle:after{
content:"";
border-width:1px 0 0 0;
border-style:solid;
bottom:1px;
height:1px;
left:0; width:150px;
max-width:100%;
right:auto;
position:absolute;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle{
padding:0;
margin:0 0 8px 0;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle:after{
display:none;
}
.menu-wrapper nav li.widget ul,
.menu-wrapper nav div.list-link ul,
.widget-container .vertical-menu li.widget ul,
.widget-container .vertical-menu div.list-link ul{
margin:0;
}
.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu,
.menu-wrapper nav div.list-link,
.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu,
.widget-container .vertical-menu div.list-link{
float:left;
padding:0 10px;
max-width:100%;
}
.menu-wrapper nav > ul.menu > li ul li.widget_text{
padding:0 10px;
}
.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth .widget_nav_menu,
.mg-col-6 > div{width:20%;}
.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-5 .widget_nav_menu,
.mg-col-5 > div{width:20%;}
.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div{width:25%;}
.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div{width:33.33333%}
.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width:50%;}
.menu-wrapper nav li.ts-megamenu-columns-1 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-1 .widget_nav_menu,
.mg-col-1 > div{width:100%}
.ts-megamenu-columns-2 li.widget,
.ts-megamenu-columns-3 li.widget,
.ts-megamenu-columns-4 li.widget,
.ts-megamenu-fullwidth li.widget{
float:left;
padding:0 10px;
}
.ts-megamenu-columns-1 li.widget{
clear:both;
width:100%;
}
.ts-megamenu-columns-2 li.widget{
width:50%;
}
.ts-megamenu-columns-3 li.widget{
width:33.3333%;
}
.ts-megamenu-columns-4 li.widget{
width:25%;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text .bg-mega-menu{
position:absolute;
left:0;right:0;bottom:0;
top:0;
content:"";
z-index:0;
background-repeat:no-repeat !important;
}
.menu-wrapper nav div.ts-megamenu-widgets-container > ul > li{
position:relative;
z-index:1;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text{
position:static;
} .bg-sub-columns-4{
padding-right:20%; }  .header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control > span:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover{
text-decoration:none;
}
.my-account-wrapper,
.my-wishlist-wrapper{
display:inline-block;
line-height:0;
}
.my-wishlist-wrapper.loading{
position:relative;
}
.my-wishlist-wrapper.loading:before{
position:absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content:"";
z-index:10;
opacity:1;
visibility:visible;
margin:0;
display:inline-block !important;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif);
background-position:center;
background-repeat:no-repeat;
background-color:rgba(255,255,255,0.5)
} .shopping-cart-wrapper ul li.loading:before{
z-index:2;
position:absolute;
left:0;right:0;bottom:0;top:-20px;
content:"";
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif);
background-position:center;
background-repeat:no-repeat;
background-color:rgba(255,255,255,0.5)
}
.shopping-cart-wrapper ul li:last-child:first-child.loading:before{
top:0;
}
.shopping-cart-wrapper{
position:relative;z-index:998;
}
.my-account-wrapper{
position:relative;
z-index:99994;
}
.shopping-cart-wrapper,
.ts-tiny-cart-wrapper{
z-index:999;
display:inline-block;
position:relative;
}
.header-v7 .shopping-cart-wrapper{
width:20%;
padding-left:10px;
padding-right:10px;
text-align:center;
z-index:99992;
}
.header-v7 .ts-tiny-cart-wrapper{
display:inline-block;
text-align:left; position:static;
}
.header-v3 .shopping-cart-wrapper,
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .shopping-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
z-index:99996;
}
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
padding:0 20px;
}
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
#lang_sel_click ul ul,
.header-currency ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
display:none;
position:absolute;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
content:"";
right:50%;
margin-right:-140px;
left:auto;
top:100%;
width:280px;
padding:24px 20px 20px 20px;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
.header-currency ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
position:absolute;
left:0;
right:0;
top:10px;
bottom:0;
content:"";
z-index:-1;
border-width:1px;
border-style:solid;
}
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper:hover .dropdown-container,
#lang_sel_click:hover ul ul,
.header-currency:hover ul,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
#lang_sel_click:hover ul ul{
visibility:visible !important;
}
.shopping-cart-wrapper .cart-icon{
font-size:24px;
line-height:14px;
position:relative;
top:5px;
margin-right:5px; }
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
position:absolute;
content:"";
width:10px;
height:10px;
display:none;
border-width:1px;
border-style:solid;
top:5px;
left:50%;
margin-left:-7px;
z-index:-2;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
display:block;
}
.shopping-cart-wrapper .dropdown-container:after{
left:60%; top:11px;
margin:0;
z-index:0;
}
.header-v1 .my-account-wrapper .dropdown-container:after,
.header-v1 #lang_sel_click ul ul:after,
.header-v1 .header-currency ul:after,
body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
top:1px;
}
header .header-currency > img{
position:absolute;
left:0;
top:2px;
margin-left:5px !important;
}
.my-account-wrapper .dropdown-container:after{
left:auto;
right:55px; margin:0;
}
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
position:absolute;
content:"";
width:12px;
height:1px;
top:16px;
margin-left:-1px; left:60%; z-index:10000;
display:none;
}
.my-account-wrapper .form-content:after{
top:10px;
left:auto;
right:54px; }
.header-v4 .my-account-wrapper .form-content:after,
.header-v3 .my-account-wrapper .form-content:after{
top:10px;
left:50%;
margin-left:-8px;
}
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
top:36px;
left:50%;
margin-left:-8px;
z-index:99992;
}
.header-v1 .my-account-wrapper .form-content:after{
top:6px;
}
.header-v1 #lang_sel_click:after,
.header-v1 .header-currency > div:before,
body .header-v1 .wpml-ls-legacy-dropdown > ul > li:before,
body .header-v1 .wpml-ls-legacy-dropdown-click > ul > li:before{
top:32px;
}
.shopping-cart-wrapper:hover .dropdown-container:after,
.my-account-wrapper:hover .dropdown-container:after,
#lang_sel_click:hover ul ul:after,
body .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown:focus .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown-click:focus .wpml-ls-sub-menu:after,
.header-currency:hover ul:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.my-account-wrapper:hover .form-content:after,
#lang_sel_click:hover:after,
body .wpml-ls-legacy-dropdown:focus > ul > li:before,
body .wpml-ls-legacy-dropdown:hover > ul > li:before,
body .wpml-ls-legacy-dropdown-click:focus > ul > li:before,
body .wpml-ls-legacy-dropdown-click:hover > ul > li:before,
.header-currency:hover > div:before{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper .dropdown-container{
right:0; margin-right:0; padding:25px 0;
}
.shopping-cart-wrapper .dropdown-container:before{
top:16px;
z-index:1;
}
.header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
padding-top:0;
}
.header-v2 .header-bottom .shopping-cart-wrapper .form-content > label,
.header-v5 .header-bottom .shopping-cart-wrapper .form-content > label{
padding-top:25px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.page-template-fullwidth-template .header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
.page-template-fullwidth-template .header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
right:-1px; }
}
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container{
-webkit-animation-name:none;
-moz-animation-name:none;
animation-name:none;
display:none;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container .form-content:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container,
.header-v5 .header-bottom .header-right:hover .dropdown-container{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.header-v2 .shopping-cart-wrapper .form-content:after,
.header-v5 .shopping-cart-wrapper .form-content:after{
top:0;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:after,
.header-v5 .shopping-cart-wrapper .dropdown-container:after{
top:-5px;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:before,
.header-v5 .shopping-cart-wrapper .dropdown-container:before{
top:0;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:before,
.header-v3 .shopping-cart-wrapper .dropdown-container .form-content:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .shopping-cart-wrapper .dropdown-container .form-content:after{
top:10px;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:after{
top:5px;
}
.shopping-cart-wrapper .dropdown-container ul.cart-list{
overflow:auto;
max-height:263px;
padding:0 25px 19px 25px;
position:relative;
z-index:2;
}
.ts-tiny-account-wrapper{
position:relative;
}
.shopping-cart-wrapper a.cart-control:hover{
text-decoration:none;
}
.shopping-cart-wrapper .form-content > label{
text-transform:none;
padding:15px 25px 5px 25px;
position:relative;
z-index:2;
} .dropdown-container .dropdown-footer{
border-width:1px 0 0 0;
border-style:solid;
margin:0 25px 0 25px;
position:relative;
z-index:2;
}
.my-account-wrapper .ts-login-form{
padding-top:8px;
display:inline-block;
width:100%;
}
.my-account-wrapper .login-submit{
padding-top:10px;
}
.my-account-wrapper .login-submit input{
min-width:100px !important;
}
.my-account-wrapper .forgot-pass{
margin:0 0 2px 0;
} .woocommerce .shopping-cart-wrapper ul li,
.shopping-cart-wrapper ul li{
list-style:none;
padding:20px 0;
margin:0 0 0 0;
display:inline-block;
width:100%;
position:relative;
border-width:0 0 1px 0;
border-style:solid;
}
.woocommerce .shopping-cart-wrapper ul *,
.shopping-cart-wrapper ul *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .shopping-cart-wrapper ul li:last-child, 
.shopping-cart-wrapper ul li:last-child{
padding:20px 0 0 0;
border-width:0;
}
.woocommerce .shopping-cart-wrapper h3.product-name, 
.shopping-cart-wrapper h3.product-name{
margin-top:10px;
}
.woocommerce .shopping-cart-wrapper .woocommerce-Price-amount, 
.shopping-cart-wrapper .woocommerce-Price-amount{
display:inline-block;
}
.shopping-cart-wrapper .cart-item-wrapper > span{
display:inline-block !important;
width:auto !important;
}
.woocommerce .shopping-cart-wrapper ul,
.shopping-cart-wrapper ul{
padding:0;margin:0;
}
.cart-list li .cart-item-wrapper,
.woocommerce .cart-list li .cart-item-wrapper{
margin-left:95px; }
.cart-list li > a,
.woocommerce .cart-list li > a{
float:left; width:80px;
}
.cart-dropdown-form a.view-cart,
.widget_shopping_cart_content p.buttons a.view-cart{
margin-bottom:10px;
}
.widget_shopping_cart_content p.buttons > *,
.dropdown-footer > a{
width:100%;
display:inline-block;
}
.widget_shopping_cart_content p.buttons a.checkout, 
.widget_shopping_cart_content p.buttons a.view-cart{
min-width:0;
margin-left:0;
margin-right:0;
} .shopping-cart-wrapper .cart-list li .cart-item-wrapper,
.woocommerce .shopping-cart-wrapper .cart-list li .cart-item-wrapper{
margin-left:90px; margin-right:15px;
}
.shopping-cart-wrapper .cart-list li > a,
.woocommerce .shopping-cart-wrapper .cart-list li > a{
float:left; width:80px;
height:auto;
} .cart-list li:first-child > a,
.woocommerce .cart-list li:first-child > a{
top:0;
}
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove{
position:absolute;
right:-2px; left:auto;
top:30px;
content:"";
z-index:2;
font-size:0;
height:auto;
width:auto;
line-height:0;
text-indent:0;
padding:0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
right:-10px; top:0;
}
.woocommerce a.remove:hover{
background:transparent !important;
}
.cart-list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:before{
font-family: 'Pe-icon-7-stroke';
content: "\e681";
font-size:18px;
font-weight:normal !important; line-height:18px;
}
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
text-decoration:none;
}
.amount.icon{
font-family: 'Raleway', sans-serif;
}
.shopping-cart-wrapper .total{
margin:15px 0;
position:relative;
overflow:hidden;
}
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title{
float:left; }
.shopping-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount{
float:right; margin-top:3px;
} .header-top{
padding-top:10px;
padding-bottom:10px;
border-width:0 0 1px 0;
border-style:solid;
}
.header-v4 .header-top,
.header-v4 .header-top *,
.header-v6 .header-top,
.header-v6 .header-top *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header.top-header-transparent .header-v3 .header-top{
background:transparent;
}
.header-v1 > .container{
display:table;
table-layout:auto;
min-height:181px;
}
.header-v1 .header-top{
padding-top:0;
padding-bottom:0;
}
.header-top .header-top-left,
.header-top .header-top-right{
width:35%;
float:left; border-width:0;
}
.header-top .header-top-right{
width:65%;
}
.header-v3 .header-top-right .group-meta-header,
.header-v4 .header-top-right .group-meta-header,
.header-v6 .header-top-right .group-meta-header{
float:right; }
.header-v3 .header-top .shopping-cart-wrapper,
.header-v4 .header-top .shopping-cart-wrapper{
float:right; margin-bottom:-6px;
margin-left:30px; cursor:pointer;
}
.header-v6 .header-middle .shopping-cart-wrapper{
text-align:right; }
.header-v6 .header-middle .shopping-cart-wrapper .ts-tiny-cart-wrapper{
text-align:left; padding-top:20px;
padding-bottom:20px;
}
.header-v3 .header-top .shopping-cart-wrapper:before,
.header-v4 .header-top .shopping-cart-wrapper:before{
position:absolute;
left:0;
right:0;
top:-10px;
bottom:-10px;
content:"";
border-width:0 1px 0 1px;
border-style:solid;
border-color:rgba(153,153,153,0.2);
z-index:0;
}
.header-v1 .header-top,
.header-v1 .header-bottom{
display:table-row;
width:100%;
background:transparent;
}
.header-v1 .header-top  > *,
.header-v1 .header-bottom  > *{
display:table-cell;
}
.header-top .header-left{
width:35%;
float:left; }
.header-top .header-right{
width:65%;
float:right; }
.header-v1 .header-top .header-left{
width:23.8%;
float:none; }
.header-v1 .header-top .header-left{
vertical-align:middle;
text-align:center;
position:relative;
z-index:1;
padding-left:10px;
padding-right:10px;
}
.header-v1 .header-bottom .header-left{
vertical-align:middle;
position:relative;
z-index:1;
}
.header-v1 .header-bottom .header-right{
vertical-align:middle;
float:none; }
.header-v1 .header-top .header-right{
padding-left:20px; float:none;
width:auto;
}
.header-v1 .header-right{
position:relative;
}
.header-v1 .header-top .header-right:before,
.header-v1 .header-bottom .header-right:before{
position:absolute;
content:"";
top:0;
bottom:0;
left:-2000px;
right:-2000px;
z-index:0;
}
.header-v1 .header-bottom:before{
z-index:-1;
}
.my-account-wrapper .account-control > a,
.my-account-wrapper, 
.my-wishlist-wrapper *{
display:inline-block;
position:relative;
}
.my-account-wrapper i,
.my-wishlist-wrapper i{
top:1px;
position:relative;
}
.header-v1 .header-right .menu-wrapper{
clear:both;
padding-top:12px;
padding-bottom:12px;
}
.header-v1 .top-right:after{
display:table;
clear:both;
content:"";
}
.header-v1 .top-right{
border-width:0 0 1px 0;
border-style:solid;
padding:6px 0;
position:relative;
z-index:999;
}
.header-v1 .shopping-cart-wrapper{
position:absolute;
right:0; bottom:17px;
z-index:99;
} body .wpml-ls .wpml-ls-flag + span{
margin-left:5px; display:inline-block;
}
body .wpml-ls-legacy-list-horizontal{
padding:0;
border-width:0;
}
body .wpml-ls-legacy-list-horizontal a{
padding:5px 20px 5px 0; }
body .wpml-ls-legacy-list-horizontal ul li:last-child a{
padding:5px 0 5px 0; }
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click{
width:auto;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
padding:6px 0 !important;
border-width:0;
background:transparent !important;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
display:none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
padding:0;
border-width:0;
display:inline-block;
background:transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child#lang_sel_click ul ul,
.group-meta-header > div:first-child ul{
right:0;
left:auto; margin-right:0;
margin-left:0;
}
.header-v3 .group-meta-header > div:first-child ul,
.header-v4 .group-meta-header > div:first-child ul,
.header-v6 .group-meta-header > div:first-child ul,
.header-v3 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v6 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
right:auto;
left:50%;
margin-left:-110px;
margin-right:0;
}
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
margin-left:0;
right:0; left:auto; }
#lang_sel_click > ul > li > a:after,
.header-currency .wcml_currency_switcher > a:after,
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
content:"\e688";
font-family:'Pe-icon-7-stroke';
line-height:14px;
display:inline-block;
border:0;
position:static;
}
#lang_sel_click,
body .wpml-ls{
z-index:99994;
position:relative;
}
#lang_sel_click *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
#lang_sel_click ul{
margin:0;
}
#lang_sel_click ul ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
position:absolute;
padding:24px 30px;
width:220px;
right:50%;
left:auto;
margin-right:-110px;
top:100%;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
border-width:0;
}
#lang_sel_click > ul li{
position:relative;
list-style:none;
padding:0;
margin:0;
z-index:99991;
}
#lang_sel_click > ul li a img{
vertical-align:middle;
margin-right:5px; position:relative;
top:-1px;
}
#lang_sel_click > ul li a .icl_lang_sel_translated{
padding:0 5px;
}
#lang_sel_click ul ul li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
padding:0;
margin:8px 0;
position:relative;
}
#lang_sel_click ul ul li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:before{
position:absolute;
left:0;
right:0;
top:-3px;
content:"";
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
#lang_sel_click ul ul li:first-child:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child:before{
display:none;
}
#lang_sel_click ul ul li a{
width:100%;
display:inline-block;
padding:0;
} .header-currency{
z-index:99994;
position:relative;
}
.header-currency:hover{
z-index:99995;
}
.header-currency > div{
line-height:0;
}
.header-currency ul{
position:absolute;
padding:24px 30px;
width:220px;
right:50%;
left:auto;
margin-right:-110px;
top:100%;
}
.header-currency ul li{
position:relative;
list-style:none;
margin:0;
z-index:99991;
width:100%;
display:inline-block;
padding:0;
margin:8px 0;
transition:all 260ms ease-in-out 0s;
-webkit-transition:all 260ms ease-in-out 0s;
-moz-transition:all 260ms ease-in-out 0s;
cursor:pointer;
}
.header-currency ul li:before{
position:absolute;
left:0;
right:0;
top:-8px;
content:"";
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.header-currency ul li:first-child:before{
display:none;
} .header-left:after{
display:table;
clear:both;
content:"";
}
.info-desc {
display:inline-block;
margin-right:20px; float:left; }
.ts-social-sharing{
float:left; margin:0;
position:relative;
z-index:1;
}
.ts-social-sharing li{
list-style:none;
display:inline-block;
padding:0;
margin:2px 1px;
line-height:0;
float:left; }
.ts-social-sharing:after{
display:table;
clear:both;
content:"";
}
.ts-social-sharing li a{
width:40px;
height:40px;
text-align:center;
line-height:40px;
padding:0 !important;
display:inline-block;
position:relative;
}
.ts-social-sharing .ts-tooltip{
position:absolute;
content:"";
top:-32px;
left:50%;
margin-left:-33px;
height:20px;
opacity:0;
visibility:hidden;
padding:2px 5px;
line-height:16px;
width:66px;
font-size:10px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-sharing .ts-tooltip:before{
font-family: 'FontAwesome';
content: "\f107";
position:absolute;
bottom:-9px;
left:50%;
font-size:12px;
margin-left:-3px;
}
.ts-social-sharing li:hover .ts-tooltip{
opacity:1;
top:-26px;
visibility:visible;
}  .header-middle{
padding-top:20px;
padding-bottom:20px;
}
.header-v3 .header-middle,
.header-v6 .header-middle{
padding-bottom:0;
padding-top:0;
}
.header-v7 .header-middle{
padding-top:25px;
padding-bottom:25px;
}
.header-middle > .container{
display:table;
}
.header-v4 .header-middle > .container{
display:block;
}
.header-middle > .container > div{
vertical-align:middle;
display:table-cell;
}
.header-v4 .header-middle > .container > div{
display:block;
}
.header-v6 .header-middle > .container > div{
width:33.33333%;
position:relative;
z-index:99992;
} .logo-vetical-ipad{
display:none;
}
header .logo-wrapper{
padding:0 0 0 0;
}
header .header-v4 .logo-wrapper,
header .header-v6 .logo-wrapper{
text-align:center;
margin:12px 0;
}
header .header-v6 .logo-wrapper{
padding-left:20px;
padding-right:20px;
}
.logo-wrapper img.sticky-logo{
display:none;
}
.logo-wrapper .normal-logo.mobile-logo{
display:none;
}
header .logo-wrapper .logo{
line-height:0;
margin-left: -30px;
}
header .header-v2 .logo-wrapper,
header .header-v5 .logo-wrapper{
width:40%;
}
header .logo-wrapper a{
font-size:30px;
line-height:32px;
display:inline-block;
max-width:100%;
}
header .logo-wrapper a:hover{
text-decoration:none;
}
.content-middle-header .wpb_row, 
.content-middle-header .wpb_content_element, 
.content-middle-header .vc_tta-container{
margin-bottom:0;
}
.content-middle-header{
width:75%;
}  header .header-bottom{
clear:both;
width:100%;
}
header .header-v7 .header-bottom{
background:transparent;
} header .search-wrapper{
position:relative;
line-height:0;
}
header .header-v7 .search-wrapper{
padding-right:10px; }
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-width:1px;
border-style:solid;
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
z-index:1;
}
header .select2-container--default .select2-selection--single{
border-width:0;
}
header .header-v3 .search-wrapper{
text-align:right; padding:11px 0;
}
header .header-v3 .search-wrapper > div{
text-align:left }
header .header-v4 .search-wrapper{
position:absolute;
left:auto;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
top:50%;
right:20px; }
header .header-v1 .search-wrapper{
margin-right:180px; padding-left:5px;
padding-right:5px;
padding-top:4px;
padding-bottom:4px;
}
.search-wrapper .ts-search-by-category{
position:relative;
max-width:720px;
}
header .header-v2 .search-wrapper .ts-search-by-category,
header .header-v5 .search-wrapper .ts-search-by-category{
max-width:720px;
width:100%;
float:right; }
#ts-search-result-container{
z-index:99991;
margin-left:-1px; margin-top:-1px;
}
#ts-search-result-container ul {
padding:0;
margin:0;
position:relative;
z-index:2;
}
#ts-search-result-container ul.has-view-all:before{
bottom:-40px;
}
#ts-search-result-container .view-all-wrapper{
padding:5px 15px;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
text-align:center;
text-transform:uppercase;
z-index:2;
}
#ts-search-result-container .view-all-wrapper a:hover{
text-decoration:none;
}
#ts-search-result-container .view-all-wrapper a:before{
content:"+";
}
#ts-search-result-container ul:before{
position:absolute;
left:0;right:-1px;bottom:0;top:0;
border-width:1px;
border-style:solid;
content:"";
z-index:0;
}
body #ts-search-result-container ul:before,
body #ts-search-result-container ul li,
#ts-search-result-container .view-all-wrapper{
border-color:#e5e5e5;
}
#ts-search-result-container ul li:first-child{
border:0;
}
#ts-search-result-container ul li{
list-style:none;
padding:15px 15px 12px 15px;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
z-index:2;
clear:both;
}
#ts-search-result-container ul li a{
padding:0;
display:inline-block;
}
#ts-search-result-container ul li a:hover{
text-decoration:none;
}
#ts-search-result-container ul li .thumbnail{
float:left; width:65px;
height:auto;
margin:0;
}
#ts-search-result-container ul li .thumbnail a{
max-width:100%;
}
#ts-search-result-container ul li .meta{
margin-left:80px; position:relative;
top:-4px;
}
#ts-search-result-container ul li .meta .price{
margin-top:3px;
display:inline-block;
}
#ts-search-result-container ul li .thumbnail:after{
display:table;
clear:both;
content:"";
}
header .search-content{
display:inline-block;
width:72%;
}
header .no-category .search-content{
width:100%;
}
header .header-v6 .search-content,
header .header-v7 .search-content{
width:100%;
}
header .search-content input[type="text"]{
padding-right:70px; padding-left:20px; width:100%;
max-width:100%;
border-width:0;
margin:0;
}
header .header-v2 .search-content input[type="text"],
header .header-v5 .search-content input[type="text"]{
padding-right:60px; padding-left:20px; padding-top:12px;
padding-bottom:12px;
}
header .header-v5 .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
header .header-v2 .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .header-v2 .ts-search-by-category select{
padding-top:6px;
padding-bottom:6px;
}
header .header-v5 .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .header-v5 .ts-search-by-category select{
padding-top:10px;
padding-bottom:10px;
}
header .ts-search-by-category *{
position:relative;
z-index:1;
}
header .search-content:after{
position:absolute;
right:10px; z-index:1;
top:10px;
}
.header-v3 .ts-search-by-category .search-table .search-content,
.header-v4 .ts-search-by-category .search-table .search-content{
width:450px;
}
header .header-v2 .ts-search-by-category .search-content input[type="submit"]{
width:40px;
background-position:-5px -5px !important;
}
header .header-v5 .ts-search-by-category .search-content input[type="submit"]{
width:50px;
background-position:0 0 !important;
}
header .ts-search-by-category .search-content input[type="submit"]{
position:absolute;
right:0; top:0;
bottom:0;
font-size:0;
width:50px;
padding:0 !important;
display:inline-block;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) !important; background-position:0 0 !important;
border:0 !important;
min-width:0;
transition:background-color 100ms ease-in-out 0s;
-webkit-transition:background-color 100ms ease-in-out 0s;
-moz-transition:background-color 100ms ease-in-out 0s;
}
header .ts-search-by-category .search-button input[type="submit"]{
transition:background-color 100ms ease-in-out 0s;
-webkit-transition:background-color 100ms ease-in-out 0s;
-moz-transition:background-color 100ms ease-in-out 0s;
}
body #ts-search-result-container ul:before{
background:#ffffff;
}
.ts-search-by-category .search-content.loading input[type="submit"],
header .header-v2 .ts-search-by-category .search-content.loading input[type="submit"],
header .header-v5 .ts-search-by-category .search-content.loading input[type="submit"],
header .ts-search-by-category .search-content.loading ~ .search-button input[type="submit"]{
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
background-position:center !important;
background-repeat:no-repeat !important;
}
header .ts-search-by-category form > .select2{
height:auto;
border:0;
float:left; line-height:0;
}
header .ts-search-by-category select{
height:auto;
border:0;
float:left; max-width:100%;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background-image: url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-select.png);
}
header .ts-search-by-category form > .select2,
header .ts-search-by-category select{
width:28% !important;
}
header .select2-container--default .select2-selection--single .select2-selection__rendered{
width:100%;
height:auto;
border:0;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
position:relative;
}
header .select2-container--default .select2-selection--single .select2-selection__rendered,
header .ts-search-by-category select{
padding:10px 35px 10px 25px; }
header .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
header .search-table .search-content input[type="text"]{
padding-right:40px; padding-left:20px; }
header .header-v6 .search-table .search-content input[type="text"]{
padding:8px 35px 9px 40px; border-width:0 0 1px 0;
border-style:solid;
}
header .ts-search-by-category .search-content input[type="text"],
.ts-header .ts-search-by-category select,
header .select2-container--default .select2-selection--single,
header .select2-container--default .select2-selection--single .select2-selection__rendered{
background-color:transparent !important;
}
body .category-dropdown.sticky{
display:none;
}
header .ts-search-by-category .select2-selection .select2-selection__rendered:before{
position:absolute;
right:0; bottom:10px;
top:10px;
content:"";
border-width:0 1px 0 0;
border-style:solid;
content:"";
width:1px;
}
header .toggle-search{
position:relative;
height:38px;
width:44px;
text-align:center;
display:inline-block;
cursor:pointer;
z-index:2;
}
header .header-v4 .toggle-search{
margin-top:11px;
margin-bottom:11px;
}
header .header-v6 .toggle-search{
margin-top:30px;
margin-bottom:30px;
width:30px;
text-align:left; }
header .search-wrapper.active .toggle-search:before{
content:"\e681";
}
header .toggle-search:before{
font-family: 'Pe-icon-7-stroke';
content:"\e618";
font-size:24px;
line-height:38px;
width:44px;
height:38px;
text-align:center;
}
header .header-v3 .ts-search-by-category > *,
header .header-v4 .ts-search-by-category > *,
header .header-v6 .ts-search-by-category > *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header .header-v3 .ts-search-by-category,
header .header-v4 .ts-search-by-category{
position:absolute;
right:0; top:100%;
visibility:hidden;
opacity:0;
transition:opacity 300ms,visibility 300ms ease-in-out 0s;
-webkit-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
-moz-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header .header-v6 .ts-search-by-category{
position:absolute;
left:0; right:calc(100% - 30px); top:50%;
visibility:hidden;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
-webkit-transition:visibility 100ms,left 500ms,right 500mss ease-in-out 0s;
-moz-transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
background:transparent;
}
header .header-v6 .search-wrapper.active .ts-search-by-category{
right:0; visibility:visible;
}
header .header-v3 .search-wrapper.active .ts-search-by-category,
header .header-v4 .search-wrapper.active .ts-search-by-category{
visibility:visible;
opacity:1;
}
header .ts-search-by-category .search-button input{
font-size:0;
opacity:0.6;
position:absolute;
top:6px;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) -56px -8px !important;
z-index:2;
right:4px; border:0 !important;
padding:0 !important;
width:38px;
height:38px;
min-width:0;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
}
header .header-v6 .ts-search-by-category .search-button input{
top:0;
right:-5px; }
header .ts-search-by-category .search-button input:hover{
opacity:1;
}
header .ts-search-by-category .search-button{
position:static;
}
header .header-v3 .ts-search-by-category input[type="text"],
header .header-v4 .ts-search-by-category input[type="text"]{
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
border-width:1px;
} .header-v2 .header-middle,
.header-v5 .header-middle{
padding-top:30px;
padding-bottom:30px;
}
.header-v2 .header-bottom .container,
.header-v5 .header-bottom .container{
display:table;
table-layout:fixed;
}
.header-v2 .header-bottom .header-left,
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-left,
.header-v5 .header-bottom .header-right{
display:table-cell;
vertical-align:middle;
width:85%;
}
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-right{
display:table-cell;
vertical-align:middle;
width:15%;
position:relative;
z-index:4;
}
.header-v5 .header-bottom .header-right{
text-align:center;
}
.header-v5 .header-bottom .shopping-cart-wrapper{
text-align:left; }
.header-v2 .header-bottom .shopping-cart-wrapper{
float:right; }
.header-v2 .header-bottom .shopping-cart-wrapper,
.header-v5 .header-bottom .shopping-cart-wrapper,
.header-v2 .header-bottom .ts-tiny-cart-wrapper,
.header-v5 .header-bottom .ts-tiny-cart-wrapper{
position:static;
} .header-v1 .info-desc{
float:left; }
.header-v1 .group-meta-header{
float:right; }
.header-template .group-meta-header .shopping-cart-wrapper .cart-control{
padding-right:40px; }
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart{
position:absolute;
right:0; top:0;
line-height:20px;
}
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart:before{
margin:0;
font-size:16px;
}
.header-template .group-meta-header .shopping-cart-wrapper .cart-number{
right:22px; }
.group-meta-header .shopping-cart-wrapper{
z-index:99994;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container:before{
top:7px;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container{
padding-top:27px;
}
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-style:normal;
}
.header-product-categories .thumbnail > a{
display:inline-block;
}
.group-meta-header:after{
display:table;
clear:both;
content:"";
}
.group-meta-header > div{
display:inline-block;
float:right; margin-right:30px; }
.group-meta-header > div:first-child{
margin:0; }
.ic-menu-close-button{
width:50px;
display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center !important;
padding:7px 0;
}    .dokan-dashboard .dokan-dash-sidebar ul li{
list-style:none;
}
.dokan-product-listing .dokan-product-listing-area{
padding:0;
}
body.dokan-dashboard input[type="search"],
body.dokan-dashboard input[type="text"],
body.dokan-dashboard input[type="password"],
body.dokan-dashboard input[type="number"],
body.dokan-dashboard input[type="email"],
body.dokan-dashboard input[type="date"],
body.dokan-dashboard select,
body.dokan-dashboard textarea
{
max-width:100%;
}
body.dokan-dashboard .report-filter input[type="search"],
body.dokan-dashboard .report-filter input[type="text"],
body.dokan-dashboard .report-filter input[type="password"],
body.dokan-dashboard .report-filter input[type="number"],
body.dokan-dashboard .report-filter input[type="email"],
body.dokan-dashboard .report-filter input[type="date"],
body.dokan-dashboard .report-filter select,
body.dokan-dashboard .dokan-order-filter-serach input[type="search"],
body.dokan-dashboard .dokan-order-filter-serach input[type="text"],
body.dokan-dashboard .dokan-order-filter-serach input[type="password"],
body.dokan-dashboard .dokan-order-filter-serach input[type="number"],
body.dokan-dashboard .dokan-order-filter-serach input[type="email"],
body.dokan-dashboard .dokan-order-filter-serach input[type="date"],
body.dokan-dashboard .dokan-order-filter-serach select,
body.dokan-dashboard .dokan-order-filter-search input[type="search"],
body.dokan-dashboard .dokan-order-filter-search input[type="text"],
body.dokan-dashboard .dokan-order-filter-search input[type="password"],
body.dokan-dashboard .dokan-order-filter-search input[type="number"],
body.dokan-dashboard .dokan-order-filter-search input[type="email"],
body.dokan-dashboard .dokan-order-filter-search input[type="date"],
body.dokan-dashboard .dokan-order-filter-search select{
max-width:none;
width:auto;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select{
max-width:none;
width:auto;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset{
border-width:1px;
border-style:solid;
margin-bottom:20px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
margin-bottom:0;
}
body select.dokan-form-control{
height:auto;
}
.report-filter > input[type="submit"]{
margin-top:24px;
}
.dokan-message, 
.dokan-info, 
.dokan-error,
.dokan-panel,
.dokan-alert,
.dokan-progress{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
clear:both;
}
#dokan-seller-listing-wrap{
clear:both;
}
#dokan-seller-listing-wrap .dokan-message, 
#dokan-seller-listing-wrap .dokan-info, 
#dokan-seller-listing-wrap .dokan-error,
#dokan-seller-listing-wrap .dokan-panel,
#dokan-seller-listing-wrap .dokan-alert,
#dokan-seller-listing-wrap .dokan-progress{
margin-left:15px;
margin-right:15px;
}
#payment-form > fieldset{
padding:10px;
}
#payment-form > fieldset .dokan-form-group{
display:table;
margin:0;
padding:0;
table-layout:auto;
width:100%;
}
#payment-form > fieldset .dokan-form-group > *{
display:table-cell;
vertical-align:middle;
margin:0;
float:none;
padding-top:0;
padding-bottom:0;
width:auto;
}
#payment-form .dokan-text-left{
margin:10px 0 !important;
}
.dokan-seller-listing .dokan-seller-search-form{
float:right; width:100%;
}
.dokan-seller-listing .dokan-seller-search-form input{
border-width:1px !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
padding-top:9px !important;
padding-bottom:9px !important;
}
.dokan-seller-listing .dokan-seller-search-form > *{
display:inline-block;
}
.dokan-seller-listing .dokan-seller-search-form label input{
width:500px;
}
ul.dokan-seller-wrap{
clear:both;
}
body .wp-core-ui .button.button-primary.focus, 
body .wp-core-ui .button.button-primary.hover, 
body .wp-core-ui .button.button-primary:focus, 
body .wp-core-ui .button.button-primary:hover{
background: #008ec2;
border-color: #006799;
color: #fff;
}
body .wp-core-ui .button.button-primary {
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
} .media-frame select{
height:28px;
}
.media-frame select, 
.wp-admin .media-frame select{
line-height:22px;
}
.product-edit-container .dokan-feat-image-upload a.close{
padding:48% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close{
padding:40% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close:hover,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete:hover, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete:hover, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete:hover{
text-decoration:none;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image{
list-style:none;
}
.dokan-form-control{
background-color:#ffffff;
background-image:none;
border: 1px solid #EDEDED;
padding:4px 6px;
border-radius:0;
color:#555555;
display:block;
font-size:14px;
min-height:26px;
line-height:26px;
vertical-align:middle;
width:100%;
margin:0;
}
.product-edit-new-container table.dokan-attribute-options-table{
table-layout:auto;
}
.product-edit-new-container table.dokan-attribute-options-table th{
text-align:center;
vertical-align:middle;
}
.product-edit-new-container table.dokan-attribute-options-table ul.tagit{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
margin-top:10px;
}
.product-edit-new-container .dokan-variations-table .dokan-w3{
width:100%;
}
.product-variation-single-popup-content #product-variations .wc-metabox table.data_table td.dimensions_field input{
padding-top:5px;
padding-bottom:5px;
}
.dokan-table > thead > tr > th{
border-bottom-width:1px;
}
body.dokan-dashboard form.report-filter > input[type="submit"]{
clear:both;
float:left;
}
body.dokan-dashboard .report-filter .dokan-form-group input.datepicker{
max-width:180px;
}
.product-variation-single-popup-content #product-variations .wc-metabox h3{
margin-bottom: 0;
}
.product-variation-single-popup-content #product-variations .wc-metabox table{
margin: 0 !important;
border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td{
border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table tr{
background-color: #fff;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td.sku,
.product-variation-single-popup-content #product-variations .wc-metabox table td.upload_image,
.product-variation-single-popup-content #product-variations .wc-metabox table td.options{
width: 40% !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select{
max-width:350px;
}
.mce-toolbar .mce-btn button{
background:transparent;
min-width:0;
}
ul.dokan_tabs li.active a{
background:#eee;
}
ul.store-social{
margin-bottom:0;
}
.dokan-shipping-wrapper .dokan-w6{
width:41.66666667%;
}
body ul.dokan_tabs li.active,
body ul.dokan_tabs li:hover{
border-bottom-color:#eee !important;
}
.dokan-theme-sanzo #customer_login .user-role{
margin:0;
}
.dokan-theme-sanzo #customer_login .user-role > label:last-child{
margin-bottom:20px;
}
.dokan-theme-sanzo #customer_login > .woocomerce-FormRow .button{
min-width:120px;
}
#main-content > .page-container{
width:100%;
max-width:100%;
}
#main-content #main-content{
padding-left:0;
padding-right:0;
}
body.dokan-store .store-page-wrap{
position:relative;
z-index:1;
}
#nav-below{
clear:both;
}
.dokan-single-store .profile-frame .profile-info-box{
width:100%;
}
body.dokan-store .dokan-widget-area{
position:relative;
z-index:1;
}
.dokan-store-sidebar.dokan-w3{
margin-left:0 !important;
margin-right:0 !important;
padding:30px 10px;
}
.dokan-single-store.dokan-w8{
padding:30px 10px;
width:75%;
}
body.dokan-store .dokan-widget-area aside{
border-width: 1px;
border-style: solid;
margin: 0 0 30px 0;
clear: both;
padding: 0 20px 20px 20px;
overflow:hidden;
}
body.dokan-store #main{
margin-left:auto;
margin-right:auto;
padding-left:10px;
padding-right:10px;
position:relative;
}
body.dokan-store #dokan-content > *{
position:relative;
z-index:1;
}
body.dokan-store.main-content-wide #main:before,
body.dokan-store.wide #main:before{
position:absolute;
content:"";
left:-1000px;
top:0;
right:-1000px;
bottom:0;
z-index:0;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info li{
list-style:none;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-img{
height:145px;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info{
margin:0 auto;
display:block;
text-align:center;
max-height:300px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i{
float:none;
margin:0;
}
body.dokan-store .woocommerce .seller-items .products .product, 
body.dokan-store.woocommerce-page .products .product{
width:25%;
}
.dokan-single-store .dokan-store-tabs ul li{
float:left; padding:0;
}
.dokan-single-store .dokan-store-tabs ul:after{
display:table;
clear:both;
content:"";
} .chart-container div.legend > div,
.chart-container div.legend > table{
max-width: calc(100% - 42px);
}
.dokan-widget-area .widget ul{
margin-top:7px;
}
.dokan-widget-area .widget ul li{
list-style:none;
}
.dokan-widget-area input[type="search"],
.dokan-widget-area input[type="text"],
.dokan-widget-area input[type="password"],
.dokan-widget-area input[type="number"],
.dokan-widget-area input[type="email"],
.dokan-widget-area input[type="date"],
.dokan-widget-area select,
.dokan-widget-area textarea{
max-width:100%;
}
.dokan-category-menu li.has-children .sub-category{
padding:10px 0 0px 20px; }
.dokan-category-menu #cat-drop-stack > ul{
margin-bottom:0;
}
.dokan-category-menu li a:hover{
text-decoration:none;
}
.dashboard-widget.reviews ul li{
padding:5px 0;
}
body.dokan-store .dokan-category-menu #cat-drop-stack{
margin-top:0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{
padding:10px 0;
margin-bottom:10px;
text-align:left }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title:after{
display:none;
}
.widget-collapse {
height: auto !important;
display: block !important;
}
.footer-bottom{
clear: both !important;
}
.widget.store-contact ul li {
border-bottom: none;
}
.dashboard-widget.products ul li,
.dashboard-widget.orders ul li {
padding:5px 0;
}
.dokan-widget-area .widget .widget-title {
padding-bottom: 10px;
}
.dokan-category-menu #cat-drop-stack{
margin-top:20px;
}
.dokan-category-menu .sub-block h3{
padding:2px 0;
margin:0;
}
body .product-edit-new-container .dokan-btn-lg{
margin-bottom:30px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
#nav-below {
padding-bottom: 1%;
}
body .location-container{
margin-top:20px;
}
.dokan-store-sidebar form.seller-form ul li{
list-style:none;
}
#dokan-form-contact-seller{
margin-top:10px;
}
body .mfp-bg{
z-index:99992;
}
body .mfp-wrap{
z-index:99993;
}
body.dokan-dashboard .select2-container--open .select2-dropdown--below, 
body.dokan-dashboard .select2-dropdown{
z-index:99995;
}
body .select2-container--default .select2-selection--multiple{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
line-height:0;
padding:0;
}
body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple{
padding:0;
margin:0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered{
padding:0 3px;
margin:0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
padding:5px;
margin:5px 2px;
}
body .select2-container .select2-search--inline .select2-search__field{
margin:0;
}
body .dokan-form-group .select2-search input[type="search"]{
padding:3px 10px !important;
}
body .mfp-close:active{
top:10px;
}
body .dokan-message .dokan-close:hover, 
body .dokan-message .dokan-close:focus{
color:red;
background:none;
opacity:1;
filter:alpha(opacity=100);
}
body input[type="submit"].dokan-btn, 
body a.dokan-btn, 
body .dokan-btn{
margin-bottom:10px;
}
body .ui-datepicker th{
color:#fff;
}
body .ui-datepicker{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
body mark.outofstock{
background:transparent;
color:red;
}
body .dokan-single-store .dokan-store-tabs ul li{
margin-right:-1px;
}
body .product-edit-new-container label.form-label,
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock{
font-weight:normal;
}
body .weight-dimension .dokan-form-group > input[type="text"]:last-child{
margin:0;
}
body .weight-dimension .dokan-form-group > input[type="text"]{
max-width:32%;
margin-right:2%;
}
body .dokan-product-variation-wrapper .toolbar-top > select{
max-width:200px;
}
body.dokan-dashboard .dokan-dashboard-content .dokan-add-product-link a,
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container .dokan-toggle-edit,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-success, 
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-success, 
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-success,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-danger, 
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-danger, 
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-danger,
body.dokan-dashboard input[type="submit"].dokan-btn-theme:not(.dokan-btn-default), 
body.dokan-dashboard a.dokan-btn-theme:not(.dokan-btn-default), 
body.dokan-dashboard .dokan-btn-theme:not(.dokan-btn-default){
color:#ffffff;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product:hover{
color:#000000;
}
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container a{
font-weight:normal;
}
body .product-edit-container #variants-holder .inputs-box .box-header{
overflow:hidden;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li:before{
display:none;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right{
padding-top:0;
}
body .dokan-toggle-sidebar .dokan-toggle-select-container > select{
margin-bottom:10px;
}
body .product-edit-container #product-variations .wc-metabox table td.sku, 
body .product-edit-container #product-variations .wc-metabox table td.upload_image, 
body .product-edit-container #product-variations .wc-metabox table td.options{
width:40%;
}
#variable_product_options table td,
#variable_product_options table th{
padding:10px;
}
#variable_product_options table td table{
border-width:0;
}
#variable_product_options table td table tr td{
border-left-width:0;
}
#variable_product_options table td table tr:last-child td{
border-bottom-width:0;
}
#variable_product_options table td table tr th{
border-width:0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td{
width:auto;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td > a.dokan-btn{
padding:3px;
font-size:10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th{
padding:0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th > a{
padding:3px;
border-width:1px;
border-style:solid;
}
body .product-edit-container #product-variations .wc-metabox h3 button{
margin-top:0;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li{
position:relative;
margin:0;
}
body .product-edit-container #variants-holder .option-couplet .item-action{
width:20px;
position:absolute;
right:-2px;
display:inline-block;
top:2px;
z-index:2;
line-height:18px;
}
body .product-edit-container #product-variations .wc-metabox{
padding:5px;
}
body .product-edit-container #variants-holder .actions a{
line-height:14px;
padding:0 2px;
width:14px;
display:inline-block;
text-align:center;
}
body .product-edit-container #product-variations .wc-metabox table{
margin:0;
}
body .media-modal-close:active, 
body .media-modal-close:hover{
background:transparent;
border-color:transparent;
}
body table.dokan-table-striped{
min-width:700px;
overflow:auto;
margin-bottom:60px;
}
body table.dokan-table tbody tr:last-child td{
border-bottom-width:1px;
} .wcmp_regi_main{
margin-bottom:50px;
}
article hr{
margin-bottom:30px;
}
article > form{
margin-bottom:30px;
}
body .wp-editor-wrap{
margin-bottom:20px;
}
body .wp-editor-wrap .wp-editor-container{
border-width:1px;
border-style:solid;
}
body .table-striped{
table-layout:auto;
}
body .wcmp_fpm_buttons{
width:42px;
left:3px;
right:auto;
margin:0;
}
body .wcmp_main_page .msg_title_box,
body .wcmp_main_page .msg_date_box,
body .wcmp_main_page .msg_arrow_box{
min-height:66px;
}
body .wcmp_main_page .msg_arrow_box .msg_stat_click{
padding:12px 10px;
}
body .wcmp_ass_btn,
body .wcmp_ass_btn:hover{
color:#fff;
text-decoration:none;
}
body .wcmp_ass_btn:hover{
opacity:0.8;
}
body .wcmp_main_page table .input-group-addon span{
margin:0 !important;
}
body .wcmp_table_holder table.wcmp_order_all_table tr td:first-child{
padding-left:5px;
padding-right:5px;
}
body .wcmp_table_loader,
body .wcmp_table_holder{
padding-left:0;
padding-right:0;
}
body .wcmp_tab .ui-widget-header{
padding:0 !important;
}
body .wcmp_fpm_buttons .wcmp_fpm_button{
width:16px;
height:16px;
}
body .wcmp_fpm_buttons .wcmp_fpm_button_separator{
display:none;
}
body .wcmp_fpm_buttons > a.wcmp_fpm_button:first-child{
margin-right:4px;
}
#pv_seller_info_container,
#pv_shop_description_container{
margin-bottom:30px;
}
body .wcmp_regi_main input[type="search"],
body .wcmp_regi_main input[type="text"],
body .wcmp_regi_main input[type="password"],
body .wcmp_regi_main input[type="number"],
body .wcmp_regi_main input[type="email"],
body .wcmp_regi_main select,
body .wcmp_regi_main textarea,
body .wcmp_form1 input[type="search"],
body .wcmp_form1 input[type="text"],
body .wcmp_form1 input[type="password"],
body .wcmp_form1 input[type="number"],
body .wcmp_form1 input[type="email"],
body .wcmp_form1 select,
body .wcmp_form1 textarea{
max-width:100%;
}
body .wcmp_form1 input[type="text"].small{
width:auto;
}
body .one_third_part{
width:33.333334%;
}
body .wcmp_regi_main .button{
border-width:0;
}
body .wcmp_main_menu ul li,
body .wcmp_main_page .msg_stat ul li{
list-style:none;
}
body article > .wcmp_remove_div{
margin-top:-20px;
}
body .wcmp_admin_massege,
body .wcmp_headding2,
body .wcmp_form1 input[type=email], 
body .wcmp_form1 input[type=password], 
body .wcmp_form1 input[type=search], 
body .wcmp_form1 input[type=text], 
body .wcmp_form1 input[type=url], 
body .wcmp_form1 textarea,
body .wcmp_media_block,
body .wcmp_ass_holder_box{
margin-left:3%;
margin-right:3%;
width:94%;
}
body .wcmp_form1 input.pickdate,
body .wcmp_form1 input.pickdate.gap1{
margin-left:3%;
margin-right:3%;
max-width:350px;
background:url(//www.nethoster.com.au/wp-content/plugins/dc-woocommerce-multi-vendor/assets/images/datepick.png) right -3px no-repeat #fff;
}
body .wcmp_media_block .full_part,
body .wcmp_media_block p{
padding-left:0;
padding-right:0;
}
body .wcmp_form1 .one_third_part input[type=email], 
body .wcmp_form1 .one_third_part input[type=password], 
body .wcmp_form1 .one_third_part input[type=search], 
body .wcmp_form1 .one_third_part input[type=text], 
body .wcmp_form1 .one_third_part input[type=url], 
body .wcmp_form1 .one_third_part textarea,
body .half_part .wcmp_headding2, 
body .wcmp_form1 .half_part input[type=email], 
body .wcmp_form1 .half_part input[type=password], 
body .wcmp_form1 .half_part input[type=search], 
body .wcmp_form1 .half_part input[type=text], 
body .wcmp_form1 .half_part input[type=url], 
body .wcmp_form1 .half_part textarea, 
body .half_part .wcmp_media_block, 
body .half_part .wcmp_ass_holder_box{
margin-left:0;
margin-right:0;
width:100%;
}
body .half_part{
padding-left:3%;
padding-right:3%;
}
body .wcmp_form1 .half_part p, 
body .wcmp_form1 .half_part .txt, 
body .half_part .wcmp_admin_massege{
padding-left:0;
padding-right:0;
}
body .wcmp_regi_main .wcmp_regi_form_box .wcmp-regi-12{
margin-left:0;
margin-right:0;
}
body .wcmp_headding1{
padding:10px 3%;
}
body .wcmp_form1 p,
body .wcmp_form1 .txt,
body .wcmp_ass_holder_box{
padding-left:3%;
padding-right:3%;
}
body .wcmp_form1{
padding:0 0 25px 0;
}
body .simplePopupBackground{
z-index:1000;
}
body .simplePopup{
z-index:1001;
}
body .simplePopup table input{
margin-bottom:0;
}
div.product .summary .meta-content > .simplePopup{
width:400px;
display:none;
}
body .wcmp-abuse-report-title{
font-size:24px;
line-height:28px;
}
body .wcmp_mixed_txt{
background:#f5f5f5;
}
.wcmp_remove_div input[type="text"].regular-text, 
.wcmp_remove_div select.regular-select, 
.wcmp_remove_div input[type="number"].regular-text,
.wcmp_remove_div textarea.regular-textarea,
.frontend_product_manager_product_types input[type="text"].regular-text, 
.frontend_product_manager_product_types select.regular-select, 
.frontend_product_manager_product_types input[type="number"].regular-text,
.frontend_product_manager_product_types textarea.regular-textarea,
.ui-accordion input[type="text"].regular-text, 
.ui-accordion select.regular-select, 
.ui-accordion input[type="number"].regular-text,
.ui-accordion textarea.regular-textarea{
max-width:100%;
width:64%;
padding:16px 20px;
}
body .multi_input_block textarea.regular-textarea{
margin-bottom:10px;
}
body p.enable_reviews.checkbox_title{
margin-bottom:10px !important;
}
.wcmp_remove_div select.regular-select,
.frontend_product_manager_product_types select.regular-select,
.ui-accordion select.regular-select{
padding:10px 20px;
}
body .ui-accordion-content .select2-container{
width:64% !important;
margin-bottom:10px;
}
body .ui-datepicker .ui-datepicker-title select{
padding:0;
background-color:transparent;
border-width:0;
color:#000;
}
body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev-hover, 
body .ui-datepicker .ui-datepicker-next-hover{
top:5px;
}
body .ui-datepicker .ui-datepicker-prev-hover{
left:2px;
}
body .ui-datepicker .ui-datepicker-next-hover{
right:2px;
}
body .featured_img.pro_title{
width:100%;
}
body .gallery_img.pro_title{
width:100%;
margin-top:30px;
}
#gallery_img .multi_input_block{
display:inline-block;
margin:10px 10px 0 0;
float:left;
}
body .dc-wp-fields-uploader img{
float:left;
}
body .dc-wp-fields-uploader #featured_img_display{
width:200px !important;
height:auto !important;	
}
body #gallery_img img{
width:100px !important;
height:auto !important;
}
body .dc-wp-fields-uploader .remove_button{
float:left;
clear:both;
margin-top:5px;
}
.multi_input_block_manupulate:hover{
cursor:pointer;
}
body input.regular-checkbox {
margin-right:55%;
}
body .vendor_img_add .img_div{
padding-bottom:10px;
}
body .wcmp_black_headding{
background:#f5f5f5;
padding:10px 2%;
}
body .wcmp_dashboard_display_box{
margin-bottom:30px;
}
body .vendor_address img{
position:relative;
top:7px;
}
body .social_profile img{
width:20px;
height:20px;
}
body .description_data{
padding-top:20px;
}
body #primary > div > .star-rating{
margin-bottom:0;
}
body .description_data table{
display:block;
}
body .description_data table *{
display:inline-block;
width:100%;
border-width:0;
}
body .description_data table td{
padding-left:15px;
padding-right:15px;
padding-bottom:0;
}
body .description_data table td label{
padding-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews{
text-align:left;
}
.woocommerce .after-loop-wrapper #reviews #reply-title{
margin-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews textarea{
max-width:500px;
}
.woocommerce .after-loop-wrapper #reviews .form-submit input#submit{
display:inline-block;
width:auto;
margin-bottom:5px;
}
.dc-wp-fields-uploader .button{
font-size:12px !important;
line-height:16px !important;
padding:5px 10px !important;
}
.variable-subscription .multi_input_block > .dc-wp-fields-uploader{
display:inline-block;
width:100%;
margin-bottom:30px;
}
.variations_image_0.pro_title{
margin-top:30px;
display:inline-block;
width:100%;
}
.ui-accordion-content > #product_tags{
position:relative;
left:6px;
}
body .dc-wp-fields-uploader .user-profile-fields,
body .dc-wp-fields-uploader img.placeHolder{
float:left;
}
body .dc-wp-fields-uploader .user-profile-fields{
clear:both;
}
body .ui-accordion-content .fpm_add_attribute{
position:relative;
top:2px;
}
body .default_attributes_holder > select{
position:relative;
left:-6px;
}
#wcmp_vendor_reviews #comments{
margin-top:50px;
} .ts-effect .overlay {
display: block;
position: absolute;
z-index: 20;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
font-size:0;
}
.ts-effect .overlay:before {
position: absolute;
top:50%;
left:50%;
z-index: 100;
width:50px;
height:50px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 50px;
font-size: 38px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.ts-effect:after {
content:"";
display:table;
clear:both;
}
.ts-effect .item {
position: relative;
float: left;
margin-bottom: 5px;
width: 33.3333%;
overflow: hidden;
}
.ts-effect .item-wrapper{
position:relative;
}
.ts-effect a.item-wrapper{
display:block;
}
.ts-effect .item-image{
position:relative;
}
.ts-effect .item a.link{
position:absolute;
left:0;right:0;bottom:0;top:0;
display:block;
z-index:1;
}
.ts-effect .item img {
display:block;
margin:0;
padding:0;
max-width:100%;
height:auto;
} .gallery-size-thumbnail{
margin-left:-5px !important;
margin-right:-5px !important;
}
.gallery-size-thumbnail .gallery-item{
float:left;
margin:0;
padding:0 5px;
}
.gallery-size-thumbnail .gallery-item a{
display:inline-block;
}
.gallery-columns-5 .gallery-item{
width:20%;
}
.gallery-columns-4 .gallery-item{
width:25%;
}
.gallery-columns-3 .gallery-item{
width:33.3333%;
} .ts-gallery-img,
.ts-list-video{
margin-left:-5px;
margin-right:-5px;
margin-bottom:20px;
overflow:hidden;
}
.ts-gallery-img li.first,
.ts-list-video li.first{clear:both;}
.ts-gallery-img li,
.ts-list-video li{
padding:5px;
float:left;
display:inline-block;
text-align:center;
position:relative;
}
.ts-gallery-img li a{
display:inline-block;
}
.ts-gallery-img.columns-5 li{
width:20%;
}
.ts-gallery-img.columns-4 li{
width:25%;
}
.ts-gallery-img.columns-3 li{
width:33.3333%;
} .wpb_image_grid .wpb_image_grid_ul{
margin-left:-3px;
margin-right:-3px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
padding:3px;
} div#main{
min-height:500px;
width:100%;
clear:both;
}
h4.heading-title > a,
h3.product-name > a,
h3.product-name{
letter-spacing:0.2px;
}
h3.product-name{
margin-bottom:5px;
} #main-content .ts-large-one-third .vc_col-sm-4{
width:35%;
padding:2% 3% 0 3%;
}
#main-content .ts-large-one-third .vc_col-sm-8{
width:65%;
} .thumbnail-wrapper.lazy-loading .product-group-button,
.thumbnail-wrapper.lazy-loading:before{
display:none !important;
}
.ts-product .content-wrapper.loading{
max-height:400px;
overflow:hidden;
}
.ts-product.list .content-wrapper.loading{
max-height:200px;
}
.ts-blogs-wrapper.loading .content-wrapper,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading{
height:332px;
overflow:hidden;
}
.banner-left .column-banners.loading,
.banner-right .column-banners.loading{
height:500px;
}
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.list-posts article .gallery.loading,
.single .gallery.loading{
height:300px;
overflow:hidden;
} .list-posts article .gallery.loading{
margin:0;
} .images.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-logo-slider-wrapper.loading .content-wrapper,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading,
.ts-testimonial-wrapper.loading,
.ts-twitter-slider.loading,
.ts-portfolio-wrapper.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading{
height:200px;
overflow:hidden;
}
.header-product-categories.loading,
.thumbnails.loading,
.widget-container .gallery.loading figure{
height:110px;
overflow:hidden;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:300px;
}
.ts-portfolio-wrapper.ts-masonry.loading{
height:500px;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading{
height:847px;
}
.woocommerce .product figure.loading{
height:350px;
}
.images.loading,
.header-product-categories.loading,
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.blogs article a.gallery.loading,
.ts-blogs-wrapper.loading .content-wrapper,
.ts-testimonial-wrapper.loading,
.ts-twitter-slider.loading,
.list-posts article .gallery.loading,
.single .gallery.loading,
.ts-portfolio-wrapper.loading,
.thumbnails.loading,
.thumbnail.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-2-wrapper .column-products.loading{
position:relative;
overflow:hidden;
}
.images.loading:before,
.header-product-categories.loading:before,
.tab-content.loading:before,
.tab-contents.loading:before,
.list-posts article .gallery.loading:before,
.widget-container .gallery.loading figure:before,
.related-posts.loading .content-wrapper:before,
.ts-product .content-wrapper.loading:before,
.thumbnail.loading:before,
.thumbnails.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before{
position:absolute;
left:0;right:0;bottom:0;top:0;
content:"";
z-index:10;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader1.gif);
background-position:center;
background-repeat:no-repeat;
display:block;
}
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before{
left:1px; right:0; }
.horizontal-tab .column-products.loading:before,
.horizontal-tab.has-slider .column-products.loading:before{
left:1px; right:0;
bottom:0;
top:0;
position:absolute;
content:"";
width:auto;
z-index:10;
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader1.gif);
background-position:center;
background-repeat:no-repeat;
display:block;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
background-position:center 30%;
}
.horizontal-tab .column-banners.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
left:0; right:0; }
.ts-testimonial-wrapper.text-light.loading:before,
.ts-logo-slider-wrapper.style-light.loading .content-wrapper:before, 
.ts-twitter-slider.text-light.loading:before{
background-color:#3f3f3f;
}
.thumbnails.loading:before,
.thumbnail.loading:before{
display:block !important
}
.tab-content.loading:before{
bottom:24px;
top:1px;
}
.widget .widgettitle{
text-transform:uppercase;
padding:9px 0;
}
nav .widget .widgettitle{
padding:0;
} .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4{
width:27.777%;
overflow:hidden;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8{
width:72.223%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3{
width:27.778%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:44.444%;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:calc(29.796% + 2px );
margin:-1px;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:70.204%;
} .fix-width-col-one-third .vc_col-sm-4{
width:28%;
padding-left:0;
padding-right:0;
}
.fix-width-col-one-third .vc_col-sm-8{
width:72%;
padding-left:10px; padding-right:0;
}
.fix-width-col-one-third{
margin-left:0;
margin-right:0;
}
.vc_tta-container .transparent-background,
.transparent-background,
.vc_general.vc_tta-tabs.transparent-background .vc_tta-panels-container .vc_tta-panels{
background:transparent !important;
}
body.wpb-js-composer .vc_tta-tabs.tab-product .vc_tta-tabs-list{
padding-right:50px !important; } .footer-two-column{
clear:both;
position:relative;
}
.footer-two-column:before{
display:inline-block;
position:absolute;
left:33.33333333%; right:auto;
top:-20px;
bottom:0;
content:"";
z-index:0;
border-width:0 1px 0 0;
border-style:solid;
border-color:#f1f1f1;
width:1px;
}
.footer-two-column .vc_col-sm-4{
padding-right:50px }
.footer-two-column .vc_col-sm-8{
padding-left:50px }
.footer-two-column .vc_separator{
width:auto;
margin-left:-50px; margin-right:-1000px; } .h1-big,
.h2-big{
font-size:48px;
line-height:54px;
margin-bottom:0;
font-weight:bold; }
.desc-big{
font-size:18px;
line-height:28px;
margin-bottom:50px !important;
}
.desc-big-2{
font-size:24px;
line-height:32px;
margin-bottom:30px !important;
}
.feature-hotdeal{
padding-top:50px;
padding-bottom:50px;
}
.ts-text-center{
text-align:center;
}
.feature-hotdeal .ts-countdown{
margin-bottom:30px;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
height:400px;
}
.mail-chimp-footer-2col > div{
display:table;
width:100%;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
display:table-cell;
vertical-align:middle;
}
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .newsletter{
margin-bottom:20px;
}
body .ts-footer-block .style-1 .mailchimp-subscription input[type="email"]{
border-width:0;
background:rgba(255,255,255,0.2);
} .ts-header-intro .ts-header{
display:none;
}
.heading-intro{
text-align:center;
color:#000000;
margin-bottom:10px;
}
body .group-homepage{
text-align:center;
}
body .group-homepage,
body .bg-center-bottom{
background-repeat:no-repeat !important;
background-position:center bottom !important;
}
.group-homepage .coming-soon .wpb_wrapper:before,
.group-homepage .label-new .wpb_wrapper:before{
position:absolute;
right:-10px;
top:5px;
width:100px;
height:100px;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/label-coming.png);
z-index:5;
content:"";
}
.group-homepage .label-new .wpb_wrapper:before{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/label-new.png);
}
.group-homepage a.img-link{
border-width:2px;
border-style:solid;
border-color:transparent;
margin:30px 0 0 0;
display:inline-block;
position:relative;
bottom:0;
height:650px;
overflow:hidden;
transition:all 100ms ease-in-out 0s;
-webkit-transition:all 100ms ease-in-out 0s;
-moz-transition:all 100ms ease-in-out 0s;
}
.group-homepage a.img-link img{
transition:all 3s ease-in-out 0s;
-webkit-transition:all 3s ease-in-out 0s;
-moz-transition:all 3s ease-in-out 0s;
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
margin:0;
}
.group-homepage a.img-link:hover img{
margin-top:100%;
transform:translate(0,-100%);
-webkit-transform:translate(0,-100%);
-moz-transform:translate(0,-100%);
margin-top:650px;
}
.group-homepage .home-supermarket a.img-link:hover{
border-color:#e72304;
}
.group-homepage .home-supermarket-2 a.img-link:hover{
border-color:#0983ce;
}
.group-homepage .home-furniture a.img-link:hover{
border-color:#85d5d4;
}
.group-homepage .home-glasses a.img-link:hover{
border-color:#ed6bab;
}
.group-homepage .home-shoes a.img-link:hover{
border-color:#feb800;
}
.group-homepage .home-electronic a.img-link:hover{
border-color:#0083c4;
}
.group-homepage .home-houseware a.img-link:hover{
border-color:#ff6e41;
}
.group-homepage .home-organic a.img-link:hover{
border-color:#7dc641;
}
.group-homepage .home-supermarket a:hover{
color:#e72304;
}
.group-homepage .home-supermarket-2 a:hover{
color:#0983ce;
}
.group-homepage .home-furniture a:hover{
color:#85d5d4;
}
.group-homepage .home-glasses a:hover{
color:#ed6bab;
}
.group-homepage .home-shoes a:hover{
color:#feb800;
}
.group-homepage .home-electronic a:hover{
color:#0083c4;
}
.group-homepage .home-houseware a:hover{
color:#ff6e41;
}
.group-homepage .home-organic a:hover{
color:#7dc641;
}
.intro-img-header{
display:inline-block;
margin-bottom:10px;
overflow:hidden;
}
.intro-img-header:hover{
opacity:0.95;
}
.group-features .feature-content{
min-height:395px;
}
.ts-header-intro .first-footer-area{
display:none !important;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li a{
background:#e5e5e5;
color:#000000;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.facebook:hover a{
background-color:#3B5998;
border-color:#3B5998;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.twitter:hover a{
background-color:#2CAAE1;
border-color:#2CAAE1;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.google-plus:hover a{
background-color:#DD4B39;
border-color:#DD4B39;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.flickr:hover a{
background-color:#E30761;
border-color:#E30761;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.vimeo:hover a{
background-color:#17B3E8;
border-color:#17B3E8;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.mailchimp:hover a{
background-color:#176DBA;
border-color:#176DBA;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.youtube:hover a{
background-color:#CC181E;
border-color:#CC181E;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.viber:hover a{
background-color:#7C529E;
border-color:#7C529E;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.skype:hover a{
background-color:#009EE5;
border-color:#009EE5;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.instagram:hover a{
background-color:#125688;
border-color:#125688;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.feedburner:hover a{
background-color:#176DBA;
border-color:#176DBA;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.linkedin:hover a{
background-color:#0177B5;
border-color:#0177B5;
color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.wordpress:hover a{
background-color:#21759B;
border-color:#21759B;
color:#fff;
} .vetical-slideshow{
margin-left:300px; width:calc(100% - 664px );
}
.vertical-banner{
float:right; width:364px;
}
.vertical-banner .wpb_wrapper > div:first-child{
margin-bottom:20px;
}
.fullwidth-tab{
width:calc(100% - 319px );
}
.fullwidth-deal{
width:319px;
}  .breadcrumb-title-wrapper{
width:100%;
margin:0 0 20px 0;
display:block;
background-size:cover;
-webkit-background-size:cover;
background-position:center;
z-index:0;
text-align:center;
}
.breadcrumb-title-wrapper .breadcrumb-title{
padding:0;
display:table-cell;
vertical-align:middle;
}
.breadcrumb-title-wrapper .breadcrumb-content{
display:table;
height:300px;
table-layout:fixed;
width:100%;
background-repeat:no-repeat;
background-position:center center !important;
}
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
background-attachment:fixed;
}
.breadcrumb-title-wrapper.breadcrumb-v2:after{
position:absolute;
left:0;right:0;
bottom:0;top:0;
content:"";
z-index:-1;
background: -webkit-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: -o-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: -moz-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: linear-gradient(to bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#000000')";
}
.breadcrumbs-container > span{
margin:0 10px;
}
.breadcrumbs-container > span.brn_arrow{
position:relative;
}
.breadcrumbs-container > span.current{
opacity:1;
margin:0;
}
.breadcrumb-title-wrapper .breadcrumb-title{
width:100%;
height:100%;
}
.breadcrumb-title-wrapper *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.breadcrumb-title-wrapper .breadcrumb-title a{
opacity:0.8;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
opacity:1;
text-decoration:none;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
opacity:1;
}
.breadcrumb-title-wrapper .breadcrumbs-container,
.breadcrumb-title-wrapper .breadcrumbs-container a,
.breadcrumb-title-wrapper .breadcrumbs-container span{
display:inline-block;
} body #main > .page-container.show_breadcrumb_v2{
padding-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v2{
margin-bottom:60px;
border-width: 0 0 1px 0;
border-style: solid;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
height:auto;
display:block;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
table-layout:fixed;
display:table;
padding-top:22px;
padding-bottom:22px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
display:table-cell;
width:50%;
text-align:right; vertical-align:middle;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1{
text-align:left; }      .breadcrumb-title-wrapper.breadcrumb-v3{
padding:10px 0 287px 0;
position:relative;
z-index: 1;
}    .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:80px;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
position:absolute;
left:0;right:0;
bottom:0;top:0;
content:"";
z-index:-1;
background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: -o-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000')";
}  .heading-title.page-title {
margin-bottom:15px;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
text-transform:uppercase;
}  .related.related-posts{
padding-top:60px;
}
.related-posts article,
.ts-blogs article{
padding-left:1px;
padding-right:1px;
}
.related-portfolio article{
padding-left:0;
padding-right:0;
}  .commentlist{
margin-bottom:80px;
}
.commentlist .comment-wrapper{
display:table;
table-layout:fixed;
width:100%;
}
.commentlist .comment-wrapper > *{
display:table-cell;
vertical-align:middle;
}
.commentlist .comment-wrapper .comment-detail{
padding:25px 30px 15px 30px;
border-width:1px;
border-style:solid;
}
.comments-area{
margin:32px 0 0 0;
clear:both;
display:inline-block;
width:100%;
}
#comments{
margin-bottom:60px;
}
.commentlist > li{
padding:20px 0 0 0;
margin-top:0;
}
.commentlist > li:first-child{
padding-top:0;
}
.commentlist .children{
padding:30px 0 0 100px; margin:0;
}
.commentlist .children .children{
padding:30px 0 0 70px; }
.commentlist .children > li{
list-style:none;
padding:12px 0 0 0;
position:relative;
}
.comments-area .reply a:after{
content: "\f064";
font-family: 'FontAwesome';
margin-left:5px }
.comments-area .reply a:hover{
text-decoration:none;
}
.comments-area .date-time:before{
content: "\e66b";
font-family: 'Pe-icon-7-stroke';
margin-right:5px }
.comments-area div.avatar{
padding-right:20px; width:120px;
vertical-align:top;
}
.comments-area .commentlist > li > div.comment-wrapper div.avatar{
padding-right:30px; width:130px;
}
.comments-area .commentlist > li > div.comment-wrapper .comment-detail{
position:relative;
top:10px;
}
.comments-area div.avatar img{
width:100px;
height:100px;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.comments-area .comment-meta{
display:inline-block;
width:100%;
margin-bottom:10px;
}
.comments-area .comment-text{
font-style:italic;
}
.comments-area .comment-meta:after{
display:table;
clear:both;
content:"";
}
.comments-area .comment-meta .comment-edit-link{
float:right; }
.comments-area .comment-meta > span{
float:left; position:relative;
margin-left:20px; }
.comments-area .comment-meta > span.author a{
text-transform:uppercase;
}
.comments-area .comment-meta > span:first-child{
margin:0;
padding:0;
}
.comments-area .comment-meta > span:first-child:before{
display:none;
}
.comments-area .reply{
text-transform:uppercase;
float:right; padding:0 0 4px 0;
}
.comments-area .comment-meta > a:hover{
text-decoration:none;
}
#comment-nav-below{
margin-bottom: 20px;
}
#comment-nav-below a{
text-decoration: none;
}
#comment-wrapper .comment-edit-link{
float:right; font-size:12px;
line-height:14px;
}
#comment-wrapper{
overflow:hidden;
}
li #comment-wrapper{
margin-top:40px;
}
#comment-wrapper .info-wrapper{
margin:0 -10px;
display:block;
padding-bottom:10px;
}
#comment-wrapper .info-wrapper:after{
display:table;
content:"";
clear:both;
}
#comment-wrapper .info-wrapper > *{
width:33.3333%;
float:left;
padding:0 10px;
margin-bottom:10px;
}
#comment-wrapper p.form-submit {
clear:both;
margin-top:18px;
display:inline-block;
width:100%;
}
#comment-wrapper p.form-submit .button{
min-width:120px;
}  body .tp-bullets{
z-index:990;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-control{
opacity:1;
}
body .theme-default .nivo-directionNav{
top:40%;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.theme-default .nivo-directionNav a:hover{
text-decoration:none;
}
.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev{
background:none !important;
width:44px !important;
height:44px !important;
line-height:44px !important;
min-height:44px;
min-width:44px;
text-align:center !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
font-size:0;
margin:0;
text-shadow:none;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
text-indent:0 !important;
border:0 !important;
opacity:1;
margin:0 !important;
position:static !important;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows{
position:absolute;
background:none !important;
width:44px !important;
height:44px !important;
line-height:44px !important;
min-height:44px;
min-width:44px;
text-align:center !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
font-size:0;
margin:0;
text-shadow:none;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
text-indent:0 !important;
border:0 !important;
opacity:1;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a{
display:none !important;
}
.vc_images_carousel .vc_carousel-control{
margin-top:-22px !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
font-family: 'FontAwesome' !important;
font-size:30px !important;
font-weight:normal !important; position:relative;
z-index:110;
line-height:42px !important;
margin:0 !important;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
width:auto !important;
display:inline-block;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.tp-leftarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-prev:before,
.theme-default .nivo-directionNav a.nivo-prevNav:before{
content: "\f104" !important; }
.vc_images_carousel .vc_right .icon-next:before,
.vc_images_carousel .vc_carousel-control .icon-next:before, 
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next:before,
.theme-default .nivo-directionNav a.nivo-nextNav:before{
content: "\f105" !important; }
.vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
position:absolute;
content:"";
left:0;right:0;
bottom:0;top:0;
width:auto;
height:auto;
line-height:0;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
width:auto;
display:inline-block;
}
body .rev_slider_wrapper .tp-bullets .tp-bullet{
width:12px !important;
height:12px !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
background:transparent !important;
opacity:1 !important;
border:0 !important;
margin-right:5px !important;
overflow:visible
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:last-child{
margin-right:0 !important
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:hover,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected{
width:12px !important;
height:12px !important;
border:0 !important
}
.tp-bullets .tp-bullet:after{
left:0;
right:0;
top:0;
bottom:0;
position:absolute;
content:"";
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
background:#d2d2d2;
border-color:#d2d2d2;
border-width:1px;
border-style:solid;
z-index:1;
}
.tp-bullets.simplebullets .bullet:hover, 
.tp-bullets.simplebullets .bullet.selected,
body .rev_slider .tp-bullets .tp-bullet:hover, 
body .rev_slider .tp-bullets .tp-bullet.selected{
border:0 !important;
margin-top:0 !important;
background:transparent !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after{
background:#ffffff;
} .tp-bullets.tp-thumbs .thumb{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}  .map-contact{
margin-top:-70px;
}
.contact-form{
margin:0 -10px;
}
.title-bottom-line{
position:relative;
margin-bottom:22px;
padding-bottom:22px;
}
.title-bottom-line:after{
content:"";
position:absolute;
width:50px;
height:2px;
border-width:1px;
border-style:solid;
border-color:#cccccc;
left:50%;
margin-left:-25px;
bottom:0;
}
.wpcf7 .sumbit-contact{
padding-top:20px;
clear:both;
text-align:center;
}
.wpcf7 .sumbit-contact p{
display:inline-block;
text-align:center;
margin-bottom:0;
width:120px;
}
.contact-form:after,
.sumbit-contact:after{
display:table;
content:"";
clear:both;
}
.contact-form .col-1,
.contact-form .col-2{
float:left; width:50%;
padding:10px;
}
body input.wpcf7-submit{
min-width:120px;
}
.wpcf7 p textarea{
height:212px;
}
div.wpcf7-response-output{
margin:0 0 10px 0;
padding:8px 15px;
border:0;
display:inline-block;
width:100%;
border-width:2px;
border-style:solid;
}
.wpcf7-not-valid-tip{
margin-top:5px;
display:inline-block;
width:100%;
}
div.wpcf7-display-none{
display:none;
}
div.wpcf7{
margin-bottom:20px !important;
}
.pp_pic_holder div.wpcf7{
margin-bottom:0 !important;
}
div.wpcf7 img.ajax-loader{
margin:5px 0 5px 10px;
}
div.screen-reader-response{
color:#e94b4b;
}
div.screen-reader-response ul li{
padding-bottom:0;
}
div.screen-reader-response ul{
margin:0 0 20px 0;
}
.office-address,
.phone-numbers,
.email-address,
.fax-numbers,
.info-query{
margin-bottom:5px;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
.box-info-query{
position:relative; padding-left:54px; }
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before,
.info-query:before{
font-size:24px;
font-family: 'Pe-icon-7-stroke';
position:relative;
top:5px;
margin-right:10px; }
.box-office-address:after,
.box-phone-numbers:after,
.box-email-address:after,
.box-fax-numbers:after,
.box-info-query:after{
border-width:1px;
border-style:solid;
position:absolute;
left:0; right:auto;
top:2px;
bottom:auto;
width:40px;
height:40px;
content:"";
}
.box-office-address:before,
.box-phone-numbers:before,
.box-email-address:before,
.box-fax-numbers:before,
.box-info-query:before{
font-size:18px;
font-family: 'Pe-icon-7-stroke';
line-height:30px;
padding:4px 2px;
left:0; text-align:center;
width:40px;
height:40px;
display:inline-block;
position:absolute;
top:2px;
}
.office-address:before,
.box-office-address:before{
content: "\e638";
}
.phone-numbers:before,
.box-phone-numbers:before{
content: "\e670";
}
.email-address:before,
.box-email-address:before{
content: "\e639";
}
.fax-numbers:before,
.box-fax-numbers:before{
content: "\e61f";
}
.info-query:before,
.box-info-query:before{
content: "\e647";
}  h1.title-coming{
font-size:40px;
line-height:46px;
margin-top:10px;
margin-bottom:10px;
}
.blank-page{
text-align:center;
padding:80px 30px 40px 30px;
position:relative;
margin-bottom:0 !important;
}
.blank-page-template .ts-countdown,
.blank-page-template .ts-social-icons{
display:inline-block;
}
.blank-page-template .widget-container{
background:transparent !important;
border:0;
padding:0;
}
.blank-page-template .widget-container:before{
display:none;
}
.blank-page-template .wpb_widgetised_column.wpb_content_element{
margin-bottom:0;
}
.ts-group-button-coming{
padding-top:20px;
padding-bottom:50px
}
.ts-group-button-coming .ts-button{
min-width:145px;
margin:5px;
}    body .owl-carousel{
z-index:5;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-slider ul li{
list-style:none;
}
.ts-slider.products section.product,
.woocommerce .ts-slider.products section.product{
padding:0;
}
.woocommerce .content-wrapper:after{
display:table;
clear:both;
content:"";
} .gallery .owl-nav{
display:none;
}
.owl-dots{
position:absolute;
content:"";
left:auto;  line-height:0;
z-index:6;
display:inline-block;
}
.ts-product.show-dot.rows-1{
padding-bottom:40px;
}
.ts-product.show-dot,
.ts-product.show-dot[data-columns="1"]{
padding-bottom:20px;
}
.banner-left .owl-dots,
.banner-right .owl-dots{
bottom:20px;
top:auto;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.ts-testimonial-wrapper .owl-nav > div,
.ts-twitter-slider .owl-nav > div{
background:transparent;
}
.gallery .owl-dots,
.product-wrapper .owl-dots,
.ts-product .owl-dots{
top:auto;
bottom:16px;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.ts-product .products > .owl-controls .owl-dots{
bottom:0;
}
.vc_col-sm-6 .ts-product.show-dot[data-columns="1"] .products .product{
margin-bottom:25px;
}
.widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
bottom:10px;
}
.owl-dots > div{
display:inline-block;
overflow:hidden;
line-height:0;
margin:0;
}
.owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
display:inline-block;
width:12px;
height:12px;
position:relative;
z-index:9;
margin:4px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
body .theme-default .nivo-controlNav a{
box-shadow:0 0 5px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.owl-dots > div:not(.color) > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
background:transparent !important;
}
.woocommerce .product figure .color-image img{
z-index:-1 !important;
}
.woocommerce .product figure .color-image span:before,
.woocommerce .product figure .color span:before{
position:absolute;
left:-1px;
right:-1px;
bottom:-1px;
top:-1px;
content:"";
border-width:2px;
border-style:solid;
border-color:transparent;
}
.woocommerce .product figure .owl-controls .color-image.active span:before,
.woocommerce .product figure .owl-controls .color.active span:before,
.woocommerce .product figure .owl-controls .color-image span:hover:before,
.woocommerce .product figure .owl-controls .color span:hover:before{
background:transparent;
border-color:#fff;
}
.owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before{
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
content:"";
border-width:1px;
border-style:solid;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.owl-dots > div > span.active:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body #fp-nav ul li a.active span:before, 
body .fp-slidesNav ul li a.active span:before, 
body #fp-nav ul li:hover a.active span:before, 
body .fp-slidesNav ul li:hover a.active span:before,
body #fp-nav ul li:hover a span:before, 
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li:hover a:before{
} body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span{
background:transparent;
}
body #fp-nav ul li, 
body .fp-slidesNav ul li,
body .flex-control-paging li{
width:18px;
height:18px;
}
body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span,
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li a.active span, 
body #fp-nav ul li:hover a.active span, 
body .fp-slidesNav ul li:hover a.active span,
body #fp-nav ul li:hover a span, 
body .fp-slidesNav ul li:hover a span,
body .flex-control-paging li a.flex-active,
body .flex-control-paging li:hover a{
display:inline-block;
width:12px;
height:12px;
position:relative;
z-index:9;
} .column-banners .owl-dots > div > span:before,
.gallery .owl-dots > div > span:before,
.text-light .owl-dots > div > span:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body .flex-control-paging li a:before{
border-color:#fff;
}
.owl-dots > div.active > span,
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li a.active span,
body .flex-control-paging li a.flex-active,
body .theme-default .nivo-controlNav a.active{
cursor:default;
}
.column-banners .owl-dots > div > span:hover:before,
.column-banners .owl-dots > div.active > span:before,
.gallery .owl-dots > div > span:hover:before,
.gallery .owl-dots > div.active > span:before,
.text-light .owl-dots > div > span:hover:before,
.text-light .owl-dots > div.active > span:before,
.ts-product-in-category-tab-wrapper .owl-dots > div > span:hover:before,
.ts-product-in-category-tab-wrapper .owl-dots > div.active > span:before,
body #fp-nav ul li a.active span:before, 
body .fp-slidesNav ul li a.active span:before,
body #fp-nav ul li:hover a span:before, 
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li a:hover:before{
background:#fff !important;
border-color:#fff !important;
}
.widget-container .owl-nav,
.widget .owl-nav{
top:-40px;
border:0;
right:-10px; background:transparent;
}
.widget-container.ts-products-widget .owl-nav{
right:10px; } .menu .widget .owl-nav{
top:-34px;
}
.menu .widget.ts-products-widget .owl-nav{
right:0 } .widget.ts-products-widget .owl-nav{
right:15px; top:-45px;
}
.content-no-border:not(.title-background-color) .widget.ts-products-widget .owl-nav{
right:0; top:-50px;
}
.content-no-border .widget.ts-products-widget .owl-nav:after{
content:"";
position:absolute;
left:-15px; right:0;
top:0;
bottom:0;
z-index:0;
}
.content-no-border.title-background-color .widget.ts-products-widget .owl-nav:after{
display:none;
}
.owl-controls{
line-height:0;
text-align:center;
height:0;
}
.ts-shortcode .products .owl-nav{
top:6px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-7px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .owl-controls .owl-nav > div{
margin-top:0 !important;
}
.ts-shortcode.title-background-color .products .owl-nav{
top:14px;
right:14px; }
.vc_tta-tabs .ts-shortcode.nav-top .products .owl-nav{
top:-65px;
right:10px; position:absolute;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next,
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-prev{
left:auto;
right:auto;
visibility:visible;
position:static;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next{
margin-left:4px; }
.vc_tta-style-2 .ts-shortcode .products .owl-nav{
right:0; }
.owl-nav{
top:-66px;
line-height:0; display:none;
position:absolute;
right:0; }
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:4px;
}
.ts-product.show-dot .owl-nav{
display:none !important;
}
.ts-shortcode .owl-nav{
top:-87px;
}
.ts-shortcode.ts-recently-viewed-products-wrapper .owl-nav{
top:0;
}
.ts-twitter-slider .owl-dots,
.ts-twitter-slider .owl-nav{
top:auto;
bottom:0;
left:50%;
right:auto;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
}
.nav-middle .owl-nav,
.images-slider-wrapper .owl-nav,
.ts-shortcode.no-title .owl-nav,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav{
position:static;
}
.nav-middle .owl-nav > div,
.ts-shortcode.no-title .owl-nav > div{
top:33%;
position:absolute;
visibility:hidden;
transition:all 200ms ease-in-out 0s;
-webkit-transition:all 200ms ease-in-out 0s;
-moz-transition:all 200ms ease-in-out 0s;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.item-list.nav-middle .owl-nav > div{
top:50%;
margin-top:-15px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:-5px;
}
.ts-product-deals-slider-wrapper.nav-middle .owl-nav > div{
top:30%;
}
.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:26%;
}
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
position:absolute;
visibility:hidden;
top:50%;
margin-top:-15px;
transition:all 200ms ease-in-out 0s;
-webkit-transition:all 200ms ease-in-out 0s;
-moz-transition:all 200ms ease-in-out 0s;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
top:45%;
}
.nav-middle .products:hover .owl-nav > div,
.images-slider-wrapper:hover .owl-nav > div,
.ts-shortcode.no-title:hover .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div{
visibility:visible;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:-31px; left:auto;
margin-left:0;
margin-right:0;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:-31px; right:auto;
margin-left:0;
margin-right:0;
}
.nav-middle:hover .owl-nav .owl-next,
.images-slider-wrapper:hover .owl-nav .owl-next,
.ts-shortcode.no-title:hover .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-next{
right:0; left:auto;
}
.nav-middle:hover .owl-nav .owl-prev,
.images-slider-wrapper:hover .owl-nav .owl-prev,
.ts-shortcode.no-title:hover .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-prev{
left:0; right:auto;
}
.woocommerce .nav-middle .products{
position:relative;
}
.owl-nav > div.disabled{
display:none !important;
}
.owl-nav > div{
cursor:pointer;
position:relative;
width:30px !important;
height:30px !important;
border-width:1px;
border-style:solid;
z-index:7;
line-height:0;
display:inline-block;
font-size:0;
text-align:center;
transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
.owl-nav > div.disabled{
display:inline-block !important;
}
.no-nav .owl-nav{
display:none !important;
}
.owl-nav > div:before{
line-height:28px;
font-family: 'Pe-icon-7-stroke';
font-size:30px;
font-weight:normal; transition:none;
-webkit-transition:none;
-moz-transition:none;
color:inherit;
}
.owl-nav > div.owl-next{
margin-left:4px }
.disabled{
display:none !important;
}
.single_add_to_cart_button.disabled{
display:inline-block !important;
} .owl-nav > div.owl-next:before{
content: "\e684"; }
.owl-nav > div.owl-prev:before{
content: "\e686"; } .images-thumbnails >.thumbnails *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
line-height:0;
}
.images-thumbnails >.thumbnails a,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper ul{
width: 100% !important;
}
.images-thumbnails >.thumbnails a{
margin:0 !important;
}
.images-thumbnails >.thumbnails ul{
margin:0;
position:relative;
}
.images-thumbnails >.thumbnails ul li{
line-height:0;
padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div{
top:50%;
margin-top:-13px;
border:0;
line-height:0;
width:26px !important;
height:26px !important;
padding:0;
text-align:center;
background:#f1f1f1 !important;
}
.images-thumbnails >.thumbnails .owl-nav > div:before{
line-height:26px !important;
font-family: 'FontAwesome';
font-size:20px;
}
.images-thumbnails >.thumbnails .owl-carousel .owl-stage-outer{
padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next{
right:1px; left:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev{
left:1px; right:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next:before{
content: "\f105"; }
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev:before{
content: "\f104"; }
div.product .images-thumbnails .owl-nav{
position:static !important;
border:0;
display:block;
}
div.product .images-thumbnails .owl-controls div.owl-next{
position:absolute;
top:50%;
margin-top:-10px;
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product .images-thumbnails .owl-controls div.owl-prev{
position:absolute;
top:50%;
margin-top:-10px;
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product .thumbnails:hover .owl-controls div.owl-prev,
div.product .thumbnails:hover .owl-controls div.owl-next{
visibility:visible;
opacity:1;
} .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div{
top:auto;
left:50%; right:auto; bottom:0;
margin:0;
width:26px !important;
height:26px !important;
margin-left:-13px !important;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:21px;
bottom:auto;
margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev{
top:auto;
bottom:1px;
margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next:before{
content: "\f106";
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev:before{
content: "\f107";
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-next{
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-prev{
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-next{
visibility:visible;
opacity:1;
}     #to-top{
position:fixed;
right:0; bottom:0;
transform:scale(0,0);
-webkit-transform:scale(0,0);
-moz-transform:scale(0,0);
-ms-transform:scale(0,0);
width:50px;
height:50px;
line-height:0;
display:inline-block;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
text-align:center;
cursor:pointer;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
display:block !important;
z-index:999;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
#to-top a{
display:inline-block;
width:50px;
height:50px;
line-height:0;
border-width:2px;
border-style:solid;
overflow:hidden;
text-transform:uppercase;
font-size:0;
}
#to-top a:before{
font-family: 'Pe-icon-7-stroke';
content: "\e683";
font-size:24px;
font-weight:normal; line-height:46px;
}
#to-top a:hover{
text-decoration:none;
}
#to-top.on{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1)
}
.ts-footer-block .widget-container ul li > a:hover{
text-decoration:underline;
} .widget-container ul.list-item,
.widget ul.list-item{
width:100%;
overflow:hidden;
margin-bottom:10px
} body .ts-footer-block{
border:0;
padding:20px 0;
margin:0;
}
body .end-footer .ts-footer-block,
body .ts-footer-block .widget-container{
padding:0;
}
footer .widget-container:before,
footer .widget-container .widget-title:after{
display:none;
}
footer .ts-footer-block ul li {
list-style:none;
padding:8px 0;
}
footer .ts-footer-block ul ul li{
padding:8px 0;
}
body .ts-footer-block .widget-title{
margin:0 0 34px 0;
padding:0;
}
body .ts-footer-block .widget-container{
border:0;
}
body .ts-footer-block .woocommerce ul.cart_list li:after, 
body .ts-footer-block .woocommerce ul.product_list_widget li:after, 
body .ts-footer-block .woocommerce .widget_shopping_cart .cart_list li:after{
opacity:0.1;
} footer .widget-container.widget_archive > ul{
padding-top:0;
line-height:0;
}
footer .widget-container.widget_archive ul li a:hover,
footer .widget_categories ul li a:hover,
footer .ts-product-categories-widget ul li a:hover,
footer .widget_product_categories ul li a:hover{
text-decoration:none !important;
}
footer section.widget_nav_menu > div > ul,
footer .widget-container > ul,
footer .widget-container .ts-facebook-page-wrapper,
footer .widget-container .ts-logo-slider-wrapper .content-wrapper,
footer .widget-container .ts-products-widget-wrapper ul.product_list_widget, 
footer .widget-container ul.product_list_widget, 
footer section.woocommerce ul.product_list_widget, 
footer .widget-container .widget_shopping_cart_content,
footer .widget-container .testimonial-content{
padding:0;
}
footer .widget_categories > ul{
padding:0;
}
footer .widget-container .comment_list_widget > li:first-child{
margin-top:0;
} footer .widget-container ul.info-content li,
.widget-container ul.info-content li{
padding:15px 0;
padding-left:60px; position:relative;
}
footer .widget-container ul.info-content.style-2 li,
.widget-container ul.info-content.style-2 li{
padding-left:0;
padding-right:0;
}
.widget-container ul.info-content li:after{
position:absolute;
content:"";
left:0; top:50%;
margin-top:-20px;
width:40px;
height:40px;
border-width:1px;
border-style:solid;
opacity:0.2;
}
.widget-container ul.info-content.style-2 li:after{
display:none;
}
.widget-container ul.info-content li:before{
position:absolute;
left:0; font-family: 'Pe-icon-7-stroke';
top:50%;
margin-top:-20px;
font-size:16px;
line-height:38px;
width:40px;
height:40px;
text-align:center;
}
.widget-container ul.info-content.style-2 li:before{
position:relative;
top:2px;
left:auto;
right:auto;
bottom:auto;
display:inline-block;
margin:0 15px 0 0; width:auto;
height:auto;
line-height:20px;
}
.widget-container ul.info-content li.info-location:before{
content:"\e638"
}
.widget-container ul.info-content li.info-phone:before{
content:"\e670"
}
.widget-container ul.info-content li.info-email:before{
content:"\e639"
}
.widget-container ul.info-content li.info-fax:before{
content:"\e61f"
}
.social-no-margin .widget-title{
margin-bottom:10px !important;
}
.social-no-margin section.ts-social-icons .social-icons{
padding:12px 0;
}
.payment-right{
text-align:right;
}   .widget-title{
padding:13px 0 13px 0;
margin:0 0 0 0;
position:relative;
text-transform:uppercase;
}
.widget-title a.rsswidget{
line-height:14px;
display:inline-block;
}
.widget_display_search .widget-title,
.widget_product_search .widget-title,
.widget_search .widget-title{
margin:0;
padding-top:0;
}
.widget_display_search:before,
.widget_product_search:before,
.widget_search:before{
display:none !important;
}
.ts-recent-comments-widget .widget-title,
.ts-blogs-widget .widget-title{
padding-right:50px; }
.ts-products-widget .widget-title{
padding-left:15px;
padding-right:70px; }
.ts-products-widget .widget-title:after{
left:0px; right:0;
}
.widget-title:after{
border-width:0 0 1px 0;
height:1px;
border-style:solid;
position:absolute;
left:-20px; right:-20px;
bottom:0;
content:"";
}
.widget-container{
border-width:1px;
border-style:solid;
margin:0 0 50px 0;
clear:both;
padding:0 20px 0 20px;
position:relative;
}
.widget-container.ts-products-widget{
padding:0;
}
.ts-products-tabs-widget{
padding:0;
border:0;
background:transparent !important;
}
.ts-products-tabs-widget .widget-title-wrapper{
border-width:1px;
border-style:solid;
position:static;
}
.widget-container:before{
border-width:2px 0 0 0;
border-style:solid;
content:"";
position:absolute;
top:-1px;
left:-1px;
right:-1px;
bottom:auto;
z-index:1;
}
.ts-products-tabs-widget:before{
left:0;
right:0;
}
.widget-container:last-child{
margin-bottom:0;
}
.widget-container fieldset{
padding:0;
}
body .widget-container > select,
.widget_mc4wp_form_widget .mc4wp-form{
margin:20px 0;
}
section.ts-social-icons .social-icons,
section.widget_product_search > form,
.widget-container .widget_shopping_cart_content{
padding:20px 0 10px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper{
padding:25px 0 20px 0;
}
section.product-filter-by-color > ul,
section.woocommerce.widget-container > ul{
padding:20px 0 0 0;
}
section.widget_media_gallery .gallery-size-thumbnail{
padding:10px 0 20px 0;
}
section.woocommerce.widget_rating_filter > ul{
padding:15px 0 15px 0;
}
.widget-container .widget_shopping_cart_content,
.widget-container .tagcloud,
section.woocommerce.widget_layered_nav > ul{
padding:20px 0 10px 0;
}
.widget-container > ul,
section.widget_nav_menu > div > ul{
padding:10px 0;
}
.widget_archive > ul{
margin-bottom:10px;
}
section.widget_display_stats > dl{
padding:10px 0 0 0;
}
.widget-container.widget_text .textwidget{
padding-top:15px;
padding-bottom:18px;
}
section.ts-flickr-widget .ts-flickr-wrapper,
section.ts-instagram-widget .ts-instagram-wrapper{
padding:18px 0 18px 0;
}
.widget-container .ts-facebook-page-wrapper,
section.bbp_widget_login .bbp-logged-in{
padding:20px 0;
} .widget-container .ts-blogs-widget-wrapper{
padding:0 0 17px 0;
}
.widget-container .ts-recent-comments-widget-wrapper,
.widget-container .ts-slider{
padding-top:0;
} .widget-container .ts-products-widget-wrapper ul.product_list_widget ,
.widget-container ul.product_list_widget,
.woocommerce ul.product_list_widget{
padding:20px 0 0 0;
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget{
padding:20px 0 0 0;
} 
.woocommerce ul.cart_list{
padding-top:0;
padding-bottom:0;
}
.widget-container.widget_calendar{
padding:0;
border:0;
}
.widget-container > ul ol,
.widget-container > ul ul{
margin-left:10px; }
.widget-container ul ul{
margin:5px 0 0 15px }
.widget-container ul li {
list-style:none;
padding:5px 0;
}
.widget-container ul ul li{
padding:5px 0;
}
.widget-container ul li:last-child,
.widget-container ul ul li:last-child{
padding-bottom:0;
}
.widget-container ul li  > a:hover{
text-decoration:none;
}
section.widget_nav_menu > div > ul li.fa:before{
margin-right:5px }
.widget-container ul ul li > a{
position:relative
}
li.fa:before{
font-family: 'FontAwesome';
}  .mailchimp-subscription{
position:relative;
border:0;
overflow:hidden;
padding-top:42px;
padding-bottom:50px;
background:#3f3f3f;
}
.mailchimp-subscription.text-default{
background:#fafafa;
}
.ts-mailchimp-subscription-shortcode .mailchimp-subscription.text-default{
background:transparent;
}
.mailchimp-subscription input[type="email"],
.widget_mc4wp_form_widget .mc4wp-form input[type="email"]{
padding:15px 70px 15px 15px; height:50px;
margin-bottom:0;
}
.mailchimp-subscription.text-light input[type="email"]{
background:transparent;
}
.style-2 .mailchimp-subscription input[type="email"]{
max-width:100%;
}
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light input[type="email"]:hover{
border-color:#fff;
color:#fff;
}
.mailchimp-subscription .newsletter{
margin-bottom:4px;
display:inline-block;
}
.style-1 .mailchimp-subscription.text-default .newsletter{
margin-bottom:10px;
}
.style-1 .mailchimp-subscription .newsletter{
max-width:490px;
}
.mc4wp-form-submitted.processing button.button i{
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
.mc4wp-form-submitted.processing button.button i:before{
content: "\f110";
}
.mailchimp-subscription .mc4wp-error,
.mailchimp-subscription .mc4wp-success{
display:inline-block;
position:relative;
padding-left:20px; }
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-success:before{
top:-7px;background:none;
line-height:18px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
font-style:normal;
position:absolute;
left:0; font-size:14px;
background:none;
font-family: 'FontAwesome';
height:20px;
width:20px;
text-shadow:none;
padding:10px 0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
content: "\f00d";
}
.mailchimp-subscription .mc4wp-success:before{
content: "\f00c";
}
.mailchimp-subscription.text-light .newsletter,
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light .widget-title-wrapper h3,
.mailchimp-subscription.text-light .widgettitle,
.mailchimp-subscription.text-light .mc4wp-error,
.mailchimp-subscription.text-light .mc4wp-success{
color:#fff;
}
.mailchimp-subscription .widget-title-wrapper h3{
padding:0 0 8px 0;
margin-left:0;
margin-right:0;
}
.mailchimp-subscription .subscribe-email{
position:relative;
}
.mailchimp-subscription button.button,
.widget_mc4wp_form_widget .mc4wp-form button.button{
position:absolute;
right:3px; top:3px;
bottom:3px;
padding:0;
height:44px;
width:44px;
line-height:0;
font-size:0;
}
.mailchimp-subscription button.button i,
.widget_mc4wp_form_widget .mc4wp-form button.button i{
font-size:20px;
line-height:44px;
}
.mailchimp-subscription:before,
.mailchimp-subscription .widget-title:after{
display:none !important;
}
.mailchimp-subscription .widget-title-wrapper,
.mailchimp-subscription .subscribe-widget{
position:relative;
z-index:1;
width:100%;
}
.mailchimp-subscription img.bg-newsletter{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
z-index:0;
max-width:none;
}  .widget-container .tagcloud{
overflow:hidden;
}
.widget-container .tagcloud a{
margin:0 0 10px 10px; display:inline-block;
line-height:30px;
float:left; border-width:1px;
border-style:solid;
padding:6px 10px;
}
.widget-container .tagcloud a:hover{
text-decoration:none;
}
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud{
margin-left:-10px; }
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff !important;
}  .ts-social-icons .social-icons{
padding-top:15px;
float:left;
width:100%;
display:inline-block;
}
.blank-page-template .ts-social-icons .social-icons{
width:auto;
margin-bottom:10px;
}
.blank-page-template .ts-social-icons .social-icons,
.blank-page-template .ts-social-icons li{
float:none;
}
.ts-social-icons:after,
.ts-social-icons .list-icons:after{
display:table;
clear:both;
content:"";
}
.ts-social-icons .list-icons{
margin:0 -1px;
display:inline-block;
}
.ts-social-icons li,
.ts-social-icons li a{
width:40px;
height:40px;
text-align:center;
line-height:0;
padding:0 !important;
display:inline-block;
position:relative;
transition:none;
-webkit-transition:none;
-moz-transition:none;
}
.ts-social-icons li a:before{
border-width:1px;
border-style:solid;
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
content:"";
}
footer .ts-social-icons li a:before{
opacity:0.3;
}
.ts-social-icons .ts-tooltip{
display:none;
position:absolute;
content:"";
top:-32px;
left:50%;
margin-left:-36px;
height:20px;
opacity:0;
visibility:hidden;
padding:2px 5px;
line-height:16px;
width:72px;
font-size:10px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-icons .show-tooltip .ts-tooltip{
display:inline-block;
}
.ts-social-icons .ts-tooltip:before{
font-family: 'FontAwesome';
content: "\f0d7";
position:absolute;
bottom:-9px;
left:50%;
font-size:12px;
margin-left:-3px;
}
.ts-social-icons li:hover .ts-tooltip{
opacity:1;
top:-26px;
visibility:visible;
}
.ts-social-icons li{
margin:2px;
float:left; }
.ts-social-icons .style-fill-bg{
margin-left:-2px;
margin-right:-2px;
}
.ts-social-icons .style-fill-bg li a:before{
display:none;
}
.ts-social-icons .style-fill-bg li{
margin:2px;
}
.ts-social-icons li i{
font-size:18px;
line-height:40px;
width:auto;
height:auto;
margin:0;
}
.ts-social-icons .social-desc{
margin-bottom:20px;
} footer .ts-social-icons .social-icons.style-vertical{
padding:0;
}
.ts-social-icons .social-icons.style-vertical ul{
overflow:hidden;
}
.ts-social-icons .social-icons.style-vertical li a:before{
display:none;
}
.ts-social-icons .social-icons.style-vertical li a i{
position:relative;
}
.ts-social-icons .social-icons.style-vertical li a{
transition:color 150ms,border 150ms,background 150ms ease-in-out 0s;
-webkit-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
-moz-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
}
.ts-social-icons .social-icons.style-vertical li a i:after{
border-width:1px;
border-style:solid;
position:absolute;
left:0; right:auto;
top:0;
bottom:0;
width:40px;
height:40px;
content:"";
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
opacity:0.3;
}
footer .ts-social-icons .social-icons.style-vertical li:hover a i:after{
opacity:1;
}
.ts-social-icons .social-icons.style-vertical li a i{
font-size:18px;
font-family: 'FontAwesome';
line-height:22px;
padding:6px 2px;
text-align:center;
width:40px;
height:40px;
margin-right:15px; display:inline-block;
}
.ts-social-icons .social-icons.style-vertical li a i:before{
line-height:28px;
position:relative;
z-index:1;
}
.ts-social-icons .social-icons.style-vertical .list-icons{
margin:0;
}
.ts-social-icons .social-icons.style-vertical li,
.ts-social-icons .social-icons.style-vertical li a{
width:auto; text-align:inherit;
line-height:inherit;
background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li a:hover{
text-decoration:none;
}
.ts-social-icons .social-icons.style-vertical li a span{
position:static;
opacity:1;
margin:0;
height:auto;
width:auto;
line-height:inherit;
font-size:inherit;
padding:0;
visibility:visible;
background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li{
float:left; clear:both;
display:inline-block;
margin:0 0 10px 0;
}
.ts-social-icons .social-icons.style-vertical li a span:before{
display:none;
} .ts-social-icons .social-icons.style-vertical li.facebook:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.facebook:hover a span{
color:#3B5998;
}
.ts-social-icons .social-icons.style-vertical li.twitter:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.twitter:hover a span{
color:#2CAAE1;
}
.ts-social-icons .social-icons.style-vertical li.google-plus:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.google-plus:hover a span{
color:#DD4B39;
}
.ts-social-icons .social-icons.style-vertical li.flickr:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.flickr:hover a span{
color:#E30761;
}
.ts-social-icons .social-icons.style-vertical li.vimeo:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.vimeo:hover a span{
color:#17B3E8;
}
.ts-social-icons .social-icons.style-vertical li.feedburner:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.feedburner:hover a span{
color:#176DBA;
}
.ts-social-icons .social-icons.style-vertical li.youtube:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.youtube:hover a span{
color:#CC181E;
}
.ts-social-icons .social-icons.style-vertical li.viber:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.viber:hover a span{
color:#7C529E;
}
.ts-social-icons .social-icons.style-vertical li.skype:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.skype:hover a span{
color:#009EE5;
}
.ts-social-icons .social-icons.style-vertical li.instagram:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.instagram:hover a span{
color:#125688;
}
.ts-social-icons .style-vertical li.facebook:hover a,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a,
.ts-social-icons .style-vertical li.twitter:hover a,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a,
.ts-social-icons .style-vertical li.google-plus:hover a,
footer#colophon .ts-social-icons .style-vertical li.google-plus:hover a,
.ts-social-icons .style-vertical li.flickr:hover a,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a,
.ts-social-icons .style-vertical li.vimeo:hover a,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a,
.ts-social-icons .style-vertical li.mailchimp:hover a,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a,
.ts-social-icons .style-vertical li.youtube:hover a,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a,
.ts-social-icons .style-vertical li.viber:hover a,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a,
.ts-social-icons .style-vertical li.skype:hover a,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a,
.ts-social-icons .style-vertical li.instagram:hover a,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a{
color:#fff;
}
.ts-social-icons .style-vertical li.facebook:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a i:after{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-social-icons .style-vertical li.twitter:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a i:after{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-social-icons .style-vertical li.google-plus:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.google-plus:hover a i:after{
background-color:#DD4B39;
border-color:#DD4B39;
}
.ts-social-icons .style-vertical li.flickr:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a i:after{
background-color:#E30761;
border-color:#E30761;
}
.ts-social-icons .style-vertical li.vimeo:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a i:after{
background-color:#17B3E8;
border-color:#17B3E8;
}
.ts-social-icons .style-vertical li.mailchimp:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a i:after{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons .style-vertical li.youtube:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a i:after{
background-color:#CC181E;
border-color:#CC181E;
}
.ts-social-icons .style-vertical li.viber:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a i:after{
background-color:#7C529E;
border-color:#7C529E;
}
.ts-social-icons .style-vertical li.skype:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a i:after{
background-color:#009EE5;
border-color:#009EE5;
}
.ts-social-icons .style-vertical li.instagram:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a i:after{
background-color:#125688;
border-color:#125688;
}
.ts-social-icons .style-vertical li.feedburner:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.feedburner:hover a i:after{
background-color:#176DBA;
border-color:#176DBA;
} .ts-social-icons .style-light-opacity{
margin:0 -5px;
display:inline-block;
}
.ts-social-icons .style-light-opacity li{
margin:5px;
}
.ts-social-icons .style-light-opacity li a{
background:rgba(255,255,255,0.3);
color:#ffffff;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.ts-social-icons .style-light-opacity li a i{
font-size:16px;
}
.ts-social-icons .style-light-opacity li a:before{
display:none;
}
.ts-social-icons li.facebook a span{
background-color:#3B5998;
}
.ts-social-icons li.twitter a span{
background-color:#2CAAE1;
}
.ts-social-icons li.google-plus a span{
background-color:#DD4B39;
}
.ts-social-icons li.flickr a span{
background-color:#E30761;
}
.ts-social-icons li.vimeo a span{
background-color:#17B3E8;
}
.ts-social-icons li.mailchimp a span{
background-color:#176DBA;
}
.ts-social-icons li.facebook a span:before{
color:#3B5998;
}
.ts-social-icons li.twitter a span:before{
color:#2CAAE1;
}
.ts-social-icons li.google-plus a span:before{
color:#DD4B39;
}
.ts-social-icons li.flickr a span:before{
color:#E30761;
}
.ts-social-icons li.vimeo a span:before{
color:#17B3E8;
}
.ts-social-icons li.mailchimp a span:before{
color:#176DBA;
}
.ts-social-icons li.youtube a span{
background-color:#CC181E;
}
.ts-social-icons li.viber a span{
background-color:#7C529E;
}
.ts-social-icons li.skype a span{
background-color:#009EE5;
}
.ts-social-icons li.instagram a span{
background-color:#125688;
}
.ts-social-icons li.feedburner a span{
background-color:#176DBA;
}
.ts-social-icons li.youtube a span:before{
color:#CC181E;
}
.ts-social-icons li.viber a span:before{
color:#7C529E;
}
.ts-social-icons li.skype a span:before{
color:#009EE5;
}
.ts-social-icons li.instagram a span:before{
color:#125688;
}
.ts-social-icons li.feedburner a span:before{
color:#176DBA;
}
.ts-social-icons li:hover a i{
color:#fff !important;
}
.ts-social-icons .style-light-opacity li.facebook:hover a,
.ts-social-icons li.facebook:hover a,
footer#colophon .ts-social-icons li.facebook:hover a,
.ts-social-icons .style-fill-bg li.facebook:hover a{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-social-icons li.facebook:hover a:before{
border-color:#3B5998;
}
.ts-social-icons .style-light-opacity li.twitter:hover a,
.ts-social-icons li.twitter:hover a,
footer#colophon .ts-social-icons li.twitter:hover a,
.ts-social-icons .style-fill-bg li.twitter:hover a{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-social-icons li.twitter:hover a:before{
border-color:#2CAAE1;
}
.ts-social-icons .style-light-opacity li.google-plus:hover a,
.ts-social-icons li.google-plus:hover a,
footer#colophon .ts-social-icons li.google-plus:hover a,
.ts-social-icons .style-fill-bg li.google-plus:hover a{
background-color:#DD4B39;
border-color:#DD4B39;
}
.ts-social-icons li.google-plus:hover a:before{
border-color:#DD4B39;
}
.ts-social-icons .style-light-opacity li.flickr:hover a,
.ts-social-icons li.flickr:hover a,
footer#colophon .ts-social-icons li.flickr:hover a,
.ts-social-icons .style-fill-bg li.flickr:hover a{
background-color:#E30761;
border-color:#E30761;
}
.ts-social-icons li.flickr:hover a:before{
border-color:#E30761;
}
.ts-social-icons .style-light-opacity li.vimeo:hover a,
.ts-social-icons li.vimeo:hover a,
footer#colophon .ts-social-icons li.vimeo:hover a,
.ts-social-icons .style-fill-bg li.vimeo:hover a{
background-color:#17B3E8;
border-color:#17B3E8;
}
.ts-social-icons li.vimeo:hover a:before{
border-color:#17B3E8;
}
.ts-social-icons .style-light-opacity li.mailchimp:hover a,
.ts-social-icons li.mailchimp:hover a,
footer#colophon .ts-social-icons li.mailchimp:hover a,
.ts-social-icons .style-fill-bg li.mailchimp:hover a{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons li.mailchimp:hover a:before{
border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.youtube:hover a,
.ts-social-icons li.youtube:hover a,
footer#colophon .ts-social-icons li.youtube:hover a,
.ts-social-icons .style-fill-bg li.youtube:hover a{
background-color:#CC181E;
border-color:#CC181E;
}
.ts-social-icons li.youtube:hover a:before{
border-color:#CC181E;
}
.ts-social-icons .style-light-opacity li.viber:hover a,
.ts-social-icons li.viber:hover a,
footer#colophon .ts-social-icons li.viber:hover a,
.ts-social-icons .style-fill-bg li.viber:hover a{
background-color:#7C529E;
border-color:#7C529E;
}
.ts-social-icons li.viber:hover a:before{
border-color:#7C529E;
}
.ts-social-icons .style-light-opacity li.skype:hover a,
.ts-social-icons li.skype:hover a,
footer#colophon .ts-social-icons li.skype:hover a,
.ts-social-icons .style-fill-bg li.skype:hover a{
background-color:#009EE5;
border-color:#009EE5;
}
.ts-social-icons li.skype:hover a:before{
border-color:#009EE5;
}
.ts-social-icons .style-light-opacity li.instagram:hover a,
.ts-social-icons li.instagram:hover a,
footer#colophon .ts-social-icons li.instagram:hover a,
.ts-social-icons .style-fill-bg li.instagram:hover a{
background-color:#125688;
border-color:#125688;
}
.ts-social-icons li.instagram:hover a:before{
border-color:#125688;
}
.ts-social-icons .style-light-opacity li.feedburner:hover a,
.ts-social-icons li.feedburner:hover a,
footer#colophon .ts-social-icons li.feedburner:hover a,
.ts-social-icons .style-fill-bg li.feedburner:hover a{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons li.feedburner:hover a:before{
border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.linkedin:hover a,
.ts-social-icons li.linkedin:hover a,
footer#colophon .ts-social-icons li.linkedin:hover a,
.ts-social-icons .style-fill-bg li.linkedin:hover a{
background-color:#0177B5;
border-color:#0177B5;
}
.ts-social-icons .style-light-opacity li.wordpress:hover a,
.ts-social-icons li.wordpress:hover a,
footer#colophon .ts-social-icons li.wordpress:hover a,
.ts-social-icons .style-fill-bg li.wordpress:hover a{
background-color:#21759B;
border-color:#21759B;
}  section.product-filter-by-color > ul{
margin-bottom:0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
background-image:none;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
height:6px;
position:relative;
z-index:1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
margin-left:10px;
margin-right:10px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
background:#efefef !important;
top:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
position:absolute;
left:0;right:0;
bottom:0;top:0;
border-width:1px;
border-style:solid;
border-color:#c2c2c2;
z-index:1;
content:"";
background:#c2c2c2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background:#efefef;
border-width:1px;
border-style:solid;
border-color:#eaeaea;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
direction:ltr;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
width:20px;
height:20px;
border-width:1px;
border-style:solid;
margin-left:-10px;
top:-8px;
background-color:#efefef;
background-image:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
content:"";
position:absolute;
left:2px;
width:14px;
height:14px;
top:2px;
border-width:5px;
border-style:solid;
border-color:#cbcbcb;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.woocommerce .widget_price_filter .ui-slider{
margin-left:2px;
margin-right:2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
margin-left:-10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount{
padding-top:10px;
}
.woocommerce .widget-container .price_slider_amount{
position:relative
}
.woocommerce .widget-container .price_slider_amount .price_label{
margin:2px 0;
float:left; }
.woocommerce .widget_price_filter .price_slider_amount .button{
float:right; font-size:10px;
line-height:14px;
padding:7px;
min-width:70px;
}
.woocommerce .widget_price_filter .price_slider_amount{
text-align:left; float:none;
}  .product-filter-by-color ul{
margin-right:-20px; }
.product-filter-by-color ul:after{
display:table;
content:"";
clear:both;
}
.product-filter-by-color ul li{
list-style:none;
display:inline-block;
float:left; padding:0;
line-height:0;
width:30px;
height:30px;
margin:0 21px 21px 0; }
.product-filter-by-color ul li a{
font-size:0;
width:30px;
height:30px;
margin:0; line-height:30px;
float:left; line-height:0;
}
.product-filter-by-color ul li a span{
font-size:0;
width:30px;
height:30px;
line-height:30px;
display:inline-block;
}
.product-filter-by-color ul li a{
position:relative;
z-index:2;
line-height:0
}
.product-filter-by-color ul li a:before{
content:"";
position:absolute;
left:-3px;
right:-3px;
bottom:-3px;
top:-3px;
border-width:1px;
border-style:solid;
z-index:1;
opacity:0;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.product-filter-by-color ul li:hover a:before,
.product-filter-by-color ul li.chosen a:before{
opacity:1;
}
.product-filter-by-color ul li.chosen a:after{
position:absolute;
top:-10px;
right:-8px; font-family: 'FontAwesome';
font-size:14px;
line-height:14px;
font-weight:normal; content: "\f00d";
z-index:3;
color:red;
}
.product-filter-by-color ul li:hover a:after,
.product-filter-by-color ul li.chosen a:after{
opacity:1;
}
.product-filter-by-color ul li small.count{
display:none;
}  .woocommerce .widget_layered_nav ul{
margin:0
}
.woocommerce .widget_layered_nav ul li{
position:relative;
padding-bottom:16px;
width:100%;
overflow:hidden;
padding-right:35px; }
.woocommerce .widget_layered_nav ul li:last-child{
padding-bottom:0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce .widget_layered_nav_filters ul li a:before{
color:red;
content:"\f00d";
font-family: 'FontAwesome';
}
.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span.count{
padding:0;
z-index:1;
}
.woocommerce .widget_layered_nav ul li a{
white-space:nowrap;
overflow:hidden;
display:inline-block;
max-width:100%;
width:100%;
}
.woocommerce .widget_layered_nav ul li span.count{
position:absolute;
right:0; top:1px;
} .woocommerce .widget_layered_nav_filters ul{
margin:0;
padding:5px 0;
}
.woocommerce .widget_layered_nav_filters ul li{
display:inline-block;
width:100%;
padding:0;
margin:0 0 10px 0;
position:relative;
}
.woocommerce .widget_layered_nav_filters ul li:last-child:before{
display:none;
}
.woocommerce .widget_layered_nav_filters ul li a:before{
font-family: 'FontAwesome';
font-size:14px;
line-height:14px;
content: "\f00d";
color:red;
}  .widget-container.ts-products-widget .widget-title{
margin:0;
}
.woocommerce ul.cart_list li.empty, 
.woocommerce ul.product_list_widget li.empty{
min-height:0;
margin:0;
padding:0;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce .widget_shopping_cart .cart_list li{
position:relative;
margin:0 0 0 0;
padding:0 0 20px 0;
}
.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
padding:0 20px 20px 20px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
width:98px;
border-width:1px;
border-style:solid;
margin:0;
float:left; }
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
border-width:0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li img,
body .woocommerce.thumbnail-no-border ul.product_list_widget li img{
border-width:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
margin-bottom:19px;
padding-left:20px;
padding-right:20px;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child{
margin-bottom:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before{
display:none;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before{
border-width:1px 0 0 0;
border-style:solid;
content:"";
position:absolute;
bottom:0;
left:0;
right:0;
display:inline-block;
}
.widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li,
.woocommerce .ts-recently-viewed-products-wrapper ul li,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li{
padding:0 20px 20px 20px;
margin-bottom:20px;
border-width:0 0 1px 0;
border-style:solid;
} .menu .woocommerce ul.product_list_widget,
.woocommerce .menu ul.product_list_widget{
padding:10px 0;
}
.menu .woocommerce.ts-products-widget-wrapper ul li, 
.woocommerce .menu .woocommerce.ts-products-widget-wrapper ul li{
padding:0;
border-width:0;
}
.menu .widget.ts-products-widget{
border-width:0;
background:transparent !important;
}
.woocommerce .menu .widget.ts-products-widget ul.product_list_widget li img, 
.menu .widget.ts-products-widget ul.product_list_widget li img{
width:102px;
}
.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
margin-left:115px; } .widget .ts-products-widget-wrapper ul li:last-child, 
.woocommerce .widget .ts-products-widget-wrapper ul li:last-child,
.woocommerce .ts-recently-viewed-products-wrapper ul li:last-child,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li:last-child{
margin-bottom:0;
border-width:0;
}
.widget.ts-products-widget h2{
padding-left:20px;
padding-right:20px;
}
.has-slider .widget.ts-products-widget h2{
padding-right:70px; }
.widget.ts-products-widget .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
margin:0 0 6px 0;
text-transform:none;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li a{
margin-top:0;
}
ul.product_list_widget li .ts-wg-meta{
margin-left:115px; }
.no-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:0 !important;
margin-right:0 !important;
} .widget_shopping_cart ul.product_list_widget li .ts-wg-meta{
margin-right:10px }
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
margin:0;
} .woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt{
margin:0 0 4px 0;
padding:0;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl{
float:left; position:relative;
border:0;
font-size:90%;
padding-left:1em; }
.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt{
float:left; }
.woocommerce ul.cart_list li dl:before, 
.woocommerce ul.product_list_widget li dl:before{
position:absolute;
left:0; top:4px;
bottom:6px;
right:auto;
border-width:0 1px 0 0;
border-style:solid;
content:"";
width:1px;
display:inline-block;
} .woocommerce ul.product_list_widget li > a.ts-wg-thumbnail{
margin:0;
padding:0;
display:inline-block;
position:relative;
top:auto;
left:auto;
bottom:auto;
right:auto;
overflow:hidden;
float:left; }
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:before{
position:absolute;
z-index:4;
left:1px;
right:1px;
bottom:1px;
top:1px;
content:"";
background:rgba(0,0,0,0.4);
opacity:0;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li > a.ts-wg-thumbnail:before,
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li > a.ts-wg-thumbnail:before{
left:0;
right:0;
bottom:0;
top:0;
}
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:hover:before{
opacity:1;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover{
text-decoration:none;
}
.ts-recent-comments-widget .owl-nav > div.owl-next,
.ts-recent-comments-widget .owl-nav > div.owl-prev,
.ts-blogs-widget-wrapper .owl-nav > div.owl-next,
.ts-blogs-widget-wrapper .owl-nav > div.owl-prev,
.ts-products-widget-wrapper .owl-next,
.ts-products-widget-wrapper .owl-prev{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
} .product-categories span{
display:none;
}
ul.product_list_widget li .product-categories{
margin-bottom:3px;
} .woocommerce ul.cart_list li .price, 
.woocommerce ul.product_list_widget li .price{
margin-top:0;
margin-left:-2px ;
margin-right:-2px;
display:inline-block;
width:calc(100% + 4px);
}
.woocommerce ul.product_list_widget li .loop-add-to-cart{
margin-top:13px;
display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
font-family:'Pe-icon-7-stroke';
content:"\e66e";
text-indent:0;
font-weight:normal; color:inherit !important;
margin-right:5px; line-height:10px;
position:relative;
top:2px;
font-size:18px;
display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button.added:before{
content:"\e66c";
top:3px;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
padding-left:15px;
padding-right:15px;
}
.woocommerce ul.cart_list li span.amount, 
.woocommerce ul.product_list_widget li span.amount{
margin:0 2px 2px 2px;
display:inline-block;
}
.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del{
opacity:0.5;
} .woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5{
border:0;
}
.woocommerce p.stars a.star-1:after, 
.woocommerce p.stars a.star-2:after, 
.woocommerce p.stars a.star-3:after, 
.woocommerce p.stars a.star-4:after, 
.woocommerce p.stars a.star-5:after{
font-size:12px;
line-height:14px;
}
.woocommerce p.stars a{
line-height:16px;
}
.woocommerce ul.cart_list li .quantity{
margin:0;
display:inline-block;
width:100%;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
margin:0;
padding:15px 0;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
overflow:hidden;
}
.woocommerce .widget_shopping_cart p.buttons,
.woocommerce.widget_shopping_cart p.buttons{
margin-bottom:0;
} .woocommerce.widget_recent_reviews ul.product_list_widget li{
position:relative;
padding-left:75px }
.woocommerce.widget_recent_reviews ul.product_list_widget li img{
width:60px;
position:absolute;
top:0;
left:0; }
.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating{
margin-top:5px;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li .reviewer{
margin-top:3px;
display:inline-block;
width:100%;
}    .widget_calendar:before{
display:none;
}
.widget_calendar .widget-title{
margin:0;
padding-top:0;
}
.widget_calendar .widget-title:after{
display:none;
}
.widget_calendar .widget-title-wrapper{
margin-bottom:0;
}
.widget_calendar table{
border-width:1px;
border-style:solid;
}
.widget_calendar table tfoot td{
border-bottom:0;
border-top-width:1px;
}
.widget_calendar caption{
padding:10px 0;
text-align:center;
text-transform:uppercase;
}
.widget_calendar th, 
.widget_calendar td{
padding:2px 5px;
text-align:center;
}
.widget_calendar td#prev{
text-align:left }
.widget_calendar td#next{
text-align:right }
.widget_calendar #today{
text-decoration:underline;
}  .widget_display_search .widget-title:after,
.widget_product_search .widget-title:after,
.widget_search .widget-title:after{
display:none;
}
.widget_display_search .widget-title-wrapper,
.widget_product_search .widget-title-wrapper,
.widget_search .widget-title-wrapper{
margin-bottom:0;
}
section.widget_display_search > form,
section.widget_product_search > form{
padding-top:0;
padding-bottom:0;
}
.widget_product_search,
.widget_search,
.widget_display_search{
padding:0;
border:0;
}
section.widget_display_search > form,
section.widget_product_search > form,
section.widget_search > form{
display:inline-block;
width:100%;
position:relative;
}
section.widget_display_search > form input[type="text"],
section.widget_product_search > form input[type="search"],
section.widget_search > form input[type="text"]{
padding-right:33px; max-width:100%;
}
section.widget_display_search > form input[type="submit"],
section.widget_product_search > form input[type="submit"],
section.widget_search > form input[type="submit"]{
position:absolute;
right:5px; top:1px;
content:"";
font-size:0;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-search.png) no-repeat 0 -2px !important;
opacity:0.6;
z-index:2;
border:0 !important;
padding:0 !important;
width:38px;
height:38px;
min-width:0;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
}
section.widget_display_search > form input[type="submit"]:hover,
section.widget_product_search > form input[type="submit"]:hover,
section.widget_search > form input[type="submit"]:hover{
opacity:1;
}  .ts-gravatar-profile-widget{
text-align:center;
}
.ts-gravatar-profile-widget .thumbnail{
width:100%;
margin:20px 0 5px 0;
}
.ts-gravatar-profile-widget .thumbnail img{
width:90px;
height:90px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.ts-gravatar-profile-widget .meta h4{
text-transform:uppercase;
margin-bottom:2px;
}
.ts-gravatar-profile-widget .ts-social-icons{
float:none;
display:inline-block;
}
.ts-gravatar-profile-widget .ts-social-icons:after{
display:table;
content:"";
clear:both;
}
.ts-gravatar-profile-widget .ts-social-icons .social-icons{
padding:0;
}
.ts-gravatar-profile-widget .ts-social-icons li{
float:none;
}   .post_list_widget .ts-video.auto-size{
padding-bottom: 57.25% !important; 
margin-bottom: 15px
}
.post_list_widget .ts-soundcloud{
margin-bottom: 15px;
}
.post_list_widget .blockquote-meta{
padding:0;
position:relative;
overflow:hidden
}
.blockquote-meta .author{
display:inline-block;
float:right; } .ts-blogs-widget-wrapper{
position:relative;
}
.post_list_widget{
margin:0;
}
span.author{
font-style:italic;
}
.post_list_widget blockquote{
padding:0;
margin:0 0 15px 0;
line-height:28px;
}
.widget-container .post_list_widget > li{
position:relative;
padding:0;
margin:20px 0 21px 0;
min-height:60px;
display:inline-block;
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container .post_list_widget > li:last-child{
margin-bottom:0;
}
.widget-container .post_list_widget > li:after{
display:table;
content:"";
clear:both;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery{
width:100%;
display:inline-block;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item{
overflow:hidden;
position:relative;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:before{
bottom:0;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:after{
top:50%;
} .ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:after{
display:none;
}
footer .ts-blogs-widget .post_list_widget > li:first-child{
margin-top:0;
}
.widget-container .post_list_widget > li:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-17px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container .post_list_widget > li:last-child:before{
display:none
}
.widget-container .post_list_widget > li a{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container a.thumbnail{
max-width:100%;
margin-bottom:10px;
width:100%;
}
.widget-container a.thumbnail img{
width:100%;
}
.ts-blogs-widget-wrapper .post-title{
margin-bottom:6px;
display:inline-block;
font-weight:500; }
.ts-blogs-widget-wrapper .entry-meta{
width:100%;
display:inline-block;
margin-bottom:5px;
font-size:12px;
}
.ts-blogs-widget-wrapper .entry-meta i{
font-size:16px;
}
.ts-blogs-widget-wrapper .entry-meta > span{
opacity:0.9;
line-height:16px;
float:left; margin-right:25px }
.ts-blogs-widget-wrapper .entry-meta span:last-child{
margin:0 }
.ts-blogs-widget-wrapper .entry-meta .author{
opacity:1;
}
.post_list_widget .blockquote-meta .date-time{
width:auto;
margin:0;
}
.excerpt{
line-height:24px;
}  .comment_list_widget .comment-body{
border:0;
margin:0;
padding:0;
position:relative;
background:transparent;
font-style:normal;
min-height:0;
}
.widget-container .comment_list_widget > li{
margin:20px 0 21px 0;
padding:0;
clear:both;
display:inline-block;
width:100%;
position:relative;
}
.widget-container .comment_list_widget{
margin-bottom:0;
}
.widget-container .comment_list_widget > li:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-20px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.comment_list_widget blockquote:before{
top:-4px;
}
.widget-container .comment_list_widget > li:last-child:before{
display:none
}
.ts-recent-comments-widget .comment-meta{
display:table;
table-layout:fixed;
width:100%;
margin-bottom:10px;
}
.comment_list_widget .comment-meta > *{
display:table-cell;
vertical-align:middle;
width:80%;
}
.comment_list_widget .comment-meta > .avatar{
width:60px;
line-height:0;
}
.comment_list_widget .avatar > a{
display:inline-block;
width:60px;
height:60px;
position:relative;
line-height:0;
max-width:100%;
}
.comment_list_widget .comment-meta .meta{
line-height:14px;
padding-left:10px }
.comment_list_widget .comment-meta span.date{
width:100%;
display:inline-block;
margin-top:5px;
font-style:italic;
}    body.wpb-js-composer .ts-products-tabs-widget .vc_tta-container{
margin-bottom:0 !important;
width:100%;
}
.ts-products-tabs-wrapper{
position:relative;
}
.ts-products-tabs-wrapper:before{
content:"";
border-width:1px;
border-style:solid;
position:absolute;
left:0;
right:0;
bottom:1px;
top:0;
z-index:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a{
display:none !important;
}
.ts-products-tabs-widget .products{
margin:-1px 0 0 0 !important;
}
.ts-products-tabs-widget .products .product{
padding-left:0 !important;
padding-right:0 !important;
float:none !important;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
padding:20px 20px 10px 20px;
border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding:15px 20px;
border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding-left:55px; padding-right:20px; }
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a:before{
display:none !important;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after{
position:absolute;
content:"";
top:0;
bottom:0;
left:0; right:auto;
width:40px;
text-align:center;
display:table-cell;
vertical-align:middle;
line-height:52px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before{
position:absolute;
content:"1";
top:50%;
bottom:auto;
left:0; right:auto;
width:40px;
z-index:1;
text-align:center;
line-height:20px;
margin-top:-10px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(2) .vc_tta-panel-heading a:before{
content:"2";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(3) .vc_tta-panel-heading a:before{
content:"3";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(4) .vc_tta-panel-heading a:before{
content:"4";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(5) .vc_tta-panel-heading a:before{
content:"5";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(6) .vc_tta-panel-heading a:before{
content:"6";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(7) .vc_tta-panel-heading a:before{
content:"7";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(8) .vc_tta-panel-heading a:before{
content:"8";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(9) .vc_tta-panel-heading a:before{
content:"9";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(10) .vc_tta-panel-heading a:before{
content:"10";
}
.wpb-js-composer .ts-products-tabs-widget .vc_tta .vc_tta-controls-icon{
display:none !important;
}
.ts-products-tabs-widget .widget-title{
padding:13px 15px; margin:0; }
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
margin:0;
}
.ts-products-tabs-widget .widget-title:after{
display:none;
}
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel{
margin-bottom:1px;
}  section.widget_display_stats > dl{
overflow:hidden;
}
section.widget_display_stats > dl dt,
section.widget_display_stats > dl dd{
width:50%;
float:left; margin:0;
padding:8px 0;
}
section.widget_display_stats > dl dd{
text-align:right }
section.widget_display_stats > dl dt{
clear:both;
}  body .yith-woocompare-widget{
overflow:hidden;
}
body .yith-woocompare-widget ul{
margin-bottom:0;
}
body .yith-woocompare-widget ul.products-list li,
body .yith-woocompare-widget ul.products-list li:not( .list_empty ){
position:relative;
padding:5px 0;
}
body .yith-woocompare-widget .clear-all,
body .yith-woocompare-widget a.compare{
margin-bottom:20px;
}
body .yith-woocompare-widget a.clear-all{
position:relative;
top:6px;
}
body .yith-woocompare-widget ul.products-list a.remove{
position:absolute;
right:0; left:auto;
top:8px;
content:"";
z-index:2;
font-size:0;
height:auto;
width:auto;
line-height:0;
text-indent:0;
padding:0;
}
body .yith-woocompare-widget ul.products-list a.remove:hover{
background:transparent;
}
body .yith-woocompare-widget ul.products-list a.remove:before{
font-family: 'Pe-icon-7-stroke';
content: "\e681";
font-size:13px;
font-weight:normal !important; line-height:14px;
}
body .yith-woocompare-widget a.compare{
float:right; }
body .yith-woocompare-widget a.compare:before{
display:none !important;
}  .ts-flickr-wrapper{
overflow:hidden;
margin-bottom:20px;
margin:0 -2px;
}
.ts-flickr-wrapper > .item{
display:inline-block;
float:left; transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
position:relative;
overflow:hidden;
padding:2px;
}
.ts-flickr-wrapper > .item a{
display:inline-block;
position:relative;
}
.ts-flickr-wrapper > .item img{
width:100%;
}
.ts-flickr-wrapper > .item a:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:hover:before{
bottom:0;
}
.ts-flickr-wrapper > .item a:hover:after{
top:50%;
} footer .ts-flickr-wrapper > .item a:before,
footer .ts-flickr-wrapper > .item a:after{
display:none;
}
footer section.ts-flickr-widget .ts-flickr-wrapper{
padding:0 1px;
margin:0;
}
footer .ts-flickr-wrapper > .item:hover{
-webkit-filter: grayscale(1);
filter: grayscale(1);
-ms-filter: grayscale(1);
-moz-filter: grayscale(1);
}
footer .ts-footer-block .fix-flickr-home-3 .ts-flickr-widget{
padding-left:80px;
} .ts-flickr-wrapper.columns-2 .item{
width:50%;
}
.ts-flickr-wrapper.columns-3 .item{
width:33.3333%;
}
.ts-flickr-wrapper.columns-4 .item{
width:25%;
}
.ts-flickr-wrapper.columns-5 .item{
width:25%;
}  .widget-container.widget_archive ul li{
position:relative;
margin:0;
display:inline-block;
width:100%;
}  .widget-container ul.product-categories{
padding:8px 0 20px 0 !important;
margin:0;
}
.widget-container ul.product-categories li{
margin:0;
padding:8px 0;
position:relative;
}
.widget-container ul.product-categories ul li{
padding:6px 0;
}
.widget-container ul.product-categories li:last-child,
.widget-container ul.product-categories ul li:last-child{
padding-bottom:0;
}
.widget-container ul.product-categories li a{
position:relative;
padding:0;
display:inline-block;
width:100%;
}
.widget_product_categories .product-categories span.count{
position:absolute;
right:0; top:8px;
}
.widget_product_categories ul.product-categories li{
padding:8px 0;
} .ts-product-categories-widget ul.product-categories li.cat-parent > a:after{
display:none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle{
position:absolute;
right:-10px; top:8px;
z-index:2;
display:inline-block;
width:20px;
height:20px;
text-align:center;
line-height:20px;
cursor:pointer;
}
.ts-product-categories-widget ul.product-categories li span.icon-toggle{
display:none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle:before{
font-family: 'FontAwesome';
content: "\f0d7";
font-size:14px;
line-height:14px;
display:inline-block;
}
.ts-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before{
content: "\f0d8";
}
.ts-product-categories-widget ul.product-categories li a{
padding-right:20px }
.ts-product-categories-widget ul.product-categories > li.cat-parent.active:last-child > a:before{
display:inline-block;
}
.ts-product-categories-widget ul.product-categories > li.cat-parent:last-child > a:before{
display:none;
}  .ts-twitter-widget .item{
position:relative;
padding:0;
margin:20px 0 21px;
display:inline-block;
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-twitter-widget .item:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-20px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.ts-twitter-widget .item:last-child:before{
display:none
}
.ts-twitter-widget .avatar-name img{
width:30px;
height:auto;
float:left; }
.ts-twitter-widget .avatar-name{
min-height:30px;
}
.avatar-name a{
margin:0 0 0 10px; position:relative;
top:2px;
}
.avatar-name a:hover{
text-decoration:none;
}
.ts-twitter-widget .content{
margin-top:10px;
}  .widget-container.ts-single-image{
border:0;
padding:0;
}
.widget-container.ts-single-image img{
margin:0;
padding:0;
}
.widget-container.ts-single-image:before{
display:none;
}  .widget_categories ul li{
margin:0;
padding:0;
}
.widget_categories ul.children{
display:none;
}
.widget_categories > ul{
padding:10px 0 20px 0;
margin:0;
}
.widget_categories > ul li{
margin:0;
padding:8px 0;
position:relative;
list-style:none;
}
.widget_categories > ul ul li{
padding:5px 0;
}
.widget_categories > ul li a{
position:relative;
padding:0;
display:inline-block;
} .widget_categories > ul li.cat-parent > a:after{
display:none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle{
position:absolute;
right:-10px; top:8px;
z-index:2;
display:inline-block;
width:20px;
height:20px;
text-align:center;
line-height:20px;
cursor:pointer;
}
.widget_categories > ul li span.icon-toggle{
display:none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle:before{
font-family: 'FontAwesome';
content: "\f0d7";
font-size:14px;
line-height:14px;
display:inline-block;
font-weight:normal; }
.widget_categories > ul li.cat-parent.active > span.icon-toggle:before{
content: "\f0d8";
}
.widget_categories > ul > li.cat-parent.active:last-child > a:before{
display:inline-block;
}
.widget_categories > ul > li.cat-parent:last-child > a:before{
display:none;
}  .product-filter-by-availability-wrapper ul li{
position:relative;
padding:0 0 6px 0;
}
.product-filter-by-availability-wrapper ul li label{
text-indent: 22px;
width: 100%;
display: inline-block;
}
.product-filter-by-availability-wrapper ul li input{
position:absolute;
content:"";
left:0; top:4px;
display:inline-block;
width:auto;
}  .ts-instagram-wrapper{
overflow:hidden;
margin-bottom:20px;
margin:0 -2px;
}
.ts-instagram-wrapper.columns-1 .item{
width:100%
}
.ts-instagram-wrapper.columns-2 .item{
width:50%
}
.ts-instagram-wrapper.columns-3 .item{
width:33.33333%
}
.ts-instagram-wrapper.columns-4 .item{
width:25%
}
.ts-instagram-wrapper > .item{
display:inline-block;
float:left; transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
position:relative;
overflow:hidden;
padding:2px;
}
.ts-instagram-wrapper > .item a{
display:inline-block;
position:relative;
}
.ts-instagram-wrapper > .item a:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:hover:before{
bottom:0;
}
.ts-instagram-wrapper > .item a:hover:after{
top:50%;
}  .bbp_widget_login fieldset{
border:0;
}
.bbp_widget_login fieldset legend{
display:none;
}
fieldset > div{
margin:0 0 10px 0;
}
.bbp-remember-me label{
display:inline-block;
}
.bbp-login-links{
clear:both;
width:100%;
display:inline-block;
}
.bbp_widget_login div.bbp-submit-wrapper{
margin-bottom:10px;
}
.bbp_widget_login .bbp-login-links a{
margin-right:10px; }
.bbp_widget_login .bbp-login-links a:last-child{
margin-right:0; }  .ts-facebook-page-widget .fb_iframe_widget,
.ts-facebook-page-widget .fb_iframe_widget iframe,
.ts-facebook-page-widget .fb_iframe_widget > span{
max-width:100%;
width:100% !important;
height:auto;
}  .woocommerce .widget_rating_filter ul li{
margin-bottom:5px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
margin:0;
position:relative;
top:2px;
}  .widget_mc4wp_form_widget .mc4wp-form{
position:relative;
}   .woocommerce > .products > .list-categories{
width:100%;
}
.woocommerce > .products{
clear:both;
display:flex;
flex-flow:row wrap;
}
.woocommerce .products .product{
margin:0 0 45px 0;
padding:0 10px;
float:left; position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
padding:0;
margin:-1px 0 0 0;
}
.vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
margin-bottom:15px;
}
.woocommerce .rows-1 .products .product{
margin-bottom:16px;
}
.ts-product.ts-slider .products{
margin-left:0 !important;
margin-right:0 !important;
}
.woocommerce.ts-products .products .product{
margin-bottom:0;
}
.woocommerce.columns-8 .products .product{
width:12.5%;
}
.woocommerce.columns-7 .products .product{
width:14.285%
}
.woocommerce.columns-6 .products .product{
width:16.6%
}
.woocommerce.columns-5 .products .product{
width:20%;
}
.woocommerce.columns-4 .products .product{
width:25%;
}
.woocommerce.columns-3 .products .product{
width:33.333334%;
}
.woocommerce.columns-2 .products .product{
width:50%;
}
.woocommerce.columns-1 .products .product{
width:100%
}
.woocommerce .ts-slider .products .product{
height:100%;
}
.woocommerce .ts-slider .products .owl-item .product{
width:100% !important;
padding-left:0;
padding-right:0;
float:none;
}
.woocommerce .ts-product-deals-slider-wrapper .products .product{
margin-bottom:20px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
padding-left:0;
padding-right:0;
}
.ts-slider .products.owl-carousel .owl-stages{
position:relative;
right:-2px; }
.products .product .product-wrapper:after{
display:table;
clear:both;
content:"";
} .ts-single-product .woocommerce.columns-1 .products .product{
margin-bottom:0;
} .woocommerce .products ul, 
.woocommerce .products{
margin:0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6{
clear:both;
}
.woocommerce .products{
margin:0 -10px;
position:static;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products{
margin:0;
padding:1px 1px 0 0; }
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .owl-carousel .owl-stage-outer{
padding:1px 0 0 0;
margin-right:-1px; }
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .products{
padding-top:0;
}
.archive .woocommerce .products{
margin-top:30px;
}
.ts-shortcode .content-wrapper {
position:relative;
}
.ts-product .content-wrapper {
position:static;
}
.woocommerce .products:after{
display:table;
clear:both;
content:"";
}
.woocommerce .ts-slider .products,
.woocommerce .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce .related.products,
.woocommerce .related .products{
margin:0;
}
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after{
display:table;
clear:both;
content:"";
}
.woocommerce .products .product .product-wrapper{
position:relative;
max-width:380px; height:auto;
margin-left:auto !important;
margin-right:auto !important;
border: 1px solid #eee;
background: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,.12), 0 1px 4px rgba(0,0,0,.24);
-webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.woocommerce .products .product .product-wrapper:hover{
box-shadow: 0 10px 14px rgba(0,0,0,.25), 0 6px 10px rgba(0,0,0,.22);
-webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.woocommerce .big-thumbnail .products .product .product-wrapper{
max-width:100%;
}
.woocommerce .list .products .product .product-wrapper{
max-width:100% !important;
}
.woocommerce a.button.loading:before, 
.woocommerce button.button.loading:before, 
.woocommerce input.button.loading:before{
position:static;
background:none;
}
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
content:"";
position:absolute;
top:-2px;
right:-2px;
left:-2px;
bottom:-2px;
background: url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}
.woocommerce .thumbnail-wrapper a.button.loading:after{
background-color:transparent !important;
}
.woocommerce a.added_to_cart{
margin-top:5px;
display:none !important;
}
.woocommerce .product a.added_to_cart:hover, 
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus, 
.woocommerce .product a.button:focus{
background-image:none;
}
.woocommerce .product .thumbnail-wrapper{
position:relative;
z-index:1;
margin:0 0 12px 0;
max-width:100%;
line-height:0;
border-width:1px;
border-style:solid;
overflow:hidden;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper{
width:calc(100% - 1px);
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
padding:0 10px 10px 10px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper{
padding:1px 0 1px 1px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
position:absolute;
left:0;
right:-1px; bottom:0;
top:0;
content:"";
border-width:1px;
border-style:solid;
z-index:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
left:-1px;
right:-1px;
bottom:-1px;
top:-1px;
border-width:1px 1px 0 1px;
border-style:solid;
z-index:2;
}
.woocommerce .product .thumbnail-wrapper *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
body .woocommerce.thumbnail-no-border .product .thumbnail-wrapper,
.woocommerce .thumbnail-no-border .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce .product .thumbnail-wrapper > a:before,
.woocommerce .product figure.owl-carousel .owl-item:before{
position:absolute;
left:0;
right:0;
bottom:-2px;
top:0;
content:"";
background:#000;
opacity:0.1;
visibility:hidden;
z-index:3;
}
.woocommerce .product .thumbnail-wrapper:hover a:before,
.woocommerce .product .thumbnail-wrapper:hover figure.owl-carousel .owl-item:before{
visibility:visible;
}
.woocommerce .product .thumbnail-wrapper > a{
position:relative;
z-index:2;
display:inline-block;
width:100%;
line-height:0;
transition: all 100ms ease-in-out 0s;
-webkit-transition: all 100ms ease-in-out 0s;
-moz-transition: all 100ms ease-in-out 0s;
}
.woocommerce .products .product a img{
margin:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
width:100%;
}
.woocommerce .products .product a:hover img{
box-shadow:none !important;
-webkit-box-shadow:none!important;
-moz-box-shadow:none!important;
}
.woocommerce .product figure{
position:relative;
z-index:1;
overflow:hidden;
}
.woocommerce .product figure.owl-carousel{
z-index:6;
}
.woocommerce .product figure img:first-child{
position:relative;
z-index:2
}
.woocommerce .product figure.has-back-image img:last-child{
position:absolute;
right:0; top:0;
z-index:3
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-top:9px;
display:none;
}
.woocommerce .product-wrapper .meta-wrapper:after{
display:table;
clear:both;
content:"";
}
.woocommerce .product .meta-wrapper{
margin:0;
padding:0;
position:relative;
z-index:2;
text-align:center;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before{
font-family: 'FontAwesome';
content: "\f00c";
position:static;
padding:0;
}  .woocommerce .products .product .product-categories, 
.widget.ts-products-widget .product-categories{
margin:14px 0 4px 0;
overflow:hidden;
line-height:18px;
}
.woocommerce .products .product .product-categories a, 
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
display:inline-block;
padding:0;
margin:0;
line-height:16px;
}
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.ts-products-widget-wrapper .product-categories a:hover{
text-decoration:none;
}   .products .product h3,
.woocommerce .products .product h3{
margin:0 0 7px 0;
padding:0; width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
max-height: 48px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }   .products .product .product-sku{
margin:0 0 3px 0;
display:inline-block;
width:100%;
line-height:18px;
position:relative;
top:-2px;
}  .woocommerce .products .product .price del{
font-size:100%;
line-height:100%;
margin:0;
opacity:0.5;
display:inline-block;
}
.product_list_widget del .amount,
.woocommerce .products .product .price del > *{
font-size:90%;
line-height:90%;
}
.woocommerce .products .product .price ins{
margin:0;
}
.woocommerce .products .product .price .amount, 
.product-price .amount{
padding:0 2px 0 2px;
}
.woocommerce .products .product .price .amount{
padding:0 4px 0 4px;
}
.woocommerce .products .product .price{
margin-left:-4px;
margin-right:-4px;
display:block;
margin-bottom:4px;
line-height:18px; }   .pp_woocommerce .star-rating,
.woocommerce .star-rating{
width:70px;
height:16px;
overflow:hidden;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
margin:0 auto 8px auto ;
width:70px;
height:16px;
overflow:hidden;
position:relative;
line-height:16px;
font-size:10px;
}
.woocommerce ul.product_list_widget .star-rating{
margin:0 0 7px 0;
}
.woocommerce .menu ul.product_list_widget .star-rating,
.menu .woocommerce ul.product_list_widget .star-rating{
margin:0 0 7px 0;
}
.ts-price-table .rating:before,
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
content: "\73\73\73\73\73";
float: left; top: 0;
left: 0; position: absolute;
}
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before{
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0; }
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before, 
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
letter-spacing:4px;
font-size:10px;
line-height:16px;
font-family:star;
}   .woocommerce .products .product .short-description{
margin:4px 0 6px 0;
padding:0;
width:100%;
}  .woocommerce .product .product-label{
position:absolute;
right:auto;
left:0; top:10px;
bottom:auto;
z-index:4;
line-height:0;
text-align:center;
}
.woocommerce .product .product-label span:first-child{
margin-top:0 !important;
}
.woocommerce .product .product-label .onsale,
.woocommerce .product .product-label .new,
.woocommerce .product .product-label .featured,
.woocommerce .product .product-label .out-of-stock{
position:static;
top:auto;
right:auto;
left:auto;
right:auto;
margin:0;
min-height:0;
height:25px;
text-align:center;
float:left; clear:both;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
height:auto;
margin-top:5px;
clear:both;
padding:3px 3px 2px 3px;
min-width:48px;
position:relative;
backface-visibility:none;
-moz-backface-visibility:none;
-webkit-backface-visibility:none;
}
.woocommerce .product .product-label .onsale:before,
.woocommerce .product .product-label .new:before,
.woocommerce .product .product-label .featured:before,
.woocommerce .product .product-label .out-of-stock:before {
width: 0;
height: 0;
border-top:13px solid red;
border-right:11px solid transparent;
position:absolute;
content:"";
top:0;
left:calc(100% - 1px); backface-visibility:visible;
-moz-backface-visibility:visible;
-webkit-backface-visibility:visible;
}
.woocommerce .product .product-label .onsale:after,
.woocommerce .product .product-label .new:after,
.woocommerce .product .product-label .featured:after,
.woocommerce .product .product-label .out-of-stock:after{
width: 0;
height: 0;
border-bottom:13px solid red;
border-right:11px solid transparent;
position:absolute;
content:"";
bottom:0;
left:calc(100% - 1px); backface-visibility:visible;
-moz-backface-visibility:visible;
-webkit-backface-visibility:visible;
}
.ts-product.featured .product-label .featured{
display:none !important;
}   .product-group-button{
margin:0;
padding:0;
position:absolute;
z-index:5;
display:inline-block;
z-index:-1;
line-height:0;
width:40px;
height:auto;
top:10px;
right:-5px; bottom:5px;
transition: right 400ms,left 400ms ease 0s;
-moz-transition: right 400ms,left 400ms ease 0s;
-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > div.loop-add-to-cart{
position:relative;
}
.product-group-button > div.loop-add-to-cart a{
position:static;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div{
background:none !important;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
font-size:0;
line-height:0;
padding:0;
min-width:0;
width:40px;
height:40px;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a{
line-height:40px;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a:first-child:before{
font-family:'Pe-icon-7-stroke';
content: "\e66e";
line-height:40px;
text-indent:0;
font-weight:normal; color:inherit !important;
}
.woocommerce .product .product-wrapper .thumbnail-wrapper .loop-add-to-cart a.added:first-child:before{
font-family:'Pe-icon-7-stroke';
content: "\e66c";
position:static;
margin:0;
padding:0;
}
.product-group-button > div{
width:40px;
height:40px;
line-height:40px;
display:inline-block;
position:relative;
float:left; margin-bottom:2px;
}
.thumbnail-wrapper .product-group-button > div a i:before{
line-height:40px;
transition:none;
-webkit-transition:none;
-moz-transition:none;
}
.thumbnail-wrapper .product-group-button > div a{
margin:0;
cursor:pointer;
display:inline-block;
width:100%;
line-height:40px;
width:40px;
height:40px;
transition:all 200ms ease 0s;
-webkit-transition:all 200ms ease 0s;
-moz-transition:all 200ms ease 0s;
}
.thumbnail-wrapper .product-group-button{
opacity:0
}
.thumbnail-wrapper:hover .product-group-button{
opacity:1;
}
.thumbnail-wrapper .product-group-button > div a i,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:first-child:before{
width:40px;
height:40px;
text-align:center;
line-height:40px;
font-size:18px;
color:inherit !important;
}
section.product .yith-wcwl-wishlistexistsbrowse.show i,
section.product .yith-wcwl-wishlistaddedbrowse.show i{
font-size:15px;
}
.thumbnail-wrapper .product-group-button > div a:hover{
text-decoration:none
}
.thumbnail-wrapper .product-group-button > div a.added{
font-size:0;
width:40px;
height:40px;
display:inline-block;
text-align:center;
}
.thumbnail-wrapper .product-group-button > div a.added i:before{
font-family: 'Pe-icon-7-stroke';
content: "\e66c";
}
.thumbnail-wrapper .product-group-button > div a.compare.added:before,
.meta-wrapper .button-in.compare a.added:before{
font-family: 'Pe-icon-7-stroke';
content: "\e657";
font-size:18px;
line-height:40px;
} .thumbnail-wrapper .button-in.wishlist img,
.meta-wrapper .button-in.wishlist img{
position: absolute;
top:50%;
left:50%;
margin-top:-5px;
margin-left:-8px;
width:auto;
height:auto;
display:block;
}
.summary .yith-wcwl-add-to-wishlist img.ajax-loading,
.pp_woocommerce .wishlist img.ajax-loading{
position: absolute;
top:19px;
left:50%;
margin-left:-8px !important;
width: 16px !important;
height: 11px !important;
}
.meta-wrapper .button-in a.compare div.blockUI.blockOverlay,
.thumbnail-wrapper .button-in a.compare div.blockUI.blockOverlay,
div.product a.compare div.blockUI.blockOverlay{
background:transparent !important;
background-repeat:no-repeat !important;
background-position:center !important; 
background-image: url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
opacity:1 !important;filter:alpha(opacity=100) !important;
overflow:visible;
}
body table.compare-list .remove td a div.blockUI.blockOverlay{
top:15px !important;
}
.meta-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
.thumbnail-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
div.product a.compare div.blockUI.blockOverlay:before{
display:none !important
}
.meta-wrapper .button-in.compare,
.meta-wrapper .button-in.wishlist{
display:none;
text-align:center;
position:relative;
margin-top:9px;
margin-left:1px;
margin-right:1px;
}
.meta-wrapper .button-in.compare a,
.meta-wrapper .button-in.wishlist a{
padding:0;
min-width:0;
width:40px;
height:40px;
display:inline-block;
border-width:1px;
border-style:solid;
float:left; }
.meta-wrapper .button-in.compare a:hover,
.meta-wrapper .button-in.wishlist a:hover{
text-decoration:none;
}
.meta-wrapper .button-in.wishlist a i,
.meta-wrapper .button-in.compare a i{
width:38px;
height:38px;
text-align:center;
line-height:38px;
font-size:18px;
color:inherit !important;
display:inline-block;
}
.meta-wrapper .button-in.compare a.added{
font-size:0px;
line-height:0;
}
.meta-wrapper .button-in.wishlist a.wishlist.added i:before{
content: "\f08a";
font-family: 'FontAwesome';
}
.button-in.wishlist.added > a{
opacity:0;
}
.product-group-button .button-tooltip{
padding:8px 5px;
position:absolute;
text-transform:none;
display:inline-block;
min-width:100px;
opacity:0;
text-align:center;
visibility:hidden;
height:40px;
font-size:14px;
line-height:24px;
top:50%;
right:20px; margin-top:-20px;
}
.product-group-button .button-tooltip:after{
width: 0;
height: 0;
position:absolute;
right:-5px; top:50%;
content:"";
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
border-top: 5px solid transparent;
border-left: 6px solid #3f3f3f; border-bottom: 5px solid transparent;
}
.product-group-button > div a:hover .button-tooltip{
opacity:1;
visibility:visible;
right:46px; transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
border:0 !important;
}
.thumbnail-wrapper:hover .product-group-button{
z-index:5;
right:10px; }
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.two-button,
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.one-button{
bottom:auto;
top:5px;
}
.product-group-button.two-button{
right:-5px;
bottom:5px;
transition: right 400ms,left 400ms ease 0s;
-moz-transition: right 400ms,left 400ms ease 0s;
-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > *:last-child{
margin-bottom:0 !important;
}   .products{
clear:both;
}
.woocommerce .products .product.product-category h3{
text-transform:uppercase;
}
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3{
text-transform:none;
}
body.thumbnail-no-border.archive .products .product .thumbnail-wrapper{
border-width:0;
} .product-category-top-content{
margin:0 0 30px 0;
position:relative;
padding:10px 10px 0 10px;
}
.product-category-top-content:before{
position:absolute;
border-width:1px;
border-style:solid;
z-index:0;
content:"";
top:0;
bottom:0;
left:0;
right:0;
}
.product-category-top-content .widget-container:before{
display:none;
}
.product-category-top-content .widget-container{
width:25%;
float:left;
clear:none;
padding:20px;
border:0;
margin:0;
position:relative;
z-index:2;
background:transparent !important;
}
.product-category-top-content .widget-container .product-filter-by-availability-wrapper{
padding-top:15px;
}
.product-category-top-content .widget-title-wrapper > .widget-title{
padding:0;
margin:0 0 5px 0;
text-align:left }
.product-category-top-content .widget-title-wrapper > .widget-title:before,
.product-category-top-content .widget-title-wrapper > .widget-title:after{
display:none;
}
.product-category-top-content .widget-container:after{
display:table;
clear:both;
content:"";
}
.prod-cat-show-top-content-button{
float:right; margin:15px 0 15px 30px; line-height:20px;
padding:0 0 0 30px; border-width:0 0 0 1px; border-style:solid;
display:inline-block;
}
.prod-cat-show-top-content-button a:after{
margin-left:8px; font-family: 'FontAwesome';
content: "\f039";
font-size:14px;
line-height:14px;
width:15px;
text-align:center;
display:inline-block;
}
.prod-cat-show-top-content-button a:hover{
text-decoration:none;
}
.prod-cat-show-top-content-button a.active:after{
content: "\f00d";
} .products .product.product-category,
.woocommerce .products .product.product-category{
text-align:center;
position:relative;
z-index:0;
}
.ts-product-category-slider-wrapper .products .product.product-category{
margin:0 !important;
}
.products .product.product-category h3, 
.woocommerce .products .product.product-category h3{
position:relative;
margin:0;
z-index:1;
margin-bottom:5px;
}
.products .product.product-category div.button, 
.woocommerce .products .product.product-category div.button{
margin-top:8px;
}
.products .product.product-category .meta-wrapper{
margin-top:10px;
}
.products .product.product-category h3 mark,
.woocommerce .products .product.product-category h3 mark{
background:none;
display:none;
}
.products .product.product-category img, 
.woocommerce .products .product.product-category img{
transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
position:relative;
z-index:0;
margin:0 auto;
} #main-content > #primary > .woocommerce.columns-3, 
#main-content > #primary > .woocommerce.columns-4, 
#main-content > #primary > .woocommerce.columns-5, 
#main-content > #primary > .woocommerce.columns-6{
margin-top:10px;
} .woocommerce .before-loop-wrapper{
display:inline-block;
width:100%;
margin:0;
} .gridlist-toggle{
float:left; margin:0 0 10px 0;
}
.gridlist-toggle a{
font-size:0;
line-height:0;
height:50px;
width:50px;
text-align:center;
border-width:1px;
border-style:solid;
padding:0;
position:relative;
z-index:1;
display:inline-block;
margin:0 5px 0 0; }
.gridlist-toggle a:hover{
text-decoration:none
}
.gridlist-toggle a#grid:before{
content: "\f00a";
font-family: 'FontAwesome';
font-size:18px;
line-height:48px;
font-weight:normal; }
.gridlist-toggle a#list:before{
content: "\f00b";
font-family: 'FontAwesome';
font-size:18px;
font-weight:normal; line-height:48px;
}
.gridlist-toggle a span{
display:none;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering{
float:left; width:auto;
margin-bottom:10px;
position:relative;
}
.woocommerce .woocommerce-ordering:hover, 
.woocommerce-page .woocommerce-ordering:hover{
z-index:1000;
}
.woocommerce .woocommerce-ordering select{
display:none;
}
.woocommerce .woocommerce-ordering ul.orderby{
width:200px;
border-width:1px;
border-style:solid;
margin:0;
}
.woocommerce .woocommerce-ordering .orderby li a.current{
cursor:default;
}
.woocommerce .woocommerce-ordering .orderby > li{
padding:0 !important;
position:relative;
cursor:pointer;
}
.woocommerce .woocommerce-ordering .orderby-current{
padding:14px 30px 14px 15px; display:inline-block;
width:100%;
white-space: nowrap;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.woocommerce .woocommerce-ordering .orderby > li:after{
position:absolute;
content:"";
top:13px;
right:12px; font-family: 'FontAwesome';
content: "\f0dd";
font-size:14px;
line-height:14px;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby:hover > li:after{
padding-bottom:4px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li{
list-style:none;
position:relative;
z-index:4;
padding-top:4px;
padding-bottom:4px;
}
.woocommerce .woocommerce-ordering .orderby ul{
margin:0;
padding:0;
display:none;
position:absolute;
top:100%;
left:0;
right:0;
z-index:5;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before{
position:absolute;
content:"";
top:0;
left:-1px;
right:-1px;
bottom:0;
z-index:-1;
border-width:1px;
border-style:solid;
}
.woocommerce .woocommerce-ordering .orderby:hover ul{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
padding:0;
margin:12px 0 0 0;
float:right; }
.woocommerce .woocommerce-ordering ul li a:hover{
text-decoration:none;
}
.woocommerce .woocommerce-ordering ul li{
padding:0 15px;
}
.woocommerce .woocommerce-ordering ul li a{
padding:8px 0;
width:100%;
display:inline-block;
position:relative;
}
.woocommerce .woocommerce-ordering ul ul li:before{
border-width:1px 0 0 0;
border-style:solid;
position:absolute;
top:0;
left:0;
right:0;
height:1px;
opacity:0.6;
content:"";
}
.woocommerce .woocommerce-ordering ul ul > li:first-child:before{
display:none;
} .woocommerce .after-loop-wrapper{
width:100%;
margin:20px 0 40px 0;
display:inline-block;
text-align:center;
position:relative;
}
.woocommerce .after-loop-wrapper:after {
content:"";
display:table;
clear:both;
}
.ts-pagination{
text-align:center;
margin:40px 0 100px 0;
display:inline-block;
width:100%;
}
.ts-pagination ul{
display:inline-block;
overflow:hidden;
}
.ts-pagination ul li{
display:inline-block;
list-style:none;
float:left; padding:0;
}
.ts-pagination ul li a:hover{
text-decoration:none;
}
.dokan-pagination-container{
margin:40px 0 100px 0;
}
.woocommerce nav.woocommerce-pagination ul, 
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination{
border:0;
margin:0;
padding:0;
}
.woocommerce nav.woocommerce-pagination ul li, 
.dokan-pagination-container .dokan-pagination li{
border:0;
float:left; }
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.bbp-pagination-links a, 
.bbp-pagination-links span.current,
.bbp-pagination-links a:hover, 
.bbp-pagination-links span.current:hover,
.ts-pagination ul li a,
.ts-pagination ul li span.current,
.dokan-pagination-container .dokan-pagination li a{
padding:3px;
background:transparent;
min-height:40px;
min-width:40px;
line-height:32px;
font-size:14px;
border-width:1px;
border-style:solid;
margin:0 3px;
text-align:center;
display:inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a.next, 
.woocommerce nav.woocommerce-pagination ul li a.prev, 
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next{
background-image:none;
font-size:0;
line-height:0;
min-height:40px;
margin:0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before, 
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before{
font-family: 'FontAwesome';
font-size:14px;
line-height:32px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.ts-pagination ul li a.prev:before{
content: "\f100"; }
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.ts-pagination ul li a.next:before{
content: "\f101"; }
.bbp-pagination-links a:hover{
text-decoration:none;
}
.dokan-pagination-container .dokan-pagination li.active a{
cursor:default;
}   .woocommerce .products .product.sale .price{
margin-left:-10px;
margin-right:-10px;
}
.woocommerce .products.list .product .price del{
position:relative;
top:-2px;
}
.woocommerce .products.list .product .price del,
.woocommerce .products.list .product .price del .amount{
font-size:75%;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce .products.list .product .price ins .amount{
padding:0 10px;
}
.woocommerce .products.list .product .price,
.woocommerce .products.list .product .price .amount{
font-size:24px;
}
.woocommerce .products.list .product .product-wrapper{
max-width:100%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
float:left; width:23.306%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
float:left; width:76.694%; padding:25px; }
.woocommerce .products.list .product{
width:100%;
}
.woocommerce .products.list > .product{
width:100% !important;
}
.woocommerce .products.list > .product .meta-wrapper{
text-align:left; }
.woocommerce .products.list .star-rating{
margin-left:0;
margin-right:0;
}
.woocommerce.columns-8 .products.list .list-categories .product{
width:12.5%;
}
.woocommerce.columns-7 .products.list .list-categories .product{
width:14.285%
}
.woocommerce.columns-6 .products.list .list-categories .product{
width:16.6%
}
.woocommerce.columns-5 .products.list .list-categories .product{
width:20%;
}
.woocommerce.columns-4 .products.list .list-categories .product{
width:25%;
}
.woocommerce.columns-3 .products.list .list-categories .product{
width:33.333334%;
}
.woocommerce.columns-2 .products.list .list-categories .product{
width:50%;
}
.woocommerce .list .list-categories .product .meta-wrapper{
width:100%;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
}     div.product div.summary .clear{
display:none !important;
}
.woocommerce div.product div.images > .woocommerce-product-gallery__image:nth-child(n+2){
width:100%;
}
body.thumbnail-no-border div.product div.images img, 
.pp_woocommerce div.product.thumbnail-no-border div.images-slider-wrapper img{
border-width:0;
}
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails img{
border-color:transparent;
}
body.thumbnail-no-border .upsells .product .thumbnail-wrapper,
body.thumbnail-no-border .cross-sells .product .thumbnail-wrapper,
body.thumbnail-no-border .related .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce div.product div.images-thumbnails img,
.pp_woocommerce div.product div.images-slider-wrapper img{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-style:solid;
border-width:1px;
}
.woocommerce div.product div.images-thumbnails .images,
.pp_woocommerce div.product div.images-slider-wrapper .images{
width:auto;
margin:0;
float:none;
padding:0;
position:relative;
}
.woocommerce div.product div.images-thumbnails,
.pp_woocommerce div.product div.images-slider-wrapper{
width:50.848%;
position:relative;
float:left; margin:0 0 60px 0;
overflow:hidden;
}
.pp_woocommerce div.product div.images-slider-wrapper{
width:38.542%
}
.woocommerce div.product div.images-thumbnails .featured-image{
position:relative;
}
.woocommerce .ts-col-12 div.product div.images-thumbnails,
.woocommerce .ts-col-12 div.product div.summary{
width:100%; }
.woocommerce .ts-col-12 div.product div.summary{
clear:both;
padding:0;
}
.woocommerce .ts-col-18 div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.summary{
width:50%;
}
.woocommerce .ts-col-18 div.product div.images-thumbnails{
padding-right:1px; } .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:120px; } .woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:45%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
width:55%;
}
.woocommerce div.product div.summary,
.pp_woocommerce div.product div.summary{
width:49.152%;
padding-left:30px; float:left; margin-bottom:20px;
}
.pp_woocommerce div.product div.summary{
width:61.458%;
padding-top:10px !important;
}
.pp_woocommerce div.product div.summary,
.pp_woocommerce div.product div.images-slider-wrapper{
margin-bottom:0 !important;
} .ts-product-video-button{
background:transparent;
height:31px;
width:31px;
position:absolute;
right:20px; bottom:20px;
z-index:998;
opacity:0.6;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) 1px -194px;
}
.ts-product-video-button:hover{
opacity:1;
text-decoration:none;
}
.ts-product-video iframe{
max-width:calc(100% - 13px);
margin-left:7px;
}
.ts-product-video.loaded{
padding:0 !important;
}
.ts-product-video #pp_full_res{
line-height:0 !important;
width:100% !important;
}
.ts-product-video .ppt,
.ts-product-video .pp_top,
.ts-product-video .pp_bottom,
div.ts-product-video.pp_pic_holder.loaded:before{
display:none !important;
}
.ts-product-video .pp_details{
padding:0 !important;
}  div.product .thumbnails{
position:relative;
overflow:hidden;
}
div.product div.images-thumbnails div.thumbnails{
padding-top:20px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper{
margin:0 0 0 0 !important;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:98px;
float:left; margin-top:-20px;
padding-top:0;
}
div.product.vertical-thumbnail .thumbnails li{
padding:20px 0 0 0;
line-height:0;
}
.woocommerce div.product div.thumbnails a{
width:auto;
margin:0;
float:none;
display:inline-block;
}
.woocommerce div.product div.thumbnails a img{
height:auto;
max-width:100%;
display:block;
} .woocommerce div.product .images .product-label,
.pp_woocommerce div.product .images .product-label{
z-index:998;
position:absolute;
left:0 ;
right:auto;
top:15px;
bottom:auto;
text-align:left; width:auto;
line-height:0;
text-align:center;
}
.woocommerce div.product .images .product-label span:first-child,
.pp_woocommerce div.product .images .product-label span:first-child{
margin-top:0;
}
.pp_woocommerce div.product .images .product-label span.onsale,
.woocommerce div.product .images .product-label span.onsale,
.pp_woocommerce div.product .images .product-label span.new,
.woocommerce div.product .images .product-label span.new,
.pp_woocommerce div.product .images .product-label span.featured,
.woocommerce div.product .images .product-label span.featured,
.pp_woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce div.product .images .product-label span.out-of-stock,
.pp_woocommerce div.product .images .product-label span,
.woocommerce div.product .images .product-label span{
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
position:static;
top:auto;
right:auto;
left:auto;
right:auto;
margin:0;
min-height:0;
height:35px;
text-align:center;
float:left; clear:both;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
height:auto;
margin-top:5px;
clear:both;
padding:6px 3px 6px 3px;
min-width:68px;
position:relative;
}
.woocommerce div.product .images .product-label span:before,
.pp_woocommerce div.product .images .product-label span:before {
width: 0;
height: 0;
border-top-width:18px;
border-top-style:solid;
border-right: 16px solid transparent; position:absolute;
content:"";
top:0;
left:100%; }
.woocommerce div.product .images .product-label span:after,
.pp_woocommerce div.product .images .product-label span:after{
width: 0;
height: 0;
border-bottom-width:18px;
border-bottom-style:solid;
border-right: 16px solid transparent; position:absolute;
content:"";
bottom:0;
left:100%; }   div.product .summary .counter-wrapper{
width:100%;
display:inline-block;
margin:0 0 20px 0;
}
.summary .counter-wrapper > div{
padding:9px 2px;
margin:0 2px;
width:60px;
}
.summary .counter-wrapper > div .number-wrapper{
font-size:18px;
line-height:24px;
}
.summary .counter-wrapper .ref-wrapper{
font-size:12px;
line-height:16px;
} .woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title{
margin:0 0 10px 0; padding:0;
}
.woocommerce div.product .product_title{
margin:0 70px 10px 0; } .woocommerce-product-rating a.woocommerce-review-link{
position:relative;
line-height:18px;
}
.woocommerce-product-rating a.woocommerce-review-link:before{
font-family: 'FontAwesome';
margin-right:10px ; content: "\f040";
display:inline-block;
}
.pp_woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating{
line-height:0;
margin-bottom:22px;
}
.ts-price-table .rating,
.pp_woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating{
width:80px;
height:16px;
margin:0 40px 0 0; float:left; overflow:hidden;
position:relative;
font-family:star !important;
top: 0;
}
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce .woocommerce-product-rating .star-rating span:before, 
.pp_woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating:before{
font-size:12px;
height:14px;
}
.woocommerce .woocommerce-product-rating > a,
.pp_woocommerce .woocommerce-product-rating > a{
position:relative;
}
.woocommerce .woocommerce-product-rating > a span,
.pp_woocommerce .woocommerce-product-rating > a span{
display:inline-block;
}
.pp_woocommerce .woocommerce-product-rating .star-rating span,
.woocommerce .star-rating span{
overflow:hidden;
top:0;
left:0; position:absolute;
padding-top:30px;
}
.woocommerce .star-rating{
float:right; }
.ts-price-table .rating span{
overflow: hidden;
top: 0;
left: 0; position: absolute;
padding-top:30px;
}
.woocommerce-product-rating .woocommerce-review-link{
position:relative;
}
.woocommerce-product-rating .woocommerce-review-link:hover{
text-decoration:none;
}
.summary p.stock{
display:none
} .woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span,
body table.compare-list tr.stock span,
.wishlist_table tr td.product-stock-status span,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock{
color:#5cb85c !important;
}
.woocommerce div.product p.availability.stock, 
body #pp_full_res div.product p.availability.stock{
margin:0 40px 24px 0; clear:both;
position:relative;
display:inline-block;
float:left; }
.woocommerce div.product p.availability.stock label, 
.pp_woocommerce div.product p.availability.stock label{
margin:0;
float:left; padding:0;
}
.woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span{
position:relative;
float:left; padding:0 0 0 20px; line-height:18px;
}
.woocommerce div.product p.stock span:before, 
.pp_woocommerce div.product p.stock span:before{
font-family: 'FontAwesome';
content: "\f05d";
position:absolute;
left:5px; top:0;
font-weight:normal; }
body table.compare-list tr.stock span.out-of-stock,
.woocommerce div.product p.out-of-stock span, 
.pp_woocommerce div.product p.out-of-stock span{
color:red !important;
}
.woocommerce div.product p.out-of-stock span:before, 
.pp_woocommerce div.product p.out-of-stock span:before{
content: "\f017";
} .woocommerce div.product .sku-wrapper,
.pp_woocommerce div.product .sku-wrapper{
display:inline-block;
margin:0 0 24px 0;
font-family:arial;
float:left; font-weight:normal; line-height:18px;
position:relative;
}
.woocommerce div.product .sku-wrapper span,
.pp_woocommerce div.product .sku-wrapper span{
color:#b50000;
padding:0 0 0 3px; display:inline-block;
} .woocommerce #reviews #comments ol.commentlist li .comment-text p{
margin-bottom:5px;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description{
display:inline-block;
width:100%;
clear:both;
margin:0;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description{
margin-bottom:6px;
} .pp_woocommerce div.product .summary > .price,
.woocommerce .pp_woocommerce div.product .summary > .price{
margin:0 0 18px 0;
clear:both;
}
.pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description,
.woocommerce .pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description{
margin:0;
} .pp_woocommerce .quantity .minus:hover,
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover, 
.pp_woocommerce .quantity .minus:focus,
.pp_woocommerce .quantity .plus:focus,
.woocommerce .quantity .minus:focus, 
.woocommerce .quantity .plus:focus{
background-image:none;
} div.product p.price .woocommerce-Price-amount{
padding-bottom:5px;
}
div.product .summary > .price del .amount, 
div.product .single_variation del .amount, 
.woocommerce div.product .single_variation del .amount{
font-size:140%;
} .pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button{
min-width:170px;
height:50px;
border:0;
float:left; padding-top:0 !important;
padding-bottom:0 !important;
}
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button{
min-width:170px;
height:50px;
border:0;
padding-top:16px;
padding-bottom:16px;
line-height:18px;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before{
font-family:'Pe-icon-7-stroke';
content:"\e66e";
display:inline-block;
text-indent:0;
font-weight:normal; color:inherit !important;
margin-right:5px; line-height:10px;
position:relative;
top:3px;
}
.summary a.compare .button-tooltip{
display:none !important;
} .wishlist_table .product-name a:hover{
text-decoration:none;
}
.woocommerce table.wishlist_table td.product-thumbnail{
padding:13px 20px 13px 0; }
.woocommerce table.wishlist_table tr:last-child td.product-thumbnail{
border-bottom-width:0;
}
.woocommerce table.wishlist_table thead th{
padding:13px 20px 13px 0; }
.woocommerce table.wishlist_table tbody td{
padding:13px 20px 13px 0; }
.woocommerce .wishlist_table td.product-add-to-cart a{
display:inline-block !important;
min-width:0;
}
body div.wishlist-title h2{
padding:0;
margin-bottom:20px;
text-transform:uppercase;
}
#yith-wcwl-popup-message{
box-shadow:0 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 3px rgba(0,0,0,0.2);
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
background:#fbfbfb;
}
section.product .yith-wcwl-wishlistexistsbrowse.show,
section.product .yith-wcwl-wishlistaddedbrowse.show,
div.product .summary .wishlist .yith-wcwl-wishlistexistsbrowse.show,
div.product .summary .wishlist .yith-wcwl-wishlistaddedbrowse.show{
position:absolute;
top:0;
left:0; }
.yith-wcwl-add-to-wishlist {
position:relative;
}
.yith-wcwl-add-to-wishlist .feedback{
display:none !important;
}
div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .wishlist,
.woocommerce div.product .summary a.compare{
position:relative;
display:inline-block;
float:left; height:50px;
width:50px;
text-align:center;
line-height:0;
margin:0 5px 33px 0; font-size:0;
}
.woocommerce div.product .summary a.added:before{
margin:0 !important;
}
.woocommerce div.product .summary a.compare i,
.woocommerce div.product .summary a.added:before{
line-height:30px;
}
div.product.outofstock .summary .yith-wcwl-add-to-wishlist{
margin-bottom:33px;
}
div.product .summary .yith-wcwl-add-to-wishlist a,
div.product .summary .wishlist a{
font-size:0;
line-height:0;
white-space: pre;
text-align:center;
background-image:none !important;
text-transform:none;
line-height:0;
border-width:1px;
border-style:solid;
height:50px;
width:50px;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before{
font-family: 'Pe-icon-7-stroke';
content: "\e642";
}
div.product .summary .yith-wcwl-wishlistaddedbrowse a:before,
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before,
div.product .summary .wishlist.addded a:before{
content: "\f004";
font-family: 'FontAwesome';
}
div.product .summary .yith-wcwl-add-to-wishlist a:hover,
div.product .summary .wishlist a:hover{
text-decoration:none;
} div.product .summary .print,
div.product .summary .email{
float:left;
margin:0 5px 33px 0; }
div.product .summary .print{
margin-left:0 }
div.product .summary .print a,
div.product .summary .email a{
line-height:0;
width:50px;
text-align:center;
border-width:1px;
border-style:solid;
display:inline-block;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before,
.woocommerce .summary a.compare i,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:before, 
.woocommerce .summary a.compare:before,
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before{
font-size:24px;
}
div.product .summary .yith-wcwl-wishlistaddedbrowse a:before,
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before,
div.product .summary .wishlist.addded a:before{
font-size:21px;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before,
div.product .summary .print a i,
div.product .summary .email a i{
line-height:48px;
} .woocommerce div.product .summary > .price{
clear:both;
margin:0 0 10px 0;
display:inline-block;
font-size:1.25em;
width:100%;
overflow:hidden;
padding-top:20px;
border-width:1px 0 0 0;
border-style:solid;
}
.price del,
.product-price del{
opacity:0.4;
}
div.product .summary > .price del{
margin-right:40px; }
div.product .summary > .price del,
.woocommerce div.product .summary > .price del{
display:inline-block;
margin-bottom:5px;
opacity:0.4;
}
.woocommerce div.product .cart{
overflow:hidden;
clear:both;
display:inline-block;
width:100%;
margin:0;
}
.woocommerce div.product.type-product .cart,
.pp_woocommerce div.product.type-product .cart,
#pp_full_res div.product.type-product .cart{
float:left; width:auto;
clear:both;
margin:0 5px 32px 0; } .woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
width:100%;
margin:0 0 32px 0; }
.woocommerce div.product form.cart.variations_form{
margin-bottom:15px;
} .woocommerce div.product form.cart table td{
padding-left:0; }
.woocommerce div.product form.cart .group_table td:first-child{
width:auto;
text-align:left; }
.pp_woocommerce div.product form.cart table, 
.woocommerce div.product form.cart table{
border:0;
border-collapse:collapse;
}
.pp_woocommerce div.product form.cart .group_table, 
.woocommerce div.product form.cart .group_table{
max-width:550px;
margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table td, 
.woocommerce div.product form.cart .group_table td{
vertical-align:middle;
}
.group_table td.label label{
margin:0;
padding:0;
}
.pp_woocommerce div.product form.cart .group_table .button, 
.woocommerce div.product form.cart .group_table .button{
min-width:0;
padding:5px 14px !important;
border-width:1px;
border-style:solid;
height:auto;
margin:0 !important;
}
div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist{
margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table .button:before, 
.woocommerce div.product form.cart .group_table .button:before{
display:none;
}
.group_table a:hover{
text-decoration:none;
} .woocommerce-variation-add-to-cart{
overflow:hidden;
margin-bottom:10px;
}
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label{
padding:0;
}
.pp_woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations{
margin:0 0 20px 0;
}
.pp_woocommerce div.product form.cart .variations td.label, 
.woocommerce div.product form.cart .variations td.label{
width:80px;
}
.pp_woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr{
background:transparent;
}
.pp_woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td{
border:0;
vertical-align:middle;
position:relative;
padding:0 0 10px 0;
}
.pp_woocommerce div.product form.cart .variations tr:last-child td,
.woocommerce div.product form.cart .variations tr:last-child td{
padding-bottom:20px;
}
.pp_woocommerce div.product form.cart .variations td select,
.woocommerce div.product form.cart .variations td select{
width:200px;
margin:0;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations, 
.woocommerce div.product form.cart .variations td .reset_variations{
position:absolute;
left:0; bottom:-8px;
line-height:14px;
text-transform:uppercase;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations:hover, 
.woocommerce div.product form.cart .variations td .reset_variations:hover{
text-decoration:underline;
}
div.product.product-type-variable .single_variation {
margin:0 0 20px 0;
display:inline-block;
width:100%;
} .ts-product-attribute{
line-height:0;
}
.ts-product-attribute > div{
display:inline-block;
margin:4px 8px 4px 0; position:relative;
z-index:1;
padding:0;
line-height:22px;
text-align: center;
min-width:70px;
cursor:pointer;
}
.ts-product-attribute > div a{
width:100%;
display:inline-block;
padding:5px 10px;
}
.ts-product-attribute > div.color a{
width:100%;
display:inline-block;
padding:0;
}
.ts-product-attribute > div.selected{
cursor:default;
}
.ts-product-attribute > div:last-child{
margin-left:0; }
.ts-product-attribute > div:before {
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
content: "";
z-index: 0;
display: inline-block;
border-width:1px;
border-style:solid;
}
.ts-product-attribute > div a{
position:relative;
z-index:1;
}
.ts-product-attribute > div a:hover{
text-decoration:none;
}
.ts-product-attribute > div.color{
width:30px;
height:30px;
min-width:0;
font-size:0;
line-height:0;
padding:0;
}
.ts-product-attribute > div.color:before{
display:none;
}
.ts-product-attribute > div.color a{
width:100%;
height:100%;
display:inline-block;
}
.ts-product-attribute > div.color a:before{
position:absolute;
left:-3px;
right:-3px;
bottom:-3px;
top:-3px;
z-index:0;
content:"";
border-width:1px;
border-style:solid;
opacity:0;
transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
}
.ts-product-attribute > div.color.selected a:before,
.ts-product-attribute > div.color:hover a:before{
opacity:1;
}
div.product .summary .meta-content > div{
margin-bottom:5px;
display:inline-block;
width:100%;
}
div.product .summary .meta-content{
margin:0;
padding:23px 0 0 0;
border-width:1px 0 0 0;
clear:both;
border-style:solid;
}
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links){
padding-right:3px; display:inline-block;
} .ts-product-social-sharing{
margin:20px 0 0 -5px; display:inline-block;
width:100%;
}
.ts-product-social-sharing li{
padding:0;
list-style:none;
float:left; }
.ts-product-social-sharing li{
margin-left:5px; margin-bottom:5px;
line-height:0;
}
.ts-product-social-sharing li a{
padding:6px 20px;
border-width:1px;
border-style:solid;
line-height:20px;
float:left; transition:none;
-webkit-transition:none;
-moz-transition:none;
}
.ts-product-social-sharing li i{
margin-right:5px; }
.ts-product-social-sharing li a:hover{
text-decoration:none;
}
.ts-product-social-sharing li:hover a,
.ts-product-social-sharing li:hover a i{
color:#fff !important;
}
.ts-product-social-sharing li.facebook a i{
color:#3B5998;
}
.ts-product-social-sharing li.twitter a i{
color:#2CAAE1;
}
.ts-product-social-sharing li.google-plus a i{
color:#DD4B39;
}
.ts-product-social-sharing li.pinterest a i{
color:#cb2027;
}
.ts-product-social-sharing li.facebook:hover a{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-product-social-sharing li.twitter:hover a{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-product-social-sharing li.google-plus:hover a{
background-color:#DD4B39;
border-color:#DD4B39;
}
.ts-product-social-sharing li.pinterest:hover a{
background-color:#cb2027;
border-color:#cb2027;
} .woocommerce table.shop_attributes{
margin-top:0;
}
.woocommerce table.shop_attributes tr{
background:transparent;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th{
line-height:inherit;
background:transparent;
font-style:normal;
text-transform:none;
border-width:0 0 1px 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th{
padding:8px 20px 8px 0; } .vc_tta-accordion .vc_tta-panel .shop_attributes{
margin:0;
border:0;
} .cross-sells .products,
.upsells .products,
.related .products{
max-height:500px;
}
.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product{
padding:0 0 10px 0;
}
.upsells .products .product,
.related .products .product{
width:25%;
}
.cross-sells,
.upsells,
.related {
clear:both;
position:relative;
margin-bottom:30px !important;
}
.heading-wrapper,
.heading-shortcode,
.theme-title,
.cross-sells,
.upsells,
.related{
margin:0 0 22px 0;
overflow:hidden;
}
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2{
padding:0 20px 0 0; margin:0;
display:inline-block;
position:relative;
}
.heading-wrapper > h2:after,
.heading-shortcode > h3:after,
.theme-title > h3:after,
.cross-sells > h2:after,
.upsells > h2:after,
.related > h2:after{
border-width:1px 0 0 0;
border-style:solid;
height:1px;
width:1900px;
position:absolute;
content:"";
bottom:8px;
left:100% } .woocommerce-tabs .wc-tab:after{
display:table;
clear:both;
content:"";
} .accordion-tabs .vc_tta-accordion .vc_tta-panel{
margin-bottom:15px;
}
.woocommerce-tabs .vc_tta-container {
margin-bottom:0;
} .woocommerce div.product .woocommerce-tabs{
padding:0;
border:0;
margin:0;
display:inline-block;
width:100%;
line-height:0;
}
.woocommerce div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:10px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
display: inline-block !important;
width:100%;
padding:10px 10px 0 10px;
border-width:1px;
border-style:solid;
margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
margin:0 10px 10px 0; padding:0;
position:relative;
z-index:1;
background:transparent;
float:none;
display:inline-block;
text-align:center;
min-width:150px;
border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:before{
font-family: 'Pe-icon-7-stroke';
margin-right:5px; display:inline-block;
top:1px;
position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab > a:before{
content:"\e628";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab > a:before{
content:"\e65f";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab > a:before{
content:"\e60c";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.ts_custom_tab > a:before{
content:"\e66d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.vendor_tab > a:before{
content:"\e605";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.policies_tab > a:before{
content:"\e69d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.singleproductmultivendor_tab > a:before{
content:"\e665";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
padding:8px 30px;
border-width:1px;
border-style:solid;
text-transform:uppercase;
margin: 0;
position: relative;
z-index: 1;
border-width: 1px;
border-style: solid;
width: 100%;
display: inline-block;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:after{
content: "\f0dd";
font-family: 'FontAwesome';
position:absolute;
bottom:-4px;
top:auto;
right:auto;
left:50%;
margin-left:-5px;
font-size:20px;
line-height:10px;
color:transparent;
border:0;
width:auto;
height:auto;
display:inline-block;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
opacity:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
opacity:1;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:30px;
border-width:0 1px 1px 1px;
border-style:solid;
} .woocommerce-tabs #comments > h2{
display:none;
}
span.required{
color:red;
}
.woocommerce #reviews h3{
margin-bottom:24px;
}
.woocommerce-tabs #comments{
float:left; width:60%;
margin-top:3px;
padding-right:20px; }
.woocommerce-tabs #review_form_wrapper{
float:left; width:40%;
padding:0 0 0 30px; border-width:0 0 0 1px; border-style:solid;
}
.comment-respond #reply-title{
text-transform:uppercase;
margin-bottom:10px;
display:inline-block;
width:100%;
} .entry-summary .woocommerce-tabs #comments{
width:100% !important;
}
.entry-summary .woocommerce-tabs #review_form_wrapper{
width:100% !important;
padding-top:30px !important;
padding:0;
border-width:1px 0 0 0;
}  .ts-col-18 .woocommerce-tabs #comments{
width:55%;
}
.ts-col-18 .woocommerce-tabs #review_form_wrapper{
width:45%;
}
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:0; padding:20px 0 0 0 } .comment-respond .form-submit{
margin-top:20px !important;
}
.woocommerce #review_form #respond p{
margin:10px 0 5px 0;
}
.woocommerce #review_form #respond p.stars{
display:inline-block;
line-height:16px;
margin-top:0;
}
.woocommerce #review_form #respond p.form-submit{
margin:0;
}
.woocommerce #review_form #respond p.comment-form-rating {
margin:20px 0;
}
.comment-form-comment label{
display:block;
}
.comment-respond textarea,
#commentform textarea{
margin:0;
width:100%;
min-height:150px;
max-width:100%;
}
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"]{
max-width:500px;
}
.woocommerce #reviews #comments ol.commentlist > li{
list-style:none;
margin:0 0 30px 0;
border-width:0 0 1px 0;
border-style:solid;
padding-bottom:25px;
}
.woocommerce #reviews #comments ol.commentlist > li:last-child {
border:0;
margin-bottom:0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta{
margin-top:-3px;
margin-bottom:5px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
margin-left:80px; padding:0;
border:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
width:60px;
position:static;
float:left; border:0;
padding:0;
}
.woocommerce #reviews #comments > h2{
margin:0 0 30px 0;
padding:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{
font-size:90%;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]{
min-width:120px;
}  .dataTables_scrollFoot{
display:none;
}
#cboxLoadingGraphic{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader1.gif) no-repeat center center;
}
#cboxLoadingOverlay{
top:50%;
left:50%;
width:100px;
height:100px;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
background-image:none !important
}
.woocommerce .wd_compare_wrapper .added:before{
content: "\f065";
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight{
background:transparent;
width:0;height:0;
padding:0;margin:0;
}
#colorbox, 
#cboxOverlay, 
#cboxWrapper{
overflow:visible;
z-index:100000
}
.wd_compare_wrapper > a{
display:inline-block;
width:100%;
height:100%;
position:relative;
}
body .pp_woocommerce div.product .summary .wd_compare_wrapper,
.woocommerce .body-wrapper div.product .summary .wd_compare_wrapper{
margin-left:-1px; float:left; position:relative;
z-index:0;
top:auto;
right:auto;
bottom:auto;
left:auto;
display:inline-block;
}
div.product .summary .product-meta-wrapper .wd_compare_wrapper a:hover{
z-index:2;
}
.woocommerce ul.products li.product .product-meta-wrapper .wd_compare_wrapper{
float:left; margin:3px 0 0 14px; text-align:left; line-height:16px;
position:relative;
}
.woocommerce ul.products li.product .product-meta-wrapper .wd_compare_wrapper:after{
content:"";
position:absolute;
left:-7px; top:3px;
bottom:3px;
width:1px;
opacity:0.6;
} #cboxLoadedContent{
padding:10px;
}
#cboxContent{
background:transparent
}
#cboxLoadedContent iframe {
position:relative;
z-index:1;
}
.dataTables_wrapper{
padding:0;
border-width:1px;
border-style:solid;
}
.dataTables_scrollHead,
.DTFC_LeftHeadWrapper{
display:none;
}
body > h1{
padding:14px 20px;
border:0;
display:block;
width:100%;
float:none;
margin-bottom:-1px;
position:relative;
z-index:14;
direction:rtl;
}
body > h1 a.close{
font-size:0;
padding:0;
margin:0;
}
body > h1 a.close:hover{
color:red;
}
body > h1 a.close:before{
font-family: 'FontAwesome';
content: "\f00d";
padding:5px;
font-size:16px;
font-weight:400; line-height:20px;
}
body table.compare-list{
margin:0 !important;
padding:0 !important;
width:100% !important;
border-width:1px 0 0 0;
}
body table.compare-list td.odd,
body table.compare-list td.even{
background:transparent;
}
body table.compare-list th{
background:transparent;
}
body table.compare-list td img{
width:200px;
padding:0;
border:0;
max-width:100%;
}
body table.compare-list td img{
margin-bottom:0;
}
body table.compare-list th{
border-width:1px 0 0 0;
border-style:solid;
text-align:left; }
body table.compare-list td{
border-width:1px 0 0 1px; border-style:solid;
text-align:left; }
body table.compare-list tr.image td,
body table.compare-list tr.remove td{
text-align:center;
}
body table.compare-list tr.no-products:first-child td{
border:0;
}
body table.compare-list tr:first-child th, 
body table.compare-list tr:first-child td{
border-width:0 0 0 1px; }
body table.compare-list tr:first-child th:first-child{
border-width:0 0 0 0;
}
body table.compare-list tr.image th,
body table.compare-list tr.image td{
border-top-width:0;
}
body table.compare-list tr.remove th, 
body table.compare-list tr.remove td, 
body table.compare-list tr.image th, 
body table.compare-list tr.image td, 
body table.compare-list tr.title th, 
body table.compare-list tr.title td, 
body table.compare-list tr.price th, 
body table.compare-list tr.price td{
padding:10px 20px;
}
body table.compare-list tr.image td, 
body table.compare-list tr.title td,
body table.compare-list tr.price td{
text-transform:none;
}
body table.compare-list tr.price .amount{
font-size:130%;
}
body table.compare-list tr.price del .amount{
font-size:100%;
}
body table.compare-list tr.price td{
text-decoration:none;
}
table.compare-list tr.image th, 
table.compare-list tr.title th, 
table.compare-list tr.price th, 
table.compare-list tr.add-to-cart th{
text-indent:0;
}
body table.compare-list tr.image th, 
body table.compare-list tr.image td{
height:auto;
}
body table.compare-list th, 
body table.compare-list td,  
body table.compare-list .price.repeated td,
body table.compare-list tr.image th, 
body table.compare-list tr.image td, 
body table.compare-list tr.price th, 
body table.compare-list tr.price td, 
body table.compare-list tr.add-to-cart th, 
body table.compare-list tr.add-to-cart td{
padding:10px 20px;
}
body table.compare-list tr.remove td,
body table.compare-list tr.remove th{
padding-top:10px;
padding-bottom:0;
}
body table.compare-list tr.image th, 
body table.compare-list tr.image td{
padding-top:0;
}
body table.compare-list .remove td a .remove{
position:relative;
width:auto;
height:auto;
line-height:0;
font-size:0;
background:transparent !important
}
body table.compare-list tr.remove td > a{
font-size:0;
line-height:0;
height:20px;
display:inline-block;
background:transparent !important
}
body table.compare-list tr.remove td > a .remove:before{
font-family: 'FontAwesome';
content:"\f00d";
color:red;
font-size:18px;
font-weight:normal !important;
line-height:18px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
} body table.compare-list tr.price th, 
.compare-list tr.price td ins{
text-decoration:none;
}
body table.compare-list tr.price th, 
body table.compare-list tr.price td del{
margin-right:8px;
}
html body table.compare-list del{
opacity:0.5
}
html body table.compare-list tr.description td,
html body table.compare-list tr.description th{
text-align:left; }
body table.compare-list .add-to-cart td a{
margin:0;
text-transform:uppercase;
padding:9px 15px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
text-shadow:none;
-moz-text-shadow:none;
-webkit-text-shadow:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
filter:none;
cursor:pointer;
text-align:center;
background-image:none;
border-width:1px;
border-style:solid;
text-align:center;
}
body table.compare-list .add-to-cart td .blockOverlay{
display:none !important;
} body > table.compare-list{
border-width:1px;
border-style:solid;
}   .woocommerce-OrderUpdate-inner .clear{
clear: none;
}
#payment .clear{
z-index: 1;
} p.lost_password label{
font-size:100%;
}
p.lost_password a,
.my-account-wrapper .forgot-pass a{
opacity:0.8;
}
p.lost_password a:hover,
.my-account-wrapper .forgot-pass a:hover{
text-decoration:none;
opacity:1;
}
p.myaccount_user{
margin-bottom:40px;
}
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-error,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info, 
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-message{
margin-bottom:15px !important;
}
.woocommerce form.checkout_coupon{
margin-top:10px;
padding:0;
border:0;
}
.ts-col-24 .woocommerce form.checkout_coupon{
width:65%;
}
.woocommerce .checkout-login-coupon-wrapper form.login{
margin:5px 0 60px 0;
}
.register .woocommerce-password-strength{
margin-bottom:5px;
}
form.login p.form-row input[type="text"], 
form.register p.form-row input[type="password"],
form.register p.form-row input[type="text"], 
form.login p.form-row input[type="password"],
form.login p.form-row input[type="email"], 
form.register p.form-row input[type="email"], 
.create-account input[type="password"],
.register .woocommerce-password-strength{
max-width:500px;
}
.woocommerce form.login input[type="wcmp-login-vendor"]{
max-width:500px;
margin-bottom:30px;
}
.woocommerce > form.checkout{
overflow:hidden;
margin:0;
padding-top:40px;
display:inline-block;
width:100%;
}
.ts-col-12 .woocommerce > form.checkout{
padding-top:20px;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:23%;
margin-left:0;
margin-right:0;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
text-align:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:77%;
padding-right:10px; }
.woocommerce .checkout .col2-set{
width:65%;
float:left; padding-right:30px }
.woocommerce .checkout #order_review{
width:35%;
padding:50px 30px 30px 30px;
margin-top:-60px;
float:left; background:rgba(232,232,232,0.5);
margin-bottom:30px;
}
.ts-col-18 .woocommerce .checkout .col2-set{
width:60%;
}
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
width:40%;
}
.ts-col-12 .woocommerce .checkout .col2-set,
.ts-col-12 .checkout-login-coupon-wrapper{
width:100%;
padding-right:0 }
.ts-col-12 #order_review_heading,
.ts-col-12 .woocommerce .checkout #order_review{
width:100%;
} .woocommerce .checkout .col2-set .col-1{
padding:0;
margin-bottom:0;
overflow:hidden;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2{
width:100%;
margin-left:0;
margin-right:0;
float:left; }
.woocommerce .checkout .col2-set .col-2{
margin-top:0;
}
.woocommerce-billing-fields{
overflow:hidden;
}
.woocommerce-billing-fields > h3{
width:100%;
padding:0 0 15px 0;
border-width:0 0 2px 0;
border-style:solid;
margin:0 0 30px 0;
display:inline-block;
text-transform:uppercase;
}
.woocommerce-billing-fields > h3:after{
display:table;
clear:both;
content:"";
}
.ship-to-different-address {
position:relative
}
.ship-to-different-address input{
position:absolute;
top:0;
left:0; content:"";
} #ship-to-different-address{
margin-bottom:10px;
}
form.checkout p.create-account > label{
position:relative;
display:inline;
width:100%;
cursor:pointer;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{
position:relative;
display:inline-block;
width:100%;
text-transform:uppercase;
cursor:pointer;
text-indent:24px;
}
#order_comments_field{
padding-top:15px;
border-width:2px 0 0 0;
border-style:solid;
margin-bottom:50px;
}
.woocommerce form .form-row .input-checkbox ,
label .woocommerce-Input[type="checkbox"],
#ship-to-different-address-checkbox{
cursor:pointer;
display:inline;
width:auto;
margin: -2px 8px 0 0; text-align: center;
vertical-align: middle;
}
label .woocommerce-Input[type="checkbox"]{
margin:-4px 8px 0 0; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
width:100%;
float:none;
line-height:0;
position:relative;
margin:0 0 20px 0;
}
#ship-to-different-address-checkbox{
position:absolute;
left:0; top:8px;
} form.checkout p.create-account{
display:inline-block;
width:100%;
margin:0 0 10px 0;
}
form.checkout #account_password_field{
margin-bottom:25px;
} .woocommerce .order_details li{
list-style:none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
line-height:20px;
}
.woocommerce #order_review table.shop_table tbody td, 
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th{
padding:9px 0;
}
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name{
padding-right:20px }
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th{
text-transform:none;
}
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td{
border-width:1px 0 0 0;
border-style:solid;
}
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce table.shop_table tfoot td{
padding:5px 0;
}
.woocommerce table.shop_table.order_details td a:hover{
text-decoration:none;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table.order_details{
margin-bottom:0;
}
.woocommerce table.shop_table.order_details{
margin-bottom:30px;
}
.woocommerce table.my_account_orders td a:hover{
text-decoration:none;
}
.woocommerce .addresses .address{
margin:30px 0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:120px;
text-align:right; }
.woocommerce table.my_account_orders tr td:last-child .button{
margin:0;
}
.woocommerce table.shop_table.customer_details{
margin-bottom:40px;
}
.woocommerce table.shop_table.customer_details th{
background:transparent;
}
.woocommerce .checkout #order_review table thead th{
background:transparent;
}
.woocommerce .checkout #order_review table th,
.woocommerce .checkout #order_review table td{
text-align:left }
#order_review table{
border:0;
margin:0 !important;
background:transparent;
}
#order_review table tr{
background:transparent;
}
#order_review_heading{
margin:0;
padding:20px 30px;
text-transform:uppercase;
float:left;
width:35%;
position:relative;
z-index:1;
}
.woocommerce-account div.woocommerce{
margin:0 0 35px 0;
overflow:hidden;
}
.woocommerce-account div.woocommerce > h2{
padding:0 30px 0 0;
margin:0 0 30px 0;
display:inline-block;
position:relative;
text-transform:uppercase;
}
.woocommerce-account div.woocommerce > h2:after{
border-width:1px 0 0 0;
border-style:solid;
height:1px;
width:1900px;
position:absolute;
content:"";
top:50%;
left:100% }
.woocommerce-column > h3{
text-transform:uppercase;
}
.woocommerce .checkout #order_review table .product-name{
width:50%;
vertical-align:top;
color: #000!important;
text-align: center;
}
.woocommerce .checkout #order_review table .product-total{
width:50%;
vertical-align:top;
padding-right:0;
color: #000!important;
text-align: center;
}
.woocommerce table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table tbody:first-child tr:first-child th{
color: #000!important;
}
.woocommerce .checkout #order_review table thead th,
.woocommerce .checkout #order_review table thead td,
.woocommerce .checkout #order_review table tbody th,
.woocommerce .checkout #order_review table tbody td{
border-width:0;
}
.woocommerce .checkout #order_review table .cart-subtotal th{
text-align: center;
}
.woocommerce .checkout #order_review table .cart-subtotal th,
.woocommerce .checkout #order_review table .cart-subtotal td{
border-width:2px 0 0 0;
border-color:rgba(217,217,217,0.5);
text-align: center;
}
.woocommerce .checkout #order_review table .shipping th,
.woocommerce .checkout #order_review table .shipping td{
border-width:1px 0 1px 0;
border-color:#ffffff;
text-align: center;
}
.woocommerce #order_review table.shop_table tfoot td{
text-align: center;
}
.woocommerce .checkout #order_review table .shipping th{ text-align: center;
}
.woocommerce #order_review table.shop_table tfoot th{
text-align: center;	
} .woocommerce .woocommerce-customer-details address{
border-radius:0;
-webkit-border-radius:0;
border-width:0;
padding:0;
}
.woocommerce #payment{
background:none;
padding:20px 0;
border-width:2px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.5);
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
position:relative;
}
.woocommerce #payment div.payment_box{
width:100%;
background:transparent;
margin-top:5px;
border:0;
padding:16px 20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.woocommerce-checkout #payment div.payment_box:before{
content:"";
display:block;
border:1em solid #dfdcde;
border-right-color:transparent;
border-left-color:transparent;
border-top-color:transparent;
position: absolute;
top:-.75em;
left:0; margin:-1em 0 0 2em; } #yith-wcwl-form .blockOverlay{
background-color:rgba(255,255,255,0.5) !important
}
#order_review table div.blockUI.blockOverlay,
.woocommerce-checkout-payment div.blockUI.blockOverlay{
left:-20px !important;
right:-20px !important;
width:auto !important;
}
div.blockUI.blockOverlay{
position:relative;
-webkit-animation:none !important;
-moz-animation: none !important;
animation: none !important;
opacity:1 !important;
background:rgba(255,255,255,0.5) !important;
}
.compare-list div.blockUI.blockOverlay:before{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif) center no-repeat !important;
top:-6px;
left:7px; }
div.blockUI.blockOverlay:before{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader1.gif) center no-repeat !important;
position:absolute !important;
display:inline-block !important;
content:"" !important;
z-index:2;
-webkit-animation:none !important;
-moz-animation: none !important;
animation: none !important;
}
.woocommerce .blockUI.blockOverlay:before, 
.woocommerce .loader:before{
width:50px;
height:50px;
margin-left:-25px;
margin-top:-25px;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
-webkit-animation:none ;
-moz-animation: none;
animation: none;
}
.woocommerce #payment div.form-row{
padding:0 0 0 0;
margin:0 0 0 0;
}
.woocommerce #payment #place_order{
display:inline-block;
width:100%;
float:none;
margin-top:10px;
margin-bottom:0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
font-size:11px;
line-height:16px;
position:relative;
top:20px;
}
.woocommerce-checkout #payment li input[type="radio"]{
position:absolute;
left:0; top:8px;
}
.woocommerce-checkout #payment li input[type="radio"]#payment_method_paypal{
top:18px;
}   .woocommerce table.shop_table{
margin-left:0;
margin-right:0;
}
.woocommerce-cart article > .woocommerce:after{
display:table;
clear:both;
content:"";
}
.woocommerce-cart article > .woocommerce > form{
width:100%;
margin-bottom:20px;
}
.woocommerce-cart article > .woocommerce > .cart-collaterals{
width:100%;
margin-bottom:20px;
}
.woocommerce-cart .ts-col-24 article > .woocommerce > form{
width:72%;
float:left; }
.woocommerce-cart .ts-col-24 article > .woocommerce > .cart-collaterals{
width:28%;
float:left; padding-left:20px }
.woocommerce .cart-collaterals .cart_totals{
width:100%;
background:rgba(232,232,232,0.5);
padding:0;
margin-bottom:30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
border:0;
background:transparent;
margin:0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:25%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr{
background:transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
padding:15px 20px;
margin:0;
text-transform:uppercase;
border-width:0 0 1px 0;
border-style:solid;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px 15px 10px !important; vertical-align:top;
text-transform:none;
text-align:left; }
.woocommerce-cart .cart-collaterals .cart_totals .shipping td{
padding-bottom:0 !important;
}
.woocommerce .woocommerce-shipping-calculator .button{
margin-bottom:10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
padding:15px 10px 15px 20px !important; vertical-align:top;
text-transform:none;
text-align:left; }
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th{
border-width: 0 0 1px 0 !important;
border-style:solid;
border-color:rgba(217,217,217,0.3) !important;
}
.woocommerce .cart-collaterals table.shop_table tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table tr:nth-child(2n) td{
background:transparent !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:left }
.woocommerce table.shop_table.cart tr{
background:transparent;
}
.woocommerce table.shop_table td{
text-align:center;
}
.woocommerce table.shop_table th{
padding:14px 30px 14px 0; vertical-align:middle;
text-align:center;
color:#fff;
border-width:0;
}
.woocommerce table.shop_table td{
padding:30px 30px 30px 0; vertical-align:middle;
border-left-width:0;
border-right-width:0;
}
.woocommerce table.shop_table tr td:last-child{
padding:30px 30px 30px 0; vertical-align:middle;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
padding:14px 0 14px 20px; }
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
padding:14px 20px; }
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td{
padding:20px 0 20px 20px; }
.woocommerce table.my_account_orders tr td:last-child,
.woocommerce table.shop_table.order_details tr td:last-child{
padding:20px; }
.woocommerce table.shop_table .product-remove a{
display:inline-block;
width:24px;
height:24px;
line-height:0;
font-size:0;
text-align:center;
float:none;
padding:0 !important;
margin:0;
}
.woocommerce table.shop_table .product-remove a:hover{
color:red !important;
}
.woocommerce table.shop_table .product-remove a:before{
font-family:'Pe-icon-7-stroke';
content:"\e681";
font-size:20px;
font-weight:normal !important; line-height:24px;
}
.woocommerce table.shop_table td.product-thumbnail{
border-width:0 0 1px 0;
padding:30px;
width:160px;
max-width:160px;
}
.woocommerce table.shop_table td.product-name{
text-align:left }
.woocommerce table.shop_table td.product-name a:hover{
text-decoration:none;
}
.woocommerce table.shop_table.cart td.actions{
border:0;
padding:30px;
}
.woocommerce table.cart .button, 
.woocommerce table.cart input.button{
float:right; margin-left:10px; min-width:125px;
} .woocommerce table.cart td.actions .coupon .input-text{
width:200px;
}
.woocommerce table.cart td.actions .coupon .button{
float:left; min-width:125px;
margin:0;
}
.woocommerce table.cart td.actions .coupon{
float:left; }
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
margin:0 10px 0 0; float:left; }
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
float:right; }
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img{
margin:-2px 0 0 10px; } .pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty {
border-width:1px;
border-style:solid;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
text-shadow:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
padding:16px 45px 15px 15px; width:120px;
text-align:center;
margin:0;
}
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty {
padding:11px 25px 10px 5px; width:70px;
}
.woocommerce table .quantity span.qty-text,
.pp_woocommerce table .quantity span.qty-text{
display:none !important;
}
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus{
width:35px;
height:26px;
border:0;
line-height:10px;
text-align:center;
display:inline-block;
position:absolute;
top:0;
left:auto;
right:0; bottom:auto;
padding:0;
margin:0;
z-index:1;
background:none !important;
cursor:pointer;
font-size:20px;
font-weight:bold; font-family:Arial;
border-width:1px;
border-style:solid;
color:inherit;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus{
width:21px;
height:21px;
font-size:14px;
}
.pp_woocommerce .quantity .minus, 
.woocommerce .quantity .minus{
bottom:0;
top:auto;
}
.pp_woocommerce .quantity .minus:hover, 
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover{
z-index:3;
opacity:0.5;
}
.woocommerce div.quantity,
.pp_woocommerce div.quantity {
display:inline-block;
float:none;
position:relative;
}
.woocommerce div.product form.cart div.quantity,
.pp_woocommerce div.product form.cart div.quantity{
margin:0 5px 0 0; float:left; }
.woocommerce div.quantity .plus:before,
.pp_woocommerce div.quantity .plus:before{
content: "\f0d8";
font-family: 'FontAwesome';
}
.woocommerce div.quantity .minus:before,
.pp_woocommerce div.quantity .minus:before{
content: "\f107";
font-family: 'FontAwesome';
}
.woocommerce div.quantity > span.qty-text,
.pp_woocommerce div.quantity > span.qty-text{
min-width:74px;
display:inline-block;
font-style:italic;
}
#add_payment_method .cart-collaterals .cart_totals table select, 
.woocommerce-cart .cart-collaterals .cart_totals table select, 
.woocommerce-checkout .cart-collaterals .cart_totals table select{
background-color:#ffffff;
}
.woocommerce ul#shipping_method{
margin:0;
}
.woocommerce ul#shipping_method li{
margin:0;
padding:3px 0 3px 0;
text-indent:0;
list-style:none;
position:relative;
overflow:hidden;
text-align:left; }
.woocommerce .woocommerce-shipping-calculator{
margin-top:4px;
}
.woocommerce ul#shipping_method li:last-child{
padding-bottom:0;
}
.woocommerce ul#shipping_method li input{
margin:0 8px 2px 0; float:left; }
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input{
margin:0;
text-align:left }
.woocommerce ul#shipping_method li label{
line-height:16px;
position:relative;
float:left; }
.woocommerce ul#shipping_method li .amount{
display:inline-block;
text-indent:0;
line-height:16px;
}
.order-total .amount{
font-size:20px;
line-height:24px;
}
.woocommerce #payment ul.payment_methods{
border:0;
padding:0 0 20px 0;
}
.payment_methods li{
list-style:none;
position:relative;
padding:0;
}
.payment_box > fieldset{
border:0;
}
.woocommerce #payment ul.payment_methods li label{
width:100%;
display:inline-block;
}
.woocommerce #payment ul.payment_methods > li > label{
text-indent:24px; }
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li{
text-align:left; } .shipping-calculator-form .form-row{
margin-bottom:10px !important;
}
.shipping-calculator-button:hover{
text-decoration:none;
}
.shipping-calculator-button{
line-height:20px;
}
.shipping-calculator-button:before{
font-family: 'FontAwesome';
margin-right:10px; content: "\f0d1";
display:inline-block;
}
.woocommerce-shipping-calculator .button{
margin-top:10px !important;
} .woocommerce-cart .wc-proceed-to-checkout{
padding:20px;;
}
.wc-proceed-to-checkout a.continue-shopping.button{
width:100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
margin-bottom:10px;
} .woocommerce .cross-sells,
.woocommerce .upsells,
.woocommerce .related{
max-width:100%;
width:100%;
padding:12px 0 0 0;
margin:20px 0;
display:block;
clear:both;
position:relative;
}
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2{
margin-bottom:34px;
line-height:36px !important;
text-transform:uppercase;
max-width:80%;
}
.upsells .products .product,
.cross-sells .products .product,
.related .products .product{
padding:0;
}
.upsells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product{
width:100% !important;
}
.woocommerce .cross-sells:after{
display:table;
content:"";
clear:both;
} .woocommerce div.wishlist_table td.product-add-to-cart a{
display:inline-block !important;
}
.woocommerce table.wishlist_table thead th{
border-top:0;
}
body table.compare-list tr.stock span:before,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
font-family: 'FontAwesome';
content: "\f05d";
margin-right:5px; }
body table.compare-list tr.stock span.out-of-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
content: "\f112";
}
.yith-wcwl-share h4.yith-wcwl-share-title{
display:inline-block;
float:left; margin:0;
margin-right:10px; position:relative;
top:12px;
}
.wishlist_table tfoot td{
border:0;
}
.yith-wcwl-share{
margin-bottom:45px;
}
.yith-wcwl-share ul{
display:inline-block;
float:left; }
body .yith-wcwl-share li, 
body .entry-content .yith-wcwl-share li{
margin-right:0;
}
.woocommerce table.wishlist_table tfoot tr th, 
.woocommerce table.wishlist_table tfoot tr td{
padding-top:10px !important;
padding-bottom:10px !important;
border-width:1px 0 0 0;
}
.woocommerce table.wishlist_table th.product-name{
text-align:left; }
td.product-add-to-cart,
td.product-add-to-cart a{
margin:0 !important;
float:none !important;
}
.woocommerce table.wishlist_table th.product-thumbnail,
.woocommerce table.wishlist_table th.product-name{
width:auto;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table .product-remove{
text-align:center;
}
.woocommerce table.wishlist_table .product-remove div{
display:inline-block;
}
.woocommerce table.wishlist_table.shop_table tfoot td:last-child{
padding:5px 20px; }
.yith-wcwl-share-title{
text-transform:uppercase;
}   div.pp_woocommerce .pp_content_container:after, 
div.pp_woocommerce .pp_content_container:before{
content:" ";
display: table;
}
body div.pp_woocommerce.pp_pic_holder.loaded .pp_content{
height:auto !important
}
body div.pp_overlay{
background:rgba(0,0,0,0.4)
}
div.pp_woocommerce .images > .thumbnails{
position:relative;
margin-top:20px;
}
.pp_woocommerce .view-details{
margin:10px 0 0 0;
position:relative;
text-transform:uppercase;
text-align:right }
.pp_woocommerce .view-details:after{
content: "\f105";
font-family: 'FontAwesome';
font-size:110%;
margin:0 0 0 10px; }    .title-big{
font-size:55px;
line-height:58px;
margin-bottom:25px;
padding:0;
}
.sub-title{
font-size:26px;
line-height:28px;
}
.ts-parallax-bg{
background-attachment: fixed;
background-size:cover;
-webkit-background-size:cover;
}
.ts-big-number{
font-size:30px;
line-height:30px;
}
.ts-menu-text ul{
margin:0 0 20px 0;
}
.widget-container .ts-menu-text ul li{
list-style:none;
line-height:18px;
margin:0 0 10px 0;
padding:0
}
.ts-menu-text h3,.ts-menu-text h4,.ts-menu-text h5{
margin-bottom:12px;
}
.ts-menu-text h3.no-child,
.ts-menu-text h4.no-child,
.ts-menu-text h5.no-child{
margin-bottom:20px;
}   .woocommerce-error a,
.woocommerce-info a, 
.woocommerce-message a, 
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-message a{
text-decoration:underline;
color:#666666;
}
.woocommerce-error a.button,
.woocommerce-info a.button, 
.woocommerce-message a.button, 
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button, 
.woocommerce .woocommerce-message a.button{
text-decoration:none;
}
.woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button{
clear:both;
float:right; padding:5px 10px;
margin:0 0 5px 5px; border-width:1px;
border-style:solid;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before{
top:50%;
margin-top:-10px;
background:none;
line-height:20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
font-style:normal;
position:absolute;
left:15px; font-size:14px;
background:none;
font-family: 'FontAwesome';
height:20px;
width:20px;
text-shadow:none;
padding:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
.vc_message_box{
border-width:1px;
border-style:solid;
padding:9px 15px 9px 40px !important; margin-bottom:30px !important;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
text-shadow:none;
max-width:1180px;
width:100%;
margin-left:auto;
margin-right:auto;
position:relative;
min-height:40px;
overflow:hidden;
position:relative;
z-index:9;
}
.vc_message_box-icon{
left:-5px }
.woocommerce-message:before,
.woocommerce .woocommerce-message:before{
content: "\f00c";
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before{
content: "\f05a";
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before{
content: "\f00d";
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button, 
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button{
margin-top:-8px;
top:8px;
position:relative;
}
.woocommerce-error li,
.woocommerce .woocommerce-error li, 
.woocommerce .woocommerce-info li, 
.woocommerce .woocommerce-message li{
padding:0;
} .alert{
border-width:0;
padding:16px 20px;
margin-bottom:20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
text-shadow:none;
}   .post-password-form p label input{
margin:5px 0;
}
.post-password-form p label{
display:inline-block;
float:left; }
.post-password-form > p input{
margin:23px 0 0 5px; }
.woocommerce-account .woocommerce-MyAccount-navigation{
width:200px;
float:left; position:relative;
padding:0 !important;
margin:0 0 0 0;
overflow:visible;
z-index:5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
list-style:none;
margin: 0 0 10px 0;
padding: 0;
width: 100%;
text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
text-decoration:none;
padding: 9px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content{
margin-bottom:0;
margin-left:199px; padding:0 0 0 30px; float:none;
width:auto;
-webkit-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
display:block;
min-height:400px
}
.woocommerce-Address address{
margin-bottom:20px;
}
.woocommerce-MyAccount-content html input#account_email{
max-width:100%;
}
.woocommerce-MyAccount-content > form{
display:inline-block;
}
.woocommerce-account article .woocommerce:after{
clear:both;
content:"";
display:table;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
margin:0;
padding:14px 20px;
position:relative;
z-index:1;
background:transparent;
float:none;
display:inline-block;
z-index:1;
border-width:1px;
border-style:solid;
display:inline-block;
width:100%;
}
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
margin-bottom:20px;
}
form.login p.lost_password{
margin-bottom:0;
margin-top:-30px;
}
p.order-info{
text-align:center
}
body .woocommerce table.my_account_orders td.order-actions,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-total,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce .woocommerce-order table.order_details .product-total,
.woocommerce .woocommerce-order table.order_details tfoot th,
.woocommerce .woocommerce-order table.order_details tfoot td,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table .product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table tfoot td{
text-align:right }
body .woocommerce table.my_account_orders td.order-number,
body .woocommerce table.my_account_orders th.order-number,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-name,
.woocommerce .woocommerce-order table.order_details .product-name,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table .product-name{
text-align:left }
.woocommerce-MyAccount-content .woocommerce-Addresses{
margin-top:20px;
display:inline-block;
width:100%;
}
.woocommerce div.address a.button{
margin-top:20px;
min-width:120px;
}
.woocommerce .edit-box-textfull .button{
margin-top:10px
}
.woocommerce .edit-box-textfull p.form-row{
width:100%;
float:none;
padding:0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row textarea{
max-width:100%;
} .woocommerce > form > fieldset{
border:0;margin:40px 0 0 0;
}
.woocommerce > form > fieldset legend{
text-transform:uppercase;
margin:0 0 20px 0;
} .track_order .form-row input[type="submit"]{
min-width:120px;
} .woocommerce ul.order_details li{
float:left; margin-right:20px; padding-right:20px; border-width:0 1px 0 0;
border-style:dashed;
}
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
float:left; }
.woocommerce-account .addresses address,
.woocommerce-customer-details .addresses address{
clear:both;
}
.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td{
border-width:1px 0 0 0;
border-style:solid;
padding-right:0; padding-left:20px; text-align:center !important;
}
.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child{
padding-right:20px;
padding-left:20px;
}
.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td{
border-width:0;
}   .list-posts article {
margin-bottom:67px;
padding:0;
position:relative;
}
.list-posts article.format-quote,
.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
overflow:hidden;
background:rgba(194,194,194,0.2);
padding:20px 30px;
}
.list-posts article.format-quote .entry-meta,
.ts-blogs-wrapper article.quote .entry-meta{
border-width:1px 0 0 0;
border-style:solid;
padding-top:10px;
}
.list-posts article.sticky{
padding:20px 20px 30px 20px;
background:rgba(136,136,136,0.05)
}
.list-posts{
margin-bottom:30px;
}
.list-posts article:after{
content:"";
display:table;
clear:both;
} .list-posts article.format-quote blockquote,
.ts-blogs-wrapper .blogs article.quote blockquote{
padding:0;
position:relative;
margin-top:10px;
display:inline-block;
padding:0;
} .list-posts .heading-title a:hover{
text-decoration:none
}
.list-posts article.format-gallery .thumbnail{
width:100%;
}
.list-posts article.format-gallery .thumbnail .owl-item{
opacity: 0
}
.list-posts article.format-gallery .thumbnail .owl-item.active{
opacity: 1;
}
article .thumbnail{
position:relative;
z-index:2;
}
article.thumbnail figure{
overflow:hidden;
}
.list-posts .entry-format figure > a,
.list-posts .entry-format figure > img,
.list-posts .entry-format .owl-item img,
.list-posts .entry-format figure{
opacity:1;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.list-posts .entry-format:hover figure > a > img,
.list-posts .entry-format:hover figure > img,
.list-posts .entry-format:hover .owl-item img{
opacity:0.5;
}
.list-posts .entry-format:hover figure{
background:#000000;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
line-height:0;
position:relative;
}
.list-posts .entry-format > a,
.ts-blogs .thumbnail-content > a{
display:inline-block;
width:100%;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
margin-bottom:16px;
}
.list-posts article.format-standard .entry-format > a,
.list-posts article.format-gallery .entry-format .thumbnail,
.ts-blogs .thumbnail-content > a,
.ts-blogs .thumbnail-content .thumbnail{
margin-bottom:0;
} .blog-list-style .list-posts .entry-format{
margin-bottom:0;
}
.blog-list-style .list-posts article .entry-format {
width:43%;
padding-right:20px; float:left; margin:0;
}
.blog-list-style .list-posts article .entry-content {
width:57%;
float:left; position:relative;
top:-8px;
}
.blog-list-style .list-posts article .entry-content.no-featured-image {
width:100%;
}
.blog-list-style .list-posts article.format-quote .entry-format,
.blog-list-style .list-posts article.format-quote .entry-content{
width:100%;
position:relative;
top:auto;
float:none; padding-right:0; padding-left:0; }
.list-posts article:not(.format-quote) .entry-meta,
article.single .entry-meta,
.ts-blogs article:not(.quote) .entry-meta{
padding:7px 0 5px 0;
border-width:1px 0 1px 0;
border-style:solid;
margin-bottom:26px;
position:relative;
line-height:26px;
}
.list-posts article:not(.format-quote) .entry-meta.has-datetime,
article.single .entry-meta.has-datetime,
.ts-blogs article:not(.quote) .entry-meta.has-datetime{
padding-left:75px; margin-top:20px;
min-height:42px;
}
.blog-list-style .list-posts article .entry-summary{
margin-bottom:14px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time{
display:inline-block;
padding:6px 2px;
text-align:center;
width:60px;
height:62px;
position:absolute;
left:0; bottom:-1px;
line-height:0;
}
.list-posts .format-quote .entry-meta .date-time,
.ts-blogs-wrapper .blogs article.quote .entry-meta .date-time{
display:inline-block;
float:left; }
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child{
font-size:26px;
line-height:30px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time > span:last-child,
article.single .entry-meta .date-time > span:last-child,
.ts-blogs .entry-meta .date-time > span:last-child{
font-size:14px;
line-height:20px;
text-transform:uppercase;
}
.list-posts article:not(.format-quote) .entry-meta:after,
article.single .entry-meta:after,
.ts-blogs .entry-meta:after{
display:table;
content:"";
clear:both;
}
.list-posts .entry-title,
article.single .entry-title,
.ts-blogs .entry-title{
margin-bottom:20px;
}
.list-posts article .entry-meta > span,
article.single .entry-meta > span,
.ts-blogs .entry-meta > span{
float:left; position:relative;
margin-right:15px; }
.list-posts article .entry-meta > span.author,
article.single .entry-meta > span.author,
.ts-blogs .entry-meta > span.author{
margin:0;
padding:0;
float:right; font-style:italic;
}
.list-posts article .entry-meta > span i,
.ts-blogs .entry-meta span i,
article.single-post .entry-meta span i{
font-size:24px;
line-height:14px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
line-height:26px;
}
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a,
.ts-blogs .entry-meta > span.author a{
display:inline-block;
}
.list-posts .short-content{
margin:0 0 0 0;
display:inline-block;
width:100%;
}
.list-posts .entry-bottom{
overflow:hidden;
}
.list-posts .button.button-readmore,
.ts-blogs .button.button-readmore{
min-width:120px;
margin-top:25px;
float:left; margin-bottom:1px;
}
.list-posts .entry-bottom .cats-link {
display:inline-block;
margin-top:30px;
float:right; max-width:80%;
}
article .tags-link a:hover,
article .cats-link a:hover{
text-decoration:none
}
article.single-post .entry-format{
line-height:0;
}
article.single-post .entry-content{
margin-top:20px;
display:inline-block;
width:100%;
}
article.single-post .entry-content.no-thumbnail{
margin-top:0;
}  .single-post .entry-format .thumbnail {
width:54%;
float:left; padding-right:25px; }
.entry-content.no-image h1.blog-title{
width:100%;
display:inline-block;
}
.entry-content h1.blog-title{
margin-bottom:15px;
}
.single-post .entry-format > *{
display:inline-block;
line-height:0;
width:100%;
} .single-post div.gallery:after{
clear:both;
}
.single-post div.gallery{
margin:0 -10px;
}
.single-post div.gallery .gallery-caption{
margin:10px 0 0 0;
padding:0;
}
.single-post div.gallery .gallery-item{
float:left; margin:0 0 10px 0;
padding:10px;
}
.single-post .gallery-columns-2 .gallery-item{
width:50%;
}
.single-post .gallery-columns-3 .gallery-item{
width:33.33%;
}
.single-post .gallery-columns-4 .gallery-item{
width:25%;
}
.single-post .gallery-columns-5 .gallery-item{
width:20%;
}
.single-post .gallery-columns-6 .gallery-item{
width:33.33%;
}
.single-post .gallery-columns-7 .gallery-item{
width:14.28%
}
.single-post .gallery-columns-8 .gallery-item{
width:12.5
} .content-blockquote{
margin:30px;
}
.single .gallery{
display:inline-block;
max-width:100%;
width:100%;
} body .single-post .single-navigation{
position:relative;
overflow:hidden;
margin-top:15px;
clear:both;
display:inline-block;
width:100%;
text-align:center;
}
body .single-post .single-navigation a{
margin:2px;
}
body .single-post .single-navigation > a{
height:auto !important;
width:auto !important;
}
.single-navigation {
position:absolute;
left:auto;
right:0; top:0;
content:"";
z-index:997;
}
.single-navigation:hover{
z-index:100000;
}
.single-navigation > a{
position:relative;
z-index:4;
display:inline-block;
transition:all 100ms ease-in-out 0s;
-webkit-transition:all 100ms ease-in-out 0s;
-moz-transition:all 100ms ease-in-out 0s;
}
.single-navigation > a:hover,
.single-navigation > div > a:hover{
text-decoration:none
} div.product .single-navigation{
margin-left:-2px;
margin-right:-2px;
}
div.product .single-navigation,
div.product .single-navigation > div{
display: inline-block;
float:left; }
div.product .single-navigation > div{
padding-left:2px;
padding-right:2px;
}
div.product .single-navigation > div >  a{
position:relative;
width:30px !important;
height:30px !important;
border-width:1px;
border-style:solid;
z-index:4;
line-height:0;
display:inline-block;
font-size:0;
text-align:center;
transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
div.product .single-navigation > div > a:before{
line-height:28px;
font-family:'Pe-icon-7-stroke';
font-size:30px;
font-weight:normal; }
div.product .single-navigation > div > a[rel="next"]:before{
content:"\e684"; }
div.product .single-navigation > div > a[rel="prev"]:before{
content:"\e686"; }
.single-navigation > div .product-info{
padding-bottom:11px;
position:absolute;
bottom:100%;
width:240px;
right:2px ; content:"";
display:none;
text-align:left; }
.single-navigation > div .product-info:after{
display:table;
clear:both;
content:"";
}
.single-navigation > div .product-info:before{
border-width:1px;
border-style:solid;
content:"";
position:absolute;
left:-1px;
right:-1px;
bottom:9px;
top:-1px;
z-index:-1;
}
.single-navigation > div .product-info > div > span{
display:inline-block;
width:100%;
font-size:14px !important;
}
.single-navigation .product-info > div > span.price{
margin-bottom:6px;
margin-left:-2px;
margin-right:-2px;
}
div.product .single-navigation .price .amount{
padding-left:2px;
padding-right:2px;
}
div.product .single-navigation .price del{
margin-bottom:0 !important;
}
div.product .single-navigation .price del .amount{
font-size:90%;
line-height:90%;
}
.single-navigation .product-info > div > span:first-child{
margin-bottom:5px;
}
.single-navigation .product-info div{
padding:5px 0 0 0;
}
.single-navigation .product-info img{
width:32%;
float:left; padding:5px
}
.single-navigation .product-info > div{
padding:5px 10px 0 10px;
margin-left:32%; }
.single-navigation > div:hover .product-info{
display:block;
} .wd-edit-link {
margin-top:-30px;
float:right;
display:inline-block;
}
.single article.single{
position:relative
}
.single article .tags-link > span:first-child,
.single article .cats-link > span:first-child,
.list-posts article .cats-link > span:first-child{
position:relative;
bottom:0;
}
article .cats-link a{
margin:2px 2px 2px 0; padding:0;
display:inline-block;
}
article .tags-link a{
padding:2px 8px 2px 10px; height:26px;
line-height:22px;
display:inline-block;
background:#f2f2f2;
position:relative;
font-size:12px;
margin:2px 16px 2px 0; }
article .tags-link a:before{
position:absolute;
content:"";
width:0;
height:0;
border-top: 13px solid transparent;
border-right: 16px solid #f2f2f2;
border-bottom: 13px solid transparent;
left:-16px; top:0;
}
article .tags-link a:after{
width:4px;
height:4px;
position:absolute;
content:"";
top:50%;
margin-top:-2px;
left:-3px; border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
} article.single .social-sharing{
display:inline-block;
float:right; margin:0;
position:relative;
top:1px;
}
article.single .ts-social-sharing ul,
.summary .ts-social-sharing ul,
.images-thumbnails .ts-social-sharing ul{
display:inline-block;
margin:0;
}
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title{
text-transform:uppercase;
}
article.single .ts-social-sharing li a,
.summary .ts-social-sharing li a{
color:#fff;
width:40px;
}
article.single .ts-social-sharing li a i,
.summary .ts-social-sharing li a i{
line-height:40px;
}
article.single .ts-social-sharing li:hover a,
.summary .ts-social-sharing li:hover a{
color:#fff !important;
}
article.single .ts-social-sharing li.facebook:hover a,
.summary .ts-social-sharing li.facebook:hover a{
background-color:#3B5998;
}
article.single .ts-social-sharing li.twitter:hover a,
.summary .ts-social-sharing li.twitter:hover a{
background-color:#2CAAE1;
}
article.single .ts-social-sharing li.google-plus:hover a,
.summary .ts-social-sharing li.google-plus:hover a{
background-color:#DD4B39;
}
article.single .ts-social-sharing li.flickr:hover a,
.summary .ts-social-sharing li.flickr:hover a{
background-color:#E30761;
}
article.single .ts-social-sharing li.vimeo:hover a,
.summary .ts-social-sharing li.vimeo:hover a{
background-color:#17B3E8;
}
article.single .ts-social-sharing li.mailchimp:hover a,
.summary .ts-social-sharing li.mailchimp:hover a{
background-color:#176DBA;
}
article.single .ts-social-sharing li.youtube:hover a,
.summary .ts-social-sharing li.youtube:hover a{
background-color:#CC181E;
}
article.single .ts-social-sharing li.viber:hover a,
.summary .ts-social-sharing li.viber:hover a{
background-color:#7C529E;
}
article.single .ts-social-sharing li.skype:hover a,
.summary .ts-social-sharing li.skype:hover a{
background-color:#009EE5;
}
article.single .ts-social-sharing li.instagram:hover a,
.summary .ts-social-sharing li.instagram:hover a{
background-color:#125688;
}
article.single .ts-social-sharing li.linkedin:hover a,
.summary .ts-social-sharing li.linkedin:hover a{
background-color:#0177B5;
}
article.single .ts-social-sharing li.pinterest:hover a,
.summary .ts-social-sharing li.pinterest:hover a{
background-color:#cb2027;
}
article.single .ts-social-sharing li.reddit:hover a,
.summary .ts-social-sharing li.reddit:hover a{
background-color:#516AE8;
}
article.single .ts-social-sharing li.facebook a,
.summary .ts-social-sharing li.facebook a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.twitter a,
.summary .ts-social-sharing li.twitter a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.google-plus a,
.summary .ts-social-sharing li.google-plus a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.flickr a,
.summary .ts-social-sharing li.flickr a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.vimeo a,
.summary .ts-social-sharing li.vimeo a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.mailchimp a,
.summary .ts-social-sharing li.mailchimp a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.youtube a,
.summary .ts-social-sharing li.youtube a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.viber a,
.summary .ts-social-sharing li.viber a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.skype a,
.summary .ts-social-sharing li.skype a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.instagram a,
.summary .ts-social-sharing li.instagram a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.linkedin a,
.summary .ts-social-sharing li.linkedin a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.pinterest a,
.summary .ts-social-sharing li.pinterest a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.reddit a,
.summary .ts-social-sharing li.reddit a{
background-color:#f2f2f2;
color:#000000;	
} .ts-social-sharing li .social-tooltip{
color:#ffffff;
}
.ts-social-sharing li.facebook .social-tooltip{
background-color:#3B5998;
}
.ts-social-sharing li.twitter .social-tooltip{
background-color:#2CAAE1;
}
.ts-social-sharing li.google-plus .social-tooltip{
background-color:#DD4B39;
}
.ts-social-sharing li.flickr .social-tooltip{
background-color:#E30761;
}
.ts-social-sharing li.vimeo .social-tooltip{
background-color:#17B3E8;
}
.ts-social-sharing li.mailchimp .social-tooltip{
background-color:#176DBA;
}
.ts-social-sharing li.youtube .social-tooltip{
background-color:#CC181E;
}
.ts-social-sharing li.viber .social-tooltip{
background-color:#7C529E;
}
.ts-social-sharing li.skype .social-tooltip{
background-color:#009EE5;
}
.ts-social-sharing li.instagram .social-tooltip{
background-color:#125688;
}
.ts-social-sharing li.linkedin .social-tooltip{
background-color:#0177B5;
}
.ts-social-sharing li.pinterest .social-tooltip{
background-color:#cb2027;
}
.ts-social-sharing li.reddit .social-tooltip{
background-color:#516AE8;
}
.ts-social-sharing li.facebook .ts-tooltip:before{
color:#3B5998;
}
.ts-social-sharing li.twitter .ts-tooltip:before{
color:#2CAAE1;
}
.ts-social-sharing li.google-plus .ts-tooltip:before{
color:#DD4B39;
}
.ts-social-sharing li.flickr .ts-tooltip:before{
color:#E30761;
}
.ts-social-sharing li.vimeo .ts-tooltip:before{
color:#17B3E8;
}
.ts-social-sharing li.mailchimp .ts-tooltip:before{
color:#176DBA;
}
.ts-social-sharing li.youtube .ts-tooltip:before{
color:#CC181E;
}
.ts-social-sharing li.viber .ts-tooltip:before{
color:#7C529E;
}
.ts-social-sharing li.skype .ts-tooltip:before{
color:#009EE5;
}
.ts-social-sharing li.instagram .ts-tooltip:before{
color:#125688;
}
.ts-social-sharing li.linkedin .ts-tooltip:before{
color:#0177B5;
}
.ts-social-sharing li.pinterest .ts-tooltip:before{
color:#cb2027;
}
.ts-social-sharing li.reddit .ts-tooltip:before{
color:#516AE8;
}
article.single .cats-link{
display:inline-block;
padding:8px 0;
float:left; }
article.single .meta-bottom-wrapper{
margin:40px 0 0 0;
}
article.single .meta-bottom-1,
article.single .meta-bottom-2{
clear:both;
padding:5px 0;
position:relative;
border-width:1px 0 0 0;
border-style:solid;
}
article.single .meta-bottom-2{
padding:18px 0 18px 18px; }
article.single .meta-bottom-1:after,
article.single .meta-bottom-2:after{
display:table;
content:"";
clear:both;
} .entry-author {
display:table;
table-layout:fixed;
width:100%;
padding:28px 0;
border-width:1px 0 1px 0;
border-style:solid;
clear:both;
}
.entry-author > *{
display:table-cell;
vertical-align:middle;
}
.entry-author .author-avatar{
width:150px;
overflow:hidden;
vertical-align:top;
padding-right:20px }
.entry-author .author-avatar img{
width:100%;
}
.entry-author .author-info .author{
text-transform:uppercase;
margin-right:10px; }
.entry-author .author-info .author:after{
margin-left:10px; content:"/";
}
.entry-author .author-info p{
margin:10px 0 0 0;
}
.entry-author .author-info .role{
text-transform:uppercase;
} .blogs{
clear:both;
margin:0;
}
.blogs .thumbnail{
position:relative;
z-index:2;
width:100%;
overflow:hidden;
margin-bottom:15px;
}
.thumbnail-content{
position:relative;
line-height:0;
}
.quote .thumbnail-content{
min-height:0;
}
.blogs article .excerpt{
display:inline-block;
width:100%;
}
span.author a:hover{
text-decoration:underline;
}
.entry-meta:after{
display:table;
clear:both;
content:"";
}
.entry-meta span i{
margin-right:5px; position:relative;
top:5px;
}
.ts-blogs-widget-wrapper .entry-meta span i{
top:2px;
} .blogs article .thumbnail .owl-item:hover > img{
opacity:0.8;
}
.blogs article .effect-thumbnail,
.blogs article a.gallery figure .owl-item:before{
position:absolute;
content:"";
left:0;right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0.5);
opacity:0;
transition:opacity 0.4s ease-in-out 0s;
-webkit-transition:opacity 0.4s ease-in-out 0s;
-moz-transition:opacity 0.4s ease-in-out 0s;
z-index:2;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
overflow:hidden;
}
.blogs article a.gallery .owl-item{
position:relative;
}
.blogs article .effect-thumbnail:before,
.blogs article a.gallery .owl-item:after{
content: "";
width:32px;
height:26px;
position:absolute;
top:50%;
left:50%;
margin-top:-13px;
margin-left:-16px;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) 0 -150px no-repeat;
z-index:3;
transform:scale(0,0);
-webkit-transform:scale(0,1);
-moz-transform:scale(0,1);
-ms-transform:scale(0,1);
transition:transform 400ms ease-in-out 0s;
-webkit-transition:-webkit-transform 400ms ease-in-out 0s;
-moz-transition:transform 400ms ease-in-out 0s;
}
.blogs a.thumbnail.gallery figure .owl-item{
background:rgba(63,63,63,1);
}
.blogs article a.gallery .owl-item:after{
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/image.png) -39px -150px no-repeat;
}
.blogs article a:hover .effect-thumbnail,
.blogs article a.gallery figure.owl-carousel .owl-item:hover:before{
opacity:1;
}
.blogs article a:hover .effect-thumbnail:before,
.blogs article a.gallery .owl-item:hover:after{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
}
.blogs article a.gallery .effect-thumbnail{
display:none;
}  .single-portfolio .ts-portfolio-wrapper{
padding-top:40px;
margin-bottom:50px;
}
.single-portfolio .thumbnails{
width:62%;
float:left; overflow:hidden;
padding-right:30px; }
.single-portfolio .thumbnails a{
float:left; display:inline-block;
max-width:100%;
}
.single-portfolio .thumbnails img{
display:inline-block;
}
.single-portfolio .thumbnails a:nth-child(3n -1),
.single-portfolio .thumbnails a:nth-child(3n){
width:50%;
}
article.single-portfolio .entry-content{
width:38%;
float:left; }
.single-portfolio .meta-content{
display:inline-block;
width:100%;
}
.single-portfolio .meta-content{
padding-top:24px;
margin-top:10px;
border-width:1px 0 0 0;
border-style:solid;
}
.cat-links a:hover,
.tag-links a:hover{
text-decoration:none;
}
.portfolio-info p{
margin-bottom:0;
text-transform:uppercase;
}
.portfolio-info{
display:inline-block;
width:100%;
margin-top:16px;
}
.meta-content .portfolio-info:first-child{
border:0 !important;
margin:0;
}
.single-portfolio .portfolio-like{
float:left; padding:9px 0 9px 50px; position:relative;
height:40px;
}
.single-portfolio .ic-like.loading:after {
background-image: url(//www.nethoster.com.au/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
content: "";
background-repeat: no-repeat;
left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
background-position: center;
}
.single-portfolio .ic-like{
position:absolute;
top:2px;
left:0; width:40px;
height:40px;
line-height:38px;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
display:inline-block;
text-align:center;
cursor:pointer;
border-width:1px;
border-style:solid;
transition: all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
}
.single-portfolio .ic-like:before{
content: "\e642";
font-family:'Pe-icon-7-stroke';
font-size:24px;
position:relative;
top:1px;
}
.single-portfolio .ic-like.already-like:before{
content: "\f004";
font-size:21px;
font-family: 'FontAwesome';
} .single-portfolio .social-sharing{
float:left; margin-bottom:5px;
}
.group-button-social-like{
position:relative;
margin:20px 0 0 0;
display:inline-block;
width:100%;
}
.single-portfolio .social-sharing:after{
display:table;
clear:both;
content:"";
}
.single-portfolio .ts-social-sharing{
float:left; padding:0 0 0 0;
margin:0 0 0 0; width:auto !important;
}
.single-portfolio .ts-social-sharing > span{
display:none;
}
.single-portfolio .ts-social-sharing ul{
margin:0;
} body .single-portfolio .single-navigation{
text-align:left; }
body .single-portfolio .single-navigation a{
float:left; }
body .single-portfolio .single-navigation a[rel="next"]{
float:right; }
.related-portfolio{
padding-top:60px;
clear:both;
margin-top:0;
}    .cloud-zoom-lens {
border-width: 1px;
border-style:solid;
margin:0; background-color:#fff;
cursor:move;
} .cloud-zoom-title {
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;
font-size:12px;
letter-spacing:0.6px;
top:0px;
} .cloud-zoom-wrap {
top:0;
z-index:997;
position:relative;
} .cloud-zoom-big {
border-width: 1px;
border-style:solid;
overflow:hidden;
margin:4px 0 0 0;
background-color:#fff;
} .cloud-zoom-loading {
color:white;
background:#222;
padding:3px;
text-transform:uppercase;
}    body .div#main{
min-height:0;
}
body.error404 article{
text-align:center;
padding-bottom:30px;
}
body.error404 .icon-404 i{
font-size:72px;
line-height:70px;
}
body.error404 article h1{
font-size:200px;
line-height:220px;
margin-bottom:8px;
}
body.error404 article h2{
font-size:30px;
line-height:34px;
text-transform:uppercase;
}
body.error404 article p{
margin-bottom:0;
}
body.error404 #main > .fullwidth-template{
padding:80px 25px;
}
body.error404 article form[role="search"]{
max-width:600px;
position:relative;
margin-top:40px;
}
body.error404 article .search-field input{
width:100%;
max-width:100%;
}
body.error404 article .search-field input[type="text"]{
padding-right:40px; width:100%;
padding-top:15px;
padding-bottom:15px;
}
body.error404 article .search-table{
max-width:600px;
position:relative;
margin-top:40px;
margin-left:auto;
margin-right:auto;
}
body.error404 article .search-table .search-button input[type="submit"]{
background-image:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-search.png) !important; background-position:center !important;
font-size:0 !important;
padding:0 !important;
width:40px;
height:40px;
position:absolute;
right:5px; top:5px;
z-index:3;
content:"";
border:0 !important;
background-color:transparent !important;
opacity:0.7;
}
body.error404 article .search-table .search-button input[type="submit"]:hover{
opacity:1;
}    #bbpress-forums .status-category > li > .bbp-forums-list > li a,
#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums #bbp-user-navigation,
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums div.bbp-topic-tags{
font-size:14px;
line-height:24px;
}
#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-forum-info, 
#bbpress-forums ul.bbp-topics .bbp-body .bbp-forum-info, 
#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-info, 
#bbpress-forums ul.bbp-replies .bbp-body .bbp-forum-info, 
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-info{
font-size:14px;
line-height:24px;
}
.type-topic .bbp-topic-title > a,
#favorite-toggle a, 
#subscription-toggle a{
font-size:14px;
line-height:24px;
} #bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header,
#bbpress-forums .bbp-header #favorite-toggle a:hover,
#bbpress-forums .bbp-header #subscription-toggle a:hover,
#bbpress-forums .bbp-header div.bbp-topic-content a, 
#bbpress-forums .bbp-header div.bbp-reply-content a{
color:#ffffff;
}
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header, 
#bbpress-forums ul.bbp-search-results .bbp-header{
letter-spacing:0.5px;
text-shadow:none;
text-transform:uppercase;
border:0;
}
#bbpress-forums ul.bbp-lead-topic .bbp-header li, 
#bbpress-forums ul.bbp-topics .bbp-header li, 
#bbpress-forums ul.bbp-forums .bbp-header li, 
#bbpress-forums ul.bbp-replies > .bbp-header li, 
#bbpress-forums ul.bbp-search-results .bbp-header li{
padding:0;
line-height:24px;
}
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums .status-category > li.bbp-forum-info > .bbp-forum-title,
#bbpress-forums #bbp-user-navigation ,
#bbpress-forums .type-forum .bbp-forum-title{
text-transform:uppercase;
font-size:95%;
} body #bbpress-forums fieldset.bbp-form input,
body #bbpress-forums fieldset.bbp-form select,
body #bbpress-forums fieldset.bbp-form textarea{
max-width:100%;
}
body li.bbp-forum-info, 
body li.bbp-topic-title{
float:left; text-align:left }
#bbpress-forums{
margin-top:0;
margin-bottom:30px;
}
#bbpress-forums div.even, 
#bbpress-forums ul.even{
background:transparent;
}
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic{
padding:19px 20px;
}
#bbpress-forums li.bbp-body ul.forum > li, 
#bbpress-forums li.bbp-body ul.topic > li{
padding:0;
}
#bbpress-forums li.bbp-footer{
padding:10px 20px;
}
#bbpress-forums > ul{
margin-top:20px;
}
#bbpress-forums div.bbp-topic-content a:hover, 
#bbpress-forums div.bbp-reply-content a:hover{
text-decoration:none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
max-width:100%;
border-width:1px;
border-style:solid;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{
border:0;
background:transparent;
}
#bbpress-forums .status-category > li > .bbp-forums-list{
margin: 0;
padding-left: 0;
border-left: 0
}
#bbpress-forums .status-category > li > .bbp-forums-list > li{
display:block;
margin-top:5px;
font-size:0;
padding:0;
}
#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header{
background:rgba(155,155,155,0.1);
border-width:1px 0 1px 0;
border-style:solid;
}
#bbpress-forums li.bbp-footer{
background:rgba(0,0,0,0.06);
}
#bbpress-forums li.bbp-header{
padding-top:14px;
padding-bottom:14px;
}
#bbpress-forums div.odd, 
#bbpress-forums ul.odd{
background:transparent;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{
margin:0 0 -1px 0;
padding:0;
position:relative;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
padding:8px 2px;
display:inline-block;
width:100%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:hover{
z-index:1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child{
margin:0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
background:transparent;
border-width:1px;
border-style:solid;
text-transform:normal;
text-align:center;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
opacity:1;
}
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums .widget_display_replies img.avatar{
border:0;
position:relative;
bottom:-3px;
}
li.bbp-forum-freshness a:hover, 
li.bbp-topic-freshness a:hover{
text-decoration:none;
}
.type-forum .bbp-forum-title:hover,
.type-topic .bbp-topic-title a:hover,
#bbpress-forums ul.bbp-replies > .bbp-header a:hover{
text-decoration:none;
}
li.bbp-body{
padding:0;
}
a.bbp-forum-link:hover,
.status-category > .bbp-forum-info > a.bbp-forum-title:hover{
text-decoration:none;
}
div.bbp-template-notice, 
div.indicator-hint{
border-radius:0;
-webkit-border-radius:0;
}
#bbpress-forums fieldset.bbp-form label{
font-size:85%;
}
#bbpress-forums input[type="checkbox"]{
position:relative;
top:2px;
}
#bbpress-forums > #subscription-toggle,
#bbpress-forums > #favorite-toggle{
float:right; margin-top:10px;
text-transform:uppercase;
}
#favorite-toggle a:hover,
#subscription-toggle a:hover{
text-decoration:none;
}
#bbpress-forums .bbp-header #favorite-toggle a:hover,
#bbpress-forums .bbp-header #subscription-toggle a:hover{
opacity:0.8;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author{
float:left; }
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content{
text-align:left }
#bbpress-forums div.bbp-forum-content, 
#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content{
text-align:left; }
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
float:left; } div.bbp-submit-wrapper{
float:left; margin-bottom:20px;
}
div.bbp-submit-wrapper .button{
min-width:120px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name{
margin-top:5px;
}
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content{
margin-left:130px; }
#bbpress-forums div.bbp-forum-content, 
#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content{
margin-left:120px }
#bbpress-forums li.bbp-header .bbp-search-author, 
#bbpress-forums li.bbp-footer .bbp-search-author, 
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author{
width:120px;
}
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
width:120px;
}
div.bbp-forum-header, 
div.bbp-topic-header,
div.bbp-reply-header, 
li.bbp-body div.hentry{
padding:8px 20px;
} #bbpress-forums div.bbp-forum-title h3, 
#bbpress-forums div.bbp-topic-title h3, 
#bbpress-forums div.bbp-reply-title h3{
}
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
clear: none;
line-height: 1em;
margin: 10px 0 20px 0;
padding: 0;
} #bbpress-forums #bbp-single-user-details{
float:left; }
#bbpress-forums #bbp-user-wrapper{
margin:20px 0;
}
#bbpress-forums #bbp-your-profile fieldset label[for]{
width:100%;
text-align:left }
#bbpress-forums #bbp-your-profile fieldset fieldset.password{
width:100%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar,
#bbpress-forums #bbp-single-user-details{
width:180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
width:180px;
height:auto;
}
#bbpress-forums #bbp-user-body{
margin-left:200px }
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h2:first-child{
margin-top:0;
}
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h2,
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h3 {
margin-top:30px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input{
float:left; clear:both;
}
#bbpress-forums #bbp-your-profile fieldset span.description{
float:left; clear:both;
}
body #bbp-your-profile input[type="search"], 
body #bbp-your-profile input[type="text"],
body #bbp-your-profile input[type="password"], 
body #bbp-your-profile input[type="date"], 
body #bbp-your-profile input[type="number"],
body #bbp-your-profile input[type="email"], 
body #bbp-your-profile select, 
body #bbp-your-profile textarea{
max-width:500px;
}
#bbp-your-profile .ts-meta-box-field input[type="text"]{
max-width:100%;
margin-bottom:10px;
}
#bbp-your-profile .form-table th{
width:30%;
}
#bbp-your-profile table th,
#bbp-your-profile table tr:nth-child(2n+1){
background:transparent;
}
#bbpress-forums #bbp-your-profile fieldset.submit{
border-width:0 1px 1px 1px;
border-style:solid;
margin-top:-10px;
} #bbpress-forums div.bbp-topic-tags{
float:left; width:100%;
}
#bbpress-forums div.bbp-topic-tags p{
margin-bottom:0;
}
div.bbp-topic-tags{
display:inline-block;
float:left; margin:0 0 15px 0;
}
div.bbp-topic-tags a:hover,
.bbp-meta .bbp-topic-permalink:hover,
.bbp-topic-title-meta a:hover,
.bbp-reply-author a.bbp-author-name:hover{
text-decoration:none;
}
#bbpress-forums div.bbp-search-form{
display:inline-block;
width:100%;
}
div.bbp-breadcrumb{
display:none !important;
} #bbpress-forums #bbp-search-form{
float:right;
clear:both;
margin:0 0 15px 0;
display:inline-block
}
.bbp-search-form form{
position:relative;
}
#bbpress-forums #bbp-search-form #bbp_search{
padding-right:33px; width:100%;
max-width:100%;
}
.bbp-search-form input[type="submit"]{
position:absolute;
right:15px; min-width:0;
top:0;
content:"";
font-size:0;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/icon-search.png) no-repeat 0 -2px !important; opacity:0.8;
z-index:2;
border:0 !important;
padding:0 !important;
width:30px;
height:30px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.bbp-search-form input[type="submit"]:hover{
opacity:1;
}   @media only screen and (min-width: 992px){
.header-v1 .my-account-wrapper .dropdown-container:before,
.header-v1 #lang_sel_click ul ul:before,
.header-v1 .header-currency ul:before,
body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
top:6px;
}
.group-meta-header{
display:block !important;
}
}
@media only screen and (min-width: 1500px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
max-width:100%;
}
.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:120%;
margin-left:-10%;
margin-right:-10%;
} .ts-banner header .big-number{
font-size:60px;
line-height:46px;
}
}
@media only screen and (min-width: 1600px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:116%;
margin-left:-6%;
margin-right:-6%;
}
}
@media only screen and (min-width: 1700px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
max-width:70%;
}
.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:110%;
margin-left:-4%;
margin-right:-4%;
}
}
@media only screen and (min-width: 1800px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:100%;
margin-left:0;
margin-right:0;
}
}
@media only screen and (min-width: 1229px){ header.top-header-transparent .header-top a:not(.button), 
header.top-header-transparent .header-top{
color:#ffffff;
}
header.top-header-transparent .header-v3 .header-top{
border-width:0;
} .is-sticky .header-v1 > .container{
min-height:0;
}
.display-vertical-menu .is-sticky .vertical-menu-wrapper .vertical-menu{
display:none;
-webkit-animation:none;
-moz-animation:none;
animation:none;
}
.display-vertical-menu .is-sticky .vertical-menu-wrapper:hover .vertical-menu{
display:block;
-webkit-animation-duration: 340ms;
-moz-animation-duration: 340ms;
animation-duration: 340ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_vertial_categories;
-moz-animation-name: animation_vertial_categories;
animation-name: animation_vertial_categories;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}  .is-sticky .header-v1 .menu-wrapper nav > ul.menu > li > a{
padding-top:10px;
padding-bottom:10px;
}
.is-sticky .header-v1 .top-right,
.is-sticky .header-v1 .header-bottom{
display:none;
}
.header-sticky{
position:relative;
z-index:99993;
width:100%;
}
.header-v1.header-sticky,
.header-v2 .header-sticky,
.header-v6 .header-sticky,
.header-v5 .header-sticky,
.header-v7 .header-sticky{
z-index:99991;
}
.sticky-wrapper.is-sticky .logo img.normal-logo{
display:none;
height:97px;
}
.sticky-wrapper.is-sticky .logo img.sticky-logo{
display:block;
}
.sticky-wrapper.is-sticky .visible-sticky{
display:inline-block !important
}
.sticky-wrapper.is-sticky .hidden-sticky{
display:none !important
}
.sticky-wrapper.is-sticky .logo-sticky{
display:inline-block !important;
opacity:1;
width:auto;height:auto;
padding:10px 0;
line-height:0;
position:relative;
}
header .sticky-wrapper.is-sticky .header-sticky.header-sticky-hide{       }
header .sticky-wrapper.is-sticky .header-sticky{                  }
header .sticky-wrapper.is-sticky .header-sticky:after{
position:absolute;
left:0;
right:0;
bottom:-19px;
content:"";
height:20px;
background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/shadow-header.png) top left repeat;
}
header .header-v4 .sticky-wrapper.is-sticky .header-sticky:after,
header .header-v6 .sticky-wrapper.is-sticky .header-sticky:after{
bottom:-20px;
} @-webkit-keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} @-moz-keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} @keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} .woocommerce .product .thumbnail-wrapper figure img:first-child{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
transition: opacity 250ms ease-in-out 0s;
-moz-transition:opacity 250ms ease-in-out 0s;
-webkit-transition:opacity 250ms ease-in-out 0s;
}
.woocommerce .product figure.has-back-image img:last-child{
position:absolute;right:0;left:0;top:0;
width:100%;
transition: opacity 250ms ease-in-out 0s;
-moz-transition:opacity 250ms ease-in-out 0s;
-webkit-transition:opacity 250ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
opacity:0
}
.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
opacity:1;
top:0;
}
.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
opacity:0;
} .woocommerce .products.list .product .short-description{
margin-bottom:20px;
}
.woocommerce .products.list .product h3.product-name > a{
font-size:18px;
line-height:24px;
}
.woocommerce .products.list .product .product-categories{
margin-bottom:6px;
}
.woocommerce .products.list .product h3.product-name{
margin-bottom:10px;
}
.woocommerce .products.list .star-rating{
margin-bottom:24px;
}
.woocommerce .products.list .product .price{
margin-bottom:24px;
}  .big-counter .counter-wrapper > div{
width:60px;
margin:0 2px;
padding:11px 2px 10px 2px;
}
.big-counter .counter-wrapper .number{
font-size:120%;
}
.ts-product-deals-slider-wrapper.nav-middle.big-counter .owl-nav > div{
top:34%;
} .entry-format .sharing-title{
color:#fff !important;
}
.entry-format .ts-social-sharing li a{
color:#fff;
border-color:#fff;
background:transparent;
} .h2-big{
font-size:60px;
line-height:60px;
}
.ts-group-button-coming{
padding-bottom:90px;
}
}
@media only screen and (min-width: 767px){ .vetical-slideshow .rev_slider_wrapper,
.vetical-slideshow .rev_slider{
height:510px !important;
}
}
@media only screen and (max-width: 1500px){
.ts-header-intro .ts-countdown .counter-wrapper > div{
width:120px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:70%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:36px;
line-height:42px;
}
}
@media only screen and (max-width: 1229px){ .box-boxshadow{
padding:40px 20px 0 20px;
margin-top:-50px;
}
.product-category-top-content{
padding:0;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:20px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:15px 20px 25px 20px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
height:auto;
} .rev-btn{
padding:10px 20px !important;
}
.ts-header{
position:relative;
z-index:999;
} .shopping-cart-wrapper .cart-icon{
top:4px;
}
.hidden-button-product .meta-wrapper .button-in,
.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:none !important;
} .shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v6 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
display:none !important;
} .header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:30px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 55px; }
.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:8px 20px 8px 50px; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:10px }
.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
margin-bottom:8px;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:82px;
}
.menu-wrapper nav > ul.menu > li{
margin-right:12px; } header.top-header-transparent{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
} .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:inline-block !important;
}
.woocommerce .product .meta-wrapper{
padding-bottom:9px;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
float:left;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
.meta-wrapper .button-in.compare, 
.meta-wrapper .button-in.wishlist{
font-size:0;
line-height:0;
display:inline-block;
width:40px;
height:40px;
text-align:center;
min-width:0 !important;
padding:0 !important;
}
.woocommerce .product .meta-wrapper a.added_to_cart span,
.woocommerce .product .meta-wrapper a.button span{
display:none !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .loop-add-to-cart a.add_to_cart_button.added:before{
content: "\e66c" !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before{
font-family:'Pe-icon-7-stroke';
content: "\e641";
font-size:18px;
line-height:38px;
text-indent:0;
color: inherit !important;
}
.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
content: "\e66e";
} .ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
position:absolute;
content:"";
left:auto;
right:-12px; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
width:20px;
height:20px;
text-align:center;
line-height:20px;
z-index:100;
display:inline-block;
}
.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
right:0; }
.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
content: "\e684"; font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-15px; font-size:15px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:table-cell;
vertical-align:middle;
text-align:center;
cursor:pointer;
width:30px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.4);
transition: all 150ms ease 0s;
-webkit-transition: all 150ms ease 0s;
-moz-transition: all 150ms ease 0s;
}
.ts-header .header-v5 .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
border-width:0;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0da"; font-family: 'FontAwesome';
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
display:none !important;
} .ts-social-sharing li .social-tooltip{
display:none !important;
}
.product-group-button .button-tooltip{
display:none !important;
}
.product-group-button{
opacity:1;
} .my-account-wrapper .dropdown-container{
display:none !important;
} .sticky-wrapper{
height:auto !important
}
.sticky-wrapper .header-sticky{
position:relative !important; 
top: auto !important;
} div.product .summary .yith-wcwl-add-to-wishlist{
margin:0 5px 0 0; }
.thumbnail-wrapper div.wishlist{
display:inline-block !important;
margin:0 !important;
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-left:1px; margin-right:1px;
}
.thumbnail-wrapper .product-group-button{
display:none !important
} html h3,
html .h3,
html h2.wpb_heading,
html .theme-title > h3,
html .ts-heading h3,
html .ts-mailchimp-subscription-shortcode .widgettitle,
html .woocommerce .cross-sells > h2,
html .woocommerce .upsells > h2,
html.woocommerce .related > h2,
html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
html .woocommerce div.wishlist-title h2,
html .heading-wrapper > h2,
.ts-banner header h3,
html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:24px;
line-height:26px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
bottom:3px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
top:-2px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-12px;
}
.heading-wrapper > h2:after, 
.heading-shortcode > h3:after, 
.theme-title > h3:after, 
.cross-sells > h2:after, 
.upsells > h2:after, 
.related > h2:after{
bottom:5px;
}
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:7px;
}
html .breadcrumb-title-wrapper .breadcrumb-title h1{
margin-bottom:5px;
}
html h2,
html .h2,
html h1.wpb_heading,
html .ts-heading h2,
html .breadcrumb-title-wrapper .breadcrumb-title h1,
html div.product p.price .woocommerce-Price-amount, 
html div.product .single_variation .amount, 
html .woocommerce div.product .single_variation .amount
{
font-size:26px;
line-height:30px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:30px;
line-height:36px;
}
.ts-banner header h2
{
font-size:34px;
line-height:38px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:90%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:32px;
line-height:36px;
} .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:100px; }
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:85px;
} .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:27px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:20px 5px;
}
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
padding:13px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:80px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
margin-top:10px;
}   .woocommerce.columns-4 .ts-product.item-list .products .product.first{
clear:none;
}
.woocommerce.columns-4 .ts-product.item-list .products .product{
width:50%;
float:left }
.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
clear:both;
float:left; }
.vc_col-sm-6 .ts-product .owl-dots,
.ts-product .products > .owl-controls .owl-dots{
bottom:20px;
}
.ts-product.rows-1 .products > .owl-controls .owl-dots,
.product-wrapper .owl-dots{
bottom:10px;
}
.woocommerce .product .thumbnail-wrapper{
margin-bottom:8px;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:0 !important; left:auto !important;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:0 !important; right:auto !important;
}
.ts-shortcode.no-title .owl-nav > div,
.nav-middle .products .owl-nav > div,
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
visibility:visible;
}
.ts-shortcode.no-title .owl-nav > div{
top:30%;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.nav-middle .owl-nav > div{
top:28%;
}
.woocommerce .rows-1 .products .product{
margin-bottom:0;
}
.woocommerce .products .meta-right .star-rating, 
.woocommerce .star-rating .meta-right{
margin-left:auto; margin-right:auto; } .horizontal-tab .column-tabs .heading-tab h3{
height:auto;
}
.horizontal-tab .column-tabs ul li.current:after{
display:none;
}
.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:30%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
left:0; }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
right:0 }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
right:-20px }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
left:-19px }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
visibility:visible;
opacity:1;
} .woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
padding-bottom:10px;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .vc_row[data-vc-full-width="true"] .left-top header{
left:6%;
top:10%;
}
.vc_row[data-vc-full-width="true"] .left-bottom header{
left:6%;
bottom:10%;
}
.vc_row[data-vc-full-width="true"] .left-center header{
left:6%;
}
.vc_row[data-vc-full-width="true"] .right-top header{
right:6%;
top:8%;
}
.vc_row[data-vc-full-width="true"] .right-bottom header{
right:6%;
bottom:8%;
}
.vc_row[data-vc-full-width="true"] .right-center header{
right:6%;
}
.woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
min-width:100px;
padding:7px 15px;
}
.ts-banner header h3{
margin-bottom:0;
}
.ts-banner header .description{
margin-bottom:6px;
} .ts-team-member .content-thumbnail .member-social{
bottom:5px;
} .ts-countdown .counter-wrapper > div{
width:100px;
padding:10px 5px;
margin:0 10px;
}
.ts-countdown .counter-wrapper .number{
font-size:40px;
line-height:50px;
width:100px;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:120px;
} .ts-blogs-wrapper .blogs article.quote .quote-wrapper{
padding:10px 20px;
}
.ts-blogs .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0;
}
.ts-blogs .entry-meta > span.author a{
font-style:italic;
}
.ts-blogs .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} .portfolio-meta{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
margin:20px 0;
}
.portfolio-inner .item .icon-group{
margin-top:4%;
}
.portfolio-inner h3,
.portfolio-inner .item .icon-group a,
.portfolio-inner .cats-portfolio{
transform:none;
-webkit-transform:none;
-moz-transform:none;
opacity:1;
}
.portfolio-inner .item:hover figure span.bg-hover{
display:none;
}
.portfolio-inner .item .icon-group{
opacity:1;
} article.single-portfolio .social-sharing{
float:left; } .woocommerce .product .product-wrapper figure.has-back-image img:last-child{
display:none !important;
} div#main{
min-height:300px;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:110px;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:150px;
}
.heading-title.page-title{
margin-bottom:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:22px 0 150px 0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-150px;
} body.error404 #main > .fullwidth-template{
padding:120px 25px
}
body.error404 article h1{
font-size:120px;
line-height:120px;
} .ts-parallax-bg{
background-position:50% 50% !important;
background-attachment:scroll !important;
} .woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:0;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
} div.product .thumbnails .owl-controls div.owl-prev,
div.product .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} .single-navigation .product-info {
display:none !important;
} form.login p.lost_password{
margin-top:-20px;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
margin:0 10px 0 0; }
.woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
padding-left:10px;
padding-right:10px;
min-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:0;
} .woocommerce-tabs #comments,
.ts-col-18 .woocommerce-tabs #comments,
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.comment-respond textarea,
#commentform textarea,
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"],
.woocommerce #reviews #comments > h2{
max-width:100%;
}
.woocommerce-tabs #review_form_wrapper,
.ts-col-18 .woocommerce-tabs #review_form_wrapper,
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:1px 0 0 0; border-style:solid;
padding:20px 0 0 0; } .summary .meta-wrapper,
body div.product .social-sharing{
padding-top:10px;
}
body div.product .social-sharing{
margin-top:10px;
}
.woocommerce div.product.type-product form.cart, 
.woocommerce div.product p.cart{
margin:0 0 20px 0;
width:100%;
}
div.product .summary .counter-wrapper{
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:140px;
} .blog-list-style .list-posts article .entry-format {
width:100%;
float:none !important;
margin:0 0 30px 0;
padding:0 !important;
}
.blog-list-style .list-posts article .entry-content {
width:100%;
float:none !important;
}
.entry-format .ts-social-sharing{
position:static;
width:100%;
margin:20px 0 0 0;
text-align:left; transform:none;
-webkit-transform:none;
-moz-transform:none;
visibility:visible;
z-index:10;
}
.ts-social-sharing .sharing-title{
margin-right:10px }
.ts-social-sharing ul{
display:inline-block;
margin:0;
}
.gallery .owl-dots{
bottom:10px;
} .commentlist .children{
padding:10px 0 0 50px; }
.commentlist .children .children{
padding:10px 0 0 40px; } .woocommerce table.shop_table td.actions{
border:0;
padding:20px;
}
.woocommerce table.shop_table td.product-thumbnail{
padding-left:20px; }
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:30%;
} .woocommerce .checkout #order_review{
padding:50px 30px 10px 30px;
}
.woocommerce form.checkout_coupon,
.ts-col-24 .woocommerce form.checkout_coupon{
width:100%;
} .woocommerce .products .product.product-category h3{
font-size:16px;
line-height:18px;
}
.products .product.product-category .meta-wrapper{
opacity:1;
}
.products .product.product-category:before{
opacity:0.6;
}
.products .product.product-category:hover .meta-wrapper > div{
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.products .product.product-category h3{
font-size:20px;
line-height:24px;
}
.archive .woocommerce .products{
margin-top:0;
}
}
@media 
only screen and (min-width: 1501px){  .vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
top:-17px;
}
.page-template-fullwidth-template .header-v5 .vertical-menu-wrapper{
min-width:300px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
padding:16px 0 20px 0 !important;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:11px 25px 10px 50px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:11px 25px 10px 25px; }
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:80px;
padding-right:80px;
} .vetical-slideshow{
margin-left:320px; width:calc(100% - 740px );
}
.vetical-slideshow .rev_slider_wrapper,
.vetical-slideshow .rev_slider{
height:590px !important;
}
.vertical-banner{
width:420px;
}
.page-template-fullwidth-template .ts-shortcode.title-background-color .shortcode-heading-wrapper .heading-title{
font-size:24px;
}  .page-template-fullwidth-template .icon-big .feature-content{
padding:4% 7%;
} .title-left > .shortcode-heading-wrapper{
width:320px;
}
.title-left .shortcode-heading-wrapper .heading-title{
max-width:90%;
}
.title-left > .content-wrapper{
width:calc(100% - 320px);
} .page-template-fullwidth-template  .ts-banner header h2{
margin-bottom:12px;
}
.page-template-fullwidth-template .ts-banner header .description{
margin-bottom:20px;
}
.page-template-fullwidth-template .ts-banner header h3{
margin-bottom:12px;
}
.page-template-fullwidth-template .left-top header, 
.page-template-fullwidth-template .left-bottom header, 
.page-template-fullwidth-template .left-center header, 
.page-template-fullwidth-template .right-top header, 
.page-template-fullwidth-template .right-bottom header, 
.page-template-fullwidth-template .right-center header{
max-width:70%;
} .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:80%;
}
}
@media 
only screen and (min-width: 1681px){
.blank-page{
padding-top:130px;
padding-bottom:100px;
}
body .comming-center-content{
margin-bottom:50px;
}  .fullwidth-deal .counter-wrapper > div{
width:60px;
margin:0 2px;
padding:11px 2px 10px 2px;
}
.fullwidth-deal .counter-wrapper .number{
font-size:120%;
}
.page-template-fullwidth-template .ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:28%;
} .page-template-fullwidth-template .icon-big .feature-content{
padding:5% 10%;
} .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:100%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.007%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.993%;
}
.page-template-fullwidth-template .horizontal-style-2 .column-tabs .heading-tab span.title-category{
padding-left:30px;
padding-right:30px;
}
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:18px !important;
} .page-template-fullwidth-template .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:155px; padding-top:5%;
}
.page-template-fullwidth-template .woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:135px;
} .fullwidth-tab{
width:calc(100% - 366px);
}
.fullwidth-deal{
width:366px;
}
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:100px;
padding-right:100px;
}
}
@media 
only screen and (max-width: 1856px)	and (min-width: 1801px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.225%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.775%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:12px;
} .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:90%;
} .fullwidth-tab{
width:calc(100% - 352px);
}
.fullwidth-deal{
width:352px;
}
}
@media 
only screen and (max-width: 1800px)	and (min-width: 1793px){  .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:90%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.5%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.5%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:13px;
} .page-template-fullwidth-template .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
padding-bottom:12px;
} .fullwidth-tab{
width:calc(100% - 341px);
}
.fullwidth-deal{
width:341px;
}
}
@media 
only screen and (max-width: 1792px)	and (min-width: 1681px){ .fullwidth-tab{
width:calc(100% - 338px);
}
.fullwidth-deal{
width:338px;
}  .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:85%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.333%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.667%
}
}
@media 
only screen and (max-width: 1680px)	and (min-width: 1601px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:18px;
}  .page-template-fullwidth-template .ts-banner-image img.text-image{
max-height:65%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.673%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.327%
} .fullwidth-tab{
width:calc(100% - 326px);
}
.fullwidth-deal{
width:326px;
}
}
@media 
only screen and (max-width: 1600px)	and (min-width: 1441px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:22px;
}  .page-template-fullwidth-template .icon-big .feature-content{
padding:3% 5%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.936%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.064%;
} .fullwidth-tab{
width:calc(100% - 306px);
}
.fullwidth-deal{
width:306px;
}
}
@media 
only screen and (max-width: 1440px)	and (min-width: 1367px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:17px;
}  .page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:14px;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.374%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.626%
} .fullwidth-tab{
width:calc(100% - 296px);
}
.fullwidth-deal{
width:296px;
}
}
@media 
only screen and (max-width: 1366px)	and (min-width: 1335px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.721%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.279%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:14px;
}
}
@media 
only screen and (max-width: 1334px)	and (min-width: 1281px){ .fullwidth-tab{
width:calc(100% - 311px);
}
.fullwidth-deal{
width:311px;
}  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.866%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.134%;
}
}
@media 
only screen and (max-width: 1229px)	and (min-width: 1125px){  .icon-big .feature-content{
padding:10px 0;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:34%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:66%;
} .fullwidth-tab{
width:calc(100% - 280px);
}
.fullwidth-deal{
width:280px;
}
}
@media 
only screen and (max-width: 1124px)	and (min-width: 1024px){  .icon-big .feature-content{
padding:30px;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:36%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:64%;
} .fullwidth-tab{
width:calc(100% - 282px);
}
.fullwidth-deal{
width:282px;
}
}
@media 
only screen and (max-width: 1280px)	and (min-width: 1230px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:31%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69%;
} .fullwidth-tab{
width:calc(100% - 296px );
}
.fullwidth-deal{
width:296px;
}
.woocommerce .products .product .product-wrapper{ height:auto;
}
}
@media 
only screen and (max-width: 1440px){
#main > .fullwidth-template, 
.page-template-fullwidth-template .ts-header .container, 
.page-template-fullwidth-template footer .container{
padding-left:30px;
padding-right:30px;
}
.woocommerce .products .product .product-wrapper{ height:auto;
}
}
@media 
only screen and (max-width: 1801px)	and (min-width: 1400px){
body .comming-center-content{
margin-bottom:50px;
}
}
@media only screen and (max-device-width : 3000px){
.ts-parallax-bg,
.breadcrumb-title-wrapper{
background-size: initial;
}
}
@media only screen and (max-device-width : 1229px){
.box-boxshadow{
padding:40px 20px 0 20px;
margin-top:-50px;
} .breadcrumb-title-wrapper.ts-breadcrumb-parallax{
background-attachment: scroll;
} .product-category-top-content{
padding:0;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:20px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:15px 20px 25px 20px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
height:auto;
} .rev-btn{
padding:10px 20px !important;
}
.ts-header{
position:relative;
z-index:999;
} .hidden-button-product .meta-wrapper .button-in,
.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:none !important;
} .shopping-cart-wrapper .cart-icon{
top:2px;
}
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v6 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
display:none !important;
}
.shopping-cart-wrapper:hover .dropdown-container{
display:none;
}
.shopping-cart-wrapper.active .dropdown-container{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.drop-icon{
display:block;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after,
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after,
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu,
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu,
.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
display:none;
-webkit-animation-name: none;
-moz-animation-name: none;
animation-name: none;
}
.menu-wrapper .vertical-menu > ul.menu li.active > ul.sub-menu{
display:block !important;
}
.menu-wrapper nav > ul.menu li.active > ul.sub-menu,
.menu-wrapper nav > ul.menu ul.sub-menu li.active > ul.sub-menu{
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active > a:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
} .header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:30px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 20px; }
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 55px; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:10px }
.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
margin-bottom:8px;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:81px;
}
.menu-wrapper nav > ul.menu > li{
margin-right:12px; } header.top-header-transparent{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
} .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:inline-block !important;
}
.woocommerce .product .meta-wrapper{
padding-bottom:4px;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
float:left;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
.meta-wrapper .button-in.compare, 
.meta-wrapper .button-in.wishlist{
font-size:0;
line-height:0;
display:inline-block;
width:40px;
height:40px;
text-align:center;
min-width:0 !important;
padding:0 !important;
}
.woocommerce .product .meta-wrapper a.added_to_cart span,
.woocommerce .product .meta-wrapper a.button span{
display:none !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .loop-add-to-cart a.add_to_cart_button.added:before{
content: "\e66c" !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before{
font-family:'Pe-icon-7-stroke';
content: "\e641";
font-size:18px;
line-height:40px;
text-indent:0;
color: inherit !important;
}
.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
content: "\e66e";
} .ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
position:absolute;
content:"";
left:auto;
right:-12px; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
width:20px;
height:20px;
text-align:center;
line-height:20px;
z-index:100;
display:inline-block;
}
.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
right:0; }
.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
content: "\e684"; font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-15px; font-size:15px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:table-cell;
vertical-align:middle;
text-align:center;
cursor:pointer;
width:30px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.4);
transition: all 150ms ease 0s;
-webkit-transition: all 150ms ease 0s;
-moz-transition: all 150ms ease 0s;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0da"; font-family: 'FontAwesome';
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
display:none !important;
} .ts-social-sharing li .social-tooltip{
display:none !important;
}
.product-group-button .button-tooltip{
display:none !important;
}
.product-group-button{
opacity:1;
} .my-account-wrapper .dropdown-container{
display:none !important;
} .sticky-wrapper{
height:auto !important
}
.sticky-wrapper .header-sticky{
position:relative !important; 
top: auto !important;
} div.product .summary .yith-wcwl-add-to-wishlist{
margin:0 5px 0 0; }
.thumbnail-wrapper div.wishlist{
display:inline-block !important;
margin:0 !important;
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-left:1px; margin-right:1px;
}
.thumbnail-wrapper .product-group-button{
display:none !important
} html h3,
html .h3,
html h2.wpb_heading,
html .theme-title > h3,
html .ts-heading h3,
html .ts-mailchimp-subscription-shortcode .widgettitle,
html .woocommerce .cross-sells > h2,
html .woocommerce .upsells > h2,
html.woocommerce .related > h2,
html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
html .woocommerce div.wishlist-title h2,
html .heading-wrapper > h2,
.ts-banner header h3,
html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:24px;
line-height:26px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
bottom:3px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
top:-2px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-12px;
}
.heading-wrapper > h2:after, 
.heading-shortcode > h3:after, 
.theme-title > h3:after, 
.cross-sells > h2:after, 
.upsells > h2:after, 
.related > h2:after{
bottom:5px;
}
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:7px;
}
html .breadcrumb-title-wrapper .breadcrumb-title h1{
margin-bottom:5px;
}
html h2,
html .h2,
html h1.wpb_heading,
html .ts-heading h2,
html .breadcrumb-title-wrapper .breadcrumb-title h1,
html div.product p.price .woocommerce-Price-amount, 
html div.product .single_variation .amount, 
html .woocommerce div.product .single_variation .amount
{
font-size:26px;
line-height:30px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:30px;
line-height:36px;
}
.ts-banner header h2
{
font-size:34px;
line-height:38px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:100%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:26px;
line-height:32px;
} .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:100px; padding-top:10px;
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:85px;
} .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:27px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:20px 5px;
}
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
padding:13px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:80px;
}   .woocommerce.columns-4 .ts-product.item-list .products .product.first{
clear:none;
}
.woocommerce.columns-4 .ts-product.item-list .products .product{
width:50%;
float:left }
.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
clear:both;
float:left; }
.vc_col-sm-6 .ts-product .owl-dots,
.ts-product .products > .owl-controls .owl-dots{
bottom:20px;
}
.ts-product.rows-1 .products > .owl-controls .owl-dots,
.product-wrapper .owl-dots{
bottom:10px;
}
.woocommerce .product .thumbnail-wrapper{
margin-bottom:8px;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:0 !important; left:auto !important;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:0 !important; right:auto !important;
}
.ts-shortcode.no-title .owl-nav > div,
.nav-middle .products .owl-nav > div,
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
visibility:visible;
}
.ts-shortcode.no-title .owl-nav > div{
top:30%;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.nav-middle .owl-nav > div{
top:28%;
}
.woocommerce .rows-1 .products .product{
margin-bottom:0;
}
.woocommerce .products .meta-right .star-rating, 
.woocommerce .star-rating .meta-right{
margin-left:auto; margin-right:auto; } .horizontal-tab .column-tabs .heading-tab h3{
height:auto;
}
.horizontal-tab .column-tabs ul li.current:after{
display:none;
}
.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:30%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
left:0; }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
right:0 }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
right:-20px }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
left:-19px }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
visibility:visible;
opacity:1;
} .woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
padding-bottom:10px;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .vc_row[data-vc-full-width="true"] .left-top header{
left:6%;
top:10%;
}
.vc_row[data-vc-full-width="true"] .left-bottom header{
left:6%;
bottom:10%;
}
.vc_row[data-vc-full-width="true"] .left-center header{
left:6%;
}
.vc_row[data-vc-full-width="true"] .right-top header{
right:6%;
top:8%;
}
.vc_row[data-vc-full-width="true"] .right-bottom header{
right:6%;
bottom:8%;
}
.vc_row[data-vc-full-width="true"] .right-center header{
right:6%;
}
.woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
min-width:100px;
padding:7px 15px;
}
.ts-banner header h3{
margin-bottom:0;
}
.ts-banner header .description{
margin-bottom:6px;
} .ts-team-member .content-thumbnail .member-social{
bottom:5px;
} .ts-countdown .counter-wrapper > div{
width:100px;
padding:10px 5px;
margin:0 10px;
}
.ts-countdown .counter-wrapper .number{
font-size:40px;
line-height:50px;
width:100px;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:120px;
} .ts-blogs-wrapper .blogs article.quote .quote-wrapper{
padding:10px 20px;
}
.ts-blogs .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0
}
.ts-blogs .entry-meta > span.author a{
font-style:italic;
}
.ts-blogs .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} .portfolio-meta{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
margin:20px 0;
}
.portfolio-inner .item .icon-group{
margin-top:4%;
}
.portfolio-inner h3,
.portfolio-inner .item .icon-group a,
.portfolio-inner .cats-portfolio{
transform:none;
-webkit-transform:none;
-moz-transform:none;
opacity:1;
}
.portfolio-inner .item:hover figure span.bg-hover{
display:none;
}
.portfolio-inner .item .icon-group{
opacity:1;
} article.single-portfolio .social-sharing{
float:left; } .woocommerce .product .product-wrapper figure.has-back-image img:last-child{
display:none !important;
} div#main{
min-height:300px;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:110px;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:150px;
}
.heading-title.page-title{
margin-bottom:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:22px 0 150px 0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-150px;
} body.error404 #main > .fullwidth-template{
padding:120px 25px
}
body.error404 article h1{
font-size:120px;
line-height:120px;
} .ts-parallax-bg{
background-position:50% 50% !important;
background-attachment:scroll !important;
} .woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:0;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
} div.product .thumbnails .owl-controls div.owl-prev,
div.product .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} .single-navigation .product-info {
display:none !important;
} form.login p.lost_password{
margin-top:-20px;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
margin:0 10px 0 0; }
.woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
padding-left:10px;
padding-right:10px;
min-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:0;
} .woocommerce-tabs #comments,
.ts-col-18 .woocommerce-tabs #comments,
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.comment-respond textarea,
#commentform textarea,
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"],
.woocommerce #reviews #comments > h2{
max-width:100%;
}
.woocommerce-tabs #review_form_wrapper,
.ts-col-18 .woocommerce-tabs #review_form_wrapper,
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:1px 0 0 0; border-style:solid;
padding:20px 0 0 0; } .summary .meta-wrapper,
body div.product .social-sharing{
padding-top:10px;
}
body div.product .social-sharing{
margin-top:10px;
}
.woocommerce div.product.type-product form.cart, 
.woocommerce div.product p.cart{
margin:0 0 20px 0;
width:100%;
}
div.product .summary .counter-wrapper{
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:140px;
} .blog-list-style .list-posts article .entry-format {
width:100%;
float:none !important;
margin:0 0 30px 0;
padding:0 !important;
}
.blog-list-style .list-posts article .entry-content {
width:100%;
float:none !important;
}
.entry-format .ts-social-sharing{
position:static;
width:100%;
margin:20px 0 0 0;
text-align:left; transform:none;
-webkit-transform:none;
-moz-transform:none;
visibility:visible;
z-index:10;
}
.ts-social-sharing .sharing-title{
margin-right:10px }
.ts-social-sharing ul{
display:inline-block;
margin:0;
}
.gallery .owl-dots{
bottom:10px;
} .commentlist .children{
padding:10px 0 0 50px; }
.commentlist .children .children{
padding:10px 0 0 40px; } .woocommerce table.shop_table td.actions{
border:0;
padding:20px;
}
.woocommerce table.shop_table td.product-thumbnail{
padding-left:20px; }
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:30%;
} .woocommerce .checkout #order_review{
padding:50px 30px 10px 30px;
}
.woocommerce form.checkout_coupon,
.ts-col-24 .woocommerce form.checkout_coupon{
width:100%;
} .woocommerce .products .product.product-category h3{
font-size:16px;
line-height:18px;
}
.products .product.product-category .meta-wrapper{
opacity:1;
}
.products .product.product-category:before{
opacity:0.6;
}
.products .product.product-category:hover .meta-wrapper > div{
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.products .product.product-category h3{
font-size:20px;
line-height:24px;
}
.archive .woocommerce .products{
margin-top:0;
}
} @media only screen and (max-device-width : 769px){
.blank-page{
text-align:center;
padding:150px 15px 80px 15px;
position:relative;
}
.ts-group-button-coming{
padding-bottom:90px;
}
}   html, 
body,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.woocommerce .order_details li,  
.woocommerce table.my_account_orders td, 
.comment_list_widget .comment-body,
#bbpress-forums,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.shopping-cart-wrapper .form-content > label,
.widget_calendar th, 
.widget_calendar td,
.woocommerce .widget-container .price_slider_amount .price_label,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
#lang_sel_click > ul li a,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-currency ul li a,
select option,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.yith-wcwl-share h4.yith-wcwl-share-title,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce table.wishlist_table,
body table.compare-list tr.image td, 
body table.compare-list tr.price td,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce table.shop_table.my_account_orders,
.feature-content .feature-excerpt,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .products.list .product .short-description, #bbpress-forums div.bbp-forum-title h3, 
#bbpress-forums div.bbp-topic-title h3, 
#bbpress-forums div.bbp-reply-title h3, body table.compare-list,
body table.compare-list tr.title td
{
font-size:14px;
line-height:26px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-size:14px;
}
.ts-shortcode{
line-height:26px;
}
.list-posts article.format-quote blockquote{
font-size:14px;
line-height:30px;
}
.woocommerce .products .product .short-description,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.dokan-form-control,
.feature-content .feature-header,
.font-normal .description,
.single-navigation .product-info > div > span:first-child,
input, 
textarea, 
keygen, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
h3.product-name > a, 
h3.product-name,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
body .style-3 .mailchimp-subscription.text-light button.button{
font-size:14px;
line-height:18px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select{
font-size:14px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select,
body select.dokan-form-control{
line-height:30px; }
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
font-size:14px !important;
line-height:18px !important;
}
.ts-portfolio-wrapper .filter-bar li,
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty{
font-size:14px;
}
h4 > a,
.amount,
.portfolio-inner h3,
.cats-portfolio,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.woocommerce .checkout #order_review table thead th,
.mailchimp-subscription .newsletter,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
.vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.column-tabs .tabs li,
.font-big .description,
.list-cats li a,
.list .product h3.product-name > a,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-team-member header > h3,
.ts-team-member header > h3 a,
.woocommerce-columns > h3,
.mc4wp-form-fields .mailchimp-input input[type="email"]{
font-size:14px;
line-height:20px;
}
body #pp_full_res{
line-height:24px !important;
}
ol li, 
ul li {
line-height:20px;
}
dt, 
dd,
.woocommerce form .form-row label{
line-height:18px;
}
h1,
.h1,
.ts-heading h1
{
font-size:40px;
line-height:48px;
}
h2,
.h2,
h1.wpb_heading,
.ts-heading h2,
.breadcrumb-title-wrapper .breadcrumb-title h1,
div.product p.price .woocommerce-Price-amount, 
div.product .single_variation .amount, 
.woocommerce div.product .single_variation .amount
{
font-size:36px;
line-height:42px;
}
h3,
.h3,
h2.wpb_heading,
.theme-title > h3,
.ts-heading h3,
.ts-mailchimp-subscription-shortcode .widgettitle,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
.woocommerce div.wishlist-title h2,
.heading-wrapper > h2,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:30px;
line-height:36px;
}
.theme-title > h3,
.heading-wrapper > h2,
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
text-transform:uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.ts-feature-wrapper .feature-header h3 > a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
.woocommerce-account div.woocommerce > h2,
.cart-collaterals .cart_totals > h2,
.heading-shortcode > h3,
.related > h2,
body > h1,
body div.ppt,
.entry-content h1.blog-title,
.widget.ts-products-widget > .widgettitle,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .products .product.product-category h3,
.woocommerce #reviews #reply-title, 
.woocommerce #reviews #comments > h2, 
.widget_shopping_cart_content p.total strong,
.widget-title,
.row-heading-tabs .heading-tab .heading-title,
#order_review_heading,
h3.wpb_heading,
.style-normal .mailchimp-subscription h2,
.mc4wp-form-fields > h2.title,
body table.compare-list th{
font-size:16px;
line-height:22px;
}
h4,
.h4,
.ts-heading h4,
h3.entry-title > a,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
.woocommerce-billing-fields > h3,
.widget.ts-products-widget > .widgettitle,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
.title-background-color .shortcode-heading-wrapper .heading-title,
.mailchimp-subscription .widget-title-wrapper h3,
.mc4wp-form-fields .mailchimp-wrapper h2.title,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.single-portfolio .info-content .entry-title,
.pp_woocommerce div.product .product_title, 
.woocommerce div.product .product_title,
.horizontal-tab .column-tabs .heading-tab h3,
.horizontal-tab .column-tabs .heading-tab i,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.banner-content h4{
font-size:24px;
line-height:30px;
}
h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
.column-tabs .heading-tab h3,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
font-size:18px;
line-height:24px;
}
h6,.h6,
.vc_message_box .h4,
h6.wpb_heading,
.woocommerce table.shop_table thead th,
.breadcrumb-title-wrapper .breadcrumbs-container,
.member-name h3,
.ts-milestone h3.subject,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-twitter-slider.text-light .twitter-content h4 > a,
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:16px;
line-height:22px;
}
blockquote {
font-style:italic;
}  .info-desc,
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper a,
#lang_sel_click > ul > li > a,
.header-currency .wcml_currency_switcher > a,
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-size:14px;
line-height:26px;
}
.my-account-wrapper .dropdown-container{
line-height:26px;
}  .mobile-menu-wrapper li a{
font-size:13px;
line-height:18px;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
header .vertical-menu-wrapper .vertical-menu-heading:before{
line-height:20px;
font-size:15px;
text-transform:uppercase;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading{
transition: color 200ms,background 200ms ease 0s;
-webkit-transition: color 200ms,background 200ms ease 0s;
-moz-transition: color 200ms,background 200ms ease 0s;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
font-size:14px;
} .menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle{
font-size:14px;
line-height:18px;
text-transform:uppercase;
}  .total .total-title,
.total .amount,
.product .amount,
.woocommerce .menu ul.product_list_widget li span.amount,
.menu .woocommerce ul.product_list_widget li span.amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce ul.product_list_widget li .price > .amount{
font-size:18px;
}
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock{
line-height:20px;
font-size:14px;
text-transform:uppercase;
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
font-size:18px;
line-height:24px;
text-transform:uppercase;
}
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
font-size:87%;
text-transform:uppercase;
} .woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button{
font-size:12px;
line-height:14px;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
a.view-more,
a.ts-button,
a.button,
button,
.meta-wrapper div.compare a i,
.meta-wrapper div.compare a:before,
body .single-post .single-navigation > a,
html body.woocommerce table.compare-list tr.add-to-cart td a:before,
html body table.compare-list tr.add-to-cart td a:before,
input[type="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce table.shop_table input, 
body .product-edit-new-container .dokan-btn-lg,
.button-banner,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, #bbpress-forums #bbp-single-user-details #bbp-user-navigation a, body table.compare-list .add-to-cart td a, input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
font-size:16px;
line-height:20px;
}
.pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty{
line-height:18px;
}  h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.ts-feature-wrapper .feature-header h3 > a,
.widget.ts-products-widget > .widgettitle,
.ts-banner header .discount,
.widget-title,
body > h1{
font-weight:500;
} h4.heading-title > a,
h3.product-name > a,
h3.product-name,
body h3.entry-title > a,
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th,
body table.compare-list td,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th,
.ts-product-attribute > div a,
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label,
div.product .summary .yith-wcwl-add-to-wishlist a,
div.product .summary .wishlist a,
section.product .yith-wcwl-wishlistexistsbrowse.show i,
section.product .yith-wcwl-wishlistaddedbrowse.show i,
.product-group-button .button-tooltip,
section.widget_display_stats > dl dt,
.comment_list_widget .comment-body,
.widget_calendar th, 
.widget_calendar td,
.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce .widget-container .price_slider_amount .price_label span,
.widget-container .tagcloud a,
.dokan-category-menu .sub-block h3,
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
body .style-3 .mailchimp-subscription button.button,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-banner header div{
font-weight:400;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
body div.ppt,
.woocommerce #reviews #reply-title,  
.widget_shopping_cart_content p.total strong,
.row-heading-tabs .heading-tab .heading-title,
body table.compare-list th,
.wp-caption p.wp-caption-text,
body div.ppt,
a.button, 
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
#content button.button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button, 
body .single-post .single-navigation > a,
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span,
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums .bbp-header div.bbp-topic-content a, 
#bbpress-forums .bbp-header div.bbp-reply-content a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums .status-category > li.bbp-forum-info > .bbp-forum-title,
#bbpress-forums #bbp-user-navigation ,
#bbpress-forums .type-forum .bbp-forum-title,
.type-topic .bbp-topic-title > a,
#favorite-toggle a, 
#subscription-toggle a,
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header, 
#bbpress-forums ul.bbp-search-results .bbp-header,
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title,
.entry-author .author-info .author,
.comments-area .comment-meta > span.author a,
.avatar-name a,
.comments-area .reply a,
.portfolio-info p,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
body table.compare-list .add-to-cart td a,
body table.compare-list tr.price th, 
body table.compare-list tr.price td,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.widget_calendar #today,
.widget_calendar caption,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
#ts-search-result-container li a span.hightlight,
.shopping-cart-wrapper .cart-item-wrapper > span,
.ts-product-in-category-tab-wrapper .see-more-button:hover,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-milestone .number,
.ts-price-table .desc-price,
.ts-price-table .table-title,
.ts-price-table .table-price span,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button,
.counter-wrapper .number,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
font-weight:500; }
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
body .yith-woocompare-widget ul.products-list a.remove,
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.ts-milestone h3.subject,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_title h4{
font-weight:400 !important;
} .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.menu-wrapper .vertical-menu ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading,
.nav > ul.menu > ul > li > a{
font-weight:400;
}
.amount,
.product-subtotal .amount,
div.product p.price .woocommerce-Price-amount{
font-weight:bold; }   html, 
body,
label,
input, 
textarea, 
keygen, 
select, 
button,
.mc4wp-form-fields label,
.font-body,
.ts-banner .heading-body,
.ts-button.fa,
li.fa,
h3.product-name > a, 
h3.product-name,
#order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a,
.ts-twitter-slider.text-light .twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.ts-milestone h3.subject, 
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body div.pp_default .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc,
body .dataTables_wrapper{
font-family: 'Open Sans', sans-serif; }
.h1-big,
.h2-big,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading
{
font-family: 'Open Sans', sans-serif; } body #main,
body.dokan-store #main:before,
body div.pp_pic_holder,
#cboxLoadedContent,
.woocommerce .woocommerce-ordering .orderby ul:before,
form.checkout div.create-account,
#main > .page-container,
#main > .fullwidth-template,
.thumbnails.loading:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.related-posts.loading .content-wrapper:before,
.ts-portfolio-wrapper.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
article .tags-link a:after,
header .header-v5 .header-bottom,
.content-no-border .widget.ts-products-widget .owl-nav:after,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
header .header-v7 .is-sticky .header-bottom
{
background-color:#ffffff;
} footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels{
background:transparent;
}
.widget.ts-products-widget,
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.header-currency > div:before,
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.header-currency ul:before,
.product-category-top-content:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
.images-thumbnails >.thumbnails .owl-nav > div,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
.widget-container,
.ts-products-tabs-widget .widget-title-wrapper,
.vc_tta-container .vc_general,
table.shop_table,
.single-navigation .product-info:before,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
html input[type="search"],
html input[type="text"], 
html input[type="password"],
html input[type="email"], 
html input[type="number"], 
html input[type="date"],  
html textarea,
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce table.cart td.actions .coupon .input-text, 
.widget-container .gallery.loading figure:before,
.list-posts article .gallery.loading:before,
.thumbnail.loading:before,
.images.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.tab-contents.loading:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
.woocommerce #payment div.payment_box, 
.ts-blogs article .content-meta,
.list-posts article,
.ts-team-member .content-info,
.vc_toggle,
.ts-product-in-category-tab-wrapper,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a, #cboxLoadingOverlay, #bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
background-color:#ffffff;
}
.tab-content.loading:before,
.yith-wcwl-add-to-wishlist .loading:after{
background-color:#ffffff;
opacity:0.7;
}
.woocommerce-checkout #payment div.payment_box:before{
border-bottom-color:#ffffff;
} body,
.gridlist-toggle a,
.widget-container .tagcloud a,
.product-categories a,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
.woocommerce div.product.summary .woocommerce-product-details__short-description, 
.entry-bottom .ts-social-sharing li a,
.ts-feature-wrapper .feature-icon,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i, p.lost_password a,
span.bbp-admin-links a,
span.bbp-admin-links,
.ts-product-attribute > div a,
.comment_list_widget .comment-body,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce .woocommerce-ordering ul li a, 
article .social-sharing li a, 
div.product .social-sharing li a,
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.ts-team-member .image-thumbnail .social,
.woocommerce-checkout #payment div.payment_box,
body div.pp_default .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a,
.single-portfolio .cat-links > a, .bbp-login-links a,
#bbpress-forums .status-category > li > .bbp-forums-list > li a,
li.bbp-forum-freshness a, 
li.bbp-topic-freshness a,
.list-cats li a,
.woocommerce .widget-container .price_slider_amount .price_label,
.widget-container ul li > a,
.dokan-widget-area .widget ul li > a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
.dokan-dashboard .dokan-dashboard-content a,
.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
.product-categories span.count,
#lang_sel_click ul ul a,
.header-top .wpml-ls ul ul li a,
header.top-header-transparent .header-top .wpml-ls ul ul li a,
.header-currency ul li,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
.ts-product-in-category-tab-2-wrapper .see-more-button{
color:#848484;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
.ts-social-sharing .sharing-title,
.cats-link,
.tags-link,
.cats-link a,
.tags-link a{
color:#5d5d5d;
} body #cboxClose,
#ts-search-popup .ts-button-close,
body div.ts-product-video.pp_pic_holder .pp_close,
body div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_expand,
body div.pp_woocommerce.pp_pic_holder .pp_contract,
body div.pp_default .pp_expand,
body div.pp_default .pp_contract{
background-color:#666666;
color:#ffffff;
}
select,
textarea,
html input[type="search"],
html input[type="text"], 
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selection--multiple{
color:#848484;
border-color:#e5e5e5;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
color:#848484;
}
header .header-v3 .ts-search-by-category input[type="text"], 
header .header-v4 .ts-search-by-category input[type="text"],
header .header-v6 .ts-search-by-category input[type="text"]{
border-color:#e5e5e5;
}
html input[type="search"]:hover,
html input[type="text"]:hover, 
html input[type="email"]:hover,
html input[type="password"]:hover,
html input[type="date"],
html input[type="number"]:hover,
html textarea:hover,
html input[type="search"]:focus,
html input[type="text"]:focus, 
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce form .form-row textarea:focus, 
#bbpress-forums #bbp-your-profile fieldset input:hover, 
#bbpress-forums #bbp-your-profile fieldset textarea:hover,
#bbpress-forums #bbp-your-profile fieldset input:focus, 
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
.bbp-login-form .bbp-username input:hover, 
.bbp-login-form .bbp-email input:hover, 
.bbp-login-form .bbp-password input:hover,
.bbp-login-form .bbp-username input:focus, 
.bbp-login-form .bbp-email input:focus, 
.bbp-login-form .bbp-password input:focus,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single{
border-color:#c0c0c0; color:#666666; }
body .select2-container--open .select2-selection--single .select2-selection__rendered{
color:#666666; }
.owl-dots > div > span:before{
border-color:#b8b8b8;
}
::-webkit-input-placeholder {
color: #b8b8b8;
font-style:italic;
}
:-moz-placeholder { color: #b8b8b8;
font-style:italic;
}
::-moz-placeholder { color: #b8b8b8;
font-style:italic;
}
:-ms-input-placeholder {  
color: #b8b8b8;
font-style:italic;
}
body .theme-default .nivo-controlNav a:before{
border-color:#848484;
}
body .theme-default .nivo-controlNav a:hover:before,
body .theme-default .nivo-controlNav a.active:before{
border-color:#848484;
background-color:#848484;
} h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
color:#535353;
} a{
color:#e72304;
}
a:hover,
a:active{
color:#e72304;
} table thead th,
label ,
p > label,
fieldset div > label,
.wpcf7 p,
.primary-text,
.banner-fullwidth-wrapper .banner_detail a.banner-button, .widget-container .tagcloud a:hover, h3.heading-title > a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
a.view-more,
.secondary-color,
.widget-title,
.widget.ts-products-widget > .widgettitle,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-category-slider-wrapper .category-name h3 > a,
.ts-product-categories-widget ul.product-categories span.icon-toggle,
.widget_categories > ul li.cat-parent > span.icon-toggle,
.ts-product-categories-widget ul.product-categories > li >a,
.widget_categories > ul > li > a,
.ts-team-member .content-thumbnail .member-social a,
body.error404 article h2,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart-list .quantity,
.cart-list .icon,
blockquote:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-product-rating .woocommerce-review-link, .ts-portfolio-wrapper .filter-bar li,
.portfolio-inner .item a,
.widget-container .post_list_widget > li a.post-title,
.entry-author .author-info .role,
.vc_progress_bar .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_bar:before,
.vc_toggle .vc_toggle_icon:before,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce p.stars a:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.shipping-calculator-button,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2,
.cart_totals h2,
.mc4wp-form-fields h2.title,
.wp-caption p.wp-caption-text,
.sku-wrapper,
#order_review_heading,
#ship-to-different-address,
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce .checkout #order_review table th,
.desc-big,
.mailchimp-subscription .widgettitle,
.column-tabs .tabs li,
.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.widget-container .tagcloud a:hover,
.heading-title,
body div.pp_woocommerce .pp_description,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .widget_layered_nav ul li a,
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-product-social-sharing li a,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.comments-area .reply a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus, 
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.mailchimp-subscription.text-default .widget-title-wrapper h3,
.woocommerce #reviews #reply-title,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-gravatar-profile-widget .meta h4,
.widget-container .social-icons li > a,
.woocommerce div.wishlist-title h2,
.woocommerce .products .product.product-category h3,
.widget-title-wrapper a.block-control,
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
fieldset legend,
.woocommerce ul.order_details li strong, .portfolio-info p,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value, .ts-team-member header > h3 a, #bbpress-forums .status-category .bbp-forum-title,
.type-forum .bbp-forum-title,
#bbpress-forums li.bbp-footer,
span.bbp-admin-links a:hover,
#bbpress-forums fieldset.bbp-form legend,
.type-topic .bbp-topic-title > a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#favorite-toggle a, 
#subscription-toggle a, body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th{
color:#000000;
}
body div.ppt,
.woocommerce table.shop_table .product-remove a,
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove,
body .yith-woocompare-widget ul.products-list a.removebefore,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
color:#000000 !important;
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover, header .ts-search-by-category .search-content input[type="submit"]:hover{
background:#000000;
}
.cats-portfolio:before,
.ts-product-attribute > div.color a:before,
.ts-product-attribute > div.selected:before,
.product-filter-by-color ul li a:before{
border-color:#000000;
}
.text-light .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body div.pp_woocommerce .pp_gallery ul li a:hover, 
body div.pp_woocommerce .pp_gallery ul li.selected a,
body div.pp_default .pp_gallery ul li a:hover, 
body div.pp_default .pp_gallery ul li.selected a{
border-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a, .woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.next:focus,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.ts-pagination ul li a:hover,
.ts-pagination ul li a:focus,
.ts-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:focus 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.bbp-pagination-links a:hover, 
.bbp-pagination-links span.current{
background:#000000;
color:#fff;
border-color:#000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
color:#0099cc;
}
.portfolio-inner .icon-group a,
.single-portfolio .ic-like{
border-color:#000000;
color:#000000;
background-color:#ffffff;
}
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .wishlist a,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a,
.woocommerce div.product .summary a.compare,
.woocommerce .button.button-secondary.transparent,
body .button.button-secondary.transparent,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.cart td.actions .coupon .button,
.pp_woocommerce div.product form.cart table .button, 
.woocommerce div.product form.cart table .button,
.woocommerce table.my_account_orders tr td:last-child .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .woocommerce-shipping-calculator .button,
body .single-post .single-navigation > a,
.woocommerce ul.product_list_widget li .loop-add-to-cart a{
border-color:#cccccc; color:#000000;
background-color:#ffffff;
}
.quantity input[type="number"],
.pp_woocommerce .quantity input.qty,
.woocommerce .quantity input.qty, 
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus,
.gridlist-toggle a,
.ts-product-social-sharing li a,
.woocommerce .woocommerce-ordering ul.orderby,
.prod-cat-show-top-content-button{
border-color:#cccccc; }
.mc4wp-form-fields input[type="submit"],
.pp_woocommerce div.product p.cart .button:hover, 
.woocommerce div.product p.cart .button:hover,
.pp_woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:hover,
html body table.compare-list tr.add-to-cart td a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body .rev_slider .rev-btn-secondary,
a.button.button-border-secondary:hover,
input.button.button-border-secondary:hover,
.woocommerce-page a.button.button-border-secondary:hover,
.woocommerce-page input.button.button-border-secondary:hover,
.woocommerce .button.button-transparent:hover,
body .button.button-transparent:hover,
body .button.button-secondary,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce .button.button-secondary,
.woocommerce .button.button-primary:hover,
body .button.button-primary:hover,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
body input.wpcf7-submit,
.woocommerce #payment #place_order:hover, 
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce .woocommerce-ordering:hover ul.orderby,
.woocommerce .button.button-secondary.transparent:hover,
body .button.button-secondary.transparent:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce table.my_account_orders tr td:last-child .button:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce .checkout_coupon input[type="submit"]:hover,
.pp_woocommerce div.product form.cart table .button:hover, 
.woocommerce div.product form.cart table .button:hover,
body .single-post .single-navigation > a:hover, #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.widget_calendar caption{
background-color:#3f3f3f;
color:#ffffff;
border-color:#3f3f3f;
} body .rev_slider .rev-btn-secondary:hover,
a.button.button-border-secondary,
input.button.button-border-secondary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce-page input.button.button-border-secondary,
body .button.button-secondary:hover,
.woocommerce .button.button-secondary:hover,
.woocommerce .cart_totals a.continue-shopping.button:hover{
background-color:transparent;
color:#3f3f3f;
border-color:#3f3f3f;
} .owl-nav > div,
div.product .single-navigation > div >  a, .images-thumbnails > .thumbnails .owl-nav > div{
color:#bbbbbb;
border-color:#cccccc;
background:#ffffff;
} .text-light .owl-nav > div:hover:before,
.text-light .owl-nav > div:hover,
.style-light .owl-nav > div:hover,
.owl-dots > div > span:hover:before,
.owl-dots > div.active > span:before{
border-color:#e72304;
background-color:#e72304;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
border-color:#e72304;
}
.images-thumbnails > .thumbnails .owl-nav > div:hover,
div.product .single-navigation > div >  a:hover,
.single-navigation > a:hover,
.owl-nav > div:hover{
border-color:#000000;
color:#000000;
background:#ffffff;
} table thead th,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time, 
article.single .entry-meta .date-time, 
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-dropcap.style-2,
.ts-social-icons .ts-tooltip,
.product-group-button .button-tooltip, body > h1,
body > h1 a.close{
color:#ffffff;
}
.primary-color,
.cart-list .amount,
.total .amount,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.ol-style ol li:before,
.ol-style li:before,
.ul-style li:before,
.office-address:before,
.phone-numbers:before,
.info-query:before,
.email-address:before,
.fax-numbers:before,
.office-address:after,
.phone-numbers:after,
.info-query:after,
.email-address:after,
.fax-numbers:after,
.ts-dropcap,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.comments-area .reply a:hover,
.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-slider-wrapper .category-name h3 > a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce .checkout #order_review table thead th,
.woocommerce-product-rating .woocommerce-review-link:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before, .ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.portfolio-inner .item a:hover,
.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
a.view-more:hover, .order-number a,
label a:hover,
.widget-container ul > li a:hover,
.dokan-widget-area .widget ul li > a:hover,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
.dokan-dashboard .dokan-dashboard-content a:hover,
.dokan-dashboard .dokan-dashboard-content li.active > a,
span.author a,
section.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
.list-posts .heading-title a:hover,
p.lost_password a:hover,
.products .product.product-category a:hover h3, 
.woocommerce .products .product.product-category a:hover h3, 
header .header-template .my-account-wrapper .forgot-pass a:hover,
.woocommerce .products .product .product-categories a:hover, 
.woocommerce .widget-container il li .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.widget.ts-products-widget .product-categories a:hover,
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span.count,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen span.count,
.ts-feature-wrapper .feature-icon:hover,
.ts-product-attribute > div:hover a,
.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
.widget_categories > ul li.cat-parent > span.icon-toggle:hover,
.ts-product-categories-widget ul.product-categories li.current > a,
.ts-product-categories-widget ul.product-categories li a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li a:hover,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.woocommerce .woocommerce-ordering ul li a:hover, 
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .cat-links > a:hover,
body.error404 article h1,
body.error404 .icon-404 i,
.ts-tiny-cart-wrapper .ic-cart:before,
footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected], .ic-mobile-menu-close-button:hover,
a.ic-home:hover i, .mobile-menu-wrapper li:hover > a,
.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
.mobile-menu-wrapper li.current-menu-item > a,
.mobile-menu-wrapper li.current_page_item > a,
.mobile-menu-wrapper li:hover:before,
.mobile-menu-wrapper li.current-menu-item:before,
.mobile-menu-wrapper li.current_page_item:before, .ts-team-member header > h3 a:hover, .pp_woocommerce div.product form.cart .variations td .reset_variations,
.woocommerce div.product form.cart .variations td .reset_variations, .cart_list span.quantity,
#ts-search-result-container .view-all-wrapper a:hover,
#ts-search-result-container ul li a:hover,
.pp_woocommerce table .quantity .minus:hover, 
.pp_woocommerce table .quantity .plus:hover, 
.woocommerce table .quantity .minus:hover, 
.woocommerce table .quantity .plus:hover, .list-cats li a:hover,
.widget-container .product_list_widget li a:hover,
.woocommerce .widget-container .product_list_widget li a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a:hover,
.ts-header .header-top h3.product-name > a:hover, 
h3.product-name > a:hover, 
h3.product-name:hover,
.product-name a:hover,
.group_table a:hover,
.ts-feature-wrapper.active-feature .feature-header h3 > a, .bbp-login-links a:hover,
#bbpress-forums .status-category > .bbp-forum-info > a.bbp-forum-title:hover,
.type-forum .bbp-forum-title:hover,
.bbp-topic-started-in > a:hover,
#bbpress-forums .status-category > li > .bbp-forums-list > li a:hover,
li.bbp-forum-freshness a:hover, 
li.bbp-topic-freshness a:hover,
.type-topic .bbp-topic-title > a:hover,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:hover, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name:hover,
.bbp-meta .bbp-topic-permalink:hover,
.bbp-topic-title-meta a:hover,
#favorite-toggle a:hover,
#subscription-toggle a:hover,
.dashboard-widget.products ul li a:hover{
color:#e72304;
}
body .pp_nav .pp_play:hover:before, 
body .pp_nav .pp_pause:hover:before,
body .pp_arrow_previous:hover:before, 
body .pp_arrow_next:hover:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
color:#e72304 !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.pp_woocommerce div.product div.thumbnails li:hover a img,
.ts-footer-block .widget-container ul li.custom:hover > a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
border-color:#e72304;
}
table thead th,
.ts-dropcap.style-2,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
.title-background-color .shortcode-heading-wrapper .heading-title, #bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header,
.woocommerce table.cart th, .ts-team-member .image-thumbnail .social a.custom:hover, body > h1, .ts-social-icons .style-vertical li.custom:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom  .ts-tooltip,
footer#colophon .ts-social-icons li.custom .ts-tooltip, .ts-tiny-cart-wrapper .ic-cart:after,
header .ts-search-by-category .search-content input[type="submit"]{
background-color:#e72304;
}
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover:before,
body .yith-woocompare-widget ul.products-list a.remove:hover:before{
color:#f94e4e !important;
}    .woocommerce table.shop_table, 
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.widget.ts-products-widget li > a.ts-wg-thumbnail,
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
body > table.compare-list,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
body div.pp_woocommerce .pp_gallery ul li a, 
body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td, 
.woocommerce .widget_layered_nav ul, 
.woocommerce table.shop_table, 
.woocommerce table.shop_table td, 
body .wpb_flexslider.flexslider,
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td,
.widget_product_search, 
.widget_search, 
.widget_display_search,
.widget-container.widget_calendar,
.entry-bottom .ts-social-sharing li a,
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes, 
.woocommerce #reviews #comments ol.commentlist li ,
.dataTables_wrapper,
.woocommerce div.product div.thumbnails li a img,
.pp_woocommerce div.product div.images-slider-wrapper img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover img, #bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
border-color:#ebebeb;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar,
.ts-product-attribute > div:before{
background-color:#ebebeb;
border-color:#ebebeb;
} .vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
background-color:#ffffff !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:after, 
.vc_images_carousel .vc_right:hover .icon-next:after,
.tp-leftarrow.tparrows:hover:after,
.tp-rightarrow.tparrows:hover:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
.theme-default .nivo-directionNav a:hover:after{
background-color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:before, 
.vc_images_carousel .vc_right:hover .icon-next:before,
.tp-leftarrow.tparrows:hover:before,
.tp-rightarrow.tparrows:hover:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
color:#ffffff !important;
} #to-top a:hover,
a.button:hover,
button:hover, 
input[type="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.mc4wp-form-fields input[type="submit"]:hover,
.woocommerce .cart_totals a.checkout-button.button,
body .mailchimp-subscription.text-default button.button,
.woocommerce .mailchimp-subscription.text-default button.button,
a.button.button-border-primary:hover,
input.button.button-border-primary:hover,
.woocommerce a.button.button-border-primary:hover,
.woocommerce input.button.button-border-primary:hover,
.woocommerce .button.button-primary,
body .button.button-primary,
body footer .style-1 .mailchimp-subscription button.button,
.woocommerce footer .style-1 .mailchimp-subscription button.button,
body input.wpcf7-submit:hover,
.portfolio-inner .icon-group a:hover,
.woocommerce .button.button-primary.transparent:hover,
body .button.button-primary.transparent:hover,
.summary .quickshop .button-tooltip,
.summary .wishlist .button-tooltip,
.summary .compare .button-tooltip,
div.product .summary .wishlist a:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button,
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button,
html body table.compare-list tr.add-to-cart td a,
.pp_woocommerce div.product form.cart .group_table .button:hover, 
.woocommerce div.product form.cart .group_table .button:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.woocommerce #content table.shop_table input.button-secondary:hover, 
.woocommerce table.shop_table input.button-secondary:hover, 
.woocommerce-page #content table.shop_table input.button-secondary:hover, 
.woocommerce-page table.shop_table input.button-secondary:hover,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover, body #cboxClose:hover,
#ts-search-popup .search-button input:hover,
#ts-search-popup .ts-button-close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover,
body div.pp_default .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default.pp_contract:hover
{
background-color:#e72304;
border-color:#e72304;
color:#ffffff;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce .button.button-primary.transparent,
body .button.button-primary.transparent,
a.button.button-border-primary,
input.button.button-border-primary,
.woocommerce a.button.button-border-primary,
.woocommerce input.button.button-border-primary,
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:transparent;
color:#e72304;
border-color:#e72304;
}
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:#ffffff;
}
#to-top a,
a.button,
button,
input[type="submit"],
.shopping-cart p.buttons a,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
body table.compare-list .add-to-cart td a,
body .mailchimp-subscription.text-default button.button:hover,
.woocommerce .mailchimp-subscription.text-default button.button:hover,
body .mailchimp-subscription.text-default button.button:focus,
.woocommerce .mailchimp-subscription.text-default button.button:focus{
background-color:#3f3f3f;
color:#ffffff;
border-color:#3f3f3f;
} .ts-pagination ul li a,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.bbp-pagination-links a{
background-color:#ffffff;
color:#666666; border-color:#cccccc; } .breadcrumb-title-wrapper{
background-color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title *{
color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
color:#e72304;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
color:#ffffff;
}  .header-v1 .top-right,
.header-top{
border-color:#ebebeb;
}
.header-v1 .top-logo,
.header-v1 .logo-vetical-ipad{
background-color:#e72304;
}
.header-top,
.header-v1 .header-top .header-right:before{
background-color:#ffffff;
}
.header-top a:not(.button),
.header-top,
.header-v2 .header-top .shopping-cart-wrapper a.cart-control,
.header-v5 .header-top .shopping-cart-wrapper a.cart-control{
color:#848484;
} #lang_sel_click ul ul a:hover,
.header-currency ul li:hover,
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top #lang_sel_click > ul > li > a:hover,
.header-top .wpml-ls a:hover, 
.header-top .wpml-ls a:focus, 
.header-top .wpml-ls ul ul li a:hover,
.header-top .wpml-ls ul ul li a:focus,
header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
.header-top .wpml-ls .wpml-ls-current-language > a,
.header-top .header-currency > div > a:hover,
header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
header.top-header-transparent .header-top .wpml-ls a:hover, 
header.top-header-transparent .header-top .wpml-ls a:focus, 
header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency > div > a:hover,
.header-template .shopping-cart-wrapper .ic-cart:before{
color:#e72304; } @media only screen and (max-width: 767px){
.group-meta-header:before{
background-color:#848484; }
.header-template .shopping-cart-wrapper a.cart-control .amount{
color:#e72304; }
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
color:#e72304; }
} .header-middle{
background-color:#ffffff;
} header .header-bottom,
header .header-v5 .header-bottom .header-left,
.header-v1 .header-bottom .header-right:before,
header .header-v7 .header-bottom .menu-wrapper{
background-color:#f1f1f1;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
border-color:#ebebeb;
} body .category-dropdown .select2-dropdown,
header .ts-search-by-category{
background-color:#ffffff;
}
body .category-dropdown .select2-dropdown,
body .category-dropdown .select2-search--dropdown .select2-search__field,
body .category-dropdown .select2-container--open .select2-dropdown--below,
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-color:#e5e5e5;
}
.category-dropdown li,
header .select2-container--default .select2-selection--single .select2-selection__rendered,
.ts-header .ts-search-by-category select{
color:#000000;
}
header .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-top-color:#000000;
}
header .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-bottom-color:#000000;
}
header .search-content input[type="text"]{
color:#666666;
background-color:#ffffff;
}
body .category-dropdown .select2-results__option[aria-selected=true], 
body .category-dropdown .select2-results__option--highlighted[aria-selected]{
color:#000000;
} header.top-header-transparent .shopping-cart-wrapper a.cart-control,
.shopping-cart-wrapper a.cart-control{
color:#000000;
}
.shopping-cart-wrapper a.cart-control .amount{
color:#e72304;
}
.header-v3 .header-top .shopping-cart-wrapper:before, 
.header-v4 .header-top .shopping-cart-wrapper:before,
header .header-v5 .header-bottom .header-right,
.header-v7 .header-middle .shopping-cart-wrapper{
background:#ffffff;
}  .vertical-menu-wrapper .vertical-menu-heading,
.header-v1 .header-bottom .header-left{
background-color:#202020;
color:#ffffff;
} .menu-wrapper nav > ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading{
font-family: 'Open Sans', sans-serif; }
header .header-v3 .toggle-search:before,
header .header-v4 .toggle-search:before,
header .header-v6 .toggle-search:before,
.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
.ic-close-menu-button:hover,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-wrapper.active .toggle-search:before{
color:#e72304;
} .menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
color:#000000;
}
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
color:#000000;
background-color:#f9f9f9;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
background-color:#f9f9f9;
}
.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
background-color:#ffffff;
color:#e72304;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
color:#e72304;
} .menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li:after,
.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
.vertical-menu-wrapper .vertical-menu{
background-color:#ffffff;
} .menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
color:#000000;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
color:#848484;
font-family:'Open Sans'; }
.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
color:#848484;
} .ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
.menu-wrapper nav div.list-link li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
color:#e72304;
}  .ts-social-icons li a,
footer#colophon .ts-social-icons a{
border-color:#848484;
color:#ffffff;
}
footer .ts-social-icons li a:before{
border-color:#848484;
}
ul.info-content li:after,
footer .box-office-address:after,
footer .box-phone-numbers:after,
footer .box-email-address:after,
footer .box-fax-numbers:after{
border-color:#848484;
}
.ts-social-icons .style-fill-bg li a,
footer#colophon .ts-social-icons .style-fill-bg li a{
background:#848484;
color:#ffffff;
}
footer .end-footer{
background-color:#202020;
}
footer .footer-container{
background-color:#202020;
}
footer .widget_calendar caption{
color:#202020;
}
footer#colophon,
footer#colophon a,
footer#colophon dt,
footer .mc4wp-form-fields label{
color:#999999;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
footer .mc4wp-form-fields h2.title,
footer#colophon a:hover,
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .h1,
footer#colophon .h2,
footer#colophon .h3,
footer#colophon .h4,
footer#colophon .h5,
footer#colophon .h6,
footer#colophon h1.wpb_heading,
footer#colophon h2.wpb_heading,
footer#colophon h3.wpb_heading,
footer#colophon h4.wpb_heading,
footer#colophon h5.wpb_heading,
footer#colophon h6.wpb_heading
footer#colophon a:hover,
footer#colophon .wp-caption p.wp-caption-text,
footer#colophon .woocommerce ul.cart_list li span.amount, 
footer#colophon .woocommerce ul.product_list_widget li span.amount, 
footer#colophon .ts-blogs-widget-wrapper ul li a,
footer#colophon .ts-recent-comments-widget-wrapper ul li a,
.info-company li,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff;
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
border-color:#ffffff;
}
footer .widget_calendar caption{
background:#ffffff
}
footer#colophon .end-footer,
footer#colophon .end-footer a,
footer#colophon .end-footer dt{
color:#999999;
} .ts-product-deals-slider-wrapper .counter-wrapper > div,
.counter-wrapper > div{
background-color:#f7f7f7;
border-color:#f1f1f1;
color:#666666;
} .ts-price-table .rating:before,
.star-rating:before, 
.pp_woocommerce .star-rating:before, 
.woocommerce .star-rating:before, 
.testimonial-content .rating:before{
color:#ffad00;
}
.ts-price-table .rating span:before,
.star-rating span:before,
.pp_woocommerce .star-rating span:before, 
.woocommerce .star-rating span:before, 
.testimonial-content .rating span:before{
color:#ffad00
} #ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget.ts-products-widget .ts-wg-meta > a,
.ts-header .header-top h3.product-name > a,
h3.product-name > a,
h3.product-name,
.product-name a,
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name,
.single-navigation .product-info,
.group_table a,
body table.compare-list tr.title td{
color:#202020;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div a,
.meta-wrapper div.wishlist a,
.meta-wrapper div.compare a,
.woocommerce .product .meta-wrapper a.added_to_cart,
.woocommerce .product .meta-wrapper a.button,
.woocommerce .product .meta-wrapper .wishlist a{
background-color:#ffffff;
border-color:#e8e8e8;
color:#666666;
}
body table.compare-list .add-to-cart td a:hover,
.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
.woocommerce .product .thumbnail-wrapper .button-in:hover a,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:hover, 
.woocommerce .product .meta-wrapper a.button:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:focus, 
.woocommerce .product .meta-wrapper a.button:focus,
.woocommerce .product .meta-wrapper .wishlist a:hover,
.woocommerce .product .meta-wrapper .wishlist a:focus,
.meta-wrapper div.wishlist a:hover,
.meta-wrapper div.compare a:hover,
.single-portfolio .ic-like:hover,
.product-group-button .button-tooltip,
.quickshop .button-tooltip,
.wishlist .button-tooltip,
.compare .button-tooltip{
background-color:#e72304;
border-color:#e72304;
color:#ffffff;
}
.quickshop .button-tooltip:after, 
.wishlist .button-tooltip:after, 
.compare .button-tooltip:after{
color:#e72304;
}
body .product-group-button .button-tooltip:after{
border-left-color:#e72304; }
body .product-group-button .button-tooltip:after{
border-right-color:#e72304; } .woocommerce .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale{
color:#ffffff;
background:#e72304;
}
.woocommerce .product .product-label .onsale.amount,
.pp_woocommerce div.product .images .product-label span.onsale.amount{
color:#ffffff;
}
.woocommerce .product .product-label .onsale:before,
.pp_woocommerce div.product .images .product-label .onsale:before{
border-top-color:#e72304;
}
.woocommerce .product .product-label .onsale:after,
.pp_woocommerce div.product .images .product-label .onsale:after{
border-bottom-color:#e72304;
}
.woocommerce .product .product-label .new,
.pp_woocommerce div.product .images .product-label span.new{
color:#ffffff;
background:#3a93ca;
}
.woocommerce .product .product-label .new:before,
.pp_woocommerce div.product .images .product-label .new:before{
border-top-color:#3a93ca;
}
.woocommerce .product .product-label .new:after,
.pp_woocommerce div.product .images .product-label .new:after{
border-bottom-color:#3a93ca;
}
.woocommerce .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured{
color:#ffffff;
background:#0099cc;
}
.woocommerce .product .product-label .featured:before,
.pp_woocommerce div.product .images .product-label .featured:before{
border-top-color:#0099cc;
}
.woocommerce .product .product-label .featured:after,
.pp_woocommerce div.product .images .product-label .featured:after{
border-bottom-color:#0099cc;
}
.woocommerce .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock{
color:#ffffff;
background:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:before,
.pp_woocommerce div.product .images .product-label .out-of-stock:before{
border-top-color:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:after,
.pp_woocommerce div.product .images .product-label .out-of-stock:after{
border-bottom-color:#d4d4d4;
} .amount,
.woocommerce .products .product .price,
.woocommerce .products .product .amount,
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.single-navigation .product-info .price, body table.compare-list tr.price td{
color:#000000;
}
del .amount,
.woocommerce .products .product del .amount{
color:#000000;
}
ins .amount,
.woocommerce .products .product ins .amount{
color:#000000;
} .woocommerce-message,
.woocommerce .woocommerce-message,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
.vc_color-alert-success.vc_message_box{
background:#c1faa8;
color:#6db74c;
border-color:#6db74c;
}
.woocommerce-message a,
.woocommerce .woocommerce-message a{
color:#6db74c;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
.alert.alert-success:before,
.mailchimp-subscription .mc4wp-success:before,
.mailchimp-subscription .mc4wp-success{
color:#6db74c;
}
.woocommerce-info,
.woocommerce .woocommerce-info,
.alert.alert-info,
.vc_color-alert-info.vc_message_box{
background:#fff4bb;
color:#e99b00;
border-color:#ffcc66;
}
.woocommerce-info a, 
.woocommerce .woocommerce-info a{
color:#e99b00;
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
.alert.alert-info:before{
color:#e99b00;
}
.woocommerce-error,
.woocommerce .woocommerce-error,
.alert.alert-error,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
.vc_color-alert-danger.vc_message_box{
background:transparent;
border-color:#e94b4b;
color:#666666;
}
.woocommerce-error a,
.woocommerce .woocommerce-error a{
color:#666666;
}
.mailchimp-subscription .mc4wp-error,
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
.alert.alert-error:before,
.mailchimp-subscription .mc4wp-error:before{
color:#e94b4b;
}
.alert.alert-warning,
div.wpcf7-spam-blocked,
.vc_color-alert-warning.vc_message_box{
background:ffffff;
color:#666666;
border-color:#f5d817;
}
.alert.alert-warning:before{
color:#f5d817;
}
.alert.alert-warning a,
div.wpcf7-spam-blocked a,
.vc_color-alert-warning.vc_message_box a{
color:#666666;
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button{
background:#ffffff;
color:#77d23f;
border-color:#77d23f;
}
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover{
background:#77d23f;
color:#ffffff;
border-color:#77d23f;
}
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button{
background:ffffff;
color:#e94b4b;
border-color:#e94b4b;
}
.woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:hover{
background:#e94b4b;
color:#ffffff;
border-color:#e94b4b;
}
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button{
background:#ffffff;
color:#e99b00;
border-color:#e99b00;
}
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover{
background:#21c2f8;
color:#ffffff;
border-color:#21c2f8;
} .mobile-menu-wrapper{
background:#2f2f2f;
}
.mobile-menu-wrapper li > a,
.mobile-menu-wrapper li:before,
.mobile-menu-wrapper li > .ts-menu-drop-icon{
color:#f5f5f5;
}