.mfp-bg {
top:0;
left:0;
width:100%;
height:100%;
z-index:9999999;
overflow:hidden;
position:fixed;
background:#0b0b0b;
opacity:.8;
filter:alpha(opacity=80);
}

.mfp-wrap {
top:0;
left:0;
width:100%;
height:100%;
z-index:9999999;
position:fixed;
outline:none !important;
-webkit-backface-visibility:hidden;
}

.mfp-container {
text-align:center;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
padding:0 8px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.mfp-container:before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}

.mfp-content {
position:relative;
display:inline-block;
vertical-align:middle;
margin:0 auto;
text-align:left;
z-index:1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
width:100%;
cursor:auto;
}

.mfp-ajax-cur {
cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor:-moz-zoom-out;
cursor:-webkit-zoom-out;
cursor:zoom-out;
}

.mfp-zoom {
cursor:pointer;
cursor:-webkit-zoom-in;
cursor:-moz-zoom-in;
cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor:auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
}

.mfp-hide {
display:none !important;
}

.mfp-preloader {
color:#ccc;
position:absolute;
top:50%;
width:auto;
text-align:center;
margin-top:-.8em;
left:8px;
right:8px;
z-index:1044;
}

.mfp-preloader a {
color:#ccc;
}

.mfp-preloader a:hover {
color:#fff;
}

button.mfp-close,button.mfp-arrow {
overflow:visible;
cursor:pointer;
background:transparent;
border:0;
-webkit-appearance:none;
display:block;
outline:none;
padding:0;
z-index:1046;
-webkit-box-shadow:none;
box-shadow:none;
}

button::-moz-focus-inner {
padding:0;
border:0;
}

.mfp-close {
width:44px;
height:44px;
line-height:44px;
position:absolute;
right:0;
top:0;
text-decoration:none;
text-align:center;
opacity:.65;
filter:alpha(opacity=65);
padding:0 0 18px 10px;
color:#fff;
font-style:normal;
font-size:28px;
font-family:Arial,Baskerville,monospace;
}

.mfp-close:active {
top:1px;
}

.mfp-close-btn-in .mfp-close {
color:#333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color:#fff;
right:-6px;
text-align:right;
padding-right:6px;
width:100%;
}

.mfp-counter {
position:absolute;
top:0;
right:0;
color:#ccc;
font-size:12px;
line-height:18px;
}

.mfp-arrow {
position:absolute;
opacity:.65;
filter:alpha(opacity=65);
margin:0;
top:50%;
margin-top:-55px;
padding:0;
width:90px;
height:110px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.mfp-arrow:active {
margin-top:-54px;
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
content:'';
display:block;
width:0;
height:0;
position:absolute;
left:0;
top:0;
margin-top:35px;
margin-left:35px;
border:medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
border-top-width:13px;
border-bottom-width:13px;
top:8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
border-top-width:21px;
border-bottom-width:21px;
opacity:.7;
}

.mfp-arrow-left {
left:0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
border-right:17px solid #fff;
margin-left:31px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
margin-left:25px;
border-right:27px solid #3f3f3f;
}

.mfp-arrow-right {
right:0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
border-left:17px solid #fff;
margin-left:39px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
border-left:27px solid #3f3f3f;
}

.mfp-iframe-holder {
padding-top:40px;
padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
line-height:0;
width:100%;
max-width:900px;
}

.mfp-iframe-holder .mfp-close {
top:-40px;
}

.mfp-iframe-scaler {
width:100%;
height:0;
overflow:hidden;
padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
box-shadow:0 0 8px rgba(0,0,0,0.6);
background:#000;
}

img.mfp-img {
width:auto;
max-width:100%;
height:auto;
display:block;
line-height:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:40px 0;
margin:0 auto;
}

.mfp-figure {
line-height:0;
}

.mfp-figure:after {
content:'';
position:absolute;
left:0;
top:40px;
bottom:40px;
display:block;
right:0;
width:auto;
height:auto;
z-index:-1;
box-shadow:0 0 8px rgba(0,0,0,0.6);
background:#444;
}

.mfp-figure small {
color:#bdbdbd;
display:block;
font-size:12px;
line-height:14px;
}

.mfp-figure figure {
margin:0;
}

.mfp-bottom-bar {
margin-top:-36px;
position:absolute;
top:100%;
left:0;
width:100%;
cursor:auto;
}

.mfp-title {
text-align:left;
line-height:18px;
color:#f3f3f3;
word-wrap:break-word;
padding-right:36px;
}

.mfp-image-holder .mfp-content {
max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor:pointer;
}

.mfp-align-top .mfp-container:before,.mfp-loading.mfp-figure,.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content {
display:none;
}

.mfp-close:hover,.mfp-close:focus,.mfp-arrow:hover,.mfp-arrow:focus {
opacity:1;
filter:alpha(opacity=100);
}

@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;
padding-right:0;
}

.mfp-img-mobile .mfp-figure:after {
top:0;
bottom:0;
}

.mfp-img-mobile .mfp-figure small {
display:inline;
margin-left:5px;
}

.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0,0,0,0.6);
bottom:0;
margin:0;
top:auto;
padding:3px 5px;
position:fixed;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.mfp-img-mobile .mfp-counter {
right:5px;
top:3px;
}

.mfp-img-mobile .mfp-close {
top:0;
right:0;
width:35px;
height:35px;
line-height:35px;
background:rgba(0,0,0,0.6);
position:fixed;
text-align:center;
padding:0;
}

.mfp-img-mobile img.mfp-img,.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform:scale(0.75);
transform:scale(0.75);
}

.mfp-arrow-left {
-webkit-transform-origin:0;
transform-origin:0;
}

.mfp-arrow-right {
-webkit-transform-origin:100%;
transform-origin:100%;
}

.mfp-container {
padding-left:6px;
padding-right:6px;
}
}

.mfp-ie7 .mfp-bottom-bar {
width:600px;
left:50%;
margin-left:-300px;
margin-top:5px;
padding-bottom:5px;
}

.mfp-ie7 .mfp-content {
padding-top:44px;
}

.mfp-ie7 .mfp-close {
top:0;
right:0;
padding-top:0;
}

.penci-owl-carousel .animated {
-webkit-animation-duration:1000ms;
animation-duration:1000ms;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
}

.penci-owl-carousel .owl-animated-in {
z-index:0;
}

.penci-owl-carousel .owl-animated-out {
z-index:1;
}

.penci-owl-carousel .fadeOut {
-webkit-animation-name:fadeOut;
animation-name:fadeOut;
}

.mfp-ie7 .mfp-img,.mfp-ie7 .mfp-container {
padding:0;
}

@-webkit-keyframes fadeOut {
0% {
opacity:1;
}

100% {
opacity:0;
}
}

@keyframes fadeOut {
0% {
opacity:1;
}

100% {
opacity:0;
}
}

.owl-height {
-webkit-transition:height 500ms ease-in-out;
-moz-transition:height 500ms ease-in-out;
-ms-transition:height 500ms ease-in-out;
-o-transition:height 500ms ease-in-out;
transition:height 500ms ease-in-out;
}

.penci-owl-carousel {
display:none;
width:100%;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1;
}

.penci-owl-carousel .owl-stage {
position:relative;
-ms-touch-action:pan-Y;
}

.penci-owl-carousel .owl-stage:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}

.penci-owl-carousel .owl-stage-outer {
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0px,0px,0px);
}

.penci-owl-carousel .owl-nav .owl-prev,.penci-owl-carousel .owl-nav .owl-next,.penci-owl-carousel .owl-dot {
cursor:pointer;
cursor:hand;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

.penci-owl-carousel.owl-loaded {
display:block;
}

.penci-owl-carousel.owl-loading {
opacity:0;
display:block;
}

.penci-owl-carousel.owl-hidden {
opacity:0;
}

.penci-owl-carousel .owl-item {
position:relative;
min-height:1px;
float:left;
-webkit-backface-visibility:hidden;
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

.penci-owl-carousel .owl-item img {
display:block;
width:100%;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
}

.penci-owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select:auto;
-moz-user-select:auto;
-ms-user-select:auto;
user-select:auto;
}

.penci-owl-carousel .owl-grab {
cursor:move;
cursor:-webkit-grab;
cursor:-o-grab;
cursor:-ms-grab;
cursor:grab;
}

.penci-owl-carousel.owl-rtl {
direction:rtl;
}

.penci-owl-carousel.owl-rtl .owl-item {
float:right;
}

.penci-owl-carousel .owl-item .owl-lazy {
opacity:0;
-webkit-transition:opacity 400ms ease;
-moz-transition:opacity 400ms ease;
-ms-transition:opacity 400ms ease;
-o-transition:opacity 400ms ease;
transition:opacity 400ms ease;
}

.penci-owl-carousel .owl-video-wrapper {
position:relative;
height:100%;
background:#000;
}

.penci-owl-carousel .owl-video-play-icon {
position:absolute;
height:80px;
width:80px;
left:50%;
top:50%;
margin-left:-40px;
margin-top:-40px;
cursor:pointer;
z-index:1;
-webkit-backface-visibility:hidden;
-webkit-transition:scale 100ms ease;
-moz-transition:scale 100ms ease;
-ms-transition:scale 100ms ease;
-o-transition:scale 100ms ease;
transition:scale 100ms ease;
}

.penci-owl-carousel .owl-video-play-icon:hover {
-webkit-transition:scale(1.3,1.3);
-moz-transition:scale(1.3,1.3);
-ms-transition:scale(1.3,1.3);
-o-transition:scale(1.3,1.3);
transition:scale(1.3,1.3);
}

.penci-owl-carousel .owl-video-tn {
opacity:0;
height:100%;
background-position:center center;
background-repeat:no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
-webkit-transition:opacity 400ms ease;
-moz-transition:opacity 400ms ease;
-ms-transition:opacity 400ms ease;
-o-transition:opacity 400ms ease;
transition:opacity 400ms ease;
}

.penci-owl-carousel .owl-video-frame {
position:relative;
z-index:1;
}

.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
}

.animated.infinite {
-webkit-animation-iteration-count:infinite;
animation-iteration-count:infinite;
}

.animated.hinge {
-webkit-animation-duration:2s;
animation-duration:2s;
}

.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
-webkit-animation-duration:.75s;
animation-duration:.75s;
}

.penci-owl-carousel .owl-refresh .owl-item,.penci-owl-carousel .owl-video-playing .owl-video-tn,.penci-owl-carousel .owl-video-playing .owl-video-play-icon {
display:none;
}

@-webkit-keyframes bounce {
from,20%,53%,80%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

40%,43% {
-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
-webkit-transform:translate3d(0,-30px,0);
transform:translate3d(0,-30px,0);
}

70% {
-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
-webkit-transform:translate3d(0,-15px,0);
transform:translate3d(0,-15px,0);
}

90% {
-webkit-transform:translate3d(0,-4px,0);
transform:translate3d(0,-4px,0);
}
}

@keyframes bounce {
from,20%,53%,80%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

40%,43% {
-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
-webkit-transform:translate3d(0,-30px,0);
transform:translate3d(0,-30px,0);
}

70% {
-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
-webkit-transform:translate3d(0,-15px,0);
transform:translate3d(0,-15px,0);
}

90% {
-webkit-transform:translate3d(0,-4px,0);
transform:translate3d(0,-4px,0);
}
}

.bounce {
-webkit-animation-name:bounce;
animation-name:bounce;
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
}

@-webkit-keyframes flash {
from,50%,to {
opacity:1;
}

25%,75% {
opacity:0;
}
}

@keyframes flash {
from,50%,to {
opacity:1;
}

25%,75% {
opacity:0;
}
}

.flash {
-webkit-animation-name:flash;
animation-name:flash;
}

@-webkit-keyframes pulse {
50% {
-webkit-transform:scale3d(1.05,1.05,1.05);
transform:scale3d(1.05,1.05,1.05);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

@keyframes pulse {
50% {
-webkit-transform:scale3d(1.05,1.05,1.05);
transform:scale3d(1.05,1.05,1.05);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

.pulse {
-webkit-animation-name:pulse;
animation-name:pulse;
}

@-webkit-keyframes rubberBand {
30% {
-webkit-transform:scale3d(1.25,0.75,1);
transform:scale3d(1.25,0.75,1);
}

40% {
-webkit-transform:scale3d(0.75,1.25,1);
transform:scale3d(0.75,1.25,1);
}

50% {
-webkit-transform:scale3d(1.15,0.85,1);
transform:scale3d(1.15,0.85,1);
}

65% {
-webkit-transform:scale3d(.95,1.05,1);
transform:scale3d(.95,1.05,1);
}

75% {
-webkit-transform:scale3d(1.05,.95,1);
transform:scale3d(1.05,.95,1);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

@keyframes rubberBand {
30% {
-webkit-transform:scale3d(1.25,0.75,1);
transform:scale3d(1.25,0.75,1);
}

40% {
-webkit-transform:scale3d(0.75,1.25,1);
transform:scale3d(0.75,1.25,1);
}

50% {
-webkit-transform:scale3d(1.15,0.85,1);
transform:scale3d(1.15,0.85,1);
}

65% {
-webkit-transform:scale3d(.95,1.05,1);
transform:scale3d(.95,1.05,1);
}

75% {
-webkit-transform:scale3d(1.05,.95,1);
transform:scale3d(1.05,.95,1);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

.rubberBand {
-webkit-animation-name:rubberBand;
animation-name:rubberBand;
}

@-webkit-keyframes shake {
from,to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

10%,30%,50%,70%,90% {
-webkit-transform:translate3d(-10px,0,0);
transform:translate3d(-10px,0,0);
}

20%,40%,60%,80% {
-webkit-transform:translate3d(10px,0,0);
transform:translate3d(10px,0,0);
}
}

@keyframes shake {
from,to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

10%,30%,50%,70%,90% {
-webkit-transform:translate3d(-10px,0,0);
transform:translate3d(-10px,0,0);
}

20%,40%,60%,80% {
-webkit-transform:translate3d(10px,0,0);
transform:translate3d(10px,0,0);
}
}

.shake {
-webkit-animation-name:shake;
animation-name:shake;
}

@-webkit-keyframes headShake {
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg);
}

18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg);
}

31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg);
}

43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg);
}

0%,50% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}

@keyframes headShake {
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg);
}

18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg);
}

31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg);
}

43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg);
}

0%,50% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}

.headShake {
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
-webkit-animation-name:headShake;
animation-name:headShake;
}

@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0,0,1,15deg);
transform:rotate3d(0,0,1,15deg);
}

40% {
-webkit-transform:rotate3d(0,0,1,-10deg);
transform:rotate3d(0,0,1,-10deg);
}

60% {
-webkit-transform:rotate3d(0,0,1,5deg);
transform:rotate3d(0,0,1,5deg);
}

80% {
-webkit-transform:rotate3d(0,0,1,-5deg);
transform:rotate3d(0,0,1,-5deg);
}

to {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg);
}
}

@keyframes swing {
20% {
-webkit-transform:rotate3d(0,0,1,15deg);
transform:rotate3d(0,0,1,15deg);
}

40% {
-webkit-transform:rotate3d(0,0,1,-10deg);
transform:rotate3d(0,0,1,-10deg);
}

60% {
-webkit-transform:rotate3d(0,0,1,5deg);
transform:rotate3d(0,0,1,5deg);
}

80% {
-webkit-transform:rotate3d(0,0,1,-5deg);
transform:rotate3d(0,0,1,-5deg);
}

to {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg);
}
}

.swing {
-webkit-transform-origin:top center;
transform-origin:top center;
-webkit-animation-name:swing;
animation-name:swing;
}

@-webkit-keyframes tada {
10%,20% {
-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
}

30%,50%,70%,90% {
-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
}

40%,60%,80% {
-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

@keyframes tada {
10%,20% {
-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
}

30%,50%,70%,90% {
-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
}

40%,60%,80% {
-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
}

from,to {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

.tada {
-webkit-animation-name:tada;
animation-name:tada;
}

@-webkit-keyframes wobble {
15% {
-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
}

30% {
-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
}

45% {
-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
}

60% {
-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
}

75% {
-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
}

from,to {
-webkit-transform:none;
transform:none;
}
}

@keyframes wobble {
15% {
-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
}

30% {
-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
}

45% {
-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
}

60% {
-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
}

75% {
-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
}

from,to {
-webkit-transform:none;
transform:none;
}
}

.wobble {
-webkit-animation-name:wobble;
animation-name:wobble;
}

@-webkit-keyframes jello {
from,11.1%,to {
-webkit-transform:none;
transform:none;
}

22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg);
}

33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg);
}

44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg);
}

55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg);
}

66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
transform:skewX(0.390625deg) skewY(0.390625deg);
}

88.8% {
-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}

@keyframes jello {
from,11.1%,to {
-webkit-transform:none;
transform:none;
}

22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg);
}

33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg);
}

44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg);
}

55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg);
}

66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
transform:skewX(0.390625deg) skewY(0.390625deg);
}

88.8% {
-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}

.jello {
-webkit-animation-name:jello;
animation-name:jello;
-webkit-transform-origin:center;
transform-origin:center;
}

@-webkit-keyframes bounceIn {
from,20%,40%,60%,80%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

20% {
-webkit-transform:scale3d(1.1,1.1,1.1);
transform:scale3d(1.1,1.1,1.1);
}

40% {
-webkit-transform:scale3d(.9,.9,.9);
transform:scale3d(.9,.9,.9);
}

60% {
opacity:1;
-webkit-transform:scale3d(1.03,1.03,1.03);
transform:scale3d(1.03,1.03,1.03);
}

80% {
-webkit-transform:scale3d(.97,.97,.97);
transform:scale3d(.97,.97,.97);
}

to {
opacity:1;
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

@keyframes bounceIn {
from,20%,40%,60%,80%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

20% {
-webkit-transform:scale3d(1.1,1.1,1.1);
transform:scale3d(1.1,1.1,1.1);
}

40% {
-webkit-transform:scale3d(.9,.9,.9);
transform:scale3d(.9,.9,.9);
}

60% {
opacity:1;
-webkit-transform:scale3d(1.03,1.03,1.03);
transform:scale3d(1.03,1.03,1.03);
}

80% {
-webkit-transform:scale3d(.97,.97,.97);
transform:scale3d(.97,.97,.97);
}

to {
opacity:1;
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
}

.bounceIn {
-webkit-animation-name:bounceIn;
animation-name:bounceIn;
}

@-webkit-keyframes bounceInDown {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:translate3d(0,-3000px,0);
transform:translate3d(0,-3000px,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(0,25px,0);
transform:translate3d(0,25px,0);
}

75% {
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0);
}

90% {
-webkit-transform:translate3d(0,5px,0);
transform:translate3d(0,5px,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

@keyframes bounceInDown {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:translate3d(0,-3000px,0);
transform:translate3d(0,-3000px,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(0,25px,0);
transform:translate3d(0,25px,0);
}

75% {
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0);
}

90% {
-webkit-transform:translate3d(0,5px,0);
transform:translate3d(0,5px,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

.bounceInDown {
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
}

@-webkit-keyframes bounceInLeft {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:translate3d(-3000px,0,0);
transform:translate3d(-3000px,0,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(25px,0,0);
transform:translate3d(25px,0,0);
}

75% {
-webkit-transform:translate3d(-10px,0,0);
transform:translate3d(-10px,0,0);
}

90% {
-webkit-transform:translate3d(5px,0,0);
transform:translate3d(5px,0,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

@keyframes bounceInLeft {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

0% {
opacity:0;
-webkit-transform:translate3d(-3000px,0,0);
transform:translate3d(-3000px,0,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(25px,0,0);
transform:translate3d(25px,0,0);
}

75% {
-webkit-transform:translate3d(-10px,0,0);
transform:translate3d(-10px,0,0);
}

90% {
-webkit-transform:translate3d(5px,0,0);
transform:translate3d(5px,0,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

.bounceInLeft {
-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft;
}

@-webkit-keyframes bounceInRight {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

from {
opacity:0;
-webkit-transform:translate3d(3000px,0,0);
transform:translate3d(3000px,0,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(-25px,0,0);
transform:translate3d(-25px,0,0);
}

75% {
-webkit-transform:translate3d(10px,0,0);
transform:translate3d(10px,0,0);
}

90% {
-webkit-transform:translate3d(-5px,0,0);
transform:translate3d(-5px,0,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

@keyframes bounceInRight {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

from {
opacity:0;
-webkit-transform:translate3d(3000px,0,0);
transform:translate3d(3000px,0,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(-25px,0,0);
transform:translate3d(-25px,0,0);
}

75% {
-webkit-transform:translate3d(10px,0,0);
transform:translate3d(10px,0,0);
}

90% {
-webkit-transform:translate3d(-5px,0,0);
transform:translate3d(-5px,0,0);
}

to {
-webkit-transform:none;
transform:none;
}
}

.bounceInRight {
-webkit-animation-name:bounceInRight;
animation-name:bounceInRight;
}

@-webkit-keyframes bounceInUp {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

from {
opacity:0;
-webkit-transform:translate3d(0,3000px,0);
transform:translate3d(0,3000px,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(0,-20px,0);
transform:translate3d(0,-20px,0);
}

75% {
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0);
}

90% {
-webkit-transform:translate3d(0,-5px,0);
transform:translate3d(0,-5px,0);
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

@keyframes bounceInUp {
from,60%,75%,90%,to {
-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
}

from {
opacity:0;
-webkit-transform:translate3d(0,3000px,0);
transform:translate3d(0,3000px,0);
}

60% {
opacity:1;
-webkit-transform:translate3d(0,-20px,0);
transform:translate3d(0,-20px,0);
}

75% {
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0);
}

90% {
-webkit-transform:translate3d(0,-5px,0);
transform:translate3d(0,-5px,0);
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

.bounceInUp {
-webkit-animation-name:bounceInUp;
animation-name:bounceInUp;
}

@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9,.9,.9);
transform:scale3d(.9,.9,.9);
}

50%,55% {
opacity:1;
-webkit-transform:scale3d(1.1,1.1,1.1);
transform:scale3d(1.1,1.1,1.1);
}

to {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}
}

@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9,.9,.9);
transform:scale3d(.9,.9,.9);
}

50%,55% {
opacity:1;
-webkit-transform:scale3d(1.1,1.1,1.1);
transform:scale3d(1.1,1.1,1.1);
}

to {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}
}

.bounceOut {
-webkit-animation-name:bounceOut;
animation-name:bounceOut;
}

@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0);
}

40%,45% {
opacity:1;
-webkit-transform:translate3d(0,-20px,0);
transform:translate3d(0,-20px,0);
}

to {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}
}

@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0);
}

40%,45% {
opacity:1;
-webkit-transform:translate3d(0,-20px,0);
transform:translate3d(0,-20px,0);
}

to {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}
}

.bounceOutDown {
-webkit-animation-name:bounceOutDown;
animation-name:bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px,0,0);
transform:translate3d(20px,0,0);
}

to {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}
}

@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px,0,0);
transform:translate3d(20px,0,0);
}

to {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}
}

.bounceOutLeft {
-webkit-animation-name:bounceOutLeft;
animation-name:bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px,0,0);
transform:translate3d(-20px,0,0);
}

to {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}
}

@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px,0,0);
transform:translate3d(-20px,0,0);
}

to {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}
}

.bounceOutRight {
-webkit-animation-name:bounceOutRight;
animation-name:bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0);
}

40%,45% {
opacity:1;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

to {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}
}

@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0);
}

40%,45% {
opacity:1;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

to {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}
}

.bounceOutUp {
-webkit-animation-name:bounceOutUp;
animation-name:bounceOutUp;
}

@-webkit-keyframes fadeIn {
from {
opacity:0;
}

to {
opacity:1;
}
}

@keyframes fadeIn {
from {
opacity:0;
}

to {
opacity:1;
}
}

.fadeIn {
-webkit-animation-name:fadeIn;
animation-name:fadeIn;
}

@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInDown {
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInDownBig {
-webkit-animation-name:fadeInDownBig;
animation-name:fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInLeft {
-webkit-animation-name:fadeInLeft;
animation-name:fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInLeftBig {
-webkit-animation-name:fadeInLeftBig;
animation-name:fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInRight {
-webkit-animation-name:fadeInRight;
animation-name:fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInRightBig {
-webkit-animation-name:fadeInRightBig;
animation-name:fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInUp {
-webkit-animation-name:fadeInUp;
animation-name:fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.fadeInUpBig {
-webkit-animation-name:fadeInUpBig;
animation-name:fadeInUpBig;
}

@-webkit-keyframes fadeOut {
from {
opacity:1;
}

to {
opacity:0;
}
}

@keyframes fadeOut {
from {
opacity:1;
}

to {
opacity:0;
}
}

.fadeOut {
-webkit-animation-name:fadeOut;
animation-name:fadeOut;
}

@-webkit-keyframes fadeOutDown {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}
}

@keyframes fadeOutDown {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}
}

.fadeOutDown {
-webkit-animation-name:fadeOutDown;
animation-name:fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}
}

@keyframes fadeOutDownBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,2000px,0);
transform:translate3d(0,2000px,0);
}
}

.fadeOutDownBig {
-webkit-animation-name:fadeOutDownBig;
animation-name:fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}
}

@keyframes fadeOutLeft {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}
}

.fadeOutLeft {
-webkit-animation-name:fadeOutLeft;
animation-name:fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}
}

@keyframes fadeOutLeftBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(-2000px,0,0);
transform:translate3d(-2000px,0,0);
}
}

.fadeOutLeftBig {
-webkit-animation-name:fadeOutLeftBig;
animation-name:fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}
}

@keyframes fadeOutRight {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}
}

.fadeOutRight {
-webkit-animation-name:fadeOutRight;
animation-name:fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}
}

@keyframes fadeOutRightBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(2000px,0,0);
transform:translate3d(2000px,0,0);
}
}

.fadeOutRightBig {
-webkit-animation-name:fadeOutRightBig;
animation-name:fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
}

@keyframes fadeOutUp {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
}

.fadeOutUp {
-webkit-animation-name:fadeOutUp;
animation-name:fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}
}

@keyframes fadeOutUpBig {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(0,-2000px,0);
transform:translate3d(0,-2000px,0);
}
}

.fadeOutUpBig {
-webkit-animation-name:fadeOutUpBig;
animation-name:fadeOutUpBig;
}

@-webkit-keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
transform:perspective(400px) rotate3d(0,1,0,-360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}

40% {
-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}

50% {
-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

80% {
-webkit-transform:perspective(400px) scale3d(.95,.95,.95);
transform:perspective(400px) scale3d(.95,.95,.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
}

@keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
transform:perspective(400px) rotate3d(0,1,0,-360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}

40% {
-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}

50% {
-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

80% {
-webkit-transform:perspective(400px) scale3d(.95,.95,.95);
transform:perspective(400px) scale3d(.95,.95,.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
}

.animated.flip {
-webkit-backface-visibility:visible;
backface-visibility:visible;
-webkit-animation-name:flip;
animation-name:flip;
}

@-webkit-keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
transform:perspective(400px) rotate3d(1,0,0,90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0;
}

40% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
transform:perspective(400px) rotate3d(1,0,0,-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

60% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
transform:perspective(400px) rotate3d(1,0,0,10deg);
opacity:1;
}

80% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
transform:perspective(400px) rotate3d(1,0,0,-5deg);
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}

@keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
transform:perspective(400px) rotate3d(1,0,0,90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0;
}

40% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
transform:perspective(400px) rotate3d(1,0,0,-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

60% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
transform:perspective(400px) rotate3d(1,0,0,10deg);
opacity:1;
}

80% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
transform:perspective(400px) rotate3d(1,0,0,-5deg);
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}

.flipInX {
-webkit-backface-visibility:visible !important;
backface-visibility:visible !important;
-webkit-animation-name:flipInX;
animation-name:flipInX;
}

@-webkit-keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
transform:perspective(400px) rotate3d(0,1,0,90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0;
}

40% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
transform:perspective(400px) rotate3d(0,1,0,-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

60% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
transform:perspective(400px) rotate3d(0,1,0,10deg);
opacity:1;
}

80% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
transform:perspective(400px) rotate3d(0,1,0,-5deg);
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}

@keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
transform:perspective(400px) rotate3d(0,1,0,90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0;
}

40% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
transform:perspective(400px) rotate3d(0,1,0,-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

60% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
transform:perspective(400px) rotate3d(0,1,0,10deg);
opacity:1;
}

80% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
transform:perspective(400px) rotate3d(0,1,0,-5deg);
}

to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}

.flipInY {
-webkit-backface-visibility:visible !important;
backface-visibility:visible !important;
-webkit-animation-name:flipInY;
animation-name:flipInY;
}

@-webkit-keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}

30% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
transform:perspective(400px) rotate3d(1,0,0,-20deg);
opacity:1;
}

to {
-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
transform:perspective(400px) rotate3d(1,0,0,90deg);
opacity:0;
}
}

@keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}

30% {
-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
transform:perspective(400px) rotate3d(1,0,0,-20deg);
opacity:1;
}

to {
-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
transform:perspective(400px) rotate3d(1,0,0,90deg);
opacity:0;
}
}

.flipOutX {
-webkit-animation-name:flipOutX;
animation-name:flipOutX;
-webkit-backface-visibility:visible !important;
backface-visibility:visible !important;
}

@-webkit-keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}

30% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
transform:perspective(400px) rotate3d(0,1,0,-15deg);
opacity:1;
}

to {
-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
transform:perspective(400px) rotate3d(0,1,0,90deg);
opacity:0;
}
}

@keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}

30% {
-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
transform:perspective(400px) rotate3d(0,1,0,-15deg);
opacity:1;
}

to {
-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
transform:perspective(400px) rotate3d(0,1,0,90deg);
opacity:0;
}
}

.flipOutY {
-webkit-backface-visibility:visible !important;
backface-visibility:visible !important;
-webkit-animation-name:flipOutY;
animation-name:flipOutY;
}

@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
transform:translate3d(100%,0,0) skewX(-30deg);
opacity:0;
}

60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1;
}

80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1;
}

to {
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
transform:translate3d(100%,0,0) skewX(-30deg);
opacity:0;
}

60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1;
}

80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1;
}

to {
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.lightSpeedIn {
-webkit-animation-name:lightSpeedIn;
animation-name:lightSpeedIn;
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out;
}

@-webkit-keyframes lightSpeedOut {
from {
opacity:1;
}

to {
-webkit-transform:translate3d(100%,0,0) skewX(30deg);
transform:translate3d(100%,0,0) skewX(30deg);
opacity:0;
}
}

@keyframes lightSpeedOut {
from {
opacity:1;
}

to {
-webkit-transform:translate3d(100%,0,0) skewX(30deg);
transform:translate3d(100%,0,0) skewX(30deg);
opacity:0;
}
}

.lightSpeedOut {
-webkit-animation-name:lightSpeedOut;
animation-name:lightSpeedOut;
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}

@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0,0,1,-200deg);
transform:rotate3d(0,0,1,-200deg);
opacity:0;
}

to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0,0,1,-200deg);
transform:rotate3d(0,0,1,-200deg);
opacity:0;
}

to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.rotateIn {
-webkit-animation-name:rotateIn;
animation-name:rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.rotateInDownLeft {
-webkit-animation-name:rotateInDownLeft;
animation-name:rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.rotateInDownRight {
-webkit-animation-name:rotateInDownRight;
animation-name:rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.rotateInUpLeft {
-webkit-animation-name:rotateInUpLeft;
animation-name:rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,-90deg);
transform:rotate3d(0,0,1,-90deg);
opacity:0;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

@keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,-90deg);
transform:rotate3d(0,0,1,-90deg);
opacity:0;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}

.rotateInUpRight {
-webkit-animation-name:rotateInUpRight;
animation-name:rotateInUpRight;
}

@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1;
}

to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0,0,1,200deg);
transform:rotate3d(0,0,1,200deg);
opacity:0;
}
}

@keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1;
}

to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0,0,1,200deg);
transform:rotate3d(0,0,1,200deg);
opacity:0;
}
}

.rotateOut {
-webkit-animation-name:rotateOut;
animation-name:rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}
}

@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,45deg);
transform:rotate3d(0,0,1,45deg);
opacity:0;
}
}

.rotateOutDownLeft {
-webkit-animation-name:rotateOutDownLeft;
animation-name:rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}
}

@keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}
}

.rotateOutDownRight {
-webkit-animation-name:rotateOutDownRight;
animation-name:rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}
}

@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}

to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0,0,1,-45deg);
transform:rotate3d(0,0,1,-45deg);
opacity:0;
}
}

.rotateOutUpLeft {
-webkit-animation-name:rotateOutUpLeft;
animation-name:rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,90deg);
transform:rotate3d(0,0,1,90deg);
opacity:0;
}
}

@keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}

to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0,0,1,90deg);
transform:rotate3d(0,0,1,90deg);
opacity:0;
}
}

.rotateOutUpRight {
-webkit-animation-name:rotateOutUpRight;
animation-name:rotateOutUpRight;
}

@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}

20%,60% {
-webkit-transform:rotate3d(0,0,1,80deg);
transform:rotate3d(0,0,1,80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}

40%,80% {
-webkit-transform:rotate3d(0,0,1,60deg);
transform:rotate3d(0,0,1,60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1;
}

to {
-webkit-transform:translate3d(0,700px,0);
transform:translate3d(0,700px,0);
opacity:0;
}
}

@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}

20%,60% {
-webkit-transform:rotate3d(0,0,1,80deg);
transform:rotate3d(0,0,1,80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
}

40%,80% {
-webkit-transform:rotate3d(0,0,1,60deg);
transform:rotate3d(0,0,1,60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1;
}

to {
-webkit-transform:translate3d(0,700px,0);
transform:translate3d(0,700px,0);
opacity:0;
}
}

.hinge {
-webkit-animation-name:hinge;
animation-name:hinge;
}

@-webkit-keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
}

to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.rollIn {
-webkit-animation-name:rollIn;
animation-name:rollIn;
}

@-webkit-keyframes rollOut {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
}
}

@keyframes rollOut {
from {
opacity:1;
}

to {
opacity:0;
-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
}
}

.rollOut {
-webkit-animation-name:rollOut;
animation-name:rollOut;
}

@-webkit-keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

50% {
opacity:1;
}
}

@keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

50% {
opacity:1;
}
}

.zoomIn {
-webkit-animation-name:zoomIn;
animation-name:zoomIn;
}

@-webkit-keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomInDown {
-webkit-animation-name:zoomInDown;
animation-name:zoomInDown;
}

@-webkit-keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomInLeft {
-webkit-animation-name:zoomInLeft;
animation-name:zoomInLeft;
}

@-webkit-keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomInRight {
-webkit-animation-name:zoomInRight;
animation-name:zoomInRight;
}

@-webkit-keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

60% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomInUp {
-webkit-animation-name:zoomInUp;
animation-name:zoomInUp;
}

@-webkit-keyframes zoomOut {
from {
opacity:1;
}

50% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

to {
opacity:0;
}
}

@keyframes zoomOut {
from {
opacity:1;
}

50% {
opacity:0;
-webkit-transform:scale3d(.3,.3,.3);
transform:scale3d(.3,.3,.3);
}

to {
opacity:0;
}
}

.zoomOut {
-webkit-animation-name:zoomOut;
animation-name:zoomOut;
}

@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

to {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

to {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomOutDown {
-webkit-animation-name:zoomOutDown;
animation-name:zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
}

to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px,0,0);
transform:scale(.1) translate3d(-2000px,0,0);
-webkit-transform-origin:left center;
transform-origin:left center;
}
}

@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
}

to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px,0,0);
transform:scale(.1) translate3d(-2000px,0,0);
-webkit-transform-origin:left center;
transform-origin:left center;
}
}

.zoomOutLeft {
-webkit-animation-name:zoomOutLeft;
animation-name:zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
}

to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px,0,0);
transform:scale(.1) translate3d(2000px,0,0);
-webkit-transform-origin:right center;
transform-origin:right center;
}
}

@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
}

to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px,0,0);
transform:scale(.1) translate3d(2000px,0,0);
-webkit-transform-origin:right center;
transform-origin:right center;
}
}

.zoomOutRight {
-webkit-animation-name:zoomOutRight;
animation-name:zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

to {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
}

to {
opacity:0;
-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
}
}

.zoomOutUp {
-webkit-animation-name:zoomOutUp;
animation-name:zoomOutUp;
}

@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

@keyframes slideInDown {
from {
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown;
}

@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

@keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

.slideInLeft {
-webkit-animation-name:slideInLeft;
animation-name:slideInLeft;
}

@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

@keyframes slideInRight {
from {
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

.slideInRight {
-webkit-animation-name:slideInRight;
animation-name:slideInRight;
}

@-webkit-keyframes slideInUp {
from {
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

@keyframes slideInUp {
from {
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
visibility:visible;
}

to {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
}

.slideInUp {
-webkit-animation-name:slideInUp;
animation-name:slideInUp;
}

@-webkit-keyframes slideOutDown {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}
}

@keyframes slideOutDown {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(0,100%,0);
transform:translate3d(0,100%,0);
}
}

.slideOutDown {
-webkit-animation-name:slideOutDown;
animation-name:slideOutDown;
}

@-webkit-keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}
}

@keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(-100%,0,0);
transform:translate3d(-100%,0,0);
}
}

.slideOutLeft {
-webkit-animation-name:slideOutLeft;
animation-name:slideOutLeft;
}

@-webkit-keyframes slideOutRight {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}
}

@keyframes slideOutRight {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(100%,0,0);
transform:translate3d(100%,0,0);
}
}

.slideOutRight {
-webkit-animation-name:slideOutRight;
animation-name:slideOutRight;
}

@-webkit-keyframes slideOutUp {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
}

@keyframes slideOutUp {
from {
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

to {
visibility:hidden;
-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
}

.slideOutUp {
-webkit-animation-name:slideOutUp;
animation-name:slideOutUp;
}

@-webkit-keyframes justified-gallery-show-caption-animation {
from {
opacity:0;
}

to {
opacity:.7;
}
}

@-moz-keyframes justified-gallery-show-caption-animation {
from {
opacity:0;
}

to {
opacity:.7;
}
}

@-o-keyframes justified-gallery-show-caption-animation {
from {
opacity:0;
}

to {
opacity:.7;
}
}

@keyframes justified-gallery-show-caption-animation {
from {
opacity:0;
}

to {
opacity:.7;
}
}

@-webkit-keyframes justified-gallery-show-entry-animation {
from {
opacity:0;
}

to {
opacity:1;
}
}

@-moz-keyframes justified-gallery-show-entry-animation {
from {
opacity:0;
}

to {
opacity:1;
}
}

@-o-keyframes justified-gallery-show-entry-animation {
from {
opacity:0;
}

to {
opacity:1;
}
}

@keyframes justified-gallery-show-entry-animation {
from {
opacity:0;
}

to {
opacity:1;
}
}

.justified-gallery {
width:100%;
position:relative;
overflow:hidden;
}

.justified-gallery>a,.justified-gallery>div {
position:absolute;
display:inline-block;
overflow:hidden;
opacity:0;
filter:alpha(opacity=0);
}

.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img {
position:absolute;
top:50%;
left:50%;
margin:0;
padding:0;
border:0;
}

.justified-gallery>a>.caption,.justified-gallery>div>.caption {
display:none;
position:absolute;
bottom:0;
padding:5px;
background-color:#000;
left:0;
right:0;
margin:0;
color:#fff;
font-size:12px;
font-weight:300;
font-family:sans-serif;
}

.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible {
display:initial;
opacity:.7;
filter:alpha(opacity=70);
-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;
-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;
-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery>.entry-visible {
opacity:1;
filter:alpha(opacity=100);
-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;
-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;
-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery>.jg-filtered {
display:none;
}

.justified-gallery>.spinner {
position:absolute;
bottom:0;
margin-left:-24px;
padding:10px 0;
left:50%;
opacity:initial;
filter:initial;
overflow:initial;
}

.justified-gallery>.spinner>span {
display:inline-block;
opacity:0;
filter:alpha(opacity=0);
width:8px;
height:8px;
margin:0 4px;
background-color:#000;
border-radius:6px;
}

.jq-ry-container {
position:relative;
padding:0 5px;
line-height:0;
display:block;
cursor:pointer;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
direction:ltr;
}

.jq-ry-container[readonly=readonly] {
cursor:default;
}

.jq-ry-container>.jq-ry-group-wrapper {
position:relative;
width:100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
position:relative;
line-height:0;
z-index:10;
white-space:nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
display:inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
width:0;
z-index:11;
position:absolute;
top:0;
left:0;
overflow:hidden;
}

* {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-moz-box-sizing:border-box;
outline:none;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
margin:0;
padding:0;
}

input {
background-color:transparent;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,strong,th,var {
font-style:normal;
font-weight:400;
}

ol,ul,li {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:400;
font-family:var(--pchead-font);
font-style:normal;
font-weight:var(--pchead-wei);
}

q:before,q:after {
content:'';
}

strong {
font-weight:700;
}

em {
font-style:italic;
}

img {
max-width:100%;
vertical-align:top;
height:auto;
}

a img {
border:none;
}

iframe {
border:none;
max-width:none;
}

iframe[name="google_conversion_frame"] {
height:0;
display:block;
overflow:hidden;
}

.penci-center {
text-align:center;
}

body:not(.penci-fawesome-ver5) .penci-faicon {
font-family:'FontAwesome';
font-weight:400;
}

body:not(.penci-fawesome-ver5) .penci-faicon.fa-vimeo:before {
content:"\f27d";
}

textarea,input[type="text"],input[type="email"],input[type="search"],input[type="button"],input[type="submit"],button {
-webkit-appearance:none;
border-radius:0;
-webkit-border-radius:0;
}

p:empty:before {
content:none;
}

html,body {
-webkit-font-smoothing:antialiased;
}

body {
font-family:var(--pcbody-font);
color:#313131;
background-color:#FFF;
font-size:14px;
overflow-x:hidden;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
--pcbg-cl:#fff;
--pctext-cl:#313131;
--pcborder-cl:#dedede;
--pcheading-cl:#313131;
--pcmeta-cl:#888;
--pcaccent-cl:#6eb48c;
--pcbody-font:'PT Serif',serif;
--pchead-font:Raleway,sans-serif;
--pchead-wei:bold;
}

textarea {
font-family:var(--pcbody-font);
min-height:100px;
background:none;
}

p {
font-size:14px;
line-height:28px;
}

.elementor-text-editor p {
font-size:inherit;
line-height:inherit;
}

a {
text-decoration:none;
color:var(--pcaccent-cl);
transition:color .3s;
-webkit-transition:color .3s;
-moz-transition:color .3s;
outline:none;
cursor:pointer;
}

.container {
width:1170px;
margin:0 auto;
}

.container.container-1400 {
max-width:1400px;
width:100%;
}

.container.container-fullwidth {
max-width:100%;
width:100%;
}

.penci-page-container-smaller {
max-width:900px;
margin-left:auto;
margin-right:auto;
display:block;
}

.container.penci_sidebar:before,.container.penci_sidebar:after {
content:'';
display:table;
clear:both;
}

body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook-f:before,body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook:before {
content:"\f09a";
}

.penci-single-style-10 .penci-single-s10-content,.container.penci_sidebar #main {
width:70.94%;
padding-right:50px;
float:left;
}

.penci-single-style-10.penci_sidebar.left-sidebar .penci-single-s10-content,.container.penci_sidebar.left-sidebar #main {
float:right;
padding:0 0 0 60px;
}

.penci-sidebar-content {
width:29.06%;
float:right;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group,#main {
width:100%;
}

@media only screen and (min-width: 961px) {
.penci-single-style-10 .penci-post-image-wrapper .container.two-sidebar .penci-sidebar-content {
width:29.06%;
}
}

.penci-sidebar-content-vc {
width:100% !important;
float:none;
}

.penci_sidebar.left-sidebar .penci-sidebar-content {
float:left;
}

.penci-sidebar-content.penci-sticky-sidebar.is-sticky {
margin-top:75px;
}

.admin-bar .penci-sidebar-content.penci-sticky-sidebar.is-sticky {
margin-top:107px;
}

#penci-end-sidebar-sticky {
margin-top:-300px;
padding-top:300px;
}

.clear-footer {
height:1px;
margin-bottom:29px;
clear:both;
display:block;
width:100%;
}

.wrapper-boxed {
overflow:hidden;
}

body.penci-body-boxed {
background:#F5F5F5;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
}

.wrapper-boxed.enable-boxed {
background:#fff;
max-width:1230px;
display:block;
overflow:hidden;
margin:0 auto;
box-shadow:0 5px 8px rgba(0,0,0,0.2);
-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 8px rgba(0,0,0,0.2);
}

.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed {
max-width:1430px;
}

.penci-body-boxed.penci-two-sidebar .container.penci-breadcrumb,.penci-body-boxed.penci-two-sidebar .container.two-sidebar {
width:100%;
padding-left:15px;
padding-right:15px;
}

.penci-top-bar {
background:#313131;
height:auto;
}

.penci-top-bar.topbar-fullwidth,.penci-top-bar.topbar-1400px {
padding:0 20px;
}

.penci-top-bar.topbar-fullwidth .container {
width:100%;
}

.penci-headline {
display:block;
}

.penci-headline .pctopbar-item {
display:inline-block;
margin:0 15px;
float:left;
line-height:32px;
color:#fff;
}

.penci-topbar-ctext {
font-size:13px;
}

.penci-topbar-ctext * {
color:inherit;
font-size:inherit;
}

.penci-headline .pctopbar-item:first-child {
margin-left:0;
}

.penci-headline .pctopbar-item:last-child {
margin-right:0;
}

.clearfix,.penci-clearfix {
clear:both;
}

.penci-clearfix:before,.penci-clearfix:after,.penci-headline:before,.penci-headline:after {
content:'';
display:table;
clear:both;
}

@media only screen and (min-width: 1170px) {
.penci-headline .pctopbar-item:last-child:not(:first-child) {
float:right;
}
}

.headline-title {
height:32px;
line-height:32px;
padding:0 15px;
font-size:12px;
color:#fff;
background:var(--pcaccent-cl);
float:left;
text-transform:uppercase;
font-family:var(--pchead-font);
z-index:10;
position:relative;
display:inline-block;
font-weight:var(--pchead-wei);
}

.penci-top-bar .penci-owl-carousel:not(.owl-loaded) > div:first-child {
height:32px;
}

.penci-owl-carousel.penci-headline-posts .owl-stage-outer {
height:32px !important;
}

.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-prev,.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next {
width:16px;
height:20px;
border:none;
background:none;
display:inline-block;
text-align:center;
line-height:20px;
left:-54px;
outline:none;
cursor:pointer;
position:absolute;
color:#999;
opacity:1 !important;
font-size:18px;
transition:color .3s;
-webkit-transition:color .3s;
-moz-transition:color .3s;
padding:0;
top:50%;
margin-top:-10px;
}

.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next {
left:-32px;
}

.penci-trending-nav {
line-height:32px;
}

.penci-trending-nav a {
font-size:16px;
line-height:inherit;
padding-left:5px;
padding-right:5px;
cursor:pointer;
display:inline-block;
vertical-align:top;
text-decoration:none !important;
color:#999;
position:relative;
}

.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-prev:hover,.penci-owl-carousel-slider.penci-headline-posts .owl-nav .owl-next:hover,.penci-trending-nav a:hover {
color:#fff;
}

@keyframes TickerslideOutRight {
from {
opacity:1;
}

to {
opacity:0;
transform:translate3d(20px,0,0);
}
}

@keyframes TickerslideInRight {
from {
opacity:0;
transform:translate3d(20px,0,0);
}

to {
opacity:1;
transform:none;
}
}

.penci-headline-posts .owl-item.sliderInUp {
animation-name:sliderInUp;
-webkit-animation-name:sliderInUp;
}

.penci-headline-posts .owl-item.sliderOutUp {
animation-name:sliderOutUp;
-webkit-animation-name:sliderOutUp;
}

.penci-headline-posts .slideInUp {
-webkit-animation-name:slideInUp !important;
animation-name:slideInUp !important;
}

.penci-headline-posts .slideOutUp {
-webkit-animation-name:slideOutUp !important;
animation-name:slideOutUp !important;
}

.penci-headline-posts .TickerslideInRight {
-webkit-animation-name:TickerslideInRight !important;
animation-name:TickerslideInRight !important;
}

.penci-headline-posts .TickerslideOutRight {
-webkit-animation-name:TickerslideOutRight !important;
animation-name:TickerslideOutRight !important;
}

.penci-headline-posts .fadeIn {
-webkit-animation-name:fadeIn !important;
animation-name:fadeIn !important;
}

.penci-headline-posts .fadeOut {
-webkit-animation-name:fadeOut !important;
animation-name:fadeOut !important;
}

a.penci-topbar-post-title {
color:#fff;
font-size:12px;
font-family:var(--pchead-font);
text-decoration:none !important;
text-transform:uppercase;
transition:color .3s;
-webkit-transition:color .3s;
-moz-transition:color .3s;
letter-spacing:1px;
display:inline-block;
white-space:nowrap;
line-height:32px;
font-weight:var(--pchead-wei);
}

.loaded a.penci-topbar-post-title {
opacity:1;
}

.penci-topbar-social {
display:inline-block;
float:right;
z-index:10;
position:relative;
}

.penci-topbar-social a {
float:left;
display:inline-block;
vertical-align:top;
margin-left:13px;
font-size:13px;
color:#fff;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
line-height:32px;
}

.penci-topbar-social a:first-child {
margin-left:0;
}

.penci-topbar-trending .animated.slideOutUp,.penci-topbar-trending .animated.slideInUp,.penci-topbar-trending .animated.TickerslideOutRight,.penci-topbar-trending .animated.TickerslideInRight,.penci-topbar-trending .animated.fadeOut,.penci-topbar-trending .animated.fadeIn {
-webkit-animation-duration:.3s;
animation-duration:.3s;
}

.penci-topbar-trending {
display:inline-block;
float:left;
overflow:hidden;
width:100%;
max-width:420px;
text-align:left;
text-overflow:ellipsis;
white-space:nowrap;
}

.penci-topbar-trending .penci-trending-nav {
float:left;
position:relative;
z-index:100;
padding-left:8px;
padding-right:8px;
}

.penci-topbar-trending .penci-owl-carousel .owl-item {
background:#313131;
}

.headline-title.nticker-style-2 {
margin-right:8px;
}

.headline-title.nticker-style-4 {
margin-right:9px;
}

.headline-title.nticker-style-2:after {
width:0;
height:0;
border-top:8px solid transparent;
border-left:9px solid var(--pcaccent-cl);
border-bottom:8px solid transparent;
border-top-color:transparent !important;
border-bottom-color:transparent !important;
content:'';
position:absolute;
right:-8px;
top:50%;
margin-top:-8px;
display:inline-block;
}

.headline-title.nticker-style-3 {
padding-right:25px;
}

.headline-title.nticker-style-3:after {
width:0;
height:0;
border-top:16px solid transparent;
border-right:11px solid #313131;
border-bottom:16px solid transparent;
border-top-color:transparent !important;
border-bottom-color:transparent !important;
content:'';
position:absolute;
right:0;
top:0;
display:inline-block;
}

.headline-title.nticker-style-4:after {
width:0;
height:0;
content:'';
position:absolute;
right:-9px;
top:0;
display:inline-block;
border-bottom:32px solid var(--pcaccent-cl);
border-right:9px solid transparent;
border-right-color:transparent !important;
opacity:.8;
}

.penci-enews-ticker.penci-topbar-trending {
float:none;
display:block;
text-overflow:clip;
max-width:100%;
}

.penci-enews-ticker.penci-topbar-trending .penci-owl-carousel .owl-item {
background:#fff;
}

.penci-enews-ticker .headline-title.nticker-style-3:after {
border-color:#fff;
}

.penci-enews-ticker .penci-trending-nav a,.penci-enews-ticker .penci-trending-nav a:hover {
color:#666;
}

ul.penci-topbar-menu,div.penci-topbar-menu > ul {
display:inline-block;
vertical-align:top;
padding:0;
margin:0;
}

ul.penci-topbar-menu li,div.penci-topbar-menu > ul li {
position:relative;
}

ul.penci-topbar-menu > li,div.penci-topbar-menu > ul > li {
display:inline-block;
float:left;
margin-right:20px;
}

ul.penci-topbar-menu > li:last-child,div.penci-topbar-menu > ul > li:last-child {
margin-right:0;
}

ul.penci-topbar-menu > li a,div.penci-topbar-menu > ul > li a {
color:#fff;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
background:none;
font-size:11px;
text-transform:uppercase;
line-height:32px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.penci-topbar-menu img {
vertical-align:middle;
}

ul.penci-topbar-menu ul.sub-menu,div.penci-topbar-menu > ul ul.sub-menu {
display:none;
position:absolute;
left:0;
background:#313131;
box-shadow:0 3px 3px rgba(0,0,0,0.15);
-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.15);
-moz-box-shadow:0 3px 3px rgba(0,0,0,0.15);
}

ul.penci-topbar-menu li:hover > ul.sub-menu,div.penci-topbar-menu > ul li:hover > ul.sub-menu {
display:block;
z-index:105;
}

ul.penci-topbar-menu li:hover ul.sub-menu ul.sub-menu,div.penci-topbar-menu > ul li:hover ul.sub-menu ul.sub-menu {
left:100%;
top:0;
}

ul.penci-topbar-menu ul.sub-menu li a,div.penci-topbar-menu > ul ul.sub-menu li a {
width:150px;
padding:7px 0;
margin:0 20px;
line-height:1.7;
display:block;
text-align:left;
}

ul.penci-topbar-menu ul.sub-menu li a,div.penci-topbar-menu > ul ul.sub-menu li a,ul.penci-topbar-menu > li > ul.sub-menu > li:first-child,div.penci-topbar-menu > ul > li > ul.sub-menu > li:first-child {
border-top:1px solid #414141;
}

ul.penci-topbar-menu ul.sub-menu > li:first-child > a,div.penci-topbar-menu > ul ul.sub-menu li:first-child > a {
border-top:none;
}

.penci-top-bar .pctopbar-login-btn,.penci-top-bar .pclogin-item {
display:inline-block;
position:relative;
vertical-align:top;
}

.penci-topbar-social .pclogin-item {
margin-right:13px;
}

.penci-top-bar .pclogin-item:not(.penci-login-popup-btn) a,.penci-top-bar .penci-login-popup-btn a {
font-size:inherit;
}

.penci-top-bar .penci-login-popup-btn a i {
font-size:13px;
}

.pclogin-item.login-popup span {
margin-left:4px;
font-size:inherit;
}

.penci-topbar-social.penci-lgdisplay-right .pclogin-item {
margin-right:0;
margin-left:13px;
}

.pctopbar-login-btn .pclogin-sub {
position:absolute;
left:0;
width:200px;
top:32px;
background:#313131;
padding:10px 20px;
display:none;
z-index:10;
}

.pctopbar-login-btn li.pclogin-item:hover > .pclogin-sub {
display:block;
}

.pctopbar-login-btn li.pclogin-item img {
position:relative;
top:5px;
margin:0;
margin-right:2px;
}

.pctopbar-login-btn .pclogin-sub li a i {
margin-right:5px;
}

.penci-loader-effect {
width:40px;
height:40px;
margin:0 auto;
margin-top:-26px;
margin-left:-26px;
display:none;
position:absolute;
top:50%;
left:50%;
z-index:300;
}

.penci-loader-effect .penci-ld {
width:40px;
height:40px;
position:relative;
margin:0;
display:block;
}

.penci-ld .penci-ldin {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}

.penci-ld .penci-ld2 {
-webkit-transform:rotate(30deg);
-ms-transform:rotate(30deg);
transform:rotate(30deg);
}

.penci-ld .penci-ld3 {
-webkit-transform:rotate(60deg);
-ms-transform:rotate(60deg);
transform:rotate(60deg);
}

.penci-ld .penci-ld4 {
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}

.penci-ld .penci-ld5 {
-webkit-transform:rotate(120deg);
-ms-transform:rotate(120deg);
transform:rotate(120deg);
}

.penci-ld .penci-ld6 {
-webkit-transform:rotate(150deg);
-ms-transform:rotate(150deg);
transform:rotate(150deg);
}

.penci-ld .penci-ld7 {
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}

.penci-ld .penci-ld8 {
-webkit-transform:rotate(210deg);
-ms-transform:rotate(210deg);
transform:rotate(210deg);
}

.penci-ld .penci-ld9 {
-webkit-transform:rotate(240deg);
-ms-transform:rotate(240deg);
transform:rotate(240deg);
}

.penci-ld .penci-ld10 {
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
}

.penci-ld .penci-ld11 {
-webkit-transform:rotate(300deg);
-ms-transform:rotate(300deg);
transform:rotate(300deg);
}

.penci-ld .penci-ld12 {
-webkit-transform:rotate(330deg);
-ms-transform:rotate(330deg);
transform:rotate(330deg);
}

.penci-ld .penci-ldin:before {
content:'';
display:block;
margin:0 auto;
width:15%;
height:15%;
border-radius:100%;
-webkit-animation:LoadingCircleEf .7s infinite ease-in-out both;
animation:LoadingCircleEf .7s infinite ease-in-out both;
background:var(--pcaccent-cl);
}

.penci-ld .penci-ld2:before {
-webkit-animation-delay:-1.1s;
animation-delay:-1.1s;
}

.penci-ld .penci-ld3:before {
-webkit-animation-delay:-1s;
animation-delay:-1s;
}

.penci-ld .penci-ld4:before {
-webkit-animation-delay:-.9s;
animation-delay:-.9s;
}

.penci-ld .penci-ld5:before {
-webkit-animation-delay:-.8s;
animation-delay:-.8s;
}

.penci-ld .penci-ld6:before {
-webkit-animation-delay:-.7s;
animation-delay:-.7s;
}

.penci-ld .penci-ld7:before {
-webkit-animation-delay:-.6s;
animation-delay:-.6s;
}

.penci-ld .penci-ld8:before {
-webkit-animation-delay:-.5s;
animation-delay:-.5s;
}

.penci-ld .penci-ld9:before {
-webkit-animation-delay:-.4s;
animation-delay:-.4s;
}

.penci-ld .penci-ld10:before {
-webkit-animation-delay:-.3s;
animation-delay:-.3s;
}

.penci-ld .penci-ld11:before {
-webkit-animation-delay:-.2s;
animation-delay:-.2s;
}

.penci-ld .penci-ld12:before {
-webkit-animation-delay:-.1s;
animation-delay:-.1s;
}

a.penci-topbar-post-title:hover,.penci-topbar-social a:hover,ul.penci-topbar-menu > li a:hover,div.penci-topbar-menu > ul > li a:hover {
color:var(--pcaccent-cl);
}

.penci-topbar-social > div,ul.penci-topbar-menu > li > a,div.penci-topbar-menu > ul > li > a {
display:inline-block;
vertical-align:top;
}

.pctopbar-login-btn .pclogin-sub li,.pctopbar-login-btn .pclogin-sub li a {
display:block;
float:none;
font-size:inherit;
}

@-webkit-keyframes LoadingCircleEf {
0%,80%,100% {
-webkit-transform:scale(0);
transform:scale(0);
}

40% {
-webkit-transform:scale(1);
transform:scale(1);
}
}

@keyframes LoadingCircleEf {
0%,80%,100% {
-webkit-transform:scale(0);
transform:scale(0);
}

40% {
-webkit-transform:scale(1);
transform:scale(1);
}
}

#penci-login-popup {
position:relative;
display:block;
vertical-align:middle;
margin:0 auto;
text-align:left;
z-index:10;
width:100%;
max-width:470px;
padding:44px;
background:transparent;
background-size:auto;
color:#313131;
opacity:0;
-webkit-transition:all .4s cubic-bezier(0.5,0,0.1,1);
transition:all .4s cubic-bezier(0.5,0,0.1,1);
transform:scale(.6);
-webkit-transform:scale(.6);
}

#penci-login-popup:before,#penci-login-popup:after {
content:'';
position:absolute;
z-index:-1;
top:0;
left:0;
width:100%;
height:100%;
display:block;
background:#fff no-repeat fixed center center;
opacity:.75;
}

#penci-login-popup:after {
z-index:-2;
background-color:transparent;
opacity:1;
}

.mfp-ready #penci-login-popup {
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
}

.mfp-ready.mfp-removing #penci-login-popup {
opacity:0;
transform:scale(.6);
-webkit-transform:scale(.6);
}

.mfp-bg.penci-popup-animation {
opacity:0;
transition:all .3s ease-out;
}

.mfp-bg.penci-popup-animation.mfp-ready {
opacity:.9;
}

.mfp-bg.penci-popup-animation.mfp-ready.mfp-removing {
opacity:0;
}

#penci-login-popup.ajax-loading:before {
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:10;
background:#fff;
opacity:.65;
}

#penci-login-popup.ajax-loading .penci-loader-effect {
display:block;
}

.penci-login-container .penci-login input[type="text"],.penci-login-container .penci-login input[type="password"],.penci-login-container .penci-login input[type="submit"],.penci-login-container .penci-login input[type="email"] {
width:100%;
padding:0 15px;
border-radius:0;
margin-bottom:20px;
line-height:40px;
}

.penci-lgpop-title {
text-align:center;
line-height:1.2;
text-transform:uppercase;
font-size:24px;
margin-bottom:20px;
letter-spacing:0;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.pclogin-input-checkbox {
margin-bottom:20px;
}

.pclg-2col > div {
float:left;
width:47.5%;
margin-right:5%;
}

#navigation {
background:#fff;
height:60px;
z-index:9999;
width:100%;
-webkit-backface-visibility:hidden;
border-bottom:1px solid #ECECEC;
transition:box-shadow .3s;
-webkit-transition:box-shadow .3s;
-moz-transition:box-shadow .3s;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.wrapper-boxed.enable-boxed #navigation {
transition:height 0.3s,box-shadow .3s;
-webkit-transition:height 0.3s,box-shadow .3s;
-moz-transition:height 0.3s,box-shadow .3s;
}

#navigation.sticky-active {
z-index:99999;
}

#navigation.header-6,#navigation.header-9 {
transition:box-shadow 0.3s,height .3s;
-webkit-transition:box-shadow 0.3s,height .3s;
-moz-transition:box-shadow 0.3s,height .3s;
}

#navigation.header-7,#navigation.header-8,#navigation.header-9 {
padding:0 20px;
}

#navigation.header-layout-bottom {
box-shadow:0 0 0 transparent;
-webkit-box-shadow:0 0 0 transparent;
-moz-box-shadow:0 0 0 transparent;
border-top:1px solid #ECECEC;
}

#navigation.header-1,#navigation.header-4,#navigation.header-7 {
border-top:1px solid transparent !important;
}

.is-sticky #navigation {
box-shadow:0 1px 5px rgba(190,190,190,0.46);
-webkit-box-shadow:0 1px 5px rgba(190,190,190,0.46);
-moz-box-shadow:0 1px 5px rgba(190,190,190,0.46);
border-color:transparent!important;
}

.wrapper-boxed.enable-boxed .is-sticky #navigation {
margin:0 auto;
left:0;
right:0;
width:100%;
max-width:1230px;
}

.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed .is-sticky #navigation {
max-width:1430px;
}

#navigation .container {
position:relative;
display:table;
text-align:center;
}

#navigation.header-7 .container,#navigation.header-8 .container,#navigation.header-9 .container {
width:100%;
}

#navigation .menu {
float:left;
}

#navigation.header-4 .menu,#navigation.header-5 .menu,#navigation.header-4 .pcheader-icon,#navigation.header-5 .pcheader-icon {
float:none;
vertical-align:top;
}

#navigation.header-4 .pcheader-icon,#navigation.header-5 .pcheader-icon {
margin-left:40px;
display:inline-block;
}

#navigation ul.menu > li,#navigation .menu > ul > li {
display:inline-block;
position:relative;
float:left;
margin-right:30px;
}

#navigation .menu li a {
font-family:var(--pchead-font);
font-size:12px;
letter-spacing:1px;
color:#313131;
line-height:58px;
text-transform:uppercase;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
position:relative;
font-weight:var(--pchead-wei);
text-decoration:none;
}

#navigation .menu li a i {
font-size:13px;
margin-right:5px;
}

#navigation ul.menu > li > a:before,#navigation .menu > ul > li > a:before {
content:"";
position:absolute;
bottom:18px;
transition:all .2s;
-webkit-transition:all .2s;
-moz-transition:all .2s;
left:50%;
height:2px;
width:0;
background:var(--pcaccent-cl);
}

#navigation ul.menu > li > a:hover:before,#navigation .menu > ul > li > a:hover:before,#navigation ul.menu > li:hover > a:before,#navigation .menu > ul > li:hover > a:before {
left:0;
width:100%;
}

#navigation .menu li a:hover,#navigation .menu li:hover > a,#navigation .menu li.current-menu-item > a,#navigation .menu > li.current_page_item > a,#navigation .menu > li.current-menu-ancestor > a,#navigation .menu > li.current-menu-item > a {
color:var(--pcaccent-cl);
}

#navigation ul.menu > li > a > img,#navigation .menu > ul > li > a > img {
vertical-align:middle;
}

#navigation .button-menu-mobile {
display:none;
float:left;
line-height:60px;
text-align:center;
color:#313131;
font-size:21px;
cursor:pointer;
transition:color .3s;
-webkit-transition:color .3s;
-moz-transition:color .3s;
}

#logo h1 {
margin:0;
}

.penci-mobile-hlogo {
display:none;
float:left;
margin-left:10px;
}

.penci-mobile-hlogo a {
display:inline-block;
}

.penci-mobile-hlogo img {
max-height:60px;
padding:8px 0;
width:auto;
}

.penci-hidden,.slicknav_menu {
display:none;
}

.pclg-2col > div:last-child,#navigation .menu > li:last-child,#navigation .menu > ul > li:last-child {
margin-right:0;
}

#navigation .container .inner-top-navigation,#logo a {
display:inline-block;
vertical-align:top;
}

@media only screen and (max-width: 960px) {
.penci-hlogo-center .penci-mobile-hlogo,.penci-hlogo-center #navigation.header-6 #logo {
float:none;
margin:0;
position:absolute;
left:50%;
top:0;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
z-index:10;
}

.penci-mobile-hlogo {
display:inline-block;
}
}

#navigation.header-6 .container {
text-align:right;
}

#navigation.header-6 .menu {
float:none;
}

#navigation.header-6 #logo {
float:left;
display:block;
text-align:left;
}

#navigation.header-6 ul.menu > li > a:before,#navigation.header-6 .menu > ul > li > a:before {
bottom:29px;
}

#navigation.header-6 .pcheader-icon {
margin-left:40px;
}

#navigation.header-11 > .container,#navigation.header-10 > .container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

#navigation.header-11 .penci-menu-wrap,#navigation.header-10 .penci-menu-wrap {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
flex:3 0;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
width:100%;
float:left;
text-align:center;
-webkit-justify-content:space-between;
justify-content:space-between;
}

#navigation.header-11 .penci-menu-wrap #logo,#navigation.header-10 .penci-menu-wrap #logo {
width:24%;
display:flex;
justify-content:center;
align-items:center;
position:relative;
}

#navigation.header-11 .penci-menu-wrap .menu,#navigation.header-10 .penci-menu-wrap .menu {
padding:0;
margin:0;
display:flex;
align-items:center;
flex-wrap:wrap;
}

.is-sticky #navigation.header-10 #logo img,.is-sticky #navigation.header-11 #logo img {
padding:7px 0;
}

#navigation.header-11 .penci-header-extra,#navigation.header-10 .penci-header-extra {
margin-left:15px;
}

#navigation.header-11 .show-search form.pc-searchform input.search-input {
height:80px;
padding:26px 35px 26px 20px;
}

#navigation.header-11 .show-search a.close-search,#navigation.header-10 .show-search a.close-search {
right:10px;
}

.is-sticky #navigation.header-6,.is-sticky #navigation.header-10,.is-sticky #navigation.header-11 {
height:60px;
}

.is-sticky #navigation.header-6 #logo img {
max-height:58px;
padding:7px 0;
}

.is-sticky #navigation.header-6 .menu > li > a,.is-sticky #navigation.header-6 ul.menu > li > a {
line-height:58px;
}

.is-sticky #navigation.header-6 ul.menu > li > a:before,.is-sticky #navigation.header-6 .menu > ul > li > a:before {
bottom:18px;
}

.is-sticky #navigation.header-10 .show-search,.is-sticky #navigation.header-10 .penci-menuhbg-toggle,.is-sticky #navigation.header-11 .show-search,.is-sticky #navigation.header-11 .penci-menuhbg-toggle,.is-sticky #navigation.header-10 .show-search,.is-sticky #navigation.header-11 .show-search,.is-sticky #navigation.header-6 .show-search,.is-sticky #navigation.header-6 .penci-menuhbg-toggle {
height:58px;
}

.is-sticky #navigation.header-10 .pcheader-icon > a,.is-sticky #navigation.header-10 .show-search a.close-search,.is-sticky #navigation.header-11 .pcheader-icon > a,.is-sticky #navigation.header-11 .show-search a.close-search,.is-sticky #navigation.header-6 .pcheader-icon > a,.is-sticky #navigation.header-6 .show-search a.close-search {
height:58px;
line-height:58px;
}

.is-sticky #navigation.header-11 .show-search form.pc-searchform input.search-input {
padding:15px 35px 15px 15px;
height:58px;
}

.is-sticky #navigation.header-10 .show-search form.pc-searchform input.search-input,.is-sticky #navigation.header-6 .show-search form.pc-searchform input.search-input {
height:58px;
padding:15px 35px 15px 0;
}

#navigation .menu .sub-menu,#navigation .menu .children {
visibility:hidden;
opacity:0;
position:absolute;
left:0;
z-index:9999;
-webkit-transition:all .27s ease-in-out;
-moz-transition:all .27s ease-in-out;
-o-transition:all .27s ease-in-out;
transition:all .27s ease-in-out;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-ms-transform-origin:0 0;
-o-transform-origin:0 0;
transform-origin:0 0;
-webkit-transform:rotateX(-90deg);
-moz-transform:rotateX(-90deg);
-ms-transform:rotateX(-90deg);
-o-transform:rotateX(-90deg);
transform:rotateX(-90deg);
box-shadow:0 3px 3px rgba(190,190,190,0.6);
-webkit-box-shadow:0 3px 3px rgba(190,190,190,0.6);
-moz-box-shadow:0 3px 3px rgba(190,190,190,0.6);
border-top:1px solid #ECECEC;
margin-top:0;
background:#fff;
}

#navigation ul.menu ul a,#navigation .menu ul ul a {
margin:0 20px;
padding:12px 0;
font-size:12px;
min-width:200px;
line-height:1.4;
-moz-transition:color 0.3s,background-color .3s;
-webkit-transition:color 0.3s,background-color .3s;
transition:color 0.3s,background-color .3s;
border-bottom:1px solid #E0E0E0;
text-align:left;
border-left:none !important;
position:relative;
overflow:hidden;
vertical-align:top;
}

#navigation ul.menu ul li,#navigation ul.menu ul ul li {
padding-right:0;
margin-right:0;
float:none;
position:relative;
width:100%;
}

#navigation .menu ul.sub-menu > li:last-child > a {
border-bottom:none;
}

#navigation ul.menu li:hover > ul,#navigation .menu ul li:hover > ul {
visibility:visible;
opacity:1;
-webkit-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-ms-transform:rotateX(0deg);
-o-transform:rotateX(0deg);
transform:rotateX(0deg);
}

#navigation .menu .sub-menu ul,#navigation .menu .children ul {
left:100%;
top:0;
}

#navigation .menu li.penci-mega-menu {
position:static !important;
}

li.penci-mega-menu > ul.sub-menu {
display:none;
}

#sidebar-nav li.penci-mega-menu .penci-content-megamenu,.penci-menu-hbg li.penci-mega-menu .penci-content-megamenu {
display:none !important;
}

#navigation .menu li.penci-mega-menu > ul.sub-menu {
width:100%;
padding:0!important;
clear:both;
display:block;
}

#navigation .penci-megamenu {
width:100%;
display:table;
}

#navigation .penci-megamenu .penci-mega-child-categories {
width:230px;
display:table-cell;
vertical-align:top;
background:#fff;
padding:20px 0;
position:relative;
}

#navigation .penci-megamenu .penci-mega-child-categories:after {
content:"";
width:1px;
height:100%;
position:absolute;
top:0;
right:0;
background-color:#ECECEC;
}

#navigation .penci-megamenu .penci-mega-child-categories a {
min-width:0;
display:block;
font-size:12px;
text-align:right;
line-height:1.4em;
margin:0;
padding:12px 20px;
border-top:1px solid transparent;
border-bottom:1px solid transparent;
position:relative;
}

#navigation .penci-megamenu .penci-mega-child-categories a.cat-active {
border-top-color:#ECECEC;
border-bottom-color:#ECECEC;
background:#fff;
color:var(--pcaccent-cl);
z-index:10;
position:relative;
}

#navigation .penci-megamenu .penci-mega-child-categories a.cat-active:before {
content:"";
width:1px;
height:100%;
position:absolute;
top:0;
right:0;
background:#fff;
z-index:1;
transition:none;
-webkit-transition:none;
-moz-transition:none;
}

#navigation .penci-megamenu .penci-content-megamenu {
display:table-cell;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
padding:20px 10px 0;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-row {
width:100%;
display:none;
vertical-align:top;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
width:20%;
padding:0 10px;
float:left;
margin-bottom:15px;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
width:25%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1) {
clear:both;
}

.penci-megamenu .penci-image-holder:before {
padding-top:66.6667%;
}

#navigation.header-6,#navigation.header-11,#navigation.header-10 {
height:82px;
}

#navigation.header-6 #logo img,#navigation.header-10 #logo img,#navigation.header-11 #logo img {
padding:12px 0;
max-height:80px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
width:auto;
}

#navigation.header-6 .menu > li > a,#navigation.header-6 ul.menu > li > a,#navigation.header-11 .menu > li > a,#navigation.header-11 ul.menu > li > a,#navigation.header-10 .menu > li > a,#navigation.header-10 ul.menu > li > a {
line-height:80px;
}

#navigation.header-6 .penci-menuhbg-toggle,#navigation.header-6 .show-search,#navigation.header-10 .show-search,#navigation.header-11 .show-search {
height:80px;
}

#navigation.header-6 .pcheader-icon > a,#navigation.header-6 .show-search a.close-search,#navigation.header-11 .pcheader-icon > a,#navigation.header-11 .show-search a.close-search,#navigation.header-11 .penci-menuhbg-toggle,#navigation.header-10 .pcheader-icon > a,#navigation.header-10 .show-search a.close-search,#navigation.header-10 .penci-menuhbg-toggle {
height:80px;
line-height:80px;
}

#navigation.header-6 .show-search form.pc-searchform input.search-input,#navigation.header-10 .show-search form.pc-searchform input.search-input {
height:80px;
padding:26px 35px 26px 0;
}

@media only screen and (min-width: 1800px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
width:14.2857%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
width:16.66666%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(7n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(6n+1) {
clear:both;
}
}

@media only screen and (max-width: 1799px) and (min-width: 1500px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
width:16.66666%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
width:20%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(6n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(5n+1) {
clear:both;
}
}

@media only screen and (max-width: 1799px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(7),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(6),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(14),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(13),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(12),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(11),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(21),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(20),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(19),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(18),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(17),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(16) {
display:none;
}
}

@media only screen and (max-width: 1499px) and (min-width: 1170px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
width:20%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
width:25%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(5n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(4n+1) {
clear:both;
}
}

@media only screen and (max-width: 1499px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(6),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(5),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(12),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(11),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(10),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(9),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(18),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(17),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(16),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(15),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(14),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(13) {
display:none;
}
}

@media only screen and (max-width: 1169px) {
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
width:25%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
width:33.33333%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(4n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(3n+1) {
clear:both;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(5),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(4),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(10),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(9),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(8),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(7),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(15),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(14),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(13),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(12),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(11),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(10) {
display:none;
}
}

#navigation .penci-megamenu .penci-mega-thumbnail {
display:block;
margin:0 0 17px;
position:relative;
}

#navigation .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
font-size:10px;
background:var(--pcaccent-cl);
text-transform:uppercase;
position:absolute;
display:inline-block;
padding:0 6px;
color:#fff;
top:0;
left:0;
letter-spacing:1px;
z-index:3;
height:18px;
font-weight:400;
line-height:18px;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a {
margin:0;
padding:0;
min-width:0;
border-bottom:none;
position:relative;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a {
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a:hover {
opacity:.8;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail .mega-cat-name a {
font-size:inherit !important;
font-family:inherit !important;
font-weight:inherit !important;
line-height:inherit !important;
color:inherit !important;
opacity:1;
padding:0;
margin:0;
text-transform:none;
letter-spacing:0;
}

#navigation .penci-megamenu .penci-mega-thumbnail img {
width:100%;
height:auto;
}

#navigation .penci-megamenu .post-mega-title {
text-align:center;
margin:0;
}

#navigation .penci-megamenu .post-mega-title a {
text-align:center;
}

#navigation .penci-megamenu .penci-mega-date {
line-height:1;
font-size:12px;
color:#999;
text-align:center;
margin-top:6px;
}

#navigation ul.menu > li.megamenu {
position:static;
}

#navigation ul.menu > li.megamenu > ul.sub-menu {
width:1170px;
padding:15px 0;
display:table;
table-layout:fixed;
background:#fff;
left:0;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li {
min-width:200px;
max-width:300px;
display:table-cell;
vertical-align:top;
padding:0 5px;
margin:0;
position:relative;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li:before {
left:0;
content:"";
position:absolute;
top:15px;
bottom:15px;
width:1px;
display:block;
background:#E0E0E0;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li > a {
margin:0 20px;
border-bottom:1px solid #E0E0E0;
display:none;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu {
visibility:visible;
opacity:1;
transform:none;
-webkit-transform:none;
-moz-transform:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
position:static;
border:none;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu li,#navigation ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu li a {
display:block;
}

#navigation ul.menu > li.menu-item-has-children > a:after,#navigation .menu > ul > li.menu-item-has-children > a:after,#navigation ul.menu > li.penci-mega-menu > a:after,#navigation .menu > ul > li.penci-mega-menu > a:after {
font-family:FontAwesome;
content:"\f107";
margin-left:5px;
color:inherit;
font-size:13px;
font-weight:400;
width:auto;
display:inline-block;
}

.penci-fawesome-ver5 #navigation ul.menu > li.menu-item-has-children > a:after,.penci-fawesome-ver5 #navigation .menu > ul > li.menu-item-has-children > a:after,.penci-fawesome-ver5 #navigation ul.menu > li.penci-mega-menu > a:after,.penci-fawesome-ver5 #navigation .menu > ul > li.penci-mega-menu > a:after {
font-family:"Font Awesome 5 Free";
content:"\f107";
font-weight:900;
}

#navigation.menu-style-2 .menu .sub-menu,#navigation.menu-style-2 .menu .children {
border-top:4px solid #E0E0E0;
padding:8px 0;
}

#navigation.menu-style-2 ul.menu ul:before,#navigation.menu-style-2 .menu ul ul:before {
width:0;
height:4px;
top:-4px;
position:absolute;
background:var(--pcaccent-cl);
left:0;
-webkit-transition:width 400ms cubic-bezier(0.870,0.020,0.230,1);
-webkit-transition:width 400ms cubic-bezier(0.870,0.020,0.230,1.005);
-moz-transition:width 400ms cubic-bezier(0.870,0.020,0.230,1.005);
-o-transition:width 500ms cubic-bezier(0.870,0.020,0.230,1.005);
transition:width 500ms cubic-bezier(0.870,0.020,0.230,1.005);
content:"";
transition-delay:.3s;
-webkit-transition-delay:.3s;
-moz-transition-delay:.3s;
}

#navigation.menu-style-2 ul.menu ul a,#navigation.menu-style-2 .menu ul ul a {
padding:8px 0;
border:none !important;
}

#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
padding:0;
}

#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
padding:0 0 15px;
margin:0;
position:relative;
z-index:5;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail {
position:relative;
z-index:5;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-meta {
padding:0 5px;
}

#navigation.menu-style-2 .penci-megamenu .post-mega-title {
line-height:1;
}

.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post:before {
position:absolute;
content:'';
right:0;
top:0;
bottom:0;
width:1px;
background:#f1f1f2;
z-index:1;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
bottom:0;
top:auto;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories {
padding:12px 0;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories:after {
background-color:#f1f1f2;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a {
min-width:0;
display:block;
text-align:left;
line-height:1.4em;
margin:0;
padding:6px 0 6px 20px;
position:relative;
border:none;
background-color:inherit;
z-index:0;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:after {
content:"";
display:block;
position:absolute;
top:50%;
margin-top:-.5px;
-webkit-transition:width,0.4s ease-in-out;
-o-transition:width,0.4s ease-in-out;
transition:width,0.4s ease-in-out;
border-bottom:1px solid;
width:0;
opacity:.3;
left:20px;
z-index:1;
box-shadow:none;
-webkit-box-shadow:none;
color:inherit;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:hover:after {
width:calc(100% + 20px);
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a span {
position:relative;
z-index:2;
background-color:inherit;
padding-right:20px;
display:inline-block;
}

#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:before {
content:"";
background:#f1f1f2;
width:24px;
display:block;
height:1px;
margin:4px 0 17px;
opacity:1;
position:static;
box-shadow:none;
-webkit-box-shadow:none;
}

#navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu {
padding:5px 0;
}

#navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu:before {
display:none;
content:none;
}

#navigation.menu-item-padding ul.menu > li,#navigation.menu-item-padding .menu > ul > li {
margin:0;
}

#navigation.menu-item-padding ul.menu > li > a,#navigation.menu-item-padding .menu > ul > li > a {
padding:0 15px;
}

#navigation.menu-item-padding .menu > li > a:hover,#navigation.menu-item-padding .menu > li:hover > a,#navigation.menu-item-padding .menu > li.current-menu-item > a,#navigation.menu-item-padding .menu > li.current_page_item > a,#navigation.menu-item-padding .menu > li.current-menu-ancestor > a,#navigation.menu-item-padding .menu > li.current-menu-item > a {
background-color:#ececec;
}

#navigation .penci-megamenu .penci-mega-thumbnail a,#navigation.header-7 ul.menu > li.megamenu > ul.sub-menu,#navigation.header-8 ul.menu > li.megamenu > ul.sub-menu,#navigation.header-9 ul.menu > li.megamenu > ul.sub-menu,#navigation.menu-style-2 ul.menu li:hover > ul:before,#navigation.menu-style-2 .menu ul li:hover > ul:before {
width:100%;
}

#navigation ul.menu > li.megamenu > ul.sub-menu > li:first-child:before,#navigation.menu-style-2 ul.menu > li > a:before,#navigation.menu-style-2 .menu > ul > li > a:before,#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:after,#navigation.menu-item-padding ul.menu > li > a:before,#navigation.menu-item-padding .menu > ul > li > a:before {
content:none;
display:none;
}

@media only screen and (min-width: 961px) {
#navigation.header-1.menu-item-padding,#navigation.header-4.menu-item-padding,#navigation.header-7.menu-item-padding,#navigation.header-1.menu-item-padding ul.menu > li > a,#navigation.header-4.menu-item-padding ul.menu > li > a,#navigation.header-7.menu-item-padding ul.menu > li > a {
height:59px;
}

.is-sticky #navigation.header-10.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-11.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-1.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-4.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-7.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-6.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-9.menu-item-padding ul.menu > li > a {
height:58px;
}

.is-sticky #navigation.header-10.penci-logo-overflow #logo,.is-sticky #navigation.header-11.penci-logo-overflow #logo {
height:58px !important;
}

.is-sticky #navigation.header-10 #logo img,.is-sticky #navigation.header-11 #logo img {
max-height:58px;
}

.is-sticky #navigation.header-11 .menu > li > a,.is-sticky #navigation.header-11 ul.menu > li > a,.is-sticky #navigation.header-10 .menu > li > a,.is-sticky #navigation.header-10 ul.menu > li > a {
line-height:58px;
}

#navigation.header-10.menu-item-padding,#navigation.header-11.menu-item-padding,#navigation.header-6.menu-item-padding,#navigation.header-9.menu-item-padding,#navigation.header-10.menu-item-padding ul.menu > li > a,#navigation.header-11.menu-item-padding ul.menu > li > a,#navigation.header-6.menu-item-padding ul.menu > li > a,#navigation.header-9.menu-item-padding ul.menu > li > a {
height:81px;
}

#navigation.header-2.menu-item-padding ul.menu > li > a,#navigation.header-3.menu-item-padding ul.menu > li > a,#navigation.header-5.menu-item-padding ul.menu > li > a,#navigation.header-8.menu-item-padding ul.menu > li > a {
height:60px;
margin-top:-1px;
}

.is-sticky #navigation.header-2.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-3.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-5.menu-item-padding ul.menu > li > a,.is-sticky #navigation.header-8.menu-item-padding ul.menu > li > a {
height:58px;
margin-top:0;
}

#navigation.header-1.menu-item-padding,#navigation.header-4.menu-item-padding,#navigation.header-6.menu-item-padding,#navigation.header-7.menu-item-padding,#navigation.header-9.menu-item-padding {
border-top:none !important;
}

.is-sticky #navigation.menu-item-padding,.is-sticky #navigation.menu-item-padding {
height:58px;
border:none !important;
}

#navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu,#navigation-sticky-wrapper:not(.is-sticky) .menu .children {
margin-top:-1px;
}
}

.penci-menu-hbg,#sidebar-nav {
position:fixed;
top:0;
height:100%;
z-index:99997;
width:270px;
overflow-y:auto;
padding:30px 20px 20px;
background:#fff;
left:0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
transform:translateX(-270px);
-webkit-transform:translateX(-270px);
-moz-transform:translateX(-270px);
}

.penci-menu-hbg.penci-vernav-show {
z-index:100;
}

@media only screen and (min-width: 961px) {
#sidebar-nav {
display:none;
}
}

#sidebar-nav #logo {
display:none !important;
}

#sidebar-nav #logo + ul {
border-top:1px solid #DEDEDE;
}

.penci-menu-hbg {
width:330px;
transform:translateX(-330px);
-webkit-transform:translateX(-330px);
-moz-transform:translateX(-330px);
background-repeat:no-repeat;
background-position:center center;
padding-bottom:30px;
}

.admin-bar .penci-menu-hbg {
padding-top:62px;
}

.open-sidebar-nav #sidebar-nav {
left:270px;
}

.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {
left:330px;
}

.penci-menu-hbg::-webkit-scrollbar {
width:0;
}

#sidebar-nav::-webkit-scrollbar {
width:6px;
background:#848484;
}

#sidebar-nav::-webkit-scrollbar-thumb {
background-color:#313131;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

#sidebar-nav::-webkit-scrollbar-corner {
background-color:#DEDEDE;
}

#sidebar-nav-logo {
padding:0 20px 20px;
text-align:center;
margin:0 0 15px;
position:relative;
}

#sidebar-nav-logo:before {
content:"";
width:60px;
height:1px;
background:var(--pcaccent-cl);
position:absolute;
bottom:0;
left:50%;
margin-left:-30px;
}

.header-social.sidebar-nav-social {
margin:0 0 43px;
padding:0 10px;
}

.header-social.sidebar-nav-social .inner-header-social:before,.header-social.sidebar-nav-social .inner-header-social:after {
content:none;
}

.header-social.sidebar-nav-social a i {
color:#313131;
}

.penci-menu-hbg .header-social.sidebar-nav-social a i {
font-size:14px;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-2 a,.penci-menu-hbg .header-social.penci-hbg-social-style-4 a {
margin:0 3px 6px;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-2 a i,.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i {
width:36px;
height:36px;
line-height:34px;
background:none;
border:1px solid #E0E0E0;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
margin:0;
display:inline-block;
text-align:center;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-2 a:hover i {
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
color:#fff;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-2.hgb-social-style-3 a i,.penci-menu-hbg .header-social.penci-hbg-social-style-4.hgb-social-style-5 a i {
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i,.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,.penci-social-colored ul.footer-socials li a i {
color:#fff !important;
border:none !important;
line-height:36px;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,.penci-social-colored ul.footer-socials li a:hover i {
opacity:.85;
}

.tags-share-box.tags-share-box-s2 .post-share-facebook,.penci-social-facebook .penci-social-content,.penci-social-colored a i.fa-facebook,.penci-social-colored a i.penciicon-facebook,.penci-social-colored a i.fa-facebook-f {
background:#0d47a1 !important;
}

.tags-share-box.tags-share-box-s2 .post-share-twitter,.penci-social-twitter .penci-social-content,.penci-social-colored a i.penciicon-twitter,.penci-social-colored a i.fa-twitter {
background:#40c4ff !important;
}

.penci-social-colored a i.fa-google-plus {
background:#eb4026 !important;
}

.penci-social-instagram .penci-social-content,.penci-social-colored a i.penciicon-instagram,.penci-social-colored a i.fa-instagram {
background:#4D7A9E !important;
background:radial-gradient(circle farthest-corner at 35% 90%,#ffa100,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#efa11c,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#8f44c7,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d43178,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%) !important;
}

.tags-share-box.tags-share-box-s2 .post-share-pinterest,.penci-social-pinterest .penci-social-content,.penci-social-colored a i.penciicon-pinterest,.penci-social-colored a i.fa-pinterest {
background:#bd081c !important;
}

.tags-share-box.tags-share-box-s2 .post-share-linkedin,.penci-social-linkedin .penci-social-content,.penci-social-colored a i.fa-linkedin,.penci-social-colored a i.penciicon-linkedin,.penci-social-colored a i.fa-linkedin-in {
background:#0077b5 !important;
}

.penci-social-flickr .penci-social-content,.penci-social-colored a i.penciicon-flickr,.penci-social-colored a i.fa-flickr {
background:#ff0084 !important;
}

.penci-social-behance .penci-social-content,.penci-social-colored a i.penciicon-behance,.penci-social-colored a i.fa-behance {
background:#053eff !important;
}

.tags-share-box.tags-share-box-s2 .post-share-tumblr,.penci-social-tumblr .penci-social-content,.penci-social-colored a i.penciicon-tumblr,.penci-social-colored a i.fa-tumblr {
background:#34465d !important;
}

.penci-social-youtube .penci-social-content,.penci-social-colored a i.fa-youtube-play,.penci-social-colored a i.penciicon-youtube,.penci-social-colored a i.fa-youtube {
background:red !important;
}

.tags-share-box.tags-share-box-s2 .post-share-email,.penci-social-email .penci-social-content,.penci-social-colored a i.fa-envelope-o,.penci-social-colored a i.penciicon-email,.penci-social-colored a i.fa-envelope {
background:#0084ff !important;
}

.tags-share-box.tags-share-box-s2 .post-share-vk,.penci-social-vk .penci-social-content,.penci-social-colored a i.penciicon-vk,.penci-social-colored a i.fa-vk {
background:#5181b8 !important;
}

.tags-share-box.tags-share-box-s2 .post-share-pocket,.penci-social-pocket .penci-social-content,.penci-social-colored a i.fa-pocket {
background:#ef4056 !important;
}

.penci-social-vine .penci-social-content,.penci-social-colored a i.penciicon-vine,.penci-social-colored a i.fa-vine {
background:#00B98A !important;
}

.penci-social-soundcloud .penci-social-content,.penci-social-colored a i.penciicon-soundcloud,.penci-social-colored a i.fa-soundcloud {
background:#F76201 !important;
}

.penci-social-snapchat .penci-social-content,.penci-social-colored a i.fa-snapchat-ghost,.penci-social-colored a i.penciicon-snapchat,.penci-social-colored a i.fa-snapchat {
background:#F6F600 !important;
}

.penci-social-spotify .penci-social-content,.penci-social-colored a i.penciicon-spotify,.penci-social-colored a i.fa-spotify {
background:#22C95C !important;
}

.penci-social-github .penci-social-content,.penci-social-colored a i.penciicon-github,.penci-social-colored a i.fa-github {
background:#302F2F !important;
}

.penci-social-stack .penci-social-content,.penci-social-colored a i.penciicon-stack-overflow,.penci-social-colored a i.fa-stack-overflow {
background:#F7A000 !important;
}

.penci-social-twitch .penci-social-content,.penci-social-colored a i.penciicon-twitch,.penci-social-colored a i.fa-twitch {
background:#613FA0 !important;
}

.penci-social-vimeo .penci-social-content,.penci-social-colored a i.fa-vimeo,.penci-social-colored a i.penciicon-vimeo,.penci-social-colored a i.fa-vimeo-v {
background:#00A8E8 !important;
}

.penci-social-steam .penci-social-content,.penci-social-colored a i.penciicon-steam,.penci-social-colored a i.fa-steam {
background:#BCBAB8 !important;
}

.penci-social-xing .penci-social-content,.penci-social-colored a i.penciicon-xing,.penci-social-colored a i.fa-xing {
background:#007C7C !important;
}

.tags-share-box.tags-share-box-s2 .post-share-whatsapp,.penci-social-whatsapp .penci-social-content,.penci-social-colored a i.penciicon-whatsapp,.penci-social-colored a i.fa-whatsapp {
background:#00E676 !important;
}

.tags-share-box.tags-share-box-s2 .post-share-telegram,.penci-social-telegram .penci-social-content,.penci-social-colored a i.penciicon-telegram,.penci-social-colored a i.fa-telegram {
background:#289FD9 !important;
}

.tags-share-box.tags-share-box-s2 .post-share-reddit,.penci-social-colored a i.penciicon-reddit,.penci-social-reddit .penci-social-content,.penci-social-colored a i.fa-reddit-alien {
background:#F74300 !important;
}

.tags-share-box.tags-share-box-s2 .post-share-ok,.penci-social-odnoklassniki .penci-social-content,.penci-social-colored a i.penciicon-odnoklassniki,.penci-social-colored a i.fa-odnoklassniki {
background:#F18F00 !important;
}

.penci-social-500px .penci-social-content,.penci-social-colored a i.fa-500px {
background:#0AF !important;
}

.tags-share-box.tags-share-box-s2 .post-share-stumbleupon,.penci-social-stumbleupon .penci-social-content,.penci-social-colored a i.penciicon-stumbleupon,.penci-social-colored a i.fa-stumbleupon {
background:#EB4823 !important;
}

.penci-social-weixin .penci-social-content,.penci-social-colored a i.penciicon-wechat,.penci-social-colored a i.fa-weixin {
background:#0FC91C !important;
}

.penci-social-weibo .penci-social-content,.penci-social-colored a i.penciicon-sina-weibo,.penci-social-colored a i.fa-weibo {
background:#DF152C !important;
}

.penci-social-rss .penci-social-content,.penci-social-colored a i.penciicon-rss,.penci-social-colored a i.fa-rss {
background:#F0941A !important;
}

.tags-share-box.tags-share-box-s2 .post-share-viber,.penci-social-viber .penci-social-content,.penci-social-colored a i.penci-icon-viber,.penci-social-colored a i.penciicon-viber,.penci-social-colored a i.penciicon-viber-1,.penci-social-colored a i.fa-viber {
background:#7d51a0 !important;
}

.penci-social-discord .penci-social-content,.penci-social-colored a i.penci-icon-discord,.penci-social-colored a i.penciicon-discord,.penci-social-colored a i.penciicon-discord-1,.penci-social-colored a i.fa-discord {
background:#7289da !important;
}

.penci-social-colored a i.penciicon-slack,.penci-social-colored a i.fa-slack {
background:#611f69 !important;
}

.penci-social-colored a i.fa-mixcloud {
background:#f3b2a6 !important;
}

.penci-social-colored a i.fa-goodreads,.penci-social-colored a i.penci-icon-goodreads,.penci-social-colored a i.penciicon-goodreads {
background:#8a5724 !important;
}

.penci-social-colored a i.penciicon-tripadvisor,.penci-social-colored a i.fa-tripadvisor {
background:#34e0a1 !important;
}

.penci-social-colored a i.fa-tiktok,.penci-social-colored a i.penci-icon-tiktok,.penci-social-colored a i.penciicon-tik-tok-1,.penci-social-colored a i.penciicon-tik-tok {
background:#fe2c55 !important;
}

.penci-social-colored a i.penciicon-douban-logo {
background:#00B51D !important;
}

.penci-social-colored a i.penciicon-qq-social-logo-of-a-penguin {
background:#4292FF !important;
}

.tags-share-box.tags-share-box-s2 .post-share-plike {
background:var(--pcaccent-cl);
}

.penci-social-delicious .penci-social-content {
background:var(--pcaccent-cl) !important;
}

.penci-social-dribbble .penci-social-content {
background:#ea4c89 !important;
}

.penci-social-colored a i.penciicon-blogger,.penci-social-colored a i.penciicon-blogger-1 {
background:#ed7800 !important;
}

.penci-social-colored a i.fa-delicious {
background:#0078f0 !important;
}

.penci-social-colored a i.penciicon-deviantart,.penci-social-colored a i.penciicon-deviantart-1 {
background:#01ca3a !important;
}

.penci-social-colored a i.fa-digg {
background:#005be2 !important;
}

.penci-social-colored a i.penciicon-evernote-1,.penci-social-colored a i.penciicon-evernote {
background:#00a32c !important;
}

.penci-social-colored a i.penciicon-forrst-1,.penci-social-colored a i.penciicon-forrst {
background:#054958 !important;
}

.penci-social-colored a i.penciicon-grooveshark-1,.penci-social-colored a i.penciicon-grooveshark {
background:#f75421 !important;
}

.penci-social-colored a i.penciicon-lastfm {
background:#e31b23 !important;
}

.penci-social-colored a i.penciicon-myspace,.penci-social-colored a i.penciicon-myspace-logo {
background:#0037c1 !important;
}

.penci-social-colored a i.penciicon-brand,.penci-social-colored a i.fa-paypal {
background:#0070ba !important;
}

.penci-social-colored a i.penciicon-windows,.penci-social-colored a i.fa-windows {
background:#00adef !important;
}

.penci-social-colored a i.penciicon-wordpress-logo,.penci-social-colored a i.fa-wordpress {
background:#21759b !important;
}

.penci-social-colored a i.penciicon-yahoo-logo {
background:#6001d2 !important;
}

.penci-social-colored a i.penciicon-y {
background:#FC401D !important;
}

.penci-social-textcolored a i.fa-facebook,.penci-social-textcolored a i.penciicon-facebook,.penci-social-textcolored a i.fa-facebook-f {
color:#0d47a1 !important;
}

.penci-social-textcolored a i.penciicon-twitter,.penci-social-textcolored a i.fa-twitter {
color:#40c4ff !important;
}

.penci-social-textcolored a i.fa-google-plus {
color:#eb4026 !important;
}

.penci-social-textcolored a i.penciicon-instagram,.penci-social-textcolored a i.fa-instagram {
color:#4D7A9E !important;
}

.penci-social-textcolored a i.penciicon-pinterest,.penci-social-textcolored a i.fa-pinterest {
color:#bd081c !important;
}

.penci-social-textcolored a i.penciicon-linkedin,.penci-social-textcolored a i.fa-linkedin,.penci-social-textcolored a i.fa-linkedin-in {
color:#0077b5 !important;
}

.penci-social-textcolored a i.penciicon-flickr,.penci-social-textcolored a i.fa-flickr {
color:#ff0084 !important;
}

.penci-social-textcolored a i.penciicon-behance,.penci-social-textcolored a i.fa-behance {
color:#053eff !important;
}

.penci-social-textcolored a i.penciicon-tumblr,.penci-social-textcolored a i.fa-tumblr {
color:#34465d !important;
}

.penci-social-textcolored a i.penciicon-youtube,.penci-social-textcolored a i.fa-youtube-play,.penci-social-textcolored a i.fa-youtube {
color:red !important;
}

.penci-social-textcolored a i.penciicon-email,.penci-social-textcolored a i.fa-envelope-o,.penci-social-textcolored a i.fa-envelope {
color:#0084ff !important;
}

.penci-social-textcolored a i.penciicon-vk,.penci-social-textcolored a i.fa-vk {
color:#5181b8 !important;
}

.penci-social-textcolored a i.penciicon-vine,.penci-social-textcolored a i.fa-vine {
color:#00B98A !important;
}

.penci-social-textcolored a i.penciicon-soundcloud,.penci-social-textcolored a i.fa-soundcloud {
color:#F76201 !important;
}

.penci-social-textcolored a i.fa-pocket {
color:#ef4056 !important;
}

.penci-social-textcolored a i.penciicon-snapchat,.penci-social-textcolored a i.fa-snapchat-ghost,.penci-social-textcolored a i.fa-snapchat {
color:#F6F600 !important;
}

.penci-social-textcolored a i.penciicon-spotify,.penci-social-textcolored a i.fa-spotify {
color:#22C95C !important;
}

.penci-social-textcolored a i.penciicon-github,.penci-social-textcolored a i.fa-github {
color:#302F2F !important;
}

.penci-social-textcolored a i.penciicon-stack-overflow,.penci-social-textcolored a i.fa-stack-overflow {
color:#F7A000 !important;
}

.penci-social-textcolored a i.penciicon-twitch,.penci-social-textcolored a i.fa-twitch {
color:#613FA0 !important;
}

.penci-social-textcolored a i.penciicon-vimeo,.penci-social-textcolored a i.fa-vimeo,.penci-social-textcolored a i.fa-vimeo-v {
color:#00A8E8 !important;
}

.penci-social-textcolored a i.penciicon-steam,.penci-social-textcolored a i.fa-steam {
color:#BCBAB8 !important;
}

.penci-social-textcolored a i.penciicon-xing,.penci-social-textcolored a i.fa-xing {
color:#007C7C !important;
}

.penci-social-textcolored a i.penciicon-whatsapp,.penci-social-textcolored a i.fa-whatsapp {
color:#00E676 !important;
}

.penci-social-textcolored a i.penciicon-telegram,.penci-social-textcolored a i.fa-telegram {
color:#289FD9 !important;
}

.penci-social-textcolored a i.penciicon-reddit,.penci-social-textcolored a i.fa-reddit-alien {
color:#F74300 !important;
}

.penci-social-textcolored a i.penciicon-odnoklassniki,.penci-social-textcolored a i.fa-odnoklassniki {
color:#F18F00 !important;
}

.penci-social-textcolored a i.fa-500px {
color:#0AF !important;
}

.penci-social-textcolored a i.penciicon-stumbleupon,.penci-social-textcolored a i.fa-stumbleupon {
color:#EB4823 !important;
}

.penci-social-textcolored a i.penciicon-wechat,.penci-social-textcolored a i.fa-weixin {
color:#0FC91C !important;
}

.penci-social-textcolored a i.penciicon-sina-weibo,.penci-social-textcolored a i.fa-weibo {
color:#DF152C !important;
}

.penci-social-textcolored a i.penciicon-rss,.penci-social-textcolored a i.fa-rss {
color:#F0941A !important;
}

.penci-social-textcolored a i.penciicon-slack,.penci-social-textcolored a i.fa-slack {
color:#611f69 !important;
}

.penci-social-textcolored a i.fa-mixcloud {
color:#f3b2a6 !important;
}

.penci-social-textcolored a i.fa-goodreads,.penci-social-textcolored a i.penciicon-goodreads,.penci-social-textcolored a i.penci-icon-goodreads {
color:#8a5724 !important;
}

.penci-social-textcolored a i.penciicon-tripadvisor,.penci-social-textcolored a i.fa-tripadvisor {
color:#34e0a1 !important;
}

.penci-social-textcolored a i.penciicon-tik-tok-1,.penci-social-textcolored a i.fa-tiktok,.penci-social-textcolored a i.penciicon-tik-tok,.penci-social-textcolored a i.penci-icon-tiktok {
color:#fe2c55 !important;
}

.penci-social-textcolored a i.penciicon-line-1,.penci-social-textcolored a i.penci-icon-line,.penci-social-textcolored a i.penciicon-line,.penci-social-textcolored a i.fa-line {
color:#01b901 !important;
}

.penci-social-textcolored a i.penci-icon-viber,.penci-social-textcolored a i.penciicon-viber,.penci-social-textcolored a i.penciicon-viber-1,.penci-social-textcolored a i.fa-viber {
color:#7d51a0 !important;
}

.penci-social-textcolored a i.penci-icon-discord,.penci-social-textcolored a i.penciicon-discord-1,.penci-social-textcolored a i.penciicon-discord,.penci-social-textcolored a i.fa-discord {
color:#7289da !important;
}

.penci-social-textcolored a i.penciicon-douban-logo {
color:#00B51D !important;
}

.penci-social-textcolored a i.penciicon-qq-social-logo-of-a-penguin {
color:#4292FF !important;
}

.penci-social-textcolored a i.penciicon-blogger,.penci-social-textcolored a i.penciicon-blogger-1 {
color:#ed7800 !important;
}

.penci-social-textcolored a i.fa-delicious {
color:#0078f0 !important;
}

.penci-social-textcolored a i.penciicon-deviantart,.penci-social-textcolored a i.penciicon-deviantart-1 {
color:#01ca3a !important;
}

.penci-social-textcolored a i.fa-digg {
color:#005be2 !important;
}

.penci-social-textcolored a i.penciicon-evernote-1,.penci-social-textcolored a i.penciicon-evernote {
color:#00a32c !important;
}

.penci-social-textcolored a i.penciicon-forrst-1,.penci-social-textcolored a i.penciicon-forrst {
color:#054958 !important;
}

.penci-social-textcolored a i.penciicon-grooveshark-1,.penci-social-textcolored a i.penciicon-grooveshark {
color:#f75421 !important;
}

.penci-social-textcolored a i.penciicon-lastfm {
color:#e31b23 !important;
}

.penci-social-textcolored a i.penciicon-myspace,.penci-social-textcolored a i.penciicon-myspace-logo {
color:#0037c1 !important;
}

.penci-social-textcolored a i.penciicon-brand,.penci-social-textcolored a i.fa-paypal {
color:#0070ba !important;
}

.penci-social-textcolored a i.penciicon-skype,.penci-social-textcolored a i.fa-skype {
color:#00aff0 !important;
}

.penci-social-textcolored a i.penciicon-windows,.penci-social-textcolored a i.fa-windows {
color:#00adef !important;
}

.penci-social-textcolored a i.penciicon-wordpress-logo,.penci-social-textcolored a i.fa-wordpress {
color:#21759b !important;
}

.penci-social-textcolored a i.penciicon-yahoo-logo {
color:#6001d2 !important;
}

.penci-social-textcolored a i.penciicon-y {
color:#FC401D !important;
}

.penci-menu-hbg .menu,#sidebar-nav .menu {
margin:0;
list-style:none;
}

.penci-menu-hbg .menu li,#sidebar-nav .menu li {
display:block;
border-bottom:1px solid #DEDEDE;
padding:0;
margin-bottom:0;
}

.penci-menu-hbg .menu > li:last-child,.penci-menu-hbg .menu ul > li:last-child,#sidebar-nav .menu > li:last-child,#sidebar-nav .menu ul > li:last-child {
border-bottom:none;
}

.penci-menu-hbg .menu li a,#sidebar-nav .menu li a {
font-size:13px;
font-weight:400;
letter-spacing:0;
text-transform:uppercase;
color:#313131;
margin:0;
position:relative;
padding:13px 0;
display:block;
line-height:1.3em;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.penci-menu-hbg .menu li a {
text-decoration:none;
}

.penci-menu-hbg .menu li.menu-item-has-children a,#sidebar-nav .menu li.menu-item-has-children a {
padding-right:17px;
}

.penci-menu-hbg .menu li a > i,#sidebar-nav .menu li a > i {
display:inline-block;
margin-right:5px;
}

.penci-menu-hbg ul.sub-menu,#sidebar-nav ul.sub-menu {
border-top:1px solid #DEDEDE;
display:none;
padding:10px 0 10px 12px;
}

.penci-menu-hbg ul.sub-menu {
margin:0;
}

.penci-menu-hbg ul.sub-menu ul.sub-menu,#sidebar-nav ul.sub-menu ul.sub-menu {
border:none;
padding:5px 0 5px 12px;
padding-right:0;
}

.penci-menu-hbg ul.sub-menu li,#sidebar-nav ul.sub-menu li {
overflow:hidden;
border:none;
}

.penci-menu-hbg ul.sub-menu li a,#sidebar-nav ul.sub-menu li a {
margin:0;
padding:10px 0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.penci-menu-hbg .menu li a .indicator,#sidebar-nav .menu li a .indicator {
text-decoration:none;
position:absolute;
top:0;
right:0;
height:100%;
z-index:20;
font-size:17px;
font-style:normal;
text-align:right;
padding:11px 0 11px 5px;
line-height:1;
color:inherit !important;
opacity:.85;
}

.menu li a .indicator .fa-angle-up:before {
content:"\f106";
}

.penci-menu-hbg .menu .sub-menu li a .indicator,#sidebar-nav .menu .sub-menu li a .indicator {
padding:8px 0 8px 5px;
}

.penci-menu-hbg ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu,#sidebar-nav ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu {
display:block;
padding:0;
}

.fa-angle-double-up:before {
content:"\f102";
}

.penci-menu-hbg-overlay,#close-sidebar-nav {
position:fixed;
visibility:hidden;
opacity:0;
text-decoration:none;
top:0;
left:0;
font-size:1.4em;
color:#313131;
padding:10px;
height:100%;
background:rgba(0,0,0,.8);
right:0;
z-index:99996;
cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
}

.penci-menuhbg-open .penci-menu-hbg-overlay {
left:0;
opacity:1;
visibility:visible;
}

.open-sidebar-nav #close-sidebar-nav {
left:270px;
opacity:1;
visibility:visible;
}

#close-sidebar-nav i {
display:none;
width:24px;
height:24px;
background-color:#fff;
line-height:24px;
text-align:center;
border-radius:12px;
font-size:14px;
}

.penci-menuhbg-wapper {
float:right;
width:18px;
margin-right:12px;
text-align:center;
}

.penci-menuhbg-toggle {
padding:0;
width:18px;
line-height:20px;
background-position:right top;
background-repeat:no-repeat;
box-sizing:content-box;
-moz-box-sizing:content-box;
display:flex;
align-items:center;
height:58px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}

.penci-menuhbg-toggle .penci-menuhbg-inner {
transition:-webkit-transform .33s .3s ease-in;
transition:transform .33s .3s ease-in;
-webkit-transform-origin:center;
transform-origin:center;
display:block;
height:20px;
position:relative;
width:100%;
overflow:hidden;
}

.penci-menuhbg-toggle .penci-lines {
height:2px;
display:block;
width:18px;
background-color:transparent;
position:relative;
transition:background .2s ease,opacity .2s ease;
}

.penci-menuhbg-toggle .penci-lines:before {
top:5px;
transition:transform .65s cubic-bezier(0.3,1,0.3,1) 0s,background-color .2s ease,opacity .2s ease;
}

.penci-menuhbg-toggle .penci-lines:after {
top:-5px;
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
transition:transform .65s cubic-bezier(0.3,1,0.3,1) 0.08s,background-color .2s ease,opacity .2s ease;
}

.penci-menuhbg-toggle .penci-lines:before,.penci-menuhbg-toggle .penci-lines:after {
display:block;
width:100%;
height:2px;
position:absolute;
left:0;
content:'';
background-color:#313131;
}

.penci-menuhbg-toggle .lines-button {
cursor:pointer;
line-height:0 !important;
top:9px;
position:relative;
font-size:0 !important;
user-select:none;
display:block;
}

.penci-menuhbg-toggle .lines-button.penci-hover-effect {
left:-30px;
margin-top:-2px;
}

.penci-menuhbg-toggle .lines-button:after {
height:2px;
display:inline-block;
width:100%;
position:absolute;
left:0;
top:0;
content:'';
background-color:#313131;
transition:transform .65s cubic-bezier(0.3,1,0.3,1) 0.04s,background-color .2s ease,opacity .2s ease;
}

.penci-menuhbg-toggle.closed .penci-menuhbg-inner {
transition:-webkit-transform .33s 0s ease;
transition:transform .33s 0s ease;
}

.penci-menuhbg-toggle:hover .lines-button:after,.penci-menuhbg-toggle:hover .penci-lines:before,.penci-menuhbg-toggle:hover .penci-lines:after {
background:var(--pcaccent-cl);
transform:translateX(30px);
}

.penci-menu-hbg-inner #penci-close-hbg {
position:absolute;
top:10px;
left:15px;
cursor:pointer;
z-index:1;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
width:20px;
height:20px;
display:block;
overflow:hidden;
}

.admin-bar .penci-menu-hbg #penci-close-hbg {
top:40px;
}

.penci-menu-hbg-inner #penci-close-hbg:before,.penci-menu-hbg-inner #penci-close-hbg:after {
content:'';
height:100%;
width:2px;
backface-visibility:hidden;
position:absolute;
border-radius:5px;
background:#888;
left:9px;
transition:opacity .2s ease,background-color .2s ease;
}

.penci-menu-hbg-inner #penci-close-hbg:before {
transform:rotate(45deg);
}

.penci-menu-hbg-inner #penci-close-hbg:after {
transform:rotate(-45deg);
}

.penci-menu-hbg-inner #penci-close-hbg:hover {
transform:rotate(180deg);
-ms-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}

.penci-menu-hbg-inner #penci-close-hbg:hover:before,.penci-menu-hbg-inner #penci-close-hbg:hover:after {
background-color:#111;
}

.penci-menu-hbg-inner .penci-hbg_sitetitle {
font-size:18px;
margin-top:15px;
line-height:1.3;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.penci-menu-hbg-inner .penci-hbg_desc {
margin-top:10px;
line-height:1.45;
font-size:14px;
}

.penci-menu-hbg-inner .penci-hbg-header {
text-align:center;
margin-bottom:30px;
}

.penci-hbg-header .penci-lazy[src*="penci-holder"] {
width:auto;
height:auto;
}

.penci-hbg-header .penci-hbg-logo .penci-lazy[src*="penci-holder"] {
background:none;
}

.penci-menu-hbg-inner .menu-hamburger-navigation {
margin-bottom:30px;
}

.penci-menu-hbg .penci-sidebar-content .widget {
margin-bottom:40px;
}

.penci-menu-hbg-inner .header-social.sidebar-nav-social {
text-align:left;
padding-left:0;
padding-right:0;
margin:26px -3px 0;
}

.penci-menu-hbg-inner .penci-hbg-footer {
margin-bottom:0;
margin-top:30px;
}

.penci_menu_hbg_ftext {
line-height:1.6;
}

.penci-menu-hbg.penci-menu-hbg-left #penci-close-hbg {
left:auto;
right:10px;
}

.penci-menu-hbg-inner .penci-sidebar-content {
width:100% !important;
float:none !important;
}

.penci-menu-hbg.penci-menu-hbg-right {
right:0;
left:auto;
transform:translateX(330px);
-webkit-transform:translateX(330px);
-moz-transform:translateX(330px);
}

.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-right {
transform:translateX(0);
}

#navigation.header-4 .penci-menuhbg-wapper,#navigation.header-5 .penci-menuhbg-wapper {
float:none;
vertical-align:top;
display:inline-block;
}

.wrap-social-search {
display:inline-block;
vertical-align:top;
}

.pcheader-icon {
float:right;
width:20px;
text-align:center;
}

.pcheader-icon.shoping-cart-icon {
margin-right:15px;
}

.pcheader-icon > a {
height:58px;
font-size:14px;
line-height:58px;
color:#313131;
cursor:pointer;
background:none;
display:block;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}

.pcheader-icon.shoping-cart-icon > a {
position:relative;
}

.pcheader-icon.shoping-cart-icon > a > i {
font-size:17px;
}

.pcheader-icon.shoping-cart-icon > a > span {
position:absolute;
z-index:1;
width:14px;
height:14px;
display:inline-block;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
top:calc(50% - 17px);
right:-4px;
background:var(--pcaccent-cl);
color:#fff;
text-align:center;
white-space:nowrap;
line-height:14px;
font-size:8px;
font-family:var(--pcbody-font);
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

body:not(.penci-fawesome-ver5) .shoping-cart-icon > a i.fas.fa-shopping-cart {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

#navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
top:23px;
}

.is-sticky #navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
top:12px;
}

.pcheader-icon .fa-shopping-bag:before {
content:"\f07a";
font-family:FontAwesome;
}

.penci-fawesome-ver5 .pcheader-icon .fa-shopping-bag:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
}

.show-search {
position:absolute;
left:0;
width:100%;
top:0;
height:58px;
background:#fff;
text-align:left;
z-index:200;
display:none;
}

.show-search form.pc-searchform input.search-input {
padding:15px 35px 15px 0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
border:none;
position:absolute;
top:0;
left:0;
width:100%;
z-index:3;
color:#313131;
height:58px;
line-height:28px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background:none;
font-weight:400;
letter-spacing:1px;
font-size:13px;
}

.show-search a.close-search {
position:absolute;
width:20px;
height:60px;
display:inline-block;
right:0;
top:0;
z-index:5;
text-align:center;
line-height:60px;
font-size:16px;
cursor:pointer;
color:#313131;
}

.penci-header-trans .show-search form.pc-searchform input.search-input {
padding-left:15px;
}

.penci-header-trans .show-search a.close-search {
right:15px;
}

.main-nav-social {
display:inline-block;
text-align:left;
margin:0 13px 0 0;
float:right;
line-height:58px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}

#navigation.header-4 .main-nav-social,#navigation.header-5 .main-nav-social {
float:none;
vertical-align:top;
margin:0 0 0 30px;
}

.main-nav-social .inner-header-social {
display:inline-block;
vertical-align:top;
position:relative;
}

.main-nav-social a {
float:left;
display:inline-block;
vertical-align:top;
margin-right:10px;
color:#313131;
font-size:14px;
}

#navigation.header-6 .main-nav-social {
line-height:80px;
margin:0 0 0 30px;
}

.main-nav-social a i,.pcheader-icon a i,.button-menu-mobile i {
line-height:inherit;
vertical-align:top;
}

.is-sticky #navigation.header-6 .main-nav-social {
line-height:58px;
}

.header-social.sidebar-nav-social a i:hover,.penci-menu-hbg .menu li a:hover,#sidebar-nav .menu li a:hover,.penci-menu-hbg .menu li a .indicator:hover,.penci-menu-hbg .menu .sub-menu li a .indicator:hover
#sidebar-nav .menu li a .indicator:hover,#sidebar-nav .menu .sub-menu li a .indicator:hover,.main-nav-social a:hover {
color:var(--pcaccent-cl);
}

.tags-share-box.tags-share-box-s2 .post-share-skype,.penci-social-skype .penci-social-content,.penci-social-colored a i.fa-skype,.penci-social-colored a i.penciicon-skype,.penci-social-colored a i.fa-skype {
background:#00aff0 !important;
}

.penci-social-heart .penci-social-content,.penci-social-colored a i.fa-heart,.penci-social-colored a i.fa-heart-o,.penci-social-colored a i.penciicon-letter-d {
background:#000 !important;
}

.penci-social-line .penci-social-content,.penci-social-colored a i.penci-icon-line,.penci-social-colored a i.fa-line,.penci-social-colored a i.penciicon-line-1,.penci-social-colored a i.penciicon-line,.tags-share-box.tags-share-box-s2 .post-share-line {
background:#01b901 !important;
}

.penci-social-textcolored a i.fa-heart,.penci-social-textcolored a i.fa-heart-o,.penci-social-textcolored a i.penciicon-letter-d {
color:#000 !important;
}

.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:empty,.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:blank,.penci-menu-hbg .menu li.penci-mega-menu .sub-menu .penci-megamenu a:not(.mega-cat-child) {
padding:0;
display:none;
}

.penci-menu-hbg ul.menu > li.megamenu > ul.sub-menu > li > a,#sidebar-nav ul.menu > li.megamenu > ul.sub-menu > li > a,.penci-menu-hbg #logo,.penci-menu-hbg-inner #penci-close-hbg i,.show-search form.pc-searchform i {
display:none;
}

.penci-menu-hbg-widgets1,.penci-menu-hbg-widgets2 {
margin-top:40px;
}

.pcheader-icon.shoping-cart-icon.clear-right,#navigation.header-4 .pcheader-icon.shoping-cart-icon,#navigation.header-5 .pcheader-icon.shoping-cart-icon,#navigation.header-6 .pcheader-icon.shoping-cart-icon,.main-nav-social a:last-child {
margin-right:0;
}

@media only screen and (min-width: 961px) {
#navigation.header-9 .main-nav-social,#navigation.header-10 .main-nav-social,#navigation.header-11 .main-nav-social {
line-height:80px;
}

.is-sticky #navigation.header-9 .main-nav-social,.is-sticky #navigation.header-10 .main-nav-social,.is-sticky #navigation.header-11 .main-nav-social {
line-height:58px;
}
}

#navigation.header-4 .penci-menuhbg-toggle,#navigation.header-5 .penci-menuhbg-toggle,#navigation.header-6 .penci-menuhbg-toggle,#navigation.header-4 .pcheader-icon,#navigation.header-5 .pcheader-icon,#navigation.header-6 .pcheader-icon {
margin-left:15px;
}

#header {
margin-bottom:60px;
position:relative;
}

.page-template-page-fullwidth #header,.elementor-template-full-width #header,.page-template-page-fullwidth .penci-page-header-wrap,.elementor-template-full-width .penci-page-header-wrap,.single.elementor-template-full-width .post {
margin-bottom:0;
}

.page-template-page-fullwidth .clear-footer,.elementor-template-full-width .clear-footer {
height:0;
margin-bottom:0;
}

.header-header-1.has-bottom-line,.header-header-4.has-bottom-line,.header-header-7.has-bottom-line {
border-bottom:1px solid #ECECEC;
}

.header-header-1.has-bottom-line.penci-vernav-hide-innerhead,.header-header-4.has-bottom-line.penci-vernav-hide-innerhead,.header-header-7.has-bottom-line.penci-vernav-hide-innerhead {
border-bottom:none;
}

#header .inner-header {
width:100%;
background-size:cover;
position:relative;
background-position:center center;
background-repeat:no-repeat;
height:auto;
}

.penci-header-trans #header .inner-header {
background:none !important;
}

#header .inner-header .container {
padding:40px 0;
text-align:center;
position:relative;
overflow:hidden;
}

.header-style-header-3 #header .inner-header .container {
display:table;
}

@media only screen and (max-width: 767px) {
.header-style-header-3 #header .inner-header .container {
display:block;
}
}

#logo {
text-align:center;
}

.container.align-left-logo #logo {
text-align:left;
}

.container.has-banner #logo {
display:table-cell;
vertical-align:middle;
width:400px;
}

.container.has-banner .header-banner {
display:table-cell;
vertical-align:middle;
width:770px;
text-align:right;
}

.penci-header-trans .penci-header-wrap {
position:absolute;
z-index:10000;
left:0;
right:0;
}

.penci-header-trans .penci-header-wrap #header {
margin-bottom:0;
}

.penci-header-trans .penci-header-second {
box-shadow:none;
border:0;
}

.penci-header-trans .penci-header-signup-form {
margin-top:0;
}

.penci-header-trans .is-sticky #logo .penci-logo-sticky {
display:block;
position:static;
visibility:visible;
opacity:1;
}

.penci-header-trans #navigation.sticky.sticky-active #logo .penci-logo-sticky {
display:inline;
}

.penci-header-trans .is-sticky #logo .penci-logo,.penci-header-trans #logo .penci-logo-sticky,.penci-header-trans #navigation.sticky.sticky-active #logo .penci-logo {
display:none;
}

@media only screen and (min-width: 961px) {
#navigation.header-11 {
background:transparent !important;
}

#navigation.header-11 .container {
background:#fff;
box-shadow:0 0 30px 0 rgba(0,0,0,0.1);
padding-left:20px;
padding-right:20px;
}

#navigation.header-11.header-layout-bottom {
box-shadow:none;
border:0;
}

#navigation.header-10.penci-logo-overflow #logo,#navigation.header-11.penci-logo-overflow #logo {
z-index:199;
position:relative;
height:80px !important;
line-height:1 !important;
}

#navigation.header-10.penci-logo-overflow #logo a,#navigation.header-11.penci-logo-overflow #logo a {
position:absolute;
top:0;
width:100%;
left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
}

#navigation.header-10.penci-logo-overflow #logo img,#navigation.header-11.penci-logo-overflow #logo img {
height:auto !important;
max-height:inherit;
margin-top:0 !important;
z-index:199;
}

.penci-header-trans .header-style-header-1 .penci-header-wrap > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-4 .penci-header-wrap > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-7 .penci-header-wrap > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-11 #header > #navigation:not(.sticky-active) .container,.penci-header-trans .header-style-header-10 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-9 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-8 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-6 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-5 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-2 #header > #navigation:not(.sticky-active),.penci-header-trans .header-style-header-3 #header > #navigation:not(.sticky-active),.penci-header-trans .sticky-wrapper:not( .is-sticky ) #navigation.header-11 .container,.penci-header-trans .sticky-wrapper:not( .is-sticky ) #navigation {
background:transparent !important;
border-top-color:transparent !important;
border-bottom-color:transparent !important;
}
}

@media only screen and (max-width: 960px) {
.penci-header-trans #navigation.sticky #logo .penci-logo-sticky,.penci-header-trans #navigation.penci-disable-sticky-nav #logo .penci-logo-sticky,.penci-header-trans .sticky-wrapper #navigation.header-6 #logo .penci-logo-sticky {
display:inline;
}

.penci-header-trans #navigation.sticky #logo .penci-logo,.penci-header-trans #navigation.penci-disable-sticky-nav #logo .penci-logo,.penci-header-trans .sticky-wrapper #navigation.header-6 #logo .penci-logo {
display:none;
}
}

.header-slogan {
margin:17px 0 0;
text-align:center;
line-height:1;
}

.header-slogan .header-slogan-text {
margin:0;
font-size:14px;
font-weight:700;
line-height:1.5;
font-style:italic;
color:#313131;
display:inline-block;
position:relative;
font-family:var(--pcbody-font);
padding:0 15px;
letter-spacing:1px;
vertical-align:top;
}

.header-slogan .header-slogan-text:before,.header-slogan .header-slogan-text:after {
content:"";
position:absolute;
top:50%;
height:1px;
display:block;
width:60px;
background:var(--pcborder-cl);
left:100%;
}

.header-slogan .header-slogan-text:before {
left:auto;
right:100%;
}

.header-social {
display:block;
text-align:center;
margin:20px 0 0;
}

.header-social .inner-header-social {
display:inline-block;
vertical-align:top;
position:relative;
}

.header-social a {
float:left;
display:inline-block;
vertical-align:top;
margin-right:13px;
}

.header-social a:last-child {
margin-right:0;
}

.header-social a i {
font-size:14px;
color:#313131;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
}

.header-social a:hover i {
color:var(--pcaccent-cl);
}

.featured-area {
margin-top:-56px;
margin-bottom:60px;
position:relative;
}

.penci-block-el.featured-area,.penci-block-vc.featured-area {
margin-top:0 !important;
margin-bottom:0 !important;
}

.featured-area:before,.featured-area:after {
content:'';
display:table;
clear:both;
}

.penci-vernav-enable #header + .featured-area.featured-style-1,.penci-vernav-enable #header + .featured-area.featured-style-4:not(.style-5),.penci-vernav-enable #header + .featured-area.featured-style-8,.penci-vernav-enable #header + .featured-area.featured-style-10,.penci-vernav-enable #header + .featured-area.featured-style-12,.penci-vernav-enable #header + .featured-area.featured-style-14,.penci-vernav-enable #header + .featured-area.featured-style-16,.penci-vernav-enable #header + .featured-area.featured-style-18,.penci-vernav-enable #header + .featured-area.featured-style-19,.penci-vernav-enable #header + .featured-area.featured-style-20,.penci-vernav-enable #header + .featured-area.featured-style-21,.penci-vernav-enable #header + .featured-area.featured-style-22,.penci-vernav-enable #header + .featured-area.featured-style-23,.penci-vernav-enable #header + .featured-area.featured-style-24,.penci-vernav-enable #header + .featured-area.featured-style-25,.penci-vernav-enable #header + .featured-area.featured-style-26,.penci-vernav-enable #header + .featured-area.featured-style-27,.penci-vernav-enable #header + .featured-area.featured-style-29.style-30,.penci-vernav-enable #header + .featured-area.featured-style-32,.penci-vernav-enable #header + .featured-area.featured-style-35.style-36 {
margin-top:-30px;
}

.penci-vernav-enable #header + .featured-area.featured-style-28,.penci-vernav-enable #header + .featured-area.featured-style-38 {
margin-top:-56px;
}

.featured-area.featured-video {
background:#fafafa url(/wp-content/themes/soledad/images/loading.gif?x31209) no-repeat center center;
}

.dark-layout-enabled .featured-area.featured-video {
background-color:#2d2d2d;
background-image:url(/wp-content/themes/soledad/images/loading2.gif?x31209);
}

.featured-area.featured-video > div {
visibility:hidden;
}

.featured-area.featured-video.loaded-wait > div {
visibility:visible;
}

.featured-area.featured-video.loaded-wait {
background:none;
}

.penci-owl-carousel .owl-item .owl-lazy {
opacity:1;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition:none;
}

.penci-owl-carousel .owl-nav .owl-prev,.penci-owl-carousel .owl-nav .owl-next {
width:34px;
height:34px;
display:inline-block;
vertical-align:top;
background:#fff;
color:#010101;
font-size:18px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
position:absolute;
z-index:10;
top:50%;
margin-top:-18px;
left:20px;
line-height:34px;
text-align:center;
opacity:0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
border:none;
}

.penci-owl-carousel .owl-nav .owl-prev i,.penci-owl-carousel .owl-nav .owl-next i {
line-height:inherit;
}

.penci-nav-visible .owl-nav .owl-prev,.penci-nav-visible .owl-nav .owl-next {
opacity:.5;
}

.penci-owl-carousel .owl-nav.disabled {
display:none;
}

.penci-owl-carousel .owl-nav .owl-next {
left:auto;
right:20px;
}

.penci-owl-carousel:hover .owl-nav .owl-prev,.penci-owl-carousel:hover .owl-nav .owl-next {
opacity:.8;
}

.penci-owl-carousel .owl-nav .owl-prev:hover,.penci-owl-carousel .owl-nav .owl-next:hover {
opacity:1;
}

.penci-custom-slides .penci-owl-carousel .owl-dots,.penci-owl-carousel .owl-dots {
position:absolute;
bottom:15px;
z-index:10;
width:100%;
text-align:center;
left:0;
}

.penci-custom-slides .penci-owl-carousel .owl-dot,.penci-owl-carousel .owl-dot {
display:inline-block;
margin:0 3px;
vertical-align:top;
background:none;
border:none;
}

.penci-owl-carousel .owl-dot span {
width:10px;
height:10px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border:2px solid #fff;
background:rgba(0,0,0,0.3);
display:inline-block;
vertical-align:top;
}

.penci-owl-carousel .owl-dot.active span {
background:#fff;
}

.penci-enSticky .penci-sticky-ct.elementor-column,.penci-enSticky .penci-sticky-sb.elementor-column {
display:block !important;
}

.penci-featured-content {
position:absolute;
display:block;
top:50%;
width:100%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
padding:0 25px;
}

.penci-featured-content .feat-text {
max-width:480px;
width:100%;
display:block;
margin:0 auto;
padding:23px 10px 21px;
position:relative;
text-align:center;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
animation-delay:.4s;
-webkit-animation-delay:.4s;
opacity:0;
}

.penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text {
-webkit-animation-name:pencitextslider;
-moz-animation-name:pencitextslider;
-o-animation-name:pencitextslider;
animation-name:pencitextslider;
}

.featured-area.featured-style-2,.featured-area.featured-style-6,.penci-vernav-enable #header + .featured-area.featured-style-2,.penci-vernav-enable #header + .featured-area.featured-style-6,.penci-vernav-enable #header + .featured-area.featured-style-37 {
margin-top:-50px;
}

.penci-vernav-enable #header + .featured-area,.penci-vernav-enable #header + .penci-header-signup-form {
margin-top:-60px;
}

.single.penci-vernav-enable.penci-body-single-style-10.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,.single.penci-vernav-enable.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,.single.penci-vernav-enable.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,.single.penci-vernav-enable.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,.single.penci-vernav-enable.penci-body-single-style-5.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,.wrapper-boxed.penci-page-hide-header .featured-area {
margin-top:0;
}

.penci-owl-carousel .owl-nav.disabled .owl-prev,.penci-owl-carousel .owl-nav.disabled .owl-next,.penci-owl-carousel .owl-dots.disabled {
display:none !important;
}

@-webkit-keyframes pencifade {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@-moz-keyframes pencifade {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@-o-keyframes pencifade {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@keyframes pencifade {
0% {
opacity:0;
}

100% {
opacity:1;
}
}

@-webkit-keyframes pencitextslider {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-moz-keyframes pencitextslider {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-o-keyframes pencitextslider {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencitextslider {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-webkit-keyframes pencitextslide {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-moz-keyframes pencitextslide {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-o-keyframes pencitextslide {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencitextslide {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.penci-featured-content .featured-slider-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
background:#000;
opacity:.7;
}

.penci-featured-content .feat-text .featured-cat {
z-index:3;
position:relative;
margin-bottom:5px;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
animation-delay:.6s;
-webkit-animation-delay:.6s;
}

.penci-featured-content .feat-text .featured-cat a {
color:#fff;
text-decoration:none !important;
}

.penci-featured-content .feat-text h3 {
z-index:3;
position:relative;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
animation-delay:.8s;
-webkit-animation-delay:.8s;
}

.penci-featured-content .feat-text h3 a {
color:#fff;
font-size:24px;
text-transform:uppercase;
text-decoration:none;
}

.penci-featured-content .feat-text .feat-meta {
z-index:3;
position:relative;
margin-top:6px;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
animation-delay:1s;
-webkit-animation-delay:1s;
}

.feat-meta span > time,span.side-item-meta > time,span.date > time {
font-size:inherit;
color:inherit;
text-decoration:inherit;
font-weight:inherit;
background:none;
font-style:inherit;
font-family:inherit;
}

.penci-featured-content .feat-text .feat-meta span a {
color:#fff;
font-size:inherit;
text-decoration:none !important;
}

.penci-featured-content .feat-text .feat-meta > span:after {
content:"";
display:inline-block;
margin:0 8px 0 12px;
width:0;
height:10px;
border-left:1px solid;
opacity:.35;
color:inherit;
}

.penci-featured-content .feat-text .feat-meta > span:last-of-type:after {
content:none;
display:none;
}

.featured-style-1 .penci-owl-carousel .penci-image-holder:before {
padding-top:45%;
}

.featured-style-2 .penci-owl-carousel .penci-image-holder:before {
padding-top:57%;
}

.featured-style-2 .penci-owl-carousel .owl-item .item {
width:900px;
}

.featured-style-2 .penci-owl-carousel.owl-loaded .center .penci-featured-content .feat-text {
-webkit-animation-name:pencitextslider;
-moz-animation-name:pencitextslider;
-o-animation-name:pencitextslider;
animation-name:pencitextslider;
}

.featured-style-3 .penci-featured-content .feat-text {
max-width:500px;
}

.featured-style-3 .penci-owl-carousel .penci-image-holder:before {
padding-top:0;
height:540px;
}

.featured-style-4 .penci-owl-carousel .penci-image-holder {
width:67%;
}

.featured-style-4 .penci-owl-carousel .penci-image-holder:before {
height:526px;
padding-top:0;
}

.penci-slider4-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:2;
background:-moz-linear-gradient(left,rgba(255,255,255,0) 26%,#000 65%);
background:-webkit-gradient(linear,left top,right top,color-stop(26%,#000),color-stop(65%,transparent));
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 26%,#000 65%);
background:-o-linear-gradient(left,rgba(255,255,255,0) 26%,#000 65%);
background:-ms-linear-gradient(left,rgba(255,255,255,0) 26%,#000 65%);
background:linear-gradient(to right,rgba(255,255,255,0) 26%,#000 65%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#000',GradientType=1);
}

.featured-style-4 .penci-featured-content {
width:40%;
padding:0 20px;
right:0;
z-index:5;
}

.featured-style-4 .penci-featured-content .featured-slider-overlay {
background:none;
}

.featured-style-4 .penci-featured-content .feat-text h3 a {
font-weight:inherit;
letter-spacing:0;
font-size:26px;
transition:all .3s;
-webkit-transition:all .3s;
line-height:1.3;
font-family:inherit;
text-transform:uppercase;
}

.featured-style-4 .penci-featured-content .feat-text h3 a:hover {
opacity:.8;
}

.featured-style-4 .overlay-link {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:2;
}

.featured-style-6 .penci-image-holder:before,.featured-style-37 .penci-image-holder:before {
padding-top:64%;
}

.featured-area .wrapper-item-classess {
width:100%;
position:relative;
display:inline-block;
vertical-align:top;
}

.featured-style-6 .wrapper-item .penci-item-mag,.featured-style-37 .penci-featured-items-left,.featured-style-37 .penci-featured-items-right {
float:left;
display:inline-block;
width:32.6%;
position:relative;
}

.featured-style-6 .wrapper-item .penci-item-1,.featured-style-37 .penci-featured-items-left {
width:67.4%;
border-right:10px solid transparent;
}

.featured-style-6 .wrapper-item .penci-item-2 {
border-bottom:5px solid transparent;
}

.featured-style-6 .wrapper-item .penci-item-0 {
border-top:5px solid transparent;
}

.penci-slide-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}

.penci-slide-overlay .overlay-link {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
-webkit-transition:opacity .4s ease 0s;
-moz-transition:opacity .4s ease 0s;
-o-transition:opacity .4s ease 0s;
transition:opacity .4s ease 0s;
opacity:.7;
}

.penci-item-mag:hover .penci-slide-overlay .overlay-link {
opacity:.9;
}

.penci-slide-overlay .penci-mag-featured-content {
position:absolute;
bottom:16px;
left:20px;
padding-right:20px;
z-index:5;
opacity:0;
transition:opacity .4s;
-webkit-transition:opacity .4s;
-moz-transition:opacity .4s;
transition-delay:.3s;
-webkit-transition-delay:.3s;
-moz-transition-delay:.3s;
width:calc(100% - 20px);
}

.penci-mag-featured-content h3 {
line-height:1.3;
}

.penci-mag-featured-content h3 a {
text-decoration:none;
text-transform:uppercase;
color:#fff;
font-size:16px;
}

.penci-mag-featured-content h3 a:hover {
text-decoration:none;
}

.penci-mag-featured-content .cat > a.penci-cat-name {
color:#fff;
}

.penci-mag-featured-content .feat-meta > span:after {
content:"";
display:inline-block;
margin:0 8px 0 12px;
width:0;
height:8px;
border-left:1px solid;
opacity:.5;
}

.penci-mag-featured-content .feat-meta {
margin-top:6px;
}

.penci-mag-featured-content .feat-meta > span:last-child:after {
content:none;
}

.featured-style-7 .penci-image-holder:before {
padding-top:100%;
}

.featured-area.featured-style-14 .wrapper-item-classess,.featured-area.featured-style-20 .wrapper-item-classess,.featured-area.featured-style-21 .wrapper-item-classess,.featured-area.featured-style-22 .wrapper-item-classess,.featured-area.featured-style-23 .wrapper-item-classess,.featured-area.featured-style-25 .wrapper-item-classess,.featured-area.featured-style-26 .wrapper-item-classess,.featured-area.featured-style-27 .wrapper-item-classess {
width:calc(100% + 4px);
margin-left:-2px;
}

.featured-style-8 .penci-image-holder:before {
padding-top:135.416%;
}

.featured-style-9 .penci-image-holder:before {
padding-top:80%;
}

.featured-style-10 .penci-image-holder:before {
padding-top:120%;
}

.featured-style-11 .penci-image-holder:before {
padding-top:56%;
}

.featured-style-13 .penci-image-holder:before,.featured-style-15 .penci-image-holder:before {
padding-top:0;
height:500px;
}

.featured-style-14 .penci-image-holder:before,.featured-style-16 .penci-image-holder:before {
padding-top:0;
height:380px;
}

.featured-style-17 .penci-image-holder:before {
padding:0;
height:273px;
}

.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before {
height:550px;
}

.featured-style-18 .penci-image-holder:before {
padding:0;
height:198px;
}

.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
height:400px;
}

.featured-style-19 .wrapper-item .penci-item-mag {
float:left;
display:inline-block;
width:55%;
position:relative;
}

.featured-style-19 .wrapper-item .penci-item-2,.featured-style-19 .wrapper-item .penci-item-3 {
width:45%;
}

.featured-style-19 .wrapper-item .penci-item-2,.featured-style-19 .wrapper-item .penci-item-0 {
border-left:4px solid transparent;
}

.featured-style-19 .penci-image-holder:before {
height:275px;
padding-top:0;
}

.featured-style-22 .wrapper-item .penci-item-mag {
float:left;
display:inline-block;
width:20%;
position:relative;
border-left:2px solid transparent;
border-right:2px solid transparent;
}

.featured-style-21 .wrapper-item .penci-item-4,.featured-style-21 .wrapper-item .penci-item-0 {
border-top:4px solid transparent;
width:50%;
}

.featured-style-22 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-0 .penci-slide-overlay .penci-mag-featured-content {
bottom:12px;
left:0;
width:100%;
padding:0 15px;
text-align:center;
}

.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:14px;
text-transform:none;
letter-spacing:0;
}

.featured-style-24 .penci-image-holder:before {
padding:0;
height:192px;
}

.featured-style-24 .penci-item-1 .penci-image-holder:before {
height:456px;
}

.featured-style-24 .penci-item-2 .penci-image-holder:before {
height:260px;
}

.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:14px;
letter-spacing:0;
}

.featured-style-25 .penci-image-holder:before {
padding:0;
height:170px;
}

.featured-style-25 .penci-item-1 .penci-image-holder:before {
height:518px;
}

.featured-style-26 .penci-image-holder:before {
padding:0;
height:238px;
}

.featured-style-26 .penci-item-1 .penci-image-holder:before {
height:480px;
}

.featured-style-27 .penci-image-holder:before {
padding:0;
height:260px;
}

.featured-style-28 .wrapper-item .penci-item-mag {
width:300px;
}

.featured-style-28 .wrapper-item .penci-item-1 {
width:606px;
}

.overlay-icon-format {
position:absolute;
text-align:center;
display:inline-block;
width:36px;
height:36px;
line-height:32px;
top:50%;
left:50%;
margin:-18px 0 0 -18px;
font-size:14px;
opacity:0;
color:rgba(255,255,255,0.9);
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
border:2px solid rgba(255,255,255,0.9);
transform:scale(0.5);
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
z-index:3;
background:rgba(0,0,0,0.3);
}

.overlay-icon-format.lager-size-icon {
width:42px;
height:42px;
line-height:38px;
margin:-21px 0 0 -21px;
font-size:16px;
}

.penci-item-mag:hover .overlay-icon-format {
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
}

.overlay-icon-format i.fa-music {
margin-right:3px;
}

.overlay-icon-format i.fa-play {
margin-left:2px;
}

.featured-style-27 .penci-item-mag .overlay-icon-format,.featured-style-26 .penci-item-2 .overlay-icon-format,.featured-style-26 .penci-item-3 .overlay-icon-format,.featured-style-26 .penci-item-4 .overlay-icon-format,.featured-style-26 .penci-item-0 .overlay-icon-format,.featured-style-25 .penci-item-2 .overlay-icon-format,.featured-style-25 .penci-item-3 .overlay-icon-format,.featured-style-25 .penci-item-0 .overlay-icon-format,.featured-style-24 .penci-item-2 .overlay-icon-format,.featured-style-24 .penci-item-3 .overlay-icon-format,.featured-style-24 .penci-item-0 .overlay-icon-format,.featured-style-23 .penci-item-3 .overlay-icon-format,.featured-style-23 .penci-item-4 .overlay-icon-format,.featured-style-23 .penci-item-5 .overlay-icon-format,.featured-style-23 .penci-item-0 .overlay-icon-format,.featured-style-22 .penci-item-3 .overlay-icon-format,.featured-style-22 .penci-item-4 .overlay-icon-format,.featured-style-22 .penci-item-5 .overlay-icon-format,.featured-style-22 .penci-item-6 .overlay-icon-format,.featured-style-22 .penci-item-0 .overlay-icon-format,.featured-style-21 .penci-item-1 .overlay-icon-format,.featured-style-21 .penci-item-2 .overlay-icon-format,.featured-style-21 .penci-item-3 .overlay-icon-format,.featured-style-20 .penci-item-3 .overlay-icon-format,.featured-style-20 .penci-item-4 .overlay-icon-format,.featured-style-20 .penci-item-0 .overlay-icon-format,.featured-style-19 .penci-item-mag .overlay-icon-format,.featured-style-18 .penci-item-1 .overlay-icon-format,.featured-style-18 .penci-item-2 .overlay-icon-format,.featured-style-18 .penci-item-4 .overlay-icon-format,.featured-style-18 .penci-item-0 .overlay-icon-format,.featured-style-17 .penci-item-1 .overlay-icon-format,.featured-style-17 .penci-item-2 .overlay-icon-format,.featured-style-17 .penci-item-4 .overlay-icon-format,.featured-style-17 .penci-item-0 .overlay-icon-format,.featured-style-6 .penci-item-2 .overlay-icon-format,.featured-style-6 .penci-item-0 .overlay-icon-format {
top:20px;
left:auto;
right:20px;
margin:0;
}

.featured-style-29 .penci-image-holder:before {
height:550px;
padding:0;
}

.featured-style-35 .penci-image-holder:before {
height:600px;
padding:0;
}

.featured-style-29 .featured-slider-overlay {
position:absolute;
background:#000;
top:0;
left:0;
right:0;
bottom:0;
opacity:.3;
z-index:1;
}

.featured-style-29 .penci-featured-content {
z-index:5;
}

.featured-style-29 .penci-featured-content .feat-text {
width:100%;
max-width:1170px;
margin:0 auto;
padding:0;
opacity:1;
animation-delay:0s;
-webkit-animation-delay:0s;
}

.featured-style-29 .penci-featured-content .feat-text h3 {
position:relative;
padding-bottom:15px;
}

.featured-style-29 .penci-featured-content .feat-text h3:before {
width:60px;
height:0;
border-top:1px solid #fff;
left:50%;
margin-left:-30px;
bottom:0;
content:"";
position:absolute;
}

.featured-style-29 .penci-featured-content .feat-text h3 a {
font-size:28px;
}

.featured-style-29 .penci-featured-slider-button {
margin-top:20px;
animation-delay:1s;
-webkit-animation-delay:1s;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
}

.featured-style-29 .penci-featured-slider-button a,.featured-style-35 .penci-featured-slider-button a,.featured-style-38 .penci-featured-slider-button a {
height:36px;
line-height:34px;
padding:0 15px;
border:1px solid #fff;
color:#fff;
font-family:var(--pchead-font);
font-size:12px;
text-transform:uppercase;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
display:inline-block;
vertical-align:top;
letter-spacing:2px;
font-weight:var(--pchead-wei);
text-decoration:none !important;
}

.featured-style-29 .penci-featured-slider-button a:hover,.featured-style-35 .penci-featured-slider-button a:hover,.featured-style-38 .penci-featured-slider-button a:hover {
background:#fff;
color:#010101;
text-decoration:none;
}

.featured-style-29 .penci-owl-carousel.owl-loaded .active .penci-featured-slider-button,.featured-style-29 .penci-owl-carousel.owl-loaded .active .penci-featured-content .featured-cat,.featured-style-29 .penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text h3 {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
}

.penci-featured-content-right {
position:absolute;
right:0;
width:450px;
top:0;
bottom:0;
height:100%;
display:block;
padding-top:20px;
padding-bottom:20px;
}

.penci-featured-content-right:before {
background:#000;
opacity:0;
content:'';
position:absolute;
left:0;
bottom:0;
right:0;
top:0;
width:100%;
height:100%;
display:block;
z-index:1;
animation-delay:.5s;
-webkit-animation-delay:.5s;
-webkit-animation-duration:.6s;
-moz-animation-duration:.6s;
-ms-animation-duration:.6s;
-o-animation-duration:.6s;
animation-duration:.6s;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
}

.featured-style-35 .penci-owl-carousel.owl-loaded .active .penci-featured-content-right:before {
-webkit-animation-name:pencifadeInUpDiv;
-moz-animation-name:pencifadeInUpDiv;
-o-animation-name:pencifadeInUpDiv;
animation-name:pencifadeInUpDiv;
}

.penci-featured-content .feat-text .feat-meta span,.penci-mag-featured-content .feat-meta span,.penci-mag-featured-content .feat-meta a {
color:#fff;
font-size:13px;
}

.penci-owl-carousel.owl-loaded .active .feat-text .featured-cat,.penci-owl-carousel.owl-loaded .active .feat-text h3,.penci-owl-carousel.owl-loaded .active .feat-text .feat-meta,.featured-style-2 .penci-owl-carousel.owl-loaded .center .feat-text .featured-cat,.featured-style-2 .penci-owl-carousel.owl-loaded .center .feat-text h3,.featured-style-2 .penci-owl-carousel.owl-loaded .center .feat-text .feat-meta {
-webkit-animation-name:pencitextslide;
-moz-animation-name:pencitextslide;
-o-animation-name:pencitextslide;
animation-name:pencitextslide;
}

.featured-style-2 .penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text,.featured-style-2 .penci-owl-carousel.owl-loaded .active .feat-text .featured-cat,.featured-style-2 .penci-owl-carousel.owl-loaded .active .feat-text h3,.featured-style-2 .penci-owl-carousel.owl-loaded .active .feat-text .feat-meta,.featured-style-29 .penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text {
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
animation-name:none;
}

.featured-style-4 .penci-featured-content .feat-text .featured-cat,.penci-mag-featured-content .cat {
margin-bottom:2px;
}

.penci-item-mag,.featured-style-9 .wrapper-item .penci-item-mag,.featured-style-11 .wrapper-item .penci-item-mag {
position:relative;
}

.featured-area .active .penci-mag-featured-content,.featured-style-7 .penci-mag-featured-content,.featured-style-8 .penci-mag-featured-content,.featured-style-28 .penci-slide-overlay .penci-mag-featured-content {
opacity:1;
}

.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-11 .penci-mag-featured-content h3 a,.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-15 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a {
font-size:24px;
}

.featured-style-8 .wrapper-item .penci-item-mag,.featured-style-10 .wrapper-item .penci-item-mag,.featured-style-12 .wrapper-item .penci-item-mag {
position:relative;
border-left:2px solid transparent;
border-right:2px solid transparent;
}

.featured-style-9 .penci-mag-featured-content h3 a,.featured-style-12 .penci-mag-featured-content h3 a,.featured-style-13 .penci-mag-featured-content h3 a,.featured-style-15 .penci-mag-featured-content h3 a {
font-size:18px;
}

.featured-style-11 .penci-slide-overlay .penci-mag-featured-content,.featured-style-15 .penci-slide-overlay .penci-mag-featured-content,.featured-style-16 .penci-item-2 .penci-mag-featured-content {
left:0;
padding:0 20px;
text-align:center;
width:100%;
}

.featured-style-7 .penci-slide-overlay .penci-mag-featured-content,.featured-style-8 .penci-slide-overlay .penci-mag-featured-content,.featured-style-9 .penci-slide-overlay .penci-mag-featured-content,.featured-style-10 .penci-slide-overlay .penci-mag-featured-content,.featured-style-12 .penci-slide-overlay .penci-mag-featured-content,.featured-style-17 .penci-slide-overlay .penci-mag-featured-content,.featured-style-18 .penci-item-3 .penci-mag-featured-content,.featured-style-20 .penci-mag-featured-content,.featured-style-21 .penci-mag-featured-content,.featured-style-22 .penci-item-1 .penci-mag-featured-content,.featured-style-22 .penci-item-2 .penci-mag-featured-content,.featured-style-23 .penci-item-1 .penci-mag-featured-content,.featured-style-23 .penci-item-2 .penci-mag-featured-content {
text-align:center;
}

.featured-style-12 .penci-image-holder:before,.featured-style-22 .penci-image-holder:before,.featured-style-23 .penci-image-holder:before,.featured-style-28 .penci-image-holder:before {
padding-top:66.6667%;
}

.featured-style-13 .wrapper-item .penci-item-mag,.featured-style-15 .wrapper-item .penci-item-mag,.featured-style-17 .wrapper-item .penci-slider17-mag-item,.featured-style-18 .wrapper-item .penci-slider17-mag-item {
float:left;
display:inline-block;
width:25%;
position:relative;
}

.featured-style-13 .wrapper-item .penci-item-1,.featured-style-15 .wrapper-item .penci-item-2,.featured-style-14 .wrapper-item .penci-item-1,.featured-style-16 .wrapper-item .penci-item-2,.featured-style-26 .wrapper-item .penci-item-1 {
width:50%;
}

.featured-style-14 .wrapper-item .penci-item-mag,.featured-style-16 .wrapper-item .penci-item-mag,.featured-style-23 .wrapper-item .penci-item-mag,.featured-style-24 .wrapper-item .penci-item-mag,.featured-style-26 .wrapper-item .penci-item-mag {
float:left;
display:inline-block;
width:25%;
position:relative;
border-left:2px solid transparent;
border-right:2px solid transparent;
}

.featured-style-14 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-16 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a {
font-size:20px;
}

.featured-style-17 .wrapper-item .penci-slide17-item-2,.featured-style-18 .wrapper-item .penci-slide17-item-2 {
width:50%;
border-left:4px solid transparent;
border-right:4px solid transparent;
}

.featured-style-17 .wrapper-item .penci-item-1,.featured-style-17 .wrapper-item .penci-item-4,.featured-style-18 .wrapper-item .penci-item-1,.featured-style-18 .wrapper-item .penci-item-4 {
margin-bottom:4px;
}

.featured-style-18 .penci-mag-featured-content h3 a,.featured-style-29 .penci-featured-content .feat-text .featured-cat a {
font-size:14px;
}

.featured-style-19 .wrapper-item .penci-item-1,.featured-style-19 .wrapper-item .penci-item-2,.featured-style-24 .wrapper-item .penci-item-2,.featured-style-25 .wrapper-item .penci-item-2,.featured-style-25 .wrapper-item .penci-item-3,.featured-style-26 .wrapper-item .penci-item-2,.featured-style-26 .wrapper-item .penci-item-3,.featured-style-27 .wrapper-item .penci-item-1,.featured-style-27 .wrapper-item .penci-item-2,.featured-style-28 .wrapper-item .penci-item-2,.featured-style-28 .wrapper-item .penci-item-4,.featured-style-28 .wrapper-item .penci-item-6 {
border-bottom:4px solid transparent;
}

.featured-style-20 .wrapper-item .penci-item-mag,.featured-style-21 .wrapper-item .penci-item-mag,.featured-style-25 .wrapper-item .penci-item-mag,.featured-style-27 .wrapper-item .penci-item-mag {
float:left;
display:inline-block;
width:33.33333%;
position:relative;
border-left:2px solid transparent;
border-right:2px solid transparent;
}

.featured-style-20 .wrapper-item .penci-item-1,.featured-style-20 .wrapper-item .penci-item-2,.featured-style-22 .wrapper-item .penci-item-1,.featured-style-22 .wrapper-item .penci-item-2,.featured-style-23 .wrapper-item .penci-item-1,.featured-style-23 .wrapper-item .penci-item-2,.featured-style-24 .wrapper-item .penci-item-1,.featured-style-24 .wrapper-item .penci-item-2 {
width:50%;
border-bottom:4px solid transparent;
}

.featured-style-20 .penci-image-holder:before,.featured-style-21 .penci-image-holder:before,.featured-style-23 .penci-item-1 .penci-image-holder:before,.featured-style-23 .penci-item-2 .penci-image-holder:before {
padding-top:60%;
}

.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-1 .penci-mag-featured-content h3 a {
font-size:22px;
}

.featured-style-25 .wrapper-item .penci-item-1,.featured-style-27 .wrapper-item .penci-item-1 {
width:66.66666%;
}

.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-6 .penci-mag-featured-content h3 a,.featured-style-28 .penci-item-0 .penci-mag-featured-content h3 a {
text-transform:none;
letter-spacing:0;
}

@-webkit-keyframes pencifadeInUpDiv {
0% {
opacity:0;
-webkit-transform:translate3d(0,450px,0);
transform:translate3d(0,450px,0);
}

100% {
opacity:.7;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInUpDiv {
0% {
opacity:0;
-webkit-transform:translate3d(0,450px,0);
transform:translate3d(0,450px,0);
}

100% {
opacity:.7;
-webkit-transform:none;
transform:none;
}
}

.feat-text-right {
position:absolute;
display:block;
top:50%;
width:100%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
z-index:3;
left:0;
padding-left:20px;
padding-right:20px;
}

.featured-style-35 .feat-text-right h3 a {
font-size:28px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
}

.featured-style-35 .featured-cat {
margin-bottom:5px;
}

.featured-style-35 .cat > a.penci-cat-name {
color:#fff;
}

.featured-style-35 .featured-content-excerpt p {
color:#fff;
line-height:1.6;
opacity:.85;
margin-top:10px;
font-size:14px;
}

.featured-style-35 .penci-featured-slider-button {
margin-top:25px;
}

.featured-style-35 .featured-cat,.featured-style-35 .feat-text-right h3,.featured-style-35 .featured-content-excerpt,.featured-style-35 .penci-featured-slider-button,.featured-style-37 .penci-item-1 .featured-cat,.featured-style-37 .penci-item-1 .feat-text h3,.featured-style-37 .penci-item-1 .feat-meta {
animation-delay:.6s;
-webkit-animation-delay:.6s;
-webkit-animation-duration:.5s;
-moz-animation-duration:.5s;
-ms-animation-duration:.5s;
-o-animation-duration:.5s;
animation-duration:.5s;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
}

.featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-cat,.featured-style-35 .penci-owl-carousel.owl-loaded .active .feat-text-right h3,.featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-content-excerpt,.featured-style-35 .penci-owl-carousel.owl-loaded .active .penci-featured-slider-button,.featured-style-37 .penci-owl-carousel.owl-loaded .active .featured-cat,.featured-style-37 .penci-owl-carousel.owl-loaded .active .feat-text h3,.featured-style-37 .penci-owl-carousel.owl-loaded .active .feat-text .feat-meta {
-webkit-animation-name:pencifadeInUpSmall;
-moz-animation-name:pencifadeInUpSmall;
-o-animation-name:pencifadeInUpSmall;
animation-name:pencifadeInUpSmall;
}

.featured-style-35 .feat-text-right h3 {
animation-delay:1.1s;
-webkit-animation-delay:1.1s;
}

.featured-style-35 .feat-text-right .featured-content-excerpt {
animation-delay:1.3s;
-webkit-animation-delay:1.3s;
}

.featured-style-37 .penci-item-1 .feat-text h3 {
animation-delay:.8s;
-webkit-animation-delay:.8s;
}

.featured-style-37 .penci-item-1 .feat-meta {
animation-delay:1s;
-webkit-animation-delay:1s;
}

.featured-style-35 .featured-content-excerpt .feat-meta span {
color:#fff;
font-size:13px;
}

.featured-style-35 .featured-content-excerpt .feat-meta > span:after {
content:"";
display:inline-block;
margin:0 8px 0 12px;
width:0;
height:10px;
border-left:1px solid;
opacity:.35;
color:inherit;
}

.featured-style-35 .featured-content-excerpt .feat-meta > span:last-child:after {
content:none;
}

.featured-style-35 .featured-content-excerpt .feat-meta span a {
color:#fff;
font-size:inherit;
text-decoration:none !important;
}

.featured-style-35 .feat-text-right .penci-featured-slider-button {
animation-delay:1.5s;
-webkit-animation-delay:1.5s;
}

.featured-style-35.style-36 .penci-image-holder:before {
height:550px;
padding:0;
}

.featured-style-35.style-36 .penci-featured-content-right {
width:420px;
}

.featured-style-37 .penci-featured-items-right > .item:first-child {
margin-bottom:11px;
}

.featured-style-37 .penci-slide-overlay .penci-mag-featured-content {
opacity:1;
text-align:center;
}

.featured-style-37 .penci-owl-carousel .owl-dots {
bottom:11px;
}

.featured-style-37 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
bottom:46px;
}

.featured-style-37 .penci-owl-carousel[data-dots="false"] .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
bottom:16px;
}

.featured-style-37 .penci-item-1 .featured-cat,.featured-style-37 .penci-item-1 .feat-text h3,.featured-style-37 .penci-item-1 .feat-meta {
opacity:0;
}

.featured-style-38 .penci-owl-carousel .item {
width:450px;
width:25vw;
}

.featured-style-38 .penci-image-holder:before {
padding-top:120%;
}

.penci-slider38-overlay {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
background:#000;
opacity:.4;
z-index:1;
transition:opacity .3s;
-webkit-transition:opacity .3s;
}

.featured-style-38 .item:hover .penci-slider38-overlay {
opacity:.7;
}

.featured-style-38 .penci-featured-slider-button {
margin-top:24px;
}

.featured-slider-excerpt p {
color:#fff;
line-height:1.6;
}

.featured-style-38 .penci-featured-content .feat-text,.featured-style-38 .penci-owl-carousel .feat-text .featured-cat,.featured-style-38 .penci-owl-carousel .feat-text h3,.featured-style-38 .penci-owl-carousel .feat-text .feat-meta {
-webkit-animation-delay:0 !important;
-moz-animation-delay:0 !important;
-o-animation-delay:0 !important;
animation-delay:0 !important;
-webkit-animation-name:none !important;
-moz-animation-name:none !important;
-o-animation-name:none !important;
animation-name:none !important;
opacity:1 !important;
}

.post-entry .penci-featured-content .feat-text .feat-meta,.post-entry .penci-featured-content .feat-text .featured-cat,.post-entry .penci-mag-featured-content .cat,.post-entry .penci-mag-featured-content .feat-meta,.post-entry .penci-widget-slide-detail .slide-item-date {
line-height:1;
}

.post-entry .penci-featured-content .feat-text h3,.post-entry .penci-owl-featured-area .feat-text h3,.post-entry .penci-mag-featured-content h3,.post-entry .featured-style-35 .feat-text-right h3,.post-entry .penci-widget-slider h4 {
margin-bottom:0;
}

.post-entry .penci-widget-slider h4 a:hover {
text-decoration:none;
}

.penci-image-holder {
position:relative;
width:100%;
background:#f5f5f5;
display:inline-block;
vertical-align:top;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
overflow:hidden;
}

.penci-image-holder:before {
display:block;
content:"";
width:100%;
padding-top:66.6667%;
background:none !important;
box-shadow:none !important;
}

.penci-image-holder.penci-list-nocrop-thumb:before {
content:none;
padding-top:0;
}

.penci-image-holder:not([style*='background-image']),.penci-lazy[src*="penci-holder"],.penci-holder-load:not([style*='background-image']) {
background-image:linear-gradient(to left,#f5f5f5 0%,#efefef 15%,#f5f5f5 40%,#f5f5f5 100%);
background-repeat:no-repeat !important;
background-color:#f5f5f5;
background-size:900px 1700px !important;
background-position:center center !important;
animation:pencipreload .85s infinite linear forwards;
-webkit-animation:pencipreload .85s infinite linear forwards;
}

.penci-lazy[src*="penci-holder"] {
width:100%;
height:auto;
}

.holder-square.penci-lazy[src*="penci-holder"] {
height:0;
padding-bottom:100%;
}

.instagram-square-lazy.penci-lazy[src*="penci-holder"] {
height:0 !important;
padding-bottom:100% !important;
}

.penci-sidebar-content .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*="penci-holder"],.footer-widget-wrapper .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*="penci-holder"] {
margin:5px!important;
width:calc(100% - 10px) !important;
}

.featured-style-35 .penci-featured-content-right,.featured-style-38 .penci-featured-content {
z-index:5;
}

.featured-style-35 .featured-content-excerpt,.featured-slider-excerpt {
margin-top:7px;
}

@-webkit-keyframes pencipreload {
from {
background-position:-800px 0;
}

to {
background-position:100px 0;
}
}

@keyframes pencipreload {
from {
background-position:-800px 0;
}

to {
background-position:100px 0;
}
}

.penci-image-holder.small-fix-size {
width:120px;
}

.penci-image-holder.square-fix-size:before {
padding-top:100%;
}

.penci-image-holder.rectangle-fix-size:before {
padding-top:128%;
}

.penci-image-holder.slider-style-1-fix {
height:600px;
}

.penci-image-holder.slider-style-2-fix {
width:900px;
}

.penci-image-holder.slider-style-2-fix:before {
padding-top:56.7%;
}

.penci-image-holder.slider-style-7-fix:before {
padding-top:56.6667%;
}

.penci-image-holder.slider-style-3-fix {
height:560px;
}

.featured-style-31 .penci-image-holder:before,.featured-style-32 .penci-image-holder:before {
content:none;
}

.pencislider-item .penci-image-holder {
position:relative;
}

.pencislider-item .penci-image-holder a {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:block;
z-index:1;
}

.pencislider-container {
position:absolute;
display:block;
top:50%;
width:100%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
padding:0 40px;
z-index:5;
}

.pencislider-container .pencislider-content {
display:block;
margin:0 auto;
max-width:1170px;
}

.pencislider-container .pencislider-content .pencislider-title {
font-family:var(--pchead-font);
font-size:30px;
line-height:1.2em;
text-transform:uppercase;
margin:0;
letter-spacing:1px;
font-weight:var(--pchead-wei);
}

.pencislider-container .pencislider-content .pencislider-title a {
color:inherit;
font-size:inherit;
}

.pencislider-container .pencislider-content .pencislider-caption {
font-size:16px;
line-height:1.3em;
margin:15px 0 0;
}

.pencislider-container .pencislider-content .penci-button {
margin:25px 0 0;
background:none;
padding:0;
vertical-align:top;
max-width:100%;
-webkit-animation-delay:.9s;
-moz-animation-delay:.9s;
animation-delay:.9s;
}

.pencislider-container .pencislider-content .pencislider-button {
text-decoration:none;
display:inline-block;
padding:11px 20px;
text-transform:uppercase;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
font-family:var(--pchead-font);
letter-spacing:1px;
cursor:pointer;
font-size:14px;
line-height:1.3;
border:none;
position:relative;
font-weight:var(--pchead-wei);
}

.pencislider-container .pencislider-content .pencislider-button:hover {
opacity:.9;
}

.pencislider-container .pencislider-title,.pencislider-container .pencislider-caption,.pencislider-container .pencislider-content .penci-button {
text-align:left;
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;
}

.pencislider-container.align-center .pencislider-title,.pencislider-container.align-center .pencislider-caption,.pencislider-container.align-center .penci-button {
text-align:center;
}

.pencislider-container.align-right .pencislider-title,.pencislider-container.align-right .pencislider-caption,.pencislider-container.align-right .penci-button {
text-align:right;
}

.pencislider-container .pencislider-caption {
-webkit-animation-delay:.7s;
-moz-animation-delay:.7s;
animation-delay:.7s;
}

.pencislider-container .pencislider-content .pencislider-title span,.pencislider-container .pencislider-content .pencislider-caption span {
display:inline-block;
vertical-align:top;
padding:5px 12px;
color:inherit;
font-size:inherit;
background-color:rgba(0,0,0,0.4);
}

@-webkit-keyframes pencifadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0,-40px,0);
transform:translate3d(0,-40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0,-40px,0);
transform:translate3d(0,-40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-title,.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-caption,.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-content .penci-button {
-webkit-animation-name:pencifadeInDown;
-moz-animation-name:pencifadeInDown;
-o-animation-name:pencifadeInDown;
animation-name:pencifadeInDown;
}

@-webkit-keyframes pencifadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-webkit-keyframes pencifadeInUpSmall {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInUpSmall {
0% {
opacity:0;
-webkit-transform:translate3d(0,20px,0);
transform:translate3d(0,20px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-title,.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-caption,.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-content .penci-button {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
}

@-webkit-keyframes pencifadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-50px,0,0);
transform:translate3d(-50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-50px,0,0);
transform:translate3d(-50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-title,.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-caption,.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-content .penci-button {
-webkit-animation-name:pencifadeInLeft;
-moz-animation-name:pencifadeInLeft;
-o-animation-name:pencifadeInLeft;
animation-name:pencifadeInLeft;
}

@-webkit-keyframes pencifadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(50px,0,0);
transform:translate3d(50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(50px,0,0);
transform:translate3d(50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-title,.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-caption,.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-content .penci-button {
-webkit-animation-name:pencifadeInRight;
-moz-animation-name:pencifadeInRight;
-o-animation-name:pencifadeInRight;
animation-name:pencifadeInRight;
}

.penci-flat-overlay .penci-slide-overlay .overlay-link {
background:none !important;
opacity:0 !important;
}

.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
bottom:0;
left:0;
right:0;
padding:17px 20px;
width:100%;
}

.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before {
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
background:#000;
opacity:.5;
content:'';
z-index:1;
-webkit-transition:opacity .4s ease 0s;
-moz-transition:opacity .4s ease 0s;
-o-transition:opacity .4s ease 0s;
transition:opacity .4s ease 0s;
}

.penci-flat-overlay .penci-item-mag:hover .penci-slide-overlay .penci-mag-featured-content:before {
opacity:.7;
}

.penci-flat-overlay .feat-text,.penci-flat-overlay .penci-mag-featured-content .cat {
position:relative;
z-index:5;
}

.featured-style-22.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-0 .penci-slide-overlay .penci-mag-featured-content {
bottom:0;
padding:10px 5px;
}

.featured-style-28.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
padding:12px 15px;
}

.featured-style-28.penci-flat-overlay .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
padding:17px 20px;
}

.penci-owl-carousel:not(.owl-loaded) > div,.penci-owl-carousel:not(.owl-loaded) > img,.penci-owl-carousel:not(.owl-loaded) > figure,.penci-owl-carousel:not(.owl-loaded) .penci-featured-content-right {
display:none;
}

.featured-style-2 .penci-owl-carousel:not(.owl-loaded) > .item {
width:900px;
margin-left:auto;
margin-right:auto;
}

.featured-style-38 .penci-owl-carousel:not(.owl-loaded) > .item {
width:450px;
width:25vw;
margin-left:auto;
margin-right:auto;
position:relative;
}

.penci-owl-carousel:not(.owl-loaded),.penci-owl-carousel:not(.owl-loaded) > div:first-child,.penci-owl-carousel:not(.owl-loaded) > figure:first-child,.penci-owl-carousel:not(.owl-loaded) > img:first-child {
display:block;
}

@media only screen and (max-width: 1200px) {
.featured-style-38 .penci-owl-carousel:not(.owl-loaded) > .item {
width:400px;
}
}

@media only screen and (max-width: 960px) {
.featured-style-2 .penci-owl-carousel:not(.owl-loaded) > .item {
width:760px;
}
}

@media only screen and (max-width: 767px) {
.featured-style-2 .penci-owl-carousel:not(.owl-loaded) > .item {
width:480px;
}
}

@media only screen and (max-width: 479px) {
.featured-style-2 .penci-owl-carousel:not(.owl-loaded) > .item,.featured-style-38 .penci-owl-carousel:not(.owl-loaded) > .item {
width:360px;
}
}

.penci-owl-carousel:not(.owl-loaded) .penci-featured-content {
display:none;
}

.penci-owl-carousel:not(.owl-loaded):before,.penci-owl-carousel:not(.owl-loaded):after {
content:'';
clear:both;
display:table;
}

.penci-owl-carousel.penci-headline-posts:not(.owl-loaded):before,.penci-owl-carousel.penci-headline-posts:not(.owl-loaded):after {
content:none;
clear:none;
display:none;
}

@media only screen and (min-width: 1170px) {
.penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div {
width:25%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div {
width:33.3333%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-item="2"] > div {
width:50%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(4),.penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-item="2"] > div:nth-child(2) {
display:block;
}
}

@media only screen and (max-width: 1169px) and (min-width: 769px) {
.penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div {
width:25%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div {
width:33.3333%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tablet="2"] > div {
width:50%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(4),.penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-tablet="2"] > div:nth-child(2) {
display:block;
}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div {
width:25%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div {
width:33.3333%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="2"] > div {
width:50%;
float:left;
}

.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(4),.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div:nth-child(2),.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div:nth-child(3),.penci-owl-carousel:not(.owl-loaded)[data-tabsmall="2"] > div:nth-child(2) {
display:block;
}
}

#penci-featured-video-bg {
height:600px;
}

.penci-video-overlay-background,.overlay-video-click,.penci-video-bg-overlay {
position:absolute;
z-index:5;
top:0;
left:0;
width:100%;
height:100%;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
display:none;
}

.overlay-video-click {
display:block;
z-index:20;
}

.penci-video-bg-overlay,.penci-placeholder-videobg {
z-index:2;
display:block;
}

.penci-video-overlay {
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
text-align:center;
left:20px;
right:20px;
z-index:10;
}

h2.penci-heading-video,p.penci-sub-heading-video,.penci-video-custom-img {
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
-webkit-animation-delay:1.5s;
-moz-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

.penci-video-custom-img {
margin:0 0 24px;
}

.penci-video-custom-img.no-margin-bottom {
margin:0;
}

h2.penci-heading-video {
color:#fff;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
font-size:30px;
line-height:1.2em;
text-transform:uppercase;
margin:0;
letter-spacing:1px;
-webkit-animation-delay:1.8s;
-moz-animation-delay:1.8s;
-o-animation-delay:1.8s;
animation-delay:1.8s;
}

p.penci-sub-heading-video {
font-size:16px;
line-height:1.3em;
margin:15px 0 0;
font-style:italic;
color:#fff;
-webkit-animation-delay:2.1s;
-moz-animation-delay:2.1s;
-o-animation-delay:2.1s;
animation-delay:2.1s;
}

.featured-area.loaded-animation .penci-video-custom-img,.featured-area.loaded-animation h2.penci-heading-video,.featured-area.loaded-animation p.penci-sub-heading-video {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
}

.featured-area.magazine-slider {
width:1170px;
margin-left:auto;
margin-right:auto;
}

.penci-magazine-slider.penci-loading {
background:#fafafa url(/wp-content/themes/soledad/images/loading.gif?x31209) no-repeat center center;
min-height:506px;
}

.featured-area.loaded-wait .penci-magazine-slider.penci-loading {
background:none;
min-height:0 !important;
}

.penci-magazine-slider {
margin:0;
padding:0;
position:relative;
}

.penci-magazine-slider .penci-mag-item {
display:none;
}

.penci-magazine-slider ul.mag-wrap {
list-style:none;
margin:0;
display:inline-block;
width:100%;
vertical-align:top;
bottom:0;
left:0;
}

.penci-magazine-slider ul.mag-wrap li {
overflow:hidden;
display:block;
float:left;
position:relative;
width:380px;
height:253px;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
width:790px;
height:506px;
border-right:10px solid transparent;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-2 {
border-bottom:10px solid transparent;
}

.penci-magazine-slider .mag-meta {
position:absolute;
padding:20px;
width:100%;
z-index:10;
left:0;
bottom:0;
}

.penci-magazine-slider .mag-item-1 .mag-meta {
padding:30px;
}

.penci-magazine-slider .mag-cat {
margin-bottom:4px;
}

.penci-magazine-slider .mag-cat a.penci-cat-name {
border-color:#fff;
color:#fff;
}

.penci-magazine-slider .mag-cat a.penci-cat-name:hover {
text-decoration:none;
color:var(--pcaccent-cl);
}

.penci-magazine-slider .mag-meta h3 {
line-height:1.3;
}

.penci-magazine-slider .mag-meta h3 a {
color:#fff;
font-size:16px;
text-transform:uppercase;
letter-spacing:0;
}

.penci-magazine-slider .mag-item-1 .mag-meta h3 a {
font-size:24px;
letter-spacing:1px;
}

.penci-magazine-slider .mag-meta-child {
margin-top:6px;
}

.penci-magazine-slider .mag-item-1 .mag-meta-child {
margin-top:7px;
}

.penci-magazine-slider .mag-meta-child span {
color:#fff;
font-size:12px;
}

.penci-magazine-slider .mag-item-1 .mag-meta-child span {
font-size:14px;
}

.penci-magazine-slider .mag-meta-child span:after {
content:"";
display:inline-block;
margin:0 7px 0 10px;
width:0;
height:8px;
border-left:1px solid #fff;
opacity:.5;
}

.penci-magazine-slider .mag-item-1 .mag-meta-child span:after {
margin:0 8px 0 12px;
height:10px;
}

.penci-magazine-slider .penci-direction-nav a {
position:absolute;
width:36px;
height:36px;
display:inline-block;
top:50%;
margin-top:-18px;
font-size:20px;
cursor:pointer;
outline:none;
opacity:0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
text-align:center;
line-height:36px;
background:#fff;
z-index:12;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
color:#313131;
border:none;
}

.penci-magazine-slider .penci-direction-nav a.penci-prev {
left:30px;
}

.penci-magazine-slider .penci-direction-nav a.penci-next {
right:30px;
}

.penci-magazine-slider .penci-direction-nav a:hover {
background:var(--pcaccent-cl);
color:#fff;
}

.penci-magazine-slider .mag-overlay {
background:#000;
opacity:.6;
position:absolute;
left:0;
right:0;
width:100%;
height:100%;
z-index:2;
background:-moz-linear-gradient(top,transparent 0%,#000 100%);
background:-webkit-linear-gradient(top,transparent 0%,#000 100%);
background:-o-linear-gradient(top,transparent 0%,#000 100%);
background:-ms-linear-gradient(top,transparent 0%,#000 100%);
background:linear-gradient(to bottom,transparent 0%,#000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
-webkit-transition:opacity .4s ease 0s;
-moz-transition:opacity .4s ease 0s;
-o-transition:opacity .4s ease 0s;
transition:opacity .4s ease 0s;
}

.penci-magazine-slider ul.mag-wrap .mag-content:hover .mag-overlay {
opacity:.8;
}

.penci-magazine-slider.penci-mag3-slider.penci-loading {
min-height:387px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
border:none;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 {
width:287px;
height:auto;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
height:191px;
position:relative;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
height:387px;
position:relative;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
width:586px;
margin:0 5px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content:first-child,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content:first-child {
margin-bottom:5px;
}

.penci-magazine-slider.penci-mag1-slider ul.mag-wrap li .mag-content,.penci-magazine-slider ul.mag-wrap li .mag-content .mag-img {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
width:100%;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content h3 a {
font-size:14px;
letter-spacing:0;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content h3 a {
font-size:16px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content .mag-meta {
padding:10px;
width:100%;
}

.penci-mag2-carousel {
overflow:hidden;
}

.featured-area.magazine-slider-2 {
height:463px;
overflow:hidden;
}

.featured-area.magazine-slider-2.loaded-wait {
height:auto;
overflow:visible;
}

.penci-mag2-carousel .mag2-item {
display:block;
float:left;
margin:0 1px 0 0;
width:700px;
height:463px;
position:relative;
}

.penci-mag2-carousel .penci-mag2-carousel-content > .mag2-item {
margin-right:1px !important;
}

.penci-mag2-carousel .mag2-item.mag2-even {
width:346px;
}

.penci-mag2-carousel .mag2-item .mag2-item {
width:346px;
height:231px;
margin:0;
position:relative;
}

.penci-mag2-carousel .mag2-item > .mag2-item:first-child {
margin-bottom:1px;
}

.mag2-thumbnail,.mag2-thumbnail .mag-img {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.mag2slider-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.mag2slider-overlay i {
display:block;
width:50px;
height:50px;
position:absolute;
top:50%;
left:50%;
margin:-25px 0 0 -25px;
border-radius:50%;
background:transparent;
text-align:center;
font:14px/40px FontAwesome;
color:rgba(255,255,255,0.9);
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
border:2px solid rgba(255,255,255,0.9);
opacity:0;
font-size:18px;
z-index:3;
line-height:48px;
}

.mag2slider-overlay i.fa-play:before {
margin-left:2px;
}

.mag2slider-overlay i.fa-music:before {
margin-right:2px;
}

.penci-mag2-carousel .mag2-item .mag2-item .mag2slider-overlay i {
width:44px;
height:44px;
line-height:40px;
font-size:17px;
margin:-22px 0 0 -22px;
}

.mag2slider-overlay:after {
background:#000;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
opacity:.05;
content:"";
}

.mag2-thumbnail:hover .mag2slider-overlay:after {
opacity:.7;
}

.penci-mag2-carousel .mag2-header {
position:absolute;
padding:17px 20px;
width:100%;
z-index:8;
left:0;
bottom:0;
text-align:center;
}

.penci-mag2-carousel .mag2-item .mag2-item .mag2-header {
padding:17px 20px!important;
text-align:left;
}

.penci-mag2-carousel .mag2-header h3 a {
font-size:24px;
letter-spacing:1px;
text-transform:uppercase;
color:#fff;
}

.penci-mag2-carousel .mag2-item .mag2-item .mag2-header h3 a {
font-size:16px;
letter-spacing:0;
}

.penci-mag2-carousel .cat > a.penci-cat-name {
color:#fff;
}

.penci-magazine-slider .mag-cat a.penci-cat-name:after,.penci-mag2-carousel .cat > a.penci-cat-name:after {
border-color:#fff;
}

.penci-magazine-slider .mag-meta-child span:last-child:after,.penci-magazine-slider .penci-direction-nav a:before {
content:none;
display:none;
}

.penci-magazine-slider:hover .penci-direction-nav a,.mag2-thumbnail:hover .mag2slider-overlay i {
opacity:1;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content h3,.penci-magazine-slider.penci-mag3-slider .mag-cat {
text-align:center;
}

@media only screen and (min-width: 779px) {
.penci-mag2-carousel .mag2-thumbnail img {
transform:none !important;
-webkit-transform:none !important;
}

.penci-mag2-carousel .mag2-header {
width:100% !important;
}
}

@media only screen and (max-width: 778px) {
.penci-mag2-carousel .mag2-header h3 a {
font-size:18px;
}

.penci-mag2-carousel .mag2-header {
padding-right:15px;
text-align:left;
}

.mag2slider-overlay i,.penci-mag2-carousel .cat.mag-cat {
display:none;
}
}

.container.home-featured-boxes {
margin-bottom:30px;
display:table;
margin-top:-30px;
}

.container.home-featured-boxes-vc {
width:100%;
}

.home-featured-boxes .penci-image-holder:before {
padding-top:66.75%;
}

@media only screen and ( min-width: 961px ) {
.boxes-size-horizontal .homepage-featured-boxes.boxes-4-columns .penci-image-holder:before {
padding-top:70.37%;
}
}

.home-featured-boxes.boxes-size-square .penci-image-holder:before {
padding-top:100%;
}

.home-featured-boxes.boxes-size-vertical .penci-image-holder:before {
padding-top:135.4%;
}

.home-featured-boxes-vc {
overflow:hidden;
}

ul.homepage-featured-boxes {
list-style:none;
margin-left:-15px;
margin-right:-15px;
padding:0!important;
}

ul.homepage-featured-boxes li,.post-entry ul.homepage-featured-boxes li {
width:33.3333%;
float:left;
display:inline-block;
padding:0 15px;
margin-bottom:30px;
}

ul.homepage-featured-boxes li .penci-fea-in:before,ul.homepage-featured-boxes li .penci-fea-in:after {
position:absolute;
left:5px;
right:5px;
top:5px;
bottom:5px;
content:'';
opacity:0;
-webkit-transition:opacity 0.3s,-webkit-transform .4s;
transition:opacity 0.3s,transform .4s;
z-index:5;
}

ul.homepage-featured-boxes li .penci-fea-in:before {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
-webkit-transform:scale(0,1);
transform:scale(0,1);
}

ul.homepage-featured-boxes li .penci-fea-in:after {
border-right:1px solid #fff;
border-left:1px solid #fff;
-webkit-transform:scale(1,0);
transform:scale(1,0);
}

ul.homepage-featured-boxes li .penci-fea-in:hover:before,ul.homepage-featured-boxes li .penci-fea-in:hover:after {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}

ul.homepage-featured-boxes .penci-fea-in .fea-box-img {
position:static;
top:0;
left:0;
width:100%;
height:100%;
display:block;
z-index:1;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}

ul.homepage-featured-boxes .penci-fea-in .fea-box-img:after {
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
z-index:2;
content:"";
background:#000;
transition:opacity .25s;
-webkit-transition:opacity .25s;
-moz-transition:opacity .25s;
opacity:0;
}

ul.homepage-featured-boxes .penci-fea-in:hover .fea-box-img:after {
opacity:.3;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img {
right:0;
bottom:0;
}

ul.homepage-featured-boxes .penci-fea-in h4 {
position:absolute;
width:100%;
left:0;
top:50%;
text-align:center;
z-index:5;
font-style:italic;
letter-spacing:0;
font-family:var(--pcbody-font);
font-weight:400;
padding:5px 20px;
margin-top:-25px;
}

ul.homepage-featured-boxes .penci-fea-in h4 > span {
display:inline-block;
position:relative;
}

ul.homepage-featured-boxes .penci-fea-in h4 span span {
display:inline-block;
background:#fff;
color:#313131;
padding:0 15px;
position:relative;
min-width:120px;
height:40px;
line-height:40px;
white-space:nowrap;
-webkit-transition:all .3s ease 0s;
-moz-transition:all .3s ease 0s;
-o-transition:all .3s ease 0s;
transition:all .3s ease 0s;
font-style:normal;
font-size:14px;
font-weight:400;
}

ul.homepage-featured-boxes .penci-fea-in h4 span span:before {
top:-5px;
left:-5px;
right:-5px;
bottom:-5px;
content:"";
display:block;
background:none;
position:absolute;
border:1px solid #fff;
}

ul.homepage-featured-boxes .penci-fea-in:hover h4 span {
color:var(--pcaccent-cl);
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 {
background:#fff;
padding:0 20px;
margin-top:-20px;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4:before {
top:-5px;
left:0;
right:0;
width:100%;
bottom:-5px;
content:"";
display:block;
background:none;
position:absolute;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
-webkit-transition:all .3s ease 0s;
-moz-transition:all .3s ease 0s;
-o-transition:all .3s ease 0s;
transition:all .3s ease 0s;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 span {
background:none;
}

.home-featured-boxes-sc .penci-fea-in.boxes-style-4 h4 span span:before,.home-featured-boxes-sc .penci-fea-in.boxes-style-4 .fea-box-img:after,ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span:before,ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 .fea-box-img:after {
content:none;
}

.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:before,.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:after,ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before,ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after {
opacity:.4;
-webkit-transition:all .4s;
transition:all .4s;
z-index:5;
transform:none;
-webkit-transform:none;
left:10px;
right:10px;
top:10px;
bottom:10px;
}

.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:hover:before,.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:hover:after,ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:hover:before,ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:hover:after {
opacity:1;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 .fea-box-img {
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-3:hover .fea-box-img {
transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span {
text-transform:uppercase;
font-size:12px;
font-family:var(--pchead-font);
letter-spacing:1px;
}

.boxes-weight-bold ul.homepage-featured-boxes .penci-fea-in h4 span span {
font-weight:700;
}

.home-featured-boxes-sc .penci-fea-in.boxes-style-4:hover .fea-box-img:after {
opacity:0;
}

.home-featured-boxes-sc li.boxes-no-text .penci-fea-in.boxes-style-4:after,.home-featured-boxes-sc li.boxes-no-text .penci-fea-in.boxes-style-4:before {
border:0;
}

ul.homepage-featured-boxes.boxes-4-columns li {
width:25%;
}

.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li {
width:50%;
}

.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-1-column li {
width:100%;
margin-bottom:20px;
}

.penci-biggrid-wrapper {
margin-bottom:20px;
}

.penci-biggrid-inner {
overflow:hidden;
display:block;
}

.penci-dflex {
display:flex;
display:-webkit-flex;
display:-ms-flexbox;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
align-items:flex-start;
}

.penci-bgstyle-1 .penci-dflex {
margin-left:-10px;
margin-right:-10px;
width:calc(100% + 20px);
}

.penci-bgstyle-1 .penci-dflex .penci-bgitem {
padding:0 10px;
margin-bottom:20px;
}

.penci-grid-col-1 .penci-dflex .penci-bgitem {
flex:0 0 100%;
}

.penci-grid-col-2 .penci-dflex .penci-bgitem {
flex:0 0 50%;
}

.penci-grid-col-3 .penci-dflex .penci-bgitem {
flex:0 0 33.33333%;
}

.penci-grid-col-4 .penci-dflex .penci-bgitem {
flex:0 0 25%;
}

.penci-grid-col-5 .penci-dflex .penci-bgitem {
flex:0 0 20%;
}

.penci-grid-col-6 .penci-dflex .penci-bgitem {
flex:0 0 16.66667%;
}

.pcbg-thumb .pcbg-bgoverlay.active-overlay {
z-index:2;
}

.pcbg-bgoverlay.active-overlay {
background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 60%,#000 100%);
opacity:.7;
}

.penci-bgitem:hover .pcbg-bgoverlay.active-overlay {
opacity:.9;
}

.penci-bgmain {
display:flex;
flex-direction:column;
position:relative;
}

.pcbg-bgoverlay,.pcbg-content,.pcbg-bgoverlaytext {
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
width:100%;
height:100%;
display:block;
}

.penci-bgrid-content-below .pcbg-content,.penci-bgrid-content-above .pcbg-content {
position:static;
}

.penci-bgrid-content-above .penci-bgmain {
flex-direction:column-reverse;
}

.pcbg-bgoverlay,.pcbg-bgoverlaytext {
transition:opacity .3s;
}

.pcbg-bgoverlaytext {
z-index:-1;
}

.pcbg-mask-title .pcbg-content-inner .pcbg-above {
margin-bottom:5px;
}

.penci-bgrid-based-custom.pcbg-mask-title .pcbg-content-inner .pcbg-above {
margin-bottom:9px;
}

.pcbg-mask-title .pcbg-content-inner .pcbg-meta,.post-entry .pcbg-mask-title .pcbg-content-inner .pcbg-meta {
margin-top:13px;
}

.penci-bgrid-based-post.pcbg-mask-subtitle .cat > a.penci-cat-name {
display:inline-block;
padding:1px 5px;
background:#a2d4af;
box-decoration-break:clone;
-webkit-box-decoration-break:clone;
margin-right:5px;
}

.penci-bgrid-based-post.pcbg-mask-subtitle .cat > a.penci-cat-name:last-child {
margin-right:0;
}

.pcbg-mask-title .pcbg-title,.pcbg-mask-meta .pcbg-meta-desc,.penci-bgrid-based-custom.pcbg-mask-subtitle .pcbg-sub-title {
display:inline;
background:#a2d4af;
border:none;
padding:0 4px;
box-decoration-break:clone;
-webkit-box-decoration-break:clone;
max-width:99%;
transition:background-color 0.3s,border-color .3s;
}

.pcbg-mask-title .pcbg-title {
border-width:3px 10px;
}

.pcbg-mask-meta .pcbg-meta-desc {
border-width:2px 8px;
}

.pcbg-content-flex {
display:flex;
height:100%;
width:100%;
z-index:1;
align-items:flex-end;
}

.pcbg-content-inner {
padding:20px;
position:relative;
z-index:1;
display:block;
width:100%;
}

.pcbg-content-inner.bgcontent-inline-block {
display:inline-block;
width:auto;
}

.pcbg-content-inner .pcbg-above {
line-height:1;
margin-bottom:2px;
}

.penci-biggrid-data .pcbg-content-inner .pcbg-title {
font-size:18px;
}

.penci-biggrid-data .pcbg-content-inner .pcbg-title a {
font-size:inherit;
}

.penci-biggrid-data.penci-fixh .pcbg-content-inner .pcbg-title {
font-size:16px;
}

.penci-biggrid-data.penci-fixh .pcbg-big-item .pcbg-content-inner .pcbg-title {
font-size:24px;
}

.penci-biggrid-data .pcbg-content-inner .pcbg-title,.penci-biggrid-data .pcbg-content-inner .pcbg-title a,.penci-biggrid-data .pcbg-content-inner .pcbg-title a:hover {
letter-spacing:0;
text-decoration:none;
margin:0;
}

.pcbg-content-inner .pcbg-meta,.post-entry .pcbg-content-inner .pcbg-meta {
margin-top:6px;
line-height:1.3;
font-size:14px;
}

.pcbg-above,.penci-bgrid-based-custom .pcbg-meta {
font-size:14px;
}

.penci-bgrid-based-custom .pcbg-sub-title {
line-height:1.2;
margin-bottom:7px;
}

.penci-biggrid-data .pcbg-readmore-sec {
margin-top:15px;
}

.pcbg-readmore-sec .pcbg-readmorebtn {
padding:10px 15px;
font-size:13px;
line-height:1;
background-color:#efefef;
color:#111;
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
outline:0;
border-width:0;
border-style:solid;
border-color:transparent;
border-radius:0;
box-shadow:none;
vertical-align:middle;
text-align:center;
text-decoration:none;
text-transform:uppercase;
text-shadow:none;
letter-spacing:.3px;
cursor:pointer;
text-decoration:none !important;
transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease;
}

.pcbg-readmore-sec .pcbg-readmorebtn.pcreadmore-icon-right {
flex-direction:row;
}

.pcbg-readmore-sec .pcbg-readmorebtn.pcreadmore-icon-left {
flex-direction:row-reverse;
}

.penci-biggrid-data .pcbg-readmore-sec span {
color:inherit;
font:inherit;
}

.penci-biggrid-data .pcbg-readmore-sec i {
font-size:inherit;
color:inherit;
}

.pcbg-readmore-sec .pcreadmore-icon-right .pcrm-text {
margin-right:5px;
line-height:1;
}

.pcbg-readmore-sec .pcreadmore-icon-left .pcrm-text {
margin-left:5px;
}

.pcbg-thumb .icon-post-format {
position:absolute;
z-index:2;
text-align:center;
display:inline-block;
width:36px;
height:36px;
line-height:32px;
margin:0;
font-size:15px;
opacity:1;
color:rgba(255,255,255,0.9);
background:#fff;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
background:rgba(0,0,0,0.4);
border:2px solid rgba(255,255,255,0.9);
}

.pcbg-thumb .icon-post-format .fa-play {
margin-left:2px;
}

.pcbg-thumb .penci-piechart {
right:auto;
top:auto;
}

.pcbg-reiconpo-top-right .pcbg-thumb .penci-piechart,.pcbg-ficonpo-top-right .pcbg-thumb .icon-post-format {
top:20px;
right:20px;
}

.pcbg-reiconpo-top-left .pcbg-thumb .penci-piechart,.pcbg-ficonpo-top-left .pcbg-thumb .icon-post-format {
top:20px;
left:20px;
}

.pcbg-reiconpo-bottom-right .pcbg-thumb .penci-piechart,.pcbg-ficonpo-bottom-right .pcbg-thumb .icon-post-format {
bottom:20px;
right:20px;
}

.pcbg-reiconpo-bottom-left .pcbg-thumb .penci-piechart,.pcbg-ficonpo-bottom-left .pcbg-thumb .icon-post-format {
bottom:20px;
left:20px;
}

.pcbg-reiconpo-center .pcbg-thumb .penci-piechart,.pcbg-ficonpo-center .pcbg-thumb .icon-post-format {
top:50%;
left:50%;
margin:-20px 0 0 -20px;
}

.pcbg-reiconpo-center .pcbg-thumb .penci-piechart {
margin:-25px 0 0 -25px;
}

.penci-bgitem:hover .icon-post-format {
opacity:0;
transform:scale(0.5);
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
}

ul.homepage-featured-boxes li .penci-fea-in,.penci-bgitin,.pcbg-thumb {
position:relative;
overflow:hidden;
}

ul.homepage-featured-boxes li .penci-fea-in.boxes-style-2:before,ul.homepage-featured-boxes li .penci-fea-in.boxes-style-2:after,ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:after {
content:none !important;
display:none !important;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 span:before,.pcbg-mask-subtitle .cat > a.penci-cat-name:after {
content:none;
display:none;
}

.pcbg-content-inner .cat > a.penci-cat-name,.pcbg-content-inner .cat > a.penci-cat-name:hover,.penci-bgrid-based-custom .pcbg-sub-title a {
color:inherit;
}

.penci-bgrid-content-on .pcbg-content-inner .pcbg-sub-title,.penci-bgrid-content-on .pcbg-content-inner .pcbg-title,.penci-bgrid-content-on .pcbg-content-inner .pcbg-title a,.penci-bgrid-content-on .pcbg-content-inner .pcbg-title a:hover,.penci-bgrid-content-on .pcbg-meta,.penci-bgrid-content-on .pcbg-meta span,.penci-bgrid-content-on .pcbg-meta span a {
color:#fff;
}

@media only screen and (max-width: 767px) {
.penci-biggrid-wrapper.hide-msubtitle .pcbg-content-inner .pcbg-above,.penci-biggrid-wrapper.hide-mdesc .pcbg-content-inner .pcbg-meta,.penci-biggrid-wrapper.hide-mreadmorebt .pcbg-content-inner .pcbg-readmore-sec {
display:none;
}

.pcbg-reiconpo-top-right .pcbg-thumb .penci-piechart,.pcbg-ficonpo-top-right .pcbg-thumb .icon-post-format {
top:15px;
right:15px;
}

.pcbg-reiconpo-top-left .pcbg-thumb .penci-piechart,.pcbg-ficonpo-top-left .pcbg-thumb .icon-post-format {
top:15px;
left:15px;
}

.pcbg-reiconpo-bottom-right .pcbg-thumb .penci-piechart,.pcbg-ficonpo-bottom-right .pcbg-thumb .icon-post-format {
bottom:15px;
right:15px;
}

.pcbg-reiconpo-bottom-left .pcbg-thumb .penci-piechart,.pcbg-ficonpo-bottom-left .pcbg-thumb .icon-post-format {
bottom:15px;
left:15px;
}
}

.penci-biggrid .penci-pagination {
margin-bottom:0;
margin-top:20px;
}

.penci-bgstyle-1 .penci-pagination,.penci-bgstyle-2 .penci-pagination {
margin-top:0;
}

.penci-biggrid .penci-pagination a i {
font-size:inherit;
}

.pcbg-thumbin {
display:block;
margin:-1px;
transition:-webkit-transform .4s cubic-bezier(0,0,0.45,1.20);
transition:transform .4s cubic-bezier(0,0,0.45,1.20);
transition:transform .4s cubic-bezier(0,0,0.45,1.20),-webkit-transform .4s cubic-bezier(0,0,0.45,1.20);
}

.pencibg-imageh-zoom-in .penci-bgitem:hover .pcbg-thumbin,.pencibg-imageh-zoom-out .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-left .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-right .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-bottom .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-top .penci-bgitem .pcbg-thumbin {
-webkit-transform:scale3d(1.1,1.1,1);
transform:scale3d(1.1,1.1,1);
}

.pencibg-imageh-zoom-out .penci-bgitem:hover .pcbg-thumbin {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}

.textop .pcbg-content-inner > div:nth-of-type(1) {
transition-delay:.05s;
}

.textop .pcbg-content-inner > div:nth-of-type(2) {
transition-delay:.1s;
}

.textop .pcbg-content-inner > div:nth-of-type(3) {
transition-delay:.15s;
}

.textop .pcbg-content-inner > div:nth-of-type(4) {
transition-delay:.2s;
}

.pencibg-texth-show-in.textop .item-hover {
opacity:0;
visibility:hidden;
transition:transform .2s ease-in-out,opacity .2s ease-in-out;
}

.pencibg-texth-show-in.textop .penci-bgitem:hover .item-hover {
opacity:1;
visibility:visible;
transform:translate(0,0);
-webkit-transform:translate(0,0);
}

.pencibg-texth-hide-in.textop .item-hover {
opacity:1;
transition:transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;
transform:translate(0,0);
-webkit-transform:translate(0,0);
visibility:visible;
}

.pencibg-texth-hide-in.textop .penci-bgitem:hover .item-hover {
opacity:0;
visibility:hidden;
}

.pencibg-texth-show-in.notextop .pcbg-content-inner {
opacity:0;
transition:opacity .2s ease-in-out,transform .2s ease-in-out;
}

.pencibg-texth-show-in.pencibg-textani-zoomin .pcbg-content-inner {
transform:scale(0.8);
-webkit-transform:scale(0.8);
}

.pencibg-texth-show-in.pencibg-textani-zoomout .pcbg-content-inner {
transform:scale(1.2);
-webkit-transform:scale(1.2);
}

.pencibg-texth-show-in.notextop .penci-bgitem:hover .pcbg-content-inner {
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
}

.pencibg-texth-hide-in.notextop .pcbg-content-inner {
opacity:1;
transition:opacity .2s ease-in-out,transform .2s ease-in-out;
transform:scale(1);
-webkit-transform:scale(1);
}

.pencibg-texth-hide-in.pencibg-textani-zoomin .penci-bgitem:hover .pcbg-content-inner {
opacity:0;
transform:scale(1.2);
-webkit-transform:scale(1.2);
}

.pencibg-texth-hide-in.pencibg-textani-zoomout .penci-bgitem:hover .pcbg-content-inner {
opacity:0;
transform:scale(0.8);
-webkit-transform:scale(0.8);
}

.pencibg-texth-hide-in.pencibg-textani-fade .penci-bgitem:hover .pcbg-content-inner {
opacity:0;
}

.penci-biggrid-wrapper.pcbg-titles-visible .pcbg-heading.item-hover {
opacity:1 !important;
visibility:visible !important;
}

.penci-bgstyle-2 .penci-biggrid-data {
margin-left:-10px;
margin-right:-10px;
}

.penci-bgstyle-2 .item-masonry {
width:33.3333%;
float:left;
display:block;
padding-left:10px;
padding-right:10px;
margin-bottom:20px;
}

.penci-grid-col-1 .penci-bgstyle-2 .item-masonry {
width:100%;
}

.penci-grid-col-4 .penci-bgstyle-2 .item-masonry {
width:25%;
}

.penci-grid-col-5 .penci-bgstyle-2 .item-masonry {
width:20%;
}

.penci-grid-col-6 .penci-bgstyle-2 .item-masonry {
width:16.666666%;
}

.penci-fixh {
display:block;
}

.penci-fixh .penci-bgitin,.penci-fixh .penci-bgmain,.penci-fixh .pcbg-thumb,.penci-fixh .pcbg-thumbin,.penci-fixh .penci-image-holder {
height:100%;
}

.penci-fixh .penci-image-holder:before {
content:none;
padding-top:0;
}

.penci-fixh .penci-bgitem {
margin-right:4px;
margin-bottom:4px;
float:left;
}

.penci-pagination.pcbg-paging-align-center.penci-ajax-more a.penci-ajax-more-button {
margin-right:auto;
margin-left:auto;
}

.penci-pagination.pcbg-paging-align-right.penci-ajax-more a.penci-ajax-more-button {
margin-left:auto;
margin-right:0;
}

.penci-pagination.pcbg-paging-align-left.penci-ajax-more a.penci-ajax-more-button {
margin-right:auto;
margin-left:0;
}

.penci-bgstyle-3 .penci-fixh .penci-bgitem {
width:33.33333%;
height:calc(var(--bgh)/2 - 2px);
margin-right:0;
}

.penci-bgstyle-3 .penci-fixh .bgitem-1 {
width:calc(66.66667% - 4px);
height:var(--bgh);
margin-right:4px;
}

.penci-bgstyle-4 .penci-fixh .penci-bgitem {
width:calc(25% - 2px);
height:calc(var(--bgh)/2 - 2px);
}

.penci-bgstyle-5 .penci-fixh .penci-bgitem {
width:calc(25% - 2px);
height:var(--bgh);
}

.penci-bgstyle-5 .penci-fixh .bgitem-1 {
width:calc(50% - 4px);
}

.penci-bgstyle-6 .penci-fixh {
--bgh:460px;
display:flex;
-webkit-flex-flow:column wrap;
-ms-flex-flow:column wrap;
flex-flow:column wrap;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
max-height:var(--bgh);
}

.penci-bgstyle-6 .penci-fixh .penci-bgitem {
height:calc(var(--bgh)/2 - 4px);
width:calc(25% - 4px);
order:1;
}

.penci-bgstyle-6 .penci-fixh .bgitem-1 {
width:50%;
height:var(--bgh);
order:2;
}

.penci-bgstyle-6 .penci-fixh .bgitem-4,.penci-bgstyle-6 .penci-fixh .bgitem-0 {
margin-right:0;
order:3;
}

.penci-bgstyle-7 .penci-fixh .penci-bgitem {
height:calc(var(--bgh)/2 - 2px);
width:calc(25% - 2px);
}

.penci-bgstyle-8 .penci-fixh .penci-bgitem {
width:calc(38% - 2px);
height:calc(var(--bgh)/3 - 4px);
margin-right:0;
}

.penci-bgstyle-8 .penci-fixh .bgitem-1 {
width:calc(62% - 2px);
height:var(--bgh);
margin-right:4px;
}

.penci-bgstyle-8 .penci-fixh .bgitem-2 {
height:calc(var(--bgh)/3);
}

.penci-bgstyle-9 .penci-fixh,.penci-bgstyle-10 .penci-fixh {
--bgh:250px;
}

.penci-bgstyle-9 .penci-fixh .penci-bgitem,.penci-bgstyle-10 .penci-fixh .penci-bgitem {
width:calc(33.33333% - 2.7px);
height:var(--bgh);
}

.penci-bgstyle-9 .penci-fixh .bgitem-1,.penci-bgstyle-9 .penci-fixh .bgitem-2,.penci-bgstyle-10 .penci-fixh .bgitem-4,.penci-bgstyle-10 .penci-fixh .bgitem-0 {
width:calc(50% - 2px);
height:calc(var(--bgh)*1.5);
}

.penci-bgstyle-11 .penci-fixh .penci-bgitem {
width:40%;
height:calc(var(--bgh)/2 - 2px);
}

.penci-bgstyle-11 .penci-fixh .bgitem-1,.penci-bgstyle-11 .penci-fixh .bgitem-2 {
width:calc(30% - 4px);
height:var(--bgh);
}

.penci-bgstyle-12 .penci-fixh .penci-bgitem {
width:calc(25% - 4px);
height:calc(var(--bgh)/2 - 2px);
}

.penci-bgstyle-12 .penci-fixh .bgitem-1 {
width:50%;
height:var(--bgh);
}

.penci-bgstyle-12 .penci-fixh .bgitem-2 {
height:var(--bgh);
}

.penci-bgstyle-13 .penci-fixh {
--bgh:600px;
}

.penci-bgstyle-13 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
height:calc(var(--bgh)/2);
margin-right:0;
}

.penci-bgstyle-13 .penci-fixh .bgitem-2 {
margin-right:4px;
}

.penci-bgstyle-14 .penci-fixh {
--bgh:660px;
}

.penci-bgstyle-14 .penci-fixh .penci-bgitem {
width:calc(33.33333% - 2.7px);
height:calc(var(--bgh)/3);
}

.penci-bgstyle-15 .penci-fixh .penci-bgitem {
width:calc(33.33333% - 2.7px);
height:calc(var(--bgh)/2 - 2px);
}

.penci-bgstyle-15 .penci-fixh .bgitem-1 {
width:calc(66.66667% - 1.3px);
height:var(--bgh);
}

.penci-bgstyle-16 .penci-fixh {
--bgh:300px;
}

.penci-bgstyle-16 .penci-fixh .penci-bgitem {
width:calc(44% - 2px);
height:var(--bgh);
}

.penci-bgstyle-16 .penci-fixh .bgitem-1,.penci-bgstyle-16 .penci-fixh .bgitem-0 {
width:calc(56% - 2px);
}

.penci-bgstyle-17 .penci-fixh {
--bgh:400px;
display:flex;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
margin-right:0;
--bgh:400px;
}

.penci-bgstyle-17 .penci-fixh .penci-bgitem {
width:calc(25% - 2px);
height:var(--bgh);
order:2;
}

.penci-bgstyle-17 .penci-fixh .bgitem-1 {
width:calc(50% - 4px);
order:3;
}

.penci-bgstyle-17 .penci-fixh .bgitem-0 {
margin-right:0;
order:4;
}

.penci-bgstyle-18 .penci-fixh {
--bgh:560px;
}

.penci-bgstyle-18 .penci-fixh .penci-bgitem {
width:calc(35% - 2px);
height:var(--bgh);
}

.penci-bgstyle-18 .penci-fixh .bgitem-1,.penci-bgstyle-18 .penci-fixh .bgitem-0 {
width:calc(65% - 2px);
}

.penci-bgstyle-18 .penci-fixh .bgitem-3,.penci-bgstyle-18 .penci-fixh .bgitem-0 {
height:calc(var(--bgh)*0.6);
}

.penci-bgstyle-19 .penci-fixh,.penci-bgstyle-20 .penci-fixh {
--bgh:250px;
margin-left:-2px;
margin-right:-2px;
}

.penci-bgstyle-19 .penci-fixh .penci-bgitem,.penci-bgstyle-20 .penci-fixh .penci-bgitem {
width:calc(33.3333% - 4px);
height:var(--bgh);
margin-left:2px;
margin-right:2px;
}

.penci-bgstyle-19 .penci-fixh .bgitem-3,.penci-bgstyle-20 .penci-fixh .bgitem-1 {
height:calc(2 * var(--bgh) + 4px);
float:right;
}

.penci-bgstyle-19 .penci-fixh .bgitem-0,.penci-bgstyle-20 .penci-fixh .bgitem-6 {
width:calc(66.6667% - 4px);
}

.penci-bgstyle-20 .penci-fixh .bgitem-1 {
float:left;
}

.pencibg-imageh-move-left .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-right .penci-bgitem:hover .pcbg-thumbin {
-webkit-transform:scale3d(1.1,1.1,1) translateX(4%);
transform:scale3d(1.1,1.1,1) translateX(4%);
}

.pencibg-imageh-move-left .penci-bgitem:hover .pcbg-thumbin,.pencibg-imageh-move-right .penci-bgitem .pcbg-thumbin {
-webkit-transform:scale3d(1.1,1.1,1) translateX(-4%);
transform:scale3d(1.1,1.1,1) translateX(-4%);
}

.pencibg-imageh-move-top .penci-bgitem .pcbg-thumbin,.pencibg-imageh-move-bottom .penci-bgitem:hover .pcbg-thumbin {
-webkit-transform:scale3d(1.1,1.1,1) translateY(4%);
transform:scale3d(1.1,1.1,1) translateY(4%);
}

.pencibg-imageh-move-top .penci-bgitem:hover .pcbg-thumbin,.pencibg-imageh-move-bottom .penci-bgitem .pcbg-thumbin {
-webkit-transform:scale3d(1.1,1.1,1) translateY(-4%);
transform:scale3d(1.1,1.1,1) translateY(-4%);
}

.pencibg-texth-show-in.textop.pencibg-textani-movetop .item-hover,.pencibg-texth-hide-in.textop.pencibg-textani-movebottom .penci-bgitem:hover .item-hover {
transform:translateY(15px);
-webkit-transform:translateY(15px);
}

.pencibg-texth-show-in.textop.pencibg-textani-movebottom .item-hover,.pencibg-texth-hide-in.textop.pencibg-textani-movetop .penci-bgitem:hover .item-hover {
transform:translateY(-15px);
-webkit-transform:translateY(-15px);
}

.pencibg-texth-show-in.textop.pencibg-textani-moveleft .item-hover,.pencibg-texth-hide-in.textop.pencibg-textani-moveright .penci-bgitem:hover .item-hover {
transform:translateX(15px);
-webkit-transform:translateX(15px);
}

.pencibg-texth-show-in.textop.pencibg-textani-moveright .item-hover,.pencibg-texth-hide-in.textop.pencibg-textani-moveleft .penci-bgitem:hover .item-hover {
transform:translateX(-15px);
-webkit-transform:translateX(-15px);
}

.penci-bgstyle-2 .penci-image-holder:before,.penci-bgstyle-6 .penci-fixh:before,.penci-bgstyle-6 .penci-fixh:after {
content:none;
}

.penci-grid-col-2 .penci-bgstyle-2 .item-masonry,.penci-bgstyle-7 .penci-fixh .bgitem-2 {
width:50%;
}

.penci-bgstyle-3 .penci-fixh,.penci-bgstyle-15 .penci-fixh {
--bgh:500px;
}

.penci-bgstyle-4 .penci-fixh,.penci-bgstyle-7 .penci-fixh,.penci-bgstyle-8 .penci-fixh {
--bgh:460px;
}

.penci-bgstyle-4 .penci-fixh .bgitem-1,.penci-bgstyle-7 .penci-fixh .bgitem-1 {
width:calc(50% - 4px);
height:var(--bgh);
}

.penci-bgstyle-4 .penci-fixh .bgitem-3,.penci-bgstyle-4 .penci-fixh .bgitem-0,.penci-bgstyle-5 .penci-fixh .bgitem-0,.penci-bgstyle-7 .penci-fixh .bgitem-2,.penci-bgstyle-7 .penci-fixh .bgitem-0,.penci-bgstyle-9 .penci-fixh .bgitem-2,.penci-bgstyle-9 .penci-fixh .bgitem-0,.penci-bgstyle-10 .penci-fixh .bgitem-3,.penci-bgstyle-10 .penci-fixh .bgitem-0,.penci-bgstyle-11 .penci-fixh .bgitem-3,.penci-bgstyle-11 .penci-fixh .bgitem-0,.penci-bgstyle-12 .penci-fixh .bgitem-3,.penci-bgstyle-12 .penci-fixh .bgitem-0,.penci-bgstyle-14 .penci-fixh .bgitem-1,.penci-bgstyle-14 .penci-fixh .bgitem-0,.penci-bgstyle-15 .penci-fixh .bgitem-2,.penci-bgstyle-15 .penci-fixh .bgitem-3,.penci-bgstyle-15 .penci-fixh .bgitem-0,.penci-bgstyle-16 .penci-fixh .bgitem-2,.penci-bgstyle-16 .penci-fixh .bgitem-0,.penci-bgstyle-18 .penci-fixh .bgitem-2,.penci-bgstyle-18 .penci-fixh .bgitem-0 {
margin-right:0;
}

.penci-bgstyle-5 .penci-fixh,.penci-bgstyle-11 .penci-fixh,.penci-bgstyle-12 .penci-fixh {
--bgh:400px;
}

.penci-bgstyle-13 .penci-fixh .bgitem-1,.penci-bgstyle-14 .penci-fixh .bgitem-1 {
width:100%;
height:var(--bgh);
}

@media screen and (max-width: 960px) {
.penci-bgstyle-3 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
margin-right:4px;
}

.penci-bgstyle-3 .penci-fixh .bgitem-1 {
width:100%;
margin-right:0;
}

.penci-bgstyle-4 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
}

.penci-bgstyle-5 .penci-fixh {
--bgh:500px;
}

.penci-bgstyle-6 .penci-fixh {
--bgh:500px;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
max-height:none;
}

.penci-bgstyle-7 .penci-fixh .penci-bgitem {
height:calc(var(--bgh)/2);
width:calc(50% - 2px);
margin-right:0;
}

.penci-bgstyle-8 .penci-fixh .penci-bgitem {
width:100%;
height:calc(var(--bgh)/2);
}

.penci-bgstyle-8 .penci-fixh .bgitem-1 {
width:100%;
margin-right:0;
height:var(--bgh);
}

.penci-bgstyle-11 .penci-fixh,.penci-bgstyle-14 .penci-fixh,.penci-bgstyle-15 .penci-fixh {
--bgh:250px;
}

.penci-bgstyle-11 .penci-fixh .penci-bgitem,.penci-bgstyle-14 .penci-fixh .penci-bgitem,.penci-bgstyle-15 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
height:var(--bgh);
margin-right:4px;
}

.penci-bgstyle-12 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
margin-right:0;
}

.penci-bgstyle-16 .penci-fixh {
--bgh:200px;
}

.penci-bgstyle-17 .penci-fixh {
--bgh:500px;
display:flex;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
margin-right:0;
}

.penci-bgstyle-17 .penci-fixh .bgitem-1 {
width:100%;
height:var(--bgh);
margin-right:0;
order:1;
}

.penci-bgstyle-18 .penci-fixh .penci-bgitem {
width:calc(45% - 2px);
}

.penci-bgstyle-18 .penci-fixh .bgitem-1,.penci-bgstyle-18 .penci-fixh .bgitem-0 {
width:calc(55% - 2px);
}

.penci-bgstyle-18 .penci-fixh .bgitem-3,.penci-bgstyle-18 .penci-fixh .bgitem-0 {
height:calc(var(--bgh)*0.8);
}

.penci-bgstyle-18 .penci-fixh {
--bgh:300px;
}

.penci-bgstyle-19 .penci-fixh .penci-bgitem,.penci-bgstyle-20 .penci-fixh .penci-bgitem,.penci-bgstyle-19 .penci-fixh .bgitem-0,.penci-bgstyle-20 .penci-fixh .bgitem-6 {
width:calc(50% - 4px);
}

.penci-bgstyle-19 .penci-fixh .bgitem-3,.penci-bgstyle-20 .penci-fixh .bgitem-1 {
width:calc(100% + 4px);
}

.penci-bgstyle-3 .penci-fixh,.penci-bgstyle-8 .penci-fixh,.penci-bgstyle-9 .penci-fixh,.penci-bgstyle-10 .penci-fixh,.penci-bgstyle-12 .penci-fixh,.penci-bgstyle-13 .penci-fixh {
--bgh:460px;
}

.penci-bgstyle-3 .penci-fixh .bgitem-0,.penci-bgstyle-6 .penci-fixh .bgitem-3,.penci-bgstyle-6 .penci-fixh .bgitem-0,.penci-bgstyle-11 .penci-fixh .bgitem-2,.penci-bgstyle-11 .penci-fixh .bgitem-0,.penci-bgstyle-14 .penci-fixh .bgitem-2,.penci-bgstyle-14 .penci-fixh .bgitem-0,.penci-bgstyle-15 .penci-fixh .bgitem-2,.penci-bgstyle-15 .penci-fixh .bgitem-4,.penci-bgstyle-15 .penci-fixh .bgitem-0,.penci-bgstyle-12 .penci-fixh .bgitem-3,.penci-bgstyle-12 .penci-fixh .bgitem-0 {
margin-right:0;
}

.penci-bgstyle-4 .penci-fixh .bgitem-1,.penci-bgstyle-7 .penci-fixh .bgitem-2,.penci-bgstyle-12 .penci-fixh .bgitem-1 {
width:100%;
}

.penci-bgstyle-5 .penci-fixh .penci-bgitem,.penci-bgstyle-17 .penci-fixh .penci-bgitem {
width:calc(50% - 2px);
height:calc(var(--bgh)*0.8);
}

.penci-bgstyle-5 .penci-fixh .bgitem-1,.penci-bgstyle-7 .penci-fixh .bgitem-1 {
width:100%;
height:var(--bgh);
}

.penci-bgstyle-6 .penci-fixh .penci-bgitem,.penci-bgstyle-9 .penci-fixh .bgitem-1,.penci-bgstyle-9 .penci-fixh .bgitem-2,.penci-bgstyle-10 .penci-fixh .bgitem-4,.penci-bgstyle-10 .penci-fixh .bgitem-0 {
width:calc(50% - 2px);
height:calc(var(--bgh)/2);
}

.penci-bgstyle-6 .penci-fixh .bgitem-1,.penci-bgstyle-9 .penci-fixh .penci-bgitem,.penci-bgstyle-10 .penci-fixh .penci-bgitem {
width:100%;
height:var(--bgh);
margin-right:0;
}

.penci-bgstyle-6 .penci-fixh .bgitem-4,.penci-bgstyle-7 .penci-fixh .bgitem-3,.penci-bgstyle-9 .penci-fixh .bgitem-1,.penci-bgstyle-10 .penci-fixh .bgitem-4,.penci-bgstyle-12 .penci-fixh .bgitem-2 {
margin-right:4px;
}
}

@media screen and (max-width: 767px) {
.penci-bgstyle-3 .penci-fixh,.penci-bgstyle-8 .penci-fixh {
--bgh:320px;
}

.penci-bgstyle-4 .penci-fixh,.penci-bgstyle-6 .penci-fixh {
--bgh:380px;
}

.penci-bgstyle-7 .penci-fixh {
--bgh:400px;
}

.penci-bgstyle-11 .penci-fixh,.penci-bgstyle-14 .penci-fixh,.penci-bgstyle-15 .penci-fixh,.penci-bgstyle-16 .penci-fixh,.penci-bgstyle-19 .penci-fixh,.penci-bgstyle-20 .penci-fixh {
--bgh:190px;
}

.penci-bgstyle-5 .penci-fixh,.penci-bgstyle-9 .penci-fixh,.penci-bgstyle-10 .penci-fixh,.penci-bgstyle-12 .penci-fixh,.penci-bgstyle-13 .penci-fixh,.penci-bgstyle-17 .penci-fixh {
--bgh:300px;
}

.penci-bgstyle-9 .penci-fixh .bgitem-1,.penci-bgstyle-9 .penci-fixh .bgitem-2,.penci-bgstyle-10 .penci-fixh .bgitem-4,.penci-bgstyle-10 .penci-fixh .bgitem-0 {
width:100%;
height:var(--bgh);
margin-right:0;
}

.penci-bgstyle-18 .penci-fixh {
--bgh:240px;
}

.penci-bgrid-monecol .penci-fixh .penci-bgitem {
margin-right:0 !important;
margin-left:0 !important;
width:100% !important;
}

.penci-bgrid-monecol .penci-fixh {
margin-left:0 !important;
margin-right:0 !important;
}

.penci-bgrid-monecol .penci-bgstyle-3 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-6 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-11 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-13 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-14 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-15 .penci-fixh .penci-bgitem,.penci-bgrid-monecol .penci-bgstyle-4 .penci-fixh .penci-bgitem {
height:var(--bgh);
}

.penci-bgrid-msameh .penci-fixh .penci-bgitem {
height:var(--bgh) !important;
}

.pcbg-content-inner {
padding:15px;
}
}

@media screen and (max-width: 1169px) {
.penci-grid-col-5 .penci-dflex .penci-bgitem,.penci-grid-col-6 .penci-dflex .penci-bgitem {
flex:0 0 33.33333%;
}

.penci-grid-col-5 .penci-bgstyle-2 .item-masonry,.penci-grid-col-6 .penci-bgstyle-2 .item-masonry {
width:33.33333%;
}
}

@media screen and (max-width: 960px) {
.penci-grid-col-4 .penci-bgitem {
flex:0 0 50%;
}

.penci-grid-col-4 .penci-bgstyle-2 .item-masonry {
width:50%;
}
}

@media screen and (max-width: 768px) {
.penci-dflex .penci-bgitem,.penci-grid-col-2 .penci-dflex .penci-bgitem,.penci-grid-col-3 .penci-dflex .penci-bgitem,.penci-grid-col-4 .penci-dflex .penci-bgitem,.penci-grid-col-5 .penci-dflex .penci-bgitem,.penci-grid-col-6 .penci-dflex .penci-bgitem {
flex:0 0 100%;
}

.penci-grid-mcol-2 .penci-dflex .penci-bgitem {
flex:0 0 50%;
}

.penci-grid-col-2 .penci-bgstyle-2 .item-masonry,.penci-grid-col-3 .penci-bgstyle-2 .item-masonry,.penci-grid-col-4 .penci-bgstyle-2 .item-masonry,.penci-grid-col-5 .penci-bgstyle-2 .item-masonry,.penci-grid-col-6 .penci-bgstyle-2 .item-masonry {
width:100%;
}

.penci-grid-mcol-2 .penci-bgstyle-2 .item-masonry {
width:50%;
}
}

.penci-homepage-title {
position:relative;
margin-bottom:30px;
text-align:center;
clear:both;
background:transparent;
margin-top:5px;
}

.penci-border-arrow {
position:relative;
line-height:1.3;
margin-left:5px;
margin-right:5px;
margin-top:5px;
}

.post-entry .penci-border-arrow a,.post-entry .penci-border-arrow a:hover {
text-decoration:none;
}

.penci-border-arrow .inner-arrow {
border:1px solid #313131;
background:#fff;
position:relative;
display:block;
text-transform:uppercase;
padding:8px 12px 7px;
z-index:3;
font-size:14px;
}

.penci-border-arrow .inner-arrow a {
text-decoration:none !important;
font-size:inherit;
font-weight:inherit;
color:inherit !important;
}

.penci-border-arrow:before,.penci-border-arrow:after {
content:"";
position:absolute;
}

.penci-border-arrow:before {
width:0;
height:0;
border-style:solid;
border-color:transparent;
bottom:-5px;
left:50%;
border-top-color:#313131;
border-width:6px;
border-bottom:0;
margin-left:-6px;
z-index:5;
}

.penci-border-arrow:after {
border:1px solid #313131;
left:-5px;
right:-5px;
bottom:3px;
display:block;
z-index:1;
height:100%;
}

.penci-homepage-title h3 {
font-size:14px;
color:#313131;
text-transform:uppercase;
letter-spacing:1px;
position:relative;
z-index:1;
}

.standard-post-special {
position:relative;
margin:0 0 26px;
}

.standard-content-special {
padding:0;
text-align:center;
background:#fff;
display:block;
box-shadow:0 0 10px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 10px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 10px 3px rgba(0,0,0,0.2);
}

.standard-post-special.no-thumbnail .standard-content-special {
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border:1px solid #ECECEC;
}

.format-post-box {
display:block;
padding:52px 30px 21px;
}

.format-post-box.penci-format-link {
padding-top:19px;
}

.format-post-box .post-format-icon {
position:absolute;
width:100%;
text-align:center;
display:block;
top:16px;
margin-left:-36px;
}

.format-post-box.penci-format-link .post-format-icon {
display:none;
}

.format-post-box .post-format-icon i {
font-size:35px;
padding:0 20px;
display:inline-block;
color:var(--pcaccent-cl);
}

.format-post-box .post-format-icon i.fa-quote-left:before {
content:'“';
font-family:'Playfair Display SC',serif;
font-size:72px;
font-weight:900;
}

.format-post-box .dt-special,.format-post-box .dt-special a {
color:#888;
font-size:112.5%;
font-style:italic;
}

.format-post-box.penci-format-quote .dt-special {
text-align:center;
font-style:italic;
font-size:18px;
}

.format-post-box .dt-special a:hover {
color:var(--pcaccent-cl);
}

.author-quote {
margin:15px 0 5px;
text-align:center;
display:block;
overflow:hidden;
}

.author-quote span {
display:inline-block;
font-size:12px;
padding:0 11px;
position:relative;
color:var(--pcaccent-cl);
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
text-transform:uppercase;
}

.author-quote span:before,.author-quote span:after {
position:absolute;
content:"";
width:60px;
height:1px;
top:50%;
left:100%;
background:var(--pcaccent-cl);
}

.author-quote span:before {
left:auto;
right:100%;
}

.standard-post-image {
margin:0 0 26px;
text-align:center;
display:block;
position:relative;
}

.standard-post-image .audio-iframe,.standard-content-special {
position:absolute;
left:30px;
right:30px;
bottom:30px;
display:block;
}

.standard-post-image.no-thumbnail .audio-iframe,.standard-post-special.no-thumbnail .standard-content-special {
position:static;
}

.standard-post-image img {
vertical-align:top;
max-width:100%;
height:auto;
}

.header-standard {
text-align:center;
padding-bottom:17px;
position:relative;
margin:0 0 19px;
}

.header-standard:after {
content:"";
position:absolute;
width:60px;
height:1px;
background:var(--pcaccent-cl);
display:block;
bottom:0;
left:50%;
margin-left:-30px;
}

.penci-standard-cat {
overflow:hidden;
display:block;
margin-bottom:6px;
}

.header-standard .cat {
display:inline-block;
position:relative;
}

.header-standard h2,.header-standard .post-title,.header-standard h2 a {
color:#313131;
font-size:24px;
letter-spacing:1px;
text-transform:uppercase;
}

.container-single .header-standard h2.penci-psub-title,.container-single h2.penci-psub-title {
letter-spacing:0;
text-transform:none;
font-size:18px;
line-height:1.3;
margin:8px 0;
color:#777;
}

@media only screen and (min-width: 768px) {
.penci-header-text-white .header-standard h2.penci-psub-title,.penci-single-style-10.penci-header-text-white .header-standard h2.penci-psub-title {
color:#ccc;
}
}

@media only screen and (max-width: 767px) {
.container-single .header-standard h2.penci-psub-title,.container-single h2.penci-psub-title {
font-size:16px;
}
}

.container-single-magazine .single-post-title {
letter-spacing:1px;
}

.header-standard .author-post {
margin:6px 0 0;
font-size:14px;
}

.header-standard .author-post span,.header-standard .author-post span a {
font-size:inherit;
}

.header-standard .author-post span a {
color:#313131;
text-transform:capitalize;
}

.standard-content {
position:relative;
}

.standard-main-content {
text-align:left;
}

.penci-more-link {
text-align:center;
overflow:hidden;
clear:both;
}

.penci-more-link a.more-link {
font-family:var(--pchead-font);
letter-spacing:1px;
color:var(--pcaccent-cl);
text-transform:uppercase;
font-size:12px;
display:inline-block;
margin-top:5px;
font-weight:var(--pchead-wei);
position:relative;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.standard-post-entry a.more-link:hover {
text-decoration:none;
}

.penci-more-link a.more-link:before,.penci-more-link a.more-link:after {
position:absolute;
content:"";
width:60px;
height:0;
top:50%;
left:100%;
margin:0 10px;
margin-top:-1px;
border-top:1px solid var(--pcaccent-cl);
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.penci-more-link a.more-link:before {
left:auto;
right:100%;
}

.penci-more-link a.more-link:hover:before {
right:50%;
margin-right:-10px;
width:90px;
}

.penci-more-link a.more-link:hover:after {
left:50%;
margin-left:-10px;
width:90px;
}

.penci-more-link.penci-more-link-button {
margin-top:17px;
}

.penci-more-link.penci-more-link-button a.more-link {
line-height:1;
color:#fff;
background:var(--pcaccent-cl);
padding:14px 16px;
margin-top:0;
}

.penci-more-link.penci-more-link-button a.more-link:hover {
opacity:.8;
}

.penci-post-box-meta {
padding:15px 0;
clear:both;
display:block;
border-top:1px solid var(--pcborder-cl);
border-bottom:1px solid var(--pcborder-cl);
margin:30px 0 0;
}

.penci-post-box-meta.center-inner {
text-align:center;
}

.penci-post-box-meta.center-inner .penci-post-share-box {
float:none;
}

.penci-post-box-meta .penci-box-meta {
display:inline-block;
font-size:14px;
}

.penci-hide-tagupdated {
display:none !important;
}

.grid-post-box-meta i,.penci-post-box-meta .penci-box-meta i {
margin-right:5px;
}

.penci-post-box-meta .penci-box-meta span:after {
content:"";
width:0;
height:10px;
margin:0 16px 0 20px;
display:inline-block;
background:none !important;
border-right:1px solid;
opacity:.7;
}

.penci-post-box-meta .penci-post-share-box {
display:inline-block;
float:right;
}

.penci-post-box-meta .penci-post-share-box a {
display:inline-block;
position:relative;
color:#313131;
margin-left:10px;
font-size:14px;
}

.penci-post-box-meta .penci-post-share-box a:first-child {
margin-left:0;
}

.penci-post-share-box .dt-share {
position:absolute;
display:inline-block;
font-size:9px;
font-family:var(--pchead-font);
font-weight:400;
background:#313131;
color:#fff;
height:20px;
line-height:20px;
white-space:nowrap;
text-align:center;
bottom:-45px;
width:60px;
left:50%;
margin-left:-30px;
opacity:0;
visibility:hidden;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
z-index:5;
}

.penci-post-share-box a:hover .dt-share {
opacity:1;
bottom:-30px;
visibility:visible;
}

.penci-post-share-box .dt-share:before {
position:absolute;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-bottom:7px solid #313131;
content:"";
top:-7px;
left:50%;
margin-left:-4px;
}

.penci-post-like.liked i:before {
content:"\f004";
}

.penci-fawesome-ver5 .penci-post-like.liked i:before {
font-weight:900;
}

.penci-post-share-box .penci-svg-line,.list-posts-share .penci-svg-line {
vertical-align:top;
transform:translateY(2px);
-webkit-transform:translateY(2px);
}

.penci-post-share-box .penci-svg-viber,.list-posts-share .penci-svg-viber {
vertical-align:top;
transform:translateY(4px);
-webkit-transform:translateY(4px);
}

.penci-svg-goodreads,.penci-svg-tiktok,.penci-svg-line,.penci-svg-viber,.penci-svg-discord,.penci-svg-messenger {
width:14px;
vertical-align:middle;
}

.post-share-item.show-on-mobile {
display:none;
}

.header-standard h2 a:hover,.header-standard .author-post span,.penci-post-box-meta .penci-box-meta span,.penci-post-box-meta .penci-box-meta a {
color:#888;
}

.header-standard .author-post span a:hover,.penci-post-box-meta .penci-box-meta a:hover,.penci-post-share-box a.liked,.penci-post-share-box a:hover {
color:var(--pcaccent-cl);
}

.penci-more-link.penci-more-link-button a.more-link:before,.penci-more-link.penci-more-link-button a.more-link:after,.penci-post-box-meta .penci-box-meta span:last-child:after {
content:none;
display:none;
}

@media only screen and (max-width: 960px) {
.post-share-item.show-on-desktop {
display:none;
}
}

.header-standard.header-classic {
margin:0 0 26px;
padding:0;
}

.header-standard.header-classic.penci-title-bellow {
margin-bottom:40px;
}

ul.penci-grid {
display:inline-block;
width:100%;
vertical-align:top;
padding:0!important;
margin:0;
}

.penci-grid > li {
display:inline-block;
vertical-align:top;
width:31.62%;
margin-bottom:51px;
float:left;
margin-right:2.57%;
list-style:none !important;
}

.sd-content ul li {
clear:none !important;
width:auto !important;
}

.penci-grid > li:nth-of-type(3n+3) {
margin-right:0;
}

.container.penci_sidebar .penci-grid > li {
width:48.05%;
margin-right:3.9%;
}

.penci-grid > li.grid-2-style {
width:48.7%;
margin-right:2.6%;
}

.penci-lposts-ctcol.pencisc-grid-1 .penci-grid > li,.penci-lposts-ctcol.pencisc-grid-2 .penci-grid > li,.penci-lposts-ctcol.pencisc-grid-3 .penci-grid > li,.penci-lposts-ctcol.pencisc-grid-4 .penci-grid > li,.penci-lposts-ctcol.pencisc-grid-5 .penci-grid > li,.penci-lposts-ctcol.pencisc-grid-6 .penci-grid > li {
width:100%;
margin-bottom:0;
margin-right:0;
}

.container.penci_sidebar .penci-grid li:nth-of-type(3n+3) {
margin-right:3.9%;
clear:none;
}

.penci-grid li.grid-2-style:nth-of-type(3n+3) {
margin-right:2.6%;
clear:none;
}

.container.penci_sidebar .penci-grid li:nth-of-type(2n+2),.penci-grid li.grid-2-style:nth-of-type(2n+2) {
margin-right:0;
clear:none;
}

.penci-grid li .item > .thumbnail,.penci-masonry .item-masonry > .thumbnail {
display:inline-block;
position:relative;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
margin-bottom:28px;
width:100%;
}

.penci-grid li .item .thumbnail .icon-post-format,.penci-masonry .item-masonry > .thumbnail .icon-post-format,.grid-mixed .thumbnail .icon-post-format {
position:absolute;
z-index:2;
text-align:center;
display:inline-block;
width:42px;
height:42px;
line-height:38px;
top:50%;
left:50%;
margin:-21px 0 0 -21px;
font-size:16px;
opacity:1;
color:rgba(255,255,255,0.9);
background:#fff;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
background:rgba(0,0,0,0.4);
border:2px solid rgba(255,255,255,0.9);
}

.penci-grid li .item .thumbnail .icon-post-format i.fa-play,.penci-masonry .item-masonry > .thumbnail .icon-post-format i.fa-play {
margin-left:3px;
}

.grid-mixed .thumbnail:hover .icon-post-format,.penci-grid li .item > .thumbnail:hover .icon-post-format,.penci-masonry .item-masonry > .thumbnail:hover .icon-post-format {
opacity:0;
transform:scale(0.5);
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
}

.grid-mixed .thumbnail:hover,.penci-grid li .item > .thumbnail:hover,.penci-masonry .item-masonry > .thumbnail:hover {
opacity:.85;
}

.penci-grid li .item img,.penci-masonry .item-masonry a img {
width:100%;
height:auto;
vertical-align:top;
margin:0;
}

.penci-grid li .item .cat,.penci-masonry .item-masonry .cat {
color:var(--pcaccent-cl);
display:block;
margin-bottom:8px;
}

.penci-grid li .item h2 a,.penci-masonry .item-masonry h2 a {
font-size:18px;
color:var(--pcheading-cl);
text-transform:uppercase;
letter-spacing:1px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}

.penci-grid li .item p,.penci-masonry .item-masonry p {
margin-bottom:0;
}

.penci-grid li .item .item-content,.penci-masonry .item-masonry .item-content,.penci-grid .mixed-detail .item-content {
margin-top:18px;
text-align:left;
}

.penci-post-box-meta.penci-post-box-grid {
border:none !important;
padding:0;
text-align:center;
position:relative;
margin-top:16px;
clear:none;
}

.penci-post-box-meta.penci-post-box-grid:before {
content:"";
position:absolute;
width:100%;
left:0;
height:1px;
background:#DEDEDE;
display:block;
top:49%;
z-index:1;
}

.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
float:none !important;
padding:0 10px;
position:relative;
z-index:5;
background:#fff;
display:inline-block;
margin-top:0;
}

.grid-header-box {
padding-bottom:17px;
position:relative;
}

.grid-header-box:after {
width:60px;
height:1px;
background:var(--pcaccent-cl);
margin-left:-30px;
position:absolute;
left:50%;
bottom:0;
content:"";
}

.penci-grid li.grid-overlay-meta .item > .thumbnail,.penci-masonry .item-masonry.grid-overlay-meta > .thumbnail {
margin-bottom:0;
vertical-align:top;
}

.grid-overlay-meta .grid-header-box {
margin:-30px 25px 0;
background:#fff;
padding-top:25px;
padding-left:5px;
padding-right:5px;
z-index:10;
position:relative;
}

.penci-readmore-btn,.penci-featured-cat-seemore {
margin-top:10px;
display:block;
text-align:left;
}

.penci-featured-cat-seemore {
clear:both;
margin:-40px 0 60px;
line-height:1;
}

.penci-seemore-style-8 {
margin-top:-20px;
}

.penci-readmore-btn a,.penci-featured-cat-seemore a {
transition:.3s;
-webkit-transition:.3s;
-moz-transition:.3s;
line-height:inherit;
}

.penci-readmore-btn a:hover,.penci-featured-cat-seemore a:hover {
opacity:.7;
}

.penci-readmore-btn i,.penci-featured-cat-seemore i {
margin-left:5px;
font-size:inherit;
color:inherit;
}

.penci-readmore-btn.penci-btn-make-button {
margin-top:21px;
}

.penci-readmore-btn.penci-btn-make-button a,.penci-featured-cat-seemore.penci-btn-make-button a {
line-height:1;
color:#fff;
background:var(--pcaccent-cl);
padding:10px 15px;
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:1px;
font-size:12px;
display:inline-block;
}

.penci-readmore-btn.penci-btn-align-left,.penci-featured-cat-seemore.penci-btn-align-left {
text-align:left;
}

.penci-readmore-btn.penci-btn-align-right,.penci-featured-cat-seemore.penci-btn-align-right {
text-align:right;
}

.penci-wrap-masonry {
margin-left:-15px;
margin-right:-15px;
}

.penci-masonry {
width:100%;
display:inline-block;
vertical-align:top;
}

.penci-masonry .item-masonry {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
width:33.3333%;
display:inline-block;
padding:0 15px;
float:left;
margin-bottom:51px;
text-align:center;
}

.penci-isotope-padding {
display:block !important;
overflow:hidden;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
}

.penci-post-gallery-container .item-link-relative,.item-link-relative {
position:relative;
display:block;
vertical-align:top;
}

.item-link-relative > img,.penci-post-gallery-container .item-link-relative img,.item-masonry a img {
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
display:block;
z-index:1;
width:100%;
}

.penci-masonry .item-masonry .thumbnail > a {
display:inline-block;
vertical-align:top;
width:100%;
}

.pencisc-grid-6 .penci-masonry .item-masonry {
width:16.6666667%;
}

.pencisc-grid-5 .penci-masonry .item-masonry {
width:20%;
}

.pencisc-grid-4 .penci-masonry .item-masonry {
width:25%;
}

.pencisc-grid-3 .penci-masonry .item-masonry {
width:33.3333%;
}

.standard-masonry .standard-main-content > h2 {
font-size:20px;
}

.standard-masonry .standard-main-content > h2:before {
height:18px;
top:3px;
}

.penci-masonry .item-masonry.standard-masonry .cat a {
margin-bottom:13px;
}

.standard-masonry .post-box-meta {
margin-top:14px;
}

.cat > a.penci-cat-name {
font-size:13px;
color:var(--pcaccent-cl);
line-height:1.2;
margin:0 15px 0 0;
padding-right:10px;
display:inline-block;
vertical-align:top;
background:none;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
font-weight:400;
margin-bottom:5px;
position:relative;
text-decoration:none;
}

.cat > a.penci-cat-name:after {
content:"";
display:inline-block;
border:1px solid;
font-size:12px;
margin-left:10px;
position:absolute;
top:50%;
margin-top:-3px;
width:3px;
height:3px;
transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
box-sizing:unset;
-webkit-box-sizing:unset;
opacity:.65;
}

.cat > a.penci-cat-name:first-child {
margin-left:0;
}

.cat > a.penci-cat-name:last-child {
margin-right:0;
padding:0;
}

.penci-grid li.list-post {
width:100% !important;
margin-right:0 !important;
padding-bottom:40px;
margin-bottom:40px;
border-bottom:1px solid #DEDEDE;
}

.penci-grid li.list-post:last-child {
margin-bottom:40px;
padding-bottom:0;
border-bottom:none;
}

.penci-grid li.list-post .item > .thumbnail {
margin:0;
width:46.25%;
float:left;
max-width:100%;
}

.penci-latest-posts-sc .penci-grid li.list-post .item > .thumbnail {
max-width:100%;
}

.penci-grid li.list-post .item .content-list-right {
margin:0;
padding-left:30px;
width:53.75%;
float:left;
}

.penci-grid li.list-post .item .content-list-right.fullwidth {
padding:0!important;
width:100% !important;
}

.list-post .header-list-style {
position:relative;
padding-bottom:17px;
}

.list-post .header-list-style:after {
content:"";
width:60px;
height:1px;
background:var(--pcaccent-cl);
display:block;
bottom:0;
left:0;
position:absolute;
}

.content-special-list {
width:100%;
display:block;
padding:30px;
background-size:cover;
background-position:center center;
position:relative;
}

.content-special-list.no-thumbnail {
padding:0;
}

.content-special-list .standard-content-special {
position:relative;
left:auto;
top:auto;
bottom:auto;
right:auto;
}

.content-special-list.no-thumbnail .standard-content-special {
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border:1px solid #ECECEC;
}

.list-post.penci-slistp .header-list-style {
padding-bottom:5px;
}

.penci-grid li.list-post.penci-slistp .item > .thumbnail {
width:160px;
max-width:100%;
margin-right:16px;
float:left;
}

.penci-grid li.list-post.penci-slistp .item .content-list-right {
display:block;
float:none !important;
overflow:hidden;
width:auto !important;
padding-left:0 !important;
padding-right:0 !important;
}

.penci-grid li.list-post.penci-slistp {
padding-bottom:15px;
margin-bottom:15px;
}

.penci-latest-posts-small-list li.penci-slistp:last-child {
padding-bottom:0 !important;
}

.penci-layout-mixed-3 .penci-grid li.penci-slistp,.penci-layout-mixed-4 .penci-grid li.penci-slistp,.penci-latest-posts-mixed-3 .penci-grid li.penci-slistp,.penci-latest-posts-mixed-4 .penci-grid li.penci-slistp {
padding-bottom:0;
margin-bottom:0;
padding-top:15px;
border-bottom:none;
border-top:1px solid var(--pcborder-cl);
}

.penci-layout-mixed-3 .penci-grid li.penci-slistp ~ .penci-slistp,.penci-layout-mixed-4 .penci-grid li.penci-slistp ~ .penci-slistp,.penci-latest-posts-mixed-3 .penci-grid li.penci-slistp ~ .penci-slistp,.penci-latest-posts-mixed-4 .penci-grid li.penci-slistp ~ .penci-slistp {
margin-top:15px;
}

.penci-layout-mixed-3 .penci-grid li.list-post.penci-slistp:last-child,.penci-layout-mixed-4 .penci-grid li.list-post.penci-slistp:last-child,.penci-latest-posts-mixed-3 .penci-grid li.list-post.penci-slistp:last-child,.penci-latest-posts-mixed-4 .penci-grid li.list-post.penci-slistp:last-child {
margin-bottom:30px;
}

.post-entry li.penci-slistp .grid-post-box-meta {
line-height:1.3;
margin-top:10px;
}

.penci-grid li.penci-slistp .item .thumbnail .icon-post-format {
width:32px;
height:32px;
line-height:30px;
margin:-16px 0 0 -16px;
font-size:14px;
left:50%;
right:auto;
}

.grid-mixed {
display:table;
width:100%;
vertical-align:top;
border:1px solid var(--pcborder-cl);
margin-bottom:60px;
}

.grid-mixed > article {
width:100%;
display:table;
}

.grid-mixed .thumbnail,.grid-mixed .mixed-detail {
display:table-cell;
vertical-align:top;
}

.penci-grid > .grid-mixed:nth-of-type(2n) .thumbnail.thumb-right {
display:table-cell;
}

.grid-mixed .thumbnail {
width:65.812%;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
position:relative;
}

.grid-mixed .mixed-detail {
width:34.188%;
padding:30px;
padding-bottom:115px;
position:relative;
}

.grid-mixed .mixed-detail .cat {
margin-bottom:8px;
display:block;
}

.grid-mixed .mixed-detail h2 a {
font-size:18px;
text-transform:uppercase;
color:#313131;
}

.grid-mixed .grid-header-box:after {
left:0;
margin:0;
}

.grid-mixed .penci-post-box-meta {
margin:0 0 4px;
position:absolute;
left:30px;
bottom:30px;
right:30px;
display:block;
}

.penci-latest-posts-sc .grid-mixed .thumbnail.thumb-left,.penci-latest-posts-sc .grid-mixed .mixed-detail,.penci-el-mixed-s2 .grid-mixed .thumbnail.thumb-left,.penci-el-mixed-s2 .grid-mixed .mixed-detail,.penci_sidebar .grid-mixed .thumbnail.thumb-left,.penci_sidebar .grid-mixed .mixed-detail {
display:block !important;
width:100%;
}

.header-standard.header-classic:after,.cat > a.penci-cat-name:last-child:after,.list-post.penci-slistp .header-list-style:after {
content:none;
display:none;
}

.penci-grid > li.grid-style,.penci-readmore-btn.penci-btn-align-center,.penci-featured-cat-seemore.penci-btn-align-center {
text-align:center;
}

.penci-grid > li:nth-of-type(3n+1),.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),.penci-grid li.grid-2-style:nth-of-type(2n+1) {
clear:both;
}

.penci-grid li .item h2 a:hover,.penci-masonry .item-masonry h2 a:hover,.grid-mixed .mixed-detail h2 a:hover {
color:#888;
}

.penci-readmore-btn.penci-btn-remove-arrow i,.penci-featured-cat-seemore.penci-btn-remove-arrow i,.grid-mixed .thumbnail.thumb-right,.penci-grid > .grid-mixed:nth-of-type(2n) .thumbnail.thumb-left {
display:none;
}

.container.penci_sidebar .penci-masonry .item-masonry,.penci-masonry .item-masonry.grid-masonry-2,.pencisc-grid-2 .penci-masonry .item-masonry,.penci-masonry .standard-masonry {
width:50%;
}

.pencisc-grid-1 .penci-masonry .item-masonry,.penci-grid li.list-post .item {
width:100%;
}

@media only screen and (min-width: 961px) {
.penci-latest-posts-mixed-larger .grid-mixed .thumbnail.thumb-left {
width:65.812%;
}

.penci-latest-posts-mixed-larger .grid-mixed .mixed-detail {
width:34.188%;
}

.penci-latest-posts-mixed-larger .grid-mixed .thumbnail.thumb-left,.penci-latest-posts-mixed-larger .grid-mixed .mixed-detail {
display:table-cell !important;
vertical-align:top;
}
}

.penci_sidebar .grid-mixed .mixed-detail {
padding:30px;
}

.penci_sidebar .grid-mixed .penci-post-box-meta {
position:relative;
margin:31px 0 4px;
left:auto;
right:auto;
bottom:auto;
}

.penci-el-mixed-s2 .penci-grid>li {
width:48.05%;
margin-right:3.9%;
}

.penci-el-mixed-s2 .penci-grid li:nth-of-type(2n+2) {
margin-right:0;
clear:none;
}

.penci-grid .list-post.list-boxed-post {
position:relative;
padding-bottom:0;
border:1px solid #DEDEDE !important;
margin-bottom:60px;
}

.penci-post-box-meta.post-box-boxed-1 {
margin:31px 0 0;
text-align:left;
}

.penci-layout-boxed-1 .list-boxed-post .header-list-style:after,.penci-layout-standard-boxed-1 .list-boxed-post .header-list-style:after,.penci-layout-classic-boxed-1 .list-boxed-post .header-list-style:after,.list-post.list-boxed-post .header-list-style:after {
left:50%;
margin-left:-30px;
}

.grid-post-box-meta {
margin:12px 0 0;
font-size:14px;
}

.grid-post-box-meta span,.grid-post-box-meta a {
font-size:inherit;
}

.grid-post-box-meta span:after {
content:"";
width:1px;
height:10px;
background:#DEDEDE;
margin:0 8px 0 12px;
border-right:1px solid;
background:none !important;
opacity:.6;
display:inline-block;
}

.grid-post-box-meta span a.comment-link {
color:#888;
font-style:normal;
}

.list-boxed-post .grid-post-share-box .inner-grid-post-share-box {
background:#fff;
}

.penci-grid .list-post.list-boxed-post .item > .thumbnail {
width:50%;
max-width:none;
position:relative;
float:none;
}

.penci-grid .list-post.list-boxed-post .item > .content-list-right {
float:right;
}

.penci-grid li.list-boxed-post:nth-of-type(2n+2) .item > .content-list-right {
float:left;
}

.penci-grid .list-post.list-boxed-post .item > .thumbnail:before {
content:"";
width:0;
height:0;
border-top:20px solid transparent;
border-right:20px solid #fff;
border-bottom:20px solid transparent;
position:absolute;
right:0;
top:50%;
margin-top:-20px;
z-index:5;
}

.penci-grid .list-post.list-boxed-post:nth-of-type(2n+2) .item > .thumbnail:before {
border-right:none;
border-left:20px solid #fff;
right:auto;
left:0;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right {
padding:20px 60px;
display:table;
width:50%;
min-height:389px;
height:389px;
text-align:center;
}

.list-boxed-post .inner-content-list-right {
vertical-align:middle;
display:table-cell;
}

.penci_sidebar .penci-grid .list-post.list-boxed-post .item .content-list-right {
padding:20px 30px;
min-height:0;
height:auto;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right.fullwidth {
width:100%;
max-width:none;
}

.list-boxed-post .fullwidth .inner-content-list-right {
min-height:0;
padding-left:0;
padding-right:0;
}

.penci-grid .list-post.list-boxed-post.penci-infeed-data,.grid-featured.penci-infeed-data {
border:none !important;
}

.penci-infeed-data {
overflow:hidden;
text-align:center !important;
}

.penci-infeed-data .penci-inner-infeed-data {
display:block;
}

.penci-infeed-data.penci-infeed-fullwidth-ads {
width:100% !important;
min-width:100% !important;
max-width:100% !important;
margin-left:0 !important;
margin-right:0 !important;
margin-bottom:40px;
}

.grid-overlay {
margin-bottom:60px;
position:relative;
display:block;
clear:both;
}

.penci-overlay-over:before {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
opacity:.3;
z-index:1;
transition:opacity .3s ease;
-webkit-transition:opacity .3s ease;
-moz-transition:opacity .3s ease;
}

.penci-overlay-over:hover:before {
opacity:.5;
}

.penci-overlay-over .overlay-header-box {
position:absolute;
text-align:center;
left:20px;
right:20px;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
z-index:10;
padding-bottom:18px;
}

.penci-overlay-over .overlay-header-box:after {
content:"";
height:1px;
background:#fff;
display:block;
position:absolute;
bottom:0;
width:60px;
left:50%;
margin-left:-30px;
}

.penci-overlay-over:hover .overlay-header-box:after {
width:60px;
left:50%;
margin-left:-30px;
}

.overlay-header-box .cat {
display:block;
margin-bottom:6px;
}

.overlay-header-box .overlay-author {
margin-top:6px;
font-size:14px;
}

.overlay-header-box .overlay-title a {
text-transform:uppercase;
color:#fff;
font-size:24px;
}

.overlay-author span,.overlay-author a {
color:#fff;
font-style:italic;
}

.penci-overlay-over .overlay-border {
position:absolute;
top:5px;
left:5px;
right:5px;
bottom:5px;
display:block;
border:1px solid #fff;
z-index:5;
}

.overlay-post-box-meta {
position:absolute;
bottom:-1px;
left:30px;
right:30px;
text-align:center;
margin:0;
background:#fff;
z-index:7;
border:none;
padding:21px 10px 0;
}

.overlay-post-box-meta > div {
display:inline-block;
vertical-align:bottom;
line-height:1;
float:none !important;
}

.overlay-post-box-meta > div:after {
content:"";
width:0;
height:10px;
margin:0 13px 0 16px;
display:inline-block;
border-right:1px solid;
background:none !important;
opacity:.7;
}

.overlay-post-box-meta .overlay-share i {
color:inherit;
margin-right:5px;
}

.grid-featured {
margin-bottom:60px;
border:1px solid var(--pcborder-cl);
overflow:hidden;
}

.grid-featured .thumbnail {
position:relative;
margin:-1px -1px 0;
}

.penci-featured-infor {
padding:20px;
text-align:center;
}

.penci-featured-infor .cat {
display:block;
margin-bottom:8px;
}

.penci-featured-infor .penci-entry-title {
text-transform:uppercase;
font-size:24px;
}

.penci-featured-infor .penci-entry-title a {
color:var(--pcheading-cl);
text-decoration:none;
font-size:inherit;
}

.penci-featured-infor .item-content {
margin-top:18px;
text-align:left;
}

.grid-featured .penci-featured-share-box a {
color:inherit;
line-height:inherit;
}

.grid-featured .penci-featured-share-box a i {
line-height:inherit;
}

.grid-featured .penci-featured-share-box .penci-shareso a {
margin-right:10px;
}

.grid-featured .penci-featured-share-box .penci-shareso a.penci-post-like {
margin-right:6px;
}

.penci-featured-share-box .penci-shareso {
opacity:0;
visibility:hidden;
transform:translateX(40px);
-webkit-transform:translateX(40px);
z-index:2;
}

.penci-featured-share-box .penci-shareic,.penci-featured-share-box .penci-shareso {
transition:opacity 0.3s,transform .3s;
-webkit-transition:opacity 0.3s,transform .3s;
padding:0 15px;
height:40px;
line-height:40px;
background:var(--pctext-cl);
color:var(--pcbg-cl);
display:inline-block;
vertical-align:top;
position:absolute;
left:0;
bottom:0;
z-index:10;
}

.penci-featured-share-box .penci-shareic {
padding:0;
width:40px;
text-align:center;
}

.grid-featured .thumbnail:hover .penci-shareso {
opacity:1;
transform:none;
-webkit-transform:none;
display:inline-block;
visibility:visible;
}

.grid-featured .thumbnail:hover .penci-shareic {
transform:translateX(-40px);
-webkit-transform:translateX(-40px);
}

.penci-grid li.list-boxed-post-2 {
margin:0!important;
width:33.3333%;
}

.penci-grid li.list-boxed-post-2:last-child {
margin-bottom:60px !important;
}

.penci_sidebar .penci-grid li.list-boxed-post-2 {
width:50%;
}

.penci-grid li.list-boxed-post-2 .item > .thumbnail {
margin:0;
}

.penci-grid li.list-boxed-post-2 .item > .thumbnail:before {
position:absolute;
content:"";
width:0;
height:0;
border-left:18px solid transparent;
border-right:18px solid transparent;
border-bottom:18px solid #fff;
left:50%;
margin-left:-18px;
bottom:0;
}

.penci-grid li.list-boxed-post-2 .item > .thumbnail.arrow-top:before {
border-bottom:none;
border-top:18px solid #fff;
bottom:auto;
top:0;
}

.penci-grid li.list-boxed-post-2 .content-boxed-2 {
border:1px solid #efefef;
}

.penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
border-top:none;
}

.penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
border-bottom:none;
}

.penci-grid li.list-boxed-post-2 .content-boxed-2.boxed-none {
display:none;
}

.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
height:258px;
display:table;
text-align:center;
padding:20px;
width:100%;
}

.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
height:256px;
}

.penci-grid li.list-boxed-post-2 .inner-boxed-2 {
display:table-cell;
vertical-align:middle;
max-width:100%;
}

.typography-style .content-typography {
position:absolute;
left:20px;
right:20px;
top:20px;
bottom:20px;
transition:opacity .4s;
-webkit-transition:opacity .4s;
-moz-transition:opacity .4s;
}

.penci-grid li.typography-style .overlay-typography {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#000;
opacity:.3;
transition:opacity .3s ease 0s;
-webkit-transition:opacity .3s ease 0s;
-moz-transition:opacity .3s ease 0s;
}

.penci-grid li.typography-style .overlay-typography:before,.penci-grid li.typography-style .overlay-typography:after {
position:absolute;
top:5px;
right:5px;
bottom:5px;
left:5px;
content:'';
opacity:0;
-webkit-transition:opacity 0.35s,-webkit-transform .35s;
transition:opacity 0.35s,transform .35s;
}

.penci-grid li.typography-style .overlay-typography:before {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
-webkit-transform:scale(0,1);
transform:scale(0,1);
}

.penci-grid li.typography-style .overlay-typography:after {
border-right:1px solid #fff;
border-left:1px solid #fff;
-webkit-transform:scale(1,0);
transform:scale(1,0);
}

.penci-grid li.typography-style:hover .overlay-typography:before,.penci-grid li.typography-style:hover .overlay-typography:after {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}

.typography-style .main-typography {
position:absolute;
z-index:5;
top:50%;
left:0;
width:100%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
}

.typography-style .main-typography a.penci-cat-name {
color:#fff;
border-color:#fff;
text-decoration:none;
}

.penci-photo-2-effect {
position:relative;
overflow:hidden;
background:#000;
text-align:center;
cursor:pointer;
}

.penci-photo-2-effect img {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
opacity:.7;
display:block;
position:relative;
}

.penci-photo-2-effect:hover img {
opacity:.4;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
}

.penci-photo-2-effect figcaption,.penci-photo-2-effect figcaption a.photo-2-overlay {
padding:60px;
text-align:center;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.penci-photo-2-effect figcaption {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.penci-photo-2-effect a.photo-2-overlay {
z-index:100;
text-indent:200%;
white-space:nowrap;
font-size:0;
opacity:0;
}

.penci-photo-2-effect figcaption h2,.penci-photo-2-effect figcaption p {
color:#fff;
position:absolute;
top:50%;
left:0;
width:100%;
transition:all .3s;
-webkit-transition:all .3s;
}

.penci-photo-2-effect figcaption h2 {
font-size:24px;
padding:0 60px;
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
top:50%;
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
padding-bottom:30px;
}

.penci-photo-2-effect:hover figcaption h2 {
padding-bottom:15px;
}

.penci-photo-2-effect figcaption p {
padding:0 60px;
top:50%;
margin-top:30px;
line-height:1.8;
}

.penci-photo-2-effect:hover figcaption p {
margin-top:15px;
}

.penci-photo-2-effect figcaption:before,.penci-photo-2-effect figcaption:after {
position:absolute;
top:50%;
left:50%;
width:80%;
height:1px;
background:#fff;
content:'';
-webkit-transition:opacity 0.35s,-webkit-transform .35s;
transition:opacity 0.35s,transform .35s;
-webkit-transform:translate3d(-50%,-50%,0);
transform:translate3d(-50%,-50%,0);
}

.penci-photo-2-effect:hover figcaption:after {
opacity:.5;
-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);
transform:translate3d(-50%,-50%,0) rotate(-45deg);
}

.penci-photo-2-effect:hover figcaption:before {
opacity:.5;
-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);
transform:translate3d(-50%,-50%,0) rotate(45deg);
}

.penci_sidebar .penci-photo-2-effect figcaption {
padding:20px;
}

.penci_sidebar .penci-photo-2-effect figcaption h2 {
padding:0 20px 20px;
font-size:18px;
}

.penci_sidebar .penci-photo-2-effect figcaption p {
margin-top:20px;
padding:0 20px;
font-size:93%;
}

.penci_sidebar .penci-photo-2-effect:hover figcaption h2 {
padding-bottom:10px;
}

.penci_sidebar .penci-photo-2-effect:hover figcaption p {
margin-top:10px;
}

section.home-featured-cat {
clear:both;
display:block;
width:100%;
}

.home-featured-cat.mag-cat-style-2 {
display:inline-block;
width:48.05%;
margin-right:3.9%;
float:left;
}

.penci-featured-cat-sc .home-featured-cat.mag-cat-style-2,.vc_row .home-featured-cat.mag-cat-style-2 {
width:100%;
float:none;
margin-right:0;
vertical-align:top;
}

.penci-homepage-title.penci-magazine-title:before {
left:30px;
}

.penci-homepage-title.pcalign-center {
text-align:center;
}

.penci-homepage-title.pcalign-right {
text-align:right;
}

.home-featured-cat-content {
display:inline-block;
width:100%;
vertical-align:top;
margin-bottom:60px;
}

.elementor-widget-penci-featured-cat .penci-featured-cat-seemore.penci-seemore-style-13 {
margin-top:0;
margin-bottom:0;
}

.elementor-widget-penci-featured-cat .penci-featured-cat-seemore.penci-seemore-style-8,.elementor-widget-penci-featured-cat .penci-featured-cat-seemore {
margin-top:20px;
margin-bottom:0;
}

.home-featured-cat-content.style-1 {
display:table;
width:100%;
width:calc(100% + 30px);
margin-left:-15px;
margin-right:-15px;
}

.home-featured-cat-content.style-3,.home-featured-cat-content.style-11 {
display:table;
width:100%;
width:calc(100% + 10px);
margin-left:-5px;
margin-right:-5px;
margin-bottom:50px;
}

.penci-featured-cat-ctcol .home-featured-cat-content.style-3,.penci-featured-cat-ctcol .home-featured-cat-content.style-11 {
width:100%;
margin-left:0;
margin-right:0;
}

.home-featured-cat-content.style-7 {
margin-bottom:34px;
}

.home-featured-cat-content.style-13 {
margin-bottom:40px;
}

.home-featured-cat-content .cat-left,.home-featured-cat-content .cat-right {
width:50%;
float:left;
display:inline-block;
padding:0 15px;
}

.home-featured-cat-content .mag-post-box {
width:100%;
overflow:hidden;
display:table;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid var(--pcborder-cl);
}

.home-featured-cat-content > .mag-post-box:last-child,.home-featured-cat-content .cat-right > .mag-post-box:last-child {
padding-bottom:0;
margin-bottom:0;
border-bottom:none;
}

.home-featured-cat-content.style-2 .mag-post-box.first-post,.home-featured-cat-content.style-10 .mag-post-box.first-post {
padding-bottom:22px;
margin-bottom:30px;
border-bottom:1px solid #DEDEDE;
}

.home-featured-cat-content .mag-post-box .magcat-thumb {
float:left;
margin-right:20px;
position:relative;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
}

.home-featured-cat-content .magcat-thumb .icon-post-format,.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a.icon-post-format,.widget ul.side-newsfeed li .side-item .side-image a.icon-post-format {
width:30px;
height:30px;
position:absolute;
display:inline-block;
line-height:26px;
z-index:10;
top:50%;
left:50%;
text-align:center;
margin:-15px 0 0 -15px;
border-radius:50%;
font-size:13px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
border:2px solid rgba(255,255,255,0.9);
background:rgba(0,0,0,0.4);
color:rgba(255,255,255,0.9);
}

.home-featured-cat-content .mag-post-box.first-post .magcat-thumb .icon-post-format,.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format,.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format,.home-featured-cat-content.style-3 .magcat-thumb .icon-post-format,.home-featured-cat-content.style-4 .magcat-thumb .icon-post-format {
font-size:18px;
width:42px;
height:42px;
line-height:38px;
margin:-21px 0 0 -21px;
}

.home-featured-cat-content.style-3 .magcat-thumb .icon-post-format {
left:20px;
top:20px;
margin:0;
}

.home-featured-cat-content.style-4 .magcat-thumb .icon-post-format {
left:auto;
top:20px;
right:20px;
margin:0;
}

.penci-magcat-carousel .magcat-thumb .mag-post-thumb {
position:relative;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
margin:0 0 24px;
float:none;
display:inline-block;
vertical-align:top;
width:100%;
}

.penci-magcat-carousel .magcat-thumb .mag-post-thumb i {
position:absolute;
z-index:2;
text-align:center;
display:inline-block;
width:42px;
height:42px;
line-height:38px;
background:none;
top:50%;
left:50%;
margin:-21px 0 0 -21px;
font-size:18px;
opacity:1;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
border:2px solid rgba(255,255,255,0.9);
background:rgba(0,0,0,0.4);
color:rgba(255,255,255,0.9);
}

.penci-magcat-carousel .magcat-thumb .mag-post-thumb:hover i,.home-featured-cat-content .magcat-thumb:hover .icon-post-format,.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image:hover a.icon-post-format,.widget ul.side-newsfeed li .side-item .side-image:hover a.icon-post-format {
opacity:0;
transform:scale(0.5);
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
}

.home-featured-cat-content .mag-post-box .magcat-thumb img {
width:120px;
height:auto;
}

.home-featured-cat-content .mag-post-box.first-post .magcat-thumb {
margin:0 0 24px;
float:none;
}

.home-featured-cat-content .mag-post-box .magcat-thumb:hover {
opacity:.8;
}

.home-featured-cat-content .mag-post-box.first-post .magcat-thumb img {
width:100% !important;
}

.home-featured-cat-content .first-post .magcat-detail .mag-header {
padding-bottom:17px;
margin-bottom:19px;
position:relative;
}

.home-featured-cat-content .first-post .magcat-detail .mag-header:after {
content:"";
position:absolute;
bottom:0;
left:0;
width:60px;
height:1px;
background:var(--pcaccent-cl);
display:block;
}

.home-featured-cat-content .magcat-detail h3 a {
color:var(--pcheading-cl);
display:block;
font-size:14px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:0;
line-height:1.4;
}

.home-featured-cat-content .magcat-detail .mag-meta {
margin-top:7px;
}

.home-featured-cat-content .mag-photo {
display:inline-block;
width:50%;
float:left;
margin-bottom:10px;
padding:0 5px;
overflow:hidden;
}

.penci-featured-cat-ctcol.pencisc-grid-1 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-2 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-3 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-4 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-5 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-6 .style-3 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-1 .style-11 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-2 .style-11 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-3 .style-11 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-4 .style-11 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-5 .style-11 .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-6 .style-11 .mag-photo {
width:100%;
margin:0;
padding:0;
}

.home-featured-cat-content .mag-photo .magcat-thumb {
position:relative;
overflow:hidden;
}

.home-featured-cat-content .mag-photo .magcat-detail {
position:absolute;
padding:20px;
width:100%;
z-index:5;
left:0;
bottom:0;
}

.home-featured-cat-content .mag-photo .magcat-detail h3 a {
color:#fff;
font-size:18px;
}

.home-featured-cat-content .mag-photo .mag-overlay-photo {
position:absolute;
background:#000;
top:0;
left:0;
width:100%;
height:100%;
opacity:.15;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
z-index:2;
}

.container .penci-grid li.magazine-layout .grid-header-box:after {
left:0;
margin-left:0;
}

.penci-featured-cat-custom-ads {
margin-top:-40px;
margin-bottom:60px;
clear:both;
display:block;
overflow:hidden;
width:100%;
text-align:center;
}

.home-featured-cat-content.style-6 {
margin-bottom:50px;
}

.home-featured-cat-content.style-6 .cat-left,.home-featured-cat-content.style-6 .cat-right {
width:100%;
float:none;
padding:0;
}

.home-featured-cat-content.style-6 .mag-post-box.first-post {
display:inline-block;
vertical-align:top;
margin:0;
width:100%;
float:none;
}

.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
margin:0;
width:46.25%;
float:left;
}

.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
padding-left:30px;
width:53.75%;
float:left;
}

.home-featured-cat-content.style-6 .mag-post-box.first-post.full-mag-cat .magcat-detail {
padding:0!important;
}

.home-featured-cat-content.style-6 .cat-right .mag-post-box {
float:left;
width:48.5%;
margin-right:3%;
display:inline-block;
border:none;
padding-bottom:0;
margin-bottom:30px;
}

.mag-single-slider .penci-image-holder:before {
padding-top:66.6667%;
}

section.home-featured-cat.mag-cat-style-4,section.home-featured-cat.mag-cat-style-5 {
display:block;
clear:both;
}

.penci-slider.penci-single-mag-slider .penci-control-nav {
position:static;
clear:both;
margin-top:20px !important;
}

.penci-single-mag-slider .mag-single-slider-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
z-index:1;
background:-moz-linear-gradient(to bottom,transparent 50%,rgba(0,0,0,1) 100%);
background:-webkit-linear-gradient(to bottom,transparent 50%,rgba(0,0,0,1) 100%);
background:-o-linear-gradient(to bottom,transparent 50%,rgba(0,0,0,1) 100%);
background:-ms-linear-gradient(to bottom,transparent 50%,rgba(0,0,0,1) 100%);
background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,1) 100%);
transition:all .4s ease-in;
-webkit-transition:all .4s ease-in;
-moz-transition:all .4s ease-in;
opacity:.7;
}

.penci-single-mag-slider .magcat-thumb:hover .mag-single-slider-overlay {
opacity:.85;
}

.penci-single-mag-slider .magcat-detail {
position:absolute;
z-index:3;
left:0;
bottom:0;
width:100%;
padding:25px 30px;
}

.penci-single-mag-slider .magcat-detail .magcat-titlte {
font-size:24px;
margin:0;
line-height:1.3;
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;
}

.penci-single-mag-slider .magcat-detail .magcat-titlte a {
font-size:inherit;
color:#fff;
line-height:inherit;
}

.home-featured-cat-content .penci-single-mag-slider .grid-post-box-meta {
margin-top:8px;
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
-webkit-animation-delay:.7s;
-moz-animation-delay:.7s;
-o-animation-delay:.7s;
animation-delay:.7s;
}

.penci-single-mag-slider .active .magcat-detail .magcat-titlte,.penci-single-mag-slider .active .grid-post-box-meta {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
}

body .penci-slider.penci-single-mag-slider ol.penci-control-nav li {
margin:0 4px;
}

.penci-magcat-carousel-wrapper {
margin-left:-15px;
margin-right:-15px;
}

.home-featured-cat-content.style-12 .penci-magcat-carousel-wrapper {
margin-left:-10px;
margin-right:-10px;
}

.penci-magcat-carousel .magcat-carousel {
padding:0 15px;
transition:opacity .25s ease-in;
-webkit-transition:opacity .25s ease-in;
-moz-transition:opacity .25s ease-in;
}

.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-carousel {
padding:0 10px;
}

.penci-magcat-carousel .magcat-thumb .mag-post-thumb:hover {
opacity:.9;
}

.home-featured-cat-content.style-7 .penci-grid > li {
margin-bottom:26px;
}

.home-featured-cat-content.style-7 .grid-overlay-meta .grid-header-box,.magazine-layout.magazine-2 .grid-header-box {
margin-left:0;
padding-left:0;
}

.home-featured-cat-content.style-7 .grid-header-box:after {
margin:0;
left:0;
}

.home-featured-cat-content.style-9 .mag-post-box,.home-featured-cat-content.style-10 .mag-post-box {
width:48.0745%;
float:left;
margin-right:3.851%;
border-bottom:none;
}

.penci-latest-posts-sc .grid-mixed .thumbnail.thumb-right,.penci-el-mixed-s2 .grid-mixed .thumbnail.thumb-right,.penci_sidebar .grid-mixed .thumbnail.thumb-right,.penci-featured-share-box .dt-share {
display:none !important;
}

.penci-el-mixed-s2 .penci-grid li:nth-of-type(2n+1),.home-featured-cat-content.style-3 > .mag-photo:nth-child(2n+3),.home-featured-cat-content.style-9 .mag-post-box:nth-child(2n+1),.home-featured-cat-content.style-10 .mag-post-box:nth-child(2n+1) {
clear:both;
}

.grid-post-box-meta span,.overlay-post-box-meta,.overlay-post-box-meta .overlay-share span,.overlay-post-box-meta .overlay-share a {
color:#888;
}

.grid-post-box-meta span:last-child:after,.overlay-post-box-meta > div:last-child:after,.penci-slider.penci-single-mag-slider ul.slides li:before,.penci-slider.penci-single-mag-slider ul.slides li:after {
content:none;
display:none;
}

.grid-post-box-meta span a,.penci-homepage-title.penci-magazine-title h3 a {
color:#313131;
}

.grid-post-box-meta span a:hover,.grid-post-box-meta span a.comment-link:hover,.overlay-author a:hover,.overlay-post-box-meta .overlay-share a:hover,.grid-featured .penci-featured-share-box a:hover,.penci-grid li.typography-style .grid-post-box-meta span a:hover,.penci-grid li.typography-style .item .main-typography h2 a:hover {
color:var(--pcaccent-cl);
}

.penci-overlay-over,.penci-single-mag-slider .magcat-thumb {
position:relative;
}

.overlay-header-box .cat > a.penci-cat-name,.penci-grid li.typography-style .item .main-typography h2 a,.penci-grid li.typography-style .grid-post-box-meta span,.penci-grid li.typography-style .grid-post-box-meta span a,.home-featured-cat-content .mag-photo .grid-post-box-meta span,.home-featured-cat-content .mag-photo .grid-post-box-meta span a,.home-featured-cat-content .mag-photo .grid-post-box-meta span:after,.penci-single-mag-slider .magcat-detail .magcat-titlte a:hover,.penci-single-mag-slider .grid-post-box-meta span,.penci-single-mag-slider .grid-post-box-meta span a {
color:#fff;
}

.overlay-header-box .cat > a.penci-cat-name:hover,.penci-featured-infor .penci-entry-title a:hover,.home-featured-cat-content .magcat-detail h3 a:hover {
color:var(--pcaccent-cl);
text-decoration:none;
}

.overlay-header-box .cat > a.penci-cat-name:after,.typography-style .main-typography a.penci-cat-name:after {
border-color:#fff;
}

.penci-featured-infor .item-content > p:last-child,.elementor-widget-penci-featured-cat .home-featured-cat-content {
margin-bottom:0 !important;
}

.grid-featured .penci-featured-share-box .penci-shareso a:last-child,#main .theiaStickySidebar > div.mag-cat-style-2:nth-of-type(2n+2),#main > div.mag-cat-style-2:nth-of-type(2n+2),.home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-child(2n+2),.home-featured-cat-content.style-9 .mag-post-box:nth-child(2n+2),.home-featured-cat-content.style-10 .mag-post-box:nth-child(2n+2) {
margin-right:0;
}

.penci-grid li.typography-style,.penci-grid > li.photography-2,.home-featured-cat-content.style-6 .cat-left,.home-featured-cat-content.style-10 .mag-post-box.first-post {
margin-bottom:30px;
}

.penci-grid li.typography-style:last-child,.penci-grid > li.photography-2:last-child {
margin-bottom:60px;
}

.penci-grid li.typography-style .item > .thumbnail,.home-featured-cat-content.style-8,.home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
margin-bottom:0;
}

.penci-grid li.typography-style .item > .thumbnail:hover,.typography-style .content-typography:hover,.penci-grid .typography-style .thumbnail:hover .content-typography {
opacity:1;
}

.penci-grid li.typography-style:hover .overlay-typography,.home-featured-cat-content .mag-photo:hover .mag-overlay-photo {
opacity:.7;
}

.penci-grid li.magazine-layout .item h2 a,.home-featured-cat-content.style-7 .penci-grid li .item h2 a {
text-transform:none;
letter-spacing:0;
}

.penci-homepage-title.penci-magazine-title,.penci-homepage-title.pcalign-left,.container .penci-grid li.magazine-layout,.home-featured-cat-content.style-7 .grid-header-box {
text-align:left;
}

.home-featured-cat-content.style-5,.cat-right .magcat-detail,.home-featured-cat-content.style-9 .magcat-detail,.home-featured-cat-content.style-2 .mag-post-box:not(.first-post) .magcat-detail,.home-featured-cat-content.style-10 .mag-post-box:not(.first-post) .magcat-detail {
overflow:hidden;
}

.home-featured-cat-content .mag-post-box.first-post,.home-featured-cat-content.style-9 .mag-post-box.first-post {
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-play,.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-play,.home-featured-cat-content .magcat-thumb .icon-post-format i.fa-play,.penci-magcat-carousel .magcat-thumb .mag-post-thumb i.fa-play:before {
margin-left:2px;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-music,.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-music,.home-featured-cat-content .magcat-thumb .icon-post-format i.fa-music,.penci-magcat-carousel .magcat-thumb .mag-post-thumb i.fa-music:before {
margin-right:2px;
}

.home-featured-cat-content .first-post .magcat-detail h3 a,.home-featured-cat-content .penci-magcat-carousel .magcat-detail h3 a {
font-size:18px;
}

@media only screen and (min-width: 768px) {
.home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2),.home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2),.home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-last-child(2) {
margin-bottom:0;
padding:0;
border-bottom:0;
}
}

.home-featured-cat-content.style-11 .mag-photo .magcat-detail {
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
bottom:auto;
top:50%;
text-align:center;
padding:10px 20px;
}

.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb {
margin-bottom:18px;
}

.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-detail h3 a {
font-size:15px;
}

.home-featured-cat-content.style-12 .magcat-detail .mag-meta {
font-size:13px;
margin-top:5px;
}

@media only screen and (min-width: 1170px) {
ul.penci-grid.penci-fea-cat-style-13 {
width:100%;
width:calc(100% + 20px);
margin-left:-10px;
margin-right:-10px;
}

.container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li,.penci-grid.penci-fea-cat-style-13 > li {
width:33.3333333%;
margin:0 0 20px!important;
padding:0 10px;
}

.container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li:nth-child(2n+1),.penci-grid.penci-fea-cat-style-13 > li:nth-child(2n+1) {
clear:none;
}

.container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li:nth-child(3n+1),.penci-grid.penci-fea-cat-style-13 > li:nth-child(3n+1) {
clear:both;
}
}

.penci-grid.penci-fea-cat-style-13 > li.grid-style {
text-align:left;
}

.penci-grid.penci-fea-cat-style-13 li .item > .thumbnail {
margin-bottom:18px;
}

.penci-grid.penci-fea-cat-style-13 li .item h2 a {
font-size:15px;
text-transform:none;
letter-spacing:0;
line-height:1.4;
}

.penci-fea-cat-style-13 .grid-post-box-meta {
font-size:13px;
margin-top:5px;
}

.penci-fea-cat-style-13 .grid-header-box {
padding-bottom:0;
}

.home-featured-cat-content.style-14 .first-post .magcat-detail {
position:absolute;
bottom:0;
left:0;
width:100%;
padding:0 17px;
z-index:10;
}

.home-featured-cat-content.style-14 .mag-post-box {
margin-bottom:10px;
padding-bottom:10px;
}

.home-featured-cat-content.style-14 .mag-post-box:last-child {
margin:0;
padding:0;
}

.home-featured-cat-content.style-14 .first-post .magcat-detail .mag-header {
margin-bottom:14px;
padding-bottom:0;
}

.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a {
font-size:16px;
}

.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a,.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a:hover {
color:#fff;
}

.home-featured-cat-content.style-14 .mag-meta {
color:#fff;
font-size:13px;
margin-top:5px;
}

.home-featured-cat-content.style-14 .mag-meta span,.home-featured-cat-content.style-14 .mag-meta span a {
color:inherit;
}

.home-featured-cat-content .magcat-detail .magcat-title-small a {
font-size:14px;
font-weight:400;
}

.home-featured-cat-content.style-14 .mag-post-box.first-post .magcat-thumb {
margin-bottom:0;
}

.home-featured-cat-content.style-14 .magcat-padding {
padding-left:17px;
position:relative;
}

.home-featured-cat-content.style-14 .magcat-padding:before {
content:'';
width:4px;
height:4px;
border:1px solid var(--pcaccent-cl);
position:absolute;
left:0;
top:6px;
}

.home-featured-cat-content.style-14 .mag-post-box .magcat-thumb:hover {
opacity:1;
}

.home-featured-cat-content.style-14 .penci-image-holder:after,.home-featured-cat-content.style-15 .mag-post-box.first-post .penci-image-holder:after {
bottom:0;
content:'';
display:block;
height:90%;
width:100%;
position:absolute;
z-index:1;
background:-moz-linear-gradient(top,transparent 50%,#000 100%);
background:-webkit-linear-gradient(top,transparent 50%,#000 100%);
background:-o-linear-gradient(top,transparent 50%,#000 100%);
background:-ms-linear-gradient(top,transparent 50%,#000 100%);
background:linear-gradient(to bottom,transparent 50%,#000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
opacity:.5;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
}

.home-featured-cat-content.style-14 .magcat-thumb:hover .penci-image-holder:after,.home-featured-cat-content.style-15 .mag-post-box.first-post:hover .penci-image-holder:after {
opacity:.8;
}

.penci-fea-cat-style-13 .grid-header-box:after,.home-featured-cat-content.style-14 .first-post .magcat-detail .mag-header:after {
content:none;
}

@media only screen and (min-width: 768px) {
.home-featured-cat-content.style-15 {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
align-items:center;
}

.home-featured-cat.mag-cat-style-15 .cat-left,.home-featured-cat.mag-cat-style-15 .cat-right {
-ms-flex:0 0 50%;
flex:0 0 50%;
float:none;
display:block;
width:auto;
}
}

.home-featured-cat-content.style-15 {
border:1px solid var(--pcborder-cl);
}

.home-featured-cat.mag-cat-style-15 .cat-left {
padding:0;
margin:-1px -1px 0;
width:calc(100% + 2px);
}

@media only screen and (min-width: 768px) {
.home-featured-cat.mag-cat-style-15 .cat-left {
margin:-1px 0 0 -1px;
width:calc(100% + 1px);
}
}

.home-featured-cat.mag-cat-style-15 .cat-right {
padding:20px;
}

.home-featured-cat-content.style-15 .mag-post-box.first-post .magcat-thumb {
margin:0;
}

.home-featured-cat-content.style-15 .first-post .magcat-thumb:hover {
opacity:1;
}

.home-featured-cat-content.style-15 .first-post .magcat-detail .mag-header {
padding:20px;
margin:0;
position:absolute;
left:0;
bottom:0;
width:100%;
z-index:5;
}

.home-featured-cat-content.style-15 .first-post .magcat-detail .mag-header:after {
content:none;
display:none;
}

.home-featured-cat-content.style-15 .first-post .magcat-detail h3 a,.home-featured-cat-content.style-15 .first-post .grid-post-box-meta span,.home-featured-cat-content.style-15 .first-post .grid-post-box-meta span a {
color:#fff;
}

.home-featured-cat-content.style-15 .penci-image-holder.small-fix-size {
width:100px;
}

.penci-home-popular-posts {
padding:25px 0 0;
border:none;
border-top:1px solid #dedede;
position:relative;
margin-bottom:60px;
}

.penci-popular-posts-sc .penci-home-popular-posts:not( .use-heading-default ) {
border-top:0;
padding-top:0;
}

.penci-home-popular-post {
margin-left:-10px;
margin-right:-10px;
width:100%;
width:calc(100% + 20px);
}

.penci-home-popular-post .item-related h3 a {
text-transform:uppercase;
}

.home-pupular-posts-title {
position:absolute;
left:0;
width:100%;
top:0;
transform:translateY(-55%);
-webkit-transform:translateY(-55%);
-moz-transform:translateY(-55%);
text-align:center;
font-size:18px;
color:#313131;
text-transform:uppercase;
letter-spacing:1px;
}

.home-pupular-posts-title a,.home-pupular-posts-title span {
font-size:inherit;
color:inherit;
padding:0 18px;
line-height:1;
display:inline-block;
background:#fff;
text-decoration:none !important;
}

.home-pupular-posts-title.pcalign-right {
text-align:right;
}

.home-pupular-posts-title.pcalign-left {
text-align:left;
}

.home-pupular-posts-title.pcalign-left span,.home-pupular-posts-title.pcalign-left a {
padding-left:0;
}

.home-pupular-posts-title.pcalign-right span,.home-pupular-posts-title.pcalign-right a {
padding-right:0;
}

.penci-jarallax {
width:100%;
padding-top:50%;
position:relative;
z-index:0;
}

.penci-jarallax > .jarallax-img {
position:absolute;
object-fit:cover;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}

.post-image .wp-video,.post-image video.wp-video-shortcode,.post-image .mejs-container,.post-image .mejs-overlay.load {
width:100% !important;
height:100% !important;
}

.post-image .mejs-container {
padding-top:56.25%;
}

.post-image .wp-video,.post-image video.wp-video-shortcode {
max-width:100% !important;
}

.post-image .mejs-mediaelement {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}

.post-image .mejs-controls {
z-index:0 !important;
}

.post-image .mejs-overlay-play {
top:0;
right:0;
bottom:0;
left:0;
width:auto !important;
height:auto !important;
}

.post-image .mejs-container.wp-audio-shortcode {
padding-top:0 !important;
}

.container-single-fullwidth.two-sidebar .post-image {
display:block;
width:100%;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post,.penci-single-style-3:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post {
padding-left:10px;
padding-right:10px;
}

.home-featured-cat.mag-cat-style-15 .mag-post-box,.post-image video.wp-video-shortcode {
position:relative;
}

article.post,article.type-post,article.portfolio,.penci-layout-standard-grid article.post,.penci-layout-standard-list article.post,.penci-layout-standard-boxed-1 article.post,.penci-layout-classic-grid article.post,.penci-layout-classic-list article.post,.penci-layout-classic-boxed-1 article.post,.single .post {
margin-bottom:60px;
}

@media only screen and (min-width: 959px) {
.penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar #main,.penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar #main {
position:relative;
z-index:9;
padding-right:30px;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar.two-sidebar #main,.penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar.two-sidebar #main {
padding-right:50px;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ) #main article.post,.penci-single-style-3:not( .penci-single-pheader-noimg ) #main article.post {
margin-top:-80px;
}

.penci-single-style-7.penci_is_nosidebar #main article.post,.penci-single-style-3.penci_is_nosidebar #main article.post {
margin-top:0;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar.left-sidebar #main,.penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar.left-sidebar #main {
padding-left:40px;
padding-right:0;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post,.penci-single-style-3:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post {
background:#fff;
padding-top:20px;
}

.penci-single-style-3:not( .penci-single-pheader-noimg ).right-sidebar #main article.post {
padding-right:20px;
padding-left:0;
}

.penci-single-style-3:not(.penci_is_nosidebar) .standard-post-image .audio-iframe,.penci-single-style-3:not(.penci_is_nosidebar) .standard-content-special {
bottom:70px;
}

.penci-single-style-7:not( .penci-single-pheader-noimg ).right-sidebar #main article.post,.penci-single-style-7:not( .penci-single-pheader-noimg ).left-sidebar #main article.post,.penci-single-style-3:not( .penci-single-pheader-noimg ).left-sidebar #main article.post {
padding-left:20px;
}
}

.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) #header,.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) #header {
margin-bottom:0;
}

.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form {
margin-top:10px;
margin-bottom:10px;
}

.player .vp-player-layout {
left:0 !important;
width:100% !important;
}

.penci-single-featured-img {
position:relative;
width:100%;
background-color:#f5f5f5;
display:block;
vertical-align:top;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
padding-top:66.6667%;
}

.standard-post-special_wrapper {
position:absolute;
left:30px;
right:30px;
bottom:0;
display:block;
z-index:10;
}

.standard-post-image .standard-post-special_wrapper .audio-iframe,.standard-post-special_wrapper .standard-content-special {
position:static;
margin-bottom:23px;
}

.penci-body-single-style-7 .standard-post-image .standard-post-special_wrapper .audio-iframe,.penci-body-single-style-7 .standard-post-special_wrapper .standard-content-special {
margin-bottom:70px;
}

.penci-body-single-style-7 .penci_is_nosidebar .standard-post-image .standard-post-special_wrapper .audio-iframe,.penci-body-single-style-7 .penci_is_nosidebar .standard-post-special_wrapper .standard-content-special {
margin-bottom:30px;
}

.penci-body-single-style-5 .container-single .post-image {
position:relative;
}

.penci-body-single-style-8 .penci-move-title-above:after,.penci-body-single-style-5 .penci-move-title-above:after,.penci-body-single-style-6 .penci-move-title-above:after,.penci-body-single-style-7 .penci-move-title-above:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
z-index:1;
bottom:0;
right:0;
background:linear-gradient(to bottom,transparent 50%,#000 90%);
opacity:.7;
transition:.3s;
}

.penci-single-style-6 .single-breadcrumb,.penci-single-style-5 .single-breadcrumb,.penci-single-style-4 .single-breadcrumb,.penci-single-style-3 .single-breadcrumb,.penci-single-style-9 .single-breadcrumb,.penci-single-style-7 .single-breadcrumb {
text-align:center;
}

.penci-single-pheader.container.two-sidebar,.penci-single-pheader .container.two-sidebar,.penci-single-style-10.container-single-magazine .container.two-sidebar,.penci-single-style-9.container-single-magazine .container.two-sidebar {
display:block;
}

.penci-single-style-10.container-single-magazine .two-sidebar .penci-sidebar-content {
width:29.06%;
}

.penci-single-4 .standard-post-special img,.penci-video-format-vimeo iframe,.penci-video-format-youtube iframe,.penci-body-single-style-7.single-format-video .post-image iframe,.penci-body-single-style-5.single-format-video .post-image iframe,.penci-body-single-style-4.single-format-video .post-image iframe {
width:100%;
}

@media only screen and (min-width: 768px) {
.penci-header-text-white .cat > a.penci-cat-name,.penci-single-style-5.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,.penci-single-style-6.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,.penci-single-style-8.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,.penci-header-text-white .header-standard h2,.penci-header-text-white .header-standard .post-title,.container-single.penci-header-text-white .header-standard .post-title,.penci-header-text-white .header-standard h2 a,.penci-header-text-white .post-box-meta-single span,.penci-header-text-white .header-standard .author-post span a,.penci-header-text-white .container.penci-breadcrumb span,.penci-header-text-white .container.penci-breadcrumb i,.penci-header-text-white .container.penci-breadcrumb a {
color:#fff;
}
}

.penci-single-style-10.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,.penci-single-style-10.penci-header-text-white .header-standard h2,.penci-single-style-10.penci-header-text-white .header-standard .post-title,.penci-single-style-10.penci-header-text-white .header-standard h2 a,.penci-single-style-10.penci-header-text-white .post-box-meta-single span,.penci-single-style-10.penci-header-text-white .header-standard .author-post span a {
color:#fff;
}

i.penci-post-countview-number {
font-style:normal;
font-size:inherit;
font-weight:inherit;
color:inherit;
}

@media only screen and (max-width: 767px) {
.standard-post-special_wrapper {
position:static;
background:#fff;
margin-bottom:0;
padding-top:20px;
}

.penci-single-style-7 .standard-post-special_wrapper {
background:transparent;
}

.penci-header-text-white .standard-post-special_wrapper .header-standard.header-classic {
margin-bottom:0;
}

.penci-header-text-white .penci-move-title-above:after,.penci-header-text-white .standard-post-special_wrapper .container-single .post-image:after {
content:none;
}

.standard-post-image .standard-post-special_wrapper .audio-iframe,.standard-post-special_wrapper .standard-content-special {
margin-bottom:20px;
}

.penci-header-text-white .format-post-box {
display:block;
padding:20px;
}

.penci-header-text-white .standard-content-special {
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
}

.penci-single-style-9 .penci-post-image-wrapper {
background-color:#111;
padding-top:40px;
padding-bottom:40px;
margin-bottom:40px;
max-height:inherit;
}

.penci-single-style-10 .penci-post-image-wrapper .post-image,.penci-single-style-9 .penci-post-image-wrapper .post-image {
margin-bottom:0;
}

.penci-single-style-10 .post-format-entry-header:before,.penci-single-style-10 .post-format-entry-header:after {
content:'';
display:table;
clear:both;
}

.penci-single-style-10 .penci-post-image-wrapper {
background-color:#111;
padding-top:40px;
padding-bottom:40px;
max-height:inherit;
margin-bottom:40px;
}

.penci-single-style-10 .header-standard,.penci-single-style-10 .post-box-meta-single {
text-align:left;
}

.penci-body-single-style-10.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content {
width:100%;
float:none;
}

@media only screen and (max-width: 479px) {
.penci-single-style-9 .penci-post-image-wrapper {
padding-top:20px;
padding-bottom:20px;
}
}

.post-box-meta-single {
text-align:center;
margin:6px 0 0;
font-size:14px;
}

.post-box-meta-single span {
color:#888;
}

.header-standard .post-box-meta-single .author-post,.header-standard .post-box-meta-single .author-post span a,.header-standard .post-box-meta-single span {
font-size:inherit;
}

.post-box-meta-single span strong,.post-box-meta-single span time {
font-size:inherit;
font-family:inherit;
color:inherit;
}

.post-box-meta-single a {
color:#313131;
}

.post-box-meta-single a:hover {
color:var(--pcaccent-cl);
}

.post-box-meta-single > span:before,.standard-top-meta > span:before {
content:"";
width:0;
height:10px;
margin:0 13px;
display:inline-block;
background:none !important;
border-right:1px solid;
opacity:.7;
}

.post-box-meta-single > span:first-child:before,.standard-top-meta > span:first-child:before {
content:none;
display:block;
}

#wpadminbar {
z-index:9999;
}

#wpadminbar:hover {
z-index:99999;
}

.post-image {
margin-bottom:26px;
text-align:center;
vertical-align:top;
overflow:hidden;
position:relative;
}

.container-single-fullwidth .post-image {
margin-bottom:40px;
}

.post-image.audio iframe,.standard-post-image.audio iframe {
height:166px;
width:100%;
}

.container-single a[data-rel="penci-gallery-image-content"],.container-single a[data-rel="penci-gallery-bground-content"],.container-single-page a[data-rel="penci-gallery-image-content"] {
cursor:zoom-in;
}

.penci-slick-slider {
position:relative;
opacity:0;
transition:.4s;
-webkit-transition:.4s;
-moz-transition:.4s;
max-height:500px;
}

.penci-grid .penci-slick-slider,.penci-masonry .penci-slick-slider {
max-height:250px;
overflow:hidden;
}

.penci-slick-slider img {
width:100%;
}

.penci-slick-slider.loaded {
opacity:1;
overflow:visible !important;
max-height:none !important;
}

.penci-slick-slider > button.slick-prev,.penci-slick-slider > button.slick-next {
position:absolute;
width:36px;
height:36px;
display:inline-block;
top:50%;
margin-top:-18px;
cursor:pointer;
outline:none;
opacity:0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
text-align:center;
line-height:36px;
background:#fff;
z-index:12;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
color:#313131;
border:none;
}

.penci-slick-slider > button.slick-prev {
left:30px;
}

.penci-grid .penci-slick-slider > button.slick-prev,.penci-masonry .penci-slick-slider > button.slick-prev {
left:20px;
}

.penci-slick-slider > button.slick-next {
right:30px;
}

.penci-grid .penci-slick-slider > button.slick-next,.penci-masonry .penci-slick-slider > button.slick-next {
right:20px;
}

.penci-slick-slider > button.slick-prev i,.penci-slick-slider > button.slick-next i {
font-size:20px;
display:inline-block;
line-height:36px;
}

.penci-single-smaller-width {
max-width:780px;
}

.post-entry {
margin-bottom:33px;
line-height:28px;
}

.penci-custom-html-inside-content {
margin-bottom:20px;
}

.post-entry:before {
content:" ";
display:table;
}

.post-entry .inner-post-entry:after {
content:" ";
display:table;
clear:both;
}

.post-entry.page-has-margin {
margin-bottom:60px;
}

.wpb_text_column {
line-height:1.8;
}

.post-entry a:hover,.wpb_text_column a:hover {
text-decoration:underline;
}

.elementor-widget-text-editor {
font-family:inherit;
}

.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.wpb_text_column h1,.wpb_text_column h2,.wpb_text_column h3,.wpb_text_column h4,.wpb_text_column h5,.wpb_text_column h6,.woocommerce .page-description h1,.woocommerce .page-description h2,.woocommerce .page-description h3,.woocommerce .page-description h4,.woocommerce .page-description h5,.woocommerce .page-description h6 {
color:var(--pcheading-cl);
letter-spacing:0;
line-height:1.3em;
}

.post-entry h1,.wpb_text_column h1,.elementor-text-editor h1,.woocommerce .page-description h1 {
font-size:24px;
}

.post-entry h2,.wpb_text_column h2,.elementor-text-editor h2,.woocommerce .page-description h2 {
font-size:22px;
}

.post-entry h3,.wpb_text_column h3,.elementor-text-editor h3,.woocommerce .page-description h3 {
font-size:20px;
}

.post-entry h4,.wpb_text_column h4,.elementor-text-editor h4,.woocommerce .page-description h4 {
font-size:18px;
}

.post-entry h5,.wpb_text_column h5,.elementor-text-editor h5,.woocommerce .page-description h5 {
font-size:16px;
}

.post-entry h6,.wpb_text_column h6,.elementor-text-editor h6,.woocommerce .page-description h6 {
font-size:14px;
}

.post-entry hr,.wpb_text_column hr,.elementor-text-editor hr,.woocommerce .page-description hr {
border:0;
height:0;
border-bottom:1px solid #dedede;
clear:both;
}

.post-password-form input[type="text"],.post-password-form input[type="email"],.post-password-form input[type="password"],.post-password-form input[type="number"] {
padding:9px 20px;
border:1px solid #DEDEDE;
margin-bottom:28px;
font-size:12px;
font-weight:400;
font-family:var(--pcbody-font);
max-height:50px;
outline:none;
height:36px;
line-height:36px;
}

.post-password-form input[type="submit"] {
padding:0 20px;
border:none;
background:#313131;
color:#fff;
cursor:pointer;
outline:none;
text-transform:uppercase;
letter-spacing:1px;
transition:opacity .3s;
-webkit-transition:opacity .3s;
height:36px;
line-height:36px;
margin-left:5px;
}

.post-password-form input[type="submit"]:hover {
opacity:.85;
}

.post-entry blockquote,.wpb_text_column blockquote,.woocommerce .page-description blockquote {
padding:0;
position:relative;
margin:0 0 20px;
position:relative;
padding:0 0 0 46px;
border:none;
overflow:hidden;
}

.post-entry blockquote,.post-entry blockquote p,.wpb_text_column blockquote,.wpb_text_column blockquote p,.woocommerce .page-description blockquote,.woocommerce .page-description blockquote p {
font-size:16px;
color:#888;
font-style:italic;
line-height:1.7;
text-align:left;
}

.post-entry blockquote p,.wpb_text_column blockquote p,.woocommerce .page-description blockquote p {
margin:0;
}

.post-entry .wp-block-quote,.wpb_text_column .wp-block-quote,.woocommerce .page-description .wp-block-quote {
padding-left:1em;
border-left:4px solid #000;
}

.post-entry blockquote:before,.wpb_text_column blockquote:before,.woocommerce .page-description blockquote:before {
color:var(--pcaccent-cl);
content:'“';
font-family:'Playfair Display SC',serif;
font-size:64px;
font-weight:900;
line-height:1;
font-style:normal;
position:absolute;
top:-4px;
left:0;
}

.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author,.woocommerce .page-description blockquote cite,.woocommerce .page-description blockquote .author {
display:block;
font-size:12px;
text-transform:uppercase;
margin-top:7px;
color:var(--pcaccent-cl);
font-style:normal;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
overflow:hidden;
text-align:left;
position:relative;
z-index:1;
}

.post-entry blockquote .author span,.wpb_text_column blockquote .author span,.woocommerce .page-description blockquote .author span {
position:relative;
display:inline-block;
padding:0 10px 0 0;
}

.post-entry blockquote .author span:after,.wpb_text_column blockquote .author span:after,.woocommerce .page-description blockquote .author span:after {
content:"";
position:absolute;
top:50%;
width:90px;
height:1px;
background:var(--pcaccent-cl);
left:100%;
opacity:.8;
}

.penci-single-link-pages {
display:block;
width:100%;
}

.penci-single-link-pages:before,.penci-single-link-pages:after {
content:"";
display:table;
clear:both;
}

.penci-single-link-pages a {
display:inline-block;
margin:0 4px 5px;
padding:4px 7px;
line-height:1;
border:1px solid;
color:inherit;
text-decoration:none !important;
transition:all .3s;
-webkit-transition:all .3s;
}

.penci-single-link-pages a:hover {
opacity:.7;
}

.post-entry .elementor-widget-table-of-contents ul,.post-entry .elementor-widget-table-of-contents ol {
padding:0;
margin-bottom:0;
}

.post-entry.blockquote-style-2 blockquote {
background:#f5f5f5;
padding:10px 20px 10px 24px;
}

.post-entry.blockquote-style-2 blockquote:before {
content:'';
left:0;
position:absolute;
height:100%;
top:0;
width:4px;
background:var(--pcaccent-cl);
}

.post-entry.blockquote-style-2 .author span {
padding:0 0 0 30px;
}

.post-entry.blockquote-style-2 .author span:after {
width:20px;
left:0;
}

.penci-pullqoute.align-left {
max-width:460px;
float:left;
width:100%;
margin-right:20px;
}

.penci-pullqoute.align-right {
max-width:460px;
float:right;
width:100%;
margin-left:20px;
}

.post-entry ul,.post-entry ol,.elementor-text-editor ul,.elementor-text-editor ol,.woocommerce .page-description ul,.woocommerce .page-description ol {
padding-left:36px;
margin-bottom:20px;
}

.post-entry .penci-sidebar-content ul,.post-entry .penci-sidebar-content ol,.elementor-text-editor .penci-sidebar-content ul,.elementor-text-editor .penci-sidebar-content ol,.woocommerce .page-description .penci-sidebar-content ul,.woocommerce .page-description .penci-sidebar-content ol {
padding-left:0;
margin-bottom:0;
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
background-color:transparent !important;
}

.post-entry ol ol,.post-entry ul ul,.post-entry ul ol,.post-entry ol ul,.elementor-text-editor ol ol,.elementor-text-editor ul ul,.elementor-text-editor ul ol,.elementor-text-editor ol ul,.woocommerce .page-description ul ul,.woocommerce .page-description ol ul,.woocommerce .page-description ol ol,.woocommerce .page-description ul ol {
margin:2px 0;
padding-left:22px;
}

.post-entry .penci-sidebar-content ol ol,.post-entry .penci-sidebar-content ul ul,.post-entry .penci-sidebar-content ul ol,.post-entry .penci-sidebar-content ol ul,.elementor-text-editor .penci-sidebar-content ol ol,.elementor-text-editor .penci-sidebar-content ul ul,.elementor-text-editor .penci-sidebar-content ul ol,.elementor-text-editor .penci-sidebar-content ol ul,.woocommerce .page-description .penci-sidebar-content ul ul,.woocommerce .page-description .penci-sidebar-content ol ul,.woocommerce .page-description .penci-sidebar-content ol ol,.woocommerce .page-description .penci-sidebar-content ul ol {
margin:0;
padding-left:0;
}

.post-entry ul li,.elementor-text-editor ul li,.woocommerce .page-description ul li {
margin-bottom:6px;
position:relative;
list-style-type:square;
line-height:1.7;
}

.post-entry ol li,.elementor-text-editor ol li,.woocommerce .page-description ol li {
margin-bottom:2px;
list-style:decimal;
}

.post-entry ul.wp-block-gallery,.post-entry ol.wp-block-gallery {
padding:0;
}

.sticky.post .post-header {
border:1px dashed #ddd;
padding:20px 0;
}

.post-entry table {
width:100%;
margin-bottom:22px;
border-collapse:collapse;
border-left:1px solid var(--pcborder-cl);
border-right:1px solid var(--pcborder-cl);
border-top:1px solid var(--pcborder-cl);
}

.post-entry td,.post-entry th {
padding:12px;
border-bottom:1px solid var(--pcborder-cl);
border-color:var(--pcborder-cl);
}

.post-entry th {
font-weight:700;
}

.post-entry em strong {
font-style:italic;
}

.pencisc-button,.post-entry .pencisc-button,.woocommerce-product-details__short-description .pencisc-button {
border:none;
border-radius:0;
background:var(--pcaccent-cl);
color:#fff;
line-height:1.3;
padding:10px 20px;
text-align:center;
transition:all .25s;
font-size:14px;
text-transform:uppercase;
cursor:pointer;
display:inline-block;
text-decoration:none !important;
}

.pencisc-button i {
margin-right:5px;
}

.pencisc-button.pencisc-icon-right i {
margin:0 0 0 5px;
}

.pencisc-align-right {
float:right;
margin:5px 0 20px 20px;
}

.pencisc-align-left {
float:left;
margin:5px 20px 20px 0;
}

.pencisc-button.pencisc-full,.post-entry .pencisc-button.pencisc-full,.woocommerce-product-details__short-description .pencisc-button.pencisc-full {
display:block;
width:100%;
margin-left:0;
margin-right:0;
}

.pencisc-button,.post-entry .pencisc-button.pencisc-small,.woocommerce-product-details__short-description .pencisc-button.pencisc-small {
padding:7px 12px;
font-size:12px;
}

.pencisc-button,.post-entry .pencisc-button.pencisc-large,.woocommerce-product-details__short-description .pencisc-button.pencisc-large {
padding:15px 30px;
font-size:18px;
}

ul.penci_list_shortcode {
list-style:none !important;
list-style-type:none !important;
}

.post-entry ul.penci_list_shortcode,.elementor-text-editor ul.penci_list_shortcode,.woocommerce .page-description ul.penci_list_shortcode {
padding-left:19px;
}

.penci_list_shortcode li {
position:relative;
list-style:none !important;
padding-left:20px !important;
}

.penci_list_shortcode li:before {
color:var(--pcaccent-cl);
content:"\f00c" !important;
width:20px !important;
height:auto !important;
margin-left:-20px;
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
transform:none;
background:none !important;
transform:none !important;
opacity:1 !important;
position:static !important;
border:none !important;
}

.penci_list_shortcode.penci_list-starlist li:before {
content:"\f005" !important;
}

.penci_list_shortcode.penci_list-pluslist li:before {
content:"\f0fe" !important;
}

.penci_list_shortcode.penci_list-minuslist li:before {
content:"\f146" !important;
}

.penci_list_shortcode.penci_list-editlist li:before {
content:"\f044" !important;
}

.penci_list_shortcode.penci_list-asterisklist li:before {
content:"\f069" !important;
}

.penci_list_shortcode.penci_list-thumbuplist li:before {
content:"\f164" !important;
}

.penci_list_shortcode.penci_list-folderlist li:before {
content:"\f07b" !important;
}

.penci_list_shortcode.penci_list-thumbdownlist li:before {
content:"\f165" !important;
}

.penci_list_shortcode.penci_list-heartlist li:before {
content:"\f004" !important;
}

.penci-highlight-black {
-webkit-transition:color .3s;
-moz-transition:color .3s;
-o-transition:color .3s;
transition:color .3s;
background-color:rgba(0,0,0,0.8);
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 rgba(0,0,0,0.8),-8px 0 0 rgba(0,0,0,0.8);
color:gray;
}

.penci-highlight-black:hover {
color:#fff;
}

.penci-highlighted-black {
background-color:rgba(0,0,0,0.8);
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 rgba(0,0,0,0.8),-8px 0 0 rgba(0,0,0,0.8);
color:#fff;
}

.penci-highlighted-red {
background-color:red;
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 #ff0000,-8px 0 0 red;
color:#fff;
}

.penci-highlighted-blue {
background-color:#3f51b5;
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 #3f51b5,-8px 0 0 #3f51b5;
color:#fff;
}

.penci-highlighted-green {
background-color:green;
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 #008000,-8px 0 0 green;
color:#fff;
}

.penci-highlighted-yellow {
background-color:#ffcb00;
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 #ffcb00,-8px 0 0 #ffcb00;
color:#fff;
}

.penci-highlighted-pink {
background-color:#ffc0cb;
padding:2px 0;
margin:0 7px 0 8px;
box-shadow:6px 0 0 #ffc0cb,-8px 0 0 #ffc0cb;
color:#fff;
}

.penci-tpadding-0,.penci-tpadding-1,.penci-tpadding-2,.penci-tpadding-3,.penci-tpadding-4,.penci-tpadding-5,.penci-tpadding-6,.penci-tpadding-7 {
display:block;
margin-bottom:17px;
}

.penci-tpadding-1 {
padding-left:0;
padding-right:5%;
}

.penci-tpadding-2 {
padding-left:5%;
padding-right:0;
}

.penci-tpadding-3 {
padding-left:5%;
padding-right:5%;
}

.penci-tpadding-4 {
padding-left:5%;
padding-right:10%;
}

.penci-tpadding-5 {
padding-left:10%;
padding-right:5%;
}

.penci-tpadding-6 {
padding-left:10%;
padding-right:10%;
}

.penci-tpadding-7 {
padding-left:15%;
padding-right:15%;
}

.post-image img,.post-entry img {
max-width:100%;
height:auto;
}

.penci-slick-slider.loaded > button.slick-prev,.penci-slick-slider.loaded > button.slick-next,.penci-grid .penci-slick-slider > button.slick-prev,.penci-grid .penci-slick-slider > button.slick-next,.penci-grid .penci-slick-slider:hover > button.slick-prev,.penci-grid .penci-slick-slider:hover > button.slick-next {
opacity:.8;
}

.penci-slick-slider > button.slick-prev:hover,.penci-slick-slider > button.slick-next:hover,.penci-slick-slider.loaded > button.slick-prev:hover,.penci-slick-slider.loaded > button.slick-next:hover,.penci-grid .penci-slick-slider > button.slick-prev:hover,.penci-grid .penci-slick-slider > button.slick-next:hover {
opacity:1;
}

.post-entry.standard-post-entry,.elementor-widget-table-of-contents .elementor-toc__header-title {
margin-bottom:0;
}

.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.post-entry hr,.wpb_text_column h1,.wpb_text_column h2,.wpb_text_column h3,.wpb_text_column h4,.wpb_text_column h5,.wpb_text_column h6,.wpb_text_column hr,.elementor-text-editor h1,.elementor-text-editor h2,.elementor-text-editor h3,.elementor-text-editor h4,.elementor-text-editor h5,.elementor-text-editor h6,.elementor-text-editor hr,.woocommerce .page-description h1,.woocommerce .page-description h2,.woocommerce .page-description h3,.woocommerce .page-description h4,.woocommerce .page-description h5,.woocommerce .page-description h6,.woocommerce .page-description hr,.post-entry p,.wpb_text_column p,.woocommerce .page-description p {
margin-bottom:17px;
}

.post-entry .elementor-widget-table-of-contents ul li,.post-entry .elementor-widget-table-of-contents ol li,.post-entry .penci-sidebar-content ul li,.elementor-text-editor .penci-sidebar-content ul li,.woocommerce .page-description .penci-sidebar-content ul li,.post-entry .penci-sidebar-content ol li,.elementor-text-editor .penci-sidebar-content ol li,.woocommerce .page-description .penci-sidebar-content ol li {
list-style-type:none;
}

@media (max-width: 767px) {
.penci-tpadding-0,.penci-tpadding-1,.penci-tpadding-2,.penci-tpadding-3,.penci-tpadding-4,.penci-tpadding-5,.penci-tpadding-6,.penci-tpadding-7 {
padding-left:3% !important;
padding-right:3% !important;
}
}

.penci-dropcap-box {
float:left;
display:block;
background-color:var(--pcaccent-cl);
color:#fff;
text-align:center;
text-transform:uppercase;
min-width:56px;
font-size:48px;
line-height:50px;
margin:6px 13px 0 0;
padding:3px 13px;
}

.penci-dropcap-box-outline {
float:left;
display:block;
background-color:transparent !important;
text-align:center;
text-transform:uppercase;
border:2px solid var(--pcaccent-cl);
color:var(--pcaccent-cl);
min-width:56px;
font-size:48px;
line-height:50px;
margin:6px 13px 0 0;
padding:3px 13px;
}

.penci-dropcap-circle {
-webkit-border-radius:100%;
-moz-border-radius:100%;
border-radius:100%;
float:left;
display:block;
background-color:var(--pcaccent-cl);
color:#fff;
text-align:center;
text-transform:uppercase;
min-width:56px;
font-size:48px;
line-height:50px;
margin:6px 13px 0 0;
padding:3px 13px;
}

.penci-dropcap-circle-outline {
float:left;
display:block;
background-color:transparent !important;
text-align:center;
text-transform:uppercase;
border:2px solid var(--pcaccent-cl);
color:var(--pcaccent-cl);
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
min-width:56px;
font-size:48px;
line-height:50px;
margin:6px 13px 0 0;
padding:3px 13px;
}

.penci-dropcap-regular {
float:left;
display:block;
text-align:center;
text-transform:uppercase;
background-color:transparent !important;
color:var(--pcaccent-cl);
font-size:68px;
line-height:68px;
margin:0 13px 0 0;
padding:0;
}

.penci-dropcap-bold {
float:left;
display:block;
text-align:center;
text-transform:uppercase;
background-color:transparent !important;
color:var(--pcaccent-cl);
font-weight:700;
font-size:68px;
line-height:68px;
margin:0 13px 0 0;
padding:0;
}

.penci-ilrelated-posts {
margin:20px 0;
overflow:hidden;
padding:17px 20px;
border:1px solid var(--pcborder-cl);
}

.penci-ilrelated-posts.pcilrt-left {
float:left;
margin:5px 20px 20px 0;
max-width:360px;
width:100%;
}

.penci-ilrelated-posts.pcilrt-right {
float:right;
margin:5px 0 20px 20px;
max-width:360px;
width:100%;
}

.pcilrp-heading {
margin-bottom:20px;
text-align:left;
}

.pcilrp-heading span {
font-size:18px;
line-height:1.3;
display:block;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
color:var(--pcheading-cl);
letter-spacing:0;
padding-bottom:10px;
position:relative;
}

.pcilrp-heading span:after {
content:'';
width:50px;
border-top:1px solid var(--pcaccent-cl);
display:block;
position:absolute;
bottom:0;
left:0;
}

.pcilrph-align-center {
text-align:center;
}

.pcilrph-align-center span:after {
left:50%;
margin-left:-25px;
}

.pcilrph-align-right {
text-align:right;
}

.pcilrph-align-right span:after {
left:auto;
right:0;
}

.penci-ilrelated-posts ul.pcilrp-content {
margin-bottom:0 !important;
}

.penci-ilrelated-posts.pcilrt-grid ul.pcilrp-content li {
line-height:unset;
}

.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content {
padding-left:18px;
}

.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li {
line-height:1.6;
}

.penci-ilrelated-posts ul.pcilrp-content li.pcilrp-item-grid {
list-style-type:none;
}

.pcilrt-grid .pcilrp-content {
padding:0!important;
margin-left:-10px;
margin-right:-10px;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.pcilrt-grid .pcilrp-item-grid {
-ms-flex:0 0 100%;
flex:0 0 100%;
padding:0 10px;
margin-bottom:20px;
}

.pcilrt-grid .pcilrp-item-hidethumb {
margin-bottom:8px;
}

.pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
flex:0 0 50%;
}

.pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
flex:0 0 33.3333%;
}

.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li:last-child,.pcilrt-grid .pcilrp-content > .pcilrp-item-grid:last-child {
margin-bottom:0;
}

@media only screen and (min-width: 961px) {
.pcilrt-col-3 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(2),.pcilrt-col-3 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(3) {
margin-bottom:0;
}
}

@media only screen and (min-width: 769px) {
.pcilrt-col-2 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(2) {
margin-bottom:0;
}
}

@media only screen and (max-width: 960px) {
.pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
flex:0 0 100%;
}
}

@media only screen and (max-width: 768px) {
.pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
flex:0 0 100%;
}

.penci-ilrelated-posts.pcilrt-left,.penci-ilrelated-posts.pcilrt-right {
max-width:100%;
}
}

.pcilrt-grid .pcilrp-flex {
display:flex;
-ms-flex-wrap:wrap;
align-items:center;
width:100%;
}

.pcilrp-flex .pcilrp-thumb {
flex:0 0 90px;
margin-right:20px;
transition:all .3s;
}

.pcilrp-flex .pcilrp-body {
flex:0 0 calc(100% - 110px);
}

.pcilrp-item-hidethumb .pcilrp-flex .pcilrp-body {
flex:0 0 100%;
}

.pcilrt-thumbright .pcilrp-flex .pcilrp-thumb {
order:2;
margin:0 0 0 20px;
}

.pcilrp-flex .pcilrp-thumb:hover {
opacity:.85;
}

.pcilrp-item-grid .pcilrp-title {
line-height:1.35;
}

.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a {
color:var(--pctext-cl);
line-height:1.4;
text-decoration:none;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
font-size:14px;
}

.pcilrp-meta {
margin-top:5px;
font-size:13px;
color:var(--pcmeta-cl);
line-height:1.3;
}

.pcilrp-meta span {
margin-right:10px;
font-size:inherit;
color:inherit;
}

.pcilrp-meta span:last-child {
margin-right:0;
}

.pcilrp-meta i {
margin-right:5px;
opacity:.8;
}

.gird-post-share {
margin-top:9px;
position:relative;
text-align:center;
}

.gird-list-posts-share {
background:#fff;
display:inline-block;
padding-right:11px;
position:relative;
padding-left:11px;
}

.gird-post-share:before {
position:absolute;
width:100%;
top:9px;
height:1px;
content:"";
left:0;
border-top:1px solid #e9e9e9;
border-bottom:1px solid #e9e9e9;
}

.gird-post-share a {
margin:0 4px;
font-size:14px;
color:#939393;
}

.share-box-grid.share-box-comments i {
font-size:15px;
}

.tags-share-box {
display:table;
width:100%;
margin:0;
position:relative;
padding:19px 160px 18px 0;
clear:both;
border-top:1px solid #DEDEDE;
font-size:14px;
}

.tags-share-box.center-box {
text-align:center;
padding:15px 0;
}

.tags-share-box.hide-tags.page-share {
text-align:center;
padding:16px 0;
position:relative;
border-bottom:1px solid #DEDEDE;
}

.tags-share-box.hide-tags.page-share .list-posts-share {
vertical-align:middle;
}

.tags-share-box.share-box-border-bot {
border-bottom:1px solid var(--pcborder-cl);
}

.post-tags {
display:block;
position:relative;
z-index:10;
color:#888;
margin-bottom:0;
line-height:1.4;
margin-top:31px;
}

.post-tags > span {
display:inline-block;
text-transform:uppercase;
margin:0 12px 0 0;
font-style:italic;
color:#888;
}

.post-tags > span i {
vertical-align:bottom;
}

.container-single .post-entry .post-tags a {
text-transform:uppercase;
color:#888;
padding:6px 12px 5px;
margin-right:8px;
margin-bottom:8px;
display:inline-block;
font-size:11px !important;
background:none;
border:1px solid #DEDEDE;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
outline:none;
font-weight:400;
line-height:1.2;
}

.container-single .post-entry .post-tags a:hover {
background:var(--pcaccent-cl);
color:#fff;
border-color:var(--pcaccent-cl);
text-decoration:none;
}

.post-share {
display:inline-block;
position:absolute;
z-index:10;
right:0;
top:20px;
}

.nc_socialPanel .nc_tweetContainer a.nc_tweet,.swp_social_panel .nc_tweetContainer a.nc_tweet {
color:#fff;
}

.tags-share-box.center-box .post-share,.tags-share-box.hide-tags.page-share .post-share {
position:static;
}

.tags-share-box.hide-tags.page-share .share-title {
font-size:12px;
text-transform:uppercase;
color:#313131;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
margin-right:5px;
}

.post-share .count-number-like {
font-weight:700;
font-style:italic;
font-size:13px;
color:var(--pcaccent-cl);
vertical-align:top;
}

.post-share .list-posts-share {
display:inline-block;
vertical-align:top;
}

.post-share a {
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
font-size:14px;
margin:0 0 0 10px;
color:#313131;
display:inline-block;
vertical-align:top;
position:relative;
}

.post-share a.penci-post-like {
margin-left:5px;
}

.tags-share-box .single-comment-o {
color:#888;
}

.tags-share-box .single-comment-o i {
margin-right:5px;
}

.tags-share-box .single-comment-o:after,.post-share a.penci-post-like:after {
content:"";
display:inline-block;
width:1px;
height:12px;
margin:4px 6px 0 20px;
vertical-align:top;
border:none;
background-color:#dedede;
}

.tags-share-box .single-comment-o:after {
margin-right:20px;
}

.tags-share-box .single-comment-o.hide-comments-o:after {
display:none;
content:none;
}

.post-share a .dt-share {
position:absolute;
display:inline-block;
font-size:9px;
font-family:var(--pchead-font);
font-weight:400;
background:#313131;
color:#fff;
height:20px;
white-space:nowrap;
line-height:20px;
text-align:center;
z-index:20;
bottom:-45px;
width:60px;
left:50%;
margin-left:-30px;
opacity:0;
visibility:hidden;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
}

.post-share a:hover .dt-share {
opacity:1;
bottom:-30px;
visibility:visible;
}

.post-share a .dt-share:before {
position:absolute;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-bottom:7px solid #313131;
content:"";
top:-7px;
left:50%;
margin-left:-4px;
}

article.page.type-page {
margin-bottom:60px;
}

.tags-share-box.tags-share-box-top {
border-bottom:1px solid #DEDEDE;
margin-bottom:33px;
}

.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a:hover,.gird-post-share a:hover,.post-share a:hover,.post-share a.liked {
color:var(--pcaccent-cl);
}

.gird-post-share .gird-list-posts-share a:first-child,.post-share.hide-like-count .list-posts-share a:first-child {
margin-left:0;
}

@media only screen and (min-width: 959px) {
.penci-body-single-style-7:not(.penci-body-title-bellow ) .tags-share-box.tags-share-box-top,.penci-body-single-style-3:not(.penci-body-title-bellow ) .tags-share-box.tags-share-box-top {
margin-top:20px;
}
}

.tags-share-box.tags-share-box-2_3 {
border:1px solid #DEDEDE;
padding:6px 20px;
}

.tags-share-box.tags-share-box-2_3 .post-share {
display:inline;
position:relative;
top:0;
}

.tags-share-box.tags-share-box-2_3 .post-share .list-posts-share {
display:inline;
vertical-align:middle;
}

.tags-share-box.tags-share-box-2_3 .post-share:before,.tags-share-box.tags-share-box-2_3 .post-share:after {
content:'';
width:100%;
clear:both;
}

.tags-share-box.tags-share-box-2_3 + .post-author {
border-top:0;
}

.tags-share-box.tags-share-box-2_3 .penci-social-share-text {
text-transform:uppercase;
font-weight:700;
margin-right:15px;
font-size:14px;
top:2px;
color:#111;
position:relative;
}

.tags-share-box.tags-share-box-2_3 a.penci-post-like:after,.tags-share-box.tags-share-box-2_3 a.penci-post-like:after {
content:none;
}

.tags-share-box.tags-share-box-2_3 .post-share .count-number-like,.tags-share-box.tags-share-box-2_3 .post-share a {
color:#fff;
}

.tags-share-box.tags-share-box-2_3 .penci-svg-line {
vertical-align:middle;
transform:translateY(-1px);
-webkit-transform:translateY(-1px);
}

.tags-share-box.tags-share-box-2_3 .post-share-item {
display:inline-block;
margin:5px 9px 5px 0;
font-weight:400;
line-height:32px;
text-align:left;
color:#fff;
text-transform:none;
height:32px;
border:0;
background-color:#111;
padding:0 12px;
transition:opacity .3s;
border-radius:2px;
vertical-align:middle;
}

.tags-share-box-s2 .post-share .count-number-like,.tags-share-box-s2 .post-share a,.tags-share-box-s2 .post-share-item {
color:#fff !important;
}

.post-author {
margin:0;
overflow:hidden;
padding:38px 0 37px;
border-top:1px solid var(--pcborder-cl);
}

.abio-style-2,.abio-style-3,.abio-style-4 {
padding:20px;
border:1px solid var(--pcborder-cl);
margin-bottom:30px;
}

body.author .post-author {
padding:20px;
border:1px solid var(--pcborder-cl);
margin-bottom:40px;
}

.abio-style-3,.abio-style-4 {
text-align:center;
}

.abio-style-4 {
margin-top:80px;
overflow:visible;
}

.author-img {
float:left;
margin-right:20px;
overflow:hidden;
}

.abio-style-3 .author-img,.abio-style-4 .author-img {
display:block;
margin:0 0 15px;
float:none !important;
}

.abio-style-4 .author-img {
margin-top:-70px;
}

.post-author .author-img img {
margin:0;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}

.abio-style-3 .author-img img,.abio-style-4 .author-img img {
display:inline-block;
vertical-align:top;
border:2px solid var(--pcborder-cl);
box-shadow:0 1px 2px 0 #000;
}

.bioimg-square .author-img img {
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

.bioimg-sround .author-img img {
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
}

.post-author .author-content {
margin-left:120px;
}

.abio-style-3 .author-content,.abio-style-4 .author-content {
margin-left:0;
}

.author-content h5 {
font-size:14px;
letter-spacing:1px;
margin:0 0 15px;
color:#313131;
display:block;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
text-transform:uppercase;
}

.author-content h5 a {
display:inline-block;
margin:0;
color:#313131;
}

.author-content p {
margin-bottom:16px;
}

.author-content .author-social {
font-size:14px;
color:#313131;
margin-right:10px;
}

.author-content .bio-social .author-social:last-child {
margin-right:0;
}

.author-content .author-social i {
vertical-align:top;
}

.post-pagination {
overflow:hidden;
margin:0;
padding:12px 0 15px;
border-top:1px solid #DEDEDE;
}

.post-pagination .prev-post {
float:left;
width:50%;
}

.post-pagination .next-post {
float:right;
text-align:right;
width:50%;
}

.post-pagination span {
margin:0;
display:inline-block;
color:#888;
}

.post-pagination span i {
font-size:15px;
margin-right:8px;
}

.post-pagination span i.fa-angle-double-right {
margin:0 0 0 8px;
}

.post-pagination .arrow {
font-size:64px;
color:#ddd;
line-height:64px;
}

.post-pagination .prev-post .arrow {
float:left;
margin-right:18px;
}

.post-pagination .next-post .arrow {
float:right;
margin-left:18px;
}

.post-pagination h5 {
font-size:14px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
padding:0 25px 0 0;
position:relative;
letter-spacing:1px;
text-transform:uppercase;
line-height:1.4;
}

.post-pagination h5.next-title {
padding:0 0 0 25px;
}

.post-pagination a {
color:#313131;
}

.penci-post-nav-thumb {
display:inline-block;
float:left;
width:56px;
height:56px;
margin-right:15px;
background-size:cover;
background-position:center center;
background-repeat:no repeat;
}

.penci-post-nav-thumb.nav-thumb-next {
float:right;
margin:0 0 0 15px;
}

.post-related {
overflow:hidden;
margin:0;
text-align:center;
padding:36px 0;
border-top:1px solid #DEDEDE;
}

.post-title-box,#respond h3.comment-reply-title {
position:relative;
padding:0;
margin-bottom:30px;
text-align:center;
}

#respond h3.comment-reply-title span,.post-box-title {
font-size:18px;
letter-spacing:1px;
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
color:#313131;
position:relative;
z-index:10;
display:inline-block;
padding:0 10px;
}

#respond h3.comment-reply-title span:before,#respond h3.comment-reply-title span:after,.post-box-title:before,.post-box-title:after {
content:"";
position:absolute;
width:60px;
height:1px;
background:var(--pcaccent-cl);
display:block;
top:50%;
margin-top:-1px;
left:100%;
}

#respond h3.comment-reply-title span:before,.post-box-title:before {
left:auto;
right:100%;
}

.penci-carousel {
margin-left:-15px;
margin-right:-15px;
max-height:220px;
}

.penci-carousel.loaded {
max-height:none;
}

.penci-carousel button.slick-prev,.penci-carousel button.slick-next {
position:absolute;
width:36px;
height:36px;
display:inline-block;
top:50%;
margin-top:-18px;
cursor:pointer;
outline:none;
opacity:0;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
text-align:center;
line-height:36px;
background:#fff;
z-index:12;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
color:#313131;
border:none;
font-size:20px;
}

.penci-carousel.loaded:hover button.slick-prev,.penci-carousel.loaded:hover button.slick-next {
opacity:.8;
}

.penci-carousel > button.slick-prev {
left:25px;
}

.penci-carousel > button.slick-next {
right:25px;
}

.penci-carousel > button.slick-prev.slick-disabled,.penci-carousel > button.slick-next.slick-disabled {
cursor:auto;
}

.item-related {
padding:0 10px;
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
text-align:center;
}

.penci-posts-related-grid {
padding-bottom:16px;
}

.penci-related-grid-display {
margin-left:-10px;
margin-right:-10px;
width:100%;
width:calc(100% + 20px);
}

.penci-related-grid-display .item-related {
opacity:1;
margin:0 0 20px;
padding:0 10px;
width:33.333333%;
float:left;
}

.penci-related-grid-display .item-related:nth-child(3n+1) {
clear:both;
}

.penci-owl-carousel-slider .owl-dots {
position:static;
height:10px;
clear:both;
margin-top:16px;
text-align:center;
}

.penci-owl-carousel-slider .owl-dots.disabled,.penci-owl-carousel-slider .owl-nav.disabled {
display:none;
}

.penci-related-carousel .owl-dot span {
width:10px;
height:10px;
display:inline-block;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
font-size:0;
background:#fff;
margin:0 2px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
outline:none;
vertical-align:top;
cursor:pointer;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
border:2px solid #DEDEDE;
}

.penci-owl-carousel-slider .owl-dot span {
border:1px solid #d4d4d4;
background:#fff;
}

.item-related img {
width:100%;
height:auto;
}

.item-related > a {
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
display:inline-block;
margin-bottom:17px;
width:100%;
position:relative;
}

.item-related > a:hover {
opacity:.85;
}

#navigation .penci-megamenu .penci-mega-post a i,.item-related > a i,.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb i,.penci-grid.penci-fea-cat-style-13 li .item .thumbnail .icon-post-format {
position:absolute;
width:36px;
height:36px;
line-height:32px;
left:50%;
top:50%;
margin:-15px 0 0 -15px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
font-size:14px;
transition:all .25s;
-webkit-transition:all .25s;
-moz-transition:all .25s;
border:2px solid rgba(255,255,255,0.9);
background:rgba(0,0,0,0.4);
color:rgba(255,255,255,0.9);
text-align:center;
}

#navigation .penci-megamenu .penci-mega-post a i.fa-music:before,.item-related > a i.fa-music:before {
margin-right:2px;
}

#navigation .penci-megamenu .penci-mega-post a i.fa-play:before,.item-related > a i.fa-play:before {
margin-left:2px;
}

#navigation .penci-megamenu .penci-mega-post a:hover i,.item-related > a:hover i {
opacity:0;
transform:scale(0.5);
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
}

.item-related h3 a {
font-size:14px;
text-transform:uppercase;
letter-spacing:1px;
color:#313131;
line-height:1.4;
}

.item-related span.date {
color:#888;
display:inline-block;
margin-top:8px;
font-size:13px;
}

ul.slick-dots {
opacity:0;
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
list-style:none;
text-align:center;
display:block;
clear:both;
margin-top:13px;
}

ul.slick-dots li {
display:inline-block;
line-height:1;
}

ul.slick-dots li button {
width:12px;
height:12px;
display:inline-block;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
font-size:0;
background:#fff;
margin:0 5px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
outline:none;
vertical-align:top;
cursor:pointer;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
border:2px solid #DEDEDE;
}

.penci-rlt-popup {
position:fixed;
bottom:0;
left:0;
z-index:5000;
background:#fff;
box-shadow:2px 10px 7px rgba(0,0,0,.2);
width:340px;
max-height:75%;
overflow:hidden;
padding:0;
-webkit-transform:translate(0,100%);
-moz-transform:translate(0,100%);
-ms-transform:translate(0,100%);
-o-transform:translate(0,100%);
transform:translate(0,100%);
-webkit-transition:all .6s cubic-bezier(0.19,1,.22,1);
-moz-transition:all .6s cubic-bezier(0.19,1,.22,1);
transition:all .6s cubic-bezier(0.19,1,.22,1);
}

.author-content h5 a:hover,.author-content .author-social:hover,.post-pagination a:hover,.item-related h3 a:hover {
color:var(--pcaccent-cl);
}

.pagi-text,.penci-related-grid-display .item-related span.date {
margin-top:6px;
}

.penci-carousel.loaded button.slick-prev:hover,.penci-carousel.loaded button.slick-next:hover,.penci-owl-carousel.owl-loaded .item-related,.slick-slider.loaded ul.slick-dots {
opacity:1;
}

.penci-owl-carousel-slider .owl-dot.active span,.penci-related-carousel .owl-dot.active span,ul.slick-dots li button:hover,ul.slick-dots li.slick-active button {
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
}

@media only screen and (min-width: 961px) {
.penci-vernav-enable.penci-vernav-poleft .penci-rltpopup-left {
left:330px;
}

.penci-vernav-enable.penci-vernav-poright .penci-rltpopup-right {
right:330px;
}
}

.penci-rlt-popup.penci-rltpopup-right {
left:auto;
right:0;
}

.penci-rlt-popup.rltpopup-show-up {
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
-ms-transform:translate(0,0);
-o-transform:translate(0,0);
transform:translate(0,0);
}

.penci-rlt-popup .penci-rtlpopup-content {
padding:20px;
}

.penci-rlt-popup .penci-rtlpopup-content:before,.penci-rlt-popup .penci-rtlpopup-content:after {
content:'';
display:table;
clear:both;
}

.penci-rlt-popup .rtlpopup-heading {
font-size:16px;
text-transform:uppercase;
text-align:left;
background:#111;
color:#fff;
padding:8px 30px 8px 20px;
line-height:1.25;
margin:0;
position:relative;
}

.penci-rlt-popup .rltpopup-item {
opacity:0;
visibility:hidden;
-webkit-transform:translate(0,10px);
-moz-transform:translate(0,10px);
-ms-transform:translate(0,10px);
-o-transform:translate(0,10px);
transform:translate(0,10px);
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
transition:all .3s ease-out;
overflow:hidden;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #eaeaea;
}

.penci-rlt-popup .penci-rtlpopup-content .rltpopup-item:last-child {
margin-bottom:0;
padding-bottom:0;
border-bottom:none;
}

.penci-rlt-popup.rltpopup-show-up .rltpopup-item {
opacity:1;
visibility:visible;
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
-ms-transform:translate(0,0);
-o-transform:translate(0,0);
transform:translate(0,0);
}

.penci-rlt-popup .rltpopup-thumbnail {
display:block;
float:left;
width:90px;
margin:0 20px 0 0;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
}

.penci-rlt-popup .rltpopup-thumbnail:hover {
opacity:.8;
}

.penci-rlt-popup .rltpopup-meta {
display:block;
overflow:hidden;
}

.penci-rlt-popup .rltpopup-meta .rltpopup-title {
margin-bottom:5px;
color:#313131;
display:block;
font-size:15px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
font-family:inherit;
letter-spacing:0;
line-height:1.35;
}

.penci-rlt-popup .rltpopup-meta .rltpopup-title:hover {
color:var(--pcaccent-cl);
}

.penci-rlt-popup .rltpopup-meta .date {
letter-spacing:0;
color:#888;
font-size:13px;
}

.penci-rlt-popup .penci-close-rltpopup {
position:absolute;
top:50%;
right:6px;
height:24px;
width:24px;
text-align:center;
line-height:22px;
margin:-12px 0 0;
padding:0;
border:0;
background:none;
color:#fff;
outline:0;
box-shadow:none;
font-size:0 !important;
opacity:.75;
transition:opacity .3s;
-webkit-transition:opacity .3s;
}

.penci-rlt-popup .penci-close-rltpopup:hover {
opacity:1;
}

.penci-rlt-popup .penci-close-rltpopup span {
display:block;
width:20px;
border-top:1px solid;
position:absolute;
top:50%;
left:0;
}

.penci-rlt-popup .penci-close-rltpopup span:first-child {
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.penci-rlt-popup .penci-close-rltpopup span:last-child {
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

.container.under-construction-page {
text-align:center;
margin-top:232px;
margin-bottom:176px;
}

.under-construction-page .under-title {
font-size:30px;
color:#313131;
text-transform:uppercase;
letter-spacing:1px;
margin:0 0 8px;
}

.under-construction-page .sub-title-content,.under-construction-page .sub-title-content p {
font-size:16px;
font-style:italic;
margin:0;
}

.under-construction-page .sub-title-content a:hover {
text-decoration:underline;
}

.penci-countdown {
text-align:center;
margin:71px 0 0;
}

.penci-countdown .countdown-section {
margin:0 57px;
display:inline-block;
}

.penci-countdown .countdown-row .countdown-section:first-child {
margin-left:0;
}

.penci-countdown .countdown-amount {
font-size:72px;
color:var(--pcaccent-cl);
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
line-height:1;
display:block;
text-align:center;
letter-spacing:3px;
}

.penci-countdown .countdown-period {
display:block;
text-align:center;
letter-spacing:1px;
font-size:20px;
text-transform:uppercase;
color:#313131;
margin:26px 0 0;
line-height:1;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.penci-column {
margin-right:4%;
position:relative;
float:left;
min-height:1px;
display:block;
padding:0!important;
margin-bottom:17px;
}

.column-last {
margin-right:0 !important;
}

.column-1-2 {
width:48%;
}

.column-1-3 {
width:30.6666666667%;
}

.column-2-3 {
width:65.3333333333%;
}

.column-1-4 {
width:22%;
}

.column-3-4 {
width:74%;
}

.penci-pagination,#comments_pagination {
margin-bottom:40px;
overflow:hidden;
clear:both;
text-align:center;
}

#comments_pagination {
margin-bottom:26px;
}

.penci-pagination.align-left {
text-align:left;
}

.penci-pagination.align-center {
text-align:center;
}

.penci-pagination.align-right {
text-align:right;
}

.penci-pagenavi-shortcode {
margin-top:30px;
}

.penci-pagination a,.penci-pagination .disable-url {
color:#999;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:1px;
text-transform:uppercase;
font-size:12px;
display:inline-block;
line-height:1;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.penci-pagination .disable-url span {
opacity:.5;
}

.penci-pagination a i,.penci-pagination .disable-url i {
font-size:14px;
margin-left:8px;
}

.penci-fawesome-ver5 .penci-pagination a i,.penci-fawesome-ver5 .penci-pagination .disable-url i {
font-size:12px;
}

.penci-pagination .newer a i,.penci-pagination .newer .disable-url i {
margin:0 8px 0 0;
}

.penci-pagination a:hover {
text-decoration:none;
color:var(--pcaccent-cl);
}

.penci-pagination .newer,.penci-pagination .older {
display:inline-block;
}

.penci-pagination .newer:after {
content:"/";
display:inline-block;
margin:0 16px 0 20px;
font-family:var(--pchead-font);
font-size:12px;
color:#999;
}

.penci-pagination ul.page-numbers {
list-style:none;
display:inline-block;
vertical-align:top;
margin:0;
padding:0;
}

.penci-pagination ul.page-numbers li {
display:inline-block;
float:left;
margin-right:10px;
margin-bottom:0;
list-style:none;
}

.penci-pagination ul.page-numbers li span,.penci-pagination ul.page-numbers li a,#comments_pagination span,#comments_pagination a {
padding:0;
min-width:30px;
height:30px;
text-align:center;
line-height:28px;
font-size:14px;
display:inline-block;
border:1px solid #DEDEDE;
color:#888;
text-decoration:none;
}

#comments_pagination a,#comments_pagination span,.penci-pagination ul.page-numbers li a {
padding:0 5px;
}

.penci-pagination ul.page-numbers li a:hover,#comments_pagination a:hover {
color:#313131;
border-color:#999;
text-decoration:none;
}

.penci-pagination ul.page-numbers li span.current,#comments_pagination span {
color:#fff;
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
text-decoration:none;
}

.penci-pagination ul.page-numbers li a i {
font-size:16px;
line-height:28px;
margin-left:2px;
font-family:FontAwesome !important;
}

.penci-fawesome-ver5 .penci-pagination ul.page-numbers li a i {
font-family:"Font Awesome 5 Free" !important;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
display:block;
padding:11px 10px;
max-width:400px;
margin:0 auto;
border:1px solid var(--pcborder-cl);
line-height:1.4;
text-align:center;
transition:all .25s;
-webkit-transition:all .25s;
background:#fff;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text {
color:inherit;
font-family:inherit;
font-weight:inherit;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover {
border-color:var(--pcaccent-cl);
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts {
opacity:.8;
color:#999 !important;
border-color:#ececec!important;
cursor:auto;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts span.ajaxdot:after {
content:"...";
font-size:inherit;
color:inherit;
font-family:inherit;
font-weight:inherit;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button i {
color:inherit;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts i {
animation-name:pencirotate;
-o-animation-name:pencirotate;
-ms-animation-name:pencirotate;
-webkit-animation-name:pencirotate;
-moz-animation-name:pencirotate;
animation-duration:.8s;
-o-animation-duration:.8s;
-ms-animation-duration:.8s;
-webkit-animation-duration:.8s;
-moz-animation-duration:.8s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-timing-function:linear;
-o-animation-timing-function:linear;
-ms-animation-timing-function:linear;
-webkit-animation-timing-function:linear;
-moz-animation-timing-function:linear;
}

.penci-countdown .countdown-row .countdown-section:last-child,.penci-pagination ul.page-numbers li:last-child {
margin-right:0;
}

@-o-keyframes pencirotate {
from {
-o-transform:rotate(360deg);
}

to {
-o-transform:rotate(0deg);
}
}

@-webkit-keyframes pencirotate {
from {
-webkit-transform:rotate(360deg);
}

to {
-webkit-transform:rotate(0deg);
}
}

@-moz-keyframes pencirotate {
from {
-moz-transform:rotate(360deg);
}

to {
-moz-transform:rotate(0deg);
}
}

p.no-comments {
text-align:center;
font-size:16px;
}

#footer-area {
background:#171717;
padding:60px 0;
text-align:center;
position:relative;
clear:both;
}

#footer-section {
padding:0;
background:#313131;
text-align:center;
color:#999;
position:relative;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}

.penci-footer-social-moved {
background:#313131;
border-top:1px solid #ECECEC;
}

.footer-socials-section {
padding:30px 0 15px;
border-bottom:1px solid #4A4A4A;
text-align:center;
}

.penci-footer-social-moved .footer-socials-section {
border-bottom:none;
}

ul.footer-socials li {
float:none;
display:inline-block;
margin-right:30px;
margin-bottom:15px;
}

ul.footer-socials li a {
line-height:36px;
display:inline-block;
vertical-align:top;
}

ul.footer-socials li a i {
width:36px;
height:36px;
line-height:34px;
display:inline-block;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
background:none;
color:#999;
border:1px solid #999;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
font-size:14px;
vertical-align:top;
}

ul.footer-socials li a:hover i {
background:var(--pcaccent-cl);
color:#fff;
border-color:var(--pcaccent-cl);
}

ul.footer-socials li a span {
text-transform:uppercase;
font-size:14px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
color:#999;
display:inline-block;
letter-spacing:1px;
margin-left:10px;
vertical-align:top;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}

.footer-social-remove-circle ul.footer-socials li a {
line-height:20px;
}

.footer-social-remove-circle ul.footer-socials li a i,.footer-social-remove-circle ul.footer-socials li a:hover i {
border:none;
background:none;
padding:0;
width:auto;
height:auto;
line-height:20px;
}

.footer-social-drop-line ul.footer-socials li a span {
margin:5px 0 0;
display:block;
}

ul.footer-socials li svg,.widget-social svg {
vertical-align:middle;
}

.footer-logo-copyright {
padding:40px 0 73px;
text-align:center;
}

.footer-logo-copyright.footer-not-gotop {
padding:40px 0;
}

.footer-logo-copyright.footer-not-logo {
padding:20px 0 62px;
}

.footer-logo-copyright.footer-not-logo.footer-not-gotop {
padding:20px 0;
}

#footer-logo {
margin:0 0 32px;
}

#footer-logo a {
display:inline-block;
vertical-align:top;
}

#footer-logo .penci-lazy[src*="penci-holder"] {
width:0;
}

#footer-copyright * {
font-size:14px;
color:#999;
line-height:1.4;
font-style:italic;
}

#footer-copyright a:hover {
text-decoration:underline;
}

.footer-menu-wrap {
display:block;
text-align:center;
margin-bottom:10px;
}

.footer-menu-wrap:before {
content:"";
display:table;
}

.footer-menu-wrap:after {
display:block;
height:0;
clear:both;
visibility:hidden;
content:"";
}

.footer-menu li {
display:inline-block;
padding:0 15px;
position:relative;
margin-bottom:5px;
}

#footer-section .footer-menu li a {
color:#999;
}

.footer-menu ul.sub-menu {
display:none !important;
}

#footer-section .go-to-top-parent {
width:100%;
height:auto;
display:block;
position:absolute;
left:0;
bottom:17px;
text-align:center;
z-index:10;
}

#footer-section .go-to-top-parent span {
color:#999;
font-size:12px;
font-weight:var(--pchead-wei);
font-family:var(--pchead-font);
text-transform:uppercase;
line-height:1;
display:inline-block;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

#footer-section .go-to-top-parent span:before,#footer-section .go-to-top-parent span:after {
content:" ";
display:table;
}

#footer-section .go-to-top-parent i {
font-size:18px;
z-index:5;
position:relative;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
color:#999;
line-height:1;
margin-bottom:3px;
}

#footer-section .go-to-top:hover span,#footer-section .go-to-top:hover i {
color:#fff;
}

.penci-go-to-top-floating {
cursor:pointer;
position:fixed;
bottom:6px;
right:6px;
width:36px;
height:36px;
line-height:34px;
font-size:26px;
background-color:var(--pcaccent-cl);
color:#fff;
z-index:99999;
text-align:center;
transform:translate3d(0,60px,0);
-webkit-transform:translate3d(0,60px,0);
-moz-transform:translate3d(0,60px,0);
-ms-transform:translate3d(0,60px,0);
-o-transform:translate3d(0,60px,0);
-webkit-transition:transform .4s cubic-bezier(0.55,0,0.05,1.1) 0s,opacity .3s;
-moz-transition:transform .4s cubic-bezier(0.55,0,0.05,1.1) 0s,opacity .3s;
-o-transition:transform .4s cubic-bezier(0.55,0,0.05,1.1) 0s,opacity .3s;
transition:transform .4s cubic-bezier(0.55,0,0.05,1.1) 0s,opacity .3s;
}

.penci-go-to-top-floating.show-up {
transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
}

.penci-go-to-top-floating i {
font-size:inherit;
line-height:inherit;
color:inherit;
}

.textwidget {
line-height:1.8;
}

#widget-area {
overflow:hidden;
margin:0;
padding:60px 0;
background:#fff;
position:relative;
border-top:1px solid #ECECEC;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}

#widget-area > .container {
position:relative;
z-index:3;
}

#widget-area > .container:before,#widget-area > .container:after {
content:'';
display:table;
clear:both;
}

.footer-widget-wrapper {
width:31%;
margin-right:3.5%;
float:left;
}

.footer-widget-wrapper.footer-widget-style-4 {
width:22.75%;
margin-right:3%;
}

.footer-widget-wrapper.footer-widget-style-5,.footer-widget-wrapper.footer-widget-style-6,.footer-widget-wrapper.footer-widget-style-7 {
width:23.25%;
}

.footer-widget-wrapper.footer-widget-style-5:first-child,.footer-widget-wrapper.footer-widget-style-6:nth-child(2),.footer-widget-wrapper.footer-widget-style-7:last-child {
width:46.5%;
}

.footer-widget-wrapper.footer-widget-style-8,.footer-widget-wrapper.footer-widget-style-9 {
width:23.5%;
}

.footer-widget-wrapper.footer-widget-style-8:last-child,.footer-widget-wrapper.footer-widget-style-9:first-child {
width:73%;
}

.footer-widget-wrapper.footer-widget-style-10 {
width:48%;
margin-right:4%;
}

.footer-widget-wrapper > .widget:last-child {
margin-bottom:0 !important;
}

.widget input {
font-weight:400;
}

.penci-button,.widget input[type="submit"],.widget button[type="submit"] {
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.penci-sidebar-content.pcsb-boxed-whole {
padding:20px;
border:1px solid var(--pcborder-cl);
margin-bottom:60px;
}

.penci-sidebar-content .widget {
width:100%;
margin-right:0;
float:none;
margin-bottom:60px;
clear:both;
}

.penci-sidebar-content.pcsb-boxed-widget .widget {
padding:20px;
border:1px solid var(--pcborder-cl);
}

.penci-sidebar-content img {
max-width:100%;
height:auto;
vertical-align:top;
}

.penci-sidebar-content .widget-title {
color:#313131;
margin-bottom:30px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:1px;
position:relative;
text-align:center;
line-height:1.3;
background:transparent;
}

.penci-homepage-title.style-14 {
margin-left:6px;
margin-right:6px;
margin-top:0;
}

.penci-homepage-title.style-2:before,.penci-sidebar-content.style-2 .penci-border-arrow:before {
bottom:-4px;
}

.penci-border-arrow.penci-homepage-title.style-2:after,.penci-sidebar-content.style-2 .penci-border-arrow:after {
width:0;
height:0;
border-style:solid;
border-color:transparent;
bottom:-2px;
left:50%;
top:auto;
right:auto;
border-width:6px;
border-bottom:0;
margin-left:-6px;
z-index:5;
border-top-color:#fff;
background:none !important;
}

.penci-homepage-title.style-2 .inner-arrow,.penci-sidebar-content.style-2 .penci-border-arrow .inner-arrow {
border-width:2px;
}

.penci-sidebar-content.style-1.pcalign-left .penci-border-arrow:before,.penci-sidebar-content.style-2.pcalign-left .penci-border-arrow:before,.penci-sidebar-content.style-2.pcalign-left .penci-border-arrow:after,.penci-homepage-title.style-1.pcalign-left:before,.penci-homepage-title.style-2.pcalign-left:before,.penci-homepage-title.style-2.pcalign-left:after {
left:19px;
}

.penci-sidebar-content.style-1.pcalign-right .penci-border-arrow:before,.penci-sidebar-content.style-2.pcalign-right .penci-border-arrow:before,.penci-sidebar-content.style-2.pcalign-right .penci-border-arrow:after,.penci-homepage-title.style-1.pcalign-right:before,.penci-homepage-title.style-2.pcalign-right:before,.penci-homepage-title.style-2.pcalign-right:after {
left:auto;
right:19px;
}

.penci-homepage-title.style-1.pcalign-center:before,.penci-homepage-title.style-2.pcalign-center:before,.penci-homepage-title.style-2.pcalign-center:after {
left:50%;
margin-left:-6px;
}

.penci-sidebar-content.style-3.pcalign-left .penci-border-arrow .inner-arrow,.penci-sidebar-content.style-3.pcalign-center .penci-border-arrow .inner-arrow,.penci-homepage-title.style-3.pcalign-left .inner-arrow,.penci-homepage-title.style-3.pcalign-center .inner-arrow {
border-left-width:6px;
}

.penci-sidebar-content.style-3.pcalign-right .penci-border-arrow .inner-arrow,.penci-homepage-title.style-3.pcalign-right .inner-arrow {
border-right-width:6px;
}

.penci-homepage-title.style-4 .inner-arrow,.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow {
padding:0 12px;
border:none;
display:inline-block;
background:none !important;
}

.penci-homepage-title.style-4.pcalign-right .inner-arrow,.penci-sidebar-content.style-4.pcalign-right .penci-border-arrow .inner-arrow {
padding-right:0;
}

.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before,.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-4 .inner-arrow:before,.penci-homepage-title.style-4 .inner-arrow:after {
position:absolute;
content:"";
width:1200px;
height:0;
top:50%;
left:100%;
border:none;
border-bottom:1px solid;
z-index:1;
opacity:.5;
}

.penci-homepage-title.style-4 .inner-arrow:before,.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before {
left:auto;
right:100%;
}

.penci-homepage-title.style-5 .inner-arrow,.penci-sidebar-content.style-5 .penci-border-arrow .inner-arrow {
display:inline-block;
border-bottom-width:2px;
margin-bottom:-2px !important;
}

.penci-homepage-title.style-5.pcalign-left .inner-arrow,.penci-sidebar-content.style-5.pcalign-left .penci-border-arrow .inner-arrow {
border-left-width:2px;
}

.penci-homepage-title.style-5.pcalign-right .inner-arrow,.penci-sidebar-content.style-5.pcalign-right .penci-border-arrow .inner-arrow {
border-right-width:2px;
}

.penci-homepage-title.style-6 .inner-arrow,.penci-sidebar-content.style-6 .penci-border-arrow .inner-arrow {
background:none !important;
padding:0!important;
border:none !important;
}

.penci-homepage-title.style-7,.penci-sidebar-content.style-7 .penci-border-arrow {
border-bottom-width:3px;
}

.penci-homepage-title.style-9,.penci-sidebar-content.style-9 .penci-border-arrow {
border-bottom-width:1px;
}

.penci-homepage-title.style-7 .inner-arrow,.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow,.penci-homepage-title.style-9 .inner-arrow,.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow {
background:none !important;
padding:0 0 8px;
border:none;
}

.penci-homepage-title.style-7 .inner-arrow:before,.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-9 .inner-arrow:before,.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before {
content:'';
width:40px;
height:3px;
position:absolute;
bottom:-3px;
background:var(--pcaccent-cl);
}

.penci-homepage-title.style-9 .inner-arrow:before,.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before {
bottom:-2px;
}

.penci-homepage-title.style-7.pcalign-center .inner-arrow:before,.penci-sidebar-content.style-7.pcalign-center .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-9.pcalign-center .inner-arrow:before,.penci-sidebar-content.style-9.pcalign-center .penci-border-arrow .inner-arrow:before {
left:50%;
margin-left:-20px;
}

.penci-homepage-title.style-7.pcalign-left .inner-arrow:before,.penci-sidebar-content.style-7.pcalign-left .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-9.pcalign-left .inner-arrow:before,.penci-sidebar-content.style-9.pcalign-left .penci-border-arrow .inner-arrow:before {
left:0;
margin:0;
}

.penci-homepage-title.style-7.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-7.pcalign-right .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-9.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-9.pcalign-right .penci-border-arrow .inner-arrow:before {
right:0;
margin:0;
}

.penci-homepage-title.style-8 .inner-arrow,.penci-sidebar-content.style-8 .penci-border-arrow .inner-arrow {
background-repeat:no-repeat;
background-position:center center;
background-size:auto 100%;
border:none !important;
padding-top:13px;
padding-bottom:12px;
}

.penci-homepage-title.style-8.pcalign-left .inner-arrow,.penci-sidebar-content.style-8.pcalign-left .penci-border-arrow .inner-arrow {
background-position:left center;
}

.penci-homepage-title.style-8.pcalign-right .inner-arrow,.penci-sidebar-content.style-8.pcalign-right .penci-border-arrow .inner-arrow {
background-position:right center;
}

.penci-homepage-title.style-8.pcalign-center .inner-arrow,.penci-sidebar-content.style-8.pcalign-center .penci-border-arrow .inner-arrow {
background-position:center center;
}

.penci-homepage-title.style-10,.penci-sidebar-content.style-10 .penci-border-arrow {
border-top:3px solid #313131;
border-bottom:1px solid #dedede;
}

.penci-homepage-title.style-10 .inner-arrow,.penci-sidebar-content.style-10 .penci-border-arrow .inner-arrow {
background:none !important;
border:none !important;
padding:15px 0!important;
}

.penci-homepage-title.style-11 .inner-arrow,.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow {
border:none !important;
background-color:#444;
color:#fff;
border-radius:0 0 12px;
display:inline-block;
line-height:34px;
padding:0 25px;
}

.penci-homepage-title.style-11 .inner-arrow:after,.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-11 .inner-arrow:before,.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:before {
content:'';
display:inline-block;
position:absolute;
top:0;
left:0;
width:0;
height:0;
z-index:1;
border-top:20px solid #fff;
border-right:15px solid transparent;
}

.penci-homepage-title.style-11 .inner-arrow:after,.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:after {
border-right:none;
border-top:none;
border-bottom:20px solid rgba(0,0,0,.3);
border-left:15px solid transparent;
box-shadow:2px 2px 2px rgba(0,0,0,.05);
}

.penci-homepage-title.style-12 .inner-arrow,.penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow {
display:inline-block;
margin-bottom:-2px;
background-color:#313131;
color:#fff;
border:0;
padding-top:0;
padding-bottom:0;
line-height:34px;
}

.penci-homepage-title.style-12 .inner-arrow:before,.penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow:before {
content:'';
display:inline-block;
position:absolute;
top:0;
width:0;
height:0;
border-bottom:34px solid #000;
border-right:20px solid transparent;
z-index:1;
right:-20px;
opacity:.7;
background-color:transparent !important;
}

.penci-homepage-title.style-12.pcalign-center .inner-arrow:after,.penci-sidebar-content.style-12.pcalign-center .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-12.pcalign-right .inner-arrow:after,.penci-sidebar-content.style-12.pcalign-right .penci-border-arrow .inner-arrow:after {
content:'';
display:inline-block;
position:absolute;
top:0;
width:0;
height:0;
border-bottom:34px solid #000;
border-left:20px solid transparent;
z-index:1;
left:-20px;
opacity:.7;
background-color:transparent !important;
}

.penci-homepage-title.style-13 .inner-arrow,.penci-sidebar-content.style-13 .penci-border-arrow .inner-arrow {
display:inline-block;
margin-bottom:0;
background-color:#313131;
color:#fff;
border:0;
padding-top:0;
padding-bottom:0;
line-height:34px;
}

.penci-homepage-title.style-13.pcalign-left .inner-arrow,.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow {
padding-right:30px;
}

.penci-homepage-title.style-13.pcalign-center .inner-arrow:after,.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-13.pcalign-left .inner-arrow:after,.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-13.pcalign-center .inner-arrow:before,.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before {
content:'';
display:inline-block;
position:absolute;
top:0;
width:0;
height:0;
z-index:1;
border-top:16px solid transparent;
border-bottom:17px solid transparent;
}

.penci-homepage-title.style-13.pcalign-center .inner-arrow:after,.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:after,.penci-homepage-title.style-13.pcalign-left .inner-arrow:after,.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow:after {
border-right:16px solid #fff;
right:0;
}

.penci-homepage-title.style-13.pcalign-center .inner-arrow,.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow {
padding-right:30px;
padding-left:30px;
}

.penci-homepage-title.style-13.pcalign-right .inner-arrow,.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow {
padding-right:15px;
padding-left:30px;
}

.penci-homepage-title.style-13.pcalign-center .inner-arrow:before,.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before {
left:0;
border-left:15px solid #fff;
}

.penci-homepage-title.style-14 .inner-arrow,.penci-sidebar-content.style-14 .penci-border-arrow .inner-arrow {
display:inline-block;
margin-bottom:0;
background-color:transparent !important;
color:#fff;
border:0;
position:relative;
padding-left:25px;
padding-right:25px;
}

.penci-homepage-title.style-11 .inner-arrow a,.penci-homepage-title.style-12 .inner-arrow a,.penci-homepage-title.style-13 .inner-arrow a,.penci-homepage-title.style-14 .inner-arrow a {
color:inherit;
}

.penci-sidebar-content.style-14 .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-14 .inner-arrow:before {
background:#313131;
-webkit-transform:skew(-20deg);
-moz-transform:skew(-20deg);
-o-transform:skew(-20deg);
content:'';
position:absolute;
bottom:0;
top:0;
left:0;
right:0;
z-index:-1;
}

.penci-sidebar-content.style-15 .penci-border-arrow .inner-arrow,.penci-homepage-title.style-15 .inner-arrow {
background:#f2f2f2;
border:none;
padding-right:48px;
}

.penci-sidebar-content.style-15 .penci-border-arrow:before,.penci-homepage-title.style-15.penci-border-arrow:before {
width:36px;
display:block;
top:0;
left:auto;
right:0;
bottom:0;
height:100%;
background:#e6e6e6;
z-index:5;
border:none;
margin:0;
}

.penci-sidebar-content.style-15 .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow:after {
left:auto;
right:0;
bottom:auto;
width:36px;
border:none;
background:transparent;
border:none;
z-index:10;
display:inline-block;
content:"\f11c";
font-size:12px;
font-family:'penciicon';
font-weight:600;
text-align:center;
height:24px;
line-height:24px;
top:50%;
transform:translateY(-50%);
margin:0;
}

.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow .inner-arrow,.penci-homepage-title.style-15.pciconp-left .inner-arrow {
padding-right:12px;
padding-left:48px;
}

.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow:before,.penci-homepage-title.style-15.pciconp-left.penci-border-arrow:before,.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow:after,.penci-homepage-title.style-15.pciconp-left.penci-border-arrow:after {
left:0;
right:auto;
}

.penci-sidebar-content.style-15.pcicon-left .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-left:after {
content:"\f11d";
}

.penci-sidebar-content.style-15.pcicon-down .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-down:after {
content:"\f11e";
}

.penci-sidebar-content.style-15.pcicon-up .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-up:after {
content:"\f11f";
}

.penci-sidebar-content.style-15.pcicon-star .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-star:after {
content:"\f005";
font-family:'FontAwesome';
font-size:14px;
}

.penci-sidebar-content.style-15.pcicon-bars .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-bars:after {
content:"\f0c9";
font-family:'FontAwesome';
font-size:14px;
}

.penci-sidebar-content.style-15.pcicon-file .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-file:after {
content:"\f0f6";
font-family:'FontAwesome';
font-size:14px;
}

.penci-sidebar-content.style-15.pcicon-fire .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-fire:after {
content:"\f06d";
font-family:'FontAwesome';
font-size:14px;
}

.penci-sidebar-content.style-15.pcicon-book .penci-border-arrow:after,.penci-homepage-title.style-15.penci-border-arrow.pcicon-book:after {
content:"\f02d";
font-family:'FontAwesome';
font-size:14px;
}

.penci-homepage-title.style-16 .inner-arrow,.penci-sidebar-content.style-16 .widget-title .inner-arrow {
padding:0 3px;
border:none;
background:transparent !important;
}

.penci-sidebar-content.style-16 .penci-border-arrow:after,.penci-homepage-title.style-16.penci-border-arrow:after {
left:0;
right:0;
bottom:0;
top:auto;
height:10px;
border:none;
background:#efefef;
}

.penci-homepage-title.style-17,.penci-sidebar-content.style-17 .widget-title {
display:inline-block;
}

.penci-homepage-title.style-18 .inner-arrow,.penci-sidebar-content.style-18 .widget-title .inner-arrow {
border:none !important;
background:transparent !important;
}

.penci-sidebar-content.style-18 .penci-border-arrow:after,.penci-homepage-title.style-18.penci-border-arrow:after {
top:0;
left:0;
bottom:0;
right:0;
width:100%;
margin:0;
color:#dedede;
background-image:linear-gradient(-45deg,transparent,transparent 30%,currentColor 30%,currentColor 50%,transparent 50%,transparent 80%,currentColor 80%);
background-size:5px 5px;
background-color:transparent !important;
border:none !important;
}

.penci-sidebar-content.style-19 .penci-border-arrow:after,.penci-homepage-title.style-19.penci-border-arrow:after {
background-image:linear-gradient(-90deg,transparent,transparent 30%,currentColor 30%,currentColor 50%,transparent 50%,transparent 80%,currentColor 80%);
}

.penci-sidebar-content.style-20 .penci-border-arrow:after,.penci-homepage-title.style-20.penci-border-arrow:after {
background-image:linear-gradient(0deg,transparent,transparent 30%,currentColor 30%,currentColor 50%,transparent 50%,transparent 80%,currentColor 80%);
}

.widget ul {
list-style:none;
}

.widget ul ul {
padding-top:11px;
margin-top:12px;
border-top:1px solid var(--pcborder-cl);
padding-left:20px;
}

.widget ul li {
margin-bottom:11px;
padding-bottom:12px;
border-bottom:1px solid var(--pcborder-cl);
font-size:14px;
color:#888;
}

.widget ul > li:last-child {
margin-bottom:0;
padding-bottom:0;
border-bottom:none;
}

.widget ul li a {
font-size:14px;
font-style:normal;
line-height:1.4;
}

.widget a {
color:var(--pctext-cl);
}

.widget a:hover {
color:var(--pcaccent-cl);
text-decoration:underline;
}

.widget .screen-reader-text {
display:block;
margin:0 0 10px;
font-size:14px;
}

.widget select {
padding:2px;
line-height:32px;
height:32px;
vertical-align:middle;
border-spacing:0;
clear:both;
margin:0;
font-size:14px;
width:100%;
max-width:360px;
outline:none;
}

.widget.widget_categories ul li,.widget.widget_archive ul li {
text-align:right;
color:#888;
display:table;
width:100%;
font-style:italic;
padding-right:2px;
}

.widget.widget_archive ul li a {
float:left;
}

.widget.widget_categories ul li a {
display:block !important;
text-decoration:none;
}

.widget.widget_categories ul li a:before,.widget.widget_archive ul li a:before {
content:"\f105";
font-family:FontAwesome;
display:inline-block;
margin-right:10px;
font-size:90%;
}

.penci-fawesome-ver5 .widget.widget_categories ul li a:before,.penci-fawesome-ver5 .widget.widget_archive ul li a:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
}

.widget.widget_categories ul li span.category-item-count {
float:right;
font-style:italic;
color:#888;
font-family:var(--pcbody-font);
font-weight:400;
}

form.pc-searchform {
position:relative;
}

form.pc-searchform input.search-input {
border:1px solid #e9e9e9;
background:transparent;
padding:12px 40px 12px 20px;
color:#313131;
letter-spacing:.5px;
font-size:13px;
font-family:var(--pcbody-font);
font-weight:400;
width:100%;
}

form.pc-searchform i {
position:absolute;
color:var(--pctext-cl);
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
right:20px;
z-index:1;
font-size:15px;
opacity:.9;
}

form.pc-searchform #s:focus {
outline:none;
}

.widget form.pc-searchform input.search-input,.penci-sidebar-content .widget form.pc-searchform input.search-input {
width:100%;
max-width:100%;
background-color:transparent;
margin-bottom:0;
}

.penci-about-me .about-widget,.widget .about-widget {
text-align:center;
}

.about-widget img {
max-width:100% !important;
height:auto;
margin-bottom:20px;
}

.about-widget img.penci-lazy[src*="penci-holder"] {
padding-bottom:0;
}

.about-widget .about-me-heading {
color:#313131;
font-size:18px;
font-family:var(--pcbody-font);
font-weight:700;
padding-bottom:16px;
line-height:1.3;
margin-bottom:19px;
position:relative;
}

.about-widget .about-me-heading:before {
content:"";
display:inline-block;
width:60px;
position:absolute;
margin-left:-30px;
left:50%;
bottom:0;
border-top:1px solid var(--pcaccent-cl);
}

.about-widget.pc_alignleft .about-me-heading:before {
margin:0;
left:0;
}

.about-widget.pc_alignright .about-me-heading:before {
margin:0;
left:auto;
right:0;
}

.widget .tagcloud a {
text-transform:uppercase;
background:#fff;
color:#999;
padding:6px 12px 5px;
margin-right:5px;
margin-bottom:8px;
display:inline-block;
font-size:11px !important;
background:none;
border:1px solid #DEDEDE;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
outline:none;
font-weight:400;
line-height:1.2;
}

.widget .tagcloud a:hover {
color:#fff;
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
text-decoration:none;
}

#wp-calendar caption {
text-align:center;
color:#777;
font-size:14px;
margin-top:10px;
margin-bottom:10px;
font-weight:700;
}

.post-entry #wp-calendar caption {
font-size:16px;
margin-bottom:10px;
color:inherit;
}

#wp-calendar thead {
font-size:12px;
}

#wp-calendar thead th {
padding-bottom:10px;
padding-bottom:10px;
text-align:center;
}

#wp-calendar tbody {
color:#aaa;
}

#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
text-align:center;
padding:8px;
}

#wp-calendar tbody td a {
font-weight:700;
color:#222;
}

#wp-calendar tbody .pad {
background:none;
}

#wp-calendar tfoot #next {
font-size:11px;
text-transform:uppercase;
text-align:right;
}

#wp-calendar tfoot #prev {
font-size:12px;
text-transform:uppercase;
padding-top:15px;
}

.wp-calendar-nav {
margin-top:10px;
}

.post-entry .wp-calendar-nav {
margin-bottom:20px;
margin-top:0;
}

.wp-block-calendar a {
text-decoration:none;
}

.widgettitle {
margin-bottom:10px;
}

.penci_recent-posts-sc ul.side-newsfeed {
padding:0;
margin:0;
}

.penci_recent-posts-sc ul.side-newsfeed:before,.widget ul.side-newsfeed:before,.penci_recent-posts-sc ul.side-newsfeed:after,.widget ul.side-newsfeed:after {
display:table;
content:'';
clear:both;
line-height:0;
}

.penci_recent-posts-sc ul.side-newsfeed li {
border-bottom:1px solid #DEDEDE;
font-size:14px;
color:#888;
}

.penci_recent-posts-sc ul.side-newsfeed li,.widget ul.side-newsfeed li {
list-style-type:none;
margin-bottom:20px;
padding-bottom:20px;
margin-left:0;
position:relative;
}

ul.side-newsfeed.penci-rcpw-hborders li {
padding-bottom:0 !important;
border-bottom:none !important;
}

.penci_recent-posts-sc ul.penci-feed-2columns li,.widget ul.penci-feed-2columns li {
width:47%;
float:left;
padding-bottom:0;
margin-bottom:20px;
border-bottom:none;
}

.penci_recent-posts-sc ul.side-newsfeed li:last-child,.penci_recent-posts-sc ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2),.widget ul.side-newsfeed li:last-child,.widget ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2) {
margin-bottom:0 !important;
padding-bottom:0 !important;
}

.penci_recent-posts-sc ul.side-newsfeed li:last-child {
border-bottom:0 !important;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item,.widget ul.side-newsfeed li .side-item {
overflow:hidden;
position:relative;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image,.widget ul.side-newsfeed li .side-item .side-image {
float:left;
margin-right:20px;
position:relative;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image.thumbnail-right,.widget ul.side-newsfeed li .side-item .side-image.thumbnail-right {
float:right;
margin-right:0;
margin-left:20px;
}

.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image,.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image.thumbnail-right,.widget ul.penci-feed-2columns li .side-item .side-image,.widget ul.penci-feed-2columns li .side-item .side-image.thumbnail-right {
width:100%;
margin:0 0 16px;
float:none !important;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a,.widget ul.side-newsfeed li .side-item .side-image a {
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a span.count-post,.widget ul.side-newsfeed li .side-item .side-image a span.count-post {
position:absolute;
z-index:2;
bottom:10px;
left:10px;
display:inline-block;
background:#fff;
color:#010101;
width:30px;
height:30px;
line-height:30px;
font-size:16px;
text-align:center;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,.widget ul.side-newsfeed li .side-item .side-image img {
width:120px;
height:auto;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
margin-bottom:5px;
color:var(--pcheading-cl);
display:block;
font-size:16px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
letter-spacing:0;
line-height:1.4;
}

.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text h4 a,.widget ul.penci-feed-2columns li .side-item .side-item-text h4 a {
font-size:14px;
margin-bottom:2px;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a:hover,.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover {
color:var(--pcaccent-cl);
text-decoration:none;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
letter-spacing:0;
color:#888;
font-family:inherit;
font-size:13px;
}

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a {
color:var(--pctext-cl);
font-size:inherit;
}

ul.side-newsfeed li .grid-post-box-meta.penci-side-item-meta {
margin-top:0;
line-height:1.2;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news,.widget ul.side-newsfeed li.featured-news {
width:100% !important;
margin-right:0;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news.all-featured-news,.widget ul.side-newsfeed li.featured-news.all-featured-news {
border-bottom:none;
margin-bottom:0;
padding-bottom:26px;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image,.widget ul.side-newsfeed li.featured-news .side-image {
float:none !important;
margin:0 0 12px!important;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a,.widget ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a {
font-size:18px;
margin-bottom:6px;
}

.penci_recent-posts-sc .penci-feed-excerpt,.widget .penci-feed-excerpt {
margin-top:16px;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news2 .side-item .side-item-text,.widget ul.side-newsfeed li.featured-news2 .side-item .side-item-text {
position:absolute;
z-index:1;
bottom:12px;
padding:15px 10px 0 20px;
left:20px;
right:20px;
background:#fff;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text,.widget ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text {
padding-left:10px;
}

.penci_recent-posts-sc ul.side-newsfeed li .order-border-number,.widget ul.side-newsfeed li .order-border-number {
position:absolute;
left:5px;
top:-15px;
background-color:rgba(255,255,255,0.3);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
display:inline-block;
vertical-align:middle;
width:30px;
height:30px;
line-height:28px;
border-radius:50%;
z-index:3;
text-align:center;
}

.penci_recent-posts-sc ul.side-newsfeed li .order-border-number.right-side,.widget ul.side-newsfeed li .order-border-number.right-side {
left:auto;
right:5px;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number.right-side,.widget ul.side-newsfeed li.featured-news .order-border-number.right-side {
left:15px;
right:auto;
}

.penci_recent-posts-sc ul.side-newsfeed li .number-post,.widget ul.side-newsfeed li .number-post {
background-color:#383838;
border-radius:50%;
width:26px;
height:26px;
line-height:28px;
text-align:center;
display:inline-block;
vertical-align:middle;
color:#fff;
font-size:12px;
font-family:'Montserrat',sans-serif;
font-weight:600;
z-index:3;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number,.widget ul.side-newsfeed li.featured-news .order-border-number {
width:40px;
height:40px;
line-height:38px;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .number-post,.widget ul.side-newsfeed li.featured-news .number-post {
width:36px;
height:36px;
line-height:38px;
font-size:16px;
}

.widget .penci-widget-slider .penci-slide-widget {
margin:0;
padding:0;
border-bottom:none;
}

.penci-widget-slider .penci-slide-content {
position:relative;
text-align:center;
}

.penci-widget-slider-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
opacity:.3;
transition:opacity .25s ease;
-webkit-transition:opacity .25s ease;
-moz-transition:opacity .25s ease;
z-index:2;
}

.penci-widget-slider .penci-widget-slide-detail {
position:absolute;
top:50%;
left:25px;
right:25px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
z-index:5;
}

.penci_post-slider-sc .penci-post-slider-style-1 .penci-widget-slide-detail h4 a,.penci_post-slider-sc .penci-post-slider-style-2 .penci-widget-slide-detail h4 a,.widget .penci-widget-slider .penci-widget-slide-detail h4 a {
color:#fff;
font-size:18px;
text-decoration:none;
letter-spacing:0;
}

.penci_post-slider-sc .penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
color:#313131;
}

.penci-widget-slide-detail .slide-item-date {
color:#fff;
display:block;
margin-top:5px;
font-size:13px;
}

.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-prev,.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-next,.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-prev,.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-next {
width:16px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
background:none;
color:#fff;
font-size:30px;
}

.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-prev,.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-prev {
left:10px;
}

.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-next,.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-next {
right:10px;
}

.penci-widget-slider.penci-post-slider-style-2 .penci-widget-slide-detail {
transform:none;
-webkit-transform:none;
-moz-transform:none;
top:auto;
bottom:20px;
}

.penci-post-slider-style-2 .penci-widget-slider-overlay {
background:-moz-linear-gradient(top,transparent 0%,#000 100%);
background:-webkit-linear-gradient(top,transparent 0%,#000 100%);
background:-o-linear-gradient(top,transparent 0%,#000 100%);
background:-ms-linear-gradient(top,transparent 0%,#000 100%);
background:linear-gradient(to bottom,transparent 0%,#000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
-webkit-transition:opacity .4s ease 0s;
-moz-transition:opacity .4s ease 0s;
-o-transition:opacity .4s ease 0s;
transition:opacity .4s ease 0s;
opacity:.7;
}

.penci-post-slider-style-2 .penci-slide-widget:hover .penci-widget-slider-overlay {
opacity:.9;
}

.penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail {
transform:none;
-webkit-transform:none;
-moz-transform:none;
position:static;
margin-top:16px;
}

.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
color:inherit;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
}

.penci-post-slider-style-3 .penci-widget-slide-detail .slide-item-date {
color:#888;
}

.widget-social {
text-align:center;
display:table;
width:100%;
}

.widget-social.show-text {
margin-left:-5px;
}

.widget-social a i {
width:36px;
height:36px;
line-height:34px;
background:none;
color:#313131;
border:1px solid #E0E0E0;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
margin:0 5px 5px;
display:inline-block;
font-size:14px;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
text-align:center;
}

.widget-social a:hover i {
text-decoration:none;
color:#fff;
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
}

.widget-social.show-text > a {
width:50%;
float:left;
text-align:left;
margin-bottom:10px;
}

.widget-social.show-text a span {
display:inline-block;
color:#313131;
text-transform:uppercase;
font-size:13px;
margin-left:10px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:0;
transition:color .3s;
-webkit-transition:color .3s;
-moz-transition:color .3s;
line-height:20px;
}

.widget-social.show-text.remove-uppercase-text a span {
text-transform:none;
}

.widget-social.remove-circle a i {
width:auto;
height:auto;
line-height:20px;
background:none !important;
border:none !important;
}

.widget-social.remove-circle a span {
line-height:20px;
margin-left:5px;
}

.widget-social.remove-circle:not(.show-text) a i {
margin:0 7px 5px;
}

.widget-social.penci-social-colored a i {
border:none !important;
line-height:36px;
color:#fff !important;
}

.quote-widget {
position:relative;
display:block;
}

.quote-widget > i {
color:#999;
position:absolute;
top:0;
left:0;
font-size:22px;
}

.quote-widget > p {
padding-left:40px;
}

.footer-widget-wrapper .quote-widget > i {
font-size:24px;
}

.footer-widget-wrapper .quote-widget > p {
padding-left:42px;
}

.penci-images-pin-widget:before,.penci-images-pin-widget:after {
display:table;
clear:both;
content:"";
}

.penci-pinterest-widget-container .penci-images-pin-widget a {
width:33.3333%;
display:inline-block;
padding:5px;
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
position:relative;
float:left;
vertical-align:top;
}

.penci-pinterest-widget-container .penci-images-pin-widget a:before,.penci-pinterest-widget-container .penci-images-pin-widget a:after {
position:absolute;
top:10px;
right:10px;
bottom:10px;
left:10px;
content:'';
opacity:0;
-webkit-transition:opacity 0.35s,-webkit-transform .35s;
transition:opacity 0.35s,transform .35s;
z-index:1;
}

.penci-pinterest-widget-container .penci-images-pin-widget a:before {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
-webkit-transform:scale(0,1);
transform:scale(0,1);
}

.penci-pinterest-widget-container .penci-images-pin-widget a:after {
border-right:1px solid #fff;
border-left:1px solid #fff;
-webkit-transform:scale(1,0);
transform:scale(1,0);
}

.penci-pinterest-widget-container .penci-images-pin-widget a:hover:before,.penci-pinterest-widget-container .penci-images-pin-widget a:hover:after {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}

.penci-pinterest-widget-container .pin_link {
text-align:center;
margin-top:20px;
}

.penci-pinterest-widget-container.penci-loading .pin_link {
clear:both;
display:block;
}

.penci-pinterest-widget-container .pin_link a {
font-style:italic;
color:#999;
font-size:16px;
}

.penci-promo-item {
position:relative;
width:100%;
margin:0 0 25px;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-color:#ccc;
}

.penci-promo-item.penci-banner-crop {
padding-bottom:56%;
}

.penci-promo-item.penci-banner-has-text:after {
position:absolute;
left:10px;
right:10px;
top:10px;
bottom:10px;
content:'';
-webkit-transition:all .4s;
transition:all .4s;
z-index:5;
border:1px solid #fff;
opacity:.4;
}

.penci-promo-item.penci-banner-has-text:hover:after {
opacity:1;
}

.penci-promo-url {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:100;
background:none !important;
}

.penci-promo-text {
position:absolute;
display:block;
top:50%;
width:100%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
padding:0 10px;
left:0;
z-index:1;
text-align:center;
}

.penci-promo-text h4 {
text-transform:uppercase;
font-size:12px;
line-height:1.3;
background:#fff;
display:inline-block;
padding:12px;
min-width:120px;
text-align:center;
color:#010101;
}

.footer-widget-wrapper .widget .widget-title {
color:#313131;
margin:0 0 30px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
letter-spacing:1px;
position:relative;
text-align:left;
font-size:16px;
text-transform:uppercase;
background:none;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow {
border-top:none;
border-left:none;
border-right:none;
padding:0 0 10px;
background:none;
border-bottom:3px solid #e0e0e0;
}

.mc4wp-form {
max-width:450px;
width:100%;
margin:0;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.post-entry .mc4wp-form {
margin-left:auto;
margin-right:auto;
margin-bottom:17px;
}

.mc4wp-form > form > p,.mc4wp-form .mc4wp-form-fields > p {
margin-bottom:20px;
}

.mc4wp-form input {
border:1px solid #DEDEDE;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
outline:none;
background:none;
display:block;
font-size:12px;
line-height:1;
padding:17px 20px;
margin-bottom:20px;
letter-spacing:0;
font-family:var(--pcbody-font);
}

.mc4wp-form input[type="checkbox"] {
display:inline-block;
vertical-align:middle;
}

.mc4wp-form input[type="submit"] {
display:block;
width:100%;
font-size:14px;
padding:18px 20px;
text-transform:uppercase;
color:#313131;
margin:0;
cursor:pointer;
border:none;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
background:#F5F5F5;
}

.mc4wp-form input[type="submit"]:hover {
background:var(--pcaccent-cl);
color:#fff;
}

div.wpforms-container .wpforms-form.wpforms-form .wpforms-field:not( :last-child ) {
padding:0 0 28px;
}

div.wpforms-container .wpforms-form.wpforms-form .wpforms-field-label {
color:#939393;
font-size:12px;
display:block;
font-family:var(--pchead-font);
text-transform:uppercase;
font-weight:var(--pchead-wei);
letter-spacing:1px;
margin-bottom:8px;
}

div.wpforms-container .wpforms-form.wpforms-form input[type=date],div.wpforms-container .wpforms-form.wpforms-form input[type=datetime],div.wpforms-container .wpforms-form.wpforms-form input[type=datetime-local],div.wpforms-container .wpforms-form.wpforms-form input[type=email],div.wpforms-container .wpforms-form.wpforms-form input[type=month],div.wpforms-container .wpforms-form.wpforms-form input[type=number],div.wpforms-container .wpforms-form.wpforms-form input[type=password],div.wpforms-container .wpforms-form.wpforms-form input[type=range],div.wpforms-container .wpforms-form.wpforms-form input[type=search],div.wpforms-container .wpforms-form.wpforms-form input[type=tel],div.wpforms-container .wpforms-form.wpforms-form input[type=text],div.wpforms-container .wpforms-form.wpforms-form input[type=time],div.wpforms-container .wpforms-form.wpforms-form input[type=url],div.wpforms-container .wpforms-form.wpforms-form input[type=week],div.wpforms-container .wpforms-form.wpforms-form select,div.wpforms-container .wpforms-form.wpforms-form textarea {
padding:12px 20px;
border:1px solid #DEDEDE;
font-size:12px;
width:100%;
font-weight:400;
font-family:var(--pcbody-font);
max-height:50px;
height:auto;
background:none;
}

div.wpforms-container .wpforms-form .wpforms-field-label-inline {
font-size:inherit;
font-weight:inherit;
line-height:1.3;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
margin-top:5px;
}

div.wpforms-container .wpforms-form.wpforms-form input[type=submit],div.wpforms-container .wpforms-form.wpforms-form button[type=submit],div.wpforms-container .wpforms-form.wpforms-form .wpforms-page-button {
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
background:#F5F5F5;
border-radius:0;
font-size:14px;
color:#313131;
padding:12px 20px;
display:inline-block;
-o-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
cursor:pointer;
width:auto;
min-width:120px;
text-align:center;
margin:0;
border:none;
}

div.wpforms-container .wpforms-form.wpforms-form input[type=submit]:hover,div.wpforms-container .wpforms-form.wpforms-form button[type=submit]:hover,div.wpforms-container .wpforms-form.wpforms-form .wpforms-page-button:hover,.mc4wp-form input[type="submit"]:hover {
color:#fff;
border:none;
background:var(--pcaccent-cl);
}

.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li,.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li {
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
margin:0;
}

.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li img,.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li img {
padding:5px;
width:100%;
}

.widget .jr-insta-thumb ul.thumbnails.jr_col_3 li {
width:33.3333% !important;
}

.pllexislider .pllex-direction-nav {
background:none !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
}

.pllexislider .pllex-direction-nav .pllex-next {
margin-left:1px;
}

.pllexislider .pllex-direction-nav li a {
width:40px;
height:40px;
line-height:40px !important;
background:rgba(0,0,0,0.5);
text-align:center;
}

.pllexislider .pllex-direction-nav li {
border:none !important;
}

.pllexislider .pllex-direction-nav .pllex-next:before,.pllexislider .pllex-direction-nav .pllex-prev:before {
font-family:FontAwesome,sans-serif !important;
padding:0!important;
text-shadow:none !important;
font-size:22px !important;
}

.penci-fawesome-ver5 .pllexislider .pllex-direction-nav .pllex-next:before,.penci-fawesome-ver5 .pllexislider .pllex-direction-nav .pllex-prev:before {
font-family:"Font Awesome 5 Free" !important;
font-weight:900;
}

.pllexislider .pllex-direction-nav .pllex-next:before {
content:"\f105" !important;
}

.pllexislider .pllex-direction-nav .pllex-prev:before {
content:"\f104" !important;
}

.pllexislider-overlay ul li .jr-insta-wrap .jr-insta-datacontainer .jr-insta-caption {
font-size:12px !important;
line-height:1.5em !important;
margin-top:8px !important;
margin-bottom:0 !important;
}

.pllexislider-overlay ul li .jr-insta-wrap .jr-insta-datacontainer {
text-shadow:none !important;
padding-top:10px !important;
padding-bottom:10px !important;
}

.penci-instaslider-normal .penci-insta-datacontainer {
margin-top:5px;
margin-bottom:5px;
display:block;
}

.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-username {
text-decoration:none;
display:inline-block;
}

.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-time {
float:right;
display:inline-block;
text-align:right;
display:none;
}

.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-caption {
line-height:normal;
margin-top:5px;
margin-bottom:5px;
display:block;
clear:both;
}

.penci-instaslider-overlay a {
color:#fff;
text-decoration:none;
}

.penci-instaslider-overlay .penci-insta-wrap {
position:relative;
color:#FFF;
line-height:normal;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer {
opacity:0;
visibility:hidden;
transition:all .3s;
position:absolute;
left:0;
bottom:0;
width:100%;
text-shadow:0 0 5px rgba(0,0,0,0.7);
background:rgba(0,0,0,0.4);
padding:5px 15px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.penci-instaslider-overlay .penci-insta-info:hover .penci-insta-wrap .penci-insta-datacontainer {
opacity:1;
visibility:visible;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-username a {
color:#FFF !important;
text-decoration:none;
font-weight:700;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-time {
float:right;
text-align:right;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-caption {
line-height:normal;
color:#FFF;
margin-top:5px;
margin-bottom:5px;
display:block;
}

.penci-insta-thumb ul.thumbnails {
list-style:none;
font-size:0;
margin-left:-2.5%;
padding:0;
margin-bottom:0;
}

.penci-insta-thumb ul.thumbnails li {
display:inline-block;
padding:0;
margin:0 0 2.5% 2.5%;
background:none;
border:0;
vertical-align:top;
box-shadow:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.penci-insta-thumb ul.thumbnails li img {
max-width:100% !important;
height:auto !important;
margin:0!important;
border:0 !important;
vertical-align:top;
}

.penci-insta-thumb ul.thumbnails li a {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}

.penci-insta-thumb ul.thumbnails.penci-inscol1 li {
width:97.5% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol2 li {
width:47.5% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol3 li {
width:30.83% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol4 li {
width:22.5% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol5 li {
width:17.5% !important;
}

.penci-insta-thumb ul.thumbnails.no-border.penci-inscol3 li {
width:33.33% !important;
}

.penci-insta-thumb .penci-image-holder:before {
padding-top:100%;
}

ul.footer-socials,div.footer-menu > ul,ul.footer-menu {
list-style:none;
display:inline-block;
vertical-align:top;
}

ul.footer-socials li:last-child,#widget-area .footer-widget-wrapper.last,.widget-social a:last-child {
margin-right:0;
}

ul.footer-socials li a:hover span,#footer-copyright a,#footer-section .footer-menu li a:hover,.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover,.widget-social.show-text a:hover span,.widget-social.remove-circle a:hover i {
color:var(--pcaccent-cl);
}

.footer-social-remove-radius ul.footer-socials li a i,.widget-social.remove-border-radius a i {
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

.footer-social-remove-text ul.footer-socials li a span,body.ehf-header .penci-header-wrap,body.ehf-header .featuredsl-customizer,body.ehf-footer .clear-footer,body.ehf-footer .footer-subscribe,body.ehf-footer .footer-instagram,body.ehf-footer #footer-section,body.ehf-footer #widget-area,body.ehf-footer .penci-footer-social-media,.widget.widget_archive label.screen-reader-text,.widget.widget_categories label.screen-reader-text,.widget-social a span {
display:none;
}

#footer-section .go-to-top-parent span:after,.widget-social.show-text > a:nth-child(2n+1) {
clear:both;
}

.penci-go-to-top-floating:hover,.widget-social.penci-social-colored a:hover i {
opacity:.85;
}

.footer-widget-wrapper.footer-widget-style-2,.footer-widget-wrapper.footer-widget-style-3.last {
width:32.1666%;
}

.footer-widget-wrapper.footer-widget-style-2.last,.footer-widget-wrapper.footer-widget-style-3 {
width:64.3334%;
}

.penci-sidebar-content.pcsb-boxed-whole .widget:last-child,.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4,.widget ul.side-newsfeed li .side-item .side-item-text h4,.widget-social.show-text a i,.penci-list-banner .penci-promo-item:last-child,.penci-mailchimp-s3 .footer-subscribe .mc4wp-form .memail,.widget .mc4wp-form > form > p:last-of-type,.mc4wp-form .mc4wp-form-fields > p:last-of-type {
margin-bottom:0;
}

.penci-sidebar-content.pcalign-left .widget-title,.widget.widget_categories ul li,.penci-about-me .about-widget.pc_alignleft,.widget .about-widget.pc_alignleft,.penci-widget-slider.penci-post-slider-style-2 .penci-slide-content,.penci-widget-slider.penci-post-slider-style-3 .penci-slide-content,.widget-social.pc_alignleft {
text-align:left;
}

.penci-sidebar-content.pcalign-right .widget-title,.penci-about-me .about-widget.pc_alignright,.widget .about-widget.pc_alignright,.widget-social.pc_alignright {
text-align:right;
}

.penci-sidebar-content.style-2 .widget-title,.penci-sidebar-content.style-3 .widget-title,.penci-sidebar-content.style-4 .widget-title,.penci-sidebar-content.style-5 .widget-title,.penci-sidebar-content.style-6 .widget-title,.penci-sidebar-content.style-7 .widget-title,.penci-sidebar-content.style-8 .widget-title,.penci-sidebar-content.style-9 .widget-title,.penci-sidebar-content.style-10 .widget-title,.penci-sidebar-content.style-11 .widget-title,.penci-sidebar-content.style-12 .widget-title,.penci-sidebar-content.style-13 .widget-title,.penci-sidebar-content.style-14 .widget-title,.penci-homepage-title.style-2,.penci-homepage-title.style-3,.penci-homepage-title.style-4,.penci-homepage-title.style-5,.penci-homepage-title.style-6,.penci-homepage-title.style-7,.penci-homepage-title.style-8,.penci-homepage-title.style-9,.penci-homepage-title.style-10,.penci-homepage-title.style-11,.penci-homepage-title.style-12,.penci-homepage-title.style-13,.penci-homepage-title.style-15,.penci-sidebar-content.style-15 .widget-title,.penci-homepage-title.style-16,.penci-sidebar-content.style-16 .widget-title,.penci-homepage-title.style-18,.penci-sidebar-content.style-18 .widget-title {
margin-left:0;
margin-right:0;
margin-top:0;
}

.penci-sidebar-content.style-3 .penci-border-arrow:before,.penci-sidebar-content.style-3 .penci-border-arrow:after,.penci-sidebar-content.style-4 .penci-border-arrow:before,.penci-sidebar-content.style-4 .penci-border-arrow:after,.penci-sidebar-content.style-5 .penci-border-arrow:before,.penci-sidebar-content.style-5 .penci-border-arrow:after,.penci-sidebar-content.style-6 .penci-border-arrow:before,.penci-sidebar-content.style-6 .penci-border-arrow:after,.penci-sidebar-content.style-7 .penci-border-arrow:before,.penci-sidebar-content.style-7 .penci-border-arrow:after,.penci-sidebar-content.style-8 .penci-border-arrow:before,.penci-sidebar-content.style-8 .penci-border-arrow:after,.penci-sidebar-content.style-9 .penci-border-arrow:before,.penci-sidebar-content.style-9 .penci-border-arrow:after,.penci-homepage-title.style-3:before,.penci-homepage-title.style-3:after,.penci-homepage-title.style-4:before,.penci-homepage-title.style-4:after,.penci-homepage-title.style-5:before,.penci-homepage-title.style-5:after,.penci-homepage-title.style-6:before,.penci-homepage-title.style-6:after,.penci-homepage-title.style-7:before,.penci-homepage-title.style-7:after,.penci-homepage-title.style-8:before,.penci-homepage-title.style-8:after,.penci-homepage-title.style-9:before,.penci-homepage-title.style-9:after,.penci-sidebar-content.style-14 .penci-border-arrow:after,.penci-sidebar-content.style-14 .penci-border-arrow:before,.penci-sidebar-content.style-13 .penci-border-arrow:after,.penci-sidebar-content.style-13 .penci-border-arrow:before,.penci-sidebar-content.style-12 .penci-border-arrow:after,.penci-sidebar-content.style-12 .penci-border-arrow:before,.penci-sidebar-content.style-11 .penci-border-arrow:after,.penci-sidebar-content.style-11 .penci-border-arrow:before,.penci-sidebar-content.style-10 .penci-border-arrow:after,.penci-sidebar-content.style-10 .penci-border-arrow:before,.penci-homepage-title.style-10:before,.penci-homepage-title.style-10:after,.penci-homepage-title.style-11:before,.penci-homepage-title.style-11:after,.penci-homepage-title.style-12:before,.penci-homepage-title.style-12:after,.penci-homepage-title.style-13:before,.penci-homepage-title.style-13:after,.penci-homepage-title.style-14:before,.penci-homepage-title.style-14:after,.penci-homepage-title.style-12.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-12.pcalign-right .penci-border-arrow .inner-arrow:before,.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before,.footer-widget-wrapper .widget .widget-title:before,.footer-widget-wrapper .widget .widget-title:after {
content:none;
}

.penci-homepage-title.style-4,.penci-sidebar-content.style-4 .penci-border-arrow,.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text,.widget ul.side-newsfeed li .side-item .side-item-text {
overflow:hidden;
}

.penci-homepage-title.style-4.pcalign-left .inner-arrow,.penci-sidebar-content.style-4.pcalign-left .penci-border-arrow .inner-arrow,.penci-block-popular-cat ul {
padding-left:0;
}

.penci-homepage-title.style-5,.penci-sidebar-content.style-5 .penci-border-arrow,.penci-homepage-title.style-7,.penci-sidebar-content.style-7 .penci-border-arrow,.penci-homepage-title.style-9,.penci-sidebar-content.style-9 .penci-border-arrow,.penci-homepage-title.style-12,.penci-sidebar-content.style-12 .penci-border-arrow {
border-bottom:2px solid #313131;
}

.penci-sidebar-content.style-16 .penci-border-arrow:before,.penci-homepage-title.style-16.penci-border-arrow:before,.penci-sidebar-content.style-18 .penci-border-arrow:before,.penci-homepage-title.style-18.penci-border-arrow:before,.widget .penci-widget-slider .penci-slide-widget:before,.widget .penci-widget-slider .penci-slide-widget:after {
content:none;
display:none;
}

#wp-calendar,.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image .small-fix-size,.widget ul.penci-feed-2columns li .side-item .side-image .small-fix-size,.penci-widget-slider,.penci-promo-item img,.mc4wp-form input[type="text"],.mc4wp-form input[type="email"],.mc4wp-form input[type="number"],.mc4wp-form input[type="date"],.jr-insta-thumb ul.thumbnails li img {
width:100%;
}

#wp-calendar tbody td:hover,.mc4wp-form input:focus {
background:#fff;
}

.penci_recent-posts-sc ul.penci-feed-2columns.display-order-numbers li,.widget ul.penci-feed-2columns.display-order-numbers li,.footer-widget-wrapper .widget {
margin-bottom:30px;
}

.penci_recent-posts-sc ul.penci-2columns-feed > li:nth-child(2n+1),.widget ul.penci-2columns-feed > li:nth-child(2n+1),.penci_recent-posts-sc ul.penci-2columns-featured > li:nth-child(2n),.widget ul.penci-2columns-featured > li:nth-child(2n) {
clear:both;
margin-right:6%;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a:hover,.widget ul.side-newsfeed li .side-item .side-image a:hover,.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a:hover,.penci-pinterest-widget-container .penci-images-pin-widget a:hover,.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li:hover,.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li:hover {
opacity:.8;
}

.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text,.widget ul.penci-feed-2columns li .side-item .side-item-text,.penci-list-banner {
display:block;
}

.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image img,.widget ul.side-newsfeed li.featured-news .side-image img,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol1 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol1 li {
width:100% !important;
}

.widget-social a:first-child,.penci-insta-thumb ul.thumbnails.no-border {
margin-left:0;
}

.penci-pinterest-widget-container,.penci-sidebar-content .widget .jr-insta-thumb,.footer-widget-wrapper .widget .jr-insta-thumb {
margin:-5px -5px 0;
}

.penci-pinterest-widget-container .penci-images-pin-widget a .penci-image-holder,.penci-insta-thumb .penci-image-holder {
border-radius:0;
-webkit-border-radius:0;
}

.widget .jr-insta-thumb ul.thumbnails,.penci-insta-thumb ul.thumbnails.no-border li {
margin:0;
}

.widget .jr-insta-thumb ul.thumbnails.jr_col_2 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol2 li {
width:50% !important;
}

.widget .jr-insta-thumb ul.thumbnails.jr_col_4 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol4 li {
width:25% !important;
}

.widget .jr-insta-thumb ul.thumbnails.jr_col_5 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol5 li {
width:20% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol6 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol6 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol6 li {
width:16.66% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol7 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol7 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol7 li {
width:14.28% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol8 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol8 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol8 li {
width:12.5% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol9 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol9 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol9 li {
width:11.11% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol10 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol10 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol10 li {
width:10% !important;
}

@media all and (max-width: 640px) {
.penci-insta-thumb ul.thumbnails.penci-inscol3 li,.penci-insta-thumb ul.thumbnails.penci-inscol4 li,.penci-insta-thumb ul.thumbnails.penci-inscol5 li,.penci-insta-thumb ul.thumbnails.penci-inscol6 li {
width:47.5% !important;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol6 li {
width:33.3333% !important;
}

.penci-insta-thumb ul.thumbnails.penci-inscol7 li,.penci-insta-thumb ul.thumbnails.penci-inscol8 li,.penci-insta-thumb ul.thumbnails.penci-inscol9 li,.penci-insta-thumb ul.thumbnails.penci-inscol10 li {
width:22.5% !important;
}

.penci-insta-thumb ul.thumbnails.no-border.penci-inscol3 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol4 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol5 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol6 li {
width:50% !important;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol7 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol8 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol9 li,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol10 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol7 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol8 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol9 li,.penci-insta-thumb ul.thumbnails.no-border.penci-inscol10 li {
width:25% !important;
}
}

@media all and (max-width: 480px) {
.penci-insta-thumb ul.thumbnails li {
width:100% !important;
}
}

.penci_instagram_widget-sc .penci-insta-thumb,.penci-sidebar-content .widget .penci-insta-thumb,.footer-widget-wrapper .widget .penci-insta-thumb {
margin:-5px -5px 0;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li,.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li,.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li {
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
margin:0;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li:hover,.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li:hover,.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li:hover {
opacity:.8;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li a,.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li a,.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li a {
padding:5px;
width:100%;
}

.penci_instagram_widget-sc.penci_insta-thumbs-no-border .penci-insta-thumb ul.thumbnails li a {
padding:0;
}

.penci-insta-thumb ul.thumbnails li img {
width:100%;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol2 li,.widget .penci-insta-thumb ul.thumbnails.penci-inscol2 li {
width:50% !important;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol3 li,.widget .penci-insta-thumb ul.thumbnails.penci-inscol3 li {
width:33.3333% !important;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol4 li,.widget .penci-insta-thumb ul.thumbnails.penci-inscol4 li {
width:25% !important;
}

.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol5 li,.widget .penci-insta-thumb ul.thumbnails.penci-inscol5 li {
width:20% !important;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-caption {
font-size:12px !important;
line-height:1.5em !important;
margin-top:8px !important;
margin-bottom:0 !important;
}

.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer {
text-shadow:none !important;
padding-top:10px !important;
padding-bottom:10px !important;
}

.footer-subscribe {
text-align:center;
padding:50px 0 40px;
background-color:#f7f7f7;
}

.footer-subscribe h4.footer-subscribe-title {
font-size:32px;
letter-spacing:0;
text-transform:none;
margin-bottom:10px;
line-height:1.3;
}

.footer-subscribe .mc4wp-form {
max-width:540px;
margin:0 auto;
}

.footer-subscribe .mc4wp-form:before,.footer-subscribe .mc4wp-form:after,.footer-subscribe .mc4wp-form-fields:before,.footer-subscribe .mc4wp-form-fields:after {
content:"";
display:table;
clear:both;
}

.footer-subscribe .mc4wp-form .mdes {
color:#5c5c5e;
font-size:18px;
font-style:italic;
line-height:1.5;
width:740px;
display:block;
clear:both;
margin-bottom:23px;
margin-left:-100px;
}

.footer-subscribe .mc4wp-form .mname {
display:none;
}

.footer-subscribe .mc4wp-form .memail {
display:inline-block;
float:left;
width:390px;
}

.footer-subscribe .mc4wp-form .msubmit {
display:inline-block;
float:left;
width:140px;
margin-left:10px;
}

.mc4wp-response {
clear:both;
color:#5c5c5e;
}

.mc4wp-response p {
line-height:1.4;
color:#5c5c5e;
}

.footer-subscribe .widget .mc4wp-form input[type="email"],.footer-subscribe .widget .mc4wp-form input[type="text"] {
background:none;
border-radius:0;
border-color:#d7d7da;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
padding-top:0;
padding-bottom:0;
height:48px;
line-height:48px;
font-size:14px;
margin:0;
color:#313131;
}

.footer-subscribe .widget .mc4wp-form input[type="email"]:focus,.footer-subscribe .widget .mc4wp-form input[type="email"]:hover,.footer-subscribe .widget .mc4wp-form input[type="text"]:focus,.footer-subscribe .widget .mc4wp-form input[type="text"]:hover {
border-color:#888;
}

.footer-subscribe .widget .mc4wp-form input[type="submit"] {
background:#313131;
border-radius:0;
color:#fff;
height:48px;
line-height:48px;
letter-spacing:1px;
padding:0;
text-align:center;
}

.footer-subscribe .widget .mc4wp-form input[type="submit"]:hover {
background:var(--pcaccent-cl);
}

.footer-instagram {
width:100%;
clear:both;
display:block;
position:relative;
}

.footer-instagram h4.footer-instagram-title {
position:relative;
white-space:nowrap;
margin:0;
width:100%;
color:#313131;
text-align:center;
padding:12px 0;
border-top:1px solid #ECECEC;
}

.footer-instagram h4.footer-instagram-title span {
display:inline-block;
position:relative;
padding:0;
background:inherit;
color:inherit;
text-transform:uppercase;
font-size:16px;
z-index:20;
letter-spacing:1px;
vertical-align:top;
}

.footer-instagram h4.footer-instagram-title span.title {
padding:0;
background:none;
position:relative;
z-index:10;
}

.footer-instagram h4.footer-instagram-title > span:before {
content:"\f16d";
font-family:FontAwesome;
font-size:16px;
color:inherit;
margin-right:8px;
display:inline-block;
vertical-align:middle;
letter-spacing:0;
margin-bottom:3px;
}

.penci-fawesome-ver5 .footer-instagram h4.footer-instagram-title > span:before {
font-family:"Font Awesome 5 Brands" !important;
font-weight:900;
}

.footer-instagram .jr-insta-thumb {
position:relative;
z-index:1;
}

.footer-instagram .jr-insta-thumb ul.thumbnails li {
transition:opacity .2s;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
}

.footer-instagram .jr-insta-thumb ul.thumbnails li:hover {
opacity:.9;
}

.jr-insta-thumb ul.thumbnails li a:before,.jr-insta-thumb ul.thumbnails li a:after {
position:absolute;
left:10px;
right:10px;
top:10px;
bottom:10px;
content:'';
opacity:0;
-webkit-transition:opacity 0.35s,-webkit-transform .35s;
transition:opacity 0.35s,transform .35s;
}

.penci-insta-thumb ul.thumbnails li a:before,.penci-insta-thumb ul.thumbnails li a:after {
position:absolute;
left:10px;
right:10px;
top:10px;
bottom:10px;
content:'';
opacity:0;
z-index:10;
-webkit-transition:opacity 0.35s,-webkit-transform .35s;
transition:opacity 0.35s,transform .35s;
}

.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title {
position:absolute;
top:50%;
margin-top:-25px;
padding:0;
border:none;
}

.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title > span {
display:inline-block;
line-height:50px;
padding:0 20px;
background:#fff;
}

.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title > span,.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title > span > span {
font-size:13px;
}

.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title>span:before {
font-size:15px;
margin-bottom:0;
}

form#commentform > div.penci-gdpr-message {
line-height:1.5;
margin:-4px 0 15px;
font-size:14px;
color:#777;
}

.post-comments .post-title-box {
border-top:1px solid #DEDEDE;
padding-top:36px;
}

h3.comment-reply-title {
padding-top:36px !important;
border-top:1px solid #DEDEDE;
}

.comments .comment {
border-top:1px solid #DEDEDE;
}

.thecomment {
padding-top:28px;
padding-bottom:21px;
display:table;
width:100%;
}

.comments > .comment:first-child > .thecomment {
padding-top:0;
}

.thecomment .author-img {
float:left;
margin-right:20px;
width:60px;
}

.thecomment .author-img img {
margin:0;
width:100%;
}

.thecomment .comment-text {
margin-left:80px;
position:relative;
}

.thecomment .comment-text span.author,.thecomment .comment-text span.author a {
display:block;
font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
color:#313131;
margin-bottom:11px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
}

.thecomment .comment-text span.author a {
display:inline-block;
margin:0;
}

.thecomment .comment-text span.author a:hover {
color:#9e9e9e;
}

.thecomment .comment-text span.date {
font-size:12px;
color:#888;
display:block;
}

.thecomment .comment-text span.date i {
margin-right:5px;
}

.thecomment .comment-text > em {
font-size:12px;
display:block;
color:orange;
margin:5px 0 0;
}

.thecomment .comment-text > em i {
font-size:14px;
color:#f3bd00;
}

.thecomment .comment-content {
margin-top:15px;
margin-bottom:0;
}

.thecomment .comment-text span.reply {
position:absolute;
top:0;
right:0;
}

.post-comments span.reply a {
font-size:11px;
color:#888;
margin-left:18px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
-o-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
text-transform:uppercase;
line-height:1;
display:inline-block;
text-align:center;
}

.comments .children,.comments > .comment > .comment,.comments > .comment > .comment > .comment,.comments > .comment > .comment > .comment > .comment,.comments > .comment > .comment > .comment > .comment > .comment {
margin:0 0 0 60px;
}

.penci_instagram_widget-sc.penci_insta-thumbs-no-border .penci-insta-thumb,.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails,.widget .penci-insta-thumb ul.thumbnails,.footer-instagram .widget {
margin:0;
}

.footer-subscribe input[type="email"]::-webkit-input-placeholder,.footer-subscribe input[type="email"]:-ms-input-placeholder,.footer-subscribe input[type="email"]::-ms-input-placeholder,.footer-subscribe input[type="text"]::-webkit-input-placeholder,.footer-subscribe input[type="text"]:-ms-input-placeholder,.footer-subscribe input[type="text"]::-ms-input-placeholder,.post-comments span.reply a:hover {
color:#313131;
}

.footer-subscribe input[type="email"]:-moz-placeholder,.footer-subscribe input[type="email"]::-moz-placeholder,.footer-subscribe input[type="text"]:-moz-placeholder,.footer-subscribe input[type="text"]::-moz-placeholder {
color:#313131;
opacity:1;
}

.footer-instagram.penci-top-instagram h4.footer-instagram-title,body.single-portfolio .post-comments .post-title-box,.comments > .comment:first-child,.comments .comment > .comment:first-child {
border-top:none;
}

.jr-insta-thumb ul.thumbnails li a,.penci-insta-thumb ul.thumbnails li a {
position:relative;
display:inline-block;
vertical-align:top !important;
width:100%;
}

.footer-instagram .jr-insta-thumb ul.thumbnails li a:before,.footer-instagram .jr-insta-thumb ul.thumbnails li a:after,.footer-instagram .penci-insta-thumb ul.thumbnails li a:before,.footer-instagram .penci-insta-thumb ul.thumbnails li a:after {
top:5px;
right:5px;
bottom:5px;
left:5px;
}

.penci-insta-thumb ul.thumbnails li a:before,.jr-insta-thumb ul.thumbnails li a:before {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
-webkit-transform:scale(0,1);
transform:scale(0,1);
}

.penci-insta-thumb ul.thumbnails li a:after,.jr-insta-thumb ul.thumbnails li a:after {
border-right:1px solid #fff;
border-left:1px solid #fff;
-webkit-transform:scale(1,0);
transform:scale(1,0);
}

.penci-insta-thumb ul.thumbnails li a:hover:after,.penci-insta-thumb ul.thumbnails li a:hover:before,.jr-insta-thumb ul.thumbnails li a:hover:after,.jr-insta-thumb ul.thumbnails li a:hover:before {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}

@media only screen and (max-width: 767px) {
.comment-respond .comment-reply-title small {
display:block;
margin-top:15px;
}
}

#respond {
overflow:hidden;
margin-bottom:40px;
position:relative;
}

.no-comment-yet #respond {
padding-top:0;
border-top:0;
}

#respond h3 {
font-size:14px;
color:#939393;
font-weight:500;
margin-bottom:30px;
font-family:var(--pchead-font);
letter-spacing:1px;
text-transform:uppercase;
}

#respond h3 a {
color:#000;
display:inline-block;
}

#respond h3 small a {
text-transform:uppercase;
font-size:12px;
color:#888;
padding:0;
margin-left:7px;
letter-spacing:0;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
font-weight:500;
position:absolute;
right:0;
}

#respond h3 small a:hover {
color:#313131;
}

form.wpcf7-form {
margin-left:-14px;
margin-right:-14px;
}

#respond form#commentform > iframe.jetpack_remote_comment {
max-width:calc(100% - 1px);
}

.mc4wp-form label {
text-align:left;
margin-bottom:10px;
display:block;
}

#respond p.comment-form-author,#respond p.comment-form-email,#respond p.comment-form-url,.wpcf7 p.name,.wpcf7 p.email,.wpcf7 p.subject {
width:33.333333%;
padding:0 14px;
float:left;
display:inline-block;
margin:0;
}

#respond p.comment-form-author,#respond p.comment-form-email,#respond p.comment-form-url {
width:32%;
margin-left:2%;
padding:0;
}

#respond p.comment-form-comment {
clear:both;
margin:0;
}

.wpcf7 p.message {
clear:both;
margin:0 14px;
}

form.comment-form > p,form.comment-form > div,form.comment-form > input,form.comment-form > textarea,form.comment-form > label,form.comment-form > span,form.wpcf7-form > div,form.wpcf7-form > p,form.wpcf7-form > input,form.wpcf7-form > textarea,form.wpcf7-form > label,form.wpcf7-form > span,form#commentform > p,form#commentform > div,form#commentform > input,form#commentform > textarea,form#commentform > label,form#commentform > span {
margin:0 14px;
}

form#commentform > input[type="checkbox"] {
margin-left:14px !important;
margin-right:14px !important;
}

form.wpcf7-form > div.wpcf7-response-output {
margin-left:14px;
margin-right:14px;
}

.captchaSizeDivLarge {
clear:both;
}

label#captcha_code_label {
display:inline-block;
}

form#commentform > p.comment-subscription-form {
margin-top:15px;
margin-left:0;
line-height:1.3;
}

form#commentform > p.comment-subscription-form:last-child {
margin-top:5px;
}

form#commentform > p.comment-subscription-form input[type="checkbox"] {
margin:0;
vertical-align:top;
}

#respond p.comment-subscription-form label {
vertical-align:top;
}

form#commentform p.mc4wp-checkbox label,form#commentform p.comment-subscription-form label {
font-family:inherit;
font-size:inherit;
text-transform:inherit;
letter-spacing:inherit;
font-weight:inherit;
color:#777;
}

#respond label,.wpcf7 label {
color:#939393;
font-size:12px;
display:block;
font-family:var(--pchead-font);
text-transform:none;
font-weight:var(--pchead-wei);
letter-spacing:1px;
margin-bottom:8px;
}

#respond .comment-form label {
font-family:inherit;
font-weight:inherit;
font-size:inherit;
color:inherit;
letter-spacing:0;
}

#respond .comment-form-cookies-consent label {
display:inline;
}

#respond p.form-submit,.wpcf7 p.submit {
margin:0 14px;
text-align:center;
clear:both;
}

.penci-login-register:before,.penci-login-register:after,.pclg-2col:before,.pclg-2col:after {
content:'';
display:table;
width:100%;
}

.penci-login-register input[type="email"],.penci-login-register input[type="text"],.penci-login-register input[type="password"],.penci-login-register input[type="number"],#respond input,.wpcf7 input,.widget_wysija input {
padding:12px 20px;
max-width:100%;
border:1px solid #DEDEDE;
margin-bottom:28px;
font-size:14px;
width:100%;
font-weight:400;
font-family:var(--pcbody-font);
max-height:50px;
background:none;
}

.jetpack_subscription_widget #subscribe-email input {
width:100% !important;
padding:12px 20px!important;
margin-top:10px;
}

.penci-login-register textarea,#respond textarea,.wpcf7 textarea {
padding:15px 20px;
border:1px solid #DEDEDE;
width:100%;
height:120px;
font-size:14px;
color:#313131;
margin-bottom:28px;
line-height:20px;
font-weight:500;
outline:none;
vertical-align:top;
font-family:var(--pcbody-font);
}

.penci-login-register input[type="submit"],#respond #submit,.wpcf7 input[type="submit"],.widget_wysija input[type="submit"] {
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
background:#F5F5F5;
border-radius:0;
font-size:14px;
color:#313131;
padding:12px 20px;
display:inline-block;
-o-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
cursor:pointer;
width:auto;
min-width:120px;
text-align:center;
margin:0;
border:none;
}

.penci-login-register input[type="submit"]:hover,#respond #submit:hover,.wpcf7 input[type="submit"]:hover,.widget_wysija input[type="submit"]:hover {
color:#fff;
background:var(--pcaccent-cl);
}

.contact-form input[type=email],.contact-form input[type=text] {
max-width:300px;
width:100%;
padding:10px 15px;
}

.contact-form input[type=submit] {
text-transform:uppercase;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
background:#F5F5F5;
border-radius:0;
font-size:14px;
color:#313131;
padding:16px 20px;
display:inline-block;
-o-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
cursor:pointer;
width:auto;
min-width:120px;
text-align:center;
margin:0;
border:none;
}

.widget input[type="text"],.widget input[type="email"],.widget input[type="date"],.widget input[type="number"],.widget input[type="search"],.widget input[type="password"] {
border:1px solid #DEDEDE;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
outline:none;
background:none;
display:block;
font-size:13px;
padding:11px 20px;
margin-bottom:20px;
letter-spacing:0;
font-family:var(--pcbody-font);
width:100%;
max-width:100%;
display:block;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor:auto;
height:auto;
vertical-align:baseline;
line-height:normal;
}

.penci-button,.widget input[type="submit"],.widget button[type="submit"] {
display:block;
width:100%;
font-size:14px;
padding:12px 20px;
text-transform:uppercase;
color:#313131;
margin:0;
cursor:pointer;
border:none;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
background:#F5F5F5;
max-width:100%;
outline:none;
}

.penci-button,.widget input[type="submit"]:hover,.widget button[type="submit"]:hover {
background:var(--pcaccent-cl);
color:#fff;
}

#respond input[type="checkbox"],.wpcf7 input[type="checkbox"],.widget_wysija input[type="checkbox"],.widget input[type="checkbox"],#respond input[type="radio"],.wpcf7 input[type="radio"],.widget_wysija input[type="radio"],.widget input[type="radio"] {
width:auto;
margin:0;
padding:0;
}

form#commentform > .comment-form-cookies-consent {
margin:0 0 15px;
clear:both;
line-height:1.4;
color:#777;
}

#respond .comment-form-cookies-consent input[type="checkbox"] {
margin-right:5px;
transform:translateY(2px);
-webkit-transform:translateY(2px);
}

#respond form#commentform,#respond p.form-submit {
margin:0;
}

#respond p.comment-form-author,form#commentform > p.mc4wp-checkbox {
margin-left:0;
}

.penci-login-register input:focus,#respond input:focus,.wpcf7 input:focus,.penci-login-register textarea:focus,#respond textarea:focus,.wpcf7 textarea:focus {
outline:none;
}

@media only screen and (min-width: 768px) {
.post-comments.penci-comments-hide-1 #respond input,.post-comments.penci-comments-hide-2 #respond input {
max-width:100%;
}

.post-comments.penci-comments-hide-1 #respond p.comment-form-author,.post-comments.penci-comments-hide-1 #respond p.comment-form-email,.post-comments.penci-comments-hide-1 #respond p.comment-form-url {
width:49%;
}

.post-comments.penci-comments-hide-1 #respond .comment-form > p:nth-child(2) {
margin-left:0;
}

.post-comments.penci-comments-hide-2 #respond p.comment-form-author,.post-comments.penci-comments-hide-2 #respond p.comment-form-email,.post-comments.penci-comments-hide-2 #respond p.comment-form-url {
width:100%;
margin-left:0;
margin-right:0;
}
}

.archive-box {
background:none;
margin:0 0 30px;
position:relative;
text-align:center;
}

.archive-box:before {
width:60px;
bottom:-5px;
margin-left:-30px;
}

.archive-box .title-bar {
position:relative;
display:block;
}

.archive-box span,.archive-box h1 {
letter-spacing:1px;
color:#313131;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
text-transform:uppercase;
font-size:24px;
line-height:1.2em;
position:relative;
z-index:10;
}

.archive-box h1 {
display:inline-block;
color:var(--pcaccent-cl);
}

.nothing {
margin-bottom:60px;
text-align:center;
}

.nothing span {
position:relative;
z-index:10;
color:inherit;
font-size:14px;
}

.penci-category-description {
margin-bottom:35px;
line-height:1.8;
}

.penci-category-description.align-center {
text-align:center;
}

.penci-container-inside.penci-breadcrumb,.container.penci-breadcrumb {
line-height:1.4;
margin-bottom:20px;
}

.container.penci-breadcrumb {
margin-top:-30px;
clear:both;
}

.container.penci-breadcrumb.penci-crumb-inside {
width:100%;
margin-top:0;
}

.post-image .container.penci-breadcrumb {
width:100%;
margin-bottom:20px;
}

.single.penci-body-single-style-5 .container.penci-breadcrumb,.single.penci-body-single-style-6 .container.penci-breadcrumb {
margin-bottom:20px;
}

.wrapper-boxed.penci-page-hide-header .container.penci-breadcrumb {
margin-top:10px;
}

.penci-container-inside.penci-breadcrumb {
margin-top:-5px;
}

.wrapper-boxed.penci-page-hide-header .featured-area + .container.penci-breadcrumb {
margin-top:-30px;
}

.penci-container-inside.penci-breadcrumb span,.penci-container-inside.penci-breadcrumb span a,.container.penci-breadcrumb span,.container.penci-breadcrumb span a {
font-size:13px;
color:#888;
font-family:var(--pchead-font);
font-weight:500;
}

.penci-container-inside.penci-breadcrumb span a:hover,.container.penci-breadcrumb span a:hover {
color:var(--pcaccent-cl);
}

.penci-container-inside.penci-breadcrumb i,.container.penci-breadcrumb i {
color:#888;
font-size:13px;
margin:0 15px 0 19px;
}

.penci-container-inside.penci-woo-breadcrumb,.container.penci-woo-breadcrumb {
width:100% !important;
margin-top:0;
}

.penci-page-header {
margin:0 0 30px;
text-align:center;
position:relative;
}

.penci-page-header h1 {
font-size:24px;
color:#313131;
text-transform:uppercase;
}

.aligncenter,div.aligncenter,.video-align-center {
display:block;
margin:5px auto 20px;
}

.alignright,.video-align-right {
float:right;
margin:5px 0 20px 20px;
}

.alignleft,.video-align-left {
float:left;
margin:5px 20px 20px 0;
}

.video-align-left,.video-align-right {
display:block;
width:100%;
}

.aligncenter {
display:block;
margin:5px auto;
}

a img.alignright {
float:right;
margin:5px 0 17px 30px;
}

a img.alignleft {
float:left;
margin:5px 30px 17px 0;
}

a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
background:none;
border:none;
padding:0;
max-width:100%;
text-align:center;
position:relative;
overflow:hidden;
}

.wp-caption.alignnone {
margin:5px 0 17px;
}

.wp-caption.alignleft {
margin:5px 30px 17px 0;
}

.wp-caption.alignright {
margin:5px 0 17px 30px;
}

.wp-caption img {
border:0 none;
height:auto;
margin:0;
max-width:100%;
padding:0;
width:100%;
}

.wp-caption p.wp-caption-text,.penci-featured-caption {
font-size:14px;
line-height:1.4;
margin:0;
padding:11px 10px;
color:#fff;
font-style:italic;
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.5);
transition:all .4s;
-webkit-transition:all .4s;
-moz-transition:all .4s;
}

.wp-caption:hover p.wp-caption-text,.post-image:hover .penci-featured-caption {
transform:translateY(100%);
-webkit-transform:translateY(100%);
opacity:.7;
}

.penci-single-style-3 .post-image .penci-owl-carousel figure p,.penci-single-style-7 .post-image .penci-owl-carousel figure p,.penci-single-style-3 .penci-featured-caption,.penci-single-style-7 .penci-featured-caption {
bottom:40px;
text-align:left;
display:inline-block;
width:auto;
transform:none !important;
opacity:1 !important;
padding:10px 20px;
left:0;
right:auto;
}

.penci-single-style-7 .penci-featured-caption,.penci-single-style-7 .post-image .penci-owl-carousel figure p {
width:100%;
text-align:center;
}

.penci-featured-caption.penci-fixed-caption {
transform:none !important;
opacity:1 !important;
}

.penci-featured-caption.penci-fixed-caption.penci-caption-relative {
position:static;
background:none;
padding:0;
display:block;
margin-top:10px;
}

.penci-featured-caption.penci-fixed-caption.penci-caption-relative:before {
content:none;
display:none;
}

.penci-featured-caption.penci-fixed-caption.penci-caption-relative a {
color:inherit;
}

.archive-box:after,.archive-box:before,.penci-page-header:after,.penci-page-header:before {
content:none;
}

.penci-header-text-white .container.penci-breadcrumb,.page #sidebar-nav + .container.penci-breadcrumb {
margin-top:0;
}

.alignnone,a img.alignnone {
margin:5px 20px 20px 0;
}

@media only screen and (max-width: 960px) {
.penci-single-style-3 .post-image .penci-owl-carousel figure p,.penci-single-style-7 .post-image .penci-owl-carousel figure p,.penci-single-style-3 .penci-featured-caption,.penci-single-style-7 .penci-featured-caption {
bottom:0;
width:100%;
text-align:center;
}
}

.post-entry pre {
display:block;
font-size:14px;
word-break:break-all;
word-wrap:break-word;
white-space:pre-wrap;
background-color:#f4f4f4;
border:1px solid rgba(0,0,0,0.1);
margin:0 0 20px;
line-height:1.4;
padding:15px;
letter-spacing:0;
color:inherit;
}

.post-entry code {
padding:2px;
border-radius:2px;
color:#23282d;
background:#f4f4f4;
font-family:Menlo,Consolas,monaco,monospace;
font-size:inherit;
border:none;
}

.penci-single-block {
display:block;
clear:both;
}

.penci-ldsingle {
display:block;
clear:both;
text-align:center;
width:100%;
margin:30px 0;
}

.penci-ldspinner {
display:inline-block;
vertical-align:top;
}

.penci-ldspinner > div {
width:18px;
height:18px;
margin:0 5px;
background-color:var(--pcaccent-cl);
border-radius:100%;
display:inline-block;
-webkit-animation:sk-bouncedelay 1.2s infinite ease-in-out both;
animation:sk-bouncedelay 1.2s infinite ease-in-out both;
}

.penci-ldspinner .bounce1 {
-webkit-animation-delay:-.32s;
animation-delay:-.32s;
}

.penci-ldspinner .bounce2 {
-webkit-animation-delay:-.16s;
animation-delay:-.16s;
}

@-webkit-keyframes sk-bouncedelay {
0%,80%,100% {
-webkit-transform:scale(0);
}

40% {
-webkit-transform:scale(1.0);
}
}

@keyframes sk-bouncedelay {
0%,80%,100% {
-webkit-transform:scale(0);
transform:scale(0);
}

40% {
-webkit-transform:scale(1.0);
transform:scale(1.0);
}
}

.penci-single-infiads {
margin:10px 0 40px;
clear:both;
display:block;
overflow:hidden;
width:100%;
text-align:center;
}

.penci-single-infiscroll .penci-single-block:not(:first-child) .container.penci-breadcrumb {
margin-top:0;
}

.widget .zframe-flickr-wrap-ltr,.widget ul.instagram-pics {
list-style:none;
margin:0;
padding:0;
overflow:hidden;
margin-left:-3px;
margin-right:-3px;
}

.widget .zframe-flickr-wrap-ltr .flickr_badge_image,.widget ul.instagram-pics li {
display:block;
float:left;
width:33.33%;
padding:3px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
margin:0!important;
border:none !important;
}

.widget .zframe-flickr-wrap-ltr .flickr_badge_image img {
margin:0;
width:100%;
float:none;
height:auto;
}

.instag ul.thumbnails > li,.jr-insta-thumb ul > li {
width:32% !important;
}

.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-time,.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-username,.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-caption {
line-height:1.5;
}

.gallery .gallery-caption {
font-size:13px;
color:#939393;
font-family:var(--pchead-font);
font-style:italic;
}

.gallery .gallery-icon img {
border-radius:2px;
border:1px solid #eee !important;
padding:7px;
}

.gallery .gallery-icon img:hover {
border:1px solid #ccc !important;
}

.penci-post-gallery-container {
margin-bottom:20px;
}

.penci-post-gallery-container a {
opacity:0;
}

.penci-post-gallery-container.single-slider a {
opacity:1;
}

.penci-post-gallery-container.single-slider figure p,.post-image .penci-owl-carousel figure p {
margin:0;
position:absolute;
bottom:0;
right:0;
display:inline-block;
vertical-align:top;
background:rgba(0,0,0,0.6);
color:#fff;
padding:7px 15px;
font-style:italic;
font-size:13px;
line-height:1.4;
z-index:2;
}

.justified-gallery > a > .caption,.justified-gallery > div > .caption {
font-family:inherit;
font-weight:inherit;
padding:9px 15px;
line-height:1.5;
background:rgba(0,0,0,0.6);
opacity:1;
}

.penci-post-gallery-container.masonry .item-gallery-masonry {
width:33.33333%;
float:left;
margin-bottom:6px;
padding:0 3px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
position:relative;
}

.penci-post-gallery-container.masonry.column-4 .item-gallery-masonry {
width:25%;
}

.penci-post-gallery-container.masonry .item-gallery-masonry a {
position:relative;
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
-webkit-animation-delay:.1s;
-moz-animation-delay:.1s;
-o-animation-delay:.1s;
animation-delay:.1s;
display:inline-block;
width:100%;
}

.masonry.column-2 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(2n+2) a,.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+2) a,.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+2) a {
-webkit-animation-delay:.3s;
-moz-animation-delay:.3s;
-o-animation-delay:.3s;
animation-delay:.3s;
}

.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+3) a,.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+3) a {
-webkit-animation-delay:.6s;
-moz-animation-delay:.6s;
-o-animation-delay:.6s;
animation-delay:.6s;
}

.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+4) a {
-webkit-animation-delay:.9s;
-moz-animation-delay:.9s;
-o-animation-delay:.9s;
animation-delay:.9s;
}

.penci-post-gallery-container.masonry {
margin-left:-3px;
margin-right:-3px;
}

.penci-post-gallery-container.masonry img {
width:100%;
}

.penci-post-gallery-container.masonry .item-gallery-masonry .caption {
position:absolute;
bottom:0;
left:0;
right:0;
margin:0;
color:#fff;
font-size:12px;
font-family:inherit;
font-weight:inherit;
padding:9px 15px;
line-height:1.5;
background:rgba(0,0,0,0.6);
opacity:0;
transition:all .3s;
-webkit-transition:all .3s;
z-index:2;
}

.penci-post-gallery-container.masonry .item-gallery-masonry:hover .caption {
opacity:.7;
}

.penci-tweets-widget-content ul li {
margin:0!important;
padding:0!important;
border:none !important;
}

.penci-slider.penci-tweets-slider ul.slides li:before,.penci-slider.penci-tweets-slider ul.slides li:after {
content:none !important;
display:none !important;
}

.penci-tweets-widget-content .icon-tweets {
display:block;
text-align:center;
margin-bottom:12px;
font-size:32px;
color:var(--pcaccent-cl);
margin-top:-10px;
}

.penci-tweets-widget-content .tweet-text {
color:#313131;
margin-bottom:10px;
text-align:center;
}

.penci-tweets-widget-content .tweet-intents {
text-align:center;
overflow:hidden;
}

.penci-tweets-widget-content .tweet-intents a {
color:var(--pcaccent-cl);
font-size:13px;
font-style:italic;
}

.penci-tweets-widget-content .tweet-intents span:after {
content:"/";
margin:0 5px;
font-size:11px;
color:var(--pcaccent-cl);
font-family:var(--pcbody-font);
}

.penci-tweets-widget-content .tweet-intents span:last-child:after {
content:none;
display:none;
}

.penci-tweets-widget-content .tweet-intents-inner {
display:inline-block;
vertical-align:top;
position:relative;
}

.penci-tweets-widget-content .tweet-intents-inner:before,.penci-tweets-widget-content .tweet-intents-inner:after {
content:"";
position:absolute;
top:50%;
width:250px;
height:1px;
background:var(--pcaccent-cl);
right:100%;
margin-right:15px;
opacity:.5;
}

.penci-tweets-widget-content .tweet-intents-inner:after {
right:auto;
left:100%;
margin-right:0;
margin-left:15px;
}

.penci-tweets-widget-content .tweet-date {
line-height:1.8;
white-space:nowrap;
text-align:center;
margin-bottom:9px;
opacity:.7;
font-size:14px;
}

.penci-owl-carousel.penci-tweets-slider .owl-dots {
position:static;
margin-top:23px !important;
}

.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot {
margin:0 4px;
}

.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot span {
width:10px;
height:10px;
box-shadow:none;
-webkit-box-shadow:none;
border:1px solid #d4d4d4;
}

.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot.active span,.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot:hover span {
border-color:var(--pcaccent-cl);
background:var(--pcaccent-cl);
}

.penci-tweets-widget-content.pc_alignleft .icon-tweets,.penci-tweets-widget-content.pc_alignleft .tweet-text,.penci-tweets-widget-content.pc_alignleft .tweet-date,.penci-tweets-widget-content.pc_alignleft .tweet-intents,.penci-tweets-widget-content.pc_alignleft .penci-owl-carousel-slider .owl-dots {
text-align:left;
}

.penci-tweets-widget-content.pc_alignright .icon-tweets,.penci-tweets-widget-content.pc_alignright .tweet-text,.penci-tweets-widget-content.pc_alignright .tweet-date,.penci-tweets-widget-content.pc_alignright .tweet-intents,.penci-tweets-widget-content.pc_alignright .penci-owl-carousel-slider .owl-dots {
text-align:right;
}

div.wpcf7 {
overflow:hidden;
margin-top:40px;
}

span.wpcf7-not-valid-tip {
margin-top:-15px;
margin-bottom:15px;
}

div.wpcf7-response-output {
margin:20px 14px 1em;
padding:.6em 1em;
margin-top:20px !important;
}

.error-404 {
text-align:center;
margin:150px 0 112px;
}

.error-image {
position:relative;
padding-bottom:41px;
margin-bottom:30px;
}

.error-image:after {
content:"";
position:absolute;
width:60px;
height:1px;
background:var(--pcaccent-cl);
bottom:0;
left:50%;
margin-left:-30px;
}

.error-404 .sub-heading-text-404 {
font-size:16px;
font-weight:400;
margin:0;
color:#313131;
}

.error-404 form.pc-searchform {
margin:31px 0 0;
padding:0 10px;
}

.error-404 form.pc-searchform input.search-input {
width:100%;
max-width:270px;
}

.error-404 .go-back-home {
margin-top:50px;
}

.error-404 .go-back-home a {
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
text-decoration:none;
line-height:1.5;
position:relative;
display:inline-block;
padding-bottom:1px;
}

.error-404 .go-back-home a:after {
position:absolute;
width:100%;
height:1px;
bottom:0;
left:0;
background:var(--pcaccent-cl);
content:"";
}

.penci-header-signup-form {
display:block;
padding:20px 0;
background:var(--pcaccent-cl);
margin:-50px 0 60px;
clear:both;
}

.penci-header-signup-form.penci-header-signup-form-below {
padding-left:20px;
padding-right:20px;
margin-left:auto;
margin-right:auto;
}

.elementor-template-full-width .wrapper-boxed > .penci-header-signup-form {
display:none;
}

.penci-header-signup-form .mc4wp-form {
margin:0;
width:100%;
max-width:100%;
color:#fff;
}

.penci-header-signup-form h4.header-signup-form {
text-align:center;
margin-bottom:18px;
font-size:24px;
color:#fff;
text-transform:uppercase;
}

.penci-header-signup-form .mc4wp-form-fields > p,.penci-header-signup-form form > p {
display:table-cell;
text-align:left;
color:#fff;
padding-right:20px;
line-height:1.5;
vertical-align:middle;
}

.penci-header-signup-form .mc4wp-form-fields > p:last-of-type,.penci-header-signup-form form > p:last-of-type {
padding-right:0;
}

.penci-header-signup-form .mc4wp-form-fields > p:first-of-type,.penci-header-signup-form form > p:first-of-type {
max-width:500px;
}

.penci-header-signup-form .mc4wp-form input[type="text"],.penci-header-signup-form .mc4wp-form input[type="email"] {
margin:0;
margin-right:20px;
border-color:#fff;
color:#fff;
}

.penci-header-signup-form .widget input[type="submit"] {
color:#313131;
background:#fff;
}

.penci-header-signup-form .mc4wp-error,.penci-header-signup-form .mc4wp-error,.penci-header-signup-form .mc4wp-alert {
margin-top:15px;
}

.penci-portfolio-thumbnail .penci-image-placeholder {
position:relative;
display:block;
background-color:#eee;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
-webkit-background-size:cover;
}

.penci-portfolio-thumbnail .penci-image-placeholder > img {
position:absolute;
display:block;
max-width:100%;
width:100%;
height:100%;
top:0;
left:0;
}

.wrapper-penci-portfolio {
width:100%;
overflow:hidden;
}

.penci-portfolio-filter {
display:block;
text-align:center;
margin:0 0 15px;
}

.post-entry .penci-portfolio-filter ul,.penci-portfolio-filter ul {
list-style:none;
display:inline-block;
vertical-align:top;
padding:0!important;
margin:0;
}

.post-entry .penci-portfolio-filter ul li,.penci-portfolio-filter ul li {
display:inline-block;
float:left;
margin:0 15px 5px;
padding:0;
}

.post-entry .penci-portfolio-filter ul li a,.penci-portfolio-filter ul li a {
color:#313131;
font-family:var(--pchead-font);
}

.post-entry .penci-portfolio-filter ul li a:hover,.post-entry .penci-portfolio-filter ul li.active a,.penci-portfolio-filter ul li a:hover,.penci-portfolio-filter ul li.active a {
color:var(--pcaccent-cl);
text-decoration:none;
}

.penci-portfolio-wrap {
margin-left:-10px;
margin-right:-10px;
}

.inner-portfolio-posts .portfolio-item {
width:33.33333%;
padding:0 10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
float:left;
margin-bottom:20px;
}

.inner-item-portfolio {
position:relative;
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.7s;
-moz-animation-duration:.7s;
-ms-animation-duration:.7s;
-o-animation-duration:.7s;
animation-duration:.7s;
-webkit-animation-delay:.1s;
-moz-animation-delay:.1s;
-o-animation-delay:.1s;
animation-delay:.1s;
}

.penci-portfolio-wrap.column-2 .portfolio-item:nth-child(2n+1) .inner-item-portfolio,.penci-portfolio-wrap.column-3 .portfolio-item:nth-child(3n+2) .inner-item-portfolio {
-webkit-animation-delay:.4s;
-moz-animation-delay:.4s;
-o-animation-delay:.4s;
animation-delay:.4s;
}

.penci-portfolio-wrap.column-3 .portfolio-item:nth-child(3n+3) .inner-item-portfolio {
-webkit-animation-delay:.7s;
-moz-animation-delay:.7s;
-o-animation-delay:.7s;
animation-delay:.7s;
}

.penci-portfolio-thumbnail a:after {
opacity:0;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background:#fff;
content:"";
-webkit-transition:.5s;
transition:.5s;
z-index:10;
}

.inner-item-portfolio:hover .penci-portfolio-thumbnail a:after {
opacity:.87;
}

.inner-item-portfolio .portfolio-desc {
position:absolute;
text-align:center;
top:50%;
width:100%;
padding:0 10px;
margin:0;
z-index:12;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}

.inner-item-portfolio a {
text-decoration:none !important;
}

.inner-item-portfolio .portfolio-desc h3 {
opacity:0;
text-transform:uppercase;
font-size:14px;
margin-bottom:10px;
position:relative;
-webkit-transform:translateY(15px);
-ms-transform:translateY(15px);
transform:translateY(15px);
-webkit-transition:.3s cubic-bezier(.215,.61,.355,1) 0s;
transition:.3s cubic-bezier(.215,.61,.355,1) 0s;
transition-delay:.2s;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
color:#313131;
}

.inner-item-portfolio .portfolio-desc span {
opacity:0;
font-size:12px;
display:block;
vertical-align:top;
line-height:1.3;
text-decoration:none;
color:#888;
-webkit-transform:translateY(-15px);
-ms-transform:translateY(-15px);
transform:translateY(-15px);
-webkit-transition:.3s cubic-bezier(.215,.61,.355,1) 0s;
transition:.3s cubic-bezier(.215,.61,.355,1) 0s;
transition-delay:.2s;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
}

.inner-item-portfolio .portfolio-desc span del {
margin-right:5px;
transform:translateY(2px);
-webkit-transform:translateY(2px);
display:inline-block;
}

.inner-item-portfolio .portfolio-desc span span {
display:inline-block;
}

.inner-item-portfolio .portfolio-desc span del span {
text-decoration:inherit;
}

.inner-item-portfolio .portfolio-desc span ins span {
font-size:13px;
}

.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc {
margin-top:20px;
position:relative;
top:0;
transform:none;
}

.penci-portfolio-below_img .penci-portfolio-thumbnail a:after {
content:none;
}

.single-portfolio-thumbnail {
margin-bottom:26px;
text-align:center;
vertical-align:top;
}

.portfolio-page-content .portfolio-detail {
margin:0 auto;
max-width:1000px;
}

.project-pagination a {
font-weight:var(--pchead-wei);
font-family:var(--pchead-font);
text-transform:uppercase;
font-size:13px;
letter-spacing:1px;
}

.project-pagination .next-post a:after {
display:inline-block;
color:inherit;
content:'\f178';
font-family:FontAwesome;
font-size:14px;
margin-left:5px;
}

.project-pagination .prev-post a:before {
display:inline-block;
color:inherit;
content:'\f177';
font-family:FontAwesome;
font-size:14px;
margin-right:5px;
}

.penci-fawesome-ver5 .project-pagination .next-post a:after,.penci-fawesome-ver5 .project-pagination .prev-post a:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
}

.tags-share-box.hide-tags.page-share.no-border-bottom-portfolio {
border-bottom:none;
}

.penci-pfl-ajaxdot {
display:inline-block;
width:30px;
height:30px;
background-color:#111;
border-radius:100%;
-webkit-animation:scaleoutPortfolio 1s infinite ease-in-out;
animation:scaleoutPortfolio 1s infinite ease-in-out;
z-index:50;
opacity:0;
position:absolute;
top:5px;
left:50%;
margin-left:-15px;
visibility:hidden;
}

.penci-ajax-more-button.loading-portfolios .penci-pfl-ajaxdot {
opacity:1;
z-index:100;
visibility:visible;
}

.penci-ajax-more-button.loading-portfolios .ajax-more-text {
opacity:0;
visibility:hidden;
}

.penci-ajax-more-button.loading-portfolios {
background:transparent !important;
color:transparent !important;
border-color:transparent!important;
}

.instag ul li,.jr-insta-thumb ul li,.pllexislider ul li {
margin:0;
padding-bottom:0;
border-bottom:none;
}

.penci-post-gallery-container.single-slider figure,.post-image .penci-owl-carousel figure,.inner-item-masonry-gallery,.penci-plf-loadmore {
position:relative;
}

.penci-post-gallery-container.masonry.column-2 .item-gallery-masonry,.penci-portfolio.column-2 .inner-portfolio-posts .portfolio-item,.container .penci-portfolio.column-2 .inner-portfolio-posts .portfolio-item {
width:50%;
}

.penci-post-gallery-container.masonry .item-gallery-masonry a.animated,.penci-portfolio.loaded .inner-item-portfolio.animated {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
opacity:1;
}

.penci-post-gallery-container.masonry .inner-gallery-masonry-container,.penci-portfolio-wrap .inner-portfolio-posts {
display:inline-block;
width:100%;
vertical-align:top;
}

.penci-header-signup-form .mc4wp-form > form,.penci-header-signup-form .mc4wp-form-fields {
display:table;
width:100%;
}

.penci-header-signup-form .mc4wp-form input[type="text"]::-webkit-input-placeholder,.penci-header-signup-form .mc4wp-form input[type="email"]::-webkit-input-placeholder,.penci-header-signup-form .mc4wp-form input[type="text"]:-ms-input-placeholder,.penci-header-signup-form .mc4wp-form input[type="email"]:-ms-input-placeholder {
color:#fff;
}

.penci-header-signup-form .mc4wp-form input[type="text"]:-moz-placeholder,.penci-header-signup-form .mc4wp-form input[type="email"]:-moz-placeholder,.penci-header-signup-form .mc4wp-form input[type="text"]::-moz-placeholder,.penci-header-signup-form .mc4wp-form input[type="email"]::-moz-placeholder {
color:#fff;
opacity:1;
}

.inner-item-portfolio:hover .portfolio-desc h3,.inner-item-portfolio:hover .portfolio-desc span,.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc h3,.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc span {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}

@-webkit-keyframes scaleoutPortfolio {
0% {
-webkit-transform:scale(0);
}

100% {
-webkit-transform:scale(1);
opacity:0;
}
}

@keyframes scaleoutPortfolio {
0% {
-webkit-transform:scale(0);
transform:scale(0);
}

100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0;
}
}

.wrapper-penci-review {
margin-bottom:25px;
margin-top:20px;
border:1px solid #dedede;
}

.penci-review-container {
padding:25px;
}

.penci-review-thumb {
float:left;
width:80px;
margin-right:20px;
}

.penci-review-thumb img {
max-width:100%;
height:auto;
}

.penci-review-metas {
display:block;
overflow:hidden;
}

.penci-review-metas .penci-review-meta {
margin-right:15px;
display:inline-block;
color:#888;
font-size:13px;
line-height:1.5;
}

.penci-review-metas .penci-review-meta i {
font-size:14px;
margin-right:4px;
color:#aaa;
font-style:normal;
}

.penci-review-metas .penci-review-btnbuy {
float:left;
font-size:12px;
font-weight:700;
margin-top:4px;
border:1px solid;
padding:0 12px;
height:28px;
line-height:26px;
color:var(--pcaccent-cl);
-moz-transition:.25s;
-webkit-transition:.25s;
transition:.25s;
}

.penci-review-metas .penci-review-btnbuy:hover {
background:var(--pcaccent-cl);
color:#fff;
border-color:var(--pcaccent-cl);
text-decoration:none;
}

.penci-review-container.penci-review-count {
border-bottom:1px solid #dedede;
}

.penci-review-container.penci-review-count h4 {
font-size:20px;
margin:0;
}

.penci-review-container.penci-review-count h4 span,.penci-review-container.penci-review-count h4 a {
font-family:inherit;
color:inherit;
font-size:inherit;
font-weight:inherit;
letter-spacing:inherit;
text-decoration:none !important;
}

.penci-review-schemas,.penci-review-desc {
margin-top:10px;
}

.post-entry .penci-review-desc p {
margin:0;
}

.wrapper-penci-review .penci-review ul.penci-review-number {
padding:0;
margin:15px 0 0;
}

.wrapper-penci-review .penci-review ul.penci-review-number li {
list-style:none;
margin-bottom:18px;
}

.wrapper-penci-review .penci-review ul.penci-review-number li:before,.wrapper-penci-review .penci-review ul.penci-review-number li:after,ul.penci-review-number li .penci-review-text:before,ul.penci-review-number li .penci-review-text:after,.penci-review-row:before,.penci-review-row:after,.penci-review-point:before,.penci-review-point:after {
content:'';
display:table;
}

.penci-review-text {
font-weight:700;
}

.penci-review-point {
font-size:inherit;
display:inline-block;
}

.penci-review-container.penci-review-point {
display:block;
}

.penci-review-score {
float:right;
font-size:inherit;
}

.penci-review-process {
display:block;
height:13px;
background:#e6e6e6;
width:100%;
margin-top:5px;
}

.penci-review-process span {
display:block;
height:13px;
width:0;
background:var(--pcaccent-cl);
}

.penci-review-row {
display:inline-block;
width:calc(100% + 24px);
margin-left:-12px;
margin-right:-12px;
vertical-align:top;
}

.penci-review-stuff,.penci-review-average {
float:left;
display:inline-block;
width:66.666%;
padding:0 12px;
}

.penci-review-average {
width:33.333%;
}

.penci-review-average.full-w {
width:100%;
margin:0!important;
}

.penci-review-stuff .penci-review-good {
width:50%;
float:left;
display:inline-block;
padding:0 12px;
}

.penci-review-stuff .penci-review-row.full-w .penci-review-good {
width:100%;
}

.penci-review-stuff .penci-review-good h5 {
font-size:15px;
margin-bottom:15px;
}

.penci-review .penci-review-good ul {
padding:0;
margin:0;
}

.penci-review .penci-review-good ul li {
list-style:none;
padding-left:18px;
margin-bottom:7px;
}

.penci-review .penci-review-good ul li:before {
content:"\f058";
color:#22b162;
position:absolute;
left:0;
top:5px;
font-family:FontAwesome;
font-size:14px;
line-height:1;
background:none !important;
}

.penci-review .penci-review-bad ul li:before {
content:"\f056";
color:#e03030;
}

.penci-review-score-total {
background:var(--pcaccent-cl);
color:#fff;
text-align:center;
padding:16px 10px;
display:block;
}

.penci-review-score-total.only-score {
padding:30px 10px;
}

.penci-review-score-num {
font-size:56px;
font-family:'Oswald',sans-serif;
line-height:1;
font-weight:400;
}

.penci-review-score-total span {
font-size:12px;
}

.penci-piechart {
position:absolute;
display:inline-block;
vertical-align:top;
right:20px;
top:20px;
text-align:center;
width:50px;
height:50px;
z-index:15;
}

.penci-piechart.penci-piechart-small {
width:34px;
height:34px;
top:7px;
right:7px;
}

.penci-chart-text {
width:50px;
height:50px;
font-size:16px;
position:absolute;
left:0;
top:0;
line-height:50px;
font-family:'Oswald',sans-serif;
font-weight:400;
color:#fff;
}

.penci-piechart-small .penci-chart-text {
width:34px;
height:34px;
font-size:12px;
line-height:34px;
}

div.bbp-breadcrumb {
float:none;
display:block;
margin-bottom:30px;
}

.bbp-breadcrumb span,.bbp-breadcrumb a {
font-size:13px;
color:#888;
font-family:var(--pchead-font);
font-weight:500;
}

.bbp-breadcrumb .bbp-breadcrumb-sep {
color:#888;
font-size:13px;
margin:0 15px;
}

.widget_display_stats dl {
overflow:hidden;
}

.widget_display_stats dd,.widget_display_stats dt {
display:inline-block;
vertical-align:top;
margin-bottom:11px;
padding-bottom:12px;
border-bottom:1px solid #DEDEDE;
font-size:14px;
}

.widget_display_stats dd:last-of-type,.widget_display_stats dt:last-of-type {
margin-bottom:0;
padding-bottom:0;
border-bottom:none;
}

.widget_display_stats dt {
float:left;
width:75%;
}

.widget_display_stats dt:before {
content:"\f105";
font-family:FontAwesome;
display:inline-block;
margin-right:10px;
font-size:90%;
}

.widget_display_stats dd {
float:right;
font-style:italic;
color:#888;
font-family:var(--pcbody-font);
font-weight:400;
text-align:right;
width:25%;
position:relative;
}

.pp_gallery ul a,.pp_gallery ul {
height:62px;
}

.pp_gallery {
margin-top:-65px;
}

.pp_nav p {
line-height:1;
}

.penci-google-adsense,.penci-google-adsense-1,.penci-google-adsense-2 {
margin:0 0 30px;
text-align:center;
overflow:hidden;
}

.penci-google-adsense.penci-google-adsense-footer {
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}

.penci-adsense-below-slider {
text-align:center;
margin:-30px auto 60px;
}

.widget_text .textwidget blockquote {
margin-bottom:10px;
padding-left:40px;
position:relative;
}

.widget_text .textwidget blockquote:before {
color:#999;
position:absolute;
top:0;
left:0;
font-size:22px;
content:"\f10d";
font-family:FontAwesome;
line-height:1;
}

.penci-vernav-enable .penci-menu-hbg {
box-shadow:0 0 2px 0 rgba(0,0,0,0.15);
-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);
-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);
}

.penci-vernav-toggle {
position:fixed;
width:50px;
height:50px;
display:none;
line-height:40px;
background:none;
top:0;
left:0;
z-index:99997;
transition:all .5s;
-webkit-transition:all .5s;
overflow:hidden;
}

.penci-vernav-poright .penci-vernav-toggle {
right:0;
left:auto;
}

.penci-vernav-poleft.penci-menuhbg-open .penci-vernav-toggle {
left:330px;
}

.penci-vernav-poright.penci-menuhbg-open .penci-vernav-toggle {
right:330px;
}

body.admin-bar .penci-vernav-toggle {
top:32px;
}

.wrapper-penci-review .penci-review ul.penci-review-number li:last-child,.penci-review .penci-review-good ul li:last-child {
margin-bottom:0;
}

.penci-fawesome-ver5 .penci-review .penci-review-good ul li:before,.penci-fawesome-ver5 .widget_display_stats dt:before,.penci-fawesome-ver5 .widget_text .textwidget blockquote:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
}

.widget_display_stats dd strong,div.ppt {
font-weight:400;
}

@media screen and (max-width: 782px) {
body.admin-bar .penci-vernav-toggle {
top:46px;
}
}

.penci-vernav-toggle:before {
width:0;
height:0;
border-top:50px solid var(--pcaccent-cl);
border-right:50px solid transparent;
content:"";
display:block;
}

.penci-vernav-poright .penci-vernav-toggle:before {
border-left:50px solid transparent;
}

.penci-vernav-toggle i {
position:absolute;
z-index:10;
font-size:14px;
top:7px;
left:9px;
font-weight:400;
line-height:1;
color:#fff;
}

body.penci-fawesome-ver5 .penci-vernav-toggle i {
font-weight:900;
}

.penci-vernav-poright .penci-vernav-toggle i {
left:auto;
right:9px;
}

@media only screen and (min-width: 961px) {
.penci-vernav-enable.penci-vernav-poleft .wrapper-boxed {
padding-left:330px;
}

.penci-vernav-enable.penci-vernav-poright .wrapper-boxed {
padding-right:330px;
}

.penci-vernav-enable .is-sticky #navigation {
width:calc(100% - 330px);
}

.penci-vernav-enable .penci-menu-hbg {
transform:none !important;
-webkit-transform:none !important;
-moz-transform:none !important;
}
}

@media only screen and (max-width: 960px) {
.penci-vernav-toggle {
display:inline-block;
}
}

@media only screen and (max-width: 479px) {
.penci-menu-hbg {
width:330px !important;
}

.penci-vernav-poleft.penci-menuhbg-open .penci-vernav-toggle,.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {
left:330px !important;
}

.penci-vernav-poright.penci-menuhbg-open .penci-vernav-toggle,.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-right {
right:330px !important;
}

.penci-menu-hbg.penci-menu-hbg-right {
transform:translateX(330px) !important;
-webkit-transform:translateX(330px) !important;
-moz-transform:translateX(330px) !important;
}

.penci-menu-hbg.penci-menu-hbg-left {
transform:translateX(-330px) !important;
-webkit-transform:translateX(-330px) !important;
-moz-transform:translateX(-330px) !important;
}
}

.penci-hbg-search-box {
margin-bottom:30px;
}

form.pc-searchform.penci-hbg-search-form .inner-hbg-search-form {
position:relative;
}

form.pc-searchform.penci-hbg-search-form input.search-input {
width:100%;
background:none;
font-size:13px;
letter-spacing:0;
transition:all .3s;
-webkit-transition:all .3s;
}

form.pc-searchform.penci-hbg-search-form input.search-input:hover,form.pc-searchform.penci-hbg-search-form input.search-input:focus {
border-color:var(--pcaccent-cl);
}

form.pc-searchform.penci-hbg-search-form i {
font-size:14px;
color:#c7c7c7;
}

#sidebar-nav form.pc-searchform.penci-hbg-search-form input.search-input:hover,#sidebar-nav form.pc-searchform.penci-hbg-search-form input.search-input:focus {
border-color:#e9e9e9;
}

@media only screen and (max-width: 1350px) and (min-width: 961px) {
.penci-vernav-enable .penci-sidebar-content,.penci-vernav-enable .penci-single-style-10 #sidebar.penci-sidebar-content,.penci-vernav-enable .penci-single-style-10 .penci-single-s10-content,.penci-vernav-enable .container.penci_sidebar #main {
width:100%;
padding-left:0 !important;
padding-right:0 !important;
}

.penci-vernav-enable .penci-single-style-10 .penci-single-s10-content,.penci-vernav-enable .penci-single-style-10 .penci-sidebar-content {
width:100%;
position:static;
margin-left:0;
top:auto;
float:none;
display:block;
}

.penci-vernav-enable .penci-single-style-10 .penci-sidebar-content {
margin-bottom:30px;
}

.penci-vernav-enable .penci-sidebar-content,.penci-vernav-enable .penci-single-style-10 #sidebar.penci-sidebar-content {
margin-bottom:40px;
}
}

@media only screen and (max-width: 1300px) and (min-width: 961px) {
.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-1,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-2,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-3,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-5,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-6,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-7,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-8,.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-9 {
width:100%;
margin-right:0;
margin-bottom:30px;
}

.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-4 {
width:48.5%;
margin-bottom:30px;
}

.penci-vernav-enable .footer-widget-wrapper.last {
margin-bottom:0;
}

.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-4:nth-child(2n+2) {
margin-right:0;
}
}

.penci-wpblock .penci-gutenberg-missing {
display:none !important;
}

.penci-wpblock ul.penci-grid {
margin-left:0;
padding-left:0;
}

.post-entry ol li.wp-block-latest-comments__comment {
margin-bottom:15px;
}

.post-entry .wp-block-quote::before,.wp-block-quote::before {
content:'”';
}

.penci_is_nosidebar .wp-block-image.alignfull,.penci_is_nosidebar .wp-block-cover-image.alignfull,.penci_is_nosidebar .wp-block-cover.alignfull,.penci_is_nosidebar .wp-block-gallery.alignfull,.penci_is_nosidebar .alignfull {
margin-left:calc(50% - 50vw);
width:100vw;
max-width:100vw;
margin-left:calc(50% - 50vw);
width:100vw;
max-width:100vw;
}

.post-entry ul.blocks-gallery-grid {
padding-left:0;
}

@media only screen and (min-width: 961px) {
.penci-vernav-enable .penci_is_nosidebar .wp-block-image.alignfull,.penci-vernav-enable .penci_is_nosidebar .wp-block-cover-image.alignfull,.penci-vernav-enable .penci_is_nosidebar .wp-block-cover.alignfull,.penci-vernav-enable .penci_is_nosidebar .wp-block-gallery.alignfull,.penci-vernav-enable .penci_is_nosidebar .alignfull {
margin-left:calc(50% - 50vw + 165px);
width:calc(100vw - 330px);
}
}

.penci_is_nosidebar .wp-block-cover.alignwide,.penci_is_nosidebar .wp-block-cover-image.alignwide,.penci_is_nosidebar .wp-block-image.alignwide,.penci_is_nosidebar .wp-block-gallery.alignwide,.penci_is_nosidebar .alignwide {
margin-left:calc(25% - 25vw);
width:calc(50vw + 50%);
max-width:calc(50vw + 50%);
}

@media only screen and (max-width: 767px) {
.penci_is_nosidebar .wp-block-cover.alignwide,.penci_is_nosidebar .wp-block-cover-image.alignwide,.penci_is_nosidebar .wp-block-image.alignwide,.penci_is_nosidebar .wp-block-gallery.alignwide,.penci_is_nosidebar .alignwide {
margin-left:calc(50% - 50vw);
width:100vw;
max-width:100vw;
}
}

.wp-block-cover-image h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text {
font-size:36px;
}

@media only screen and (max-width: 767px) {
.wp-block-cover-image h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text {
font-size:28px;
}
}

.post-entry .wp-block-cover .wp-block-cover-text a {
color:#fff;
text-decoration:none;
}

.post-entry blockquote.wp-block-quote p,.wpb_text_column blockquote.wp-block-quote p {
font-size:16px;
font-style:normal;
color:#191e23;
}

.post-entry blockquote.wp-block-quote cite,.wpb_text_column blockquote.wp-block-quote cite {
color:#6c7781;
font-size:13px;
font-style:normal;
font-weight:400;
text-transform:none;
font-family:inherit;
}

.wp-block-quote.is-style-large,.wp-block-quote.is-large {
background:#f5f5f5;
padding:10px 20px 11px;
}

.post-entry blockquote.wp-block-quote.is-style-large p,.wpb_text_column blockquote.wp-block-quote.is-style-large p,.post-entry blockquote.wp-block-quote.is-large p,.wpb_text_column blockquote.wp-block-quote.is-large p {
font-size:24px;
font-style:italic;
}

.wpb_text_column ul,.wpb_text_column ol {
padding-left:36px;
margin-bottom:20px;
}

.wpb_text_column ol ol,.wpb_text_column ul ul,.wpb_text_column ul ol,.wpb_text_column ol ul {
margin:2px 0;
padding-left:22px;
}

.wpb_text_column ul li {
margin-bottom:6px;
position:relative;
list-style-type:square;
line-height:1.7;
}

.wpb_text_column ol li {
margin-bottom:2px;
list-style:decimal;
}

.post-entry .wp-block-file {
font-size:16px;
}

.post-entry .wp-block-file a,.container-single .post-entry .wp-block-file a {
color:inherit;
}

.post-entry .wp-block-file a.wp-block-file__button {
color:#fff;
font-size:14px;
}

.penci_is_nosidebar .wp-block-video.alignwide video,.penci_is_nosidebar .wp-block-video.alignfull video {
width:100%;
}

.post-entry .wp-block-table.is-style-stripes {
border-top:none;
border-left:none;
border-right:none;
}

.post-entry pre.wp-block-verse,.post-entry .wp-block-verse pre {
border:none;
background:#f5f5f5;
padding:10px 20px;
font-size:16px;
font-family:inherit;
white-space:nowrap;
overflow:auto;
line-height:1.8;
}

.post-entry .wp-block-pullquote {
padding:30px 0;
margin-bottom:20px;
}

.post-entry .wp-block-pullquote blockquote,.post-entry .wp-block-pullquote blockquote p,.post-entry .wp-block-pullquote blockquote cite {
text-align:inherit;
}

.post-entry .wp-block-pullquote blockquote {
padding-left:0;
margin-bottom:0;
}

.post-entry .wp-block-pullquote blockquote p {
font-size:28px;
font-style:normal;
color:#313131;
}

.post-entry .wp-block-pullquote blockquote cite {
font-weight:inherit;
color:inherit;
font-family:inherit;
margin-top:10px;
font-size:13px;
}

.wp-block-pullquote.is-style-solid-color {
background:#f5f5f5;
}

blockquote.wp-block-quote:before,.post-entry .wp-block-pullquote blockquote:before {
content:none;
display:none;
}

@media (min-width: 600px) {
.wp-block-columns .wp-block-column:last-child {
margin-right:0;
}

.penci_is_nosidebar .wp-block-column .wp-block-cover-image.alignwide,.penci_is_nosidebar .wp-block-column .wp-block-image.alignwide,.penci_is_nosidebar .wp-block-column .wp-block-gallery.alignwide,.penci_is_nosidebar .wp-block-column .alignwide,.penci_is_nosidebar .wp-block-column .wp-block-cover-image.alignfull,.penci_is_nosidebar .wp-block-column .wp-block-image.alignfull,.penci_is_nosidebar .wp-block-column .wp-block-gallery.alignfull,.penci_is_nosidebar .wp-block-column .alignfull {
margin-left:0;
width:100%;
max-width:100%;
}
}

.post-entry a.wp-block-button__link {
text-decoration:none;
}

.has-larger-font-size,.has-huge-font-size {
line-height:1.4;
}

.post-entry a.has-black-color,.container-single .post-entry a.has-black-color {
color:#000;
}

.post-entry a.has-vivid-purple-color,.container-single .post-entry a.has-vivid-purple-color {
color:#9b51e0;
}

.wp-block-media-text .wp-block-media-text__content p:last-child {
margin-bottom:0;
}

.post-entry hr.wp-block-separator,.wp-block-separator {
border-bottom:2px solid #8f98a1;
}

.post-entry hr.wp-block-separator.is-style-wide,.wp-block-separator.is-style-wide {
border-width:1px;
}

.wp-block-separator.is-style-dots {
border:none !important;
}

.wp-block-separator.is-style-dots:before {
color:inherit;
line-height:1;
}

.wp-block-latest-posts {
padding:16px 20px 16px 36px !important;
border:1px solid #dedede;
}

.wp-block-latest-posts.is-grid {
padding-bottom:0 !important;
}

.wp-block-categories .category-item-count {
color:#313131;
}

.post-entry a.has-white-color,.container-single .post-entry a.has-white-color,.post-entry a.wp-block-button__link,.container-single .post-entry a.wp-block-button__link,.post-entry .wp-block-social-links:not(.is-style-logos-only) .wp-social-link a {
color:#fff;
}

@media (min-width: 600px) {
.wp-block-latest-posts.is-grid li {
padding-right:8px;
}
}

@media only screen and (max-width: 767px) {
.wp-block-media-text {
display:block;
}

.wp-block-media-text .wp-block-media-text__content {
display:block;
padding:0;
text-align:center;
margin-top:20px;
}

.wp-block-media-text .has-large-font-size,.wp-block-media-text .has-huge-font-size {
font-size:22px;
line-height:1.5;
}
}

.has-pale-pink-color.has-pale-pink-color {
color:#f78da7 !important;
}

.has-vivid-red-color.has-vivid-red-color {
color:#cf2e2e !important;
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
color:#ff6900 !important;
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
color:#fcb900 !important;
}

.has-light-green-cyan-color.has-light-green-cyan-color {
color:#7bdcb5 !important;
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
color:#00d084 !important;
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
color:#8ed1fc !important;
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
color:#0693e3 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
color:#eee !important;
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
color:#abb8c3 !important;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
color:#313131 !important;
}

.wp-block-embed .wp-block-embed__wrapper iframe,.wp-block-embed .wp-block-embed__wrapper twitter-widget {
display:inline-block !important;
}

.wp-block-embed.aligncenter,.wp-block-embed.alignwide,.wp-block-embed.alignfull {
text-align:center;
}

.wp-block-embed.alignleft {
text-align:left;
}

.wp-block-embed.alignright {
text-align:right;
}

.wp-block-embed-instagram figcaption {
margin-top:-8px;
}

.wp-block-embed-dailymotion .wp-block-embed__wrapper {
position:relative;
padding-bottom:56.2393%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
position:relative;
padding-bottom:56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper .yt-video-place.embed-responsive {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
padding-bottom:0;
width:100%;
padding-bottom:0 !important;
}

.yt-video-place.embed-responsive .play-yt-video {
width:100%;
}

.yt-video-place.embed-responsive .start-video {
display:inline-block;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.fluid-width-video-wrapper iframe {
z-index:10;
}

.fluid-width-video-wrapper .yt-video-place.embed-responsive {
position:absolute;
left:0;
right:0;
top:0;
width:100%;
height:100%;
}

.fluid-width-video-wrapper .yt-video-place.embed-responsive > img {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
object-fit:cover;
}

.wp-block-embed-youtube .wp-block-embed__wrapper .fluid-width-video-wrapper {
padding-top:0 !important;
position:static !important;
}

.wp-block-embed-dailymotion .wp-block-embed__wrapper iframe,.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
}

.wp-block-yoast-how-to-block .schema-how-to-total-time,.wp-block-yoast-how-to-block .schema-how-to-description {
font-size:16px;
margin-bottom:7px;
}

.wp-block-yoast-how-to-block ol.schema-how-to-steps {
padding:15px 20px 20px 32px;
border:1px solid #dedede;
}

.wp-block-yoast-how-to-block ol.schema-how-to-steps li {
padding:0;
border-bottom:1px solid #dedede;
margin-bottom:17px;
}

.wp-block-yoast-how-to-block ol.schema-how-to-steps li:last-child {
margin-bottom:0;
border-bottom:none;
}

.wp-block-yoast-faq-block .schema-faq-section {
border:1px solid #dedede;
padding:15px 20px;
margin-bottom:15px;
}

p.has-drop-cap:not(:focus):first-letter {
float:left;
font-size:60px;
line-height:.9;
margin:0 8px 0 0;
text-transform:uppercase;
font-style:normal;
}

.has-small-font-size,.post-entry p.has-small-font-size > * {
font-size:12px;
}

.has-medium-font-size,.post-entry p.has-medium-font-size > * {
font-size:20px;
}

.has-large-font-size,.post-entry p.has-large-font-size > * {
font-size:32px;
}

.has-huge-font-size,.post-entry p.has-huge-font-size > * {
font-size:42px;
}

.wp-block-embed-soundcloud .wp-block-embed__wrapper {
width:100%;
position:relative;
padding:0;
padding-top:23.0555%;
}

.wp-block-embed-soundcloud .wp-block-embed__wrapper iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.wp-block-search {
margin-bottom:20px;
}

.wp-block-search .wp-block-search__label {
margin-bottom:5px;
}

.wp-block-search .wp-block-search__input {
border:1px solid #dedede;
padding:10px 20px;
}

.wp-block-search .wp-block-search__button {
border:none;
outline:none;
padding:0 12px;
cursor:pointer;
background:#e2e2e2;
}

.post-entry .header-standard,.post-entry .penci-overlay-over .overlay-header-box,.post-entry .grid-header-box,.post-entry .grid-header-box .grid-title,.post-entry .header-list-style,.post-entry .header-list-style .grid-title,.post-entry .inner-boxed-2,.post-entry .inner-boxed-2 .grid-title,.post-entry .main-typography,.post-entry .main-typography .grid-title,.post-entry .grid-post-box-meta,.post-entry .item-related {
line-height:1;
}

.post-entry .header-standard h2 a,.post-entry .cat > a.penci-cat-name,.post-entry .header-standard .author-post span a,.post-entry .penci-post-box-meta .penci-box-meta a,.post-entry .overlay-header-box .overlay-title a,.post-entry .overlay-author a,.post-entry .grid-post-box-meta a,.post-entry .penci-grid li .item h2 a,.post-entry .penci-masonry .item-masonry h2 a,.post-entry .penci-readmore-btn a,.post-entry .penci-featured-cat-seemore a,.post-entry .grid-mixed .mixed-detail a,.post-entry .penci-magazine-title a,.post-entry .item-related a {
text-decoration:none;
}

.post-entry .penci-grid > li {
margin-bottom:40px;
}

.elementor-column-gap-wider > .elementor-column > .theiaStickySidebar > .elementor-element-populated {
padding:30px;
}

.elementor-column-gap-wide > .elementor-column > .theiaStickySidebar >.elementor-element-populated {
padding:20px;
}

.elementor-column-gap-extended > .elementor-column > .theiaStickySidebar >.elementor-element-populated {
padding:15px;
}

.elementor-column-gap-default > .elementor-column > .theiaStickySidebar >.elementor-element-populated {
padding:10px;
}

.elementor-column-gap-narrow > .elementor-column > .theiaStickySidebar >.elementor-element-populated {
padding:5px;
}

.wp-block-yoast-how-to-block ol.schema-how-to-steps li:last-child p.schema-how-to-step-text,.wp-block-yoast-faq-block .schema-faq-answer,.post-entry .header-standard h2,.post-entry .header-standard .post-title,.post-entry .overlay-title,.post-entry .grid-header-box .grid-title,.post-entry .header-list-style .grid-title,.post-entry .inner-boxed-2 .grid-title,.post-entry .main-typography .grid-title,.post-entry ul.penci-grid,.post-entry .home-featured-cat .magcat-titlte,.post-entry .penci-border-arrow .inner-arrow,.post-entry .item-related h3,.post-entry .home-pupular-posts-title,.post-entry .item-content p,.post-entry .mag-excerpt p {
margin-bottom:0;
}

@media only screen and (min-width: 961px) and (max-width: 1400px) {
.container.two-sidebar.two-sidebar {
width:100%;
max-width:100%;
padding-left:10px;
padding-right:10px;
}
}

@media only screen and (min-width: 1170px) {
.footer-widget-wrapper .fb_iframe_widget,.footer-widget-wrapper .fb_iframe_widget span,.footer-widget-wrapper .fb_iframe_widget span iframe[style] {
width:340px !important;
}

.footer-widget-wrapper .widget.penci_facebook_widget {
text-align:center;
}
}

@media only screen and (max-width: 1200px) {
.featured-style-38 .penci-owl-carousel .owl-item .item {
width:400px;
}
}

@media only screen and (max-width: 1169px) {
.penci-video-overlay-background {
display:block;
}

.penci-header-signup-form .mc4wp-form-fields > p,.penci-header-signup-form form > p {
display:block;
max-width:100% !important;
text-align:center;
padding:0;
}

.penci-header-signup-form .mc4wp-form input[type="text"],.penci-header-signup-form .mc4wp-form input[type="email"],.penci-header-signup-form .mc4wp-form input[type="submit"] {
margin:20px auto 0;
max-width:400px;
}

ul.homepage-featured-boxes,.post-entry ul.homepage-featured-boxes {
margin-left:-8px;
margin-right:-8px;
}

ul.homepage-featured-boxes li,.post-entry ul.homepage-featured-boxes li {
padding:0 8px;
}

.pencislider-container {
padding:0 25px;
}

.featured-style-3 .penci-owl-carousel .penci-image-holder:before {
height:0;
padding-top:50%;
}

.penci-item-mag {
overflow:hidden;
}

.featured-style-24 .penci-item-2 .penci-image-holder:before {
height:200px;
}

.featured-style-24 .penci-item-1 .penci-image-holder:before {
height:364px;
}

.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a {
font-size:20px;
}

.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a {
font-size:16px;
}

.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a {
text-transform:none;
letter-spacing:0;
}

.featured-style-25 .penci-image-holder:before {
height:150px;
}

.featured-style-25 .penci-item-1 .penci-image-holder:before {
height:458px;
}

.featured-style-26 .penci-item-1 .penci-image-holder:before {
height:324px;
}

.footer-widget-wrapper.footer-widget-style-4 {
width:48%;
margin-right:4%;
}

.footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
margin-right:0;
}

.footer-widget-wrapper.footer-widget-style-4:nth-child(1),.footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
margin-bottom:30px;
}

.footer-widget-wrapper.footer-widget-style-5,.footer-widget-wrapper.footer-widget-style-6,.footer-widget-wrapper.footer-widget-style-7 {
width:25.25%;
}

.footer-widget-wrapper.footer-widget-style-5:first-child,.footer-widget-wrapper.footer-widget-style-6:nth-child(2),.footer-widget-wrapper.footer-widget-style-7:last-child {
width:42.5%;
}

.footer-widget-wrapper.footer-widget-style-8,.footer-widget-wrapper.footer-widget-style-9 {
width:26%;
}

.footer-widget-wrapper.footer-widget-style-8:last-child,.footer-widget-wrapper.footer-widget-style-9:first-child {
width:70.5%;
}

.penci-related-grid-display .item-related:nth-child(3n+1) {
clear:none;
}

.featured-style-35.style-36 .penci-featured-content-right,.featured-style-35 .penci-featured-content-right {
width:350px;
}

.featured-style-35 .feat-text-right .penci-featured-slider-button {
animation-delay:1.2s;
-webkit-animation-delay:1.2s;
}

.featured-style-35 .feat-text-right h3 a {
font-size:24px;
}

.penci-headline {
text-align:center;
padding:15px 0 8px;
}

.penci-headline .pctopbar-item {
float:none;
margin-left:0;
margin-right:0;
display:block;
margin-bottom:10px;
line-height:normal;
}

.penci-headline .pctopbar-item.penci-topbar-social {
margin-bottom:6px;
}

.penci-topbar-social a {
line-height:normal;
float:none;
margin-bottom:5px;
}

ul.penci-topbar-menu > li > a,div.penci-topbar-menu > ul > li > a {
line-height:1.6;
}

.penci-headline .pctopbar-item.penci-topbar-trending {
margin-left:auto;
margin-right:auto;
}

.pctopbar-login-btn li.pclogin-item img {
top:auto;
display:inline-block;
}

.penci-post-gallery-container.masonry .item-gallery-masonry,.inner-portfolio-posts .portfolio-item,.penci-post-gallery-container.masonry.column-4 .item-gallery-masonry,.penci-related-grid-display .item-related {
width:50%;
}

.featured-style-20 .penci-mag-featured-content .feat-meta,.featured-style-21 .penci-mag-featured-content .feat-meta,.featured-style-22 .penci-mag-featured-content .feat-meta,.featured-style-23 .penci-mag-featured-content .feat-meta,.featured-style-24 .penci-mag-featured-content .feat-meta,.featured-style-25 .penci-mag-featured-content .feat-meta,.featured-style-26 .penci-mag-featured-content .feat-meta,.featured-style-35 .featured-content-excerpt p {
display:none;
}

.featured-style-24 .penci-image-holder:before,.featured-style-26 .penci-image-holder:before {
height:160px;
}

.featured-style-29.style-30 .penci-image-holder:before,.featured-style-35.style-36 .penci-image-holder:before,.featured-style-35 .penci-image-holder:before {
height:450px;
}

.footer-widget-wrapper.footer-widget-style-4:nth-child(3),.penci-related-grid-display .item-related:nth-child(2n+1) {
clear:both;
}
}

@media only screen and (min-width: 961px) and (max-width: 1169px) {
.container,.featured-area.style-1,.featured-area.style-4,.featured-area.magazine-slider,#navigation ul.menu > li.megamenu > ul.sub-menu {
width:940px;
}

.wrapper-boxed.enable-boxed,.wrapper-boxed.enable-boxed .is-sticky #navigation {
max-width:1000px;
}

.container.has-banner #logo {
width:320px;
padding-right:30px;
}

.container.has-banner .header-banner {
width:620px;
}

#navigation.header-4 .pcheader-icon,#navigation.header-5 .pcheader-icon,#navigation.header-6 .pcheader-icon {
margin-left:26px;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
width:25%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
width:33.3333%;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1) {
clear:none;
}

#navigation ul.menu > li,#navigation .menu > ul > li {
margin-right:16px;
}

#navigation ul.menu li.megamenu ul ul > li > a,#navigation .menu ul li.megamenu ul ul > li > a {
margin:0 10px;
}

.featured-carousel .featured-content,.featured-carousel.style-2 .featured-content {
top:38.7%;
}

.featured-carousel.style-7 .featured-content .feat-text h3,.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3,.featured-carousel.style-7 .featured-content .feat-text h3 a {
padding:0;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a:before,.featured-carousel.style-7 .featured-content .feat-text h3 a:after {
content:none;
display:none;
}

.penci-image-holder.slider-style-1-fix {
height:480px;
}

.penci-image-holder.slider-style-3-fix {
height:460px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
height:600px;
}

.penci-magazine-slider ul.mag-wrap li {
width:303px;
height:212px;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
width:636px;
height:424px;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
left:10px;
top:10px;
right:10px;
bottom:10px;
}

.featured-style-6 .wrapper-item .penci-item-mag {
width:32.83%;
}

.featured-style-6 .wrapper-item .penci-item-1 {
width:67.17%;
border-right:5px solid transparent;
}

.featured-style-6 .wrapper-item .penci-item-2 {
border-bottom:2px solid transparent;
}

.featured-style-6 .wrapper-item .penci-item-0 {
border-top:3px solid transparent;
}

.featured-style-13 .penci-image-holder:before,.featured-style-15 .penci-image-holder:before {
height:350px;
}

.featured-style-16 .penci-mag-featured-content h3 a {
font-size:15px;
}

.featured-style-17 .penci-image-holder:before,.featured-style-18 .penci-image-holder:before {
height:160px;
}

.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
height:324px;
}

.featured-style-17 .penci-slide-overlay .penci-mag-featured-content,.featured-style-18 .penci-slide-overlay .penci-mag-featured-content {
left:0;
width:100%;
padding:0 5px;
text-align:center;
}

.penci-grid li.list-boxed-post-2 {
width:50%;
}

.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
height:312px;
}

.penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
display:none !important;
}

.penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
display:block !important;
}

.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
min-height:312px;
height:auto;
}

.penci-photo-2-effect figcaption h2 {
padding:0 20px 20px;
font-size:18px;
}

.penci-photo-2-effect figcaption p {
margin-top:20px;
padding:0 20px;
font-size:93%;
}

.penci_sidebar .penci-photo-2-effect figcaption h2 {
padding:0 20px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
font-size:14px;
}

.container.penci_sidebar .penci-grid li.typography-style {
width:48.05%;
margin-right:3.9%;
width:100%;
margin-right:0;
}

.container.penci_sidebar .penci-grid li.typography-style:nth-of-type(3n+3) {
margin-right:3.9%;
clear:none;
}

.container.penci_sidebar .penci-grid li.typography-style:nth-of-type(2n+1) {
margin-right:0;
clear:both;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,.widget ul.side-newsfeed li .side-item .side-image img {
width:100px;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
font-size:11px;
}

.portfolio-overlay-content .portfolio-short,.penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short {
margin-top:17%;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right {
min-height:313px;
height:313px;
}

.home-featured-cat-content .mag-photo .magcat-detail {
width:100%;
padding:15px;
}

.home-featured-cat-content .magcat-detail .mag-meta {
margin-top:5px;
}

.home-featured-cat-content .mag-photo .grid-post-box-meta span,.home-featured-cat-content .mag-photo .grid-post-box-meta span a {
font-size:12px;
}

.widget-social.show-text a span {
margin-left:1px;
font-size:12px;
}

ul.footer-socials li {
margin-right:12px;
}

ul.footer-socials li a span {
margin-left:8px;
}

.penci-widget-slide-detail .slide-item-date {
font-size:13px;
}

.home-featured-cat-content .penci-magcat-carousel .magcat-detail h3 a {
font-size:16px;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-1 .penci-mega-post:nth-child(5),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-1 .penci-mega-post:nth-child(4),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(9),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(10),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(8),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(7),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(15),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(14),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(13),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(12),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(11),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(10),.featured-style-17 .penci-mag-featured-content .feat-meta,.featured-style-18 .penci-mag-featured-content .feat-meta,.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-top,.penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-bottom,.penci_sidebar .penci-photo-2-effect figcaption p {
display:none;
}

#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(4n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(3n+1),#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(3n+1),.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) {
clear:both;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content,.featured-style-14 .penci-image-holder:before,.featured-style-16 .penci-image-holder:before {
height:300px;
}

.penci-mag-featured-content h3 a,.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,.widget ul.side-newsfeed li .side-item .side-item-text h4 a,.home-featured-cat-content .magcat-detail h3 a,.widget .penci-widget-slider .penci-widget-slide-detail h4 a {
font-size:14px;
}

.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a,.overlay-header-box .overlay-title a,.penci-single-mag-slider .magcat-detail .magcat-titlte {
font-size:20px;
}

.penci_sidebar .penci-grid li.list-boxed-post-2,.container.penci_sidebar .penci-masonry .item-masonry.standard-masonry {
width:100%;
}

.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-bottom,.penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-top {
display:block;
}

.penci-grid li.list-boxed-post-2 .item > .thumbnail:before,.penci_sidebar .penci-photo-2-effect figcaption:before,.penci_sidebar .penci-photo-2-effect figcaption:after {
display:none;
content:none;
}
}

@media only screen and (max-width: 1169px) {
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
margin:0 0 5px;
width:100% !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 {
margin:0;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
width:50%;
float:left;
display:block;
margin:0!important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:first-child {
border-right:3px solid transparent;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:last-child {
border-left:3px solid transparent;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
width:100%;
border:none !important;
}

.penci-magazine-slider img {
width:100%;
}
}

@media only screen and (min-width: 961px) {
#navigation .menu {
display:inline-block !important;
}
}

@media only screen and (max-width: 960px) {
.container.has-banner #logo {
text-align:center;
display:block;
width:auto;
}

.container.has-banner .header-banner {
display:block;
margin-top:30px;
width:100%;
text-align:center;
}

.featured-area.style-7.loaded .featured-carousel:before {
content:none;
display:none;
}

.featured-style-2 .penci-owl-carousel .owl-item .item {
width:760px;
}

.penci-top-bar.no-social.topbar-menu {
display:block;
}

.penci-topbar-social {
float:none;
}

#navigation.header-11 > .container,#navigation.header-10 > .container {
display:table;
}

#navigation.header-11,#navigation.header-11 .penci-menuhbg-toggle,#navigation.header-10,#navigation.header-10 .penci-menuhbg-toggle,#navigation.header-6,#navigation.header-6 .penci-menuhbg-toggle {
height:60px;
}

#navigation.header-6 #logo {
float:none;
display:inline-block;
}

#navigation.header-6 #logo img {
max-height:58px;
padding:10px 0;
}

#navigation.header-11 .show-search,#navigation.header-10 .show-search,#navigation.header-9 .show-search,#navigation.header-6 .show-search {
height:58px;
}

#navigation.header-10 .show-search form.pc-searchform input.search-input,.is-sticky #navigation.header-11 .show-search form.pc-searchform input.search-input,#navigation.header-11 .show-search form.pc-searchform input.search-input {
padding:15px 35px 15px 15px;
height:58px;
}

#navigation.header-6 .show-search form.pc-searchform input.search-input {
height:58px;
padding:15px 35px 15px 0;
}

#navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
top:12px;
}

#navigation.header-7,#navigation.header-8,#navigation.header-9 {
padding:0 10px;
}

.penci-magazine-slider ul.mag-wrap li {
width:50%;
height:240px;
border:none;
}

.wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-prev {
left:0 !important;
}

.wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-next {
right:0 !important;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
width:100%;
padding-bottom:66.11%;
height:0;
border:none;
border-bottom:4px solid transparent;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-2 {
border-right:2px solid transparent;
border-bottom:none;
}

.penci-magazine-slider ul.mag-wrap li.mag-item-3 {
border-left:2px solid transparent;
border-bottom:none;
}

.featured-style-4 .penci-owl-carousel .penci-image-holder:before,.featured-style-5 .penci-owl-carousel .penci-image-holder:before {
height:0;
padding-top:50%;
}

.featured-style-4 .penci-featured-content .featured-slider-overlay,.featured-style-5 .penci-featured-content .featured-slider-overlay {
background:#000;
}

.featured-style-4 .penci-featured-content .feat-text h3 a,.featured-style-5 .penci-featured-content .feat-text h3 a {
font-size:22px;
}

.penci-slider4-overlay,.penci-slider5-overlay {
background:none !important;
}

.featured-style-6 .wrapper-item .penci-item-mag {
width:50%;
border:none;
}

.featured-style-6 .wrapper-item .penci-item-1,.featured-style-14 .wrapper-item .penci-item-1,.featured-style-16 .wrapper-item .penci-item-2,.featured-style-16 .wrapper-item .penci-item-mag {
width:100%;
border:none;
border-bottom:4px solid transparent;
}

.featured-style-13 .penci-image-holder:before {
height:400px;
}

.featured-style-14 .penci-image-holder:before,.featured-style-15 .penci-image-holder:before,.featured-style-16 .penci-image-holder:before {
height:350px;
}

.featured-style-17 .wrapper-item .penci-slider17-mag-item,.featured-style-17 .wrapper-item .penci-slide17-item-2,.featured-style-18 .wrapper-item .penci-slider17-mag-item,.featured-style-18 .wrapper-item .penci-slide17-item-2 {
float:none;
width:100%;
vertical-align:top;
}

.featured-style-17 .wrapper-item .penci-slide17-item-2,.featured-style-18 .wrapper-item .penci-slide17-item-2 {
border:none;
border-top:4px solid transparent;
border-bottom:4px solid transparent;
}

.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0 {
width:50%;
float:left;
}

.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4 {
border-right:2px solid transparent;
margin:0;
}

.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
height:300px;
}

.featured-style-19 .penci-image-holder:before {
height:215px;
}

.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:18px;
}

.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:16px;
}

.featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-3 .penci-mag-featured-content h3 a {
font-size:14px;
text-transform:none;
letter-spacing:0;
}

.featured-style-22 .wrapper-item .penci-item-mag,.featured-style-23 .wrapper-item .penci-item-mag,.featured-style-27 .wrapper-item .penci-item-mag {
border-bottom:4px solid transparent;
width:50%;
}

.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:18px;
text-transform:none;
letter-spacing:0;
}

.featured-style-24 .wrapper-item .penci-item-1,.featured-style-24 .wrapper-item .penci-item-2,.featured-style-24 .wrapper-item .penci-item-3,.featured-style-24 .wrapper-item .penci-item-0 {
border-bottom:4px solid transparent;
}

.featured-style-26 .wrapper-item .penci-item-1 {
width:100%;
border-bottom:4px solid transparent;
}

.featured-style-27 .penci-item-1 .penci-image-holder:before {
height:250px;
}

.featured-style-35.style-36 .penci-image-holder:before,.featured-style-35 .penci-image-holder:before {
height:0;
padding-top:55%;
}

.penci-featured-content-right:before {
content:none;
}

.penci-featured-content-right .feat-text-right:before {
background:#000;
opacity:.7;
content:'';
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
display:block;
z-index:1;
}

.featured-style-35 .feat-text-right h3,.featured-style-35 .featured-cat {
z-index:5;
position:relative;
}

.featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-cat,.featured-style-35 .penci-owl-carousel.owl-loaded .active .feat-text-right h3,.featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-content-excerpt,.featured-style-35 .penci-owl-carousel.owl-loaded .active .penci-featured-slider-button {
animation-name:none;
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
}

.feat-text-right {
padding-top:15px;
padding-bottom:15px;
width:450px;
left:50%;
margin-left:-225px;
}

.featured-style-37 .penci-featured-items-left,.featured-style-37 .penci-featured-items-right {
width:100%;
border:none;
float:none;
}

.featured-style-37 .penci-featured-items-left {
margin-bottom:4px;
}

.featured-style-37 .penci-featured-items-right .item {
width:50%;
border:none;
margin:0!important;
float:left;
}

h2.penci-heading-video {
font-size:24px;
}

.penci-grid li.list-boxed-post-2 {
width:100% !important;
}

.penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
display:block !important;
}

.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
min-height:312px;
height:auto;
}

.container .penci-grid li.typography-style {
width:100% !important;
margin-right:0 !important;
}

.penci-photo-2-effect figcaption h2,.penci_sidebar .penci-photo-2-effect figcaption h2 {
padding:0 20px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}

.grid-mixed .thumbnail img {
width:100%;
height:auto;
}

.grid-mixed .thumbnail.thumb-left,.grid-mixed .mixed-detail {
display:block !important;
width:100%;
}

.grid-mixed .mixed-detail {
padding:30px;
}

.grid-mixed .penci-post-box-meta {
position:relative;
margin:31px 0 4px;
left:auto;
right:auto;
bottom:auto;
}

#navigation.header-4 .container,#navigation.header-5 .container {
text-align:right;
}

#navigation.header-4 .container .pcheader-icon,#navigation.header-5 .container .pcheader-icon,#navigation.header-6 .container .pcheader-icon {
margin-left:15px;
}

#navigation .button-menu-mobile {
display:inline-block;
}

.portfolio-page-content .portfolio-left,.portfolio-page-content .portfolio-right {
width:100%;
padding:0;
}

.portfolio-page-content .portfolio-left {
margin-bottom:30px;
}

.container.penci_sidebar #main {
width:100%;
margin:0 0 60px;
padding:0!important;
float:none !important;
}

.penci-single-style-10 .penci-single-s10-content {
width:100%;
margin:20px 0 0;
padding:0!important;
float:none !important;
}

.penci-sidebar-content {
position:static !important;
margin-left:0 !important;
top:auto !important;
float:none !important;
width:100% !important;
}

.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .container.penci_sidebar #main {
margin:0;
}

.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) article.post {
margin-bottom:40px;
}

.featured-carousel .featured-content .feat-text h3 a {
font-size:18px;
letter-spacing:1px;
}

.featured-carousel .carousel-meta {
margin-top:5px;
}

.featured-carousel .carousel-meta span {
font-size:13px;
}

.featured-carousel .featured-cat a {
font-size:11px;
}

.footer-widget-wrapper {
width:100% !important;
margin:0 0 30px!important;
float:none;
}

.footer-widget-wrapper.last {
margin-bottom:0 !important;
}

.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
width:33.33% !important;
}

.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_8 li {
width:25% !important;
}

.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_10 li {
width:20% !important;
}

.column-1-2,.column-1-3,.column-2-3,.column-1-4,.column-3-4 {
width:100%;
margin:0 0 30px;
}

.standard-masonry .standard-main-content.has-padding {
min-height:0;
padding-left:0;
}

.pencisc-grid-tablet-6 .penci-masonry .item-masonry {
width:16.6666667%;
}

.pencisc-grid-tablet-5 .penci-masonry .item-masonry {
width:20%;
}

.pencisc-grid-tablet-4 .penci-masonry .item-masonry {
width:25%;
}

.pencisc-grid-tablet-3 .penci-masonry .item-masonry {
width:33.3333%;
}

.inner-item-portfolio {
opacity:1;
}

.penci-portfolio.loaded .inner-item-portfolio.animated {
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
animation-name:none;
}

ul.penci-topbar-menu > li,div.penci-topbar-menu > ul > li {
float:none;
margin-right:15px;
}

ul.penci-topbar-menu ul.sub-menu,div.penci-topbar-menu > ul ul.sub-menu {
top:auto;
}

.penci-top-bar,#navigation.header-6 .container,.featured-style-13 .penci-slide-overlay .penci-mag-featured-content,.featured-style-15 .penci-slide-overlay .penci-mag-featured-content,.featured-style-14 .penci-slide-overlay .penci-mag-featured-content,.featured-style-16 .penci-slide-overlay .penci-mag-featured-content,.about-widget {
text-align:center;
}

.overlay-video-click,.penci-grid li.list-boxed-post-2 .content-boxed-2.show-top,.grid-mixed .thumbnail.thumb-right,#navigation .menu,.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .penci-sidebar-content,div.penci-topbar-menu > ul {
display:none !important;
}

#navigation.header-11 .penci-menu-wrap,#navigation.header-10 .penci-menu-wrap,.featured-style-19 .penci-mag-featured-content .feat-meta,.featured-style-24 .penci-mag-featured-content .cat,.featured-style-25 .penci-mag-featured-content .cat,.featured-style-27 .penci-mag-featured-content .feat-meta,.featured-style-35 .feat-text-right .penci-featured-slider-button,.featured-style-35 .featured-content-excerpt,.penci-photo-2-effect figcaption p,.penci_sidebar .penci-photo-2-effect figcaption p,.standard-masonry .standard-content .standard-share-box,ul.footer-socials li a span,.footer-social-drop-line ul.footer-socials li a span {
display:none;
}

#navigation.header-9 .pcheader-icon > a,#navigation.header-9 .show-search a.close-search,#navigation.header-9 .main-nav-social,#navigation.header-10 .pcheader-icon > a,#navigation.header-10 .show-search a.close-search,#navigation.header-10 .main-nav-social,#navigation.header-11 .pcheader-icon > a,#navigation.header-11 .show-search a.close-search,#navigation.header-11 .main-nav-social,#navigation.header-6 .pcheader-icon > a,#navigation.header-6 .show-search a.close-search,#navigation.header-6 .main-nav-social {
height:58px;
line-height:58px;
}

.featured-style-4 .penci-owl-carousel .penci-image-holder,.featured-style-5 .penci-owl-carousel .penci-image-holder,.featured-style-4 .penci-featured-content,.featured-style-5 .penci-featured-content,.featured-style-13 .wrapper-item .penci-item-1,.featured-style-15 .wrapper-item .penci-item-2,.featured-style-15 .wrapper-item .penci-item-mag,.featured-style-14 .wrapper-item .penci-item-1,.featured-style-22 .wrapper-item .penci-item-1,.featured-style-27 .wrapper-item .penci-item-1,.pencisc-grid-tablet-1 .penci-masonry .item-masonry {
width:100%;
}

.featured-style-6 .wrapper-item .penci-item-2,.featured-style-37 .penci-featured-items-right .item:first-child {
border-right:2px solid transparent;
}

.featured-style-6 .wrapper-item .penci-item-0,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2,.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0,.featured-style-37 .penci-featured-items-right .item:last-child {
border-left:2px solid transparent;
}

.featured-style-13 .wrapper-item .penci-item-mag,.featured-style-14 .wrapper-item .penci-item-mag,.featured-style-24 .wrapper-item .penci-item-mag,.featured-style-25 .wrapper-item .penci-item-mag,.featured-style-25 .wrapper-item .penci-item-1,.featured-style-26 .wrapper-item .penci-item-mag,.container .penci-portfolio.column-3 .inner-portfolio-posts .portfolio-item,.penci-masonry .item-masonry,.pencisc-grid-tablet-2 .penci-masonry .item-masonry {
width:50%;
}

.featured-style-17 .penci-image-holder:before,.featured-style-18 .penci-image-holder:before,.featured-style-24 .penci-item-1 .penci-image-holder:before,.featured-style-24 .penci-item-2 .penci-image-holder:before,.featured-style-24 .penci-item-3 .penci-image-holder:before,.featured-style-24 .penci-item-0 .penci-image-holder:before,.featured-style-25 .penci-item-1 .penci-image-holder:before,.featured-style-25 .penci-item-2 .penci-image-holder:before,.featured-style-25 .penci-item-3 .penci-image-holder:before,.featured-style-25 .penci-item-0 .penci-image-holder:before,.featured-style-27 .penci-image-holder:before {
height:200px;
}

.featured-style-19 .penci-mag-featured-content h3 a,p.penci-sub-heading-video {
font-size:14px;
}

.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:16px;
text-transform:none;
letter-spacing:0;
}

.featured-style-35.style-36 .penci-featured-content-right,.featured-style-35 .penci-featured-content-right,ul.penci-topbar-menu,div.penci-topbar-menu > ul {
width:100%;
text-align:center;
}

.penci-grid li.list-boxed-post-2 .item > .thumbnail:before,.penci-photo-2-effect figcaption:before,.penci-photo-2-effect figcaption:after,.penci_sidebar .penci-photo-2-effect figcaption:before,.penci_sidebar .penci-photo-2-effect figcaption:after {
display:none;
content:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
.wrapper-boxed.enable-boxed,.wrapper-boxed.enable-boxed .is-sticky #navigation {
max-width:766px;
}

.featured-area .featured-carousel,.featured-area .featured-carousel.style-2,.penci-slick-slider {
max-height:420px;
}

.featured-area.style-4,.featured-area.style-5,.penci-magazine-slider.penci-loading {
min-height:420px;
}

#logo img {
max-width:600px;
height:auto;
}

.penci-image-holder.slider-style-1-fix {
height:372px;
}

.penci-image-holder.slider-style-3-fix {
height:400px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 {
padding-bottom:0 !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
height:230px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
height:450px;
}

.featured-carousel .featured-content,.featured-carousel.style-2 .featured-content {
top:35.3%;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-title {
font-size:26px;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-caption {
font-size:16px;
}

ul.homepage-featured-boxes {
margin-left:-10px;
margin-right:-10px;
}

ul.homepage-featured-boxes li,.post-entry ul.homepage-featured-boxes li {
padding:0 10px;
}

ul.homepage-featured-boxes.boxes-4-columns li {
width:50%;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
left:8px;
top:8px;
right:8px;
bottom:8px;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right {
display:inline-block;
padding:20px 20px 20px 30px;
min-height:0;
height:auto;
}

.penci-photo-2-effect figcaption h2,.penci_sidebar .penci-photo-2-effect figcaption h2 {
font-size:14px;
}

.list-boxed-post .inner-content-list-right {
vertical-align:top;
display:block;
}

.penci-pinterest-widget-container .penci-images-pin-widget a {
width:16.6666%;
}

.penci-countdown .countdown-section {
margin:0 20px;
}

.penci-countdown .countdown-amount {
font-size:60px;
}

.penci-grid > li {
width:48.05%;
margin-right:3.9%;
}

.penci-latest-posts-mixed-larger .penci-grid > li,.penci-layout-mixed .penci-grid > li {
width:100% !important;
margin-right:0 !important;
}

.penci-grid li:nth-of-type(3n+1) {
clear:none;
}

.penci-grid > li:nth-of-type(3n+3) {
margin-right:3.9%;
}

.penci-grid li:nth-of-type(2n+2) {
margin-right:0;
}

.penci-grid li:nth-of-type(2n+1) {
clear:both;
}

.container,.container.two-sidebar.two-sidebar,.featured-area.style-1,.featured-carousel.style-2 .item img,.featured-area.style-4,.featured-area.magazine-slider,.penci-image-holder.slider-style-2-fix {
width:726px;
}
}

@media only screen and (min-width: 768px) {
.penci-latest-posts-sc .penci-grid li.penci-item-listp .item .content-list-right,.penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right,.penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail,.penci-grid li.pclist-layout .item .content-list-right {
padding-left:30px;
width:53.75%;
float:left;
}

.penci-latest-posts-sc .penci-grid li.list-post .item > .thumbnail,.penci-featured-cat-sc .penci-grid li.list-post .item > .thumbnail,.penci-grid li.pclist-layout .item > .thumbnail {
max-width:100%;
}

.penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post.full-mag-cat .magcat-detail {
padding:0!important;
}

.penci-latest-posts-sc .penci-grid li.list-post .item .content-list-right.fullwidth,.penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right.fullwidth {
padding:0;
width:100%;
}
}

@media only screen and (max-width: 767px) {
.wrapper-boxed.enable-boxed,.wrapper-boxed.enable-boxed .is-sticky #navigation {
max-width:100%;
}

.header-slogan .header-slogan-text {
padding:0 10px;
}

.featured-area .featured-carousel,.featured-area .featured-carousel.style-2,.penci-slick-slider {
max-height:180px;
}

.featured-area.style-4,.featured-area.style-5,.penci-magazine-slider.penci-loading {
min-height:180px;
}

.penci-image-holder.slider-style-1-fix {
height:250px;
}

.penci-image-holder.slider-style-3-fix {
height:260px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
width:100% !important;
border:none !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li {
padding-bottom:0 !important;
height:auto !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content:first-child,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content:first-child {
margin-bottom:10px !important;
}

.penci-magazine-slider ul.mag-wrap li {
width:100% !important;
border:none !important;
height:0 !important;
padding-bottom:55% !important;
border-bottom:4px solid transparent !important;
}

.penci-magazine-slider .mag-item-1 .mag-meta-child {
margin-top:5px;
}

.home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2),.home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2) {
padding-bottom:15px;
margin-bottom:15px;
}

.penci-featured-content .feat-text {
padding:15px 5px 16px;
max-width:350px;
}

.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
padding:12px 5px;
}

.penci-slide-overlay .penci-mag-featured-content .feat-text {
text-align:center;
}

.penci-slide-overlay .penci-mag-featured-content {
left:0;
width:100%;
padding:0 5px;
bottom:10px;
}

.feat-text-right {
padding-left:15px;
padding-right:15px;
width:350px;
margin-left:-175px;
}

.featured-style-13 .penci-image-holder:before,.featured-style-14 .penci-image-holder:before {
height:300px;
}

.featured-style-17 .penci-image-holder:before,.featured-style-18 .penci-image-holder:before {
height:160px;
}

.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
height:240px;
}

.featured-style-19 .wrapper-item .penci-item-1,.featured-style-19 .wrapper-item .penci-item-3 {
border-right:2px solid transparent;
}

.featured-style-19 .wrapper-item .penci-item-2,.featured-style-19 .wrapper-item .penci-item-0 {
border-left:2px solid transparent;
}

.featured-style-20 .wrapper-item .penci-item-1,.featured-style-21 .wrapper-item .penci-item-1 {
width:100%;
border-bottom:4px solid transparent;
}

.featured-style-20 .wrapper-item .penci-item-3 {
border-bottom:4px solid transparent;
}

.featured-style-28 .penci-item-1 .penci-image-holder:before {
height:404px;
padding:0;
}

.featured-style-29.style-30 .penci-featured-content {
padding:0 15px;
}

.featured-style-29 .penci-image-holder:before,.featured-style-29.style-30 .penci-image-holder:before {
height:400px;
}

.pencislider-container .pencislider-content .pencislider-title span,.pencislider-container .pencislider-content .pencislider-caption span {
padding:2px 10px;
}

.pencislider-container .pencislider-content .pencislider-button {
padding:9px 15px;
font-size:12px;
}

.penci-home-popular-posts {
padding:30px 0 0;
border:none;
}

.penci-video-overlay {
left:10px;
right:10px;
}

.penci-video-custom-img {
-webkit-animation-delay:.1s;
-moz-animation-delay:.1s;
-o-animation-delay:.1s;
animation-delay:.1s;
}

h2.penci-heading-video {
font-size:18px;
-webkit-animation-delay:.3s;
-moz-animation-delay:.3s;
-o-animation-delay:.3s;
animation-delay:.3s;
}

p.penci-sub-heading-video {
font-size:12px;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;
}

.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li,ul.homepage-featured-boxes li,.post-entry ul.homepage-featured-boxes li {
width:100% !important;
margin-bottom:20px;
}

#logo img {
max-width:100%;
height:auto;
}

.standard-main-content.has-padding {
padding-left:0;
}

.standard-main-content.has-padding,.standard-main-content.classic-main-content.has-padding {
min-height:0;
}

.post-image.audio iframe,.standard-post-image.audio iframe {
height:120px;
width:100%;
}

.thecomment .comment-text {
margin-left:0;
}

#respond p.comment-form-author,#respond p.comment-form-email,#respond p.comment-form-url,.wpcf7 p.name,.wpcf7 p.email,.wpcf7 p.subject {
width:100%;
margin:0;
}

.featured-carousel .featured-content .feat-text h3 a {
letter-spacing:1px;
}

.featured-carousel .featured-content,.featured-carousel.style-2 .featured-content {
top:34%;
}

.featured-carousel > button.slick-next,.featured-carousel > button.slick-prev {
right:10px;
}

.featured-carousel > button.slick-prev,.penci-slider .penci-direction-nav .penci-prev {
left:10px;
}

.featured-carousel .featured-content {
width:340px;
}

.featured-carousel .featured-content .feat-text {
padding:20px 10px!important;
}

.standard-main-content > h2,.header-classic > h2,.error-404 .heading-text-404 {
font-size:24px;
padding:0;
}

.penci-slider.penci-loading {
min-height:250px;
}

.penci-slider ul.slides li .pencislider-container {
padding:0 65px;
}

.penci-slider .pencislider-container .pencislider-content .penci-button {
margin:20px 0 0;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-button {
padding:8px 20px;
font-size:12px;
}

.standard-main-content > h2:before,.header-classic > h2 a:before,.header-classic > h2 a:after,.post-header h1 span:before,.post-header h2 span:before,.post-header h1 span:after,.post-header h2 span:after {
content:none !important;
}

.container.penci_sidebar .penci-grid > li {
width:100% !important;
margin:0 0 40px!important;
}

.post-entry .penci-portfolio-filter ul li {
float:none;
}

.post-entry .penci-portfolio-filter ul li,.penci-portfolio-filter ul li {
margin:0 10px 5px;
}

.penci-grid .list-post.list-boxed-post .item > .thumbnail,.penci-grid .list-post.list-boxed-post .item .content-list-right,.penci-grid li.list-post .item > .thumbnail,.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb,.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
width:100% !important;
display:block;
height:auto;
min-height:0;
float:none;
max-width:100%;
}

.penci-grid li {
width:100% !important;
margin-right:0 !important;
float:none;
}

.container.penci_sidebar .penci-masonry .item-masonry {
width:100%;
float:none;
position:static !important;
margin-bottom:30px;
}

.penci-grid li.list-post .item .content-list-right {
padding:0;
width:100% !important;
float:none;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right {
padding:30px;
}

.penci-grid li.list-post.penci-slistp .item > .thumbnail {
width:120px !important;
}

.pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-6 .penci-masonry .item-masonry {
width:16.6666667% !important;
}

.pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-5 .penci-masonry .item-masonry {
width:20% !important;
}

.pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-4 .penci-masonry .item-masonry {
width:25% !important;
}

.pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-3 .penci-masonry .item-masonry {
width:33.3333% !important;
}

.pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-2 .penci-masonry .item-masonry {
width:50% !important;
}

.home-featured-cat-content .mag-photo {
width:100%;
margin-bottom:15px;
}

.home-featured-cat-content.style-1 {
margin-left:0;
margin-right:0;
width:100%;
}

.home-featured-cat-content .cat-left,.home-featured-cat-content .cat-right {
width:100%;
float:none;
}

.home-featured-cat.mag-cat-style-2 {
width:100%;
margin:0 0 20px;
float:none;
}

.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
margin-bottom:24px;
}

.home-featured-cat-content.style-6 .cat-right .mag-post-box {
margin-right:0;
width:100%;
float:none;
display:table;
padding-bottom:15px;
border-bottom:1px solid #DEDEDE;
margin-bottom:15px;
}

.home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
border:none;
}

.home-featured-cat-content.style-9 .mag-post-box,.home-featured-cat-content.style-10 .mag-post-box {
width:100%;
float:none;
margin-right:0;
}

.content-special-list {
padding:15px;
}

.format-post-box .post-format-icon {
top:10px;
margin-left:-35px;
display:none;
}

.format-post-box.penci-format-quote .dt-special,.format-post-box .dt-special,.format-post-box .dt-special a {
font-size:16px;
line-height:1.7;
}

.under-construction-page .under-title {
font-size:23px;
}

.penci-countdown .countdown-section {
margin:0 5px;
}

.penci-countdown .countdown-amount {
font-size:30px;
}

.penci-countdown .countdown-period {
font-size:13px;
letter-spacing:1px;
margin:15px 0 0;
}

.penci-post-gallery-container.masonry .item-gallery-masonry a {
opacity:1;
-webkit-animation-delay:0s !important;
-moz-animation-delay:0s !important;
-o-animation-delay:0s !important;
animation-delay:0s !important;
-webkit-animation-name:none !important;
-moz-animation-name:none !important;
-o-animation-name:none !important;
animation-name:none !important;
}

ul.footer-socials li {
margin-right:20px;
}

.penci-header-signup-form h4.header-signup-form,.header-standard h2,.header-standard .post-title,.header-standard h2 a,.penci-page-header h1 {
font-size:20px;
letter-spacing:1px;
}

.tags-share-box {
padding:20px 0;
}

.post-share {
position:static;
margin-top:15px;
clear:both;
display:block;
}

.penci-overlay-over .overlay-header-box {
padding:0;
left:10px;
right:10px;
}

.overlay-post-box-meta {
position:static;
padding:20px 0 0;
}

.home-featured-cat-content .penci-single-mag-slider .grid-post-box-meta {
margin-top:7px;
}

.post-pagination .prev-post,.post-pagination .next-post {
float:none;
width:100%;
display:table;
}

.post-pagination .prev-post {
margin-bottom:15px;
}

.penci-review-score-total,.penci-review-stuff .penci-review-bad {
margin-top:20px;
}

.footer-subscribe h4.footer-subscribe-title {
font-size:28px;
}

.footer-subscribe .mc4wp-form .mdes {
margin-left:0;
width:100%;
font-size:16px;
}

.footer-subscribe .mc4wp-form .memail {
width:328px;
}

.container,.container.two-sidebar.two-sidebar,.featured-area.style-1,.featured-carousel.style-2 .item img,.featured-area.style-4,.featured-area.magazine-slider,.penci-grid li .item > .thumbnail,.penci-masonry .item-masonry > .thumbnail,.penci-review-stuff,.penci-review-average,.penci-review-stuff .penci-review-good {
width:100%;
}

.penci-image-holder.slider-style-2-fix,.featured-style-2 .penci-owl-carousel .owl-item .item,.featured-style-28 .wrapper-item .penci-item-1,.footer-subscribe .mc4wp-form {
width:480px;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content,.featured-style-15 .penci-image-holder:before,.featured-style-16 .penci-image-holder:before {
height:200px;
}

.featured-carousel .feat-text .feat-time,.penci-magazine-slider .mag-cat,#penci-end-sidebar-sticky,.penci-featured-content .feat-text .featured-cat,.penci-featured-content .feat-text .feat-meta,.penci-mag-featured-content .cat,.penci-mag-featured-content .feat-meta,.featured-style-35 .featured-cat,.standard-content .standard-share-box,.thecomment .author-img,.overlay-header-box .cat,.overlay-header-box .overlay-author {
display:none;
}

.featured-carousel .featured-cat a,.penci-grid .list-post.list-boxed-post .item > .thumbnail {
margin-bottom:0;
}

.penci-magazine-slider .mag-item-1 .mag-meta h3 a,.penci-magazine-slider .mag-meta h3 a,.penci-featured-content .feat-text h3 a,.featured-style-4 .penci-featured-content .feat-text h3 a,.featured-style-5 .penci-featured-content .feat-text h3 a,.featured-style-35 .feat-text-right h3 a,.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a,.post-entry h4,.elementor-text-editor h4,.overlay-header-box .overlay-title a,.penci-review-container.penci-review-count h4 {
font-size:18px;
}

.featured-carousel.style-7 .featured-content .feat-text h3,.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3,.featured-carousel.style-7 .featured-content .feat-text h3 a,.post-header h1 span,.post-header h2 span,.home-featured-cat-content.style-1 .cat-left,.home-featured-cat-content.style-1 .cat-right,.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
padding:0;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a:before,.featured-carousel.style-7 .featured-content .feat-text h3 a:after,.penci-slider .pencislider-container .pencislider-content .pencislider-button:before,.penci-grid .list-post.list-boxed-post .item > .thumbnail:before,.penci-overlay-over .overlay-header-box:after {
content:none;
display:none;
}

.penci-mag-featured-content h3 a,.featured-style-13 .penci-mag-featured-content h3 a,.featured-style-19 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:14px;
}

.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-29.style-30 .penci-featured-content .feat-text h3 a,.post-entry h3,.elementor-text-editor h3,.penci-single-mag-slider .magcat-detail .magcat-titlte {
font-size:20px;
}

.featured-style-7 .penci-mag-featured-content h3 a,.featured-style-8 .penci-mag-featured-content h3 a,.featured-style-9 .penci-mag-featured-content h3 a,.featured-style-10 .penci-mag-featured-content h3 a,.featured-style-11 .penci-mag-featured-content h3 a,.featured-style-12 .penci-mag-featured-content h3 a,.featured-style-15 .penci-mag-featured-content h3 a,.featured-style-15 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-16 .penci-mag-featured-content h3 a,.featured-style-16 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-28 .penci-mag-featured-content h3 a,.post-entry h5,.elementor-text-editor h5,.footer-social-remove-circle ul.footer-socials li a i {
font-size:16px;
}

.featured-style-19 .penci-image-holder:before,.featured-style-24 .penci-item-1 .penci-image-holder:before,.featured-style-24 .penci-item-2 .penci-image-holder:before,.featured-style-24 .penci-item-3 .penci-image-holder:before,.featured-style-24 .penci-item-0 .penci-image-holder:before,.featured-style-25 .penci-item-1 .penci-image-holder:before,.featured-style-25 .penci-item-2 .penci-image-holder:before,.featured-style-25 .penci-item-3 .penci-image-holder:before,.featured-style-25 .penci-item-0 .penci-image-holder:before,.featured-style-27 .penci-item-2 .penci-image-holder:before,.featured-style-27 .penci-item-3 .penci-image-holder:before,.featured-style-27 .penci-item-4 .penci-image-holder:before,.featured-style-27 .penci-item-0 .penci-image-holder:before {
height:150px;
}

.featured-style-19 .wrapper-item .penci-item-mag,.featured-style-19 .wrapper-item .penci-item-2,.featured-style-19 .wrapper-item .penci-item-3,.featured-style-20 .wrapper-item .penci-item-mag,.featured-style-21 .wrapper-item .penci-item-mag {
width:50%;
}

.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-0 .penci-mag-featured-content h3 a {
font-size:14px;
text-transform:none;
letter-spacing:0;
}

.featured-style-29 .penci-featured-content .feat-text h3 a,.pencislider-container .pencislider-content .pencislider-title,.format-post-box .post-format-icon i,.post-entry h1,.elementor-text-editor h1 {
font-size:24px;
}

.grid-mixed,.grid-mixed > article,.penci-portfolio-filter ul,.list-boxed-post .inner-content-list-right {
display:block;
}

.post-header h1 a,.post-header h2 a,.post-header h1,.archive-box span,.archive-box h1,.penci-slider .pencislider-container .pencislider-content .pencislider-title {
font-size:18px;
letter-spacing:1px;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-caption,.author-quote span {
font-size:13px;
}

.penci-post-gallery-container.masonry .item-gallery-masonry,.inner-portfolio-posts .portfolio-item,.penci-masonry .item-masonry,.pencisc-grid-mobile-1 .home-featured-cat-content .mag-photo,.pencisc-grid-mobile-1 .penci-masonry .item-masonry,.penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,.penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo {
width:100% !important;
}

.penci-grid li.list-post .item > .thumbnail,.home-featured-cat-content .cat-left {
margin-bottom:30px;
}

.penci-photo-2-effect figcaption h2,.penci_sidebar .penci-photo-2-effect figcaption h2,.post-entry h2,.elementor-text-editor h2 {
font-size:22px;
}

.post-entry h6,.elementor-text-editor h6 {
font-size:15px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container,.container.two-sidebar.two-sidebar,.featured-area.style-1,.featured-carousel.style-2 .item img,.featured-area.style-4,.featured-area.magazine-slider {
width:480px;
}

.penci-single-style-5 .penci-move-title-above .standard-post-special_wrapper.container {
width:100%;
}

.wrapper-boxed.enable-boxed,.wrapper-boxed.enable-boxed .is-sticky #navigation {
max-width:520px;
}

.featured-area .featured-carousel,.featured-area .featured-carousel.style-2,.penci-slick-slider {
max-height:280px;
}

.featured-area.style-4,.featured-area.style-5,.penci-magazine-slider.penci-loading {
min-height:280px;
}

#logo img {
max-width:100%;
height:auto;
}

.standard-post-image .audio-iframe,.standard-content-special {
left:15px;
right:15px;
bottom:15px;
}

.post-image.audio iframe {
width:100%;
height:auto;
}

.penci-countdown .countdown-section {
margin:0 15px;
}

.penci-countdown .countdown-amount {
font-size:40px;
}

.penci-countdown .countdown-period {
font-size:16px;
margin:20px 0 0;
}
}

@media only screen and (max-width: 479px) {
.penci-single-smore .container,.penci-post-image-wrapper > .container,.wrapper-boxed > .container,.wrapper-boxed > .penci-single-wrapper > .penci-single-block > .container,#widget-area > .container,#footer-section > .container,.penci-two-sidebar .container.penci-breadcrumb,.penci-page-header-wrap .penci-page-header-inner.container,​.penci-page-header-wrap {
padding-left:20px;
padding-right:20px;
}

#header .inner-header {
height:auto;
}

.feat-text-right {
width:330px;
margin-left:-165px;
}

.header-slogan .header-slogan-text {
font-size:12px;
padding:0 10px;
}

#navigation.header-6 .pcheader-icon {
margin-left:5px;
}

#navigation.header-6 #logo img {
max-width:300px;
}

.featured-carousel .featured-content {
width:250px;
width:240px;
top:37%;
}

.featured-style-2 .penci-owl-carousel .owl-item .item,.featured-style-38 .penci-owl-carousel .owl-item .item {
width:360px;
}

.penci-magazine-slider ul.mag-wrap li .mag-content {
width:100% !important;
border:none !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
margin-bottom:5px !important;
}

.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
margin:0!important;
border:none !important;
}

.featured-carousel.style-7 .featured-content {
bottom:5px;
}

.featured-carousel.style-7 .featured-content .feat-text h3 a {
padding:0;
}

.featured-style-37 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
bottom:16px;
}

.standard-post-image .audio-iframe,.standard-content-special {
left:10px;
right:10px;
bottom:10px;
}

ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
top:10px;
left:10px;
bottom:10px;
right:10px;
}

.grid-overlay-meta .grid-header-box {
margin-left:10px;
margin-right:10px;
}

.footer-widget-wrapper .quote-widget > p {
padding-left:35px;
}

#penci-login-popup {
padding:30px;
}

.penci-lgpop-title {
font-size:22px;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,.widget ul.side-newsfeed li .side-item .side-image img {
width:100px;
}

.standard-post-special.penci-special-format-quote .standard-content-special {
position:relative;
left:auto;
right:auto;
bottom:auto;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border:1px solid #DEDEDE;
border-top:none;
}

.format-post-box {
padding-left:20px;
padding-right:20px;
padding-top:20px;
}

.post-entry blockquote {
padding:0 0 0 40px;
}

.post-entry blockquote:before {
font-size:56px;
}

.post-author .author-content {
margin:0;
}

.author-img {
margin-right:20px;
}

.author-img img {
width:80px;
height:auto;
margin:0;
}

.penci-slick-slider > button.slick-prev,.penci-slick-slider > button.slick-next,.penci-magazine-slider .penci-direction-nav a {
width:32px;
height:32px;
line-height:32px;
margin-top:-16px;
font-size:15px;
}

.penci-slick-slider > button.slick-prev i,.penci-slick-slider > button.slick-next i {
line-height:32px;
font-size:15px;
}

.featured-carousel .featured-cat a {
padding:2px 10px 1px;
}

.featured-carousel.style-2 .featured-content {
top:37%;
}

.featured-carousel .featured-content .feat-text {
padding:15px 10px!important;
}

.portfolio-overlay-content .portfolio-short,.penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short,.penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short {
margin-top:17.5%;
}

.featured-carousel .featured-cat {
margin-bottom:5px;
}

.penci-slider.penci-loading {
min-height:160px;
}

.penci-slider ul.slides li .pencislider-container {
padding:0 20px;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-caption {
font-size:12px;
margin:3px 0 0;
}

.penci-slider .pencislider-container .pencislider-content .penci-button {
margin:14px 0 0;
}

.penci-slider .pencislider-container .pencislider-content .pencislider-button {
padding:5px 10px;
font-size:10px;
}

.penci-grid .list-post.list-boxed-post .item .content-list-right {
padding:30px 15px!important;
clear:both;
}

.featured-style-1 .penci-owl-carousel .penci-image-holder:before {
padding-top:50%;
}

.featured-style-13 .penci-image-holder:before,.featured-style-14 .penci-image-holder:before {
height:200px;
}

.featured-style-17 .penci-image-holder:before,.featured-style-18 .penci-image-holder:before {
height:140px;
}

.featured-style-22 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
padding:0 5px;
bottom:10px;
}

.featured-style-22.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-22.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,.featured-style-23.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
padding:12px 5px;
bottom:0;
}

.featured-style-28 .penci-item-1 .penci-image-holder:before {
height:404px;
padding:0;
}

.featured-style-29 .penci-featured-content,.featured-style-30 .penci-featured-content {
padding:0 15px;
}

.featured-style-29 .penci-image-holder:before,.featured-style-30 .penci-image-holder:before {
height:300px;
}

.featured-style-29 .penci-featured-slider-button a,.featured-style-30 .penci-featured-slider-button a {
height:30px;
line-height:26px;
padding:0 10px;
font-size:11px;
}

.featured-style-31 .penci-image-holder,.featured-style-32 .penci-image-holder {
height:400px !important;
}

.pencislider-container .pencislider-content .pencislider-button {
padding:8px 15px;
font-size:12px;
}

.grid-mixed .mixed-detail {
padding:30px 15px;
}

.typography-style .content-typography {
left:10px;
right:10px;
top:10px;
bottom:10px;
}

.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
min-height:200px;
height:auto;
padding:30px 15px;
}

.penci-post-box-meta .penci-post-share-box {
display:block;
float:none;
margin-top:15px;
}

.penci-more-link a.more-link {
font-size:12px;
padding:5px 0;
}

.widget .tagcloud a {
font-size:10px !important;
padding:4px 10px 3px;
margin-right:4px;
margin-bottom:8px;
}

.home-featured-cat-content .mag-photo .magcat-detail {
padding:15px;
width:100%;
}

.home-featured-cat-content .mag-photo .magcat-detail h3 a {
font-size:16px;
letter-spacing:0;
}

.home-featured-cat-content .magcat-detail .mag-meta {
margin-top:5px;
}

.home-featured-cat-content .magcat-detail h3 a {
font-size:15px;
line-height:1.3;
}

.post-box-meta-single span {
display:block;
margin-top:5px;
}

.post-box-meta-single span:before {
content:"";
display:none;
}

ul.slick-dots li button {
margin:0 3px;
}

.penci_facebook_widget .fb_iframe_widget {
display:block;
margin-left:auto;
margin-right:auto;
}

.penci-rlt-popup {
width:240px;
}

.penci-rlt-popup .rtlpopup-heading {
padding-left:12px;
font-size:14px;
}

.penci-rlt-popup .rltpopup-item {
padding-bottom:12px;
margin-bottom:12px;
}

.penci-rlt-popup .penci-rtlpopup-content {
padding:12px;
}

.penci-rlt-popup .rltpopup-thumbnail {
margin-right:12px;
width:80px;
}

.penci-rlt-popup .penci-close-rltpopup {
right:2px;
}

a img.alignleft,a img.alignright,a img.alignnone {
margin:0 auto 30px;
float:none;
display:block;
}

.video-align-left,.video-align-right {
margin-left:0;
margin-right:0;
float:none;
}

.post-entry ul,.elementor-text-editor ul,.woocommerce .page-description ul,.post-entry ol,.elementor-text-editor ol,.woocommerce .page-description ol {
padding-left:25px;
}

.post-tags {
display:block;
}

.post-share {
display:block;
float:none;
margin-top:8px;
}

.post-share .share-title {
display:inline-block;
}

.post-pagination .prev-post {
margin-bottom:15px;
}

.comments ul.children {
margin:0 0 0 35px;
}

#sidebar-nav {
width:270px;
transform:translateX(-270px);
-webkit-transform:translateX(-270px);
-moz-transform:translateX(-270px);
}

.penci-pagination ul.page-numbers li {
margin-right:5px;
}

.penci-pagination ul.page-numbers li span,.penci-pagination ul.page-numbers li a {
width:25px;
}

ul.footer-socials li {
margin-right:10px;
}

ul.footer-socials li a {
line-height:32px;
}

ul.footer-socials li a i {
width:32px;
height:32px;
line-height:32px;
font-size:14px;
}

#footer-logo a {
max-width:280px;
}

.footer-instagram h4.footer-instagram-title span {
padding:0 20px;
font-size:14px;
}

.comments .children,.comments > .comment > .comment,.comments > .comment > .comment > .comment,.comments > .comment > .comment > .comment > .comment,.comments > .comment > .comment > .comment > .comment > .comment {
margin:0 0 0 30px;
}

.overlay-post-box-meta > div {
margin-top:15px;
}

.overlay-post-box-meta > div:first-child {
margin-top:0;
display:block;
}

.overlay-post-box-meta > div:after {
content:none;
display:none;
}

.penci-single-mag-slider .magcat-detail {
padding:10px 15px;
}

.footer-menu li {
padding:0 5px;
}

.penci-post-gallery-container.masonry .item-gallery-masonry {
width:100% !important;
opacity:1;
}

.penci-post-gallery-container.masonry .item-gallery-masonry.animated {
animation-name:none;
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
}

.penci-review-metas .penci-review-meta {
display:block;
margin-bottom:4px;
}

.footer-subscribe {
padding:40px 0;
}

.footer-subscribe h4.footer-subscribe-title {
font-size:24px;
}

.footer-subscribe .mc4wp-form {
width:100%;
padding:0 20px;
}

.footer-subscribe .mc4wp-form .memail,.footer-subscribe .mc4wp-form .msubmit {
width:100%;
float:none;
margin-left:0;
}

.wrapper-boxed > .container > .container,.penci-single-smore .container .container,.penci-single-smore .container .container {
padding-left:0;
padding-right:0;
}

.penci-header-signup-form,#navigation,.inner-header {
padding-left:10px;
padding-right:10px;
}

.penci-single-style-10 .header-standard,.penci-single-style-10 .post-box-meta-single,.penci-post-box-meta,.penci-post-box-meta.post-box-boxed-1 {
text-align:center;
}

.penci-google-adsense-single-s10,.penci-featured-content .feat-text {
width:100%;
}

.featured-carousel .featured-content .feat-text h3 a,.featured-style-35 .feat-text-right h3 a,.featured-style-4 .penci-featured-content .feat-text h3 a,.featured-style-5 .penci-featured-content .feat-text h3 a,.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-15 .penci-mag-featured-content h3 a,.featured-style-14 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a,.grid-mixed .mixed-detail h2 a,.home-pupular-posts-title,.item-related h3 a,.post-box-title,.thecomment .comment-text span.author,.thecomment .comment-text span.author a,.author-content h5,.author-content h5 a,.archive-box span,.archive-box h1,.post-header h1 {
font-size:16px;
}

.featured-carousel .carousel-meta,.featured-style-37 .penci-owl-carousel .owl-dots,.post-box-meta span.author-post,.penci-review-thumb,.container .penci-grid li.typography-style .grid-post-box-meta,.penci-post-box-meta .penci-box-meta i {
display:none;
}

.penci-image-holder.slider-style-1-fix,.penci-image-holder.slider-style-3-fix {
height:180px;
}

.penci-image-holder.slider-style-2-fix,.featured-style-28 .wrapper-item .penci-item-1 {
width:300px;
}

.penci-magazine-slider .mag-item-1 .mag-meta h3 a,.penci-magazine-slider .mag-meta h3 a,.format-post-box .dt-special a,.penci-photo-2-effect figcaption h2,.penci_sidebar .penci-photo-2-effect figcaption h2,.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a,.pencislider-container .pencislider-content .pencislider-caption {
font-size:14px;
}

.penci-magazine-slider .mag-item-1 .mag-meta,.format-post-box.penci-format-link {
padding:15px;
}

.featured-style-38 .penci-featured-content .feat-text h3 a,.item-related h3 a,.post-box-title,.thecomment .comment-text span.author,.thecomment .comment-text span.author a,.author-content h5,.author-content h5 a,.penci-featured-infor .penci-entry-title,.featured-style-28 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-29 .penci-featured-content .feat-text h3 a,.featured-style-30 .penci-featured-content .feat-text h3 a,.penci-header-signup-form h4.header-signup-form,.header-standard h2,.header-standard .post-title,.header-standard h2 a,.penci-page-header h1 {
font-size:18px;
}

.penci-magazine-slider .penci-direction-nav a.penci-prev,.penci-owl-carousel .owl-nav .owl-prev,.penci-slick-slider > button.slick-prev {
left:10px;
}

.penci-magazine-slider .penci-direction-nav a.penci-next,.penci-owl-carousel .owl-nav .owl-next,.penci-slick-slider > button.slick-next {
right:10px;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,.widget ul.side-newsfeed li .side-item .side-item-text h4 a,.post-entry blockquote,.post-entry blockquote p,.penci-single-mag-slider .magcat-detail .magcat-titlte {
font-size:15px;
}

.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta,.featured-style-19 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,.error-404 .sub-heading-text-404,.home-featured-cat-content .magcat-detail .mag-meta span,.penci-rlt-popup .rltpopup-meta .rltpopup-title {
font-size:13px;
}

.featured-carousel > button.slick-prev,.featured-carousel > button.slick-next,.penci-slider .penci-direction-nav .penci-prev,.penci-slider .penci-direction-nav .penci-next,.penci-post-nav-thumb {
display:none !important;
}

.standard-main-content > h2,.header-classic > h2,.error-404 .heading-text-404,.pencislider-container .pencislider-content .pencislider-title,.page .post-header h1 {
font-size:20px;
}

.wrapper-boxed.enable-boxed .featured-carousel .featured-content .feat-text h3 a,.featured-carousel .featured-content .feat-text h3 a,.penci-slider .pencislider-container .pencislider-content .pencislider-title {
font-size:14px;
letter-spacing:1px;
}

.penci-mag-featured-content h3 a,.featured-style-13 .penci-mag-featured-content h3 a,.featured-style-18 .penci-mag-featured-content h3 a,.home-featured-cat-content .mag-photo .grid-post-box-meta span,.home-featured-cat-content .mag-photo .grid-post-box-meta span a,.penci-pagination a i,#footer-copyright *,.penci-rlt-popup .rltpopup-meta .date {
font-size:12px;
}

.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before,.featured-style-26 .penci-item-1 .penci-image-holder:before {
height:220px;
}

.cat > a.penci-cat-name,.penci-grid li .item .cat a,.penci-masonry .item-masonry .cat a,.penci-pagination a,.penci-pagination .disable-url {
font-size:11px;
}

.post-pagination .prev-post,.post-pagination .next-post,.penci-related-grid-display .item-related {
width:100%;
float:none;
}

.open-sidebar-nav #close-sidebar-nav,.open-sidebar-nav #sidebar-nav {
left:270px;
}

#footer-logo img,.footer-subscribe .widget .mc4wp-form input[type="submit"] {
max-width:100%;
}
}

@media screen and (max-width: 782px) and ( min-width: 601px ) {
.admin-bar .is-sticky #navigation {
top:46px !important;
}
}

@media screen and (max-width: 600px) {
.is-sticky #navigation {
top:0 !important;
z-index:999999;
}

#sidebar-nav,#close-sidebar-nav,.penci-menu-hbg,.penci-menu-hbg-overlay {
z-index:9999999;
}

#close-sidebar-nav i {
display:inline-block;
}
}

.penci-wrap-gprd-law {
display:block;
color:#212121;
font-size:14px;
}

.penci-gprd-law {
padding:7px 15px;
color:inherit;
font-size:inherit;
display:block;
text-align:center;
transition:all .3s;
-webkit-transition:all .3s;
background:#f5f5f5;
}

.penci-gprd-law p {
font-size:inherit;
color:inherit;
margin:0;
display:inline-block;
}

.penci-gprd-law .penci-gprd-accept,.penci-gprd-law .penci-gprd-more {
display:inline-block;
padding:0;
line-height:1;
font-size:inherit;
color:inherit;
margin-left:10px;
transition:opacity .3s;
-webkit-transition:opacity .3s;
}

.penci-gprd-law .penci-gprd-accept {
background:#212121;
color:#fff;
padding:6px 15px;
}

.penci-gprd-law .penci-gprd-accept:hover,.penci-gprd-law .penci-gprd-more:hover {
opacity:.8;
}

.penci-gprd-law,.penci-wrap-gprd-law .penci-gdrd-show {
position:fixed;
z-index:19999;
left:0;
bottom:0;
right:0;
width:100%;
}

.penci-wrap-gprd-law .penci-gdrd-show {
display:inline-block;
width:auto;
right:100px;
left:auto;
padding:6px 15px;
font-size:inherit;
color:inherit;
background:#f5f5f5;
line-height:1;
transition:all .3s;
-webkit-transition:all .3s;
transition-delay:.2s;
-webkit-transition-delay:.2s;
}

.penci-wrap-gprd-law-close {
z-index:0;
}

.penci-close-all .penci-gdrd-show,.penci-close-all .penci-gprd-law {
visibility:hidden;
}

.penci-wrap-gprd-law-close .penci-gprd-law,.penci-wrap-gprd-law .penci-gdrd-show {
transform:translateY(100%);
-webkit-transform:translateY(100%);
}

.penci-wrap-gprd-law-close .penci-gdrd-show {
transform:translateY(0);
-webkit-transform:translateY(0);
}

@media screen and (max-width: 768px) {
.penci-wrap-gprd-law .penci-gdrd-show {
display:none !important;
}
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc {
padding:20px;
}

#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
display:inline-block;
}

.bos_searchbox_widget_class #flexi_searchbox h1,.bos_searchbox_widget_class #flexi_searchbox h2,.bos_searchbox_widget_class #flexi_searchbox h3,.bos_searchbox_widget_class #flexi_searchbox h4 {
font-family:var(--pchead-font);
font-style:normal;
letter-spacing:1px;
font-weight:var(--pchead-wei);
}

.bos_searchbox_widget_class #flexi_searchbox h3,.bos_searchbox_widget_class #flexi_searchbox h4 {
margin-bottom:10px;
}

.bos_searchbox_widget_class #flexi_searchbox h3 {
font-size:24px;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select,.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type="text"] {
border-radius:0;
border:none;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type="text"] {
height:34px;
line-height:34px;
padding:0 10px!important;
width:100% !important;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select {
padding:5px 10px!important;
height:28px;
line-height:28px;
margin-right:10px;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover,.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
border-radius:0;
border:none;
box-shadow:none;
font-family:var(--pchead-font);
font-weight:var(--pchead-wei);
font-size:14px;
padding:0 20px;
line-height:40px;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
border:0;
border-radius:0;
opacity:.8;
}

.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchDest,.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckInDate,.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate,.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
margin-bottom:20px;
}

.penci-vc-row {
margin-left:-10px;
margin-right:-10px;
display:flex;
flex-wrap:wrap;
}

.penci-vc-column {
float:left;
padding-left:10px;
padding-right:10px;
}

.penci-vc-row:after {
content:" ";
display:table;
width:100%;
}

.penci-col-1,.penci-col-2,.penci-col-3,.penci-col-4,.penci-col-5,.penci-col-6,.penci-col-7,.penci-col-8,.penci-col-9,.penci-col-10,.penci-col-11,.penci-col-12 {
position:relative;
min-height:1px;
padding-left:10px;
padding-right:10px;
}

@media (min-width: 480px) {
.penci-col-1,.penci-col-2,.penci-col-3,.penci-col-4,.penci-col-5,.penci-col-6,.penci-col-7,.penci-col-8,.penci-col-9,.penci-col-10,.penci-col-11,.penci-col-12 {
width:100%;
}
}

@media (min-width: 768px) {
.penci-col-7,.penci-col-8,.penci-col-9,.penci-col-10,.penci-col-11,.penci-col-12 {
width:100%;
}
}

@media (min-width: 992px) {
.penci-col-1,.penci-col-2,.penci-col-3,.penci-col-4,.penci-col-5,.penci-col-6,.penci-col-7,.penci-col-8,.penci-col-9,.penci-col-10,.penci-col-11,.penci-col-12 {
float:left;
margin-bottom:0;
}

.penci-col-12 {
width:100%;
}

.penci-col-11 {
width:91.66666667%;
}

.penci-col-10 {
width:83.33333333%;
}

.penci-col-9 {
width:75%;
}

.penci-col-8 {
width:66.66666667%;
}

.penci-col-7 {
width:58.33333333%;
}

.penci-col-6 {
width:50%;
}

.penci-col-5 {
width:41.66666667%;
}

.penci-col-4 {
width:33.33333333%;
}

.penci-col-3 {
width:25%;
}

.penci-col-2 {
width:16.66666667%;
}

.penci-col-1 {
width:8.33333333%;
}
}

.pencisc-grid .pencisc-grid-item {
word-break:break-word;
min-width:0;
}

.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content {
display:flex;
overflow:hidden;
flex-wrap:wrap;
grid-column-gap:10px;
grid-row-gap:10px;
}

.penci-gallery-bsc .pencisc-grid {
grid-column-gap:0;
grid-row-gap:0;
}

.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,.pencisc-grid-1 .pencisc-grid {
grid-template-columns:repeat(1,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,.pencisc-grid-2 .pencisc-grid {
grid-template-columns:repeat(2,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,.pencisc-grid-3 .pencisc-grid {
grid-template-columns:repeat(3,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,.pencisc-grid-4 .pencisc-grid {
grid-template-columns:repeat(4,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,.pencisc-grid-5 .pencisc-grid {
grid-template-columns:repeat(5,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-6 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content,.pencisc-grid-6 .pencisc-grid {
grid-template-columns:repeat(6,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,.penci-lposts-ctcol.pencisc-grid-6 .penci-grid,.pencisc-grid-1 .pencisc-grid,.pencisc-grid-4 .pencisc-grid,.pencisc-grid-2 .pencisc-grid,.pencisc-grid-5 .pencisc-grid,.pencisc-grid-3 .pencisc-grid,.pencisc-grid-6 .pencisc-grid {
display:flex;
overflow:hidden;
flex-wrap:wrap;
grid-column-gap:30px;
grid-row-gap:30px;
}

@media (max-width: 960px) {
.pencisc-grid-tablet-0 .pencisc-grid {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:hidden;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-lposts-ctcol.pencisc-grid-tablet-1 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-1 .home-featured-cat-content,.pencisc-grid-tablet-1 .pencisc-grid {
grid-template-columns:repeat(1,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-tablet-2 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-2 .home-featured-cat-content,.pencisc-grid-tablet-2 .pencisc-grid {
grid-template-columns:repeat(2,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-tablet-3 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-3 .home-featured-cat-content,.pencisc-grid-tablet-3 .pencisc-grid {
grid-template-columns:repeat(3,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-tablet-4 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-4 .home-featured-cat-content,.pencisc-grid-tablet-4 .pencisc-grid {
grid-template-columns:repeat(4,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-tablet-5 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-5 .home-featured-cat-content,.pencisc-grid-tablet-5 .pencisc-grid {
grid-template-columns:repeat(5,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-tablet-6 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-tablet-6 .home-featured-cat-content,.pencisc-grid-tablet-6 .pencisc-grid {
grid-template-columns:repeat(6,1fr);
display:grid;
}

.pencisc-grid-tablet-7 .pencisc-grid {
grid-template-columns:repeat(7,1fr);
display:grid;
}

.pencisc-grid-tablet-8 .pencisc-grid {
grid-template-columns:repeat(8,1fr);
display:grid;
}

.pencisc-grid-tablet-9 .pencisc-grid {
grid-template-columns:repeat(9,1fr);
display:grid;
}

.pencisc-grid-tablet-10 .pencisc-grid {
grid-template-columns:repeat(10,1fr);
display:grid;
}

.pencisc-grid-tablet-11 .pencisc-grid {
grid-template-columns:repeat(11,1fr);
display:grid;
}

.pencisc-grid-tablet-12 .pencisc-grid {
grid-template-columns:repeat(12,1fr);
display:grid;
}
}

@media (max-width: 767px) {
.pencisc-grid-mobile-0 .pencisc-grid {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:hidden;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-lposts-ctcol.pencisc-grid-mobile-1 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-1 .home-featured-cat-content,.pencisc-grid-mobile-1 .pencisc-grid {
grid-template-columns:repeat(1,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-mobile-2 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content,.pencisc-grid-mobile-2 .pencisc-grid {
grid-template-columns:repeat(2,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-mobile-3 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content,.pencisc-grid-mobile-3 .pencisc-grid {
grid-template-columns:repeat(3,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-mobile-4 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content,.pencisc-grid-mobile-4 .pencisc-grid {
grid-template-columns:repeat(4,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-mobile-5 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content,.pencisc-grid-mobile-5 .pencisc-grid {
grid-template-columns:repeat(5,1fr);
display:grid;
}

.penci-lposts-ctcol.pencisc-grid-mobile-6 .penci-grid,.penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content,.pencisc-grid-mobile-6 .pencisc-grid {
grid-template-columns:repeat(6,1fr);
display:grid;
}

.pencisc-grid-mobile-7 .pencisc-grid {
grid-template-columns:repeat(7,1fr);
display:grid;
}

.pencisc-grid-mobile-8 .pencisc-grid {
grid-template-columns:repeat(8,1fr);
display:grid;
}

.pencisc-grid-mobile-9 .pencisc-grid {
grid-template-columns:repeat(9,1fr);
display:grid;
}

.pencisc-grid-mobile-10 .pencisc-grid {
grid-template-columns:repeat(10,1fr);
display:grid;
}

.pencisc-grid-mobile-11 .pencisc-grid {
grid-template-columns:repeat(11,1fr);
display:grid;
}

.pencisc-grid-mobile-12 .pencisc-grid {
grid-template-columns:repeat(12,1fr);
display:grid;
}
}

.container.two-sidebar {
width:1400px;
display:flex;
flex-wrap:wrap;
}

.container.penci-breadcrumb.two-sidebar {
display:block;
}

.penci-two-sidebar .container.penci-breadcrumb {
width:1400px;
display:block;
}

.penci-vc-row.penci-vc-dis-padding {
margin-left:0;
margin-right:0;
}

.layout-14_12_14 .penci-main-content,.container.two-sidebar #main {
width:57%;
order:2;
padding-left:50px;
padding-right:50px;
}

.layout-14_12_14 .penci-vc-sidebar,.container.two-sidebar .penci-sidebar-content {
width:21.5%;
}

.layout-14_12_14 .penci-sidebar-left,.container.two-sidebar .penci-sidebar-left {
order:1;
}

.layout-14_12_14 .penci-sidebar-right,.container.two-sidebar .penci-sidebar-right {
order:3;
}

.layout-12_14_14 .penci-main-content {
order:1;
width:53.5%;
padding-right:50px;
}

.layout-12_14_14 .penci-sidebar-left {
order:2;
width:25%;
padding-right:50px;
}

.layout-12_14_14 .penci-sidebar-right {
order:3;
width:21.5%;
}

.layout-14_14_12 .penci-main-content {
order:3;
width:53.5%;
padding-left:50px;
}

.layout-14_14_12 .penci-sidebar-left {
order:1;
width:21.5%;
}

.layout-14_14_12 .penci-sidebar-right {
order:2;
width:25%;
padding-left:50px;
}

.layout-13_23 .penci-main-content,.layout-23_13 .penci-main-content {
width:70.94%;
float:left;
}

.layout-23_13 .penci-main-content {
padding-right:50px;
}

.layout-13_23 .penci-main-content {
padding-left:50px;
}

.layout-13_23 .penci-vc-sidebar,.layout-23_13 .penci-vc-sidebar {
width:29.06%;
float:right;
}

.vc-penci-w1080,.vc-penci-w1170,.vc-penci-w1400 {
width:100%;
}

.vc-penci-w1080 {
max-width:1080px;
}

.vc-penci-w1170 {
max-width:1170px;
}

.vc-penci-w1400 {
max-width:1400px;
}

.penci-missing-settings {
font-size:13px;
font-weight:400;
text-align:left;
padding:10px 10px 5px;
outline:2px dashed #d4d4d4;
color:#131313;
font-family:Verdana,Geneva,sans-serif;
cursor:pointer;
margin-top:10px;
margin-bottom:10px;
}

.penci-missing-settings span {
font-size:11px;
position:relative;
margin-right:10px;
margin-bottom:5px;
background-color:red;
color:#fff;
font-weight:700;
padding:5px 10px;
display:inline-block;
vertical-align:top;
}

.block-title-icon-left .inner-arrow i {
margin-right:8px;
}

.block-title-icon-right .inner-arrow i {
margin-left:8px;
}

.penci-fancy-heading.penci-block-vc {
background-color:transparent;
}

.penci-fancy-heading.penci-heading-text-center {
text-align:center;
}

.penci-fancy-heading .penci-heading-content p {
line-height:inherit;
font-size:inherit;
color:inherit;
margin-bottom:17px;
}

.penci-fancy-heading .penci-heading-content p:last-child {
margin-bottom:0;
}

.penci-fancy-heading.penci-heading-text-right {
text-align:right;
overflow:hidden;
}

.penci-fancy-heading.penci-heading-text-right .penci-heading-subtitle,.penci-fancy-heading.penci-heading-text-right .penci-heading-title,.penci-fancy-heading.penci-heading-text-right .penci-heading-content {
float:right;
clear:both;
}

.penci-fancy-heading.penci-heading-text-right li {
text-align:right;
list-style-position:inside;
}

.penci-fancy-heading.penci-heading-text-left {
text-align:left;
}

.penci-fancy-heading .penci-heading-title {
font-size:36px;
color:#111;
margin-top:0;
margin-bottom:5px;
line-height:1.3;
}

.penci-fancy-heading .penci-heading-subtitle {
margin-bottom:10px;
}

.penci-fancy-heading .penci-heading-title + .penci-heading-subtitle {
margin-top:10px;
}

.penci-fancy-heading .penci-heading-subtitle,.penci-fancy-heading .penci-heading-content {
font-size:16px;
}

.penci-fancy-heading .penci-heading-content {
margin-top:10px;
clear:both;
}

.penci-fancy-heading .penci-separator {
margin-bottom:15px;
}

.penci-separator {
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
width:60px;
clear:both;
}

.penci-separator-right {
float:right;
}

.penci-separator-right .penci-heading-icon {
margin-right:0;
}

.penci-separator-left .penci-heading-icon {
margin-left:0;
}

.penci-separator-left .penci-sep_holder_l,.penci-separator-right .penci-sep_holder_r {
display:none;
}

.penci-separator .penci-sep_holder {
height:1px;
position:relative;
-webkit-box-flex:1;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
min-width:10%;
}

.penci-separator .penci-sep_line {
height:1px;
border-top:1px solid #dedede;
display:block;
position:relative;
top:1px;
width:100%;
}

.penci-separator-dotted .penci-sep_line {
border-style:dotted;
}

.penci-separator-dashed .penci-sep_line {
border-style:dashed;
}

.penci-separator-double .penci-sep_line {
border-top-style:double;
border-top-width:4px;
top:-2px;
}

.penci-separator .penci-heading-icon {
margin:10px 15px;
font-size:20px;
color:var(--pcaccent-cl);
}

.penci-animation-shrink:active,.penci-animation-shrink:hover {
transform:scale(0.9);
}

.penci-animation-grow:active,.penci-animation-grow:hover {
transform:scale(1.1);
}

.penci-vc-container,.penci-fancy-heading.penci-heading-text-center .penci-heading-subtitle,.penci-fancy-heading.penci-heading-text-center .penci-heading-content,.penci-separator-center {
margin-left:auto;
margin-right:auto;
}

.penci-animation-shrink,.penci-animation-grow {
transition-duration:.3s;
transition-property:transform;
}

@keyframes penci-animation-pulse {
25% {
transform:scale(1.1);
}

75% {
transform:scale(0.9);
}
}

.penci-animation-pulse:active,.penci-animation-pulse:hover {
animation-name:penci-animation-pulse;
animation-duration:1s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}

@keyframes penci-animation-pulse-grow {
to {
transform:scale(1.1);
}
}

.penci-animation-pulse-grow:active,.penci-animation-pulse-grow:hover {
animation-name:penci-animation-pulse-grow;
animation-duration:.3s;
animation-timing-function:linear;
animation-iteration-count:infinite;
animation-direction:alternate;
}

@keyframes penci-animation-pulse-shrink {
to {
transform:scale(0.9);
}
}

.penci-animation-pulse-shrink:active,.penci-animation-pulse-shrink:hover {
animation-name:penci-animation-pulse-shrink;
animation-duration:.3s;
animation-timing-function:linear;
animation-iteration-count:infinite;
animation-direction:alternate;
}

@keyframes penci-animation-push {
50% {
transform:scale(0.8);
}

100% {
transform:scale(1);
}
}

.penci-animation-push:active,.penci-animation-push:hover {
animation-name:penci-animation-push;
animation-duration:.3s;
animation-timing-function:linear;
animation-iteration-count:1;
}

@keyframes penci-animation-pop {
50% {
transform:scale(1.2);
}
}

.penci-animation-pop:active,.penci-animation-pop:hover {
animation-name:penci-animation-pop;
animation-duration:.3s;
animation-timing-function:linear;
animation-iteration-count:1;
}

.penci-icon {
display:inline-block;
line-height:1;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
color:#818a91;
font-size:50px;
text-align:center;
}

.penci-icon i {
width:1em;
height:1em;
position:relative;
z-index:20;
display:block;
}

.penci-info-box .penci-icon i:before,.penci-info-box .penci-icon svg:before {
position:absolute;
left:50%;
top:0;
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
}

.penci-icon:hover {
color:#818a91;
}

.penci-view-stacked .penci-icon {
padding:.5em;
background-color:#818a91;
color:#fff;
fill:#fff;
}

.penci-view-framed .penci-icon {
padding:.5em;
color:#818a91;
border:3px solid #818a91;
background-color:transparent !important;
}

.penci-shape-circle .penci-icon {
-webkit-border-radius:50%;
border-radius:50%;
}

.penci-info-box {
position:relative;
margin-top:0;
padding-left:0;
padding-right:0;
}

.penci-info-box .penci-ibox-img_active {
transition:all .7s;
}

.penci-info-box .penci-ibox-img_hover {
opacity:0;
visibility:hidden;
position:absolute;
top:0;
left:0;
transition:all .7s;
}

.penci-info-box .penci-ibox-icon--image {
width:90px;
height:90px;
overflow:hidden;
position:relative;
}

.penci-info-box .penci-ibox-icon--image img {
width:100%;
height:auto;
}

.penci-info-box .penci-ibox-line {
margin-top:10px;
margin-bottom:0;
width:40px;
height:2px;
background:var(--pcaccent-cl);
display:inline-block;
vertical-align:top;
}

.penci-info-box .penci-ibox-icon-fa {
z-index:2;
position:relative;
}

.penci-info-box a.penci-ibox-icon-fa-fix {
z-index:25;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
display:flex;
align-items:center;
justify-content:center;
}

.penci-info-box .penci-ibox-icon--image:hover .penci-ibox-img_active {
opacity:0;
visibility:hidden;
}

.penci-info-box .penci-ibox-icon--image:hover .penci-ibox-img_hover {
opacity:1;
visibility:visible;
}

.penci-info-box .penci-ibox-title {
font-size:20px;
font-weight:700;
margin-bottom:0;
color:#111;
}

.penci-info-box .penci-ibox-content {
margin:8px 0 0;
color:#999;
}

.penci-ibox-top-right .penci-ibox-icon,.penci-ibox-top-center .penci-ibox-icon,.penci-ibox-top-left .penci-ibox-icon {
margin-bottom:20px;
}

.penci-ibox-top-right .penci-ibox-icon--image,.penci-ibox-top-center .penci-ibox-icon--image,.penci-ibox-top-left .penci-ibox-icon--image {
height:auto;
}

.penci-ibox-top-center .penci-ibox-inner {
text-align:center;
}

.penci-ibox-top-center .penci-ibox-icon--image {
margin-left:auto;
margin-right:auto;
}

.penci-ibox-top-right .penci-ibox-inner {
text-align:right;
float:right;
overflow:hidden;
}

.penci-ibox-float-left .penci-ibox-inner {
display:flex;
text-align:left;
flex-direction:row;
align-items:flex-start;
}

.penci-ibox-float-left .penci-ibox-icon {
margin-right:20px;
}

.penci-ibox-float-right .penci-ibox-icon {
margin-left:20px;
}

.penci-ibox-top-right .penci-ibox-icon--image {
float:right;
}

.penci-ibox-top-right .penci-ibox-content {
clear:both;
}

.penci-ibox-float-left .penci-ibox-icon,.penci-ibox-float-right .penci-ibox-icon {
display:inline-flex;
flex:0 0 auto;
}

.penci-ibox-float-right .penci-ibox-inner {
display:flex;
text-align:right;
flex-direction:row-reverse;
align-items:flex-start;
}

.penci-info-box .penci-icon {
position:relative;
cursor:pointer;
}

.penci-shape-circle .penci-animation-custom-5:after,.penci-shape-circle .penci-animation-custom-4:after,.penci-shape-circle .penci-animation-custom-3:after,.penci-shape-circle .penci-animation-custom-2:after,.penci-shape-circle .penci-animation-custom-1:after {
-webkit-border-radius:50%;
border-radius:50%;
z-index:1;
}

.penci-view-stacked .penci-animation-custom-5:after,.penci-view-stacked .penci-animation-custom-4:after,.penci-view-stacked .penci-animation-custom-3:after,.penci-view-stacked .penci-animation-custom-2:after,.penci-view-stacked .penci-animation-custom-1:after {
content:'';
pointer-events:none;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
box-shadow:0 0 0 3px #818a91;
transition:transform 0.2s,opacity .2s;
opacity:0;
}

.penci-view-stacked .penci-animation-custom-2:after {
transform:scale(1.3);
}

.penci-view-stacked .penci-animation-custom-1:after {
transform:scale(0.8);
}

.penci-view-stacked .penci-animation-custom-2:hover,.penci-view-stacked .penci-animation-custom-1:hover {
background-color:#818a91;
color:#fff;
fill:#fff;
}

.penci-view-stacked .penci-animation-custom-2:hover:after,.penci-view-stacked .penci-animation-custom-1:hover:after {
-webkit-transform:scale(1.11);
-moz-transform:scale(1.11);
-ms-transform:scale(1.11);
transform:scale(1.11);
opacity:1;
}

.penci-view-stacked .penci-animation-custom-5:after,.penci-view-stacked .penci-animation-custom-4:after,.penci-view-stacked .penci-animation-custom-3:after {
transform:scale(1);
box-shadow:none;
background:#818a91;
opacity:1;
z-index:0;
}

.penci-view-stacked .penci-animation-custom-5,.penci-view-stacked .penci-animation-custom-4,.penci-view-stacked .penci-animation-custom-3 {
background-color:transparent !important;
box-shadow:inset 0 0 0 3px #818a91;
}

.penci-view-stacked .penci-animation-custom-3:hover:after {
-webkit-transform:scale(0.85);
-moz-transform:scale(0.85);
-ms-transform:scale(0.85);
transform:scale(0.85);
}

.penci-view-stacked .penci-animation-custom-4:hover:after {
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
transform:scale(0);
opacity:1;
}

.penci-view-stacked .penci-animation-custom-5:hover,.penci-view-stacked .penci-animation-custom-4:hover {
color:#818a91;
fill:#818a91;
}

.penci-view-stacked .penci-animation-custom-5 {
transition:color .3s;
}

.penci-view-stacked .penci-animation-custom-5:hover:after {
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
transform:scale(1.3);
opacity:0;
}

.penci-view-framed .penci-animation-custom-5:after,.penci-view-framed .penci-animation-custom-2:after,.penci-view-framed .penci-animation-custom-1:after {
content:'';
pointer-events:none;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
transition:transform 0.2s,opacity .2s;
opacity:0;
}

.penci-view-framed .penci-animation-custom-1:after {
background:#818a91;
z-index:-1;
transform:scale(1.3);
}

.penci-view-framed .penci-animation-custom-1:hover {
color:#fff;
}

.penci-view-framed .penci-animation-custom-1:hover:after {
transform:scale(1);
opacity:1;
}

.penci-view-framed .penci-animation-custom-2:after {
z-index:10;
border:3px dashed #818a91;
top:-3px;
left:-3px;
right:-3px;
bottom:-3px;
width:auto;
height:auto;
opacity:1;
}

.penci-view-framed .penci-animation-custom-2:hover {
border-color:transparent!important;
}

.penci-view-framed .penci-animation-custom-3 {
box-shadow:0 0 0 4px rgba(255,255,255,1);
overflow:hidden;
transition:background 0.3s,color 0.3s,box-shadow .3s;
}

.penci-view-framed .penci-animation-custom-3:hover .penci-ibox-icon--i {
-webkit-animation:penciIconToRightFromLeft .3s forwards;
-moz-animation:penciIconToRightFromLeft .3s forwards;
animation:penciIconToRightFromLeft .3s forwards;
}

@-webkit-keyframes penciIconToRightFromLeft {
49% {
-webkit-transform:translate(100%);
}

50% {
opacity:0;
-webkit-transform:translate(-100%);
}

51% {
opacity:1;
}
}

@keyframes penciIconToRightFromLeft {
49% {
transform:translate(100%);
}

50% {
opacity:0;
transform:translate(-100%);
}

51% {
opacity:1;
}
}

@-webkit-keyframes penciIconspinAround {
from {
-webkit-transform:rotate(0deg);
}

to {
-webkit-transform:rotate(360deg);
}
}

@keyframes penciIconspinAround {
from {
transform:rotate(0deg);
}

to {
transform:rotate(360deg);
}
}

.penci-view-framed .penci-animation-custom-4:hover .penci-ibox-icon--i {
-webkit-animation:penciIconspinAround 2s linear infinite;
-moz-animation:penciIconspinAround 2s linear infinite;
animation:penciIconspinAround 2s linear infinite;
}

.penci-view-framed .penci-animation-custom-5:after {
z-index:10;
border:3px solid #818a91;
top:-3px;
left:-3px;
right:-3px;
bottom:-3px;
width:auto;
height:auto;
opacity:1;
}

.penci-view-framed .penci-animation-custom-5:hover {
border-color:transparent!important;
box-shadow:0 0 0 6px #818a91;
}

.penci-view-framed .penci-animation-custom-5:hover:after {
-webkit-transform:scale(0.85);
-moz-transform:scale(0.85);
-ms-transform:scale(0.85);
transform:scale(0.85);
opacity:.5;
}

.penci-countdown-bsc {
overflow:hidden;
}

.penci-countdown-bsc:before,.penci-countdown-bsc:after {
content:'';
display:table;
clear:both;
}

.penci-countdown-bsc.penci-style-right {
text-align:right;
}

.penci-countdown-bsc.penci-border-solid .penci-countdown-amount {
border-style:solid;
}

.penci-countdown-bsc.penci-border-dashed .penci-countdown-amount {
border-style:dashed;
}

.penci-countdown-bsc.penci-border-dotted .penci-countdown-amount {
border-style:dotted;
}

.penci-countdown-bsc.penci-border-double .penci-countdown-amount {
border-style:double;
}

.penci-countdown-rtl {
direction:rtl;
}

.penci-countdown-holding span {
color:#888;
}

.penci-countdown-row {
clear:both;
width:100%;
padding:0;
display:block;
margin:-30px auto 0;
}

.penci-countdown-show1 .penci-countdown-section {
width:100%;
}

.penci-countdown-show2 .penci-countdown-section {
width:50%;
}

.penci-countdown-show3 .penci-countdown-section {
width:33.3333%;
}

.penci-countdown-show4 .penci-countdown-section {
width:25%;
}

.penci-countdown-show5 .penci-countdown-section {
width:20%;
}

.penci-countdown-show6 .penci-countdown-section {
width:16.6666667%;
}

.penci-countdown-show7 .penci-countdown-section {
width:14.2857143%;
}

.penci-countdown-section {
display:block;
float:left;
font-size:75%;
padding:30px 15px 0;
}

.penci-countdown-s1.penci-style-left .penci-countdown-section {
padding-left:0;
}

.penci-countdown-s1.penci-style-right .penci-countdown-section {
padding-right:0;
}

.penci-countdown-amount {
font-size:90px;
color:#111;
font-family:'Montserrat',sans-serif;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
min-width:1em;
max-width:100%;
min-height:1em;
line-height:1em;
display:inline-block;
}

.penci-countdown-s1 .penci-countdown-period {
display:block;
vertical-align:top;
}

.penci-countdown-period {
display:inline-block;
padding:0 4px;
font-size:20px;
color:#111;
line-height:1;
margin-top:5px;
}

.penci-period-upper .penci-countdown-period {
text-transform:uppercase;
}

.penci-countdown-descr {
display:block;
width:100%;
}

.penci-countdown-s4 .penci-countdown-row,.penci-countdown-s3 .penci-countdown-row,.penci-countdown-s2 .penci-countdown-row {
margin-left:-15px;
margin-right:-15px;
width:calc(100% + 30px);
}

.penci-countdown-s4 .penci-countdown-section:before,.penci-countdown-s3 .penci-countdown-section:before,.penci-countdown-s2 .penci-countdown-section:before {
content:'';
padding-top:100%;
display:block;
}

.penci-countdown-s4 .penci-span-inner,.penci-countdown-s3 .penci-span-inner,.penci-countdown-s2 .penci-span-inner {
border-width:1px;
border-style:solid;
border-radius:5px;
overflow:hidden;
position:absolute;
top:30px;
left:15px;
right:15px;
bottom:0;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
}

.penci-countdown-s4 .penci-countdown-amount,.penci-countdown-s3 .penci-countdown-amount,.penci-countdown-s2 .penci-countdown-amount {
font-size:70px;
}

.penci-countdown-s4 .penci-countdown-period,.penci-countdown-s3 .penci-countdown-period,.penci-countdown-s2 .penci-countdown-period {
margin-bottom:15px;
}

.penci-countdown-s4 .penci-span-inner span,.penci-countdown-s3 .penci-span-inner span,.penci-countdown-s2 .penci-span-inner span {
display:block;
}

.penci-countdown-s2 .penci-span-inner {
border-color:var(--pcaccent-cl);
}

.penci-countdown-s3 .penci-span-inner {
border-color:#f5f5f5;
background-color:#f5f5f5;
border-radius:50%;
}

.penci-countdown-s4 .penci-span-inner {
border:0;
background:#fff;
border-radius:50%;
box-shadow:0 0 30px 0 rgba(0,0,0,0.1);
}

.penci-cup_icon {
font-size:80px;
display:inline-block;
font-weight:700;
text-align:center;
line-height:1;
margin-bottom:12px;
}

.penci-cup-number-wrapper {
font-size:50px;
line-height:50px;
margin-bottom:5px;
color:#111;
display:inline-block;
}

.penci-counter-up .penci-cup-label {
font-size:70%;
line-height:100%;
}

.penci-counter-up .penci-counterup-number {
margin-left:5px;
margin-right:5px;
}

.penci-counter-up .penci-cup-title {
font-family:var(--pchead-font);
font-style:normal;
font-weight:var(--pchead-wei);
font-size:24px;
margin-top:5px;
}

.penci-counterup-right {
text-align:right;
float:right;
}

.penci-counterup-left {
text-align:left;
}

.penci-style-s2 .penci-cup_icon {
margin-right:15px;
}

.penci-image-not-caption .caption {
display:none !important;
}

.penci-image-gallery-s3 .penci-block_content,.penci-image-gallery-s2 .penci-block_content {
display:flex;
flex-wrap:wrap;
}

.penci-image-gallery .pencisc-grid {
grid-column-gap:0;
grid-row-gap:0;
}

.penci-image-gallery .caption {
position:absolute;
bottom:0;
background-color:#000;
left:0;
right:0;
margin:0;
color:#fff;
font-size:12px;
font-family:sans-serif;
font-weight:inherit;
padding:9px 15px;
line-height:1.5;
background:rgba(0,0,0,0.6);
opacity:0;
transition:all .3s;
z-index:20;
}

.penci-gallery-item:hover .caption {
opacity:1;
}

.penci-gallery-item i {
font-size:25px;
width:1em;
height:1em;
margin-left:-.5em;
margin-top:-.5em;
color:#fff;
position:absolute;
top:50%;
left:50%;
z-index:20;
transition:all .4s;
opacity:0;
visibility:visible;
transform:scale(0.7);
}

.penci-gallery-item a::after {
content:'';
background:var(--pcaccent-cl);
width:100%;
height:100%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:10;
transition:all .3s;
visibility:visible;
opacity:0;
}

.penci-gallery-item:hover i {
opacity:1;
visibility:visible;
transform:scale(1);
}

.penci-gallery-item a:hover:after {
opacity:.6;
visibility:visible;
}

.penci-image-gallery-s4 .penci-gallery-small-item,.penci-image-gallery-s3 .penci-gallery-small-item {
width:33.3333%;
float:left;
}

.penci-login-register input[type="email"],.penci-login-register input[type="submit"],.penci-login-register input[type="text"],.penci-login-register input[type="password"],.penci-login-register input[type="number"] {
max-width:100%;
width:100%;
}

.penci-login-register p,.post-entry .penci-login-register p {
margin-bottom:0;
}

.penci-login-register p.login-submit {
margin:28px 0 0;
clear:both;
}

.penci-loginform-extra {
margin-top:15px;
}

.penci-loginform-extra a:first-child {
margin-right:10px;
}

.penci-user-logged-in .penci-login-header img {
border-radius:50%;
width:85px;
height:85px;
}

.penci-user-logged-in .penci-login-header {
text-align:center;
margin-bottom:15px;
}

.penci-user-logged-in .penci-text-hello {
opacity:.75;
}

.penci-user-logged-in .penci-display_name {
font-weight:700;
}

.penci-user-logged-in .penci-user-action-links a {
display:inline-block;
text-decoration:none;
line-height:30px;
height:30px;
font-weight:400;
text-transform:none;
font-size:13px;
float:left;
width:48%;
font-family:var(--pchead-font);
background:#F5F5F5;
border-radius:0;
color:#313131;
transition:.3s;
cursor:pointer;
text-align:center;
margin:0;
padding:0;
max-width:100%;
}

.penci-user-logged-in .penci-user-action-links a:hover {
color:#fff;
background:var(--pcaccent-cl);
}

.penci-user-logged-in .penci-user-action-links i {
margin-right:5px;
}

.penci-user-logged-in .penci-user-action-links a:first-child {
margin-right:4%;
}

.penci-login-register input.invalid {
border-color:red!important;
}

.penci-login-register .message-error {
color:#a94442;
background:#f2dede;
}

.penci-login-register .message-success {
color:#3c763d;
background:#dff0d8;
}

.penci-login-register .message {
display:block;
margin-top:10px;
padding:5px 15px;
text-align:left;
clear:both;
}

.penci-block_content.ajax-loading .penci-loading-icon {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
display:flex;
align-items:center;
justify-content:center;
}

.penci-block_content.ajax-loading .penci-login-wrap,.penci-block_content.ajax-loading .penci-register-wrap {
opacity:.3;
}

.penci-mailchimp-s1 .mc4wp-form,.penci-mailchimp-s1 .widget input {
max-width:100%;
}

.penci-mailchimp-s2 .penci-header-signup-form {
margin:0;
padding:20px;
}

.penci-mailchimp-s3 .footer-subscribe .mc4wp-form {
max-width:540px;
margin:0 auto;
}

.penci-mailchimp-block .mc4wp-form input[type="submit"]:not(:hover) {
background:#313131;
color:#fff;
}

.penci-working-hours .penci-workingh-lists li {
list-style:none;
line-height:30px;
color:#666;
margin-left:0;
font-size:15px;
}

.penci-working-hours .penci-workingh-lists li:last-child {
margin-bottom:0 !important;
padding-bottom:0 !important;
}

.penci-working-hours .penci-workingh-lists .penci-workingh-item-inner {
position:relative;
overflow:hidden;
}

.penci-working-hours .penci-workingh-lists .penci-workingh-line1 {
display:flex;
align-items:flex-start;
}

.penci-working-hours .penci-workingh-lists .penci-icontitle {
flex:1;
overflow:hidden;
}

.penci-working-hours .penci-workingh-lists .penci-listitem-icon {
font-size:14px;
padding-right:10px;
padding-left:1px;
}

.penci-working-hours .penci-workingh-lists .penci-listitem-title {
font-weight:700;
position:relative;
line-height:1.3;
}

.penci-working-hours .penci-workingh-lists .penci-listitem-title:before {
content:'';
border-top:1px dotted;
position:absolute;
bottom:20%;
left:100%;
margin-left:10px;
width:2000px;
opacity:.7;
}

.penci-working-hours .penci-workingh-lists .penci-listitem-hours {
float:right;
z-index:1;
position:relative;
padding-left:10px;
}

.penci-working-hours .penci-workingh-lists .penci-listitem-subtitle {
display:block;
line-height:1.3;
margin-bottom:5px;
}

.penci-working-hours .penci-workingh-lists .penci-workingh-icon,.penci-working-hours .penci-workingh-lists .penci-listitem-title,.penci-working-hours .penci-workingh-lists .penci-listitem-hours {
line-height:inherit;
color:inherit;
}

.penci-progress-bar .penci-probar-items li {
list-style:none;
margin-left:0;
margin-bottom:20px;
}

.penci-progress-bar .penci-probar-items li:last-child {
margin-bottom:0 !important;
}

.penci-progress-bar .penci-probar-items .penci-probar-text {
line-height:1.3;
color:#111;
}

.penci-progress-bar .penci-probar-items .penci-probar-point {
font-weight:700;
text-transform:uppercase;
}

.penci-progress-bar .penci-probar-items .penci-probar-score {
float:right;
text-align:right;
}

.penci-progress-bar .penci-probar-items .penci-review-process {
margin-top:10px;
overflow:hidden;
}

.penci-progress-bar .penci-review-process {
display:block;
height:13px;
background-color:#e6e6e6;
width:100%;
margin-top:5px;
}

.penci-progress-bar .penci-review-process span {
display:block !important;
height:100%;
width:0;
background-color:var(--pcaccent-cl);
}

.penci-progress-bar .penci-probar-animated {
transition:width 1s linear;
-moz-transition:width 1s linear;
-webkit-transition:width 1s linear;
-o-transition:width 1s linear;
-webkit-animation:progress-bar-stripes 2s linear infinite;
-moz-animation:progress-bar-stripes 2s linear infinite;
-ms-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite;
}

.penci-progress-bar .penci-probar-striped {
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
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:-moz-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);
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-o-background-size:40px 40px;
background-size:40px 40px;
}

.penci-countdown-bsc.penci-style-center,.penci-counterup-center,.penci-login-form .penci-user-logged-in {
text-align:center;
}

.penci-countdown-s4 .penci-countdown-section,.penci-countdown-s3 .penci-countdown-section,.penci-countdown-s2 .penci-countdown-section,.penci-block_content {
position:relative;
}

.penci-cup-number-wrapper .penci-span-inner,.penci-counter-up.penci-style-s2 .penci-counter-up_inner {
display:flex;
align-items:center;
}

.penci-image-gallery-s2 .penci-galitem-1,.penci-image-gallery-s2 .penci-post-smalls,.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item,.penci-image-gallery-s4 .penci-gallery-big-item,.penci-image-gallery-s3 .penci-gallery-big-item {
width:50%;
float:left;
}

.penci-login-register .penci-login-wrap.hidden,.penci-login-register .penci-register-wrap.hidden,.penci-block_content .penci-loading-icon {
display:none;
}

.penci-working-hours .penci-workingh-lists ul,.penci-progress-bar .penci-probar-items {
margin:0;
padding:0;
}

@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}

to {
background-position:0 0;
}
}

@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}

to {
background-position:0 0;
}
}

@-ms-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}

to {
background-position:0 0;
}
}

@-o-keyframes progress-bar-stripes {
from {
background-position:0 0;
}

to {
background-position:40px 0;
}
}

@keyframes progress-bar-stripes {
from {
background-position:40px 0;
}

to {
background-position:0 0;
}
}

.penci-socialCT-wrap .penci-socialCT-item {
overflow:hidden;
margin-bottom:10px;
display:block;
}

.penci-socialCT-wrap .penci-social-content {
width:100%;
min-height:40px;
border:0;
padding:5px 30px;
position:relative;
transition:all .3s;
overflow:hidden;
height:100%;
display:flex;
flex-wrap:wrap;
align-items:center;
}

.penci-socialCT-wrap i {
margin-right:10px;
}

.penci-socialCT-wrap .penci-social-button span {
margin-right:5px;
}

.penci-socialCT-wrap .penci-socialCT-item:hover .penci-social-content {
opacity:.85;
}

.penci-socialCT-wrap .penci-social-content i,.penci-socialCT-wrap .penci-social-content span {
color:inherit;
font-size:inherit;
display:inline-block;
vertical-align:top;
line-height:20px;
}

.penci-socialCT-s1 .penci-social-content > span {
display:block;
width:100%;
}

.penci-socialCT-wrap.penci-socialCT-s2 i,.penci-socialCT-wrap.penci-socialCT-s2 .penci-social-name,.penci-socialCT-wrap.penci-socialCT-s1 i,.penci-socialCT-wrap.penci-socialCT-s1 .penci-social-name {
font-size:14px;
text-transform:uppercase;
}

.penci-socialCT-wrap.penci-socialCT-s2 .penci-social-button,.penci-socialCT-wrap.penci-socialCT-s1 .penci-social-button {
font-size:12px;
}

.penci-socialCT-s1 .penci-social-name {
margin-right:15px;
}

.penci-socialCT-s2 .penci-social-button,.penci-socialCT-s1 .penci-social-button {
float:right;
text-transform:uppercase;
}

.penci-socialCT-s2 .penci-social-content,.penci-socialCT-s1 .penci-social-content {
border-radius:3px;
overflow:hidden;
}

.penci-socialCT-s4 .penci-social-content,.penci-socialCT-s2 .penci-social-content {
justify-content:center;
}

.penci-socialCT-wrap.penci-socialCT-s2 {
margin-left:-5px;
margin-right:-5px;
margin-top:-10px;
overflow:hidden;
}

.penci-socialCT-s2 .penci-socialCT-item {
width:50%;
padding-left:5px;
padding-right:5px;
float:left;
margin-top:10px;
margin-bottom:0;
}

.penci-socialCT-wrap.penci-socialCT-s5,.penci-socialCT-wrap.penci-socialCT-s3 {
margin:-10px -5px 0;
overflow:hidden;
}

.penci-socialCT-s5 .penci-socialCT-item,.penci-socialCT-s3 .penci-socialCT-item {
width:50px;
height:40px;
line-height:36px;
float:left;
padding:0 5px;
margin-top:10px;
margin-bottom:0;
}

.penci-socialCT-wrap.penci-socialCT-s5 .penci-social-content,.penci-socialCT-wrap.penci-socialCT-s3 .penci-social-content {
padding:0 5px;
justify-content:center;
align-items:center;
width:40px;
height:40px;
}

.penci-socialCT-wrap.penci-socialCT-s5 .penci-social-content {
border-radius:50%;
overflow:hidden;
}

.penci-socialCT-wrap.penci-socialCT-s6 i,.penci-socialCT-wrap.penci-socialCT-s5 i,.penci-socialCT-wrap.penci-socialCT-s3 i {
margin:0;
}

.penci-socialCT-s4 .penci-social-content a,.penci-socialCT-s4 .penci-social-content i,.penci-socialCT-s4 .penci-social-content span {
display:block;
line-height:1.3;
text-align:center;
margin:0;
}

.penci-socialCT-s4 {
margin-left:-2px;
margin-right:-2px;
margin-top:-4px;
overflow:hidden;
display:flex;
flex-wrap:wrap;
}

.penci-socialCT-s4 .penci-socialCT-item {
width:33.33333%;
float:left;
min-height:90px;
padding-left:2px;
padding-right:2px;
margin-top:4px;
margin-bottom:0;
}

.penci-socialCT-s4 .penci-social-content {
padding:10px;
}

.penci-socialCT-s4 .penci-social-content i {
font-size:18px;
line-height:1.33;
padding-bottom:6px;
}

.penci-socialCT-s4 .penci-social-content .penci-social-number {
padding-bottom:3px;
}

.penci-socialCT-s4 .penci-social-content .penci-social-info-text {
font-size:10px;
}

.penci-socialCT-wrap.penci-socialCT-s6 {
display:flex;
flex-wrap:wrap;
margin:-30px -10px 0;
}

.penci-socialCT-s6 .penci-socialCT-item {
width:33.333%;
text-align:center;
margin-top:30px;
padding-left:10px;
padding-right:10px;
}

.penci-socialCT-s6 .penci-social-content {
height:90px;
width:90px;
min-height:0;
justify-content:center;
align-items:center;
border-radius:50%;
margin:0 auto 12px;
}

.penci-socialCT-s6 .penci-socialCT-item i {
font-size:24px;
}

.penci-socialCT-s6 .penci-social-info-text,.penci-socialCT-s6 .penci-social-number {
color:#111;
font-size:11px;
font-weight:700;
text-transform:uppercase;
}

.penci-socialCT-s6 .penci-social-info-text {
margin-left:3px;
}

.pencisc-column-3 .penci-socialCT-wrap {
display:flex;
flex-wrap:wrap;
margin-left:-5px;
margin-right:-5px;
}

.pencisc-column-3 .penci-socialCT-s1 .penci-socialCT-item {
width:33.333%;
padding-left:5px;
padding-right:5px;
float:left;
}

.pencisc-column-3 .penci-socialCT-s6 .penci-socialCT-item,.pencisc-column-3 .penci-socialCT-s4 .penci-socialCT-item {
width:12.5%;
}

.pencisc-column-2 .penci-socialCT-s1 .penci-socialCT-item {
width:50%;
padding-left:5px;
padding-right:5px;
float:left;
}

.pencisc-column-2 .penci-socialCT-s2 .penci-socialCT-item {
width:25%;
}

.penci-teammb-bsc .penci-teammb-inner {
padding:30px 15px;
}

.penci-teammb-s1 .penci-teammb-inner {
border:1px solid #dedede;
}

.penci-teammb-s2 .penci-teammb-img,.penci-teammb-s1 .penci-teammb-img {
width:150px;
height:150px;
border-radius:50%;
max-width:100%;
margin-bottom:21px;
}

.penci-teammb-s2 .penci-teammb-img:before,.penci-teammb-s1 .penci-teammb-img:before {
padding-top:100%;
}

.penci-teammb-bsc .penci-team_member_name {
font-size:20px;
margin-top:10px;
margin-bottom:0;
}

.penci-teammb-s1 .penci-team_member_name {
margin-top:0;
}

.penci-team_member_socails {
margin-top:15px;
overflow:hidden;
}

.penci-team_member_pos {
color:#999;
text-transform:uppercase;
font-weight:700;
}

.penci-teammb-bsc .penci-team_member_socails {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
line-height:1;
}

.penci-teammb-bsc .penci-team_member_socails .penci-social-item.penci-social-item {
margin-right:5px;
margin-left:5px;
}

.penci-teammb-s2 .penci-teammb-inner {
background-color:#f5f5f5;
border:none;
border-radius:15px;
padding-top:40px;
padding-bottom:40px;
}

.penci-teammb-s3 .penci-teammb-inner {
background-color:#f5f5f5;
padding:0;
}

.penci-teammb-s3 .penci-teammb-img {
width:100%;
display:block;
}

.penci-teammb-s3 .penci-teammb-img:before {
padding-top:66.6667%;
}

.penci-teammb-s3 .penci-team_item__info {
padding:25px 20px 30px;
}

.penci-teammb-s4 .penci-teammb-inner {
background-color:#fff;
box-shadow:0 15px 30px 0 rgba(0,0,0,0.1);
padding:0;
position:relative;
}

.penci-teammb-s4 .penci-teammb-img:before {
padding-top:120%;
}

.penci-teammb-s4 .penci-team_item__info {
padding:20px 10px;
position:absolute;
bottom:0;
left:0;
right:0;
z-index:100;
transform:translateY(35px);
transition:all .3s;
}

.penci-teammb-s4 .penci-social-wrap .penci-social-item {
width:auto;
height:auto;
background:transparent !important;
}

.penci-teammb-s4 .penci-team_member_socails .penci-social-item.penci-social-item {
margin-right:10px;
margin-left:10px;
font-size:15px;
}

.penci-teammb-s4 .penci-teammb-img:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
z-index:1;
bottom:0;
right:0;
background:linear-gradient(to bottom,transparent 50%,#000 90%);
opacity:.6;
transition:opacity .3s;
}

.penci-teammb-s4 .penci-teammb-item:hover .penci-team_item__info {
transform:translateY(0);
}

.penci-testimonail {
text-align:center;
position:relative;
}

.penci-testimonail .penci-testi-bq-icon:before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.penci-testi-s1 .penci-testimonail .penci-testi-blockquote {
font-family:'Playfair Display',serif;
font-size:23px;
font-weight:700;
font-style:italic;
line-height:1.5;
color:#111;
clear:both;
position:relative;
text-align:center;
background-color:#f5f5f5;
padding:39px 30px 35px;
margin-top:24px;
}

.penci-testi-s1 .penci-testimonail .penci-testi-bq-icon {
width:48px;
height:48px;
position:absolute;
top:-24px;
left:50%;
margin-left:-24px;
}

.penci-testi-s1 .penci-testimonail .penci-testi-bq-icon:before {
content:'“';
font-weight:700;
font-style:normal;
display:block;
text-align:center;
border-radius:50%;
font-family:'Playfair Display',serif;
margin:0;
width:48px;
height:48px;
font-size:48px;
line-height:48px;
background-color:var(--pcaccent-cl);
color:#fff;
padding-top:6px;
z-index:2;
}

.penci-testi-rating {
color:#ffb74d;
font-size:18px;
margin-top:30px;
}

.penci-testi-rating i:not( :last-child ) {
margin-right:3px;
}

.penci-testi-avatar {
width:60px;
height:60px;
border-radius:50%;
overflow:hidden;
margin:25px auto 0;
background:#e6e9ec;
}

.penci-testi-avatar img {
width:100%;
height:auto;
display:block;
}

.penci-testi-name {
font-size:16px;
margin-top:18px;
margin-bottom:0;
}

.penci-testi-company {
font-size:12px;
margin-top:12px;
text-transform:uppercase;
}

.penci-testi-s2 .penci-testimonail {
text-align:left;
}

.penci-testi-s2 .penci-testimonail .penci-testi-blockquote {
border:1px solid #f5f5f5;
background-color:#ffff;
border-radius:15px;
padding:30px 30px 56px;
}

.penci-testi-s2 .penci-testimonail .penci-testi-bq-icon:before {
content:'“';
font-weight:700;
font-style:normal;
display:block;
text-align:center;
border-radius:50%;
font-family:'Playfair Display',serif;
margin:0;
width:48px;
height:48px;
font-size:102px;
line-height:48px;
padding-top:6px;
z-index:2;
color:var(--pcaccent-cl);
}

.penci-testi-s2 .penci-testi-avatar {
margin-left:30px;
margin-top:-30px;
position:relative;
z-index:10;
}

.penci-testi-s2 .penci-testi-rating {
margin-top:5px;
}

.penci-testi-s2 .penci-testi-name,.penci-testi-s2 .penci-testi-company {
margin-left:30px;
}

.penci-testi-s3 .penci-testimonail .penci-testi-bq-icon:before {
content:'“';
font-weight:700;
font-style:normal;
display:block;
text-align:center;
border-radius:50%;
font-family:'Playfair Display',serif;
margin:0 auto;
width:48px;
height:48px;
font-size:48px;
line-height:48px;
padding-top:6px;
z-index:2;
border:2px solid var(--pcaccent-cl);
color:var(--pcaccent-cl);
}

.penci-testi-s3 .penci-testi-bq-icon {
margin-bottom:16px;
display:block;
}

.penci-testi-s3 .penci-testimonail .penci-testi-blockquote {
font-family:'Playfair Display',serif;
font-size:23px;
font-style:italic;
line-height:1.5;
color:#111;
clear:both;
position:relative;
text-align:center;
}

.penci-testi-s3 .penci-testi-name {
text-transform:uppercase;
color:var(--pcaccent-cl);
}

.penci-media-obj {
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;
}

.penci-media-obj .penci-mobj-img {
margin-right:20px;
position:relative;
}

.penci-media-obj .penci-mobj-body {
flex:1;
}

.penci-media-obj.penci-mobj-right .penci-mobj-img {
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1;
margin-right:0;
margin-left:20px;
}

.penci-video_playlist .penci-block_content {
position:relative;
display:flex;
flex-wrap:wrap;
}

.penci-video_playlist .penci-playlist-title {
background:var(--pcaccent-cl);
color:#fff;
min-height:70px;
width:100%;
padding:0 15px;
line-height:17px;
font-size:20px;
z-index:9;
}

.penci-video_playlist .penci-playlist-title .playlist-title-icon {
font-size:27px;
float:left;
margin-right:10px;
height:70px;
line-height:70px;
width:40px;
text-align:center;
font-weight:400;
}

.penci-video_playlist .penci-playlist-title a {
color:inherit;
}

.penci-video_playlist .penci-playlist-title .fa {
padding-right:5px;
}

.penci-video_playlist .penci-playlist-title h2 {
padding-top:14px;
font-size:18px;
clear:none;
color:inherit;
margin:0;
}

.penci-video_playlist .penci-playlist-title .penci-videos-number {
font-size:11px;
display:block;
float:left;
}

.penci-video_playlist .penci-video-play {
background-color:#111;
position:relative;
width:66%;
float:left;
background-color:#111;
position:relative;
width:66%;
float:left;
}

.penci-video_playlist .penci-video-nav {
width:34%;
height:100%;
float:right;
position:absolute;
top:0;
right:0;
border-width:0 1px 1px 0;
background:#f5f5f5;
overflow:hidden;
}

.penci-video_playlist .penci-custom-scroll {
overflow-y:auto;
height:100%;
}

.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar {
width:6px;
background:#dedede;
}

.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-thumb {
background-color:var(--pcaccent-cl);
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-corner {
background-color:#dedede;
}

.penci-video_playlist .fluid-width-video-wrapper {
padding-top:56.25% !important;
position:relative;
z-index:2;
}

.penci-video_playlist .penci-video-play .video-player-wrapper {
position:relative;
z-index:2;
}

.penci-video_playlist .penci-video-play .loader-overlay {
z-index:1;
}

.penci-video_playlist .penci-video-play .video-frame {
visibility:hidden;
}

.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.penci-video_playlist .penci-video-nav .penci-video-thumbnail {
width:100px;
height:56px;
float:left;
}

.penci-video_playlist .penci-video-thumbnail:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
opacity:0;
z-index:1;
transition:opacity .3s ease;
}

.penci-video_playlist .penci-video-nav .penci-video-thumbnail:hover:after {
opacity:.3;
}

.penci-video_playlist .penci-video-nav .playlist-panel-item {
float:left;
width:20px;
text-align:left;
line-height:56px;
font-size:13px;
color:#111;
}

.penci-video_playlist .penci-video-nav .penci-video-playlist-item {
padding:12px 15px;
display:block;
overflow:hidden;
cursor:pointer;
border-bottom:1px solid #dedede;
transition:all .3s;
}

.penci-video_playlist .penci-video-nav .penci-video-playlist-item:hover {
background:#dedede;
}

.penci-video_playlist .penci-video-playlist-item .penci-video-play-icon {
display:none;
color:var(--pcaccent-cl);
}

.penci-video_playlist .penci-video-playlist-item .penci-video-title {
font-size:13px;
font-weight:400;
line-height:1.3;
font-family:inherit;
width:100%;
display:block;
float:left;
margin-top:-2px;
transition:all .3s;
color:#000;
}

.penci-video_playlist .penci-video-playlist-item .penci-video-duration {
float:left;
font-size:11px;
color:#888;
margin-top:5px;
line-height:1;
}

.pencisc-column-1.penci-video_playlist .penci-video-nav {
width:100%;
position:relative;
}

.pencisc-column-2.penci-video_playlist .penci-video-nav .penci-video-thumbnail,.pencisc-column-1.penci-video_playlist .penci-video-nav .penci-video-thumbnail {
width:75px;
height:42.18px;
}

.pencisc-column-1.penci-video_playlist .penci-video-nav .penci-video-playlist-nav {
min-height:100px;
max-height:283px;
}

.pencisc-column-2.penci-video_playlist .penci-video-nav .playlist-panel-item,.pencisc-column-1.penci-video_playlist .penci-video-nav .playlist-panel-item {
position:absolute;
bottom:0;
left:0;
font-size:10px;
width:20px;
height:20px;
text-align:center;
vertical-align:middle;
line-height:20px;
z-index:10;
background:var(--pcaccent-cl);
color:#fff;
}

.penci-media-carousels .penci-image-holder {
background-color:transparent;
}

.penci-media-carousels .overlay-icon-format {
opacity:1;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
}

.penci-media-carousels .penci-media-title {
font-size:18px;
font-weight:600;
margin-top:20px;
}

.penci-media-carousels .penci-media-desc {
margin-top:18px;
}

.penci-weather-widget {
overflow:hidden;
color:#111;
}

.penci-weather-city {
font-size:24px;
font-weight:700;
line-height:1;
margin-bottom:7px;
}

.penci-weather-condition {
font-size:14px;
line-height:1;
text-transform:capitalize;
opacity:.8;
}

.penci-location-icon {
position:absolute;
top:0;
right:10px;
font-size:22px;
opacity:.6;
z-index:1;
}

.penci-location-icon:hover {
cursor:pointer;
opacity:.9;
}

.penci-weather-temperature {
padding:3px 0;
display:inline-block;
width:100%;
float:left;
text-align:center;
}

.penci-social-counter .penci-block_content,.penci-socialCT-s1 .penci-socialCT-item,.penci-socialCT-s1 .penci-socialCT-item a,.penci-video_playlist .penci-video-play iframe,.pencisc-column-1.penci-video_playlist .penci-video-play {
width:100%;
}

.penci-socialCT-wrap .penci-socialCT-item,.penci-socialCT-wrap .penci-socialCT-item a,.penci-teammb-s4 .penci-team_member_pos,.penci-teammb-s4 .penci-team_member_name,.penci-teammb-s4 .penci-social-wrap .penci-social-item {
color:#fff;
}

.pencisc-column-3 .penci-socialCT-s2 .penci-socialCT-item,.pencisc-column-2 .penci-socialCT-s6 .penci-socialCT-item,.pencisc-column-2 .penci-socialCT-s4 .penci-socialCT-item {
width:16.6666667%;
}

.penci-teammb-bsc,.penci-media-carousels .penci-media-content {
text-align:center;
}

.penci-team_member_desc,.penci-teammb-s2 .penci-team_member_pos,.penci-teammb-s3 .penci-team_member_pos {
margin-top:15px;
}

.penci-teammb-s3 .penci-team_member_desc,.penci-teammb-s4 .penci-team_member_pos {
margin-top:10px;
}

.penci-teammb-s4 .penci-team_member_desc,.penci-video_playlist .penci-video-playlist-item .penci-video-paused-icon,.penci-video_playlist .penci-video-playlist-item.is-playing .penci-video-number,.penci-video_playlist .penci-video-playlist-item.is-paused .penci-video-number {
display:none;
}

.penci-teammb-s4 .penci-social-wrap .penci-social-item:hover,.penci-video_playlist .penci-video-playlist-item .penci-video-title:hover {
color:var(--pcaccent-cl);
}

.penci-video_playlist .penci-video-playlist-item.is-playing .penci-video-play-icon,.penci-video_playlist .penci-video-playlist-item.is-paused .penci-video-paused-icon {
display:block;
}

@media screen and (max-width: 1018px) {
.penci-weather-temperature {
margin-bottom:-6px;
padding:0;
}
}

.penci-weather-temp-wrap {
display:inline-block;
}

.penci-weather-now {
float:left;
text-align:center;
line-height:1;
padding:32px 16px;
font-weight:300;
max-width:145px;
width:50%;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

@media screen and (max-width: 1018px) {
.penci-weather-now {
padding:28px 0;
position:relative;
left:-10px;
width:90px;
margin-left:12px;
}
}

@media screen and (min-width: 768px) and (max-width: 1018px) {
.penci-weather-now {
margin-left:0;
}
}

@media screen and (max-width: 767px) {
.penci-weather-now {
width:100px;
}
}

.penci-weather-now .penci-big-degrees {
font-size:40px;
}

@media screen and (max-width: 1018px) {
.penci-weather-now .penci-big-degrees {
font-size:32px;
}
}

.penci-weather-now .penci-circle {
font-size:30px;
position:relative;
top:-6px;
opacity:.6;
line-height:1;
vertical-align:top;
}

.penci-weather-now .penci-weather-unit {
font-size:16px;
position:relative;
top:-4px;
font-weight:400;
opacity:.6;
left:-2px;
line-height:1;
vertical-align:top;
}

.penci-weather-now:hover {
cursor:pointer;
}

.penci-weather-lo-hi {
float:left;
text-align:left;
}

.penci-weather-lo-hi__content {
padding:15px 0;
}

.penci-weather-lo-hi__content .penci-circle {
padding-left:3px;
}

.penci-weather-degrees-wrap {
padding:15px 0;
text-align:right;
}

.penci-weather-degrees-wrap:before,.penci-weather-degrees-wrap:after {
content:'';
display:table;
clear:both;
}

@media screen and (max-width: 1018px) {
.penci-weather-degrees-wrap {
padding:10px;
}
}

.penci-weather-degrees-wrap i {
position:relative;
top:1px;
font-size:16px;
color:#b3b3b3;
right:5px;
}

.penci-weather-degrees-wrap .penci-small-degrees {
font-size:12px;
}

.penci-weather-degrees-wrap .penci-circle {
font-size:18px;
position:relative;
right:3px;
top:3px;
}

.penci-weather-information {
font-size:12px;
position:relative;
padding:5px 0;
display:inline-block;
width:100%;
vertical-align:top;
opacity:.6;
margin-top:19px;
border-top:1px solid #ececec;
border-bottom:1px solid #ececec;
}

.penci-weather-information i {
font-size:16px;
position:relative;
top:2px;
margin-right:5px;
}

.penci-weather-section {
float:left;
width:33%;
}

.penci_humidty {
text-align:right;
padding-right:10px;
}

.penci_clouds {
text-align:left;
padding-left:10px;
}

.penci-weather-week {
padding:15px 8px;
width:100%;
text-align:center;
line-height:1;
position:relative;
display:block;
margin-bottom:-5px;
clear:both;
overflow:hidden;
}

.penci-weather-week:before {
content:'';
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:var(--pcaccent-cl);
opacity:.07;
}

.penci-weather-days {
width:20%;
float:left;
text-align:center;
text-transform:uppercase;
line-height:1;
}

.penci-weather-days .penci-day {
margin-bottom:8px;
font-size:11px;
opacity:.5;
margin-top:8px;
font-size:11px;
opacity:.5;
}

.penci-weather-days .penci-day-degrees {
font-size:20px;
position:relative;
left:4px;
line-height:14px;
opacity:.7;
}

.penci-weather-days .penci-circle {
position:relative;
right:5px;
}

.penci-weather-set-location {
display:none;
position:absolute;
top:0;
}

.penci-weather-set-location .penci-location-set-input {
height:20px;
font-size:20px;
font-weight:700;
text-transform:uppercase;
border:0;
padding:0 10px;
}

.penci-weather-set-location .penci-location-set-input:focus ~ label {
top:-20px;
font-size:11px;
opacity:.5;
}

.penci-show-location {
display:block !important;
}

.penci-show-location label {
position:absolute;
top:0;
left:10px;
font-size:13px;
opacity:.6;
pointer-events:none;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
}

.penci-weather-animated-icon {
float:left;
text-align:right;
position:relative;
}

.penci-weather-animated-icon i {
width:70px;
font-size:70px;
opacity:.4;
top:15px;
left:0;
right:auto;
}

.penci_facebook_widget .fb_iframe_widget {
max-width:340px;
}

.penci-pricing-item {
color:#888;
text-align:center;
padding:20px;
font-size:15px;
box-sizing:content-box;
overflow:hidden;
position:relative;
}

.penci-pricing_featured.penci-pricing-f-hheight {
padding-top:50px;
padding-bottom:50px;
transform:translateY(-30px);
position:relative;
}

.penci_wind,.penci_facebook_widget .penci-block_content {
text-align:center;
}

@media (min-width: 769px) {
.penci-pricing_featured.penci-pricing-f-scale {
background:var(--pcbg-cl);
transform:scale(1.15);
-webkit-transform:scale(1.15);
position:relative;
z-index:3;
}
}

.penci-pricing_featured .penci-pricing-ribbon {
position:absolute;
height:60px;
width:38px;
background:var(--pcaccent-cl);
color:#fff;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
right:15px;
top:0;
padding-bottom:15px;
display:flex;
align-items:flex-end;
justify-content:center;
font-size:18px;
z-index:5;
}

.penci-pricing_featured .penci-pricing-ribbon-text {
position:absolute;
top:18px;
right:-67px;
padding:4px 0;
width:200px;
background-color:#ff6618;
color:#fff;
transform:rotate(40deg);
text-align:center;
font-size:12px;
line-height:1.3em;
z-index:5;
text-transform:uppercase;
font-family:var(--pchead-font);
}

.penci-pricing-item.penci-pricing-s1 {
border:1px solid var(--pcborder-cl);
}

.penci-pricing-item.penci-pricing-s2 {
box-shadow:0 15px 30px 0 rgba(0,0,0,0.1);
background-color:#ffff;
border-radius:15px;
}

.penci-pricing-item.penci-pricing-s2 .penci-pricing-btn {
border-radius:10px;
}

.penci-pricing-item:after {
content:'';
display:table;
width:100%;
}

.penci-pricing-item .penci-pricing-inner {
position:relative;
}

.penci-pricing-item .penci-pricing-image {
width:150px;
text-align:center;
margin:0 auto 20px;
overflow:hidden;
}

.penci-pricing-item .penci-pricing-image img {
height:auto;
display:inline-block;
vertical-align:top;
}

.penci-pricing-item .penci-pricing-icon {
text-align:center;
font-size:50px;
margin-bottom:20px;
line-height:1;
}

.penci-pricing-item .penci-pricing-icon i {
font-size:inherit;
color:inherit;
display:inline-block;
vertical-align:top;
}

.penci-pricing-item .penci-pricing-header {
margin-bottom:20px;
}

.penci-pricing-fheader .penci-pricing-header {
margin-top:-20px;
margin-right:-20px;
margin-left:-20px;
padding:20px 0;
background:#fff000;
}

.penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
padding-top:50px;
margin-top:-50px;
}

.penci-pricing-item .penci-pricing-title {
font-size:36px;
font-weight:700;
line-height:1;
}

.penci-pricing-item .penci-pricing-subtitle {
color:#888;
line-height:1.3;
margin-top:10px;
}

.penci-pricing-item .penci-pricing-title,.penci-pricing-item .penci-price-unit {
color:#111;
}

.penci-pricing-item .penci-pricing-price {
font-size:48px;
line-height:1;
display:inline-block;
}

.penci-pricing-item .penci-pricing-unit {
display:block;
}

.penci-pricing-oneline .penci-pricing-unit {
display:inline-block;
}

.penci-pricing-item .penci-pricing-featured {
margin-top:20px;
margin-bottom:30px;
font-size:16px;
}

.penci-pricing-btn-above .penci-pricing-featured {
margin-bottom:5px;
}

.penci-pricing-btn-above .penci-pricing-pbutton {
margin-top:20px;
}

.penci-pricing-item .penci-pricing-featured ul,.penci-pricing-item .penci-pricing-featured ol {
margin:0;
padding:0;
}

.penci-pricing-item .penci-pricing-featured li {
margin-left:0;
list-style:none;
margin-bottom:10px;
}

.penci-pricing-item .penci-pricing-featured ul,.penci-pricing-item .penci-pricing-featured ol,.penci-pricing-item .penci-pricing-featured li,.penci-pricing-item .penci-pricing-featured p,.penci-pricing-item .penci-pricing-featured span,.penci-pricing-item .penci-pricing-featured div,.penci-pricing-item .penci-pricing-featured a,.penci-pricing-item .penci-pricing-featured strong {
font-size:inherit;
font-family:inherit;
font-weight:inherit;
letter-spacing:inherit;
text-transform:inherit;
font-style:inherit;
text-decoration:inherit;
line-height:1.3;
}

.penci-pricing-item .penci-pricing-featured li:last-child {
margin-bottom:0;
}

.penci-pricing-item .penci-pricing-btn {
display:block;
width:100%;
font-size:15px;
box-sizing:border-box;
max-width:100%;
text-decoration:none !important;
margin-left:auto;
margin-right:auto;
color:#fff;
}

.penci-pricing-btn-borders .penci-pricing-btn {
background:none !important;
border:2px solid;
color:var(--pctext-cl);
}

.penci-pricing-btn-borders .penci-pricing-btn:hover {
border-color:var(--pcaccent-cl);
color:var(--pcaccent-cl);
}

@media (max-width: 768px) {
.penci-pricing_featured.penci-pricing-f-hheight {
transform:translateY(0);
padding-top:20px;
padding-bottom:20px;
}

.penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
padding-top:20px;
margin-top:-20px;
}
}

.pcbtn-wrapper {
display:block;
clear:both;
}

.pcbtn-align-left {
text-align:left;
}

.pcbtn-align-center {
text-align:center;
}

.pcbtn-align-right {
text-align:right;
}

.pcbtn-wrapper a.pcbtn {
display:inline-block;
overflow:hidden;
text-decoration:none;
vertical-align:top;
background:var(--pcaccent-cl);
color:#fff;
}

.pcbtn-align-full a.pcbtn {
display:block;
}

.pcbtn-wrapperin {
display:-webkit-inline-flex;
display:inline-flex;
min-height:40px;
align-items:center;
text-align:center;
padding:0 20px;
flex-direction:column;
}

.pcbtn-align-full .pcbtn-wrapperin,.pcbtn-align-full .pcbtn-wrapperin span {
width:100%;
}

.pcbtn-icon-left span span i {
margin-right:5px;
}

.pcbtn-icon-right span span i {
margin-left:5px;
}

.pcbtn-wrapperin span {
display:block;
line-height:1.3;
}

.penci-ctslide-wrap {
height:400px;
position:relative;
}

.penci-ctslide-wrap:before {
display:block;
width:100%;
background:none !important;
box-shadow:none !important;
}

.penci-custom-slide {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.penci-ctslide-inner {
height:100%;
width:100%;
z-index:10;
display:flex;
}

.penci-ctslider-bg-overlay,.penci-ctslide-bg {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:10;
-webkit-background-size:cover;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
min-width:100%;
min-height:100%;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
-o-transition-property:transform;
transition-property:transform;
transition-property:transform,-webkit-transform;
-webkit-transition-duration:10s;
-o-transition-duration:10s;
transition-duration:10s;
}

.penci-ctslider-featimg {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:15;
background:transparent !important;
}

.penci-ctslider-content,.penci-ctslide-inner {
position:relative;
z-index:50;
}

.penci-slides-wrap .owl-item.active .penci-ctslide-bg {
-webkit-animation-timing-function:linear;
animation-timing-function:linear;
-webkit-animation-duration:20s;
animation-duration:20s;
}

.penci-slides-wrap .owl-item.active .penci-ctslide-bg.penci-ctslider-ken-in {
-webkit-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
-webkit-animation-name:penci-ken-burns-in;
animation-name:penci-ken-burns-in;
}

.penci-slides-wrap .owl-item.active .penci-ctslide-bg.penci-ctslider-ken-out {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
-webkit-animation-name:penci-ken-burns-out;
animation-name:penci-ken-burns-out;
}

.penci-slides-wrap .penci-ctslider-content {
padding:30px;
width:100%;
}

.penci-v-poswrap-top .penci-ctslide-inner {
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
}

.penci-v-poswrap-bottom .penci-ctslide-inner {
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
}

.penci-v-poswrap-middle .penci-ctslide-inner {
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
}

.penci-h-poswrap-left .penci-ctslide-inner {
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
}

.penci-h-poswrap-right .penci-ctslide-inner {
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
}

.penci-h-poswrap-center .penci-ctslide-inner {
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
}

.xpenci-slides-wrap div:not(.lslide ) > .penci-ctslide-inner {
display:none;
}

.penci-slides-wrap .pencislider-caption,.penci-slides-wrap .pencislider-title {
color:#fff;
}

.penci-slides-wrap .pencislider-caption,.penci-slides-wrap .pencislider-title,.penci-slides-wrap .penci-slider_btnwrap {
opacity:0;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:.65s;
-moz-animation-duration:.65s;
-ms-animation-duration:.65s;
-o-animation-duration:.65s;
animation-duration:.65s;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-o-animation-delay:.5s;
animation-delay:.5s;
}

.penci-slides-wrap .pencislider-title {
font-size:30px;
line-height:1.2em;
text-transform:uppercase;
margin:0 0 15px;
animation-delay:.9s;
-webkit-animation-delay:.9s;
}

.penci-slides-wrap .pencislider-caption {
font-size:16px;
line-height:1.4;
margin:0 0 25px;
-webkit-animation-delay:1.1s;
-moz-animation-delay:1.1s;
animation-delay:1.1s;
}

.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner,.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner {
position:relative;
padding:5px 12px;
display:inline-block;
vertical-align:top;
}

.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner:before,.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner:before {
content:'';
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}

.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner span,.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner span {
position:relative;
z-index:10;
padding:0;
margin:0;
}

.penci-slides-wrap .penci-slider_btnwrap {
margin:0;
background:none;
padding:0;
vertical-align:top;
animation-delay:1.3s;
-webkit-animation-delay:1.3s;
}

.penci-slider_btnwrap .pencislider-btn {
display:inline-block;
background:transparent;
border:1px solid #fff;
color:#fff;
line-height:1;
height:36px;
padding:0 20px;
border-radius:0;
font-size:12px;
font-weight:600;
width:auto;
}

.penci-slider_btnwrap .pencislider-btn > span {
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
white-space:nowrap;
}

.penci-slider_btnwrap .pencislider-btn:hover {
background:var(--pcaccent-cl);
border-color:var(--pcaccent-cl);
color:#fff;
text-decoration:none;
}

.penci-slider_btnwrap .pencislider-btn:not( :last-child ) {
margin-right:15px;
}

@keyframes penci-ken-burns-in {
0% {
transform:scale(1);
}

100% {
transform:scale(1.2);
}
}

@keyframes penci-ken-burns-out {
0% {
transform:scale(1.2);
}

100% {
transform:scale(1);
}
}

.penci-slides-wrap .active .penci-fadeInDown .pencislider-title,.penci-slides-wrap .active .penci-fadeInDown .pencislider-caption,.penci-slides-wrap .active .penci-fadeInDown .penci-slider_btnwrap {
-webkit-animation-name:pencifadeInDown;
-moz-animation-name:pencifadeInDown;
-o-animation-name:pencifadeInDown;
animation-name:pencifadeInDown;
}

.penci-slides-wrap .active .penci-fadeInUp .pencislider-title,.penci-slides-wrap .active .penci-fadeInUp .pencislider-caption,.penci-slides-wrap .active .penci-fadeInUp .penci-slider_btnwrap {
-webkit-animation-name:pencifadeInUp;
-moz-animation-name:pencifadeInUp;
-o-animation-name:pencifadeInUp;
animation-name:pencifadeInUp;
}

.penci-slides-wrap .active .penci-fadeInLeft .pencislider-title,.penci-slides-wrap .active .penci-fadeInLeft .pencislider-caption,.penci-slides-wrap .active .penci-fadeInLeft .penci-slider_btnwrap {
-webkit-animation-name:pencifadeInLeft;
-moz-animation-name:pencifadeInLeft;
-o-animation-name:pencifadeInLeft;
animation-name:pencifadeInLeft;
}

.penci-slides-wrap .active .penci-fadeInRight .pencislider-title,.penci-slides-wrap .active .penci-fadeInRight .pencislider-caption,.penci-slides-wrap .active .penci-fadeInRight .penci-slider_btnwrap {
-webkit-animation-name:pencifadeInRight;
-moz-animation-name:pencifadeInRight;
-o-animation-name:pencifadeInRight;
animation-name:pencifadeInRight;
}

@-webkit-keyframes pencifadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0,40px,0);
transform:translate3d(0,40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-webkit-keyframes pencifadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-50px,0,0);
transform:translate3d(-50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-50px,0,0);
transform:translate3d(-50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-webkit-keyframes pencifadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(50px,0,0);
transform:translate3d(50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(50px,0,0);
transform:translate3d(50px,0,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@-webkit-keyframes pencifadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0,-40px,0);
transform:translate3d(0,-40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

@keyframes pencifadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0,-40px,0);
transform:translate3d(0,-40px,0);
}

100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}

.popUpfadeInDown {
animation-name:fadeInDown;
}

@keyframes fadeInDown {
from {
opacity:0;
transform:translate3d(0,-100%,0);
}

to {
opacity:1;
transform:none;
}
}

@keyframes popUpfadeInDown {
from {
opacity:0;
transform:translate3d(0,-80px,0);
}

to {
opacity:1;
transform:none;
}
}

.penci-page-header-wrap {
background:#dfdfdf;
color:#111;
overflow:hidden;
padding-top:80px;
padding-bottom:80px;
margin-bottom:60px;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
text-align:center;
}

.penci-body-epageheader #header,.penci-body-epageheader .penci-header-signup-form {
margin-bottom:0;
margin-top:0;
}

.penci-page-header-wrap .container.penci-breadcrumb {
margin-top:0;
width:100%;
margin-bottom:0;
}

.penci-page-header-wrap .penci-page-header-title {
position:relative;
text-transform:uppercase;
font-size:30px;
font-weight:600;
color:#111;
line-height:1;
padding:0 0 14px;
margin:0 0 23px;
}

.penci-page-header-wrap .penci-page-header-title:before {
content:"";
position:absolute;
border-top:2px solid;
width:40px;
bottom:0;
left:50%;
color:inherit;
opacity:.2;
margin-left:-20px;
}

.penci-page-header-wrap.penci-phhide-bread .penci-page-header-title {
margin-bottom:0 !important;
}

.penci-page-header-wrap.penci-phhide-line .penci-page-header-title {
padding-bottom:0 !important;
}

.penci-page-header-wrap.penci-phhide-line .penci-page-header-title:before {
content:none;
}

.penci-page-header-wrap.penci-pheader-center .penci-page-header-title:before {
left:50%;
margin-left:-20px;
}

.penci-page-header-wrap.penci-pheader-right .penci-page-header-title:before {
left:auto;
right:0;
}

.penci-latest-posts-center.penci-latest-posts-mixed .grid-header-box:after,.penci-latest-posts-center .list-post .header-list-style:after {
left:50%;
margin-left:-30px;
}

.penci-latest-posts-right .header-list-style:after,.penci-latest-posts-right .grid-header-box:after,.penci-latest-posts-right .header-standard:after {
left:auto;
margin-left:0;
right:0;
margin-right:0;
}

.penci-page-header-wrap.penci-pheader-left,.penci-latest-posts-left .grid-header-box,.penci-latest-posts-left .header-list-style,.penci-latest-posts-left .header-standard,.penci-grid-excerpt-left .penci-grid li .item .item-content,.penci-grid-excerpt-left .penci-masonry .item-masonry .item-content,.penci-grid-excerpt-left .penci-featured-infor .item-content,.penci-std-excerpt-left .penci-grid .mixed-detail .item-content,.penci-std-continue-left .penci-more-link,.penci-std-excerpt-left .standard-main-content {
text-align:left;
}

.penci-page-header-wrap.penci-pheader-left .penci-page-header-title:before,.penci-latest-posts-left .header-list-style:after,.penci-latest-posts-left .grid-header-box:after,.penci-latest-posts-left .header-standard:after {
left:0;
margin-left:0;
}

.penci-page-header-wrap.penci-pheader-center,.penci-latest-posts-center .grid-header-box,.penci-latest-posts-center .header-list-style,.penci-latest-posts-center .header-standard,.penci-grid-excerpt-center .penci-grid li .item .item-content,.penci-grid-excerpt-center .penci-masonry .item-masonry .item-content,.penci-std-excerpt-center .penci-grid .mixed-detail .item-content,.penci-std-continue-center .penci-more-link,.penci-std-excerpt-center .standard-main-content,.penci-grid-excerpt-center .penci-featured-infor .item-content {
text-align:center;
}

.penci-page-header-wrap.penci-pheader-right,.penci-latest-posts-right .header-list-style,.penci-latest-posts-right .grid-header-box,.penci-latest-posts-right .header-standard,.penci-grid-excerpt-right .penci-grid li .item .item-content,.penci-grid-excerpt-right .penci-masonry .item-masonry .item-content,.penci-std-excerpt-right .penci-grid .mixed-detail .item-content,.penci-std-continue-right .penci-more-link,.penci-std-excerpt-right .standard-main-content,.penci-grid-excerpt-right .penci-featured-infor .item-content {
text-align:right;
}

@media only screen and (max-width: 1400px) and (min-width: 961px) {
.penci-two-sidebar .container.penci-breadcrumb {
width:100%;
padding:0 10px;
}
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
.penci-two-sidebar .container.penci-breadcrumb {
width:726px;
}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.penci-two-sidebar .container.penci-breadcrumb {
width:480px;
}
}

@media only screen and (max-width: 479px) {
.penci-two-sidebar .container.penci-breadcrumb {
width:100%;
}
}

@media only screen and (min-width: 768px) {
.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item,.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item {
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
}

.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item .content-list-right,.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item .content-list-right {
height:auto;
min-height:0;
}

.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child( 2n + 2 ) .item .content-list-right,.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type( 2n + 2 ) .item .content-list-right {
order:1;
}

.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child( 2n + 2 ) .item .thumbnail,.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type( 2n + 2 ) .item .thumbnail {
order:2;
}
}

.penci-latest-posts-el .penci-pagination {
margin-top:30px;
margin-bottom:0;
}

.penci-latest-posts-el.penci-latest-posts-boxed-2 .penci-grid li.list-boxed-post-2:last-child,.penci-latest-posts-el.penci-latest-posts-standard .penci-wrapper-data > article:last-child,.penci-latest-posts-el.penci-latest-posts-classic .penci-wrapper-data > article:last-child,.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-standard-list .penci-wrapper-data > .list-post:last-child,.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-classic-list .penci-wrapper-data > .list-post:last-child,.penci-latest-posts-el.penci-latest-posts-classic-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:last-child,.penci-latest-posts-el.penci-latest-posts-list .penci-wrapper-data > .list-post:last-child,.penci-latest-posts-el.penci-latest-posts-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,.penci-latest-posts-el.penci-latest-posts-overlay .penci-wrapper-data > .grid-overlay:last-child,.penci-latest-posts-el.penci-latest-posts-featured .penci-wrapper-data > .grid-featured:last-child,.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li:last-child,.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li:last-child,.penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:last-child {
margin-bottom:0 !important;
}

@media only screen and (min-width: 961px) {
.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:nth-last-child(2),.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(2),.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(3),.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(3),.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(3),.penci-latest-posts-el.penci-latest-posts-mixed.penci-el-mixed-s1 .penci-grid > li.grid-style:nth-last-of-type(3),.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li.grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-mixed-2.penci-el-mixed-s1 .penci-grid > li.grid-style:nth-last-of-type(3),.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li.grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:nth-last-child(2) {
margin-bottom:0 !important;
}
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:nth-last-child(2),.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(2),.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li.grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li.grid-style:nth-last-of-type(2),.penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:nth-last-child(2) {
margin-bottom:0 !important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 961px) {
.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,.layout-14_14_12 .penci-sidebar-right,.layout-12_14_14 .penci-sidebar-left,.layout-14_12_14 .penci-sidebar-left,.container.two-sidebar .penci-sidebar-left {
display:none;
}

.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.layout-14_14_12 .penci-vc-sidebar,.layout-12_14_14 .penci-vc-sidebar,.layout-14_12_14 .penci-vc-sidebar,.container.two-sidebar .penci-sidebar-content {
width:29.06%;
}

.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.layout-14_14_12 .penci-main-content {
width:70.94%;
}

.layout-12_14_14 .penci-main-content,.layout-14_12_14 .penci-main-content,.container.two-sidebar #main {
padding-left:0;
width:70.94%;
}
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
.penci-repons-elsection.penci-structure-34 .elementor-row {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3,.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1 {
width:50%;
}

.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-66.penci-ercol-order-2 {
width:100%;
order:1;
}

.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3 {
order:3;
}

.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1 {
order:2;
}
}

@media only screen and (max-width: 1400px) {
.penci-repons-elsection.penci-structure-50 .elementor-row,.penci-repons-elsection.penci-structure-60 .elementor-row {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16 {
width:33.3333%;
}
}

@media only screen and (max-width: 1170px) {
.penci-repons-elsection.penci-structure-40 .elementor-row {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16,.penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25 {
width:50%;
}
}

@media only screen and (max-width: 960px) {
.penci-vc-row .penci-vc-column {
width:100%;
padding-left:10px;
padding-right:10px;
}

.penci-countdown-show5 .penci-countdown-section,.penci-countdown-show6 .penci-countdown-section,.penci-countdown-show7 .penci-countdown-section {
width:33.33333%;
}

.penci-image-gallery-s2 .penci-galitem-1 {
width:100%;
float:left;
}

.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
width:50%;
float:left;
}

.penci-video_playlist .penci-video-nav,.penci-video_playlist .penci-video-play {
width:100%;
float:none;
position:relative;
}

.penci-video_playlist .penci-video-nav .playlist-panel-item {
position:absolute;
bottom:0;
left:0;
font-size:10px;
width:20px;
height:20px;
text-align:center;
vertical-align:middle;
line-height:20px;
z-index:10;
background:#111;
color:#fff;
}

.penci-repons-elsection.penci-structure-21 .elementor-row,.penci-repons-elsection.penci-structure-22 .elementor-row,.penci-repons-elsection.penci-structure-30 .elementor-row {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1 {
display:block;
width:50%;
}

.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
width:50%;
}

.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
order:2;
}

.container.two-sidebar .penci-sidebar-content,.container.two-sidebar #main,.penci-image-gallery-s2 .penci-post-smalls,.penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-66,.penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-33,.penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-66,.penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-33,.penci-repons-elsection.penci-structure-30 .elementor-column.penci-ercol-33,.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
width:100%;
}

.container.two-sidebar #main,.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
order:1;
}
}

@media only screen and (max-width: 767px) {
#main .penci-repons-elsection .elementor-column {
width:100% !important;
}

#main .penci-repons-elsection .elementor-column:not( :last-child ) {
margin-bottom:20px;
}

.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-25 + .elementor-column.elementor-col-50 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-66 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="66"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-16 + .elementor-column.elementor-col-66 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="16"] + .elementor-column[data-col="66"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-33 + .elementor-column.elementor-col-66 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="33"] + .elementor-column[data-col="66"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-25 + .elementor-column.elementor-col-50 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-25 + .elementor-col-25 + .elementor-col-50 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-50 + .elementor-col-25 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="50"] + .elementor-column[data-col="25"] > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-50 + .elementor-col-25 + .elementor-col-25 > .elementor-element-populated,.penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="50"] + .elementor-column[data-col="25"] + .elementor-column[data-col="25"] > .elementor-element-populated {
padding-left:10px;
padding-right:10px;
}

.penci-countdown-show4 .penci-countdown-section,.penci-countdown-show5 .penci-countdown-section,.penci-countdown-show6 .penci-countdown-section,.penci-countdown-show7 .penci-countdown-section {
width:50%;
}

.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1 {
order:2;
}

.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
order:3;
}

.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
order:1;
}

.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16,.penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25 {
width:100%;
}

.penci-top-bar .pctopbar-item.penci-topbar-trending {
display:none;
padding:0 10px;
}
}

@media only screen and (max-width: 480px) {
.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
width:100%;
float:left;
}

.penci-image-gallery-s4 .penci-gallery-small-item,.penci-image-gallery-s3 .penci-gallery-small-item,.penci-image-gallery-s4 .penci-gallery-big-item,.penci-image-gallery-s3 .penci-gallery-big-item {
width:100%;
float:none;
}
}@font-face {
font-family:'FontAwesome';
src:url(/wp-content/themes/soledad/fonts/fontawesome-webfont.eot?v=4.7.0&x31209);
src:url(/wp-content/themes/soledad/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0&x31209) format("embedded-opentype"),url(/wp-content/themes/soledad/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/wp-content/themes/soledad/fonts/fontawesome-webfont.woff?v=4.7.0&x31209) format("woff"),url(/wp-content/themes/soledad/fonts/fontawesome-webfont.ttf?v=4.7.0&x31209) format("truetype"),url(/wp-content/themes/soledad/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular&x31209) format("svg");
font-display:swap;
font-weight:400;
font-style:normal;
}

.fa {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.fa-lg {
font-size:1.33333333em;
line-height:.75em;
vertical-align:-15%;
}

.fa-2x {
font-size:2em;
}

.fa-3x {
font-size:3em;
}

.fa-4x {
font-size:4em;
}

.fa-5x {
font-size:5em;
}

.fa-fw {
width:1.28571429em;
text-align:center;
}

.fa-ul {
padding-left:0;
margin-left:2.14285714em;
list-style-type:none;
}

.fa-ul>li {
position:relative;
}

.fa-li {
position:absolute;
left:-2.14285714em;
width:2.14285714em;
top:.14285714em;
text-align:center;
}

.fa-li.fa-lg {
left:-1.85714286em;
}

.fa-border {
padding:.2em .25em .15em;
border:solid .08em #eee;
border-radius:.1em;
}

.fa-spin {
-webkit-animation:fa-spin 2s infinite linear;
animation:fa-spin 2s infinite linear;
}

.fa-pulse {
-webkit-animation:fa-spin 1s infinite steps(8);
animation:fa-spin 1s infinite steps(8);
}

.fa-pull-left,.pull-left {
float:left;
}

.fa-pull-right,.pull-right {
float:right;
}

.fa.fa-pull-left,.fa.pull-left {
margin-right:.3em;
}

.fa.fa-pull-right,.fa.pull-right {
margin-left:.3em;
}

@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}

.fa-rotate-90 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}

.fa-rotate-180 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}

.fa-rotate-270 {
-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
}

.fa-flip-horizontal {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
-webkit-transform:scale(-1,1);
-ms-transform:scale(-1,1);
transform:scale(-1,1);
}

.fa-flip-vertical {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
-webkit-transform:scale(1,-1);
-ms-transform:scale(1,-1);
transform:scale(1,-1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
filter:none;
}

.fa-stack {
position:relative;
display:inline-block;
width:2em;
height:2em;
line-height:2em;
vertical-align:middle;
}

.fa-stack-1x,.fa-stack-2x {
position:absolute;
left:0;
width:100%;
text-align:center;
}

.fa-stack-1x {
line-height:inherit;
}

.fa-stack-2x {
font-size:2em;
}

.fa-inverse {
color:#fff;
}

.fa-glass:before {
content:"\f000";
}

.fa-music:before {
content:"\f001";
}

.fa-search:before {
content:"\f002";
}

.fa-envelope-o:before {
content:"\f003";
}

.fa-heart:before {
content:"\f004";
}

.fa-star:before {
content:"\f005";
}

.fa-star-o:before {
content:"\f006";
}

.fa-user:before {
content:"\f007";
}

.fa-film:before {
content:"\f008";
}

.fa-th-large:before {
content:"\f009";
}

.fa-th:before {
content:"\f00a";
}

.fa-th-list:before {
content:"\f00b";
}

.fa-check:before {
content:"\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
content:"\f00d";
}

.fa-search-plus:before {
content:"\f00e";
}

.fa-search-minus:before {
content:"\f010";
}

.fa-power-off:before {
content:"\f011";
}

.fa-signal:before {
content:"\f012";
}

.fa-gear:before,.fa-cog:before {
content:"\f013";
}

.fa-trash-o:before {
content:"\f014";
}

.fa-home:before {
content:"\f015";
}

.fa-file-o:before {
content:"\f016";
}

.fa-clock-o:before {
content:"\f017";
}

.fa-road:before {
content:"\f018";
}

.fa-download:before {
content:"\f019";
}

.fa-arrow-circle-o-down:before {
content:"\f01a";
}

.fa-arrow-circle-o-up:before {
content:"\f01b";
}

.fa-inbox:before {
content:"\f01c";
}

.fa-play-circle-o:before {
content:"\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
content:"\f01e";
}

.fa-refresh:before {
content:"\f021";
}

.fa-list-alt:before {
content:"\f022";
}

.fa-lock:before {
content:"\f023";
}

.fa-flag:before {
content:"\f024";
}

.fa-headphones:before {
content:"\f025";
}

.fa-volume-off:before {
content:"\f026";
}

.fa-volume-down:before {
content:"\f027";
}

.fa-volume-up:before {
content:"\f028";
}

.fa-qrcode:before {
content:"\f029";
}

.fa-barcode:before {
content:"\f02a";
}

.fa-tag:before {
content:"\f02b";
}

.fa-tags:before {
content:"\f02c";
}

.fa-book:before {
content:"\f02d";
}

.fa-bookmark:before {
content:"\f02e";
}

.fa-print:before {
content:"\f02f";
}

.fa-camera:before {
content:"\f030";
}

.fa-font:before {
content:"\f031";
}

.fa-bold:before {
content:"\f032";
}

.fa-italic:before {
content:"\f033";
}

.fa-text-height:before {
content:"\f034";
}

.fa-text-width:before {
content:"\f035";
}

.fa-align-left:before {
content:"\f036";
}

.fa-align-center:before {
content:"\f037";
}

.fa-align-right:before {
content:"\f038";
}

.fa-align-justify:before {
content:"\f039";
}

.fa-list:before {
content:"\f03a";
}

.fa-dedent:before,.fa-outdent:before {
content:"\f03b";
}

.fa-indent:before {
content:"\f03c";
}

.fa-video-camera:before {
content:"\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
content:"\f03e";
}

.fa-pencil:before {
content:"\f040";
}

.fa-map-marker:before {
content:"\f041";
}

.fa-adjust:before {
content:"\f042";
}

.fa-tint:before {
content:"\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
content:"\f044";
}

.fa-share-square-o:before {
content:"\f045";
}

.fa-check-square-o:before {
content:"\f046";
}

.fa-arrows:before {
content:"\f047";
}

.fa-step-backward:before {
content:"\f048";
}

.fa-fast-backward:before {
content:"\f049";
}

.fa-backward:before {
content:"\f04a";
}

.fa-play:before {
content:"\f04b";
}

.fa-pause:before {
content:"\f04c";
}

.fa-stop:before {
content:"\f04d";
}

.fa-forward:before {
content:"\f04e";
}

.fa-fast-forward:before {
content:"\f050";
}

.fa-step-forward:before {
content:"\f051";
}

.fa-eject:before {
content:"\f052";
}

.fa-chevron-left:before {
content:"\f053";
}

.fa-chevron-right:before {
content:"\f054";
}

.fa-plus-circle:before {
content:"\f055";
}

.fa-minus-circle:before {
content:"\f056";
}

.fa-times-circle:before {
content:"\f057";
}

.fa-check-circle:before {
content:"\f058";
}

.fa-question-circle:before {
content:"\f059";
}

.fa-info-circle:before {
content:"\f05a";
}

.fa-crosshairs:before {
content:"\f05b";
}

.fa-times-circle-o:before {
content:"\f05c";
}

.fa-check-circle-o:before {
content:"\f05d";
}

.fa-ban:before {
content:"\f05e";
}

.fa-arrow-left:before {
content:"\f060";
}

.fa-arrow-right:before {
content:"\f061";
}

.fa-arrow-up:before {
content:"\f062";
}

.fa-arrow-down:before {
content:"\f063";
}

.fa-mail-forward:before,.fa-share:before {
content:"\f064";
}

.fa-expand:before {
content:"\f065";
}

.fa-compress:before {
content:"\f066";
}

.fa-plus:before {
content:"\f067";
}

.fa-minus:before {
content:"\f068";
}

.fa-asterisk:before {
content:"\f069";
}

.fa-exclamation-circle:before {
content:"\f06a";
}

.fa-gift:before {
content:"\f06b";
}

.fa-leaf:before {
content:"\f06c";
}

.fa-fire:before {
content:"\f06d";
}

.fa-eye:before {
content:"\f06e";
}

.fa-eye-slash:before {
content:"\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
content:"\f071";
}

.fa-plane:before {
content:"\f072";
}

.fa-calendar:before {
content:"\f073";
}

.fa-random:before {
content:"\f074";
}

.fa-comment:before {
content:"\f075";
}

.fa-magnet:before {
content:"\f076";
}

.fa-chevron-up:before {
content:"\f077";
}

.fa-chevron-down:before {
content:"\f078";
}

.fa-retweet:before {
content:"\f079";
}

.fa-shopping-cart:before {
content:"\f07a";
}

.fa-folder:before {
content:"\f07b";
}

.fa-folder-open:before {
content:"\f07c";
}

.fa-arrows-v:before {
content:"\f07d";
}

.fa-arrows-h:before {
content:"\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
content:"\f080";
}

.fa-twitter-square:before {
content:"\f081";
}

.fa-facebook-square:before {
content:"\f082";
}

.fa-camera-retro:before {
content:"\f083";
}

.fa-key:before {
content:"\f084";
}

.fa-gears:before,.fa-cogs:before {
content:"\f085";
}

.fa-comments:before {
content:"\f086";
}

.fa-thumbs-o-up:before {
content:"\f087";
}

.fa-thumbs-o-down:before {
content:"\f088";
}

.fa-star-half:before {
content:"\f089";
}

.fa-heart-o:before {
content:"\f08a";
}

.fa-sign-out:before {
content:"\f08b";
}

.fa-linkedin-square:before {
content:"\f08c";
}

.fa-thumb-tack:before {
content:"\f08d";
}

.fa-external-link:before {
content:"\f08e";
}

.fa-sign-in:before {
content:"\f090";
}

.fa-trophy:before {
content:"\f091";
}

.fa-github-square:before {
content:"\f092";
}

.fa-upload:before {
content:"\f093";
}

.fa-lemon-o:before {
content:"\f094";
}

.fa-phone:before {
content:"\f095";
}

.fa-square-o:before {
content:"\f096";
}

.fa-bookmark-o:before {
content:"\f097";
}

.fa-phone-square:before {
content:"\f098";
}

.fa-twitter:before {
content:"\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
content:"\f09a";
}

.fa-github:before {
content:"\f09b";
}

.fa-unlock:before {
content:"\f09c";
}

.fa-credit-card:before {
content:"\f09d";
}

.fa-feed:before,.fa-rss:before {
content:"\f09e";
}

.fa-hdd-o:before {
content:"\f0a0";
}

.fa-bullhorn:before {
content:"\f0a1";
}

.fa-bell:before {
content:"\f0f3";
}

.fa-certificate:before {
content:"\f0a3";
}

.fa-hand-o-right:before {
content:"\f0a4";
}

.fa-hand-o-left:before {
content:"\f0a5";
}

.fa-hand-o-up:before {
content:"\f0a6";
}

.fa-hand-o-down:before {
content:"\f0a7";
}

.fa-arrow-circle-left:before {
content:"\f0a8";
}

.fa-arrow-circle-right:before {
content:"\f0a9";
}

.fa-arrow-circle-up:before {
content:"\f0aa";
}

.fa-arrow-circle-down:before {
content:"\f0ab";
}

.fa-globe:before {
content:"\f0ac";
}

.fa-wrench:before {
content:"\f0ad";
}

.fa-tasks:before {
content:"\f0ae";
}

.fa-filter:before {
content:"\f0b0";
}

.fa-briefcase:before {
content:"\f0b1";
}

.fa-arrows-alt:before {
content:"\f0b2";
}

.fa-group:before,.fa-users:before {
content:"\f0c0";
}

.fa-chain:before,.fa-link:before {
content:"\f0c1";
}

.fa-cloud:before {
content:"\f0c2";
}

.fa-flask:before {
content:"\f0c3";
}

.fa-cut:before,.fa-scissors:before {
content:"\f0c4";
}

.fa-copy:before,.fa-files-o:before {
content:"\f0c5";
}

.fa-paperclip:before {
content:"\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
content:"\f0c7";
}

.fa-square:before {
content:"\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
content:"\f0c9";
}

.fa-list-ul:before {
content:"\f0ca";
}

.fa-list-ol:before {
content:"\f0cb";
}

.fa-strikethrough:before {
content:"\f0cc";
}

.fa-underline:before {
content:"\f0cd";
}

.fa-table:before {
content:"\f0ce";
}

.fa-magic:before {
content:"\f0d0";
}

.fa-truck:before {
content:"\f0d1";
}

.fa-pinterest:before {
content:"\f0d2";
}

.fa-pinterest-square:before {
content:"\f0d3";
}

.fa-google-plus-square:before {
content:"\f0d4";
}

.fa-google-plus:before {
content:"\f0d5";
}

.fa-money:before {
content:"\f0d6";
}

.fa-caret-down:before {
content:"\f0d7";
}

.fa-caret-up:before {
content:"\f0d8";
}

.fa-caret-left:before {
content:"\f0d9";
}

.fa-caret-right:before {
content:"\f0da";
}

.fa-columns:before {
content:"\f0db";
}

.fa-unsorted:before,.fa-sort:before {
content:"\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
content:"\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
content:"\f0de";
}

.fa-envelope:before {
content:"\f0e0";
}

.fa-linkedin:before {
content:"\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
content:"\f0e2";
}

.fa-legal:before,.fa-gavel:before {
content:"\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
content:"\f0e4";
}

.fa-comment-o:before {
content:"\f0e5";
}

.fa-comments-o:before {
content:"\f0e6";
}

.fa-flash:before,.fa-bolt:before {
content:"\f0e7";
}

.fa-sitemap:before {
content:"\f0e8";
}

.fa-umbrella:before {
content:"\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
content:"\f0ea";
}

.fa-lightbulb-o:before {
content:"\f0eb";
}

.fa-exchange:before {
content:"\f0ec";
}

.fa-cloud-download:before {
content:"\f0ed";
}

.fa-cloud-upload:before {
content:"\f0ee";
}

.fa-user-md:before {
content:"\f0f0";
}

.fa-stethoscope:before {
content:"\f0f1";
}

.fa-suitcase:before {
content:"\f0f2";
}

.fa-bell-o:before {
content:"\f0a2";
}

.fa-coffee:before {
content:"\f0f4";
}

.fa-cutlery:before {
content:"\f0f5";
}

.fa-file-text-o:before {
content:"\f0f6";
}

.fa-building-o:before {
content:"\f0f7";
}

.fa-hospital-o:before {
content:"\f0f8";
}

.fa-ambulance:before {
content:"\f0f9";
}

.fa-medkit:before {
content:"\f0fa";
}

.fa-fighter-jet:before {
content:"\f0fb";
}

.fa-beer:before {
content:"\f0fc";
}

.fa-h-square:before {
content:"\f0fd";
}

.fa-plus-square:before {
content:"\f0fe";
}

.fa-angle-double-left:before {
content:"\f100";
}

.fa-angle-double-right:before {
content:"\f101";
}

.fa-angle-double-up:before {
content:"\f102";
}

.fa-angle-double-down:before {
content:"\f103";
}

.fa-angle-left:before {
content:"\f104";
}

.fa-angle-right:before {
content:"\f105";
}

.fa-angle-up:before {
content:"\f106";
}

.fa-angle-down:before {
content:"\f107";
}

.fa-desktop:before {
content:"\f108";
}

.fa-laptop:before {
content:"\f109";
}

.fa-tablet:before {
content:"\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
content:"\f10b";
}

.fa-circle-o:before {
content:"\f10c";
}

.fa-quote-left:before {
content:"\f10d";
}

.fa-quote-right:before {
content:"\f10e";
}

.fa-spinner:before {
content:"\f110";
}

.fa-circle:before {
content:"\f111";
}

.fa-mail-reply:before,.fa-reply:before {
content:"\f112";
}

.fa-github-alt:before {
content:"\f113";
}

.fa-folder-o:before {
content:"\f114";
}

.fa-folder-open-o:before {
content:"\f115";
}

.fa-smile-o:before {
content:"\f118";
}

.fa-frown-o:before {
content:"\f119";
}

.fa-meh-o:before {
content:"\f11a";
}

.fa-gamepad:before {
content:"\f11b";
}

.fa-keyboard-o:before {
content:"\f11c";
}

.fa-flag-o:before {
content:"\f11d";
}

.fa-flag-checkered:before {
content:"\f11e";
}

.fa-terminal:before {
content:"\f120";
}

.fa-code:before {
content:"\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
content:"\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
content:"\f123";
}

.fa-location-arrow:before {
content:"\f124";
}

.fa-crop:before {
content:"\f125";
}

.fa-code-fork:before {
content:"\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
content:"\f127";
}

.fa-question:before {
content:"\f128";
}

.fa-info:before {
content:"\f129";
}

.fa-exclamation:before {
content:"\f12a";
}

.fa-superscript:before {
content:"\f12b";
}

.fa-subscript:before {
content:"\f12c";
}

.fa-eraser:before {
content:"\f12d";
}

.fa-puzzle-piece:before {
content:"\f12e";
}

.fa-microphone:before {
content:"\f130";
}

.fa-microphone-slash:before {
content:"\f131";
}

.fa-shield:before {
content:"\f132";
}

.fa-calendar-o:before {
content:"\f133";
}

.fa-fire-extinguisher:before {
content:"\f134";
}

.fa-rocket:before {
content:"\f135";
}

.fa-maxcdn:before {
content:"\f136";
}

.fa-chevron-circle-left:before {
content:"\f137";
}

.fa-chevron-circle-right:before {
content:"\f138";
}

.fa-chevron-circle-up:before {
content:"\f139";
}

.fa-chevron-circle-down:before {
content:"\f13a";
}

.fa-html5:before {
content:"\f13b";
}

.fa-css3:before {
content:"\f13c";
}

.fa-anchor:before {
content:"\f13d";
}

.fa-unlock-alt:before {
content:"\f13e";
}

.fa-bullseye:before {
content:"\f140";
}

.fa-ellipsis-h:before {
content:"\f141";
}

.fa-ellipsis-v:before {
content:"\f142";
}

.fa-rss-square:before {
content:"\f143";
}

.fa-play-circle:before {
content:"\f144";
}

.fa-ticket:before {
content:"\f145";
}

.fa-minus-square:before {
content:"\f146";
}

.fa-minus-square-o:before {
content:"\f147";
}

.fa-level-up:before {
content:"\f148";
}

.fa-level-down:before {
content:"\f149";
}

.fa-check-square:before {
content:"\f14a";
}

.fa-pencil-square:before {
content:"\f14b";
}

.fa-external-link-square:before {
content:"\f14c";
}

.fa-share-square:before {
content:"\f14d";
}

.fa-compass:before {
content:"\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
content:"\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
content:"\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
content:"\f152";
}

.fa-euro:before,.fa-eur:before {
content:"\f153";
}

.fa-gbp:before {
content:"\f154";
}

.fa-dollar:before,.fa-usd:before {
content:"\f155";
}

.fa-rupee:before,.fa-inr:before {
content:"\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
content:"\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
content:"\f158";
}

.fa-won:before,.fa-krw:before {
content:"\f159";
}

.fa-bitcoin:before,.fa-btc:before {
content:"\f15a";
}

.fa-file:before {
content:"\f15b";
}

.fa-file-text:before {
content:"\f15c";
}

.fa-sort-alpha-asc:before {
content:"\f15d";
}

.fa-sort-alpha-desc:before {
content:"\f15e";
}

.fa-sort-amount-asc:before {
content:"\f160";
}

.fa-sort-amount-desc:before {
content:"\f161";
}

.fa-sort-numeric-asc:before {
content:"\f162";
}

.fa-sort-numeric-desc:before {
content:"\f163";
}

.fa-thumbs-up:before {
content:"\f164";
}

.fa-thumbs-down:before {
content:"\f165";
}

.fa-youtube-square:before {
content:"\f166";
}

.fa-youtube:before {
content:"\f167";
}

.fa-xing:before {
content:"\f168";
}

.fa-xing-square:before {
content:"\f169";
}

.fa-youtube-play:before {
content:"\f16a";
}

.fa-dropbox:before {
content:"\f16b";
}

.fa-stack-overflow:before {
content:"\f16c";
}

.fa-instagram:before {
content:"\f16d";
}

.fa-flickr:before {
content:"\f16e";
}

.fa-adn:before {
content:"\f170";
}

.fa-bitbucket:before {
content:"\f171";
}

.fa-bitbucket-square:before {
content:"\f172";
}

.fa-tumblr:before {
content:"\f173";
}

.fa-tumblr-square:before {
content:"\f174";
}

.fa-long-arrow-down:before {
content:"\f175";
}

.fa-long-arrow-up:before {
content:"\f176";
}

.fa-long-arrow-left:before {
content:"\f177";
}

.fa-long-arrow-right:before {
content:"\f178";
}

.fa-apple:before {
content:"\f179";
}

.fa-windows:before {
content:"\f17a";
}

.fa-android:before {
content:"\f17b";
}

.fa-linux:before {
content:"\f17c";
}

.fa-dribbble:before {
content:"\f17d";
}

.fa-skype:before {
content:"\f17e";
}

.fa-foursquare:before {
content:"\f180";
}

.fa-trello:before {
content:"\f181";
}

.fa-female:before {
content:"\f182";
}

.fa-male:before {
content:"\f183";
}

.fa-gittip:before,.fa-gratipay:before {
content:"\f184";
}

.fa-sun-o:before {
content:"\f185";
}

.fa-moon-o:before {
content:"\f186";
}

.fa-archive:before {
content:"\f187";
}

.fa-bug:before {
content:"\f188";
}

.fa-vk:before {
content:"\f189";
}

.fa-weibo:before {
content:"\f18a";
}

.fa-renren:before {
content:"\f18b";
}

.fa-pagelines:before {
content:"\f18c";
}

.fa-stack-exchange:before {
content:"\f18d";
}

.fa-arrow-circle-o-right:before {
content:"\f18e";
}

.fa-arrow-circle-o-left:before {
content:"\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
content:"\f191";
}

.fa-dot-circle-o:before {
content:"\f192";
}

.fa-wheelchair:before {
content:"\f193";
}

.fa-vimeo-square:before {
content:"\f194";
}

.fa-turkish-lira:before,.fa-try:before {
content:"\f195";
}

.fa-plus-square-o:before {
content:"\f196";
}

.fa-space-shuttle:before {
content:"\f197";
}

.fa-slack:before {
content:"\f198";
}

.fa-envelope-square:before {
content:"\f199";
}

.fa-wordpress:before {
content:"\f19a";
}

.fa-openid:before {
content:"\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
content:"\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
content:"\f19d";
}

.fa-yahoo:before {
content:"\f19e";
}

.fa-google:before {
content:"\f1a0";
}

.fa-reddit:before {
content:"\f1a1";
}

.fa-reddit-square:before {
content:"\f1a2";
}

.fa-stumbleupon-circle:before {
content:"\f1a3";
}

.fa-stumbleupon:before {
content:"\f1a4";
}

.fa-delicious:before {
content:"\f1a5";
}

.fa-digg:before {
content:"\f1a6";
}

.fa-pied-piper-pp:before {
content:"\f1a7";
}

.fa-pied-piper-alt:before {
content:"\f1a8";
}

.fa-drupal:before {
content:"\f1a9";
}

.fa-joomla:before {
content:"\f1aa";
}

.fa-language:before {
content:"\f1ab";
}

.fa-fax:before {
content:"\f1ac";
}

.fa-building:before {
content:"\f1ad";
}

.fa-child:before {
content:"\f1ae";
}

.fa-paw:before {
content:"\f1b0";
}

.fa-spoon:before {
content:"\f1b1";
}

.fa-cube:before {
content:"\f1b2";
}

.fa-cubes:before {
content:"\f1b3";
}

.fa-behance:before {
content:"\f1b4";
}

.fa-behance-square:before {
content:"\f1b5";
}

.fa-steam:before {
content:"\f1b6";
}

.fa-steam-square:before {
content:"\f1b7";
}

.fa-recycle:before {
content:"\f1b8";
}

.fa-automobile:before,.fa-car:before {
content:"\f1b9";
}

.fa-cab:before,.fa-taxi:before {
content:"\f1ba";
}

.fa-tree:before {
content:"\f1bb";
}

.fa-spotify:before {
content:"\f1bc";
}

.fa-deviantart:before {
content:"\f1bd";
}

.fa-soundcloud:before {
content:"\f1be";
}

.fa-database:before {
content:"\f1c0";
}

.fa-file-pdf-o:before {
content:"\f1c1";
}

.fa-file-word-o:before {
content:"\f1c2";
}

.fa-file-excel-o:before {
content:"\f1c3";
}

.fa-file-powerpoint-o:before {
content:"\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
content:"\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
content:"\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
content:"\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
content:"\f1c8";
}

.fa-file-code-o:before {
content:"\f1c9";
}

.fa-vine:before {
content:"\f1ca";
}

.fa-codepen:before {
content:"\f1cb";
}

.fa-jsfiddle:before {
content:"\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
content:"\f1cd";
}

.fa-circle-o-notch:before {
content:"\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
content:"\f1d0";
}

.fa-ge:before,.fa-empire:before {
content:"\f1d1";
}

.fa-git-square:before {
content:"\f1d2";
}

.fa-git:before {
content:"\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
content:"\f1d4";
}

.fa-tencent-weibo:before {
content:"\f1d5";
}

.fa-qq:before {
content:"\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
content:"\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
content:"\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
content:"\f1d9";
}

.fa-history:before {
content:"\f1da";
}

.fa-circle-thin:before {
content:"\f1db";
}

.fa-header:before {
content:"\f1dc";
}

.fa-paragraph:before {
content:"\f1dd";
}

.fa-sliders:before {
content:"\f1de";
}

.fa-share-alt:before {
content:"\f1e0";
}

.fa-share-alt-square:before {
content:"\f1e1";
}

.fa-bomb:before {
content:"\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
content:"\f1e3";
}

.fa-tty:before {
content:"\f1e4";
}

.fa-binoculars:before {
content:"\f1e5";
}

.fa-plug:before {
content:"\f1e6";
}

.fa-slideshare:before {
content:"\f1e7";
}

.fa-twitch:before {
content:"\f1e8";
}

.fa-yelp:before {
content:"\f1e9";
}

.fa-newspaper-o:before {
content:"\f1ea";
}

.fa-wifi:before {
content:"\f1eb";
}

.fa-calculator:before {
content:"\f1ec";
}

.fa-paypal:before {
content:"\f1ed";
}

.fa-google-wallet:before {
content:"\f1ee";
}

.fa-cc-visa:before {
content:"\f1f0";
}

.fa-cc-mastercard:before {
content:"\f1f1";
}

.fa-cc-discover:before {
content:"\f1f2";
}

.fa-cc-amex:before {
content:"\f1f3";
}

.fa-cc-paypal:before {
content:"\f1f4";
}

.fa-cc-stripe:before {
content:"\f1f5";
}

.fa-bell-slash:before {
content:"\f1f6";
}

.fa-bell-slash-o:before {
content:"\f1f7";
}

.fa-trash:before {
content:"\f1f8";
}

.fa-copyright:before {
content:"\f1f9";
}

.fa-at:before {
content:"\f1fa";
}

.fa-eyedropper:before {
content:"\f1fb";
}

.fa-paint-brush:before {
content:"\f1fc";
}

.fa-birthday-cake:before {
content:"\f1fd";
}

.fa-area-chart:before {
content:"\f1fe";
}

.fa-pie-chart:before {
content:"\f200";
}

.fa-line-chart:before {
content:"\f201";
}

.fa-lastfm:before {
content:"\f202";
}

.fa-lastfm-square:before {
content:"\f203";
}

.fa-toggle-off:before {
content:"\f204";
}

.fa-toggle-on:before {
content:"\f205";
}

.fa-bicycle:before {
content:"\f206";
}

.fa-bus:before {
content:"\f207";
}

.fa-ioxhost:before {
content:"\f208";
}

.fa-angellist:before {
content:"\f209";
}

.fa-cc:before {
content:"\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
content:"\f20b";
}

.fa-meanpath:before {
content:"\f20c";
}

.fa-buysellads:before {
content:"\f20d";
}

.fa-connectdevelop:before {
content:"\f20e";
}

.fa-dashcube:before {
content:"\f210";
}

.fa-forumbee:before {
content:"\f211";
}

.fa-leanpub:before {
content:"\f212";
}

.fa-sellsy:before {
content:"\f213";
}

.fa-shirtsinbulk:before {
content:"\f214";
}

.fa-simplybuilt:before {
content:"\f215";
}

.fa-skyatlas:before {
content:"\f216";
}

.fa-cart-plus:before {
content:"\f217";
}

.fa-cart-arrow-down:before {
content:"\f218";
}

.fa-diamond:before {
content:"\f219";
}

.fa-ship:before {
content:"\f21a";
}

.fa-user-secret:before {
content:"\f21b";
}

.fa-motorcycle:before {
content:"\f21c";
}

.fa-street-view:before {
content:"\f21d";
}

.fa-heartbeat:before {
content:"\f21e";
}

.fa-venus:before {
content:"\f221";
}

.fa-mars:before {
content:"\f222";
}

.fa-mercury:before {
content:"\f223";
}

.fa-intersex:before,.fa-transgender:before {
content:"\f224";
}

.fa-transgender-alt:before {
content:"\f225";
}

.fa-venus-double:before {
content:"\f226";
}

.fa-mars-double:before {
content:"\f227";
}

.fa-venus-mars:before {
content:"\f228";
}

.fa-mars-stroke:before {
content:"\f229";
}

.fa-mars-stroke-v:before {
content:"\f22a";
}

.fa-mars-stroke-h:before {
content:"\f22b";
}

.fa-neuter:before {
content:"\f22c";
}

.fa-genderless:before {
content:"\f22d";
}

.fa-facebook-official:before {
content:"\f230";
}

.fa-pinterest-p:before {
content:"\f231";
}

.fa-whatsapp:before {
content:"\f232";
}

.fa-server:before {
content:"\f233";
}

.fa-user-plus:before {
content:"\f234";
}

.fa-user-times:before {
content:"\f235";
}

.fa-hotel:before,.fa-bed:before {
content:"\f236";
}

.fa-viacoin:before {
content:"\f237";
}

.fa-train:before {
content:"\f238";
}

.fa-subway:before {
content:"\f239";
}

.fa-medium:before {
content:"\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
content:"\f23b";
}

.fa-optin-monster:before {
content:"\f23c";
}

.fa-opencart:before {
content:"\f23d";
}

.fa-expeditedssl:before {
content:"\f23e";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
content:"\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
content:"\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
content:"\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
content:"\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
content:"\f244";
}

.fa-mouse-pointer:before {
content:"\f245";
}

.fa-i-cursor:before {
content:"\f246";
}

.fa-object-group:before {
content:"\f247";
}

.fa-object-ungroup:before {
content:"\f248";
}

.fa-sticky-note:before {
content:"\f249";
}

.fa-sticky-note-o:before {
content:"\f24a";
}

.fa-cc-jcb:before {
content:"\f24b";
}

.fa-cc-diners-club:before {
content:"\f24c";
}

.fa-clone:before {
content:"\f24d";
}

.fa-balance-scale:before {
content:"\f24e";
}

.fa-hourglass-o:before {
content:"\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
content:"\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
content:"\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
content:"\f253";
}

.fa-hourglass:before {
content:"\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
content:"\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
content:"\f256";
}

.fa-hand-scissors-o:before {
content:"\f257";
}

.fa-hand-lizard-o:before {
content:"\f258";
}

.fa-hand-spock-o:before {
content:"\f259";
}

.fa-hand-pointer-o:before {
content:"\f25a";
}

.fa-hand-peace-o:before {
content:"\f25b";
}

.fa-trademark:before {
content:"\f25c";
}

.fa-registered:before {
content:"\f25d";
}

.fa-creative-commons:before {
content:"\f25e";
}

.fa-gg:before {
content:"\f260";
}

.fa-gg-circle:before {
content:"\f261";
}

.fa-tripadvisor:before {
content:"\f262";
}

.fa-odnoklassniki:before {
content:"\f263";
}

.fa-odnoklassniki-square:before {
content:"\f264";
}

.fa-get-pocket:before {
content:"\f265";
}

.fa-wikipedia-w:before {
content:"\f266";
}

.fa-safari:before {
content:"\f267";
}

.fa-chrome:before {
content:"\f268";
}

.fa-firefox:before {
content:"\f269";
}

.fa-opera:before {
content:"\f26a";
}

.fa-internet-explorer:before {
content:"\f26b";
}

.fa-tv:before,.fa-television:before {
content:"\f26c";
}

.fa-contao:before {
content:"\f26d";
}

.fa-500px:before {
content:"\f26e";
}

.fa-amazon:before {
content:"\f270";
}

.fa-calendar-plus-o:before {
content:"\f271";
}

.fa-calendar-minus-o:before {
content:"\f272";
}

.fa-calendar-times-o:before {
content:"\f273";
}

.fa-calendar-check-o:before {
content:"\f274";
}

.fa-industry:before {
content:"\f275";
}

.fa-map-pin:before {
content:"\f276";
}

.fa-map-signs:before {
content:"\f277";
}

.fa-map-o:before {
content:"\f278";
}

.fa-map:before {
content:"\f279";
}

.fa-commenting:before {
content:"\f27a";
}

.fa-commenting-o:before {
content:"\f27b";
}

.fa-houzz:before {
content:"\f27c";
}

.fa-vimeo:before {
content:"\f27d";
}

.fa-black-tie:before {
content:"\f27e";
}

.fa-fonticons:before {
content:"\f280";
}

.fa-reddit-alien:before {
content:"\f281";
}

.fa-edge:before {
content:"\f282";
}

.fa-credit-card-alt:before {
content:"\f283";
}

.fa-codiepie:before {
content:"\f284";
}

.fa-modx:before {
content:"\f285";
}

.fa-fort-awesome:before {
content:"\f286";
}

.fa-usb:before {
content:"\f287";
}

.fa-product-hunt:before {
content:"\f288";
}

.fa-mixcloud:before {
content:"\f289";
}

.fa-scribd:before {
content:"\f28a";
}

.fa-pause-circle:before {
content:"\f28b";
}

.fa-pause-circle-o:before {
content:"\f28c";
}

.fa-stop-circle:before {
content:"\f28d";
}

.fa-stop-circle-o:before {
content:"\f28e";
}

.fa-shopping-bag:before {
content:"\f290";
}

.fa-shopping-basket:before {
content:"\f291";
}

.fa-hashtag:before {
content:"\f292";
}

.fa-bluetooth:before {
content:"\f293";
}

.fa-bluetooth-b:before {
content:"\f294";
}

.fa-percent:before {
content:"\f295";
}

.fa-gitlab:before {
content:"\f296";
}

.fa-wpbeginner:before {
content:"\f297";
}

.fa-wpforms:before {
content:"\f298";
}

.fa-envira:before {
content:"\f299";
}

.fa-universal-access:before {
content:"\f29a";
}

.fa-wheelchair-alt:before {
content:"\f29b";
}

.fa-question-circle-o:before {
content:"\f29c";
}

.fa-blind:before {
content:"\f29d";
}

.fa-audio-description:before {
content:"\f29e";
}

.fa-volume-control-phone:before {
content:"\f2a0";
}

.fa-braille:before {
content:"\f2a1";
}

.fa-assistive-listening-systems:before {
content:"\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
content:"\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
content:"\f2a4";
}

.fa-glide:before {
content:"\f2a5";
}

.fa-glide-g:before {
content:"\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
content:"\f2a7";
}

.fa-low-vision:before {
content:"\f2a8";
}

.fa-viadeo:before {
content:"\f2a9";
}

.fa-viadeo-square:before {
content:"\f2aa";
}

.fa-snapchat:before {
content:"\f2ab";
}

.fa-snapchat-ghost:before {
content:"\f2ac";
}

.fa-snapchat-square:before {
content:"\f2ad";
}

.fa-pied-piper:before {
content:"\f2ae";
}

.fa-first-order:before {
content:"\f2b0";
}

.fa-yoast:before {
content:"\f2b1";
}

.fa-themeisle:before {
content:"\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
content:"\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
content:"\f2b4";
}

.fa-handshake-o:before {
content:"\f2b5";
}

.fa-envelope-open:before {
content:"\f2b6";
}

.fa-envelope-open-o:before {
content:"\f2b7";
}

.fa-linode:before {
content:"\f2b8";
}

.fa-address-book:before {
content:"\f2b9";
}

.fa-address-book-o:before {
content:"\f2ba";
}

.fa-vcard:before,.fa-address-card:before {
content:"\f2bb";
}

.fa-vcard-o:before,.fa-address-card-o:before {
content:"\f2bc";
}

.fa-user-circle:before {
content:"\f2bd";
}

.fa-user-circle-o:before {
content:"\f2be";
}

.fa-user-o:before {
content:"\f2c0";
}

.fa-id-badge:before {
content:"\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
content:"\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
content:"\f2c3";
}

.fa-quora:before {
content:"\f2c4";
}

.fa-free-code-camp:before {
content:"\f2c5";
}

.fa-telegram:before {
content:"\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
content:"\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
content:"\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
content:"\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
content:"\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
content:"\f2cb";
}

.fa-shower:before {
content:"\f2cc";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
content:"\f2cd";
}

.fa-podcast:before {
content:"\f2ce";
}

.fa-window-maximize:before {
content:"\f2d0";
}

.fa-window-minimize:before {
content:"\f2d1";
}

.fa-window-restore:before {
content:"\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
content:"\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
content:"\f2d4";
}

.fa-bandcamp:before {
content:"\f2d5";
}

.fa-grav:before {
content:"\f2d6";
}

.fa-etsy:before {
content:"\f2d7";
}

.fa-imdb:before {
content:"\f2d8";
}

.fa-ravelry:before {
content:"\f2d9";
}

.fa-eercast:before {
content:"\f2da";
}

.fa-microchip:before {
content:"\f2db";
}

.fa-snowflake-o:before {
content:"\f2dc";
}

.fa-superpowers:before {
content:"\f2dd";
}

.fa-wpexplorer:before {
content:"\f2de";
}

.fa-meetup:before {
content:"\f2e0";
}

.sr-only {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
border:0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto;
}/*!
*  Weather Icons 2.0
*  Maintained at http://erikflowers.github.io/weather-icons*/
@font-face {
font-family:weathericons;
src:url(/wp-content/themes/soledad/fonts/weathericons.eot?x31209);
src:url(/wp-content/themes/soledad/fonts/weathericons.eot?#iefix&x31209) format("embedded-opentype"),url(/wp-content/themes/soledad/fonts/weathericons.woff2) format("woff2"),url(/wp-content/themes/soledad/fonts/weathericons.woff?x31209) format("woff"),url(/wp-content/themes/soledad/fonts/weathericons.ttf?x31209) format("truetype"),url(/wp-content/themes/soledad/fonts/weathericons.svg#weather_iconsregular) format("svg");
font-weight:400;
font-display:swap;
font-style:normal;
}

.wi {
display:inline-block;
font-family:weathericons;
font-style:normal;
font-weight:400;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.wi-day-sunny:before {
content:"\f00d";
}

.wi-cloudy:before {
content:"\f013";
}

.wi-day-rain:before {
content:"\f008";
}

.wi-day-thunderstorm:before {
content:"\f010";
}

.wi-day-showers:before {
content:"\f009";
}

.wi-day-cloudy-high:before {
content:"\f07d";
}

.wi-night-clear:before {
content:"\f02e";
}

.wi-night-alt-cloudy:before {
content:"\f086";
}

.wi-night-cloudy:before {
content:"\f031";
}

.wi-night-showers:before {
content:"\f037";
}

.wi-night-rain:before {
content:"\f036";
}

.wi-night-thunderstorm:before {
content:"\f03b";
}

.wi-night-snow-wind:before {
content:"\f066";
}

.wi-night-alt-cloudy-high:before {
content:"\f07e";
}

.wi-windy:before {
content:"\f021";
}

.wi-humidity:before {
content:"\f078";
}@font-face {
font-family:"penciicon";
font-display:swap;
src:url(/wp-content/themes/soledad/fonts/penciicon.ttf?x31209) format("truetype"),url(/wp-content/themes/soledad/fonts/penciicon.woff?x31209) format("woff"),url(/wp-content/themes/soledad/fonts/penciicon.woff2) format("woff2"),url(/wp-content/themes/soledad/fonts/penciicon.eot#iefix) format("embedded-opentype"),url(/wp-content/themes/soledad/fonts/penciicon.svg#penciicon) format("svg");
}

i[class^="penciicon-"],i[class*=" penciicon-"] {
display:inline-block;
vertical-align:middle;
font-family:penciicon !important;
font-style:normal;
font-weight:400 !important;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.penciicon-left-quote:before {
content:"\f101";
}

.penciicon-messenger:before {
content:"\f102";
}

.penciicon-goodreads:before {
content:"\f103";
}

.penciicon-viber:before {
content:"\f104";
}

.penciicon-discord:before {
content:"\f105";
}

.penciicon-tik-tok:before {
content:"\f106";
}

.penciicon-line:before {
content:"\f107";
}

.penciicon-douban-logo:before {
content:"\f108";
}

.penciicon-qq-social-logo-of-a-penguin:before {
content:"\f109";
}

.penciicon-magnifiying-glass:before {
content:"\f10a";
}

.penciicon-heart:before {
content:"\f10b";
}

.penciicon-shuffle:before {
content:"\f10c";
}

.penciicon-shopping-bag:before {
content:"\f10d";
}

.penciicon-shopping-cart:before {
content:"\f10e";
}

.penciicon-share:before {
content:"\f10f";
}

.penciicon-sharing:before {
content:"\f110";
}

.penciicon-user:before {
content:"\f111";
}

.penciicon-close-button:before {
content:"\f112";
}

.penciicon-check-symbol:before {
content:"\f113";
}

.penciicon-expand:before {
content:"\f114";
}

.penciicon-avatar:before {
content:"\f115";
}

.penciicon-search:before {
content:"\f116";
}

.penciicon-ruler:before {
content:"\f117";
}

.penciicon-moon:before {
content:"\f118";
}

.penciicon-sun:before {
content:"\f119";
}

.penciicon-shopping-cart-1:before {
content:"\f11a";
}

.penciicon-shopping-cart-2:before {
content:"\f11b";
}

.penciicon-right-chevron:before {
content:"\f11c";
}

.penciicon-left-chevron:before {
content:"\f11d";
}

.penciicon-down-chevron:before {
content:"\f11e";
}

.penciicon-up-chevron:before {
content:"\f11f";
}

.penciicon-exchange:before {
content:"\f120";
}

.penciicon-down-arrow:before {
content:"\f121";
}

.penciicon-left-arrow:before {
content:"\f122";
}

.penciicon-exchange-1:before {
content:"\f123";
}

.penciicon-right-chevron-1:before {
content:"\f124";
}

.penciicon-down-chevron-1:before {
content:"\f125";
}

.penciicon-left-chevron-1:before {
content:"\f126";
}

.penciicon-up-chevron-1:before {
content:"\f127";
}

.penciicon-undo:before {
content:"\f128";
}

.penciicon-free-delivery:before {
content:"\f129";
}

.penciicon-facebook:before {
content:"\f12a";
}

.penciicon-twitter:before {
content:"\f12b";
}

.penciicon-instagram:before {
content:"\f12c";
}

.penciicon-pinterest:before {
content:"\f12d";
}

.penciicon-linkedin:before {
content:"\f12e";
}

.penciicon-flickr:before {
content:"\f12f";
}

.penciicon-behance:before {
content:"\f130";
}

.penciicon-tumblr:before {
content:"\f131";
}

.penciicon-youtube:before {
content:"\f132";
}

.penciicon-email:before {
content:"\f133";
}

.penciicon-vk:before {
content:"\f134";
}

.penciicon-vine:before {
content:"\f135";
}

.penciicon-soundcloud:before {
content:"\f136";
}

.penciicon-snapchat:before {
content:"\f137";
}

.penciicon-spotify:before {
content:"\f138";
}

.penciicon-github:before {
content:"\f139";
}

.penciicon-stack-overflow:before {
content:"\f13a";
}

.penciicon-twitch:before {
content:"\f13b";
}

.penciicon-steam:before {
content:"\f13c";
}

.penciicon-vimeo:before {
content:"\f13d";
}

.penciicon-xing:before {
content:"\f13e";
}

.penciicon-whatsapp:before {
content:"\f13f";
}

.penciicon-telegram:before {
content:"\f140";
}

.penciicon-reddit:before {
content:"\f141";
}

.penciicon-odnoklassniki:before {
content:"\f142";
}

.penciicon-500px-monogram:before {
content:"\f143";
}

.penciicon-stumbleupon:before {
content:"\f144";
}

.penciicon-wechat:before {
content:"\f145";
}

.penciicon-sina-weibo:before {
content:"\f146";
}

.penciicon-line-1:before {
content:"\f147";
}

.penciicon-viber-1:before {
content:"\f148";
}

.penciicon-discord-1:before {
content:"\f149";
}

.penciicon-rss:before {
content:"\f14a";
}

.penciicon-slack:before {
content:"\f14b";
}

.penciicon-slack-1:before {
content:"\f14c";
}

.penciicon-tripadvisor:before {
content:"\f14d";
}

.penciicon-tik-tok-1:before {
content:"\f14e";
}

.penciicon-letter-d:before {
content:"\f14f";
}

.penciicon-d:before {
content:"\f150";
}

.penciicon-blogger:before {
content:"\f151";
}

.penciicon-blogger-1:before {
content:"\f152";
}

.penciicon-delicious:before {
content:"\f153";
}

.penciicon-deviantart:before {
content:"\f154";
}

.penciicon-digg:before {
content:"\f155";
}

.penciicon-dribbble:before {
content:"\f156";
}

.penciicon-ebay:before {
content:"\f157";
}

.penciicon-ebay-1:before {
content:"\f158";
}

.penciicon-evernote:before {
content:"\f159";
}

.penciicon-evernote-1:before {
content:"\f15a";
}

.penciicon-flipboard:before {
content:"\f15b";
}

.penciicon-forrst:before {
content:"\f15c";
}

.penciicon-forrst-1:before {
content:"\f15d";
}

.penciicon-grooveshark:before {
content:"\f15e";
}

.penciicon-grooveshark-1:before {
content:"\f15f";
}

.penciicon-lastfm:before {
content:"\f160";
}

.penciicon-myspace:before {
content:"\f161";
}

.penciicon-myspace-logo:before {
content:"\f162";
}

.penciicon-brand:before {
content:"\f163";
}

.penciicon-skype:before {
content:"\f164";
}

.penciicon-windows:before {
content:"\f165";
}

.penciicon-wordpress-logo:before {
content:"\f166";
}

.penciicon-yahoo-logo:before {
content:"\f167";
}

.penciicon-yahoo:before {
content:"\f168";
}

.penciicon-y:before {
content:"\f169";
}

.penciicon-right-quotation-sign:before {
content:"\f16a";
}

.penciicon-deviantart-1:before {
content:"\f16b";
}@font-face {
font-family:themify;
src:url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts/themify.eot?x31209);
src:url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts/themify.eot?#iefix&x31209) format("embedded-opentype"),url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts/themify.woff?x31209) format("woff"),url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts/themify.ttf?x31209) format("truetype"),url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts/themify.svg?x31209) format("svg");
font-weight:400;
font-style:normal;
}

[class*=" ti-"]:before,[class^=ti-]:before {
font-family:themify;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.ti-wand:before {
content:"\e600";
}

.ti-volume:before {
content:"\e601";
}

.ti-user:before {
content:"\e602";
}

.ti-unlock:before {
content:"\e603";
}

.ti-unlink:before {
content:"\e604";
}

.ti-trash:before {
content:"\e605";
}

.ti-thought:before {
content:"\e606";
}

.ti-target:before {
content:"\e607";
}

.ti-tag:before {
content:"\e608";
}

.ti-tablet:before {
content:"\e609";
}

.ti-star:before {
content:"\e60a";
}

.ti-spray:before {
content:"\e60b";
}

.ti-signal:before {
content:"\e60c";
}

.ti-shopping-cart:before {
content:"\e60d";
}

.ti-shopping-cart-full:before {
content:"\e60e";
}

.ti-settings:before {
content:"\e60f";
}

.ti-search:before {
content:"\e610";
}

.ti-zoom-in:before {
content:"\e611";
}

.ti-zoom-out:before {
content:"\e612";
}

.ti-cut:before {
content:"\e613";
}

.ti-ruler:before {
content:"\e614";
}

.ti-ruler-pencil:before {
content:"\e615";
}

.ti-ruler-alt:before {
content:"\e616";
}

.ti-bookmark:before {
content:"\e617";
}

.ti-bookmark-alt:before {
content:"\e618";
}

.ti-reload:before {
content:"\e619";
}

.ti-plus:before {
content:"\e61a";
}

.ti-pin:before {
content:"\e61b";
}

.ti-pencil:before {
content:"\e61c";
}

.ti-pencil-alt:before {
content:"\e61d";
}

.ti-paint-roller:before {
content:"\e61e";
}

.ti-paint-bucket:before {
content:"\e61f";
}

.ti-na:before {
content:"\e620";
}

.ti-mobile:before {
content:"\e621";
}

.ti-minus:before {
content:"\e622";
}

.ti-medall:before {
content:"\e623";
}

.ti-medall-alt:before {
content:"\e624";
}

.ti-marker:before {
content:"\e625";
}

.ti-marker-alt:before {
content:"\e626";
}

.ti-arrow-up:before {
content:"\e627";
}

.ti-arrow-right:before {
content:"\e628";
}

.ti-arrow-left:before {
content:"\e629";
}

.ti-arrow-down:before {
content:"\e62a";
}

.ti-lock:before {
content:"\e62b";
}

.ti-location-arrow:before {
content:"\e62c";
}

.ti-link:before {
content:"\e62d";
}

.ti-layout:before {
content:"\e62e";
}

.ti-layers:before {
content:"\e62f";
}

.ti-layers-alt:before {
content:"\e630";
}

.ti-key:before {
content:"\e631";
}

.ti-import:before {
content:"\e632";
}

.ti-image:before {
content:"\e633";
}

.ti-heart:before {
content:"\e634";
}

.ti-heart-broken:before {
content:"\e635";
}

.ti-hand-stop:before {
content:"\e636";
}

.ti-hand-open:before {
content:"\e637";
}

.ti-hand-drag:before {
content:"\e638";
}

.ti-folder:before {
content:"\e639";
}

.ti-flag:before {
content:"\e63a";
}

.ti-flag-alt:before {
content:"\e63b";
}

.ti-flag-alt-2:before {
content:"\e63c";
}

.ti-eye:before {
content:"\e63d";
}

.ti-export:before {
content:"\e63e";
}

.ti-exchange-vertical:before {
content:"\e63f";
}

.ti-desktop:before {
content:"\e640";
}

.ti-cup:before {
content:"\e641";
}

.ti-crown:before {
content:"\e642";
}

.ti-comments:before {
content:"\e643";
}

.ti-comment:before {
content:"\e644";
}

.ti-comment-alt:before {
content:"\e645";
}

.ti-close:before {
content:"\e646";
}

.ti-clip:before {
content:"\e647";
}

.ti-angle-up:before {
content:"\e648";
}

.ti-angle-right:before {
content:"\e649";
}

.ti-angle-left:before {
content:"\e64a";
}

.ti-angle-down:before {
content:"\e64b";
}

.ti-check:before {
content:"\e64c";
}

.ti-check-box:before {
content:"\e64d";
}

.ti-camera:before {
content:"\e64e";
}

.ti-announcement:before {
content:"\e64f";
}

.ti-brush:before {
content:"\e650";
}

.ti-briefcase:before {
content:"\e651";
}

.ti-bolt:before {
content:"\e652";
}

.ti-bolt-alt:before {
content:"\e653";
}

.ti-blackboard:before {
content:"\e654";
}

.ti-bag:before {
content:"\e655";
}

.ti-move:before {
content:"\e656";
}

.ti-arrows-vertical:before {
content:"\e657";
}

.ti-arrows-horizontal:before {
content:"\e658";
}

.ti-fullscreen:before {
content:"\e659";
}

.ti-arrow-top-right:before {
content:"\e65a";
}

.ti-arrow-top-left:before {
content:"\e65b";
}

.ti-arrow-circle-up:before {
content:"\e65c";
}

.ti-arrow-circle-right:before {
content:"\e65d";
}

.ti-arrow-circle-left:before {
content:"\e65e";
}

.ti-arrow-circle-down:before {
content:"\e65f";
}

.ti-angle-double-up:before {
content:"\e660";
}

.ti-angle-double-right:before {
content:"\e661";
}

.ti-angle-double-left:before {
content:"\e662";
}

.ti-angle-double-down:before {
content:"\e663";
}

.ti-zip:before {
content:"\e664";
}

.ti-world:before {
content:"\e665";
}

.ti-wheelchair:before {
content:"\e666";
}

.ti-view-list:before {
content:"\e667";
}

.ti-view-list-alt:before {
content:"\e668";
}

.ti-view-grid:before {
content:"\e669";
}

.ti-uppercase:before {
content:"\e66a";
}

.ti-upload:before {
content:"\e66b";
}

.ti-underline:before {
content:"\e66c";
}

.ti-truck:before {
content:"\e66d";
}

.ti-timer:before {
content:"\e66e";
}

.ti-ticket:before {
content:"\e66f";
}

.ti-thumb-up:before {
content:"\e670";
}

.ti-thumb-down:before {
content:"\e671";
}

.ti-text:before {
content:"\e672";
}

.ti-stats-up:before {
content:"\e673";
}

.ti-stats-down:before {
content:"\e674";
}

.ti-split-v:before {
content:"\e675";
}

.ti-split-h:before {
content:"\e676";
}

.ti-smallcap:before {
content:"\e677";
}

.ti-shine:before {
content:"\e678";
}

.ti-shift-right:before {
content:"\e679";
}

.ti-shift-left:before {
content:"\e67a";
}

.ti-shield:before {
content:"\e67b";
}

.ti-notepad:before {
content:"\e67c";
}

.ti-server:before {
content:"\e67d";
}

.ti-quote-right:before {
content:"\e67e";
}

.ti-quote-left:before {
content:"\e67f";
}

.ti-pulse:before {
content:"\e680";
}

.ti-printer:before {
content:"\e681";
}

.ti-power-off:before {
content:"\e682";
}

.ti-plug:before {
content:"\e683";
}

.ti-pie-chart:before {
content:"\e684";
}

.ti-paragraph:before {
content:"\e685";
}

.ti-panel:before {
content:"\e686";
}

.ti-package:before {
content:"\e687";
}

.ti-music:before {
content:"\e688";
}

.ti-music-alt:before {
content:"\e689";
}

.ti-mouse:before {
content:"\e68a";
}

.ti-mouse-alt:before {
content:"\e68b";
}

.ti-money:before {
content:"\e68c";
}

.ti-microphone:before {
content:"\e68d";
}

.ti-menu:before {
content:"\e68e";
}

.ti-menu-alt:before {
content:"\e68f";
}

.ti-map:before {
content:"\e690";
}

.ti-map-alt:before {
content:"\e691";
}

.ti-loop:before {
content:"\e692";
}

.ti-location-pin:before {
content:"\e693";
}

.ti-list:before {
content:"\e694";
}

.ti-light-bulb:before {
content:"\e695";
}

.ti-Italic:before {
content:"\e696";
}

.ti-info:before {
content:"\e697";
}

.ti-infinite:before {
content:"\e698";
}

.ti-id-badge:before {
content:"\e699";
}

.ti-hummer:before {
content:"\e69a";
}

.ti-home:before {
content:"\e69b";
}

.ti-help:before {
content:"\e69c";
}

.ti-headphone:before {
content:"\e69d";
}

.ti-harddrives:before {
content:"\e69e";
}

.ti-harddrive:before {
content:"\e69f";
}

.ti-gift:before {
content:"\e6a0";
}

.ti-game:before {
content:"\e6a1";
}

.ti-filter:before {
content:"\e6a2";
}

.ti-files:before {
content:"\e6a3";
}

.ti-file:before {
content:"\e6a4";
}

.ti-eraser:before {
content:"\e6a5";
}

.ti-envelope:before {
content:"\e6a6";
}

.ti-download:before {
content:"\e6a7";
}

.ti-direction:before {
content:"\e6a8";
}

.ti-direction-alt:before {
content:"\e6a9";
}

.ti-dashboard:before {
content:"\e6aa";
}

.ti-control-stop:before {
content:"\e6ab";
}

.ti-control-shuffle:before {
content:"\e6ac";
}

.ti-control-play:before {
content:"\e6ad";
}

.ti-control-pause:before {
content:"\e6ae";
}

.ti-control-forward:before {
content:"\e6af";
}

.ti-control-backward:before {
content:"\e6b0";
}

.ti-cloud:before {
content:"\e6b1";
}

.ti-cloud-up:before {
content:"\e6b2";
}

.ti-cloud-down:before {
content:"\e6b3";
}

.ti-clipboard:before {
content:"\e6b4";
}

.ti-car:before {
content:"\e6b5";
}

.ti-calendar:before {
content:"\e6b6";
}

.ti-book:before {
content:"\e6b7";
}

.ti-bell:before {
content:"\e6b8";
}

.ti-basketball:before {
content:"\e6b9";
}

.ti-bar-chart:before {
content:"\e6ba";
}

.ti-bar-chart-alt:before {
content:"\e6bb";
}

.ti-back-right:before {
content:"\e6bc";
}

.ti-back-left:before {
content:"\e6bd";
}

.ti-arrows-corner:before {
content:"\e6be";
}

.ti-archive:before {
content:"\e6bf";
}

.ti-anchor:before {
content:"\e6c0";
}

.ti-align-right:before {
content:"\e6c1";
}

.ti-align-left:before {
content:"\e6c2";
}

.ti-align-justify:before {
content:"\e6c3";
}

.ti-align-center:before {
content:"\e6c4";
}

.ti-alert:before {
content:"\e6c5";
}

.ti-alarm-clock:before {
content:"\e6c6";
}

.ti-agenda:before {
content:"\e6c7";
}

.ti-write:before {
content:"\e6c8";
}

.ti-window:before {
content:"\e6c9";
}

.ti-widgetized:before {
content:"\e6ca";
}

.ti-widget:before {
content:"\e6cb";
}

.ti-widget-alt:before {
content:"\e6cc";
}

.ti-wallet:before {
content:"\e6cd";
}

.ti-video-clapper:before {
content:"\e6ce";
}

.ti-video-camera:before {
content:"\e6cf";
}

.ti-vector:before {
content:"\e6d0";
}

.ti-themify-logo:before {
content:"\e6d1";
}

.ti-themify-favicon:before {
content:"\e6d2";
}

.ti-themify-favicon-alt:before {
content:"\e6d3";
}

.ti-support:before {
content:"\e6d4";
}

.ti-stamp:before {
content:"\e6d5";
}

.ti-split-v-alt:before {
content:"\e6d6";
}

.ti-slice:before {
content:"\e6d7";
}

.ti-shortcode:before {
content:"\e6d8";
}

.ti-shift-right-alt:before {
content:"\e6d9";
}

.ti-shift-left-alt:before {
content:"\e6da";
}

.ti-ruler-alt-2:before {
content:"\e6db";
}

.ti-receipt:before {
content:"\e6dc";
}

.ti-pin2:before {
content:"\e6dd";
}

.ti-pin-alt:before {
content:"\e6de";
}

.ti-pencil-alt2:before {
content:"\e6df";
}

.ti-palette:before {
content:"\e6e0";
}

.ti-more:before {
content:"\e6e1";
}

.ti-more-alt:before {
content:"\e6e2";
}

.ti-microphone-alt:before {
content:"\e6e3";
}

.ti-magnet:before {
content:"\e6e4";
}

.ti-line-double:before {
content:"\e6e5";
}

.ti-line-dotted:before {
content:"\e6e6";
}

.ti-line-dashed:before {
content:"\e6e7";
}

.ti-layout-width-full:before {
content:"\e6e8";
}

.ti-layout-width-default:before {
content:"\e6e9";
}

.ti-layout-width-default-alt:before {
content:"\e6ea";
}

.ti-layout-tab:before {
content:"\e6eb";
}

.ti-layout-tab-window:before {
content:"\e6ec";
}

.ti-layout-tab-v:before {
content:"\e6ed";
}

.ti-layout-tab-min:before {
content:"\e6ee";
}

.ti-layout-slider:before {
content:"\e6ef";
}

.ti-layout-slider-alt:before {
content:"\e6f0";
}

.ti-layout-sidebar-right:before {
content:"\e6f1";
}

.ti-layout-sidebar-none:before {
content:"\e6f2";
}

.ti-layout-sidebar-left:before {
content:"\e6f3";
}

.ti-layout-placeholder:before {
content:"\e6f4";
}

.ti-layout-menu:before {
content:"\e6f5";
}

.ti-layout-menu-v:before {
content:"\e6f6";
}

.ti-layout-menu-separated:before {
content:"\e6f7";
}

.ti-layout-menu-full:before {
content:"\e6f8";
}

.ti-layout-media-right-alt:before {
content:"\e6f9";
}

.ti-layout-media-right:before {
content:"\e6fa";
}

.ti-layout-media-overlay:before {
content:"\e6fb";
}

.ti-layout-media-overlay-alt:before {
content:"\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
content:"\e6fd";
}

.ti-layout-media-left-alt:before {
content:"\e6fe";
}

.ti-layout-media-left:before {
content:"\e6ff";
}

.ti-layout-media-center-alt:before {
content:"\e700";
}

.ti-layout-media-center:before {
content:"\e701";
}

.ti-layout-list-thumb:before {
content:"\e702";
}

.ti-layout-list-thumb-alt:before {
content:"\e703";
}

.ti-layout-list-post:before {
content:"\e704";
}

.ti-layout-list-large-image:before {
content:"\e705";
}

.ti-layout-line-solid:before {
content:"\e706";
}

.ti-layout-grid4:before {
content:"\e707";
}

.ti-layout-grid3:before {
content:"\e708";
}

.ti-layout-grid2:before {
content:"\e709";
}

.ti-layout-grid2-thumb:before {
content:"\e70a";
}

.ti-layout-cta-right:before {
content:"\e70b";
}

.ti-layout-cta-left:before {
content:"\e70c";
}

.ti-layout-cta-center:before {
content:"\e70d";
}

.ti-layout-cta-btn-right:before {
content:"\e70e";
}

.ti-layout-cta-btn-left:before {
content:"\e70f";
}

.ti-layout-column4:before {
content:"\e710";
}

.ti-layout-column3:before {
content:"\e711";
}

.ti-layout-column2:before {
content:"\e712";
}

.ti-layout-accordion-separated:before {
content:"\e713";
}

.ti-layout-accordion-merged:before {
content:"\e714";
}

.ti-layout-accordion-list:before {
content:"\e715";
}

.ti-ink-pen:before {
content:"\e716";
}

.ti-info-alt:before {
content:"\e717";
}

.ti-help-alt:before {
content:"\e718";
}

.ti-headphone-alt:before {
content:"\e719";
}

.ti-hand-point-up:before {
content:"\e71a";
}

.ti-hand-point-right:before {
content:"\e71b";
}

.ti-hand-point-left:before {
content:"\e71c";
}

.ti-hand-point-down:before {
content:"\e71d";
}

.ti-gallery:before {
content:"\e71e";
}

.ti-face-smile:before {
content:"\e71f";
}

.ti-face-sad:before {
content:"\e720";
}

.ti-credit-card:before {
content:"\e721";
}

.ti-control-skip-forward:before {
content:"\e722";
}

.ti-control-skip-backward:before {
content:"\e723";
}

.ti-control-record:before {
content:"\e724";
}

.ti-control-eject:before {
content:"\e725";
}

.ti-comments-smiley:before {
content:"\e726";
}

.ti-brush-alt:before {
content:"\e727";
}

.ti-youtube:before {
content:"\e728";
}

.ti-vimeo:before {
content:"\e729";
}

.ti-twitter:before {
content:"\e72a";
}

.ti-time:before {
content:"\e72b";
}

.ti-tumblr:before {
content:"\e72c";
}

.ti-skype:before {
content:"\e72d";
}

.ti-share:before {
content:"\e72e";
}

.ti-share-alt:before {
content:"\e72f";
}

.ti-rocket:before {
content:"\e730";
}

.ti-pinterest:before {
content:"\e731";
}

.ti-new-window:before {
content:"\e732";
}

.ti-microsoft:before {
content:"\e733";
}

.ti-list-ol:before {
content:"\e734";
}

.ti-linkedin:before {
content:"\e735";
}

.ti-layout-sidebar-2:before {
content:"\e736";
}

.ti-layout-grid4-alt:before {
content:"\e737";
}

.ti-layout-grid3-alt:before {
content:"\e738";
}

.ti-layout-grid2-alt:before {
content:"\e739";
}

.ti-layout-column4-alt:before {
content:"\e73a";
}

.ti-layout-column3-alt:before {
content:"\e73b";
}

.ti-layout-column2-alt:before {
content:"\e73c";
}

.ti-instagram:before {
content:"\e73d";
}

.ti-google:before {
content:"\e73e";
}

.ti-github:before {
content:"\e73f";
}

.ti-flickr:before {
content:"\e740";
}

.ti-facebook:before {
content:"\e741";
}

.ti-dropbox:before {
content:"\e742";
}

.ti-dribbble:before {
content:"\e743";
}

.ti-apple:before {
content:"\e744";
}

.ti-android:before {
content:"\e745";
}

.ti-save:before {
content:"\e746";
}

.ti-save-alt:before {
content:"\e747";
}

.ti-yahoo:before {
content:"\e748";
}

.ti-wordpress:before {
content:"\e749";
}

.ti-vimeo-alt:before {
content:"\e74a";
}

.ti-twitter-alt:before {
content:"\e74b";
}

.ti-tumblr-alt:before {
content:"\e74c";
}

.ti-trello:before {
content:"\e74d";
}

.ti-stack-overflow:before {
content:"\e74e";
}

.ti-soundcloud:before {
content:"\e74f";
}

.ti-sharethis:before {
content:"\e750";
}

.ti-sharethis-alt:before {
content:"\e751";
}

.ti-reddit:before {
content:"\e752";
}

.ti-pinterest-alt:before {
content:"\e753";
}

.ti-microsoft-alt:before {
content:"\e754";
}

.ti-linux:before {
content:"\e755";
}

.ti-jsfiddle:before {
content:"\e756";
}

.ti-joomla:before {
content:"\e757";
}

.ti-html5:before {
content:"\e758";
}

.ti-flickr-alt:before {
content:"\e759";
}

.ti-email:before {
content:"\e75a";
}

.ti-drupal:before {
content:"\e75b";
}

.ti-dropbox-alt:before {
content:"\e75c";
}

.ti-css3:before {
content:"\e75d";
}

.ti-rss:before {
content:"\e75e";
}

.ti-rss-alt:before {
content:"\e75f";
}.df-abs-center {
top:50%;
left:50%;
position:absolute;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}

.df-abs-h-center {
position:absolute;
left:50%;
-webkit-transform:translate(-50%);
-moz-transform:translate(-50%);
-ms-transform:translate(-50%);
transform:translate(-50%);
}

.df-container {
min-height:320px;
background:no-repeat 50%;
background-size:cover;
width:100%;
position:relative;
image-rendering:auto;
direction:ltr;
}

.df-container div {
box-sizing:border-box !important;
}

.df-container.df-transparent:not(.df-fullscreen) {
background:0 0 !important;
}

.df-container.df-custom-fullscreen.df-fullscreen {
position:fixed !important;
top:0 !important;
left:0 !important;
right:0 !important;
bottom:0 !important;
margin:0!important;
border:0 !important;
z-index:999999;
}

.df-container .loading-info {
position:absolute;
top:100%;
margin-top:20px;
margin-left:5px;
padding:6px 20px;
background-color:rgba(0,0,0,.3);
font-style:italic;
border-radius:5px;
font-size:11px;
max-height:30px;
color:#fff;
max-width:200px;
transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
left:50%;
opacity:.7;
transition:.3s top ease;
-webkit-transition:.3s top ease;
}

.loading-info.df-old-browser {
color:gray;
background-color:#fff;
opacity:.9;
text-align:center;
max-height:none;
}

.loading-info.df-old-browser a {
font-weight:700;
font-style:normal;
text-transform:uppercase;
color:#2196f3;
display:block;
text-decoration:underline;
margin:10px 0 0;
}

.df-container.df-init .loading-info {
top:50%;
}

.df-3dcanvas {
position:absolute;
z-index:1;
right:0;
top:0;
}

.df-rtl .df-3dcanvas {
right:auto;
right:initial;
left:0;
}

.df-container a {
outline:0;
text-decoration:none;
box-shadow:none;
}

.df-container.df-zoom-enabled .df-book-stage,.df-container.df-zoom-enabled canvas.df-3dcanvas {
cursor:move;
cursor:-webkit-grab;
}

.df-container:after,.df-container:before {
content:" ";
transition:.3s .1s opacity;
-webkit-transition:.3s .1s opacity;
opacity:0;
height:50px;
width:50px;
left:50%;
top:50%;
font-size:12px;
margin:-45px -25px -25px;
box-sizing:border-box;
position:absolute;
pointer-events:none;
}

.df-container.df-loading:after,.df-container.df-loading:before {
content:" ";
z-index:100;
opacity:1;
}

.df-container.df-loading:after {
content:" ";
background-image:url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/images/loading.gif?x31209);
background-repeat:no-repeat;
background-size:32px;
background-position:50%;
}

.df-container.df-loading:before {
background-color:#fff;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
border:1px solid rgba(150,150,150,.2);
}

.df-book-stage {
position:absolute;
overflow:hidden;
right:0;
bottom:0;
z-index:1;
top:0;
left:0;
filter:blur(0);
-webkit-filter:blur(0);
padding:30px 50px 70px;
}

.df-container.df-xs .df-book-stage {
padding-left:20px;
padding-right:20px;
}

.df-container.df-sidemenu-open .df-book-stage {
padding-left:230px;
padding-right:10px;
}

.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
left:220px;
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
left:0;
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-next {
right:220px;
}

.df-book-stage.df-zoom-enabled {
cursor:move;
}

.df-page-back:before,.df-page-front:before {
content:" ";
width:20%;
z-index:5;
pointer-events:none;
}

.df-book-page .df-page-front:before {
background-image:-webkit-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);
background-image:-moz-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);
background-image:-ms-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);
}

.df-book-page .df-page-back:before {
background-image:-webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));
background-image:-moz-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));
background-image:-ms-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));
}

.df-book-page,.df-book-wrapper,.df-page-back:before,.df-page-content,.df-page-content:after,.df-page-effects,.df-page-effects:before,.df-page-front:before,.df-page-wrapper,.df-page-wrapper:after {
position:absolute;
height:100%;
display:block;
top:0;
}

.df-book-page,.df-page-content {
width:100%;
}

.df-book-wrapper {
position:relative;
margin:0 auto;
transition:.3s left;
-webkit-transition:.3s left;
left:0;
}

.df-zoom-enabled .df-book-wrapper {
transition:none;
-webkit-transition:none;
}

.df-loading.df-container .df-book-wrapper {
left:100%;
}

.df-book-wrapper.close-right {
left:25%;
}

.df-book-wrapper.close-left {
left:-25%;
}

.df-book-shadow {
position:absolute;
z-index:-1;
height:100%;
-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
-moz-box-shadow:0 0 10px rgba(0,0,0,.3);
-ms-box-shadow:0 0 10px rgba(0,0,0,.3);
box-shadow:0 0 10px rgba(0,0,0,.3);
}

.df-book-wrapper .df-book-side-buttons {
position:absolute;
left:100%;
width:40px;
opacity:.3;
height:100%;
cursor:pointer;
z-index:30;
-webkit-border-radius:0 20px 20px 0;
-moz-border-radius:0 20px 20px 0;
border-radius:0 20px 20px 0;
}

.df-book-prev-button.df-book-side-buttons {
-webkit-border-radius:20px 0 0 20px;
-moz-border-radius:20px 0 0 20px;
border-radius:20px 0 0 20px;
}

.df-book-wrapper .df-book-side-buttons:hover {
opacity:.5;
background-color:rgba(0,0,0,.18);
}

.df-book-wrapper .df-book-prev-button {
right:100%;
left:auto;
left:initial;
}

.df-book-wrapper .df-book-side-buttons:before {
position:absolute;
font-size:30px;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
left:50%;
top:50%;
}

.df-page-wrapper {
overflow:hidden;
-webkit-transform:translateZ(0);
-moz-transform:translateZ(0);
-ms-transform:translateZ(0);
transform:translateZ(0);
}

.df-hard-page .df-page-wrapper {
width:100% !important;
height:100% !important;
overflow:visible;
transform-style:preserve-3d;
-webkit-transform-origin:0 50% 0;
-moz-transform-origin:0 50% 0;
-ms-transform-origin:0 50% 0;
transform-origin:0 50% 0;
}

.df-book-page.df-flipping,.df-book-page.df-folding {
box-shadow:-2px 0 10px transparent;
z-index:200 !important;
}

.df-book-page.df-left-side {
left:0;
-webkit-transform-origin:right;
-moz-transform-origin:right;
-ms-transform-origin:right;
transform-origin:right;
}

.df-book-page.df-right-side {
left:50%;
-webkit-transform-origin:left;
-moz-transform-origin:left;
-ms-transform-origin:left;
transform-origin:left;
}

.df-book-page.df-right-side+.df-page-wrapper.df-right-side {
z-index:-1;
}

.df-book-page .df-page-back,.df-book-page .df-page-front {
width:100%;
background-size:100.5% 100%;
background-size:100% 100%;
height:100%;
background-color:#fff;
position:absolute;
box-sizing:border-box;
}

.df-page-back>canvas,.df-page-front>canvas {
width:100%;
position:relative;
z-index:-1;
}

.df-quick-turn:before {
opacity:0;
}

.df-book-page.df-flipping.df-left-side:before {
background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1));
width:10px;
left:-10px;
}

.df-book-page {
width:50%;
}

.df-page-content {
background-size:100.25% !important;
background-repeat:no-repeat !important;
transition-property:transform;
-webkit-transition-property:-webkit-transform;
width:100%;
overflow:hidden;
}

.df-book-page.df-left-side .df-page-back {
z-index:1;
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
z-index:3;
}

.df-book-page.df-right-side .df-page-front {
top:0;
left:0;
z-index:0;
}

.df-book-page,.df-page-back,.df-page-fold-inner-shadow,.df-page-fold-outer-shadow,.df-page-front,.df-page-wrapper {
position:absolute;
-webkit-transform-origin:0 0 0;
-moz-transform-origin:0 0 0;
-ms-transform-origin:0 0 0;
transform-origin:0 0 0;
}

.df-page-back,.df-page-front {
overflow:hidden;
}

.df-page-fold-outer-shadow {
z-index:-1;
width:100%;
height:100%;
}

.df-page-fold-inner-shadow {
position:absolute;
z-index:5;
display:none;
}

.df-book-page.df-right-side .df-page-back {
left:0;
z-index:1;
}

.df-page-wrapper.df-right-side .df-page-back {
left:100%;
z-index:1;
overflow:hidden;
}

.df-hard-page .df-page-back,.df-hard-page .df-page-front {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
backface-visibility:hidden;
}

.df-hard-page.df-right-side .df-page-front {
-webkit-transform-origin:right 50%;
-moz-transform-origin:right 50%;
-ms-transform-origin:right 50%;
transform-origin:right 50%;
z-index:3 !important;
}

.df-hard-page.df-left-side .df-page-front {
-webkit-transform-origin:right 50%;
-moz-transform-origin:right 50%;
-ms-transform-origin:right 50%;
transform-origin:right 50%;
}

.df-hard-page.df-right-side .df-page-back {
-webkit-transform-origin:left 50%;
-moz-transform-origin:left 50%;
-ms-transform-origin:left 50%;
transform-origin:left 50%;
z-index:3;
}

.df-hard-page.df-left-side .df-page-back {
-webkit-transform-origin:left 50%;
-moz-transform-origin:left 50%;
-ms-transform-origin:left 50%;
transform-origin:left 50%;
}

.df-page-front:before {
right:0;
}

.df-page-wrapper.df-right-side.df-flipping {
z-index:4;
}

.df-ui {
height:60px;
padding:20px 16px 0;
}

.df-ui-btn,.df-ui-wrapper {
color:#888;
vertical-align:top;
background-color:#f7f7f7;
box-sizing:border-box;
text-align:center;
}

.df-ui-wrapper {
box-shadow:0 1px 4px rgba(0,0,0,.3);
background-color:#f7f7f7;
position:absolute;
}

.df-share-wrapper {
z-index:2;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
background-color:rgba(0,0,0,.35);
display:none;
}

.df-share-box {
position:absolute;
top:50%;
width:280px;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
left:50%;
background-color:#fff;
border-radius:10px;
padding:10px 15px 5px;
text-align:center;
}

span.df-share-title {
color:#777;
margin-bottom:10px;
display:block;
}

.df-share-url {
background-color:#fff;
height:60px;
color:#666;
padding:2px 5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
width:100%;
font-size:12px;
box-sizing:border-box;
margin-bottom:0;
}

.df-share-button {
display:inline-block;
text-align:center;
cursor:pointer;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
padding:10px;
margin:3px;
color:#aaa;
}

.df-share-button:hover {
color:#444;
}

.df-ui-btn {
position:relative;
width:35px;
right:0;
height:40px;
font-size:17px;
cursor:pointer;
z-index:2;
display:inline-block;
padding:12px 5px;
line-height:1;
}

.df-floating .df-ui-controls>.df-ui-btn:first-child {
border-radius:5px 0 0 5px;
}

.df-floating .df-ui-controls>.df-ui-btn:last-child {
border-radius:0 5px 5px 0;
}

.df-ui-btn:before {
box-sizing:border-box;
}

.df-ui-btn:hover {
color:#00acce;
}

.df-ui-btn.disabled,.df-ui-btn.disabled:hover {
color:#ccc;
}

.df-ui-page {
padding:8px 5px 2px;
font-size:12px;
width:auto;
width:50px;
margin:0;
border-radius:0;
background-color:rgba(0,0,0,.03);
}

.df-ui-page input {
width:100%;
background-color:transparent;
height:25px;
margin:0;
padding:0!important;
border:1px solid #8f8f8f;
text-align:center;
vertical-align:top;
color:transparent;
font-size:14px;
top:0;
box-sizing:border-box;
z-index:-1;
display:inline-block;
opacity:0;
}

.df-ui-page input:focus {
z-index:2;
opacity:1;
color:inherit;
}

.df-ui-page input:focus+label {
opacity:0;
display:none;
}

.df-ui-page label {
position:absolute;
height:30px;
width:100%;
display:block;
top:0;
padding-top:14px;
line-height:1.1em;
color:#999;
font-size:13px;
font-weight:400;
left:0;
cursor:pointer;
background-color:transparent;
z-index:1;
box-sizing:border-box;
}

.df-ui-zoom {
top:24px;
height:60px;
right:24px;
width:30px;
display:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.df-ui-sidemenu-close {
position:absolute;
top:10px;
right:-32px;
font-size:14px;
width:32px;
height:35px;
cursor:pointer;
padding:10px 0;
background:inherit;
border-radius:0 5px 5px 0;
z-index:-1;
transition:.5s ease;
-webkit-transition:.5s ease;
}

.df-ui-controls {
bottom:0;
width:100%;
height:40px;
padding:0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
z-index:4;
display:block;
}

.df-floating .df-ui-controls {
bottom:10px;
width:auto;
width:initial;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
left:50%;
margin:0 auto;
display:table;
display:flex;
border-radius:5px;
}

.df-floating.df-controls-top .df-ui-controls {
bottom:auto;
bottom:initial;
top:10px;
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
float:none;
}

.df-ui-size {
bottom:24px;
height:60px;
right:24px;
}

.df-ui-size:before,.df-ui-zoom:before {
height:0;
border-bottom:1px solid;
content:" ";
right:5px;
opacity:.3;
display:block;
position:absolute;
top:30px;
left:5px;
z-index:2;
}

.df-ui-zoomin {
top:0;
}

.df-ui-next {
right:0;
border-radius:0;
}

.df-container.df-floating>.df-ui-next {
right:8px;
}

.df-container.df-floating>.df-ui-prev {
left:2px;
}

.df-container>.df-ui-next,.df-container>.df-ui-prev {
margin-top:-5px;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
top:50%;
position:absolute;
opacity:.3;
font-size:36px;
color:#000;
text-align:center;
background-color:transparent;
height:auto;
height:initial;
width:auto;
width:initial;
}

.df-container>.df-ui-next:hover,.df-container>.df-ui-prev:hover {
opacity:.7;
}

.df-container.df-floating>.df-ui-next,.df-container.df-floating>.df-ui-prev {
border-radius:50%;
width:40px;
}

.df-ui-prev {
left:0;
right:auto;
border-radius:0;
}

.df-ui-alt {
position:relative !important;
right:auto;
right:initial;
left:auto;
left:initial;
box-shadow:none !important;
}

.df-ui-alt.df-ui-next {
border-right:1px solid #ddd;
}

.df-ui-btn.df-active {
color:#00acce;
background-color:#e7e7e7;
}

.df-ui-fit {
display:none;
top:0;
}

.df-ui-fullscreen,.df-ui-more,.df-ui-zoomin,.df-ui-zoomout {
float:right;
}

.df-ui-more .more-container,.df-ui-search .search-container {
display:none;
position:absolute;
bottom:100%;
margin-bottom:8px !important;
right:10px;
background-color:#f7f7f7;
z-index:20;
border-radius:5px;
box-shadow:0 -1px 3px rgba(0,0,0,.2);
}

.df-controls-top .df-ui-more .more-container,.df-controls-top .df-ui-search .search-container {
bottom:auto;
bottom:initial;
margin-top:8px !important;
top:100%;
box-shadow:0 1px 3px rgba(0,0,0,.2);
}

.more-container:before,.search-container:before {
content:" ";
position:absolute;
border:7px solid transparent;
border-top-color:#eee;
height:0;
width:0;
bottom:-14px;
right:13px;
margin-right:-8px;
pointer-events:none;
}

.df-controls-top .more-container:before,.df-controls-top .search-container:before {
border:7px solid transparent;
border-bottom-color:#eee;
top:-14px;
}

.more-container .df-ui-btn {
width:auto;
width:initial;
width:170px;
text-align:left;
padding:8px 10px;
height:36px;
border-top:1px solid #e4e4e4;
border-radius:0;
}

.more-container .df-ui-btn:hover {
background-color:#eee;
}

.more-container>.df-ui-btn:first-child {
border-radius:5px;
border-top:none;
}

.more-container>.df-ui-btn:last-child {
border-radius:0 0 5px 5px;
}

.more-container .df-ui-btn:before {
position:absolute;
top:11px;
font-size:14px;
}

.more-container .df-ui-btn span {
font-size:12px;
padding-left:20px;
vertical-align:middle;
display:inline-block;
}

.df-container section {
padding:0;
}

.annotationDiv section,.annotationLayer section,.customHtmlAnnotation,.customLinkAnnotation,.customVideoAnnotation,.highlightAnnotation,.linkAnnotation,.popupAnnotation {
position:absolute;
z-index:5;
cursor:pointer;
pointer-events:all;
}

.annotationDiv .popupWrapper {
position:absolute;
width:20em;
}

.annotationDiv .popup {
position:absolute;
z-index:200;
max-width:20em;
background-color:#ff9;
box-shadow:0 2px 5px #333;
border-radius:2px;
padding:.6em;
margin-left:5px;
cursor:pointer;
word-wrap:break-word;
}

.annotationDiv .popup h1 {
font-size:1em;
border-bottom:1px solid #000;
padding-bottom:.2em;
}

.annotationDiv .popup p {
padding-top:.2em;
}

.annotationDiv .fileAttachmentAnnotation,.annotationDiv .highlightAnnotation,.annotationDiv .squigglyAnnotation,.annotationDiv .strikeoutAnnotation,.annotationDiv .underlineAnnotation {
cursor:pointer;
}

.annotationDiv .textAnnotation img {
position:absolute;
cursor:pointer;
}

.annotationDiv .buttonWidgetAnnotation.pushButton>a,section.linkAnnotation a {
display:block;
height:100%;
}

.customHtmlAnnotation,.customVideoAnnotation,a.customLinkAnnotation,a.linkAnnotation,section.linkAnnotation a {
background-color:transparent;
background-color:#ff0;
opacity:.1;
}

.highlightAnnotation:hover,a.customLinkAnnotation:hover,a.linkAnnotation:hover,section.linkAnnotation a:hover {
opacity:.4;
border-color:transparent;
background-color:#2196f3;
}

.annotationDiv,.textLayerDiv {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
overflow:hidden;
}

.textLayerDiv {
line-height:1;
}

.textLayerDiv>div {
position:absolute;
white-space:pre;
cursor:text;
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-o-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;
}

section.linkAnnotation a .annotationLayer>a {
display:block;
position:absolute;
height:100%;
cursor:pointer;
box-sizing:border-box;
}

.df-page-loading:after,.df-page-loading:before {
content:" ";
height:44px;
width:44px;
position:absolute;
top:50%;
left:50%;
margin:-22px;
}

.df-page-loading:before {
background-color:#fff;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
box-sizing:border-box;
}

.df-page-loading:after {
background-image:url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/images/loading.gif?x31209);
background-repeat:no-repeat;
background-position:center;
background-size:22px;
}

.df-thumb-container .df-vrow {
height:124px;
left:0;
width:90%;
margin:10px auto;
background-position:50%;
cursor:pointer;
background-repeat:no-repeat;
right:0;
border-radius:5px;
}

.df-thumb-container .df-vrow:before {
content:"";
background-image:url(/wp-content/plugins/3d-flipbook-dflip-lite/assets/images/loading.gif?x31209);
background-size:22px;
height:22px;
width:22px;
display:block;
top:60px;
margin:0 auto;
position:relative;
z-index:0;
}

.df-thumb-container .df-vrow:hover {
background-color:#bbb;
}

.df-floating .df-thumb-container .df-vrow:hover,.df-vrow.df-selected {
background-color:#ccc;
opacity:1;
}

.df-thumb-container .df-vrow.df-thumb-loaded {
background-size:contain;
}

.df-vrow>div {
height:20px;
background-color:rgba(170,170,170,.54);
width:40px;
margin:0 auto;
}

.df-sidemenu {
float:left;
width:220px;
height:auto !important;
position:absolute !important;
top:0;
z-index:3;
transition:.5s transform ease;
-webkit-transition:.5s -webkit-transform ease;
transform:translateX(-100%);
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
-ms-transform:translateX(-100%);
left:-50px;
background-color:rgba(238,238,238,.9);
}

.df-rtl .df-sidemenu {
left:auto;
left:initial;
transform:translateX(100%);
-webkit-transform:translateX(100%);
-moz-transform:translateX(100%);
-ms-transform:translateX(100%);
right:-50px;
direction:rtl;
}

.df-thumb-container {
text-align:center;
}

.df-outline-container {
color:#666;
font-size:12px;
}

.df-outline-wrapper,.df-thumb-wrapper {
position:absolute !important;
top:0;
bottom:0;
left:0;
right:0;
height:auto !important;
box-shadow:1px 0 4px rgba(102,102,102,.38);
}

.df-outline-wrapper {
overflow:auto;
padding:10px 10px 5px;
}

.df-sidemenu.df-sidemenu-visible {
display:block;
transform:translateX(0);
-ms-transform:translateX(0);
-moz-transform:translateX(0);
-webkit-transform:translateX(0);
left:0;
}

.df-outline-toggle {
cursor:pointer;
float:left;
width:18px;
padding:5px 0;
margin-left:-18px;
text-align:center;
}

.df-outline-items>.df-outline-item {
margin-left:18px;
}

.df-outline-item a:hover,.df-outline-toggle:hover {
background-color:#e7e7e7;
}

.df-outline-item a {
color:inherit !important;
text-decoration:none !important;
display:block;
padding:5px 0 5px 5px;
overflow:hidden;
text-overflow:ellipsis;
border:none !important;
box-shadow:none !important;
}

.df-outline-toggle:before {
content:"\e64b";
font-size:10px;
font-family:themify;
}

.df-outline-toggle.df-outlines-hidden:before {
content:"\e649";
}

.df-lightbox-wrapper {
position:fixed !important;
top:0;
bottom:0;
right:0;
height:auto !important;
left:0;
background-color:#fff;
z-index:99999;
}

.df-lightbox-controls {
float:right;
padding:5px;
z-index:1000;
position:relative;
}

.df-lightbox-close {
float:right;
height:40px;
text-align:center;
font-size:50px;
cursor:pointer;
color:#444;
border-radius:50%;
border-color:transparent;
width:40px;
background-color:transparent;
transition:.2s;
-webkit-transition:.2s;
}

.df-lightbox-close:hover {
color:#fff;
background-color:rgba(0,0,0,.21);
border-color:#000;
}

.df-lightbox-close:before {
top:50%;
position:absolute;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
left:50%;
font-size:24px;
}

.df-lightbox-wrapper .df-container {
position:absolute !important;
width:100%;
top:0;
bottom:0;
height:auto !important;
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
display:none !important;
}

._df_button,._df_custom,._df_thumb {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
display:inline-block;
position:relative;
cursor:pointer;
}

._df_button {
padding:5px 15px;
background:#0085ba;
color:#fff;
font-size:14px;
border-color:#0073aa #006799 #006799;
cursor:pointer;
border-width:1px;
border-style:solid;
-webkit-appearance:none;
-webkit-border-radius:3px;
border-radius:3px;
white-space:nowrap;
}

._df_thumb {
border:none;
width:140px;
height:200px;
text-align:center;
cursor:pointer;
box-shadow:0 1px 2px rgba(0,0,0,.22);
display:inline-block;
-webkit-transform-style:flat;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
box-sizing:border-box;
-webkit-transition:.2s;
margin:30px 10px 10px;
-moz-perspective:1200px;
perspective:1200px;
}

._df_books ._df_thumb,._df_books .df-dummy {
width:140px;
height:200px;
text-align:center;
display:inline-block;
position:relative;
margin:20px 10px;
vertical-align:top;
}

._df_thumb[thumbtype=img] {
height:auto;
}

._df_thumb[thumbtype=img] img {
max-width:100%;
max-height:200px;
margin:0;
padding:0;
border:0;
}

._df_book-cover {
background-size:100% 100%;
height:100%;
width:100%;
-webkit-transform-origin:left;
transform-origin:left;
top:0;
background-color:#eee;
position:relative;
overflow:hidden;
-webkit-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
box-shadow:0 1px 2px rgba(0,0,0,.22);
}

._df_thumb ._df_book-title {
bottom:-100%;
position:absolute;
width:100%;
left:0;
padding:5px;
font-size:12px;
background:rgba(60,60,60,.8);
box-sizing:border-box;
display:block;
color:#fff;
transition:.4s;
-webkit-transition:.4s;
opacity:0;
}

._df_thumb ._df_book-tag {
float:left;
padding:0 4px 2px;
background-color:rgba(0,0,0,.26);
text-transform:uppercase;
font-size:10px;
margin:-15px 0 0 2px;
z-index:-1;
color:rgba(255,255,255,.8);
position:relative;
}

._df_thumb-not-found ._df_book-title,._df_thumb:hover ._df_book-title {
opacity:1;
bottom:0;
}

._df_thumb:hover ._df_book-cover {
-webkit-transform:rotateY(-20deg) rotateZ(0);
-moz-transform:rotateY(-20deg) rotateZ(0);
-ms-transform:rotateY(-20deg) rotateZ(0);
transform:rotateY(-20deg) rotateZ(0);
box-shadow:3px 0 12px rgba(0,0,0,.6);
}

.df-webkit ._df_thumb:hover ._df_book-cover {
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
transform:none;
box-shadow:1px 0 12px rgba(0,0,0,.6);
}

._df_books {
max-width:960px;
margin:0 auto;
text-align:center;
position:relative;
z-index:1;
padding:20px 5px 150px;
}

._df_books-break {
color:rgba(255,255,255,.3);
font-size:14px;
letter-spacing:1px;
font-weight:600;
margin-top:25px;
text-transform:uppercase;
}

._df_books-break:after {
content:" ";
bottom:0;
width:50px;
height:1px;
background-color:rgba(255,255,255,.24);
display:block;
margin:10px auto;
}

.df-container ::-webkit-scrollbar {
width:8px;
}

.df-container ::-webkit-scrollbar-button {
height:8px;
}

.df-container ::-webkit-scrollbar-thumb {
background:rgba(0,0,0,.3);
border:0 none #fff;
border-radius:100px;
}

.df-container ::-webkit-scrollbar-track {
background:rgba(0,0,0,.2);
border:0 none #fff;
border-radius:100px;
}

.df-container ::-webkit-scrollbar-track:hover {
background:rgba(0,0,0,.2);
}

.df-container ::-webkit-scrollbar-track:active {
background:rgba(0,0,0,.15);
}

.df-container ::-webkit-scrollbar-corner {
background:0 0;
}

.df-skipTransition {
-webkit-transition:none !important;
-moz-transition:none !important;
-ms-transition:none !important;
transition:none !important;
}

.df-container.df-fullscreen {
height:100% !important;
max-height:100% !important;
width:100% !important;
max-width:100% !important;
}

.df-container.df-double-internal .df-page-front {
background-position:left;
background-size:cover;
}

.df-container.df-double-internal .df-page-back {
background-position:right;
background-size:cover;
}

.customHtmlAnnotation iframe {
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}

.df-rtl .more-container .df-ui-btn {
text-align:right;
direction:rtl;
}

.df-rtl .more-container .df-ui-btn:before {
right:10px;
}

.df-rtl .more-container .df-ui-btn span {
padding:0 20px 0 0;
}

.df-rtl .df-outline-items>.df-outline-item {
margin:0 18px 0 0;
text-align:right;
direction:rtl;
}

.df-rtl .df-outline-toggle {
float:right;
margin:0 -18px 0 0;
}

.df-rtl .df-outline-toggle.df-outlines-hidden:before {
content:"\e64a";
}

.df-rtl .df-sidemenu.df-sidemenu-visible {
left:auto;
left:initial;
right:0;
}

.df-rtl .df-ui-sidemenu-close {
right:auto;
right:initial;
left:-32px;
border-radius:5px 0 0 5px;
}

._df_thumb[thumbtype=img] ._df_thumb-not-found {
height:200px;
position:relative;
}

body.admin-bar .df-lightbox-wrapper {
top:32px;
}

.df-book-page.df-left-side .df-page-front,.df-book-page.df-right-side.df-folding .df-page-front {
z-index:2;
}

.df-book-page.df-folding .df-page-fold-inner-shadow,.df-ui-more.df-active .more-container,.df-ui-search.df-active .search-container {
display:block;
}

.df-ui-help,.df-ui-outline,.df-ui-share,.df-ui-sound,.df-ui-thumbnail,.df-ui-share {
float:left;
}

.df-ui-fullscreen,.df-ui-zoomout,.df-floating .df-outline-container,.df-floating .df-thumb-container {
bottom:0;
}

.df-floating.df-controls-hide .df-ui-controls,.df-ui-btn span,.df-thumb-container .df-vrow.df-thumb-loaded:before,.df-outline-toggle.df-outlines-hidden~.df-outline-items {
display:none;
}

.df-container ::-webkit-scrollbar-thumb:hover,.df-container ::-webkit-scrollbar-thumb:active {
background:rgba(0,0,0,.5);
}

@media screen and (max-width:782px) {
body.admin-bar .df-lightbox-wrapper {
top:46px;
}
}

.df-raw-loading {
position:absolute;
margin-top:20px;
margin-left:5px;
padding:6px 20px;
background-color:rgba(0,0,0,.3);
font-style:italic;
border-radius:5px;
font-size:11px;
max-height:30px;
color:#fff;
max-width:200px;
transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
left:50%;
top:50%;
opacity:.7;
}

.df-raw-loading a {
color:inherit !important;
}

.df-container .df-raw-loading {
top:100%;
}

[hidden] {
display:none;
}

body.df-lightbox-open,html.df-lightbox-open {
overflow:hidden !important;
}

.df-custom-fullscreen.df-fullscreen[backgroundcolor=transparent] {
background:gray !important;
}.tnp-subscription {
display:block;
margin:15px auto;
max-width:500px;
width:100%;
}

.tnp-subscription div.tnp-field {
margin-bottom:10px;
border:0;
padding:0;
}

.tnp-subscription label {
display:block;
color:inherit;
font-weight:700;
line-height:normal;
padding:5px;
margin:0;
}

.tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription select {
width:100%;
height:50px;
padding:10px;
display:block;
border:1px;
border-color:#ddd;
background-color:#f4f4f4;
background-image:none;
text-shadow:none;
color:#444;
font-size:14px;
line-height:20px;
margin:0;
line-height:normal;
box-sizing:border-box;
}

.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio] {
max-width:20px;
display:inline-block;
}

.tnp-subscription select option {
margin-right:10px;
}

.tnp-subscription input.tnp-submit {
background-color:#444;
color:#fff;
width:auto;
height:auto;
margin:0;
}

@media all and (max-width: 480px) {
.tnp-subscription input[type=submit] {
width:100%;
}
}

.tnp-profile form .tnp-field {
margin-bottom:10px;
border:0;
padding:0;
}

.tnp-profile form .tnp-field label {
display:block;
color:#333;
}

.tnp-profile form .tnp-field input[type=text],.tnp-profile form .tnp-field input[type=email],.tnp-profile form .tnp-field input[type=submit],.tnp-profile form .tnp-field textarea,.tnp-profile form .tnp-field select {
padding:10px;
display:block;
border:1px;
border-color:#ddd;
background-color:#f4f4f4;
background-image:none;
text-shadow:none;
color:#444;
font-size:14px;
margin:0;
line-height:normal;
box-sizing:border-box;
border-radius:0;
height:auto;
float:none;
}

.tnp-profile form input[type=checkbox],.tnp-profile input[type=radio] {
max-width:20px;
display:inline-block;
}

.tnp-profile form .tnp-list-label {
margin-left:15px;
}

.tnp-profile form select option {
margin-right:10px;
}

.tnp-profile form .tnp-field input[type=submit] {
background-color:#444;
color:#fff;
width:auto;
height:auto;
margin:0;
}

@media all and (max-width: 480px) {
.tnp-profile input[type=submit] {
width:100%;
margin:0;
}
}

.tnp-widget {
width:100%;
display:block;
box-sizing:border-box;
}

.tnp-widget .tnp-field {
margin-bottom:10px;
border:0;
padding:0;
}

.tnp-widget label {
display:block;
color:inherit;
font-size:14px;
}

.tnp-widget input[type=text],.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget select {
width:100%;
padding:10px;
display:block;
border:1px solid #ddd;
border-color:#ddd;
background-color:#f4f4f4;
background-image:none;
text-shadow:none;
color:#444;
font-size:14px;
line-height:normal;
box-sizing:border-box;
height:auto;
}

.tnp-widget input[type=checkbox],.tnp-widget input[type=radio] {
width:auto;
display:inline-block;
}

.tnp-widget select option {
margin-right:10px;
}

.tnp-widget input.tnp-submit {
background-color:#444;
background-image:none;
text-shadow:none;
color:#fff;
margin:0;
}

.tnp-field input[type="submit"] {
position:inherit;
}

.tnp-widget-minimal {
width:100%;
}

.tnp-widget-minimal input.tnp-email {
width:100%;
box-sizing:border-box;
padding:10px;
display:inline-block;
border:1px solid #ddd;
background-color:#f4f4f4;
color:#444;
font-size:14px;
}

.tnp-widget-minimal input.tnp-submit {
width:100%;
box-sizing:border-box;
padding:10px;
display:inline-block;
border:1px;
border-color:#ddd;
background-color:#444;
background-image:none;
text-shadow:none;
color:#fff;
font-size:14px;
line-height:normal;
border-radius:0;
height:auto;
margin:0;
}

.tnp-subscription-minimal {
width:100%;
box-sizing:border-box;
}

.tnp-subscription-minimal input.tnp-email {
width:70%;
max-width:300px;
box-sizing:border-box;
padding:10px;
display:inline-block;
border:1px solid #ddd;
background-color:#f4f4f4;
color:#444;
font-size:14px;
line-height:20px;
border-radius:0;
}

.tnp-subscription-minimal .tnp-privacy-field {
margin-top:10px;
}

.tnp-subscription-minimal input.tnp-submit {
width:29%;
box-sizing:border-box;
display:inline-block;
padding:10px;
border:1px;
border-color:#ddd;
background-color:#444;
background-image:none;
text-shadow:none;
color:#fff;
font-size:14px;
line-height:20px;
border-radius:0;
margin:0;
}

.tnp-comments {
clear:both;
margin-top:15px;
margin-bottom:15px;
}

.tnp-comments label {
display:block;
}

.tnp-comments input[type=checkbox] {
display:inline-block;
width:auto !important;
}

.tnp-lock {
clear:both;
display:block;
box-sizing:border-box;
box-shadow:none;
margin:20px;
padding:15px;
background-color:#fff;
border:1px solid #ddd;
}

.tnp-nl-checkout {
margin-bottom:1em;
}

.tnp-widget-minimal form,.tnp-subscription-minimal form {
margin:0;
padding:0;
border:0;
}#heateor_sss_error {
color:red;
margin:7px 0;
}

.heateor_sss_login_container {
margin:2px 0;
}

.heateor_sss_login_container img,.heateor_sss_sharing_container img {
cursor:pointer;
margin:2px;
border:none;
}

.heateor_sss_login_container img {
display:none;
float:left;
}

#heateor_sss_loading_image {
display:block !important;
float:none;
}

.heateor_sss_error {
background-color:#ffffe0;
border:1px solid #e6db55;
padding:5px;
margin:10px;
}

#heateor_sss_sharing_more_providers {
position:fixed;
top:50%;
left:47%;
background:#fafafa;
width:650px;
margin:-180px 0 0 -300px;
z-index:10000000;
text-shadow:none !important;
height:308px;
}

#heateor_sss_popup_bg {
background:url(/wp-content/plugins/sassy-social-share/images/transparent_bg.png?x31209);
bottom:0;
display:block;
left:0;
position:fixed;
right:0;
top:0;
z-index:10000;
}

#heateor_sss_sharing_more_providers .title {
font-size:14px !important;
height:auto !important;
background:#58b8f8 !important;
border-bottom:1px solid #d7d7d7 !important;
color:#fff;
font-weight:700;
letter-spacing:inherit;
line-height:34px !important;
padding:0!important;
text-align:center;
text-transform:none;
margin:0!important;
text-shadow:none !important;
width:100%;
}

#heateor_sss_sharing_more_providers * {
font-family:Arial,Helvetica,sans-serif;
}

#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content {
background:#fafafa;
border-radius:4px;
color:#555;
height:auto;
width:100%;
}

#heateor_sss_sharing_more_providers .filter {
margin:0;
padding:10px 0 0;
position:relative;
width:100%;
}

#heateor_sss_sharing_more_providers .all-services {
clear:both;
height:250px;
overflow:auto;
}

#heateor_sss_sharing_more_content .all-services ul {
margin:10px!important;
overflow:hidden;
list-style:none;
padding-left:0 !important;
position:static !important;
width:auto !important;
}

#heateor_sss_sharing_more_content .all-services ul li {
margin:0;
background:0 0 !important;
float:left;
width:33.3333% !important;
text-align:left !important;
}

#heateor_sss_sharing_more_providers .close-button img {
margin:0;
}

#heateor_sss_sharing_more_providers .close-button.separated {
background:0 0 !important;
border:none !important;
box-shadow:none !important;
width:auto !important;
height:auto !important;
z-index:1000;
}

#heateor_sss_sharing_more_providers .close-button {
height:auto !important;
width:auto !important;
left:auto !important;
display:block !important;
color:#555 !important;
cursor:pointer !important;
font-size:29px !important;
line-height:29px !important;
margin:0!important;
padding:0!important;
position:absolute;
right:-13px;
top:-11px;
}

#heateor_sss_sharing_more_providers .filter input.search {
width:94%;
display:block;
float:none;
font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;
font-weight:300;
height:auto;
line-height:inherit;
margin:0 auto;
padding:5px 8px 5px 10px;
border:1px solid #ccc !important;
color:#000;
background:#fff !important;
font-size:16px !important;
text-align:left !important;
}

#heateor_sss_sharing_more_providers .footer-panel {
background:#fff;
border-top:1px solid #d7d7d7;
padding:6px 0;
width:100%;
color:#fff;
}

#heateor_sss_sharing_more_providers .footer-panel p {
background-color:transparent;
top:0;
text-align:left !important;
color:#000;
font-family:'helvetica neue',arial,helvetica,sans-serif;
font-size:12px;
line-height:1.2;
margin:0!important;
padding:0 6px!important;
text-indent:0 !important;
}

#heateor_sss_sharing_more_providers .footer-panel a {
color:#fff;
text-decoration:none;
font-weight:700;
text-indent:0 !important;
}

#heateor_sss_sharing_more_providers .all-services ul li a {
border-radius:3px;
color:#666 !important;
display:block;
font-size:18px;
height:auto;
line-height:28px;
overflow:hidden;
padding:8px;
text-decoration:none !important;
text-overflow:ellipsis;
white-space:nowrap;
border:none !important;
text-indent:0 !important;
background:0 0 !important;
text-shadow:none;
}

.heateor_sss_share_count {
display:block;
text-indent:0 !important;
visibility:hidden;
background-color:#58b8f8 !important;
width:5px;
height:auto;
text-align:center;
min-width:8px !important;
padding:1px 4px!important;
color:#fff !important;
font-family:'Open Sans',arial,sans-serif !important;
font-size:10px !important;
font-weight:600 !important;
-webkit-border-radius:15px !important;
border-radius:15px !important;
-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);
box-shadow:0 2px 2px rgba(0,0,0,.4);
text-shadow:0 -1px 0 rgba(0,0,0,.2);
line-height:14px !important;
border:2px solid #fff !important;
z-index:1;
margin:2px auto!important;
box-sizing:content-box !important;
}

.heateor_sss_share_count,.heateor_sss_vertical_sharing {
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
}

ul.heateor_sss_follow_ul,ul.heateor_sss_sharing_ul {
list-style:none !important;
padding-left:0 !important;
margin:1px 0!important;
}

.heateorSssXingButton {
background-position:-64px 0;
width:32px;
height:32px;
display:block;
}

.heateorSssFacebookButton {
background-position:0 0;
width:32px;
height:32px;
display:none;
}

.heateorSssLiveButton {
background-position:-32px -96px;
width:32px;
height:32px;
display:block;
}

.heateorSssInstagramButton {
background-position:0 -32px;
width:32px;
height:32px;
display:block !important;
}

.heateorSssLinkedinButton {
background-position:-32px -32px;
width:32px;
height:32px;
display:none;
}

.heateorSssTwitterButton {
background-position:0 -64px;
width:32px;
height:32px;
display:block !important;
}

.heateorSssVkontakteButton {
background-position:-32px -64px;
width:32px;
height:32px;
display:none;
}

#heateor_sss_sharing_popup_close img {
opacity:1 !important;
background:0 0 !important;
border:none !important;
outline:0 !important;
box-shadow:none !important;
width:auto !important;
height:auto !important;
top:inherit !important;
right:inherit !important;
left:9px !important;
padding:0!important;
}

ul.heateor_sss_follow_ul li.heateorSssSharingRound,ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
background:0 0 !important;
}

.heateor_sss_square_count {
display:none;
text-align:center;
font-weight:bolder;
font-family:sans-serif;
font-style:normal;
font-size:.8em;
visibility:hidden;
}

ul.heateor_sss_follow_ul li,ul.heateor_sss_sharing_ul li {
float:left !important;
margin:0!important;
padding:0!important;
list-style:none !important;
border:none !important;
clear:none !important;
}

.heateorSssSharing,.heateorSssSharingButton {
display:block;
cursor:pointer;
margin:2px;
}

ul.heateor_sss_follow_ul li:before,ul.heateor_sss_sharing_ul li:before {
content:none !important;
}

ul.heateor_sss_follow_ul li a {
display:inline;
}

.heateor_sss_vertical_sharing {
background:0 0;
-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);
box-shadow:0 1px 4px 1px rgba(0,0,0,.1);
position:fixed;
overflow:visible;
z-index:10000000;
display:block;
padding:10px;
border-radius:4px;
opacity:1;
box-sizing:content-box !important;
}

li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span {
vertical-align:top !important;
}

li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe {
max-width:none !important;
z-index:1000;
}

.heateor_sss_counter_container li {
height:21px;
}

.heateorSssYummlyBackground {
background-color:#e16120;
}

.heateorSssFacebookBackground {
background-color:#3c589a;
}

.heateorSssDiggBackground {
background-color:#006094;
}

.heateorSssEmailBackground {
background-color:#649a3f;
}

.heateorSssLinkedinBackground {
background-color:#0077b5;
}

.heateorSssMoreBackground {
background-color:#ee8e2d;
}

.heateorSssPinterestBackground {
background-color:#cc2329;
}

.heateorSssPrintBackground {
background-color:#fd6500;
}

.heateorSssRedditBackground {
background-color:#ff5700;
}

.heateorSssStockTwitsBackground {
background-color:#40576f;
}

.heateorSssMeWeBackground {
background-color:#007da1;
}

.heateorSssMixBackground {
background-color:#ff8226;
}

.heateorSssTumblrBackground {
background-color:#29435d;
}

.heateorSssTwitterBackground {
background-color:#55acee;
}

.heateorSssGabBackground {
background-color:#25CC80;
}

.heateorSssParlerBackground {
background-color:#C63240;
}

.heateorSssVkontakteBackground {
background-color:#5e84ac;
}

.heateorSssYahooBackground {
background-color:#8f03cc;
}

.heateorSssXingBackground {
background-color:#00797d;
}

.heateorSssWhatsappBackground {
background-color:#55eb4c;
}

.heateorSssTCBackground,.heateorSssTCBackground:hover {
border-width:0!important;
background-color:transparent;
}

ul.heateor_sss_sharing_ul i.heateorSssTCBackground {
background-color:transparent;
font-style:normal;
word-wrap:normal;
color:#666;
line-height:1;
visibility:hidden;
}

.heateorSssSharingSvg {
width:100%;
height:100%;
}

.heateorSssMeWeSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFacebookSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTwitterSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssLinkedinSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTumblrSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssInstagramSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPinterestSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBehanceSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFlickrSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFoursquareSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGithubSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMediumSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssOdnoklassnikiSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSnapchatSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTelegramSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssVimeoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssVkontakteSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-0.75%20-1.5%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRSSSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssXingSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssYoutubeSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSharing {
float:left;
border:none;
}

.heateorSssSharingArrow {
height:16px;
width:16px;
cursor:pointer;
margin-top:10px;
}

.heateorSssPushIn {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;
}

.heateorSssPullOut {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;
}

.heateorSssCommentingTabs li {
padding-left:0 !important;
float:left;
margin:0 1em 0 0 !important;
list-style:none;
color:#aaa;
display:block;
cursor:pointer;
font-size:.85em;
}

div.heateorSssTotalShareCount {
word-wrap:normal !important;
font-weight:bolder;
font-family:sans-serif;
padding:0;
margin:0;
text-align:center;
}

div.heateorSssTotalShareText {
word-wrap:normal !important;
margin:0;
padding:0;
text-align:center;
}

.heateorSssAIMBackground {
background-color:#10ff00;
}

.heateorSssAmazonWishListBackground {
background-color:#ffe000;
}

.heateorSssAppnetBackground {
background-color:#5d5d5d;
}

.heateorSssBaiduBackground {
background-color:#2319dc;
}

.heateorSssBalatarinBackground {
background-color:#fff;
}

.heateorSssBittyBrowserBackground {
background-color:#efefef;
}

.heateorSssBlinklistBackground {
background-color:#3d3c3b;
}

.heateorSssBloggerPostBackground {
background-color:#fda352;
}

.heateorSssBlogMarksBackground {
background-color:#535353;
}

.heateorSssBookmarksfrBackground {
background-color:#e8ead4;
}

.heateorSssBoxnetBackground {
background-color:#1a74b0;
}

.heateorSssBuddyMarksBackground {
background-color:#ffd400;
}

.heateorSssCare2NewsBackground {
background-color:#6eb43f;
}

.heateorSssCommentBackground {
background-color:#444;
}

.heateorSssDiaryRuBackground {
background-color:#e8d8c6;
}

.heateorSssDiasporaBackground {
background-color:#2e3436;
background-color:#0166ff;
}

.heateorSssDiHITTBackground {
background-color:#ff6300;
}

.heateorSssDiigoBackground {
background-color:#4a8bca;
}

.heateorSssDoubanBackground {
background-color:#497700;
}

.heateorSssDraugiemBackground {
background-color:#ffad66;
}

.heateorSssEvernoteBackground {
background-color:#8be056;
}

.heateorSssFacebookMessengerBackground {
background-color:#0084ff;
}

.heateorSssFarkBackground {
background-color:#555;
}

.heateorSssFintelBackground {
background-color:#087515;
}

.heateorSssFlipboardBackground {
background-color:#c00;
}

.heateorSssFolkdBackground {
background-color:#0f70b2;
}

.heateorSssGoogleBookmarksBackground {
background-color:#cb0909;
}

.heateorSssGoogleGmailBackground {
background-color:#e5e5e5;
}

.heateorSssHackerNewsBackground {
background-color:#f60;
}

.heateorSssHatenaBackground {
background-color:#00a6db;
}

.heateorSssJamespotBackground {
background-color:#ff9e2c;
}

.heateorSssKakaoBackground {
background-color:#fcb700;
}

.heateorSssKnownBackground {
background-color:#fff101;
}

.heateorSssLineBackground {
background-color:#00c300;
}

.heateorSssMailRuBackground {
background-color:#356fac;
}

.heateorSssMendeleyBackground {
background-color:#a70805;
}

.heateorSssMeneameBackground {
background-color:#ff7d12;
}

.heateorSssNetvouzBackground {
background-color:#c0ff00;
}

.heateorSssNewsVineBackground {
background-color:#055d00;
}

.heateorSssNUjijBackground {
background-color:#d40000;
}

.heateorSssOdnoklassnikiBackground {
background-color:#f2720c;
}

.heateorSssOutlookcomBackground {
background-color:#0072c6;
}

.heateorSssPapalyBackground {
background-color:#3ac0f6;
}

.heateorSssPinboardBackground {
background-color:#1341de;
}

.heateorSssPlurkBackground {
background-color:#cf682f;
}

.heateorSssPocketBackground {
background-color:#f0f0f0;
}

.heateorSssPrintFriendlyBackground {
background-color:#61d1d5;
}

.heateorSssProtopageBookmarksBackground {
background-color:#413fff;
}

.heateorSssPushaBackground {
background-color:#0072b8;
}

.heateorSssQzoneBackground {
background-color:#2b82d9;
}

.heateorSssRefindBackground {
background-color:#1492ef;
}

.heateorSssRediffMyPageBackground {
background-color:#d20000;
}

.heateorSssRenrenBackground {
background-color:#005eac;
}

.heateorSssSinaWeiboBackground {
background-color:#ff0;
}

.heateorSssSiteJotBackground {
background-color:#ffc800;
}

.heateorSssSkypeBackground {
background-color:#00aff0;
}

.heateorSssSMSBackground {
background-color:#6ebe45;
}

.heateorSssSlashdotBackground {
background-color:#004242;
}

.heateorSssSvejoBackground {
background-color:#fa7aa3;
}

.heateorSssSymbalooFeedsBackground {
background-color:#6da8f7;
}

.heateorSssTelegramBackground {
background-color:#3da5f1;
}

.heateorSssTrelloBackground {
background-color:#1189ce;
}

.heateorSssTuentiBackground {
background-color:#0075c9;
}

.heateorSssViberBackground {
background-color:#8b628f;
}

.heateorSssWebnewsBackground {
background-color:#cc2512;
}

.heateorSssWordPressBackground {
background-color:#464646;
}

.heateorSssWykopBackground {
background-color:#367da9;
}

.heateorSssYoolinkBackground {
background-color:#a2c538;
}

.heateorSssYouMobBackground {
background-color:#3b599d;
}

.heateorSssBehanceBackground {
background-color:#053eff;
}

.heateorSssFlickrBackground {
background-color:#ff0084;
}

.heateorSssFoursquareBackground {
background-color:#f94877;
}

.heateorSssSnapchatBackground {
background-color:#ffe900;
}

.heateorSssVimeoBackground {
background-color:#1ab7ea;
}

.heateorSssYoutubeBackground {
background-color:red;
}

.heateorSssRSSBackground {
background-color:#e3702d;
}

.heateorSssGentleReaderBackground {
background-color:#46aecf;
}

i.heateorSssLineBackground a,i.heateorSssViberBackground a,i.heateorSssWhatsappBackground a {
display:inline !important;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like {
width:91px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend {
width:145px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet {
width:95px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span {
vertical-align:text-top !important;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share {
width:108px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge {
width:130px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_yummly {
width:106px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin {
width:76px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_xing {
width:98px;
}

.heateor_sss_sharing_container a {
padding:0!important;
box-shadow:none !important;
border:none !important;
}

.heateorSssClear {
clear:both;
}

div.course_instructor_widget .heateor_sss_vertical_sharing {
display:none !important;
}

ul.heateor_sss_follow_ul li,div.heateor_sss_horizontal_sharing li {
width:auto;
}

div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share {
width:96px;
}

.heateorSssBufferBackground,.heateorSssBibSonomyBackground {
background-color:#000;
}

.heateorSssDeliciousBackground,.heateorSssFloatitBackground {
background-color:#53beee;
}

.heateorSssThreemaBackground,.heateorSssAOLMailBackground,.heateorSssKikBackground,.heateorSssKindleItBackground,.heateorSssMySpaceBackground,.heateorSssNetlogBackground,.heateorSssPolyvoreBackground,.heateorSssTypePadPostBackground,.heateorSssViadeoBackground,.heateorSssGithubBackground,.heateorSssMediumBackground {
background-color:#2a2a2a;
}

.heateorSssCopyLinkBackground,.heateorSssGoogleClassroomBackground {
background-color:#ffc112;
}

.heateorSssInstapaperBackground,.heateorSssLiveJournalBackground,.heateorSssMixiBackground,.heateorSssStumpediaBackground,.heateorSssTwiddlaBackground {
background-color:#ededed;
}

.heateorSssOknotizieBackground,.heateorSssSegnaloBackground {
background-color:#fdff88;
}

.heateorSssYahooMailBackground,.heateorSssYahooMessengerBackground {
background-color:#400090;
}

@media screen and (max-width:783px) {
#heateor_sss_sharing_more_providers {
width:80%;
left:60%;
margin-left:-50%;
text-shadow:none !important;
}

#heateor_sss_sharing_more_providers .filter input.search {
border:1px solid #ccc;
width:92%;
}
}

@media screen and (max-width:475px) {
#heateor_sss_sharing_more_content .all-services ul li {
width:100% !important;
}
}

.heateorSssParlerSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

div#heateor_sss_sharing_more_content ss.heateorSssParlerSvg {
width:92% !important;
}

div.heateor_sss_bottom_sharing {
margin-bottom:0;
}

.heateorSssGabSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before {
content:none;
}.heateorSssYummlySvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBufferSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFacebookSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDiggSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssEmailSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFloatitSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssLinkedinSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMoreSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPinterestSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPrintSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRedditSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTumblrSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTwitterSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssVkontakteSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-0.75%20-1.5%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssXingSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssWhatsappSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5.5%20-4.5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssAIMSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssAmazonWishListSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssAOLMailSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssAppnetSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBalatarinSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBibSonomySvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-7%20-7%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2025.892c-.25%200-.484.065-.694.17l-5.907-8.2a1.548%201.548%200%200%200%20.344-1.68l4.28-2.573c.288.333.71.552%201.187.552.862%200%201.56-.7%201.56-1.56%200-.776-.567-1.415-1.31-1.535V6.11a1.556%201.556%200%200%200-.25-3.095c-.862%200-1.56.7-1.56%201.56%200%20.196.04.383.106.556l-4.256%202.477a1.548%201.548%200%200%200-1.2-.574c-.862%200-1.56.7-1.56%201.56%200%20.778.567%201.417%201.31%201.537v5.1c-.218.035-.42.112-.598.23L9.93%208.204c.213-.268.345-.6.345-.97a1.56%201.56%200%201%200-.712%201.309l6.575%207.25c-.213.267-.345.6-.345.968%200%20.23.054.45.144.647L8.08%2022.66a1.547%201.547%200%200%200-1.138-.5%201.56%201.56%200%201%200%201.56%201.56c0-.23-.053-.45-.144-.646l7.857-5.25c.07.076.147.144.23.204l-1.95%203.927a1.536%201.536%200%200%200-.457-.076c-.862%200-1.56.695-1.56%201.56a1.56%201.56%200%201%200%202.468-1.27l1.95-3.926c.146.045.297.076.458.076.25%200%20.484-.064.694-.17l5.907%208.2a1.56%201.56%200%201%200%201.103-.459zM18.914%208.59c0-.197-.04-.383-.106-.556l4.257-2.473c.236.29.567.49.95.55v4.96a1.558%201.558%200%200%200-1.197%202.115l-4.278%202.573a1.542%201.542%200%200%200-.935-.53v-5.102a1.555%201.555%200%200%200%201.31-1.534z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBittyBrowserSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBlinklistSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBloggerPostSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBlogMarksSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBoxnetSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBookmarksfrSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBuddyMarksSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssCare2NewsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssCommentSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-150%20-150%20791%20791%22%3E%3Cg%3E%3Cpath%20d%3D%22M477.364%2C127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41%20c-46.442%2C0-89.269%2C8.136-128.478%2C24.41c-39.209%2C16.274-70.233%2C38.446-93.074%2C66.522C11.419%2C155.555%2C0%2C186.15%2C0%2C219.269%20c0%2C28.549%2C8.61%2C55.299%2C25.837%2C80.232c17.227%2C24.934%2C40.778%2C45.874%2C70.664%2C62.813c-2.096%2C7.611-4.57%2C14.842-7.426%2C21.7%20c-2.855%2C6.851-5.424%2C12.467-7.708%2C16.847c-2.286%2C4.374-5.376%2C9.23-9.281%2C14.555c-3.899%2C5.332-6.849%2C9.093-8.848%2C11.283%20c-1.997%2C2.19-5.28%2C5.801-9.851%2C10.848c-4.565%2C5.041-7.517%2C8.33-8.848%2C9.853c-0.193%2C0.097-0.953%2C0.948-2.285%2C2.574%20c-1.331%2C1.615-1.999%2C2.419-1.999%2C2.419l-1.713%2C2.57c-0.953%2C1.42-1.381%2C2.327-1.287%2C2.703c0.096%2C0.384-0.094%2C1.335-0.57%2C2.854%20c-0.477%2C1.526-0.428%2C2.669%2C0.142%2C3.429v0.287c0.762%2C3.234%2C2.283%2C5.853%2C4.567%2C7.851c2.284%2C1.992%2C4.858%2C2.991%2C7.71%2C2.991h1.429%20c12.375-1.526%2C23.223-3.613%2C32.548-6.279c49.87-12.751%2C93.649-35.782%2C131.334-69.094c14.274%2C1.523%2C28.074%2C2.283%2C41.396%2C2.283%20c46.442%2C0%2C89.271-8.135%2C128.479-24.414c39.208-16.276%2C70.233-38.444%2C93.072-66.517c22.843-28.072%2C34.263-58.67%2C34.263-91.789%20C511.626%2C186.154%2C500.207%2C155.555%2C477.364%2C127.481z%20M445.244%2C292.075c-19.896%2C22.456-46.733%2C40.303-80.517%2C53.529%20c-33.784%2C13.223-70.093%2C19.842-108.921%2C19.842c-11.609%2C0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277%2C10.852%20c-23.408%2C20.558-49.582%2C36.829-78.513%2C48.821c8.754-15.414%2C15.416-31.785%2C19.986-49.102l7.708-27.412l-24.838-14.27%20c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077%2C9.945-50.343%2C29.834-72.803%20c19.895-22.458%2C46.729-40.303%2C80.515-53.531c33.786-13.229%2C70.089-19.849%2C108.92-19.849c38.828%2C0%2C75.13%2C6.617%2C108.914%2C19.845%20c33.783%2C13.229%2C60.62%2C31.073%2C80.517%2C53.531c19.89%2C22.46%2C29.834%2C46.727%2C29.834%2C72.802S465.133%2C269.615%2C445.244%2C292.075z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssCopyLinkSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.412%2021.177c0-.36-.126-.665-.377-.917l-2.804-2.804a1.235%201.235%200%200%200-.913-.378c-.377%200-.7.144-.97.43.026.028.11.11.255.25.144.14.24.236.29.29s.117.14.2.256c.087.117.146.232.177.344.03.112.046.236.046.37%200%20.36-.126.666-.377.918a1.25%201.25%200%200%201-.918.377%201.4%201.4%200%200%201-.373-.047%201.062%201.062%200%200%201-.345-.175%202.268%202.268%200%200%201-.256-.2%206.815%206.815%200%200%201-.29-.29c-.14-.142-.223-.23-.25-.254-.297.28-.445.607-.445.984%200%20.36.126.664.377.916l2.778%202.79c.243.243.548.364.917.364.36%200%20.665-.118.917-.35l1.982-1.97c.252-.25.378-.55.378-.9zm-9.477-9.504c0-.36-.126-.665-.377-.917l-2.777-2.79a1.235%201.235%200%200%200-.913-.378c-.35%200-.656.12-.917.364L7.967%209.92c-.254.252-.38.553-.38.903%200%20.36.126.665.38.917l2.802%202.804c.242.243.547.364.916.364.377%200%20.7-.14.97-.418-.026-.027-.11-.11-.255-.25s-.24-.235-.29-.29a2.675%202.675%200%200%201-.2-.255%201.052%201.052%200%200%201-.176-.344%201.396%201.396%200%200%201-.047-.37c0-.36.126-.662.377-.914.252-.252.557-.377.917-.377.136%200%20.26.015.37.046.114.03.23.09.346.175.117.085.202.153.256.2.054.05.15.148.29.29.14.146.222.23.25.258.294-.278.442-.606.442-.983zM27%2021.177c0%201.078-.382%201.99-1.146%202.736l-1.982%201.968c-.745.75-1.658%201.12-2.736%201.12-1.087%200-2.004-.38-2.75-1.143l-2.777-2.79c-.75-.747-1.12-1.66-1.12-2.737%200-1.106.392-2.046%201.183-2.818l-1.186-1.185c-.774.79-1.708%201.186-2.805%201.186-1.078%200-1.995-.376-2.75-1.13l-2.803-2.81C5.377%2012.82%205%2011.903%205%2010.826c0-1.08.382-1.993%201.146-2.738L8.128%206.12C8.873%205.372%209.785%205%2010.864%205c1.087%200%202.004.382%202.75%201.146l2.777%202.79c.75.747%201.12%201.66%201.12%202.737%200%201.105-.392%202.045-1.183%202.817l1.186%201.186c.774-.79%201.708-1.186%202.805-1.186%201.078%200%201.995.377%202.75%201.132l2.804%202.804c.754.755%201.13%201.672%201.13%202.75z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDiaryRuSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDiasporaSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.44l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDiigoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDraugiemSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.55%2011.33c4.656.062%207.374%202.92%204.294%206.828-1.415%201.798-3.812%203.575-7.003%204.725-.15.056-.303.105-.46.16-.3.098-.595.188-.89.28a24.866%2024.866%200%200%201-4.05.814c-.464.043-.91.078-1.35.085-2.97.077-5.205-.74-5.93-2.474-.88-2.077.9-4.976%204.454-7.178-2.627%201.06-7.408%203.546-7.61%207.12v.454c.02.362.09.725.21%201.108.76%202.41%204.333%203.533%208.884%203.13.446-.036.892-.092%201.352-.16.66-.1%201.337-.23%202.027-.39a35.76%2035.76%200%200%200%202.02-.558c.154-.056.3-.098.454-.153.31-.094.608-.2.9-.31%203.945-1.436%206.87-3.34%208.58-5.526.975-1.253%201.476-2.424%201.574-3.448v-.787c-.28-2.61-3.317-4.135-7.45-3.717zm-3.024-1.29c.11%200%20.21-.014.307-.035.662-.167.983-.87%201.01-1.7.028-.885-.286-1.624-1.01-1.728-.063-.014-.125-.014-.195-.014-.578%200-.955.348-1.157.857-.094.265-.16.564-.163.885-.014.383.034.745.167%201.038.196.418.53.697%201.046.697zm-.014.292c-.293%200-.544.028-.76.084l.063.084.11.202.092.21.077.215.056.223.035.223.02.23.008.223v.237l-.014.23-.018.23-.028.23-.028.23-.043.23-.042.23-.04.223-.056.223-.042.212-.056.21-.057.2-.057.196-.042.19-.04.18-.02.11-.03.125-.028.132-.02.14-.03.152-.02.124v.03l-.028.166-.056.21-.02.172-.03.18-.02.182-.03.18-.02.19-.03.18-.02.188-.02.188-.02.19v.007c.04.537.082.997.103%201.26.02.3.085.517.18.663.14.215.378.292.706.32.28-.028.487-.084.647-.23.153-.14.237-.376.3-.753.118-.774.467-3.31.767-4.397.425-1.568%201.456-4.418-1.066-4.634-.122-.024-.226-.024-.338-.024zm-3.06-.8h.015c.976-.008%201.436-.9%201.436-1.994s-.46-1.993-1.436-2h-.014c-.99%200-1.45.9-1.45%202s.46%201.993%201.45%201.993zm-2.013%204.626c.09.383.18.732.254%201.052.307%201.254.606%204.16.718%205.038.105.885.418%201.073%201.052%201.136.62-.063.94-.25%201.045-1.136.105-.878.41-3.79.71-5.038.08-.314.175-.67.266-1.052.28-1.15.502-2.495%200-3.366-.32-.557-.94-.92-2.02-.92-1.088%200-1.708.37-2.03.92-.5.864-.27%202.216%200%203.366zm-1.35-4.153c.1.02.196.035.308.035.516%200%20.857-.28%201.045-.704.118-.293.174-.655.167-1.038a2.96%202.96%200%200%200-.167-.885c-.202-.51-.585-.857-1.157-.857-.07%200-.134%200-.197.014-.725.105-1.045.843-1.01%201.728.02.836.35%201.54%201.01%201.707zm-.3%209.373c.057.376.154.606.3.753.16.157.37.206.65.23.33-.024.557-.1.704-.32.09-.14.153-.36.18-.66.022-.264.064-.72.106-1.253v-.014l-.02-.187-.02-.188-.03-.188-.02-.18-.02-.19-.03-.18-.02-.18-.03-.183-.025-.174-.02-.166-.03-.167v-.02l-.02-.133-.028-.153-.028-.14-.024-.13-.028-.125-.03-.11-.034-.184-.056-.188-.04-.196-.058-.203-.056-.21-.056-.215-.04-.223-.057-.225-.04-.23-.033-.23-.028-.23-.03-.23-.02-.23-.008-.237v-.23l.007-.223.02-.23.034-.223.056-.222.07-.216.1-.21.11-.2.065-.085a3.128%203.128%200%200%200-.76-.083c-.11%200-.216%200-.32.014-2.524.216-1.492%203.066-1.067%204.634.262%201.054.603%203.59.728%204.364z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssDoubanSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.755%205.505h20.55v2.59H5.755v-2.59zm14.99%2018.47l1.93-4.29h2.21v-9.97h-18v9.98h2.04l1.93%204.29h-5.78v2.51h21.85v-2.51l-6.18-.01zm-10.74-6.95v-4.88h11.68v4.88h-11.68zm7.99%206.95h-4.37l-1.93-4.29h8.24l-1.94%204.29z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssEvernoteSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFacebookMessengerSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%205C9.986%205%205.11%209.56%205.11%2015.182c0%203.2%201.58%206.054%204.046%207.92V27l3.716-2.06c.99.276%202.04.425%203.128.425%206.014%200%2010.89-4.56%2010.89-10.183S22.013%205%2016%205zm1.147%2013.655L14.33%2015.73l-5.423%203%205.946-6.31%202.816%202.925%205.42-3-5.946%206.31z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFarkSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFintelSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.1%22%20style%3D%22shape-rendering%3AgeometricPrecision%3B%20text-rendering%3AgeometricPrecision%3B%20image-rendering%3AoptimizeQuality%3B%20fill-rule%3Aevenodd%3B%20clip-rule%3Aevenodd%22%0AviewBox%3D%22-110%20-120%20428%20494%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B.fil0%20%7Bfill%3A%23fff%7D.fil1%20%7Bfill%3A%23fff%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_x0020_1%22%3E%3Cmetadata%20id%3D%22CorelCorpID_0Corel-Layer%22%2F%3E%3Cpolygon%20class%3D%22fil0%22%20points%3D%22108%2C274%2048%2C274%2048%2C152%200%2C152%200%2C95%2048%2C95%2048%2C0%20208%2C0%20208%2C56%20108%2C56%20108%2C95%20180%2C95%20180%2C151%20108%2C151%20%22%2F%3E%3Cpolygon%20class%3D%22fil1%22%20points%3D%2299%2C272%20103%2C272%20103%2C147%20175%2C147%20175%2C100%20103%2C100%20103%2C52%20203%2C52%20203%2C7%20199%2C7%20199%2C48%2098%2C48%2098%2C104%20171%2C104%20171%2C142%2099%2C142%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFlipboardSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFolkdSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGoogleClassroomSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%202%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.667%2016.667a1.667%201.667%200%201%200%200-3.334%201.667%201.667%200%200%200%200%203.334zM22.333%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117zm-13-1.333a1.668%201.668%200%201%200-.002-3.336%201.668%201.668%200%200%200%20.002%203.336zM9.667%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117z%22%2F%3E%3Cpath%20d%3D%22M15.335%2015.333A2.332%202.332%200%201%200%2013%2013a2.333%202.333%200%200%200%202.335%202.333zm.332%201.334c-2.572%200-5.333%201.392-5.333%203.11v1.557H21v-1.556c0-1.72-2.762-3.11-5.333-3.11zm3%2010.666h8v2h-8v-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGoogleBookmarksSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGoogleGmailSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssHackerNewsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssHatenaSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssInstapaperSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssJamespotSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssKakaoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssKikSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M23.436%2020.74a2.511%202.511%200%200%200%20.109-5.019h-.11a2.516%202.516%200%200%200-2.507%202.515%202.509%202.509%200%200%200%202.508%202.508zm-7.946-3.09l2.89-2.89c.93-.93.93-2.434%200-3.363a2.374%202.374%200%200%200-3.362%200l-4.262%204.263V7.267A2.378%202.378%200%200%200%206%207.263V24.7a2.378%202.378%200%200%200%204.756.002v-2.316l1.335-1.335%203.76%205.07a2.378%202.378%200%200%200%203.866-2.771c-.016-.02-.03-.04-.047-.06l-4.177-5.638v-.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssKindleItSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssKnownSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssLineSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssLiveJournalSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMailRuSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMendeleySvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMeneameSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMixiSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMySpaceSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssNetvouzSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssOdnoklassnikiSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssOutlookcomSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPapalySvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.744%208.217c1.112%200%202.296.519%203.106%201.329l.185.185c1.361%201.361%201.402%204.432.042%205.792l-3.103%202.787L16%2022.777l-4.974-4.467-3.103-2.787c-1.361-1.361-1.319-4.432.042-5.792l.185-.185c.81-.81%201.994-1.329%203.106-1.329.756%200%201.48.24%202.03.79L16%2012.291l2.714-3.284c.55-.55%201.274-.79%202.03-.79m0-2.921c-1.58%200-3.035.585-4.096%201.646l-.098.098-.088.107-.462.558-.462-.559-.088-.106-.098-.098c-1.061-1.061-2.516-1.646-4.096-1.646-1.871%200-3.804.816-5.172%202.184l-.185.185c-2.515%202.515-2.535%207.43-.042%209.924l.055.055.058.052%203.103%202.787%204.974%204.467L16%2026.704l1.952-1.753%204.974-4.467%203.103-2.787.058-.052.055-.055c2.494-2.494%202.473-7.409-.042-9.924l-.184-.186c-1.368-1.368-3.301-2.184-5.172-2.184z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPinboardSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPlurkSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPocketSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-1%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPrintFriendlySvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssProtopageBookmarksSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssPushaSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssQzoneSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRediffMyPageSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRefindSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%2021.256c-2.891%200-5.256-2.365-5.256-5.255%200-2.891%202.365-5.255%205.255-5.255%202.891%200%205.255%202.365%205.255%205.255.002%202.89-2.363%205.255-5.254%205.255z%22%2F%3E%3Cpath%20d%3D%22M20.664%2023.676A8.91%208.91%200%200%201%2016%2025c-4.95%200-9-4.05-9-9s4.05-9%209-9%209%204.05%209%209a8.912%208.912%200%200%201-1.302%204.628l2.293%201.991A11.908%2011.908%200%200%200%2028%2016c0-6.6-5.4-12-12-12S4%209.4%204%2016s5.4%2012%2012%2012c2.456%200%204.745-.75%206.652-2.029l-1.988-2.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRenrenSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSinaWeiboSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSiteJotSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSkypeSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.15%2018c-.007.04-.012.084-.02.126l-.04-.24.06.113c.124-.678.19-1.37.19-2.06%200-1.53-.3-3.013-.892-4.41a11.273%2011.273%200%200%200-2.43-3.602%2011.288%2011.288%200%200%200-8.012-3.32c-.72%200-1.443.068-2.146.203h-.005c.04.023.08.04.118.063l-.238-.037c.04-.01.08-.018.12-.026a6.717%206.717%200%200%200-3.146-.787%206.67%206.67%200%200%200-4.748%201.965A6.7%206.7%200%200%200%204%2010.738c0%201.14.293%202.262.844%203.253.007-.04.012-.08.02-.12l.04.238-.06-.114c-.112.643-.17%201.3-.17%201.954a11.285%2011.285%200%200%200%203.32%208.012c1.04%201.04%202.25%201.86%203.602%202.43%201.397.592%202.882.89%204.412.89.666%200%201.334-.06%201.985-.175-.038-.02-.077-.04-.116-.063l.242.04c-.046.01-.088.015-.13.02a6.68%206.68%200%200%200%203.3.87%206.661%206.661%200%200%200%204.743-1.963A6.666%206.666%200%200%200%2028%2021.26c0-1.145-.295-2.27-.85-3.264zm-11.098%204.885c-4.027%200-5.828-1.98-5.828-3.463%200-.76.562-1.294%201.336-1.294%201.723%200%201.277%202.474%204.49%202.474%201.647%200%202.556-.893%202.556-1.808%200-.55-.27-1.16-1.355-1.426l-3.58-.895c-2.88-.723-3.405-2.282-3.405-3.748%200-3.043%202.865-4.186%205.556-4.186%202.478%200%205.4%201.37%205.4%203.192%200%20.783-.677%201.237-1.45%201.237-1.472%200-1.2-2.035-4.163-2.035-1.47%200-2.285.666-2.285%201.618%200%20.95%201.16%201.254%202.17%201.484l2.65.587c2.905.647%203.64%202.342%203.64%203.94%200%202.47-1.895%204.318-5.726%204.318z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSMSSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-140%20-170%20770%20770%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%3E%3Cpath%20d%3D%22M87.412%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997c0-4.888-2.93-7.22-14.037-10.927%20c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.806-31.198c11.122%200%2021.078%202.526%2026.923%205.456%20l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803c0%204.485%203.707%206.832%2015.412%2010.927%20c18.133%206.234%2025.741%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809c-12.482%200-23.604-2.721-30.809-6.622%20L87.412%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M172.23%20166.856c0-11.884-0.389-22.034-0.777-30.42h24.964l1.36%2012.871h0.583c4.096-6.039%2012.482-15.008%2028.866-15.008%20c12.288%200%2022.034%206.233%2026.13%2016.174h0.389c3.513-4.873%207.803-8.775%2012.288-11.495c5.277-3.124%2011.122-4.679%2018.148-4.679%20c18.327%200%2032.184%2012.871%2032.184%2041.333v56.177h-28.866v-51.872c0-13.857-4.5-21.855-14.052-21.855%20c-6.817%200-11.705%204.679-13.648%2010.344c-0.777%202.138-1.166%205.262-1.166%207.609v55.773h-28.866v-53.441%20c0-12.093-4.29-20.285-13.663-20.285c-7.594%200-12.093%205.86-13.842%2010.733c-0.972%202.332-1.166%205.068-1.166%207.415v55.579H172.23%20V166.856z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M339.729%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997%20c0-4.888-2.93-7.22-14.037-10.927c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.807-31.198%20c11.122%200%2021.063%202.526%2026.922%205.456l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803%20c0%204.485%203.707%206.832%2015.412%2010.927c18.133%206.234%2025.742%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809%20c-12.482%200-23.604-2.721-30.809-6.622L339.729%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M383.947%20490L230.694%20364.252H50.713c-27.924%200-50.631-23.111-50.631-51.528V51.528C0.082%2023.111%2022.789%200%2050.713%200%20h388.574c27.924%200%2050.631%2023.111%2050.631%2051.528v261.197c0%2028.417-22.707%2051.528-50.631%2051.528h-55.34V490z%20M50.713%2030.615%20c-11.032%200-20.016%209.388-20.016%2020.913v261.197c0%2011.525%208.984%2020.913%2020.016%2020.913h190.923l111.696%2091.635v-91.635h85.954%20c11.032%200%2020.016-9.388%2020.016-20.913V51.528c0-11.525-8.984-20.913-20.016-20.913H50.713z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSlashdotSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSvejoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSymbalooFeedsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTelegramSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssThreemaSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.4%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M24.067%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M17.733%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M16.082%208.716h-.262c-.886%200-1.507.682-1.507%201.568v2.015h3.372v-2.015c.001-.886-.718-1.568-1.603-1.568z%22%2F%3E%3Cpath%20d%3D%22M16%204.325c-6.075%200-11%203.752-11%208.381%200%201.924.851%203.697%202.283%205.111.49.484.607%201.231.283%201.839l-1.479%202.776%204.39-1.384a6.183%206.183%200%200%201%201.863-.284c.383%200%20.766.034%201.145.102.807.144%201.649.22%202.514.22%206.075%200%2011-3.752%2011-8.381S22.075%204.325%2016%204.325zm3.793%2012.432c0%20.368-.409.6-.777.6H12.85c-.368%200-.643-.231-.643-.6v-3.733c0-.368.275-.725.643-.725h.2v-2.015c0-1.585%201.187-2.832%202.771-2.832h.262c1.583%200%202.868%201.247%202.868%202.832v2.015h.066c.368%200%20.777.357.777.725v3.733z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTrelloSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.5%204h-21A1.5%201.5%200%200%200%204%205.5v21A1.5%201.5%200%200%200%205.5%2028h21a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2026.5%204zM14.44%2022.12c0%20.825-.675%201.5-1.5%201.5H8.62c-.825%200-1.5-.675-1.5-1.5V8.62c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v13.5zm10.44-6c0%20.825-.675%201.5-1.5%201.5h-4.32c-.825%200-1.5-.675-1.5-1.5v-7.5c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v7.5z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTuentiSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTwiddlaSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssViadeoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssViberSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M22.57%2027.22a7.39%207.39%200%200%201-1.14-.32%2029%2029%200%200%201-16-16.12c-1-2.55%200-4.7%202.66-5.58a2%202%200%200%201%201.39%200c1.12.41%203.94%204.3%204%205.46a2%202%200%200%201-1.16%201.78%202%202%200%200%200-.66%202.84A10.3%2010.3%200%200%200%2017%2020.55%201.67%201.67%200%200%200%2019.35%2020c1.07-1.62%202.38-1.54%203.82-.54.72.51%201.45%201%202.14%201.55.93.75%202.1%201.37%201.55%202.94A5.21%205.21%200%200%201%2022.57%2027.22Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.06%204.79A10.42%2010.42%200%200%201%2026.79%2015c0%20.51.18%201.27-.58%201.25s-.54-.78-.6-1.29c-.7-5.52-3.23-8.13-8.71-9-.45-.07-1.15%200-1.11-.57C15.84%204.52%2016.66%204.85%2017.06%204.79Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.09%2014.06c-.05.38.17%201-.45%201.13-.83.13-.67-.64-.75-1.13-.56-3.36-1.74-4.59-5.12-5.35-.5-.11-1.27%200-1.15-.8s.82-.48%201.35-.42A6.9%206.9%200%200%201%2024.09%2014.06Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.52%2013.45c0%20.43%200%20.87-.53.93s-.6-.26-.64-.64a2.47%202.47%200%200%200-2.26-2.43c-.42-.07-.82-.2-.63-.76.13-.38.47-.41.83-.42A3.66%203.66%200%200%201%2021.52%2013.45Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTypePadPostSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssWebnewsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssWordPressSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssWykopSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssYahooMailSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssYoolinkSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssInstagramSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssStockTwitsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.328%2014.309l-1.793-.736c-1.303-.536-1.955-1.244-1.955-2.123%200-.637.249-1.166.746-1.587.498-.427%201.123-.642%201.878-.642.614%200%201.115.125%201.504.373.373.218.766.684%201.178%201.399l2.204-1.306c-1.166-2.024-2.788-3.037-4.863-3.037-1.539%200-2.828.459-3.866%201.376-1.039.909-1.559%202.039-1.559%203.391%200%202.005%201.232%203.528%203.698%204.569l1.738.722c.451.194.84.399%201.167.612.326.214.593.443.799.687.206.245.358.513.455.805.097.291.146.612.146.961%200%20.871-.28%201.59-.84%202.156-.56.568-1.263.851-2.111.851-1.073%200-1.889-.389-2.449-1.166-.311-.405-.529-1.135-.653-2.193L4%2020.028c.249%201.679.875%202.986%201.878%203.92%201.018.936%202.309%201.403%203.872%201.403%201.648%200%203.028-.544%204.139-1.634%201.102-1.082%201.653-2.451%201.653-4.109%200-1.237-.338-2.281-1.012-3.134-.676-.852-1.743-1.573-3.202-2.165zM28%207.023H17.037v2.571h4.14v15.425h2.695V9.594H28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssBehanceSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFlickrSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssFoursquareSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGithubSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSnapchatSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssVimeoSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssRSSSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssYoutubeSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGentleReaderSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-80%20-80.014%201200.014%201200%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M819.664%2C291.684C572.661-7.32%2C155.656%2C203.683%2C169.656%2C527.687%20c38%2C489.007%2C727.009%2C448.006%2C683.009-28H562.661v98h177.002c-54.721%2C270.685-443.659%2C218.617-464.179-77.827%20c-0.48-6.934%2C1.493-36.96%2C3.053-44.641c44.28-217.95%2C300.377-317.791%2C467.126-110.535L819.664%2C291.684z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGoodreadsSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%22100%25%22%20version%3D%221.1%22%20viewBox%3D%220%200%2060%2060%22%20width%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22black%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate(-500.000000%2C%20-400.000000)%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20id%3D%22goodreads%22%20transform%3D%22translate(19.000000%2C%2012.000000)%22%3E%3Cpath%20d%3D%22M10.8990615%2C25.0028068%20C14.9449077%2C24.9716533%2017.8218615%2C23.0982126%2019.5286769%2C19.3821%20L19.6184%2C19.3821%20L19.6184%2C25.0493448%20C19.6184%2C25.4716478%2019.5884923%2C26.1266405%2019.5286769%2C27.0166306%20C19.4069692%2C27.9381588%2019.0821385%2C28.9293016%2018.5546%2C29.9912129%20C18.0258154%2C30.9904326%2017.1722%2C31.841577%2015.9954154%2C32.5438769%20C14.8319231%2C33.309253%2013.2086%2C33.7069409%2011.1246154%2C33.738479%20C9.11623077%2C33.738479%207.41813846%2C33.2542536%206.02826154%2C32.2861874%20C4.60806154%2C31.3338903%203.77770769%2C29.7877536%203.5372%2C27.6493159%20L1.77056923%2C27.6493159%20C1.95167692%2C30.4281311%202.90955385%2C32.411186%204.64627692%2C33.5977113%20C6.33689231%2C34.7369294%208.48152308%2C35.3076923%2011.0793385%2C35.3076923%20C13.646%2C35.3076923%2015.6473231%2C34.8626973%2017.0816462%2C33.9723225%20C18.5006%2C33.1138705%2019.5191231%2C32.0438824%2020.1392923%2C30.7638966%20C20.7582154%2C29.4835263%2021.1279077%2C28.2654629%2021.2483692%2C27.1104757%20C21.3397538%2C25.9551039%2021.3846154%2C25.1278054%2021.3846154%2C24.627811%20L21.3846154%2C1.25460914%20L19.6175692%2C1.25460914%20L19.6175692%2C6.40685958%20L19.5278462%2C6.40685958%20C18.8482769%2C4.51803442%2017.7234154%2C3.08958875%2016.1524308%2C2.12113797%20C14.5673231%2C1.16884086%2012.8152308%2C0.692307692%2010.8982308%2C0.692307692%20C7.55978462%2C0.754999303%205.02344615%2C1.9492168%203.28796923%2C4.27572941%20C1.50555385%2C6.58608836%200.615384615%2C9.43605669%200.615384615%2C12.824096%20C0.615384615%2C16.3059804%201.46027692%2C19.186333%203.15130769%2C21.465923%20C4.85936923%2C23.7932049%207.44056923%2C24.9720379%2010.8990615%2C25.0028068%20L10.8990615%2C25.0028068%20Z%20M4.51169231%2C5.54109997%20C5.89990769%2C3.43304647%208.02916923%2C2.3403663%2010.8990615%2C2.26229025%20C13.8433077%2C2.34075091%2016.0244923%2C3.40227758%2017.4446923%2C5.44763947%20C18.8636462%2C7.49338597%2019.5739538%2C9.9522048%2019.5739538%2C12.8252498%20C19.5739538%2C15.6982948%2018.8636462%2C18.1413446%2017.4446923%2C20.155553%20C16.0244923%2C22.29476%2013.8433077%2C23.3874401%2010.8990615%2C23.4339781%20C8.12055385%2C23.3870555%206.00583077%2C22.3255289%204.55655385%2C20.2490135%20C3.09149231%2C18.2351897%202.35958462%2C15.7602172%202.35958462%2C12.8252498%20C2.35958462%2C10.0768188%203.07695385%2C7.64876886%204.51169231%2C5.54109997%20L4.51169231%2C5.54109997%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMixSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-7%20-8%2045%2045%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M27.87%204.125c-5.224%200-9.467%204.159-9.467%209.291v2.89c0-1.306%201.074-2.362%202.399-2.362s2.399%201.056%202.399%202.362v1.204c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V4.134c-.036-.009-.082-.009-.129-.009%22%2F%3E%3Cpath%20d%3D%22M4%204.125v12.94c2.566%200%204.668-1.973%204.807-4.465v-2.214c0-.065%200-.12.009-.176.093-1.213%201.13-2.177%202.39-2.177%201.325%200%202.399%201.056%202.399%202.362v9.226c0%201.306%201.074%202.353%202.399%202.353s2.399-1.056%202.399-2.353v-6.206c0-5.132%204.233-9.291%209.467-9.291H4z%22%2F%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M4%2017.074v8.438c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V12.61C8.659%2015.102%206.566%2017.074%204%2017.074%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssMeWeSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssParlerSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssGabSvg {
background:url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}