@charset "UTF-8";
.smart-page-loader {
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #fefefe;
z-index: 100000;
}
.wp-smart-loader {
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
z-index: 100001;
}
.wp-smart-body{
visibility: hidden;
}.wp-smart-loader {
text-indent: -12345px;
} .smart-loader-one {
width: 50px;
height: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-left: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
-moz-animation: spinner 700ms infinite linear;
-ms-animation: spinner 700ms infinite linear;
-o-animation: spinner 700ms infinite linear;
animation: spinner 700ms infinite linear;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .smart-loader-two {
position: relative;
width: 80px;
height: 80px;
-webkit-animation: spinner 5s infinite linear;
animation: spinner 5s infinite linear;
}
.smart-loader-two span {
width: 40px;
height: 40px;
position: absolute;
background: red;
display: block;
-webkit-animation: spinner-two 1s infinite linear;
animation: spinner-two 1s infinite linear;
}
.smart-loader-two span:nth-child(1) {
background: #2ecc71;
}
.smart-loader-two span:nth-child(2) {
left: 44px;
background: #9b59b6;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-two span:nth-child(3) {
top: 44px;
background: #3498db;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-two span:nth-child(4) {
top: 44px;
left: 44px;
background: #f1c40f;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
} .smart-loader-three {
position: relative;
}
.smart-loader-three span {
display: block;
bottom: 0px;
width: 9px;
height: 5px;
background: #9b59b6;
position: absolute;
-webkit-animation: spinner-three 1.5s infinite ease-in-out;
animation: spinner-three 1.5s infinite ease-in-out;
}
.smart-loader-three span:nth-child(2) {
left: 11px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-three span:nth-child(3) {
left: 22px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-three span:nth-child(4) {
left: 33px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.smart-loader-three span:nth-child(5) {
left: 44px;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
}
@keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
} .smart-loader-four {
width: 80px;
height: 80px;
}
.smart-loader-four .spinner-cube {
width: 33%;
height: 33%;
background-color: #9b59b6;
float: left;
-webkit-animation: spinner-four 1.3s infinite ease-in-out;
animation: spinner-four 1.3s infinite ease-in-out;
}
.smart-loader-four .spinner-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.smart-loader-four .spinner-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.smart-loader-four .spinner-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
} .smart-loader-five {
width: 80px;
height: 80px;
position: relative;
}
.smart-loader-five .spinner-cube {
border: 2px solid transparent;
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.smart-loader-five .spinner-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #9b59b6;
-webkit-animation: spinner-five 2.4s infinite linear both;
animation: spinner-five 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.smart-loader-five .spinner-cube-2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.smart-loader-five .spinner-cube-3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.smart-loader-five .spinner-cube-4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.smart-loader-five .spinner-cube-2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-five .spinner-cube-3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.smart-loader-five .spinner-cube-4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} .smart-loader-six {
width: 70px;
height: 70px;
position: relative;
}
.smart-loader-six .spinner-cube-1,
.smart-loader-six .spinner-cube-2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #3498db;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: spinner-six 2.0s infinite ease-in-out;
animation: spinner-six 2.0s infinite ease-in-out;
}
.smart-loader-six .spinner-cube-2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes spinner-six {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes spinner-six {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}#cookie-law-info-bar { font-size: 12pt;
margin: 0 auto;
padding: 13px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999;
box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
display: none;
left:0px;
font-weight:300;
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding:10px 16px 10px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 0px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 14px;
font-weight: 500;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));		
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;			
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #28a745;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
}
.cli-tab-container h4 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
.cli-tab-container p {
font-size: 14px;
line-height: 1.4;
margin-bottom: 18px;
margin-top: 0;
padding: 0;
color: #000;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
padding-top: 12px;
display: inline-block;
padding-bottom: 12px;
cursor: pointer;
color:#000;
text-decoration: underline;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;	
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
}
 body,
html,
.seq {     } .seq {
position: relative; width: 100%;
height: 420px;
max-width: 100%; margin: 0 auto;
padding: 0; font-family: sans-serif;
}
.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * { margin: 0;
padding: 0;
list-style: none;
}
.seq .seq-preloader {
background: #FFFFFF;
}
.seq .seq-pagination {
position: absolute;
z-index: 10;
bottom: 20px;
width: 100%;
border: none;
text-align: center;
}
.seq .seq-pagination a {
display: block;
width: 100%;
height: 100%;
}
.seq .seq-pagination .seq-current {
border-radius: 100%;
}
.seq .seq-pagination > * {
margin: 0 4px;
padding: 0;
display: inline-block;
zoom: 1;
width: 28px;
height: 28px;
cursor: pointer;
background: none;
border: white solid 2px;
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-property: background-color, border-radius;
transition-property: background-color, border-radius; font: 0/0 a;
text-shadow: none;
color: transparent;
}
.seq .seq-pagination > *:nth-child(1):focus,
.seq .seq-pagination > *:nth-child(1):hover {
background-color: #FFFFFF;
}
.seq .seq-pagination > *:nth-child(2):focus,
.seq .seq-pagination > *:nth-child(2):hover {
background-color: #F96852;
}
.seq .seq-pagination > *:nth-child(3):focus,
.seq .seq-pagination > *:nth-child(3):hover {
background-color: #2BBF8E;
}
.seq .seq-canvas { position: absolute;
height: 100%;
width: 100%;
white-space: nowrap; font-size: 0;
}
.seq .seq-canvas > * { display: inline-block;
zoom: 1;
vertical-align: top;
width: 100%;
height: 100%;
white-space: normal;
text-align: center;
color: white;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.seq .seq-canvas > *:before { content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.seq .seq-content { display: inline-block;
vertical-align: middle;
max-width: 720px;
margin: 0 4%; font-size: 16px;
}
.seq .seq-button {
display: inline-block;
zoom: 1;
margin-top: 2em;
padding: .6em;
color: white;
border: white solid 2px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-webkit-transition-property: background-color, color;
transition-property: background-color, color;
}
.seq .seq-button:focus,
.seq .seq-button:hover {
background-color: white;
}
.seq .seq-step1 {
background-color: #FFFFFF;
}
.seq .seq-step1 .seq-button:focus,
.seq .seq-step1 .seq-button:hover {
color: #FFFFFF;
}
.seq .seq-step2 {
background-color: #F96852;
}
.seq .seq-step2 .seq-button:focus,
.seq .seq-step2 .seq-button:hover {
color: #F96852;
}
.seq .seq-step3 {
background-color: #2BBF8E;
}
.seq .seq-step3 .seq-button:focus,
.seq .seq-step3 .seq-button:hover {
color: #2BBF8E;
}
.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-button {
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.seq .seq-title,
.seq .seq-subtitle {
margin: 0 0 .5em 0;
display: block;
line-height: 1.4;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.seq .seq-title {
font-family: 'Roboto', sans-serif;
font-size: 1.8em;
}
.seq.seq-active {  overflow: hidden;
}
.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
visibility: visible;
}
.seq.seq-active .seq-preloader.seq-preloaded {
visibility: hidden;
}
.seq.seq-active .seq-preloader .seq-preload-circle {
fill: white;
}
.seq.seq-active .seq-content { margin-top: -26px;
}
.seq.seq-active .seq-button {
-webkit-transform: translateZ(0) scale(0);
-ms-transform: translateZ(0) scale(0);
transform: translateZ(0) scale(0);
}
@-webkit-keyframes jelly {
0% {
-webkit-transform: translateZ(0) scale(0);
transform: translateZ(0) scale(0);
}
40% {
-webkit-transform: translateZ(0) scale(1.15);
transform: translateZ(0) scale(1.15);
}
60% {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
80% {
-webkit-transform: translateZ(0) scale(1.05);
transform: translateZ(0) scale(1.05);
}
100% {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}
@keyframes jelly {
0% {
-webkit-transform: translateZ(0) scale(0);
-ms-transform: translateZ(0) scale(0);
transform: translateZ(0) scale(0);
}
40% {
-webkit-transform: translateZ(0) scale(1.15);
-ms-transform: translateZ(0) scale(1.15);
transform: translateZ(0) scale(1.15);
}
60% {
-webkit-transform: translateZ(0) scale(1);
-ms-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
80% {
-webkit-transform: translateZ(0) scale(1.05);
-ms-transform: translateZ(0) scale(1.05);
transform: translateZ(0) scale(1.05);
}
100% {
-webkit-transform: translateZ(0) scale(1);
-ms-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}
.seq.seq-active .seq-title,
.seq.seq-active .seq-subtitle { opacity: 0;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.seq.seq-active .seq-title {
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.seq.seq-active h3 {
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.seq .seq-in { }
.seq .seq-in .seq-title,
.seq .seq-in .seq-subtitle {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.seq .seq-in .seq-button {
-webkit-animation-name: jelly;
animation-name: jelly;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
.seq .seq-out { }
.seq .seq-out .seq-title,
.seq .seq-out .seq-subtitle {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.seq .seq-out .seq-button {
-webkit-transform: scale(1) translateZ(0);
-ms-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0);
}
@media only screen and (min-width: 600px) {
.seq { position: relative;
height: auto;
height: 100%;
max-height: 90vh;
min-height: 420px;
}
.seq:before { display: block;
content: "";
width: 100%;
padding-top: 56.25%;
}
.seq .seq-screen {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.seq .seq-content { margin-top: -19px;
}
.seq .seq-pagination > * {
width: 20px;
height: 20px;
}
}
@media only screen and (min-width: 768px) {
.seq .seq-title,
.seq .seq-subtitle {
font-size: 1.4em;
}
.seq .seq-title {
font-size: 2.6em;
}
}.fa-remove:before, .fa-close:before, .fa-times:before {
content: "X" !important;
font-family: "Montserrat", Sans-serif !important;
font-size: 22px !important;
}
.site-header .elementor-widget-jet-inline-svg {
margin-bottom: 0px !important;
}
header .elementor-sticky--active .elementor-column-gap-default{
z-index: 2;
} 
header .elementor-sticky--effects .header-stick-overlay{
background: rgb(227,07,020,0.8) !important;
background-color: #e30714 !important;
opacity: 0.8 !important;
width: 100%;
height: 50px;
position: relative;
top: -100px;
z-index: 1;
-webkit-transition: background-color 0.5s ease-in;
-moz-transition: background-color 0.5s ease-in;
-o-transition: background-color 0.5s ease-in;
transition: background-color 0.5s ease-in;
}
.home header .elementor-sticky--effects .header-stick-overlay{
opacity: 0.93 !important;
}
body:not(.home) header .elementor-sticky--effects{ background-image: inherit !important;
}
.paged .jet-breadcrumbs__item:nth-child(3) .jet-breadcrumbs__item-link{
font-weight: bold;
}
.paged .jet-breadcrumbs__item:nth-child(4),
.paged .jet-breadcrumbs__item:nth-child(5),
.paged .jet-breadcrumbs__item:nth-child(6),
.paged .jet-breadcrumbs__item:nth-child(7){
display: none;
}
@import url("https://fonts.googleapis.com/css?family=Nunito");
h1, h2, h3, h4, h5, h6 {
margin: 15px 0 0;
}
body:not(.page-template-fullwidth-content) .site-content {
margin-top: 30px;
margin-bottom: 0px;
}
.loader-sprite{
width: 290px;
height: 87px;
background-image:url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/intro_sprite.png);
animation: my-sprite-animation-farol 2.5s steps(26);
animation-iteration-count: 1;
}
@keyframes my-sprite-animation-farol{
0%{background-position: 0px 0px;}
100%{background-position: -7800px 0px; visibility: hidden;}
}
.farol-sprite{
width: 290px;
height: 87px;
background-image:url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/farol_sprite.png);
animation: my-farol-animation 5.5s steps(38) infinite;
position: relative;
}
@keyframes my-farol-animation{
0%{background-position: 0px 0px;}
100%{background-position: -11400px 0px;}
75%{background-position: 0px 0px;}
20%{background-position: 0px 0px;}
}
.search-desktop {
top: 10px;
}
.hide{
display: none !important;
}
.show{
display: block !important;
}
#toTop, #toDown{
height: 50px; 
width: 50px;  
background-color: #424B5A;
display: flex;
align-items: center;
right: 20px !important;
}
#toTop:hover, #toDown:hover{
background-color: #e30714;
}
#toTop:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/arrow-up.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
#toDown:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/arrow-down.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
margin: 0 auto;
}
.mobile-categories h5{
padding-left: 20px;
}
.mobile-categories ul{
list-style: inherit;
list-style: none;
margin: none;
display: flex;
flex-direction: row;
margin: 10px 0;
justify-content: space-between;
padding: 0 20px;
flex-direction: row-reverse;
}
.mobile-categories a{
color: #424b5a;
font-size: 16px;
line-height: 19pt;
font-weight: 600;
margin-bottom: 10px;
}
.mobile-categories a:hover{
color: #e30714;
}
.breadcrumbs{
border-top: inherit; 
}
.elementor-7 .elementor-element.elementor-global-1322 > .elementor-widget-container {
background-color: transparent !important;
}
.jet-nav-link-text{
text-decoration:none !important;
}
.current-post-ancestor,.current-menu-item:not(.menu-newsletters){
border-bottom:3px solid #fff;
}
.menu-item:hover:not(.menu-newsletters) {
border-bottom:3px solid #fff;
}
.menu-item{
padding: 0px 15px 0 15px;
}
.menu-item-link-top{
padding-top: 10px !important;
}
.menu-newsletters a{
box-sizing: border-box; 
height: 38px; 
border: 1px solid #FFFFFF;
padding:15px 10px !important;
}
.menu-newsletters a:hover{
border: 1px solid rgba(255,255,255,0.3) !important;
background-color: rgba(255,255,255,0.3);
}
.page-id-626 .menu-newsletters a{
border: none !important;
background-color: rgba(255,255,255,0.3);
}
input[type='search']{
border:none;
box-shadow: none !important;
} .cli-modal-backdrop{
background-color: #4B5766 !important;
}
.cli-modal-backdrop.cli-show{
opacity: 0.8 !important;
}
.cli-bar-popup{
border: 0px !important;
border-radius: 0px !important;
}
.cli_messagebar_head{
color: #4B5766;
font-weight: bold;
font-size: 36px;  
line-height: 43px; 
}
#cookie-law-info-bar{
width: 380px !important;
padding: 30px !important;
text-align: left;
}
.cli_messagebar_head{
text-align: center;
}
#cookie-law-info-bar span{
color: #4B5766; 
font-size: 14px;  
line-height: 24px;
font-weight: 500;
}
.cookie-link{
color: #4B5766 !important;
text-decoration: underline;
}
.cookie-link:hover{
color: #e30714 !important;
}
.cli-plugin-main-link{
font-weight: 500 !important;
}
.cli-plugin-main-link:hover{
color: #e30714 !important;
}
.large.cli-plugin-button{
width: 100%;
font-size: 14px;
padding: 17px;
line-height: 14px;
height: 50px !important;
text-align: center;
}
.large.cli-plugin-button:hover{
background: #e30714 !important;
}
.medium.cli-plugin-button{
background: #f7f7f7 !important; 
color: #4B5766 !important;
border: 1px solid #4B5766 !important;
width: 100%;
font-size: 14px;
padding: 17px;
line-height: 14px;
height: 50px !important;
text-align: center;
}
.medium.cli-plugin-button:hover{
background: #4B5766 !important;
color: #fff !important;
border: 1px solid #4B5766 !important;
}  .celfocusrato{
display: initial;
transition: 0.3s;
}
.celfocusrato img{
transition: 0.3s;
}
.celfocusrato img:hover{
transform: translate(0px, 5px);
}
.seq .seq-pagination{
bottom: 115px;
}
.seq .seq-content{
max-width: 1140px;
margin:0px;
text-align: left;
position: relative;
z-index: 10;
}
.seq-content{
width: 1140px;
}
.seq .seq-step1,
.seq .seq-step2,
.seq .seq-step3{
background-color: #e30714 !important;
}
.elementor-7 .elementor-element.elementor-element-c8c3d81 > .elementor-widget-container {
background-color: transparent !important; 
}
.search-desktop{
}
.wid-slider{
width: 300px;
}
.row-content{
top: 150px;
position: absolute;
width: 1140px !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}   .jet-search__field{
font-weight: bold !important;
}
.jet-search__field::placeholder{
font-weight: normal;
}
#header-logo .elementor-widget-container{
height: 65px !important;
}
.elementor-7 .elementor-element.elementor-element-3e5ac63 > .elementor-widget-container {
background-color: transparent !important;
}
.slider {
overflow: hidden;
height: 756px;
width:100%;
}
.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 756px;
opacity: 0;
transition: all 0.4s linear;
}
.slide.current {
opacity: 1;
}
.slide .content {
position: relative;
color: #fff;
padding: 0px;
width:555px;
z-index: 30 !important;
}
.seq-content .cat-slider a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.seq-content .cat-slider a:hover{
background: #424b5a;
color: #fff;
}
.seq-content .seq-title {
color:#fff;
font-size:50px;
line-height:56px;
max-width: 70%;
font-family: 'Montserrat', sans-serif !important;
}
.seq-title,
.seq-subtitle{
}
.seq-title a:hover{
opacity: 0.5;
}
.seq-title a:hover,
.seq-title a:visited,
.seq-title a:active{
color:#ffffff;
}
.seq-content .seq-subtitle{
color:#fff;
font-size:18px;
line-height:26px;
max-width: 555px;
font-family: 'Montserrat', sans-serif !important;
}
.seq-content span,
.seq-content p{
font-family: 'Montserrat', sans-serif !important;
}
.seq-content.current .content {
opacity: 1;
z-index:10;
}
.seq .seq-title, .seq .seq-subtitle{
margin: .5em 0 .5em 0;
}
.seq .seq-pagination > *{
border-radius: 100%;
width: 10px;
height: 10px;
}
.seq .seq-pagination .seq-current{
background: #e30714;
border-color: #e30714;
}
.seq .seq-pagination li:hover{
background: #e30714 !important;
border-color: #e30714;
}  .slider-gradient{
position:absolute;
width:100%;
height:100%;
z-index:2;
background-image: linear-gradient(to right, rgb(227,7,20),rgba(255,0,0,0));
top: 0;
}
.img{
width: 100%;
position: relative;
height: 756px;
filter: grayscale(100);
}
.seq .author-flex-container {
justify-content: flex-start;
}
.single .author-flex-container {
justify-content: space-between;
}
.author-flex-container {
display: flex;
justify-content: start;
align-items: center;
margin: .5em 0;
}
.author-flex-container > div {
color: white;
margin: 10px 0px 10px 0px;
}
.author-name{
font-weight: 600;
font-size: 14px;
line-height: 21px;
}
.seq-content .time-read{
font-size: 14px;
font-weight: 500;
}
.time-read{
font-size: 11px;
font-weight: 500;
}
.box-separator{
background: #fff;
content: "";
width: 1px;
height: 25px;
opacity: 0.3;
margin: 0px 20px 0 20px !important;
}
.seq .share{
font-family: 'Montserrat', sans-serif !important;
font-size: 12px;
}
.share{
font-size: 11px;
margin-right: 10px;
font-weight: 500;
}
.share-icon{
margin-right:10px
} .tags-flex {
display: flex;
justify-content: center;
flex-wrap: wrap;
background: rgba(0,0,0,0.45);
padding: 22px;
outline: none;
}
.tags-flex div{
margin-right:10px;
color:white;
margin: 15px 5px 15px 5px;
}
.tags-flex .featured-tag a{
padding:10px;
border:1px solid white;
background :white;
color:black;
font-weight:500;
font-size:14px;
}
.tags-flex .featured-tag a{
color:black;
}
.featured-tag:hover{
color:white;
}
.tags-flex .featured-tag a:hover {
background:#424b5a;
color:white !important;
border-color:#424b5a;
}
.tags-flex .featured-tag:hover a{
color:white;
}
.elementor-location-footer .more-tags{
margin-top: 10px;
}
.more-tags{
border:none !important;
}
.tags-flex .normal-tag a{
padding:10px;
border:1px solid white;
color:white;
font-weight:400;
}
.normal-tag a:hover {
color:#e30714;
background:#fff;
}
.normal-tag:hover a {
color:#e30714;
font-weight:400;
}
.tags-flex:hover{
color:#e30714;
font-weight:400;
}
.more-tag-link{
text-transform:uppercase;
color:white;
font-size:12px;
}
.more-tag-link:hover,
.elementor-location-footer .more-tag-link:hover{
color:#e30714;
}
.elementor-location-footer .more-tag-link{
color:#424B5A;
} .section1-container {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.article-item{
width: 360px;
color:white;
margin: .5em 0;
}
.overlay-article-1{
position: absolute;
min-height: 560px;
z-index: 1;
width: 360px;
background-color: #00A2AF;
opacity: 0.7;
-webkit-transition: background-color 0.8s ease-in;
-moz-transition: background-color 0.8s ease-in;
-o-transition: background-color 0.8s ease-in;
transition: background-color 0.8s ease-in;
}
.article-item:hover .overlay-article-1{
background:#424B5A;
opacity: 0.8;
-webkit-transition: background-color 0.8s ease-out;
-moz-transition: background-color 0.8s ease-out;
-o-transition: background-color 0.8s ease-out;
transition: background-color 0.8s ease-out;
}
.article-item:hover .article-img{
filter: grayscale(0) ;
}
.section1-gradient{
background: rgba(0, 162, 175,0.7) !important;
z-index:1;
position:absolute;
width:360px;
min-height:560px;
}
.article-img{
z-index:100;
}
.article-item .section1-category a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-item .section1-category a:hover{
background:#424b5a;
color:#fff;
}
.article-item a:hover{
color: #fff;
opacity: 0.5;
}
.article-item h3{
color: white;
font-size: 26px;  
line-height: 30px;  
margin:2em 0;
font-weight: bold;
min-height: 100px;
}
.article-item p{
font-size: 16px;  
line-height: 24px;  
}
.article-item .author-flex-container{
position: absolute;
right: 20px;
bottom: 20px;
}
.article-item .author-flex-container > div{
}
.article-item .article-img{
padding: 25px 30px 25px 30px;
min-height: 560px;
filter: grayscale(100);
width: 360px;
position: absolute;
z-index: 0;
} 
.section1-content-wrap{
z-index: 1;
position: relative;
padding: 25px 30px 25px 30px;
min-height: 560px;
}
.article-item:nth-child(1) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item:nth-child(2) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item:nth-child(3) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.article-section2 {
display: flex;
justify-content: center;
align-items: center;
width:1140px;
margin: 0 auto;
flex-wrap: wrap;
}
.article-section2 h2 a:hover{
color: #000;
opacity: 0.5;
}
.section-left{
width: 485px;
}
.section-right{
width: 625px;
}
.article-section2 h2{
color: #272D36; 
font-size: 36px;  
line-height: 43px;
font-weight:bold;
}
.article-section2 p{
color: #272D36; 
font-size: 16px;  
line-height: 26px;
}
.article-section2 .btn-knowmore{
margin-top: 10px;
background-color: #ED1C23;
padding: 15px 20px;
color: white;
display: -webkit-inline-box;
font-weight:bold;
}
.btn-knowmore:hover{
background:#424b5a;
}
.btn-and-share{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
.btn-and-share .share{
color: #424b5a !important;
}
.article-item-section2:nth-child(1) {
align-items: center;
color: rgb(255, 255, 255);
justify-content: center;
width: 470px;
margin-right: 40px;
}
.article-item-section2:nth-child(2) {
align-items: center;
color: rgb(255, 255, 255);
justify-content: center;
}
.article-section2 .category a{
margin-bottom: 20px;
display: -webkit-inline-box;
background: #fff;
color: #E30714;
border: 1px solid #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-section2 .category a:hover{
background: #424b5a;
color: #ffffff;
border: 1px solid #424b5a;
}
.article-posts3{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.single .article-posts3{
justify-content: flex-start;
}
.article-item3{
height: 375px;
width: 360px;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.article-item3:nth-child(1){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item3:nth-child(2){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;  
}
.article-item3:nth-child(3){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.article-item3 .img-item3 { 
width: 360px;
height: 230px;
padding:20px
}
.article-item3 .section1-category a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-item3 .section1-category a:hover{
background:#424b5a;
color:#fff;
}
.article-item3 h3{
color: #272D36;
font-size: 18px;
line-height: 26px;
font-weight:bold;
margin:20px;
min-height: 52px;
}
.article-item3 .author-flex-container{
margin:20px;
justify-content: space-between;
}
.article-item3 .author-name{
color: #424B5A; 
font-size: 14px;
line-height: 21px;
}
.article-item3 .time-read{
color: #424B5A; 
font-size: 11px;
line-height: 13px;
font-weight:500;
}
.article-item3 .box-separator{
opacity: 0.3; 
background-color: #B3B7BD;
margin-left: 0px !important;
}
.article-item3 .share{
color:#B3B7BD;
}
.cellfacts-flex-container { 
padding:20px;
height: 375px;  
width: 360px; 
background-color: #B085D6;  
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.cellfacts-flex-container:hover{
background-color: #9368b8;
}
.cellfacts-flex-container h3{
color: #FFFFFF; 
font-size: 22px;  
line-height: 31px;
font-weight: 500;
margin-top:32px;
}
.article-item3 h3 a:hover{
color: #272D36 !important;
opacity: 0.5;
}
.article-item3 .share-icon img:hover,
.box-share .share-icon img:hover
{
filter: grayscale(100%);
}
.seq-content .share-icon img:hover
{
opacity: 0.5;
}
.section1-content-wrap .box-share .share-icon img:hover
{
-webkit-filter: invert(100%) grayscale(100%) brightness(15%) sepia(50%) hue-rotate(-50deg) saturate(1500%) contrast(2);
filter: grayscale(100%) brightness(15%) sepia(100%) hue-rotate(-50deg) saturate(1500%) contrast(2);
}
.share-section-video{
float: right;
margin-top: .5em;
}
.share-section-video .share{
color: #B3B7BD; 
font-size: 11px;  
font-weight: 500; 
line-height: 14px;
}
.box-share{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.cellfacts-flex-container p{
color: #FFFFFF;
font-size: 16px;
line-height: 23px;
font-weight: normal;
}
.cellfacts-flex-container .section1-category {
background: #fff;
color: #B085D6;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.cellfacts-flex-container .section1-category a:hover{
background:#424b5a;
color:#fff;
} .about-flex-container{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.bg-img{
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
}
.about-content{
position: relative;
z-index: 2;
width: 485px;
margin-left: 650px;
padding: 5% 0;
}
.bg-overlay{
width: 100%;
position: absolute;
height: 100%;
background: linear-gradient(86deg, rgba(227,7,20,0) 28%, rgba(227,7,20,0.5) 51%, #E30714 100%);
}
.about-content h2{
color: #FFFFFF; 
font-weight:bold;
font-size: 36px;  
line-height: 43px;  
display: -webkit-inline-box;
margin-bottom: 30px;
} .about-content p{
color: #FFFFFF; 
font-size: 16px;  
line-height: 26px;  
text-shadow: 0 1px 4px rgba(0,0,0,0.3);;
margin:0 0 20px;
}
.about-content .btn-knowmore{
margin-top: 10px;
background-color: #fff;
padding: 15px 20px;
color: white;
display: -webkit-inline-box;
border:1px solid #fff;
margin-top: 30px;
text-transform: uppercase;
}
.about-content a{
color:#ED1C23 !important;
font-weight:bold;
}
.about-content .btn-knowmore:hover{
background:transparent;
color:#fff !important;
border:1px solid #fff;
} .footer-container-posts{
display:-webkit-flex;
display:flex;
-webkit-flex-direction:column;
flex-direction:column;
}
.footer-container-posts .flex-item{
margin-bottom: 20px;
}
.footer-container-posts h4{
color: #424B5A; 
font-size: 14px;
line-height: 17px;
font-weight: bold;
}
.footer-container-posts .footer-author{
display: inline-block;
color: #424B5A; 
font-size: 12px;  
line-height: 21px;
font-weight: 500;
margin-right: 20px;
}
.footer-container-posts .footer-author:after,
.date-post:after{
content: "";
height: 3px;
width: 3px;
background-color: #424B5A;
position: absolute;
margin-top: 10px;
margin-left: 10px;
}
.footer-container-posts .footer-read{
display: inline-block;
font-size: 11px;  
line-height: 13px;
font-weight: 500;
}
.tags-featured,.tags5{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
.tags{
margin: 10px 10px 15px 0;
}
.tags-featured a{
padding:10px;
border:1px solid white;
background:#424b5a;
color:white;
font-weight:500;
font-size:14px;
}
.tags-featured a:hover {
background:#e30714;
color:white !important;
border-color:#e30714;
color: #fff;
}
.tags5 a{
padding:10px;
border:1px solid #424b5a;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.tags5 a:hover {
background:#e30714;
color:white !important;
border-color:#e30714;
color: #fff;
}
.more-tags-link{
color: #424B5A;
font-size: 12px;
line-height: 31px;
text-transform: uppercase;
font-weight: 500;
}
.more-tags-link:hover{
color:#e30714;
} .past-editions{
margin: 20px;
}
.past-editions a{
color: #272D36; 
font-size: 16px;  
font-weight: bold;  
line-height: 31px;
}
.past-editions a:hover{
color: #e30714;
}
.elementor-accordion .elementor-accordion-item {
border: 1px solid #f7f7f7 !important;
background: #f7f7f7;
margin-bottom: 4px;
}
.elementor-accordion .elementor-tab-content{
border: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{
background-color: #F7F7F7;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
margin-top: 7px;
}
#mc_embed_signup form{
padding: 0px !important;
}
#mc_embed_signup .mc-field-group{
width: 100% !important;
}
#mc_embed_signup .mc-field-group.input-group ul li{
display: flex !important;
padding: 3px 0;
margin: 0;
align-content: center;
align-items: center;
}
#mc_embed_signup .button {
background-color: #e30714 !important;
font-weight: bold !important;
height: 52px !important;
font-size: 12px !important;
border-radius: 0px !important;
width: 100% !important;
transition: inherit !important;
color: #FFFFFF;
line-height: 14px;
margin: 0 5px 10px 0;
padding: 0 22px;
}
#mc_embed_signup .button:hover{
background-color: #424b5a !important;
}
#mc_embed_signup h3{
color: #424B5A; 
font-size: 14px;  
line-height: 20px;
font-weight: normal;
margin: 10px 0 20px;
}
#mc_embed_signup input[type=email] {
padding: 20px 16px 20px 16px !important;
opacity: 0.5; 
color: #4B5766 !important; 
font-size: 14px !important;  
line-height: 20px !important;  
border-radius: 0px !important;
transition: ease-in-out, width .35s ease-in-out;
}
#mc_embed_signup input[type=email]:focus {
font-weight: bold;
opacity: 1; 
border: 1px solid #00a2af !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
border: 1px solid #00a2af !important;
}
#mce-EMAIL{
background-color: rgba(75,87,102,0.1) !important;
}
#mce-EMAIL::-webkit-input-placeholder { color: #424b5a;
}
#mce-EMAIL:-ms-input-placeholder { color: #424b5a;
}
#mce-EMAIL::placeholder {
color: #424b5a;
}
.notice-newsletter{
color: #4B5766; 
font-size: 11px;  
line-height: 22px;
}
.privacy-link{
color: #4B5766; 
font-size: 11px;  
line-height: 22px;
text-decoration: underline !important;
}
.privacy-link:hover{
color: #e30714;
}
.checkboxNotify {
width: 25px;
margin: 20px 0;
position: relative;
top: -10px;
}
.text-checkbox{
margin-left: 10px;
}
.checkboxNotify label {
cursor: pointer;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: #fff;
border: 1px solid #4B5766;
}
#mc_embed_signup .mc-field-group.input-group input{
display: none !important;
}
.checkboxNotify label:after {
opacity: 0;
content: '';
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 6px;
left: 6px;
border: 2px solid #424b5a;
border-top: none;
border-right: none;
transform: rotate(-45deg);
}
.checkboxNotify label:hover::after {
opacity: 0;
}
.checkboxNotify input[type=checkbox]:checked + label:after {
opacity: 1;
}
#mc_embed_signup div#mce-responses{
margin: 0px !important;
}
#mc_embed_signup #mce-success-response {
color: #529214 !important;
text-align: center;
background-color: #5292141c !important;
border-radius: 2px !important;
width: 100% !important;
padding: 10px !important;
}
#mc_embed_signup div#mce-responses {
float: left !important;
top: -1.4em !important; overflow: hidden !important;
width: 100% !important;
margin: 0 5% !important;
clear: both !important;
}
#mc_embed_signup div.response{
margin: 0 0 20px !important;
padding: 0 !important;
} #popup-news #mc_embed_signup h3
{
text-align: center;
font-size: 18px;
line-height: 26px;
}
#popup-news #mc_embed_signup form{
width: 70% !important;
margin: 0 auto !important;
}
#popup-news #mc_embed_signup ul{
display: table;
margin: 0 auto !important;
}
#popup-news #mc_embed_signup{
text-align: center !important;
}
#popup-news #mc_embed_signup .button {
background-color: #424b5a !important;
}
#popup-news #mc_embed_signup .button:hover{
background-color: #e30714 !important;
} .archive .article-posts3{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.archive .article-item3{
min-height: auto;
display: table;
min-height: 520px;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.archive .article-item3:nth-child(1){
width: 65.2%;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:25px;
margin-bottom: 25px;
}
.archive .article-item3:nth-child(2){
width: 31.5%;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:0px;
margin-bottom: 25px;
}
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: 31.5%;
}
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-bottom: 25px;
margin-right: 25px;
}
.archive .article-item3 .img-item3 { 
width: 100%;
height: 230px;
padding:20px
}
.archive .article-item3:nth-child(5){
margin-bottom: 25px;
margin-right: 0px;
}
.archive .article-item3 .img-item3 { 
height: 278px;
padding:20px
}
.boxauthor1{
display: flex;
align-items: center;
}
.boxauthor2{
display: flex;
align-items: flex-end;
margin-bottom: 20px;
}
.archive .box-author-read{
margin-left: 5px;
margin-right: 5px;
}
.archive .article-item3 .time-read{
margin-left: 25px;
}
.date-post{
color: #424B5A;
font-size: 11px;  
line-height: 13px;
font-weight: 500;
}
.archive .article-item3 p{
color: #424B5A; 
font-size: 14px;  
line-height: 22px;
margin: 10px 20px 10px 20px;
} .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
color: #e30714 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
color: #000000 !important; 
font-size: 16px;  
line-height: 31px;
font-weight: 600;
}
.flex-news{
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-news .news-post-item:nth-child(odd){
margin-right: 40px;
width: 100%;
}
.flex-news a{
color: #000000; 
font-size: 16px;  
line-height: 31px;
}
.flex-news a:hover{
color: #e30714;
text-decoration:underline;
} .single h6{
font-family: 'Nunito', sans-serif;
font-size: 16pt;
color: #424B5A;
}
.single-post .author-name,
.single-post .time-read {
color: #424B5A;  
}
.link{
display: contents;
}
.single-post .box-author-read{
margin-left: 0px;
margin-right: 5px;
}
.single-post .time-read{
margin-left: 25px;
}
.container-sticker{
display: flex;
justify-content: space-around;
align-items: flex-start;
}
.container-sticker .elementor-column-wrap{
position: -webkit-sticky;
position: sticky;
top: 4rem;
}
.sidebar-recent-posts .time-read{
margin-left: 0px;
}
.single-post .share{
color: #B3B7BD; 
font-size: 11px;  
line-height: 13px;
}
.single-post .boxtags{
display: flex;
align-items: center;
width: 82%;
}
.all-tags h4{
color: #424b5a; 
font-size: 12px;  
line-height: 16px;
text-transform: uppercase;
}
.single-post .boxauthor2 {
align-items: baseline;
}
.single-post .post-navigation__arrow-prev:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/previous.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
.single-post .post-navigation__arrow-next:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/next.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
.single-post .post-navigation__arrow-prev:hover,
.single-post .post-navigation__arrow-next:hover{
filter: grayscale(100%);
}
.post-navigation__arrow-prev .fa,
.post-navigation__arrow-next .fa{
display: none;
}
.elementor-post-navigation__link__next,
.elementor-post-navigation__link__prev{
position: absolute;
top: 40px;
}
.post-navigation__arrow-next{
position: absolute;
}
.post-navigation__arrow-prev{
position: absolute;
}
.post-navigation__next--label,
.post-navigation__prev--label{
font-weight: bold !important;
color: #272D36 !important; 
font-size: 16px !important;  
line-height: 31px !important;
}
.post-navigation__prev--label:hover,
.post-navigation__next--label:hover{
color: #e30714 !important;
}
.elementor-post-navigation .elementor-post-navigation__link a{
max-width: 120px !important;
}
.elementor-post-navigation .elementor-post-navigation__link {
width: calc(46.5% - 0.5px) !important;
}
.single .article-item3 .author-flex-container {
margin: 0px 20px;
}
.single .article-item3 h3{
margin: 20px 20px 20px 20px;
}
.related-content .boxauthor2 {
align-items: center;
} .post-item-flex{
display: flex;
margin-bottom: 20px;
}
.post-item-flex .box-author-read{
margin-left: 0px;
margin-right: 0px;
}
.post-data{
margin-left: 3%;
width: 70%;
}
.post-img{
width: 25%;
height: 60px;
}
.post-title a{
color: #424B5A; 
font-size: 16px;  
line-height: 21px;
font-weight: bold;
}
.post-title a:hover{
color: #e30714;
}
.post-item-flex .author-name{
color: #676F7B; 
font-size: 12px;  
line-height: 15px;
}
.post-item-flex .author-name,
.post-item-flex .time-read{
font-weight: normal;
}
.post-item-flex .time-read{
font-size: 12px;
}
.post-item-flex .author-name:after,
.date-post:after{
content: "";
height: 3px;
width: 3px;
background-color: #424B5A;
position: absolute;
margin-top: 10px;
margin-left: 10px;
}
.sidebar-newsletter{
background: #b085d6;
padding: 15px 30px 30px;
}
.sidebar-newsletter h4{
color: #FFFFFF; 
font-size: 12px;  
line-height: 15px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}
.sidebar-newsletter p{
color: #FFFFFF; 
font-size: 14px;  
line-height: 22px;
}
.sidebar-tags h4{
color: #FFFFFF; 
font-size: 12px;  
line-height: 15px;
font-weight: normal;
text-transform: uppercase;
}
.sidebar-tags h4 a:hover{
color: #fff;
}
.btn-subscribe{
background: #fff;
display: block;
text-align: center;
padding: 20px;
color: #B085D6;
text-transform: uppercase;
font-size: 12px;
line-height: 14px;
border: 1px solid #fff;
}
.btn-subscribe:hover{
border: 1px solid #fff;
background: transparent;
color: #fff;
}
.sidebar-tags{
background: #e30714;
padding: 30px 30px 30px;
}
.side-tags-featured,.side-tags5{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
.side-tags{
margin: 10px 10px 20px 0;
}
.side-tags-featured a{
padding:10px;
border:1px solid white;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.side-tags-featured a:hover {
background:#424b5a;
border-color:#424b5a;
color: #fff;
}
.side-tags5 a{
padding:10px;
border:1px solid #fff;
background:transparent;
color:#fff;
font-weight:500;
font-size:14px;
}
.side-tags5 a:hover {
background:#ffffff;
border-color:#ffffff;
color: #e30714;
} .search-by-categorie{
display: flex;
flex-wrap: wrap;
margin: 20px 0 40px 0;
}
.search-by-categorie .item{
margin:20px 0;
}
.search-by-categorie .item:nth-child(1) a{
border-left: 1px solid #E30714;
}
.search-by-categorie a{
color: #E30714; 
font-size: 14px;  
font-weight: 500; 
line-height: 18px;  
text-align: center;
padding: 16px 30px;
}
.search-by-categorie a{
border-right: 1px solid #E30714;
border-bottom: 1px solid #E30714;
border-top: 1px solid #E30714;
}
.search-by-categorie .active a{
background: #E30714;
color: #fff;
}
.search-by-categorie a:hover{
background: #E30714;
color: #fff;
}
body:not(.sidebar_enabled) .post-default{
max-width: inherit;
}
.search-excerpt{
color: #e30714;
}
.site-main .search h3{
font-size: 28px;  
font-style: italic; 
font-weight: bold;  
line-height: 44px;
margin-bottom: 0px;
}
.search h3 span{
color: #e30714;
}
.search .count-results{
color: #424B5A; 
font-size: 20px;  
line-height: 44px;
margin-bottom: 30px;
}
.search .entry-header{
color: #272D36; 
font-size: 18px;  
font-weight: bold;  
line-height: 44px;
margin-bottom: 10px;
}
.search-item{
border-top: 1px solid #AFAFAF;
padding: 20px 0;
margin-bottom: 0px;
}
.search article{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.search .entry-content{
width: 80%;
margin-right: 5%;
}
.search .footer{
width: 15%;
}
.navigation{
margin: 40px !important;
}
.navigation ul{
margin: 0 auto;
display: table;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fff;
text-decoration:none;
}
.navigation li {
display: inline-block;
margin: 5px;
}
.navigation li a{
border-radius: 3px;
cursor: pointer;
padding: 14px 20px;
color: #676F7B;
}
.navigation li a:hover{
background-color: #e30714;
color: #fff;
}
.navigation li.active a{
background-color: #e30714;
color: #fff;
}
.navigation li.disabled {
}
.navigation li a:hover,
.navigation li.active a {
background-color: #e30714;
color: #fff;
}
.navigation .paginat a:hover .chevron::before{
color: #ffffff;
}
.chevron::before {
border-style: solid;
border-width: 0.14em 0.14em 0 0;
content: '';
display: inline-block;
height: 0.85em;
left: 0.15em;
position: relative;
top: 4px;
transform: rotate(-45deg);
vertical-align: top;
width: 0.85em;
color: #676F7B;
}
.chevron.right:before {
left: 0;
transform: rotate(45deg);
}
.chevron.left:before {
left: 0.25em;
transform: rotate(-135deg);
}
.navigation{
margin: 40px !important;
}
.navigation ul{
margin: 0 auto;
display: table;
}
.navigation .page-numbers,
.navigation .page-numbers:hover,
.navigation .current a{
color: #fff;
text-decoration:none;
}
.navigation .page-numbers {
display: inline-block;
margin: 5px;
}
.navigation .page-numbers{
border-radius: 3px;
cursor: pointer;
padding: 14px 20px;
color: #676F7B;
}
.navigation .page-numbers:hover{
background-color: #e30714;
color: #fff;
}
.navigation .current{
background-color: #e30714;
color: #fff;
}
.navigation .page-numbers:hover .chevron::before{
color: #ffffff;
}
.search-read-more{
height: 46px; 
width: 160px; 
background-color: #ED1C23;
color: #fff;
padding: 15px 55px 15px 25px;
}
.search-read-more:hover{
background-color: #424b5a;
color: #fff;
}
.search-read-more::before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/right-arrow.png);
position: absolute;
right: 34px;
margin-top: 3px;
}
.not-found.no-results {
max-width: inherit;
text-align: left;
}
.page-title{
text-align: left;
} .tags-bar{
padding: 30px 30px 20px;
background-color: #E30714;
}
.tags-bar{
display: flex;
flex-wrap: wrap;
}
.tags-bar-tags,
.tags-bar-tags-normal{
margin: 10px 10px 20px 0;
}
.tags-bar-tags-featured a{
padding:10px;
border:1px solid white;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.tags-bar-tags-featured a:hover {
background:#424b5a;
border-color:#424b5a;
color: #fff;
}
.tags-bar-tags-normal a{
padding:10px;
border:1px solid #fff;
background:transparent;
color:#fff !important;
font-weight:500;
font-size:14px;
}
.tags-bar-tags-normal a:hover {
background:#ffffff;
border-color:#ffffff;
color: #e30714 !important;
}
.tags-bar-tags-normal:nth-child(3){
margin-left: 0px !important;
}
.tags-bar .more-tags{
margin: 7px 10px 10px 0;
}
.tags-bar .more-tags a{
color: #fff;
font-size: 12px;  
line-height: 31px;
}  .AlphabetNav {
position: relative;
top: 0;
right: 0;
width: 100% !important;
display: flex;
align-items: baseline;
justify-content: center;
flex-flow: wrap row;
padding: 30px 10px 40px 10px;;
background: #f7f7f7;
min-height: 115px;
}
.AlphabetNav a,
.AlphabetNav span
{
display: flex;
color: #272D36;
font-weight: 500;
text-decoration: none;
color: #272D36; 
font-size: 16px;  
line-height: 31px;
}
.AlphabetNav span{
color: #B3B7BD;
}
.tag-letter{
padding: 7px;
}
.popular a{
font-size: 12px; 
}
.tagactive{
color: #272D36 !important;
}
.popular{
font-size: 12px;
}
.AlphabetNav a:hover{
color: #e30714;
}
.tagactive{
border-bottom:4px solid #e30714;
}
.tagactive a{
color: #e30714;
}
.nothas{
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
border: none !important;
} .TagList {
padding: 10em 2rem 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.tag-item{
display: flex;
align-items: center;
width: 90%;
}
.TagList .tag-item{
margin-bottom: 1.5rem;
margin-right: 1.5rem;
}
.Contact-avatar {
margin: 0 1em 0 0;
width: 30%;
min-width: 60px;
max-width: 100px;
border-radius: 50%;
background: #a7c031;
}
.Tag-name {
margin: 0;
font-size: 1.3em;
font-weight: 500;
color: darkgray;
}
.Tag-name a{
padding:10px;
border: 1px solid #272D36;
background: #fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.Tag-name a:hover {
background:#e30714;
border-color:#e30714;
color: #fff;
}
.tag-item:nth-last-child(-n+10) a {
opacity: 0.5;
}
.tag-item:nth-last-child(-n+10) a:hover {
opacity: 1;
}
.tag-item:nth-last-child(-n+5) a {
opacity: 0.3;
}
.tag-item:nth-last-child(-n+5) a:hover {
opacity: 1;
}
.focus a {
opacity: 1 !important;
}
.focus a:hover {
opacity: 1 !important;
}
.Tag-name .tags-featured{
border:1px solid #424b5a !important;
background:#424b5a !important;
color:#fff !important;
}
.Tag-name .tags-featured:hover {
background:#e30714 !important;
border: 1px solid #e30714 !important;
color: #fff !important;
}
.Tag-name .tag-link::before{
content: "#";
}
.search-mobile .elementor-widget-container{
background: transparent !important;
} .seq .seq-canvas > *:before {
height: auto;
}
.seq.seq-active .seq-content{
margin-top: 25vh;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 1440px) {
.elementor-2 .elementor-element.elementor-element-0ab7b0f > .elementor-element-populated {
padding: 100px 0px !important;
}
}
@media(max-width: 480px) {
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
.seq-content .seq-title{
font-size: 17px;
line-height: 24px;
margin: 1.2rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.jet-search {
right: 10px;
}
.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right{
margin-right: 30px !important;
}
}
@media (max-width: 767px){
.elementor-element.elementor-global-1339 .menu-item-link-top,
.elementor-element.elementor-global-1339 .menu-item-link-top {
padding: 30px 30px 20px 10px !important;
}
.tags-flex{
display: none;
}
}
@media(max-width: 900px){
.single .author-flex-container{
align-items: baseline;
flex-direction: column;
}
}
@media(max-width: 768px){
.elementor-sticky--effects{
background: rgb(227,07,020) !important;
background-color: #e30714 !important;
width: 100%;
height: 60px;
position: relative;
top: -100px;
z-index: 1;
-webkit-transition: background-color 0.5s ease-in;
-moz-transition: background-color 0.5s ease-in;
-o-transition: background-color 0.5s ease-in;
transition: background-color 0.5s ease-in;
}
.elementor-sticky--effects img{
}
.elementor-7 .elementor-element.elementor-element-e5c0f5c{
margin-top: 0px !important;
}
.elementor-7 .elementor-element.elementor-element-e5c0f5c > .elementor-container {
min-height: 0px !important;
}
#toDown{
display: none;
}
.footer-container-posts .flex-item {
margin-bottom: 0px;
}
.elementor-location-footer .elementor-top-column:nth-child(2),
.elementor-location-footer .elementor-top-column:nth-child(3),
.elementor-location-footer .elementor-top-column:nth-child(4){
margin-top: 50px;
}
.elementor-location-footer .elementor-widget-heading{
margin: 0px !important;
}
#mc_embed_signup h3{
margin: 10px 0 10px;
}
.article-item h3{
margin: 2em 0 0.8em !important;
min-height: auto;
}
.article-item p {
font-size: 18px;
line-height: 26px;
}
.article-item h3{
color: white;
font-size: 28px;
line-height: 32px;
}
.elementor-682 .elementor-element.elementor-element-ceed81f:not(.elementor-motion-effects-element-type-background){
background: #fff !important;
}
.article-item3 .img-item3{
width: 100%;
}
.archive .box-author-read {
margin-left: 0;
}
.single .article-item3{
height: auto;
padding-bottom: 20px;
width: 100%;
}
.article-item3 h3{
min-height: auto;
}
header .elementor-sticky--effects .header-stick-overlay{
display: none;
}
.single .author-flex-container{
display: block;
}
.single-post .boxtags{
width: 100%;
}
.single-post .boxauthor2{
width: 100%;
}
#scrolldown{
display: none !important;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
text-align: right;
right: 10px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
padding-left: 0px;
right: 10px;
}
.elementor-613 .elementor-element.elementor-global-1339 .menu-item-link-top{
padding: 20px 0px !important;
}
.menu-newsletters .menu-item-link{
border: none !important;
}
.past-editions{
margin: 20px;
}
.TagList{
padding: 20px;
}
.Tag-name{
display: contents;
}
.AlphabetNav{
padding: 20px;
}
.Tag-name a{
font-size: 12px;
}
.tags-bar{
padding: 20px;
}
.entry-footer{
display: grid !important;
margin-top: 15px;
}
.search-by-categorie a{
border-left: 1px solid #E30714;
}
.archive .article-item3{
min-height: auto;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
display: contents;
}
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
.current-post-ancestor, .current-menu-item:not(.menu-newsletters) {
border-bottom: none;
}
.jet-search {
top: 10px;
}
.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right{
}
.seq .seq-content{
max-width: 90%;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 0px;
}
.seq-content .seq-title{
font-size: 22px;
line-height: 28px;
margin: 1.2rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
margin-right: 15%;
}
.seq{
height: 100vh;
}
.seq .seq-pagination {
bottom: 113px;
}
.article-item:nth-child(1),.article-item:nth-child(2),.article-item3:nth-child(1),.article-item3:nth-child(2){
margin-right: 0px !important;
margin: 20px 0;
}
.about-content{
margin: 0px auto !important;
padding: 25px 30px !important;
background: #e30714;
width: 100%;
}
.about-content h2{
font-size: 30px;
line-height: 38px;
}
.bg-img{
background-position-x: -356px !important;
}
.article-section2{
width: 100% !important;
}
.article-item-section2:nth-child(1){
}
.tags-flex{
padding: 15px 0 0 0;
top: 0px !important;
background: #ffffff;
margin-bottom: 20px;
}
.tags-flex div {
margin: 1rem;
padding: 0px;
position: relative;
top: 0px;
}
.tag-item{
width: calc(100% * 1/2 - 2rem);
}
.tags-flex .featured-tag a {
background: #424b5a;
color: #fff;
}
.tags-flex .normal-tag a{
color: #424b5a;
border: 1px solid #424b5a;
}
.more-tag-link{
color: #424b5a;
}
.elementor-2 .elementor-element.elementor-element-c3a1e07 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.article-section2 h2 {
color: #272D36;
font-size: 26px;
line-height: 30px;
}
.elementor-2 .elementor-element.elementor-element-0ab7b0f > .elementor-element-populated {
padding: 25px 30px 25px 30px !important;
}
.article-item-section2:nth-child(1){
width: 100%;
margin-right: 0px;
}
.cookie-law-info-bar{
top: 20% !important;
margin-top: 0px !important;
left: 0% !important;
margin-left: 0px !important;
}
.cli_messagebar_head {
font-size: 20px;
line-height: 27px;
}
#cookie-law-info-bar span {
color: #4B5766;
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
#cookie-law-info-bar {
width: 95% !important;
padding: 0px 15px 15px !important;
text-align: left;
height: 500px !important;
display: flex;
}
.elementor-549 .elementor-element.elementor-element-f4388b3 {
padding: 20px !important;
}
.elementor-549 .elementor-element.elementor-element-f4388b3{
margin-top: 0px !important;
}
.elementor-7 .elementor-element.elementor-element-63d321f > .elementor-element-populated {
margin: 0px 0px 0px 0px;
}
}
@media only screen 
and (max-device-width: 640px), 
only screen and (max-device-width: 667px), 
only screen and (max-width: 480px)
{ 
#cookie-law-info-bar{
width: 95% !important;
}
}
@media only screen 
and (min-device-width : 375px)
and (max-device-width : 667px) {
.seq{
height: 80vh;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
.seq{
height: 70vh;
}
}
@media only screen 
and (min-device-width : 374px) 
and (min-device-height : 800px) {
.seq{
height: 70vh;
}
}
@media only screen 
and (max-device-width : 375px){
.seq{
height: 80vh;
}
}
@media(max-width: 320px){
.seq{
height: 90vh;
}
}
@media only screen 
and (min-device-width : 374px) 
and (min-device-height : 800px) {
.seq{
height: 65vh;
}
} @media (min-width: 769px) and (max-width: 1024px) {
header .elementor-sticky--effects .header-stick-overlay{
display: none;
}
.about-content{
padding: 25px 30px !important;
background: #e30714;
width: 100%;
margin-left: 0%;
}
.seq .seq-content{
max-width: 1024px;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 20px;
}
.seq-content .seq-title{
font-size: 40px;
line-height: 50px;
margin: 1.5rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.seq .seq-pagination {
bottom: 113px;
}
.slide .content {
padding: 0 0 0 100px;
}
.buttons button#prev {
left: 20px;
}
.buttons button#next {
right: 20px;
}
.logo{
left: 0px;
}
.about-content{
margin: 0px auto !important;
padding: 50px !important;
margin-left: 45%;
}
.bg-img{
background-position-x: -356px !important;
}
.article-section2{
width: 100% !important;
}
.article-item-section2:nth-child(1) {
margin-bottom: 20px;
}
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
}
@media(min-width: 1025px) and (max-width: 1440px) {
.seq .seq-content{
max-width: 1140px;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 0px;
}
.seq-content .seq-title{
font-size: 40px;
line-height: 50px;
margin: 1.5rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.seq{
height: 100vh;
}
.seq .seq-pagination {
bottom: 113px;
}
}  @media only screen and (min-width: 600px){
.seq {
max-height: 98vh;
}
}
@media (min-width: 400px) {
.AlphabetNav {
width: 100%;
}
.AlphabetNav a { 
width: calc(100% * 1/4 - .3em); 
}
.TagList {
padding-top: 30px;
}
}
@media (min-width: 400px) and (min-height: 600px) {
.AlphabetNav {
width: 6em;
}
.AlphabetNav a {
width: calc(100% * 1/3 - .5em); 
margin: .25em;
}
}
@media (min-width: 800px) {
body:not(.home) header .elementor-sticky--effects{
height: 84px !important;
background-image: inherit !important;
}
.AlphabetNav {
top: 0;
display: flex;
align-items: center;
flex-flow: nowrap row;
justify-content: space-around;
width: 100%;
height: auto;
background: ghostwhite;
}
.AlphabetNav a {
}
.TagList {
padding-top: 30px;
}
.tag-item{
width: calc(100% * 1/4 - 2rem);
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select,
textarea,
input {
font-size: 16px;
}
}
@media only screen and (min-width: 1024px){
.seq {
height: 94vh;
}
}@font-face{font-family:'FontAwesome';src:url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.celfocus.com/beacon/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;background-color:white}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{font-size:16px;font-size:1rem}h1,h2,h3,h4,h5,h6{margin:15px 0}p{margin:0 0 1em}dfn,cite,em,i{font-style:italic}blockquote{font-size:20px;font-size:1.25rem}blockquote cite{font-size:14px;font-size:0.875rem}address{margin:0 0 1.5em}pre{font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;overflow:auto;max-width:100%;margin:0 0 1.5em;padding:1.5em;background:#eee;border:1px solid #d4d4d4;white-space:pre;white-space:pre-wrap;word-wrap:break-word;font-size:16px;font-size:1rem}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:0.9375rem}code{padding:2px 5px;border:1px solid #ebeced}abbr,acronym{cursor:help;border-bottom:1px dotted #666}mark,ins{font-style:italic;text-decoration:none;border-bottom:1px solid}big{font-size:125%}.container{margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 940px){.container{max-width:940px}}@media (min-width: 1120px){.container{max-width:1120px}}@media (min-width: 1200px){.container{max-width:1200px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-0.9375rem;margin-right:-0.9375rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{position:relative;min-height:1px;padding-left:0.9375rem;padding-right:0.9375rem}.col-xs-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xs-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xs-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xs-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 640px){.col-sm-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 940px){.col-md-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1120px){.col-lg-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-xl-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.33333%}.col-xl-pull-2{right:16.66667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.33333%}.col-xl-pull-5{right:41.66667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.33333%}.col-xl-pull-8{right:66.66667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.33333%}.col-xl-pull-11{right:91.66667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.33333%}.col-xl-push-2{left:16.66667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.33333%}.col-xl-push-5{left:41.66667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.33333%}.col-xl-push-8{left:66.66667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.33333%}.col-xl-push-11{left:91.66667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0%}.col-xl-offset-1{margin-left:8.33333%}.col-xl-offset-2{margin-left:16.66667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.33333%}.col-xl-offset-5{margin-left:41.66667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.33333%}.col-xl-offset-8{margin-left:66.66667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.33333%}.col-xl-offset-11{margin-left:91.66667%}.col-xl-offset-12{margin-left:100%}}.col-xs-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-xs-last{-webkit-order:1;-ms-flex-order:1;order:1}@media (min-width: 640px){.col-sm-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-sm-last{-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width: 940px){.col-md-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-md-last{-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width: 1120px){.col-lg-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-lg-last{-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width: 1200px){.col-xl-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.col-xl-last{-webkit-order:1;-ms-flex-order:1;order:1}}.row-xs-top{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-xs-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-xs-bottom{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width: 640px){.row-sm-top{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-sm-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-sm-bottom{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width: 940px){.row-md-top{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-md-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-md-bottom{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width: 1120px){.row-lg-top{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-lg-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-lg-bottom{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (min-width: 1200px){.row-xl-top{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.row-xl-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row-xl-bottom{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}.col-xs-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-xs-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.col-xs-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}@media (min-width: 640px){.col-sm-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-sm-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.col-sm-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width: 940px){.col-md-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-md-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.col-md-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width: 1120px){.col-lg-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-lg-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.col-lg-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width: 1200px){.col-xl-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.col-xl-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.col-xl-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img{height:auto;max-width:100%}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:''}blockquote{position:relative;margin:35px 0;padding:0 0 0 60px;font-size:18px;font-size:1.125rem;font-weight:400;line-height:1.45;font-style:italic}@media (min-width: 640px){blockquote{font-size:22px;font-size:1.375rem}}@media (min-width: 940px){blockquote{font-size:28px;font-size:1.75rem}}blockquote p{margin:0}blockquote p+p{margin-top:1em}blockquote cite{display:block;margin-top:5px;font-style:normal}blockquote cite:before{content:"- "}blockquote:before{content:"\f10d";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;font-size:30px;top:0;left:10px}hr{background-color:#ebeced;border:0;height:1px;margin:1.5em 0}.edit-link{display:inline-block;margin-top:15px}ul,ol{margin:0 0 1.5em 1.5em;padding-left:0;padding-right:0}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}.inline-list{padding:0;margin:0;list-style:none}.inline-list li{display:inline-block;vertical-align:top}#toTop{overflow:hidden;display:none;text-decoration:none;position:fixed;bottom:15px;right:-999em;z-index:999}#toTop:before{content:"\f106";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-size:25px}#toTop:focus{outline:none}@media (min-width: 640px){#toTop{right:20px}}.page-preloader-cover{position:fixed;z-index:1200;top:0;left:0;display:block;width:100%;height:100%;background-color:#fff}.page-preloader{position:relative;display:block;left:50%;top:50%;border-radius:50%;width:30px;height:30px;border:3px solid transparent;margin:-16.5px 0 0 -16.5px;-webkit-animation:tm_spin 1s linear infinite;animation:tm_spin 1s linear infinite;z-index:11}@-webkit-keyframes tm_spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes tm_spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}button,input[type='button'],input[type='reset'],input[type='submit']{display:inline-block;max-width:100%;padding:12px 20px;cursor:pointer;text-align:center;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;text-decoration:none;border:none;border-radius:4px;box-shadow:none;transition:all 0.3s ease}.btn{text-decoration:none;display:inline-block;max-width:100%;padding:12px 20px;cursor:pointer;text-align:center;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;text-decoration:none;border:none;border-radius:4px;box-shadow:none;transition:all 0.3s ease}.btn.invert-button{border:1px solid #fff;background:none}.btn-icon:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:35px;font-size:2.1875rem;content:'\f178'}.btn-text-icon{font-size:14px;font-size:0.875rem;text-transform:uppercase;font-weight:500}.btn-text-icon:after{-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;font-size:0.75rem;content:'\f061';margin-left:6px}input[type='text'],input[type='email'],input[type='url'],input[type='password'],input[type='search'],input[type='number'],input[type='tel'],input[type='range'],input[type='date'],input[type='month'],input[type='week'],input[type='time'],input[type='datetime'],input[type='datetime-local'],select,textarea{width:100%;box-sizing:border-box;padding:8px 12px;border:1px solid #ebeced;background-color:#fff;border-radius:4px}input[type='text']:focus,input[type='email']:focus,input[type='url']:focus,input[type='password']:focus,input[type='search']:focus,input[type='number']:focus,input[type='tel']:focus,input[type='range']:focus,input[type='date']:focus,input[type='month']:focus,input[type='week']:focus,input[type='time']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,select:focus,textarea:focus{outline:none;box-shadow:0 5px 32px rgba(103,122,141,0.17)}button:focus,input[type='submit']:focus,input[type='reset']:focus{outline:none}input[type='submit'],input[type='reset']{font-size:11px;font-size:0.6875rem;font-weight:600}select{border:1px solid #ebeced}textarea{min-height:150px;resize:vertical;overflow:auto}::-moz-placeholder{opacity:1}:-moz-placeholder{opacity:1}.search-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.search-form label{width:100%}.search-form__field[type='search']{box-sizing:border-box}.search-form__submit.btn{padding:11px;margin-left:10px;font-size:13px;font-size:0.8125rem}.post-password-form label{display:inline-block}a{text-decoration:none;transition:all 0.3s ease}a:focus{outline:none}a:hover,a:active{text-decoration:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation ul ul{padding-top:10px;padding-bottom:10px;box-shadow:0 3px 18px rgba(0,0,0,0.15);position:absolute;top:100%;left:-999em;z-index:99999;background-color:#fff}.main-navigation ul ul ul{left:-999em;top:-10px}.main-navigation ul ul li{padding:5px 20px}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%}.main-navigation ul ul a{width:150px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{position:relative;display:inline-block}.main-navigation .menu>li{padding:3px 3px 2px;margin-left:10px}.main-navigation .menu>li:first-child{margin-left:0}.main-navigation .menu>li.menu-item-has-children{padding-right:15px}.main-navigation a{display:inline-block;text-decoration:none}.main-navigation li.menu-item-has-children:before{position:absolute;top:6px;right:3px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f107'}.menu-item-has-children .main-navigation li.menu-item-has-children:before{top:7px;content:'\f105';right:12px}.main-navigation.mobile-menu{position:fixed;top:0;right:-70%;width:70%;height:100vh;margin:0;background-color:#f1f4f6;z-index:998;transition:all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91)}.main-navigation.mobile-menu.mobile-menu-open{right:0}.main-navigation.mobile-menu .main-navigation-inner{overflow-y:scroll;height:100%}.main-navigation.mobile-menu .menu{margin:20px}body.admin-bar .main-navigation.mobile-menu .menu{margin-top:66px}.main-navigation.mobile-menu .menu li{display:block;margin:5px 15px;padding:0}.main-navigation.mobile-menu .sub-menu{position:initial;padding:0;background:none;box-shadow:none}.main-navigation.mobile-menu .sub-menu li a{width:auto}.main-navigation.mobile-menu .menu-item-has-children:before{content:none}.mobile-menu-toggle-button{position:absolute;width:35px;height:35px;left:-45px;top:10px;padding:0;box-shadow:-2px 2px 7px rgba(0,0,0,0.3)}body.admin-bar .mobile-menu-toggle-button{top:56px}body.admin-bar .mobile-menu-toggle-button{top:56px}body.admin-bar .mobile-menu .menu{margin-top:46px}.comment-navigation,.posts-navigation,.pagination{overflow:hidden;padding-top:40px;border-top:1px solid #ebeced}.comment-navigation .nav-links,.posts-navigation .nav-links,.pagination .nav-links{font-weight:400}.pagination .page-numbers{outline:none;margin-right:7px}.pagination .page-numbers:last-child{margin-right:0}.pagination .page-numbers.prev{margin-right:20px}.pagination .page-numbers.next{margin-left:10px}.pagination .page-numbers:not(.prev):not(.next):not(.dots){border-radius:4px;display:inline-block;width:33px;height:33px;text-align:center;line-height:33px;border:1px solid #ebeced}.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover,.pagination .page-numbers:not(.prev):not(.next):not(.dots).current{background-color:#ebeced}.page-links>span,.page-links>a{border-radius:4px;display:inline-block;width:33px;height:33px;text-align:center;font-size:14px;font-size:0.875rem;line-height:33px;border:1px solid #ebeced;margin:5px 5px 5px 0}.page-links>span:last-child,.page-links>a:last-child{margin-right:0}.page-links>span,.page-links>a:hover{background-color:#ebeced}.comment-navigation .nav-previous,.posts-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-previous i,.posts-navigation .nav-previous i{margin-right:2px}.comment-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.comment-navigation .nav-next i,.posts-navigation .nav-next i{margin-left:2px}.posts-list--creative.list-style-default+.navigation,.posts-list--default.list-style-v9+.navigation,.posts-list--grid.list-style-v9+.navigation,.posts-list--vertical-justify.list-style-v6+.navigation{border:none;margin-top:0}.posts-list--creative.list-style-default+.navigation .nav-links,.posts-list--default.list-style-v9+.navigation .nav-links,.posts-list--creative.list-style-v2+.navigation .nav-links,.posts-list--grid.list-style-v4+.navigation .nav-links,.posts-list--grid.list-style-v5+.navigation .nav-links,.posts-list--grid.list-style-v9+.navigation .nav-links,.posts-list--masonry.list-style-v4+.navigation .nav-links,.posts-list--masonry.list-style-v9+.navigation .nav-links,.posts-list--vertical-justify.list-style-v4+.navigation .nav-links,.posts-list--vertical-justify.list-style-v5+.navigation .nav-links,.posts-list--vertical-justify.list-style-v6+.navigation .nav-links,.posts-list--vertical-justify.list-style-v9+.navigation .nav-links,.posts-list--vertical-justify.list-style-v10+.navigation .nav-links{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.post-navigation{overflow:hidden;margin:45px 0 40px;padding-bottom:45px;border-bottom:1px solid #ebeced}.post-navigation .nav-links{font-weight:400}.post-navigation .nav-links .post-title{margin:0}@media (max-width: 639px){.post-navigation .nav-links .post-title{font-size:16px;font-size:1rem}}.post-navigation .nav-links i{position:absolute;top:32px}@media (min-width: 640px){.post-navigation .nav-links i{top:35px}}.post-navigation .nav-text{margin-bottom:10px;font-size:11px;font-size:0.6875rem;font-weight:600;text-transform:uppercase}.post-navigation .nav-previous,.post-navigation .nav-next{position:relative}@media (min-width: 640px){.post-navigation .nav-previous,.post-navigation .nav-next{width:50%}}.post-navigation .nav-previous{padding:0 15px 0 35px}@media (min-width: 640px){.post-navigation .nav-previous{float:left}}.post-navigation .nav-previous i{left:0}.post-navigation .nav-next{text-align:right;padding:0 35px 0 15px}@media (min-width: 640px){.post-navigation .nav-next{float:right}}.post-navigation .nav-next i{right:0}@media (max-width: 639px){.post-navigation .nav-previous+.nav-next{margin-top:30px}}.social-list .menu-item>a{display:block;text-decoration:none;text-align:center}.social-list .menu-item>a:hover{text-decoration:none}.social-list .menu-item>a:focus{outline:none}.social-list .menu-item>a[href*="500px.com"]::before{content:'\f26e'}.social-list .menu-item>a[href*="angel.co"]::before{content:'\f209'}.social-list .menu-item>a[href*="codepen.io"]::before{content:'\f1cb'}.social-list .menu-item>a[href*="del.icio"]::before,.social-list .menu-item>a[href*="delicious.com"]::before{content:'\f1a5'}.social-list .menu-item>a[href*="digg.com"]::before{content:'\f1a6'}.social-list .menu-item>a[href*="dribbble.com"]::before{content:'\f17d'}.social-list .menu-item>a[href*="dropbox.com"]::before{content:'\f16b'}.social-list .menu-item>a[href*="facebook.com"]::before{content:'\f09a'}.social-list .menu-item>a[href*="foursquare.com"]::before{content:'\f180'}.social-list .menu-item>a[href*="flickr.com"]::before{content:'\f16e'}.social-list .menu-item>a[href*="plus.google.com"]::before{content:'\f0d5'}.social-list .menu-item>a[href*="github.com"]::before{content:'\f09b'}.social-list .menu-item>a[href*="instagram.com"]::before{content:'\f16d'}.social-list .menu-item>a[href*="linkedin.com"]::before{content:'\f0e1'}.social-list .menu-item>a[href*="pinterest.com"]::before{content:'\f0d2'}.social-list .menu-item>a[href*="getpocket.com"]::before{content:'\f265'}.social-list .menu-item>a[href*="reddit.com"]::before{content:'\f1a1'}.social-list .menu-item>a[href*="skype.com"]::before,.social-list .menu-item>a[href*="skype:"]::before{content:'\f17e'}.social-list .menu-item>a[href*="stumbleupon.com"]::before{content:'\f1a4'}.social-list .menu-item>a[href*="tumblr.com"]::before{content:'\f173'}.social-list .menu-item>a[href*="twitter.com"]::before{content:'\f099'}.social-list .menu-item>a[href*="vimeo.com"]::before{content:'\f27d'}.social-list .menu-item>a[href*="wordpress.org"]::before,.social-list .menu-item>a[href*="wordpress.com"]::before{content:'\f19a'}.social-list .menu-item>a[href*="youtube.com"]::before{content:'\f167'}.social-list .menu-item>a[href*="amazon.com"]::before{content:'\f270'}.social-list .menu-item>a[href*="tripadvisor"]::before{content:'\f262'}.social-list .menu-item>a[href*="ycombinator.com"]::before{content:'\f23b'}.social-list .menu-item>a[href*="xing.com"]::before{content:'\f168'}.social-list .menu-item>a[href*="yahoo."]::before{content:'\f19e'}.social-list .menu-item>a[href*="vine.co"]::before{content:'\f1ca'}.social-list .menu-item>a[href*="weibo.com"]::before{content:'\f18a'}.social-list .menu-item>a[href*="trello.com"]::before{content:'\f181'}.social-list .menu-item>a[href*="steampowered.com"]::before{content:'\f1b6'}.social-list .menu-item>a[href*="soundcloud.com"]::before{content:'\f1be'}.social-list .menu-item>a[href*="spotify.com"]::before{content:'\f1bc'}.social-list .menu-item>a[href*="stackexchange.com"]::before{content:'\f18d'}.social-list .menu-item>a[href*="stackoverflow.com"]::before{content:'\f16c'}.social-list .menu-item>a[href*="slideshare.net"]::before{content:'\f1e7'}.social-list .menu-item>a[href*="slack.com"]::before{content:'\f198'}.social-list .menu-item>a[href*="skyatlas.com"]::before{content:'\f216'}.social-list .menu-item>a[href*="last.fm"]::before{content:'\f202'}.social-list .menu-item>a[href*="jsfiddle.net"]::before{content:'\f1cc'}.social-list .menu-item>a[href*="behance.net"]::before{content:'\f1b4'}.social-list .menu-item>a[href*="bitbucket.org"]::before{content:'\f171'}.social-list .menu-item>a[href*="codepen.io"]::before{content:'\f1cb'}.social-list .menu-item>a[href*="codiepie.com"]::before{content:'\f284'}.social-list .menu-item>a[href*="connectdevelop.com"]::before{content:'\f20e'}.social-list .menu-item>a[href*="dashcube.com"]::before{content:'\f210'}.social-list .menu-item>a[href*="contao.org"]::before{content:'\f26d'}.social-list .menu-item>a[href*="deviantart.com"]::before{content:'\f1bd'}.social-list .menu-item>a[href*="vk.com"]::before{content:'\f189'}.social-list .menu-item>a[href*="ok.ru"]::before{content:'\f263'}.social-list .menu-item>a::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;font-size:0.75rem;display:block;width:20px;height:20px;line-height:20px}.social-list--text .social-list .menu-item>a::before{display:none}.breadcrumbs{position:relative;padding-top:17px;padding-bottom:17px;border-top:1px solid #ebeced}.breadcrumbs .page-title{text-align:left;margin-top:5px;font-size:18px;font-size:1.125rem}.breadcrumbs_wrap{overflow:hidden}.breadcrumbs_item{float:left}.breadcrumbs_item_link:hover{text-decoration:underline}.breadcrumbs_item_sep{margin:0 .5em}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:30px;margin-bottom:15px}.alignright{float:right;margin-left:30px;margin-bottom:15px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:15px}.clear:before,.clear:after,.comment-body:before,.comment-body:after,.entry-content:before,.entry-content:after,.entry-footer:before,.entry-footer:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.comment-body:after,.entry-content:after,.entry-footer:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.hidden{display:none}.comments-area{position:relative;margin:45px 0 40px}.comments-title{margin:0 0 40px}.comment-list{margin:0 0 45px;padding:0 0 8px;list-style:none;border-bottom:1px solid #ebeced}.comment-list .children{margin-top:18px;margin-left:30px;list-style:none}@media (min-width: 1120px){.comment-list .children{margin-left:70px}}.comment-list .comment,.comment-list .pingback{margin-bottom:36px}.comment-body{display:-webkit-flex;display:-ms-flexbox;display:flex}.comment-author{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:50px;margin:0 20px 0 0}.comment-author .avatar{border-radius:50%}.comment-meta{margin-bottom:2px}.comment-meta .fn{margin-right:12px}.comment-date{display:inline-block}.comment-date__time{display:inline-block;vertical-align:top}.comment-content p{margin-bottom:1px}.comment-content a{word-wrap:break-word}.comment-reply-link{text-transform:uppercase}.comment-reply-link i{margin-right:5px}.comment-respond .comment-reply-title{margin-bottom:20px}.comment-respond .comment-notes{margin-bottom:25px}.comment-form-author,.comment-form-email,.comment-form-url{margin:10px 0 0 0}.comment-form-comment{margin-bottom:30px}.comment-form .form-submit{margin:30px 0 0 0}.comment-form__field{vertical-align:top}.comment-form .submit{width:100%}.comment-form-cookies-consent{margin-top:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.comment-form-cookies-consent input[type='checkbox']{position:absolute;width:0;height:0;visibility:hidden}.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before{content:'';position:relative;top:-1px;display:inline-block;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;line-height:18px;text-align:center;margin-right:10px;vertical-align:middle;border-radius:4px;border:1px solid #ebeced}.comment-form-cookies-consent input[type='checkbox']:checked ~ label[for=wp-comment-cookies-consent]:before{content:'\f00c'}.bypostauthor{display:block}.post-author-bio{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:40px 0;padding-bottom:40px;margin-left:-12px;margin-right:-12px;border-bottom:1px solid #ebeced}.post-author-bio>*{padding-left:12px;padding-right:12px}.post-author__avatar .avatar{border-radius:50%}.post-author__content{margin-bottom:10px}.post-author__title{margin:0;text-transform:uppercase}.site{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;overflow:hidden}.site-logo{margin:0;font-size:32px;font-size:2rem;line-height:1.2;text-transform:lowercase;font-weight:700}.site-header.container,.site-breadcrumbs.container,.site-content.container,.site-footer.container{padding-left:0;padding-right:0}.site-breadcrumbs{margin-top:20px}body:not(.page-template-fullwidth-content) .site-content{margin-top:30px;margin-bottom:30px}.site-main>*:last-child{margin-bottom:0}@media (max-width: 939px){#secondary{margin-top:40px}}.space-between-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem}.space-between-content>*{margin-left:0.9375rem;margin-right:0.9375rem}.site-header__wrap{padding-top:15px;padding-bottom:15px}@media (min-width: 940px){.site-header__wrap.isStick{position:fixed;z-index:1000;right:0;left:0}}.site-header__wrap .space-between-content{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.site-branding .custom-logo{display:block}.pseudoStickyBlock{display:none}@media (min-width: 940px){.pseudoStickyBlock{display:block}}.top-panel{padding-top:10px;padding-bottom:10px;font-size:11px;font-size:0.6875rem;line-height:20px}.top-panel .space-between-content{-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 639px){.top-panel .space-between-content{display:block;text-align:center}}.top-panel-content__left>*,.top-panel-content__right>*{display:inline-block;vertical-align:middle}.top-panel-content__left>*{margin-right:10px}.top-panel-content__right>*{margin-left:10px}.site-footer__wrap{font-size:11px;font-size:0.6875rem;line-height:20px}.site-footer__wrap .space-between-content{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.site-footer__wrap .space-between-content:not(:empty){padding-top:30px;padding-bottom:30px}@media (max-width: 639px){.site-footer__wrap .space-between-content{display:block;text-align:center}}.footer-area{margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 640px){.footer-area{max-width:640px}}@media (min-width: 940px){.footer-area{max-width:940px}}@media (min-width: 1120px){.footer-area{max-width:1120px}}@media (min-width: 1200px){.footer-area{max-width:1200px}}.footer-area>.widget{width:25%}.entry-title{margin-top:0}.posts-list--default .entry-title{margin-bottom:18px}.grid-item .entry-title{margin-bottom:10px}.entry-meta{font-size:14px;font-size:0.875rem}.entry-header .entry-meta{margin-left:-8px;margin-right:-8px}.entry-header .entry-meta>*{padding-left:8px;padding-right:8px}.posts-list--default .entry-header .entry-meta{margin-bottom:28px}.grid-item .entry-header .entry-meta{margin-bottom:3px}.entry-footer .entry-meta>*{margin-top:18px}.entry-footer .entry-meta>*:first-child{margin-top:0}.grid-item .entry-content{margin-bottom:5px}span.posted-on,span.byline,span.cat-links,span.tags-links{display:inline-block}.tags-links{text-transform:capitalize}.comments-link,.comments-button{display:inline-block;white-space:nowrap;vertical-align:top}.comments-link i,.comments-button i{font-size:14px;font-size:0.875rem;margin-right:2px}.comments-button{border-radius:4px;padding:10px 12px;font-size:11px;font-size:0.6875rem;line-height:1.2;background-color:#f1f4f6}.post-categories{padding:0;margin:0;list-style:none;display:inline-block}.btn-style .post-categories li{display:inline-block;margin-right:3px;margin-bottom:4px}.btn-style .post-categories a{display:inline-block;padding:6px 10px;border-radius:4px}.posts-list{margin-bottom:50px}.post-default+.post-default{margin-top:50px;padding-top:40px;border-top:1px solid #ebeced}body:not(.sidebar_enabled) .post-default{max-width:770px;margin-left:auto;margin-right:auto}.post-default .post-thumbnail,.post-default .entry-meta{margin-bottom:15px}@media (min-width: 640px){.post-default .entry-content{font-size:18px;font-size:1.125rem}}.post-default .entry-footer .entry-meta .tags-links+div:not(:empty){margin-top:28px}.post-default .entry-footer .entry-meta>div{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem}.post-default .entry-footer .entry-meta>div>*{margin-left:0.9375rem;margin-right:0.9375rem}.post-thumbnail__link{display:inline-block}.post-thumbnail img{display:block;border-radius:4px}.grid-item .post-thumbnail{margin-bottom:20px}.related-posts{margin:45px 0 40px;padding-bottom:22px;border-bottom:1px solid #ebeced}.related-posts .entry-title{margin:0 0 20px}.related-posts .related-post{overflow:hidden;margin-bottom:13px}.related-posts .related-post.col-lg-6 .post-thumbnail{width:120px;float:left;margin:0 20px 15px 0}.related-posts .related-post .entry-header{margin-bottom:5px}.related-posts .related-post .entry-title{margin:0}.related-posts .related-post .entry-meta .posted-on,.related-posts .related-post .entry-meta .byline{display:block}.related-posts .related-post .entry-content{font-size:14px;font-size:0.875rem}.page-header{margin:0 0 40px}.page-header>*+*{margin-top:20px}.page-title{margin:0;text-align:center}.search-item{margin-bottom:50px}.search-item .entry-title,.search-item .entry-meta{margin-bottom:5px}.not-found.error-404,.not-found.no-results{max-width:770px;margin-left:auto;margin-right:auto;text-align:center}.post_format-post-format-image .post-thumbnail{margin-bottom:26px}.post_format-post-format-image .post-thumbnail__link{position:relative;display:block}.post_format-post-format-image .post-thumbnail__link:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f00e';position:absolute;top:50%;left:50%;width:70px;height:70px;margin:-35px 0 0 -35px;font-size:35px;line-height:70px;text-align:center;border-radius:50%;box-shadow:0px 0px 35px 0px rgba(0,0,0,0.7);transition:opacity 0.2s ease, -webkit-transform 0.2s ease;transition:opacity 0.2s ease, transform 0.2s ease;transition:opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;-webkit-transform:scale(0.35);-ms-transform:scale(0.35);transform:scale(0.35);opacity:0}.post_format-post-format-image .post-thumbnail__link:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.post_format-post-format-gallery .post-thumbnail{display:block;margin-bottom:26px}.post_format-post-format-gallery .post-thumbnail__link{display:block}.post_format-post-format-gallery .swiper-button-prev,.post_format-post-format-gallery .swiper-button-next{width:45px;height:45px;margin-top:-35px;text-align:center;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;font-size:1.125rem;border-radius:50%;background-image:none;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(59,61,66,0.1)}.post_format-post-format-gallery .swiper-button-prev:before,.post_format-post-format-gallery .swiper-button-next:before{line-height:45px}.post_format-post-format-gallery .swiper-button-prev:before{content:'\f104'}.post_format-post-format-gallery .swiper-button-next:before{content:'\f105'}.post_format-post-format-link .post-format-link{font-size:20px;font-size:1.25rem;font-weight:400}.post_format-post-format-link .post-format-link:before{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);content:'\f0c1';margin-right:8px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post_format-post-format-link .post-format-link-wrapper{margin-bottom:24px;padding:35px 40px;border-radius:4px;background-color:#f1f4f6}.post_format-post-format-quote .post-format-quote{padding:50px 8%;border-radius:4px;text-align:center}.post_format-post-format-quote .post-format-quote:before{position:static;margin:0 auto 17px;display:block;text-align:center;width:62px;height:62px;line-height:62px;border-radius:28px}.post_format-post-format-quote .post-format-quote cite{margin-top:15px}.post_format-post-format-audio .mejs-audio{margin-bottom:24px}.post_format-post-format-video .wp-video{margin-bottom:24px;margin-left:auto;margin-right:auto}.single-post article.post{margin-bottom:50px;padding-bottom:45px;border-bottom:1px solid #ebeced}.single-post .post>.entry-header{margin-bottom:35px}@media (min-width: 640px){.single-post .post>.entry-content{font-size:18px;font-size:1.125rem}}.single-post .post>.entry-footer .entry-meta:not(:empty){margin-top:13px}.single-post .entry-header .tags-links a{display:inline-block;margin-left:5px}.single-post .entry-footer .tags-links a{display:inline-block;margin-left:5px;margin-bottom:5px;padding:6px 10px;border-radius:4px;border:1px solid #ebeced}.single-post .entry-footer .tags-links a:hover{background-color:#ebeced}.single-post .entry-title{margin-top:0}.single-post .post-thumbnail{margin-bottom:15px}.single-post .overlay-thumbnail{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-size:cover;background-position:center}.single-post blockquote:not(.post-format-quote){border-top:3px solid #ebeced;border-bottom:3px solid #ebeced;text-align:center;padding:30px 10%}.single-post blockquote:not(.post-format-quote):before,.single-post blockquote:not(.post-format-quote):after{content:none}.single-post blockquote:not(.post-format-quote) cite{margin-top:20px}.post-template-single-layout-2.post-template .site-content{margin-top:0}.post-template-single-layout-2 .single-header-2{margin-top:40px;margin-bottom:25px;text-align:center}@media (min-width: 640px){.post-template-single-layout-2 .single-header-2{margin-bottom:55px}}.post-template-single-layout-2 .post-thumbnail{margin-bottom:25px}@media (min-width: 640px){.post-template-single-layout-2 .post-thumbnail{margin-bottom:55px}}.post-template-single-layout-2 .post-thumbnail .size-kava-thumb-xl{border-radius:0;object-fit:cover;width:100%;max-width:none;max-height:550px}.post-template-single-layout-3.post-template .site-content{margin-top:0}.post-template-single-layout-3 .single-header-3{position:relative;margin-bottom:35px;padding-top:35px;z-index:1}.post-template-single-layout-3 .single-header-3.invert{padding:50px 0 45px}@media (min-width: 640px){.post-template-single-layout-3 .single-header-3.invert{padding:80px 0 75px}}@media (min-width: 940px){.post-template-single-layout-3 .single-header-3.invert{padding:130px 0 115px}}.post-template-single-layout-3 .single-header-3.invert .entry-title,.post-template-single-layout-3 .single-header-3.invert p{text-shadow:2px 2px 5px rgba(0,0,0,0.35)}.post-template-single-layout-3 .single-header-3 .cat-links{margin-bottom:30px}.post-template-single-layout-3 .single-header-3 .entry-title{margin-bottom:10px}.post-template-single-layout-3 .single-header-3 .entry-header-bottom{margin-top:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.post-template-single-layout-3 .single-header-3 .entry-header-bottom>*{margin-left:0.9375rem;margin-right:0.9375rem}.post-template-single-layout-3 .single-header-3 .post-author{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.post-template-single-layout-3 .single-header-3 .post-author__avatar{margin-right:20px}.post-template-single-layout-3 .single-header-3 .comments-button{background:none}@media (min-width: 640px){.post-template-single-layout-3 .single-header-3 p{font-size:18px;font-size:1.125rem}}.post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5)}.post-template-single-layout-4.post-template .site-content{margin-top:0}.post-template-single-layout-4 .site-content__wrap{position:relative}.post-template-single-layout-4 .header-post-thumbnail{position:absolute;top:0;left:0;right:0}.post-template-single-layout-4 .header-post-thumbnail img{width:100%;object-fit:cover;max-width:none;max-height:1080px}.post-template-single-layout-4 .site-main{padding:20px;background-color:#fff}@media (min-width: 640px){.post-template-single-layout-4 .site-main{padding:65px 100px}}.post-template-single-layout-4 .single-header-4{position:relative;padding-top:30px;text-align:center}.post-template-single-layout-4 .single-header-4 .overlay-thumbnail{bottom:-100px}@media (min-width: 640px){.post-template-single-layout-4 .single-header-4 .overlay-thumbnail{bottom:-150px}}@media (min-width: 940px){.post-template-single-layout-4 .single-header-4 .overlay-thumbnail{bottom:-200px}}@media (min-width: 1120px){.post-template-single-layout-4 .single-header-4 .overlay-thumbnail{bottom:-270px}}@media (min-width: 1200px){.post-template-single-layout-4 .single-header-4 .overlay-thumbnail{bottom:-430px}}.post-template-single-layout-4 .single-header-4.invert{padding:50px 0 35px}@media (min-width: 640px){.post-template-single-layout-4 .single-header-4.invert{padding:103px 0 95px}}.post-template-single-layout-4 .single-header-4.invert .entry-title,.post-template-single-layout-4 .single-header-4.invert p{text-shadow:2px 2px 5px rgba(0,0,0,0.35)}.post-template-single-layout-4 .single-header-4 .cat-links{margin-bottom:30px}.post-template-single-layout-4 .single-header-4 .post-author{margin-top:32px}.post-template-single-layout-4 .single-header-4 .post-author__avatar{margin-bottom:2px}.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty){margin-left:-12px;margin-right:-12px;margin-top:27px}.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty)>*{padding-left:12px;padding-right:12px}@media (min-width: 640px){.post-template-single-layout-4 .single-header-4 p{font-size:18px;font-size:1.125rem}}.post-template-single-layout-4 .single-header-4 i{font-size:12px;font-size:0.75rem}@media (max-width: 939px){.post-template-single-layout-5 .single-header-5{text-align:center}}.post-template-single-layout-5 .single-header-5.invert .entry-header{padding:25px}@media (min-width: 940px){.post-template-single-layout-5 .single-header-5.invert .entry-header{padding:40px;min-height:730px}}.post-template-single-layout-5 .single-header-5 .entry-header{padding-top:20px;margin-bottom:35px;position:relative}@media (min-width: 940px){.post-template-single-layout-5 .single-header-5 .entry-header-top{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem}.post-template-single-layout-5 .single-header-5 .entry-header-top>*{margin-left:0.9375rem;margin-right:0.9375rem}}@media (min-width: 640px){.post-template-single-layout-5 .single-header-5 .entry-header p{font-size:18px;font-size:1.125rem}}@media (min-width: 940px){.post-template-single-layout-5 .single-header-5 .entry-header p,.post-template-single-layout-5 .single-header-5 .entry-title{width:70%}}.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty){margin-top:5px}.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty)>*{margin-bottom:30px}.post-template-single-layout-5 .single-header-5 .comments-link{vertical-align:baseline}@media (min-width: 940px){.post-template-single-layout-5 .single-header-5 .post-author{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.post-template-single-layout-5 .single-header-5 .post-author__avatar{margin-left:15px}.post-template-single-layout-5 .single-header-5 .post-author__content{margin-bottom:5px;text-align:right}}@media (max-width: 939px){.post-template-single-layout-5 .single-header-5 .post-author{margin-bottom:15px}}@media (max-width: 939px){.post-template-single-layout-6 #author-block{margin-bottom:50px}}.post-template-single-layout-6 .single-header-6 .cat-links{margin-bottom:18px}.post-template-single-layout-6 .single-header-6 .cat-links.btn-style a{padding:3px 8px;border-radius:0}.post-template-single-layout-6 .post-author-bio{display:block;text-align:center;margin:0 5% 20px;padding:0;border:none}.post-template-single-layout-6 .post-author__avatar{margin-bottom:15px}.post-template-single-layout-6 .post-author__avatar,.post-template-single-layout-6 .post-author__content{padding:0}.post-template-single-layout-6 .posted-on{text-align:center}.post-template-single-layout-6.post-template .site-content{margin-top:0}.post-template-single-layout-6 .site-content__wrap{margin-top:50px}.post-template-single-layout-7.post-template .site-content{margin-top:0}.post-template-single-layout-7 .single-header-7{position:relative;padding:30px 0;margin-bottom:60px;text-align:center}@media (min-width: 640px){.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty){display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem}.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty)>*{margin-left:0.9375rem;margin-right:0.9375rem}}.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .cat-links,.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on{margin-bottom:20px}.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta{margin-left:-12px;margin-right:-12px}.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta>*{padding-left:12px;padding-right:12px}.post-template-single-layout-7 .single-header-7 .entry-title{margin-bottom:60px}.post-template-single-layout-7 .single-header-7 .post-author-bio{display:block;text-align:center;margin:0 0 20px;padding:0;border:none}.post-template-single-layout-7 .single-header-7 .post-author__avatar{margin-bottom:15px}.post-template-single-layout-7 .single-header-7 .post-author__avatar,.post-template-single-layout-7 .single-header-7 .post-author__content{padding:0}.post-template-single-layout-7 .single-header-7 i{font-size:12px;font-size:0.75rem}.post-template-single-layout-8.post-template .site-content{margin-top:0}.post-template-single-layout-8 .single-header-8{margin-bottom:60px;padding:60px 0 0;text-align:center}@media (min-width: 940px){.post-template-single-layout-8 .single-header-8{padding:60px 0 30px}}@media (min-width: 1120px){.post-template-single-layout-8 .single-header-8{padding:60px 0}}.post-template-single-layout-8 .single-header-8.with_author_block{margin-top:120px}.post-template-single-layout-8 .single-header-8.with_author_block .post-author-bio{margin-top:-130px}.post-template-single-layout-8 .single-header-8 .post-author-bio{display:block;text-align:center;margin:0 0 32px;padding:0;border:none}.post-template-single-layout-8 .single-header-8 .post-author__avatar{margin-bottom:15px}.post-template-single-layout-8 .single-header-8 .post-author__avatar,.post-template-single-layout-8 .single-header-8 .post-author__content{padding:0}.post-template-single-layout-8 .single-header-8 .entry-title{margin-top:30px;margin-bottom:30px;text-transform:uppercase}.post-template-single-layout-8 .single-header-8 .entry-meta:not(:empty){margin-top:35px;margin-bottom:50px}.post-template-single-layout-9.post-template .site-content{margin-top:0}.post-template-single-layout-9 .single-header-9{margin-top:20px;margin-bottom:30px;text-align:center}@media (min-width: 640px){.post-template-single-layout-9 .single-header-9{margin-top:40px;margin-bottom:60px}}.post-template-single-layout-9 .single-header-9 .post-thumbnail{margin-top:25px;margin-bottom:0}@media (min-width: 640px){.post-template-single-layout-9 .single-header-9 .post-thumbnail{margin-top:55px}}.post-template-single-layout-9 .single-header-9 .post-thumbnail img{border-radius:0;object-fit:cover;width:100%;max-width:none;max-height:730px}.post-template-single-layout-9 .post-author-bio{margin-top:0;margin-bottom:30px;padding:0;border:none}.post-template-single-layout-10.post-template .site-content{margin-top:0}.post-template-single-layout-10 .single-header-10 .entry-header{border-radius:4px;padding:32px 40px 25px;margin-top:30px;margin-bottom:55px}@media (max-width: 639px){.post-template-single-layout-10 .single-header-10 .entry-header{text-align:center}}@media (min-width: 640px){.post-template-single-layout-10 .single-header-10 .entry-header-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:-0.9375rem;margin-right:-0.9375rem;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.post-template-single-layout-10 .single-header-10 .entry-header-bottom>*{margin-left:0.9375rem;margin-right:0.9375rem}}.post-template-single-layout-10 .single-header-10 .entry-header .post-author,.post-template-single-layout-10 .single-header-10 .entry-header .cat-links,.post-template-single-layout-10 .single-header-10 .entry-header .posted-on{padding:0 18px 15px 0;display:inline-block}@media (max-width: 939px){.post-template-single-layout-10 .single-header-10 .entry-header .post-author{display:block}}.post-template-single-layout-10 .single-header-10 .entry-title{max-width:700px;margin-bottom:17px}.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header{margin-top:-100px}.post-template-single-layout-10 .single-header-10 .post-author__avatar{margin-right:12px}.post-template-single-layout-10 .single-header-10 .post-author__avatar img{vertical-align:middle}.post-template-single-layout-10 .single-header-10 .post-thumbnail{margin-bottom:0}.post-template-single-layout-10 .single-header-10 .post-thumbnail img{border-radius:0;object-fit:cover;width:100%;max-width:none;max-height:730px}.post-template-single-layout-10 .single-header-10 .comments-button{background:none;margin-bottom:15px}.sticky-label{display:inline-block;vertical-align:top;margin-top:3px;margin-bottom:3px;margin-right:10px;padding:3px 7px 1px;text-align:center;font-size:12px;line-height:1.6;border-radius:4px}@media (min-width: 1200px){.sticky-label{font-size:14px;padding:6px 10px 3px}}.posts-list--default.list-style-v6 .sticky-label,.posts-list--default.list-style-v8 .sticky-label,.posts-list--creative.list-style-v2 .sticky-label,.posts-list--creative.list-style-v9 .sticky-label,.posts-list--grid .sticky-label,.posts-list--masonry .sticky-label,.posts-list--vertical-justify:not(.list-style-v10) .sticky-label{padding:4px 8px 1px}@media (min-width: 1200px){.posts-list--default.list-style-v6 .sticky-label,.posts-list--default.list-style-v8 .sticky-label,.posts-list--creative.list-style-v2 .sticky-label,.posts-list--creative.list-style-v9 .sticky-label,.posts-list--grid .sticky-label,.posts-list--masonry .sticky-label,.posts-list--vertical-justify:not(.list-style-v10) .sticky-label{margin-top:1px;margin-bottom:1px}}.sticky-label.type-both i{margin-right:8px}.widget-title{text-transform:uppercase;margin-top:0;margin-bottom:25px}.widget+.widget{margin-top:50px;padding-top:40px;border-top:1px solid #ebeced}.sidebar .widget,.footer-area .widget{margin-top:1.5em}@media (min-width: 940px){.sidebar .widget,.footer-area .widget{margin-top:3em}}.widget select{width:100%}.widget ul{list-style:none;margin-left:0}.widget ul li{margin-bottom:4px}.widget li>ul,.widget li>ol{margin-top:4px;margin-left:1.2em}.widget_recent_entries ul li{margin-bottom:20px}.widget_recent_entries .post-date{display:block}.widget_recent_entries .post-date:before{content:'\f133';margin-right:5px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget_recent_comments .recentcomments{margin-bottom:20px}.widget_recent_comments .recentcomments:before{content:'\f075';display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-size:0.875rem;margin-right:5px}.widget_recent_comments .recentcomments .comment-author-link a{font-weight:initial}.widget_recent_comments .recentcomments .comment-author-link a:before{content:none}.widget_recent_comments .recentcomments a:before{content:'';display:block}.widget_tag_cloud .tag-cloud-link{display:inline-block;margin-right:2px;margin-bottom:5px;padding:6px 10px;font-size:14px !important;border-radius:4px;border:1px solid #ebeced}.widget_tag_cloud .tag-cloud-link:hover{background-color:#ebeced}.widget_calendar .calendar_wrap{border:1px solid #ebeced}.widget_calendar table{margin-bottom:0;padding-left:5.5%;padding-right:5.5%;padding-bottom:4%;table-layout:fixed;width:100%;position:relative;border-collapse:initial}.widget_calendar table th,.widget_calendar table td,.widget_calendar table thead th,.widget_calendar table tbody+tbody{border:none}.widget_calendar thead{text-align:center}.widget_calendar caption{padding:20px 0;font-size:20px;font-size:1.25rem;text-align:center;font-weight:400}.widget_calendar th{padding:0 0 40px;font-weight:inherit}.widget_calendar tbody:before{position:absolute;content:'';left:0;right:0;height:1px;margin-top:-15px;background-color:#ebeced}.widget_calendar tbody td{position:relative;text-align:center;line-height:44px;height:44px}.widget_calendar tbody td a{display:inline-block;width:45px;max-width:100%;height:45px;line-height:45px;background-color:#ebeced;border-radius:50%}.widget_calendar tfoot td{position:absolute;top:26px}.widget_calendar tfoot td#prev{left:10%}.widget_calendar tfoot td#next{right:10%}.widget_calendar td#today{font-weight:900}.widget_calendar #next{text-align:right}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{margin-top:0;margin-bottom:0;padding:0;border:none}embed,iframe,object{max-width:100%}.img-pull-left{float:left;width:50%;margin:0 4% 1% 0}.img-pull-right{float:right;width:50%;margin:0 0 1% 4%}.alignleft{margin:15px 30px 15px 0}.alignright{margin:15px 0 15px 30px}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:0.8075em 0;font-size:12px;font-size:0.75rem}.wp-caption-text{text-align:center}.gallery{margin-left:-0.9375rem;margin-right:-0.9375rem}.gallery>*{padding-left:0.9375rem;padding-right:0.9375rem}.gallery-item{margin-top:0.9375rem;margin-bottom:0.9375rem}.gallery img{display:block;width:100%;height:auto;border-radius:4px}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.embed-responsive{position:relative;display:block;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:62.33%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.fb_iframe_widget{max-width:100%}.fb_iframe_widget>span{max-width:100%}.slick-slide:focus{outline:none}.jet-smart-listing-wrap.jet-processing+div.jet-smart-listing-loading{width:30px;height:30px;border:3px solid transparent;border-top-color:red;border-right-color:red}.jet-mobile-menu-active .jet-mobile-menu-cover{z-index:1}div.wpcf7 .ajax-loader{position:relative;border-radius:50%;width:20px;height:20px;border:3px solid transparent;margin:0 15px;background:none;-webkit-animation:tm_spin 1s linear infinite;animation:tm_spin 1s linear infinite;z-index:11}@keyframes tm_spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.main-navigation .sub-menu li.wpml-ls-item{margin:3px 10px;padding:2px 10px}.main-navigation .sub-menu li.wpml-ls-item a{transition:none}.main-navigation.mobile-menu .menu li.wpml-ls-item{display:block;margin:1px 8px;padding:4px 7px}html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item{margin-right:10px}html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser{padding:0 0.9375rem 20px}html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser{padding:0 1.875rem 20px;background-color:transparent}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items{margin-right:-0.9375rem;margin-left:-0.9375rem}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap{padding:0.9375rem}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p{margin:0 0 1em}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort{margin-bottom:22px}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name{margin-bottom:22px}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio{padding:5px;width:auto}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner>*:last-child:not(.grid-product__image){padding-top:6px}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price{padding-top:.1em}html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button{border-radius:4px}html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button{min-height:36px}html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button{min-height:40px}html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button{min-height:46px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-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:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;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,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.fa-remove:before, .fa-close:before, .fa-times:before {
content: "X" !important;
font-family: "Montserrat", Sans-serif !important;
font-size: 22px !important;
}
.site-header .elementor-widget-jet-inline-svg {
margin-bottom: 0px !important;
}
header .elementor-sticky--active .elementor-column-gap-default{
z-index: 2;
} 
header .elementor-sticky--effects .header-stick-overlay{
background: rgb(227,07,020,0.8) !important;
background-color: #e30714 !important;
opacity: 0.8 !important;
width: 100%;
height: 50px;
position: relative;
top: -100px;
z-index: 1;
-webkit-transition: background-color 0.5s ease-in;
-moz-transition: background-color 0.5s ease-in;
-o-transition: background-color 0.5s ease-in;
transition: background-color 0.5s ease-in;
}
.home header .elementor-sticky--effects .header-stick-overlay{
opacity: 0.93 !important;
}
body:not(.home) header .elementor-sticky--effects{ background-image: inherit !important;
}
.paged .jet-breadcrumbs__item:nth-child(3) .jet-breadcrumbs__item-link{
font-weight: bold;
}
.paged .jet-breadcrumbs__item:nth-child(4),
.paged .jet-breadcrumbs__item:nth-child(5),
.paged .jet-breadcrumbs__item:nth-child(6),
.paged .jet-breadcrumbs__item:nth-child(7){
display: none;
}
@import url("https://fonts.googleapis.com/css?family=Nunito");
h1, h2, h3, h4, h5, h6 {
margin: 15px 0 0;
}
body:not(.page-template-fullwidth-content) .site-content {
margin-top: 30px;
margin-bottom: 0px;
}
.loader-sprite{
width: 290px;
height: 87px;
background-image:url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/intro_sprite.png);
animation: my-sprite-animation-farol 2.5s steps(26);
animation-iteration-count: 1;
}
@keyframes my-sprite-animation-farol{
0%{background-position: 0px 0px;}
100%{background-position: -7800px 0px; visibility: hidden;}
}
.farol-sprite{
width: 290px;
height: 87px;
background-image:url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/farol_sprite.png);
animation: my-farol-animation 5.5s steps(38) infinite;
position: relative;
}
@keyframes my-farol-animation{
0%{background-position: 0px 0px;}
100%{background-position: -11400px 0px;}
75%{background-position: 0px 0px;}
20%{background-position: 0px 0px;}
}
.search-desktop {
top: 10px;
}
.hide{
display: none !important;
}
.show{
display: block !important;
}
#toTop, #toDown{
height: 50px; 
width: 50px;  
background-color: #424B5A;
display: flex;
align-items: center;
right: 20px !important;
}
#toTop:hover, #toDown:hover{
background-color: #e30714;
}
#toTop:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/arrow-up.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
#toDown:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/arrow-down.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
margin: 0 auto;
}
.mobile-categories h5{
padding-left: 20px;
}
.mobile-categories ul{
list-style: inherit;
list-style: none;
margin: none;
display: flex;
flex-direction: row;
margin: 10px 0;
justify-content: space-between;
padding: 0 20px;
flex-direction: row-reverse;
}
.mobile-categories a{
color: #424b5a;
font-size: 16px;
line-height: 19pt;
font-weight: 600;
margin-bottom: 10px;
}
.mobile-categories a:hover{
color: #e30714;
}
.breadcrumbs{
border-top: inherit; 
}
.elementor-7 .elementor-element.elementor-global-1322 > .elementor-widget-container {
background-color: transparent !important;
}
.jet-nav-link-text{
text-decoration:none !important;
}
.current-post-ancestor,.current-menu-item:not(.menu-newsletters){
border-bottom:3px solid #fff;
}
.menu-item:hover:not(.menu-newsletters) {
border-bottom:3px solid #fff;
}
.menu-item{
padding: 0px 15px 0 15px;
}
.menu-item-link-top{
padding-top: 10px !important;
}
.menu-newsletters a{
box-sizing: border-box; 
height: 38px; 
border: 1px solid #FFFFFF;
padding:15px 10px !important;
}
.menu-newsletters a:hover{
border: 1px solid rgba(255,255,255,0.3) !important;
background-color: rgba(255,255,255,0.3);
}
.page-id-626 .menu-newsletters a{
border: none !important;
background-color: rgba(255,255,255,0.3);
}
input[type='search']{
border:none;
box-shadow: none !important;
} .cli-modal-backdrop{
background-color: #4B5766 !important;
}
.cli-modal-backdrop.cli-show{
opacity: 0.8 !important;
}
.cli-bar-popup{
border: 0px !important;
border-radius: 0px !important;
}
.cli_messagebar_head{
color: #4B5766;
font-weight: bold;
font-size: 36px;  
line-height: 43px; 
}
#cookie-law-info-bar{
width: 380px !important;
padding: 30px !important;
text-align: left;
}
.cli_messagebar_head{
text-align: center;
}
#cookie-law-info-bar span{
color: #4B5766; 
font-size: 14px;  
line-height: 24px;
font-weight: 500;
}
.cookie-link{
color: #4B5766 !important;
text-decoration: underline;
}
.cookie-link:hover{
color: #e30714 !important;
}
.cli-plugin-main-link{
font-weight: 500 !important;
}
.cli-plugin-main-link:hover{
color: #e30714 !important;
}
.large.cli-plugin-button{
width: 100%;
font-size: 14px;
padding: 17px;
line-height: 14px;
height: 50px !important;
text-align: center;
}
.large.cli-plugin-button:hover{
background: #e30714 !important;
}
.medium.cli-plugin-button{
background: #f7f7f7 !important; 
color: #4B5766 !important;
border: 1px solid #4B5766 !important;
width: 100%;
font-size: 14px;
padding: 17px;
line-height: 14px;
height: 50px !important;
text-align: center;
}
.medium.cli-plugin-button:hover{
background: #4B5766 !important;
color: #fff !important;
border: 1px solid #4B5766 !important;
}  .celfocusrato{
display: initial;
transition: 0.3s;
}
.celfocusrato img{
transition: 0.3s;
}
.celfocusrato img:hover{
transform: translate(0px, 5px);
}
.seq .seq-pagination{
bottom: 115px;
}
.seq .seq-content{
max-width: 1140px;
margin:0px;
text-align: left;
position: relative;
z-index: 10;
}
.seq-content{
width: 1140px;
}
.seq .seq-step1,
.seq .seq-step2,
.seq .seq-step3{
background-color: #e30714 !important;
}
.elementor-7 .elementor-element.elementor-element-c8c3d81 > .elementor-widget-container {
background-color: transparent !important; 
}
.search-desktop{
}
.wid-slider{
width: 300px;
}
.row-content{
top: 150px;
position: absolute;
width: 1140px !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}   .jet-search__field{
font-weight: bold !important;
}
.jet-search__field::placeholder{
font-weight: normal;
}
#header-logo .elementor-widget-container{
height: 65px !important;
}
.elementor-7 .elementor-element.elementor-element-3e5ac63 > .elementor-widget-container {
background-color: transparent !important;
}
.slider {
overflow: hidden;
height: 756px;
width:100%;
}
.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 756px;
opacity: 0;
transition: all 0.4s linear;
}
.slide.current {
opacity: 1;
}
.slide .content {
position: relative;
color: #fff;
padding: 0px;
width:555px;
z-index: 30 !important;
}
.seq-content .cat-slider a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.seq-content .cat-slider a:hover{
background: #424b5a;
color: #fff;
}
.seq-content .seq-title {
color:#fff;
font-size:50px;
line-height:56px;
max-width: 70%;
font-family: 'Montserrat', sans-serif !important;
}
.seq-title,
.seq-subtitle{
}
.seq-title a:hover{
opacity: 0.5;
}
.seq-title a:hover,
.seq-title a:visited,
.seq-title a:active{
color:#ffffff;
}
.seq-content .seq-subtitle{
color:#fff;
font-size:18px;
line-height:26px;
max-width: 555px;
font-family: 'Montserrat', sans-serif !important;
}
.seq-content span,
.seq-content p{
font-family: 'Montserrat', sans-serif !important;
}
.seq-content.current .content {
opacity: 1;
z-index:10;
}
.seq .seq-title, .seq .seq-subtitle{
margin: .5em 0 .5em 0;
}
.seq .seq-pagination > *{
border-radius: 100%;
width: 10px;
height: 10px;
}
.seq .seq-pagination .seq-current{
background: #e30714;
border-color: #e30714;
}
.seq .seq-pagination li:hover{
background: #e30714 !important;
border-color: #e30714;
}  .slider-gradient{
position:absolute;
width:100%;
height:100%;
z-index:2;
background-image: linear-gradient(to right, rgb(227,7,20),rgba(255,0,0,0));
top: 0;
}
.img{
width: 100%;
position: relative;
height: 756px;
filter: grayscale(100);
}
.seq .author-flex-container {
justify-content: flex-start;
}
.single .author-flex-container {
justify-content: space-between;
}
.author-flex-container {
display: flex;
justify-content: start;
align-items: center;
margin: .5em 0;
}
.author-flex-container > div {
color: white;
margin: 10px 0px 10px 0px;
}
.author-name{
font-weight: 600;
font-size: 14px;
line-height: 21px;
}
.seq-content .time-read{
font-size: 14px;
font-weight: 500;
}
.time-read{
font-size: 11px;
font-weight: 500;
}
.box-separator{
background: #fff;
content: "";
width: 1px;
height: 25px;
opacity: 0.3;
margin: 0px 20px 0 20px !important;
}
.seq .share{
font-family: 'Montserrat', sans-serif !important;
font-size: 12px;
}
.share{
font-size: 11px;
margin-right: 10px;
font-weight: 500;
}
.share-icon{
margin-right:10px
} .tags-flex {
display: flex;
justify-content: center;
flex-wrap: wrap;
background: rgba(0,0,0,0.45);
padding: 22px;
outline: none;
}
.tags-flex div{
margin-right:10px;
color:white;
margin: 15px 5px 15px 5px;
}
.tags-flex .featured-tag a{
padding:10px;
border:1px solid white;
background :white;
color:black;
font-weight:500;
font-size:14px;
}
.tags-flex .featured-tag a{
color:black;
}
.featured-tag:hover{
color:white;
}
.tags-flex .featured-tag a:hover {
background:#424b5a;
color:white !important;
border-color:#424b5a;
}
.tags-flex .featured-tag:hover a{
color:white;
}
.elementor-location-footer .more-tags{
margin-top: 10px;
}
.more-tags{
border:none !important;
}
.tags-flex .normal-tag a{
padding:10px;
border:1px solid white;
color:white;
font-weight:400;
}
.normal-tag a:hover {
color:#e30714;
background:#fff;
}
.normal-tag:hover a {
color:#e30714;
font-weight:400;
}
.tags-flex:hover{
color:#e30714;
font-weight:400;
}
.more-tag-link{
text-transform:uppercase;
color:white;
font-size:12px;
}
.more-tag-link:hover,
.elementor-location-footer .more-tag-link:hover{
color:#e30714;
}
.elementor-location-footer .more-tag-link{
color:#424B5A;
} .section1-container {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.article-item{
width: 360px;
color:white;
margin: .5em 0;
}
.overlay-article-1{
position: absolute;
min-height: 560px;
z-index: 1;
width: 360px;
background-color: #00A2AF;
opacity: 0.7;
-webkit-transition: background-color 0.8s ease-in;
-moz-transition: background-color 0.8s ease-in;
-o-transition: background-color 0.8s ease-in;
transition: background-color 0.8s ease-in;
}
.article-item:hover .overlay-article-1{
background:#424B5A;
opacity: 0.8;
-webkit-transition: background-color 0.8s ease-out;
-moz-transition: background-color 0.8s ease-out;
-o-transition: background-color 0.8s ease-out;
transition: background-color 0.8s ease-out;
}
.article-item:hover .article-img{
filter: grayscale(0) ;
}
.section1-gradient{
background: rgba(0, 162, 175,0.7) !important;
z-index:1;
position:absolute;
width:360px;
min-height:560px;
}
.article-img{
z-index:100;
}
.article-item .section1-category a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-item .section1-category a:hover{
background:#424b5a;
color:#fff;
}
.article-item a:hover{
color: #fff;
opacity: 0.5;
}
.article-item h3{
color: white;
font-size: 26px;  
line-height: 30px;  
margin:2em 0;
font-weight: bold;
min-height: 100px;
}
.article-item p{
font-size: 16px;  
line-height: 24px;  
}
.article-item .author-flex-container{
position: absolute;
right: 20px;
bottom: 20px;
}
.article-item .author-flex-container > div{
}
.article-item .article-img{
padding: 25px 30px 25px 30px;
min-height: 560px;
filter: grayscale(100);
width: 360px;
position: absolute;
z-index: 0;
} 
.section1-content-wrap{
z-index: 1;
position: relative;
padding: 25px 30px 25px 30px;
min-height: 560px;
}
.article-item:nth-child(1) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item:nth-child(2) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item:nth-child(3) {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.article-section2 {
display: flex;
justify-content: center;
align-items: center;
width:1140px;
margin: 0 auto;
flex-wrap: wrap;
}
.article-section2 h2 a:hover{
color: #000;
opacity: 0.5;
}
.section-left{
width: 485px;
}
.section-right{
width: 625px;
}
.article-section2 h2{
color: #272D36; 
font-size: 36px;  
line-height: 43px;
font-weight:bold;
}
.article-section2 p{
color: #272D36; 
font-size: 16px;  
line-height: 26px;
}
.article-section2 .btn-knowmore{
margin-top: 10px;
background-color: #ED1C23;
padding: 15px 20px;
color: white;
display: -webkit-inline-box;
font-weight:bold;
}
.btn-knowmore:hover{
background:#424b5a;
}
.btn-and-share{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
.btn-and-share .share{
color: #424b5a !important;
}
.article-item-section2:nth-child(1) {
align-items: center;
color: rgb(255, 255, 255);
justify-content: center;
width: 470px;
margin-right: 40px;
}
.article-item-section2:nth-child(2) {
align-items: center;
color: rgb(255, 255, 255);
justify-content: center;
}
.article-section2 .category a{
margin-bottom: 20px;
display: -webkit-inline-box;
background: #fff;
color: #E30714;
border: 1px solid #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-section2 .category a:hover{
background: #424b5a;
color: #ffffff;
border: 1px solid #424b5a;
}
.article-posts3{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.single .article-posts3{
justify-content: flex-start;
}
.article-item3{
height: 375px;
width: 360px;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.article-item3:nth-child(1){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;
}
.article-item3:nth-child(2){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:30px;  
}
.article-item3:nth-child(3){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.article-item3 .img-item3 { 
width: 360px;
height: 230px;
padding:20px
}
.article-item3 .section1-category a{
background: #fff;
color: #E30714;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.article-item3 .section1-category a:hover{
background:#424b5a;
color:#fff;
}
.article-item3 h3{
color: #272D36;
font-size: 18px;
line-height: 26px;
font-weight:bold;
margin:20px;
min-height: 52px;
}
.article-item3 .author-flex-container{
margin:20px;
justify-content: space-between;
}
.article-item3 .author-name{
color: #424B5A; 
font-size: 14px;
line-height: 21px;
}
.article-item3 .time-read{
color: #424B5A; 
font-size: 11px;
line-height: 13px;
font-weight:500;
}
.article-item3 .box-separator{
opacity: 0.3; 
background-color: #B3B7BD;
margin-left: 0px !important;
}
.article-item3 .share{
color:#B3B7BD;
}
.cellfacts-flex-container { 
padding:20px;
height: 375px;  
width: 360px; 
background-color: #B085D6;  
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.cellfacts-flex-container:hover{
background-color: #9368b8;
}
.cellfacts-flex-container h3{
color: #FFFFFF; 
font-size: 22px;  
line-height: 31px;
font-weight: 500;
margin-top:32px;
}
.article-item3 h3 a:hover{
color: #272D36 !important;
opacity: 0.5;
}
.article-item3 .share-icon img:hover,
.box-share .share-icon img:hover
{
filter: grayscale(100%);
}
.seq-content .share-icon img:hover
{
opacity: 0.5;
}
.section1-content-wrap .box-share .share-icon img:hover
{
-webkit-filter: invert(100%) grayscale(100%) brightness(15%) sepia(50%) hue-rotate(-50deg) saturate(1500%) contrast(2);
filter: grayscale(100%) brightness(15%) sepia(100%) hue-rotate(-50deg) saturate(1500%) contrast(2);
}
.share-section-video{
float: right;
margin-top: .5em;
}
.share-section-video .share{
color: #B3B7BD; 
font-size: 11px;  
font-weight: 500; 
line-height: 14px;
}
.box-share{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.cellfacts-flex-container p{
color: #FFFFFF;
font-size: 16px;
line-height: 23px;
font-weight: normal;
}
.cellfacts-flex-container .section1-category {
background: #fff;
color: #B085D6;
padding: 6px 15px;
font-size: 12px;
line-height: 15px;
font-weight: 500;
}
.cellfacts-flex-container .section1-category a:hover{
background:#424b5a;
color:#fff;
} .about-flex-container{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.bg-img{
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
}
.about-content{
position: relative;
z-index: 2;
width: 485px;
margin-left: 650px;
padding: 5% 0;
}
.bg-overlay{
width: 100%;
position: absolute;
height: 100%;
background: linear-gradient(86deg, rgba(227,7,20,0) 28%, rgba(227,7,20,0.5) 51%, #E30714 100%);
}
.about-content h2{
color: #FFFFFF; 
font-weight:bold;
font-size: 36px;  
line-height: 43px;  
display: -webkit-inline-box;
margin-bottom: 30px;
} .about-content p{
color: #FFFFFF; 
font-size: 16px;  
line-height: 26px;  
text-shadow: 0 1px 4px rgba(0,0,0,0.3);;
margin:0 0 20px;
}
.about-content .btn-knowmore{
margin-top: 10px;
background-color: #fff;
padding: 15px 20px;
color: white;
display: -webkit-inline-box;
border:1px solid #fff;
margin-top: 30px;
text-transform: uppercase;
}
.about-content a{
color:#ED1C23 !important;
font-weight:bold;
}
.about-content .btn-knowmore:hover{
background:transparent;
color:#fff !important;
border:1px solid #fff;
} .footer-container-posts{
display:-webkit-flex;
display:flex;
-webkit-flex-direction:column;
flex-direction:column;
}
.footer-container-posts .flex-item{
margin-bottom: 20px;
}
.footer-container-posts h4{
color: #424B5A; 
font-size: 14px;
line-height: 17px;
font-weight: bold;
}
.footer-container-posts .footer-author{
display: inline-block;
color: #424B5A; 
font-size: 12px;  
line-height: 21px;
font-weight: 500;
margin-right: 20px;
}
.footer-container-posts .footer-author:after,
.date-post:after{
content: "";
height: 3px;
width: 3px;
background-color: #424B5A;
position: absolute;
margin-top: 10px;
margin-left: 10px;
}
.footer-container-posts .footer-read{
display: inline-block;
font-size: 11px;  
line-height: 13px;
font-weight: 500;
}
.tags-featured,.tags5{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
.tags{
margin: 10px 10px 15px 0;
}
.tags-featured a{
padding:10px;
border:1px solid white;
background:#424b5a;
color:white;
font-weight:500;
font-size:14px;
}
.tags-featured a:hover {
background:#e30714;
color:white !important;
border-color:#e30714;
color: #fff;
}
.tags5 a{
padding:10px;
border:1px solid #424b5a;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.tags5 a:hover {
background:#e30714;
color:white !important;
border-color:#e30714;
color: #fff;
}
.more-tags-link{
color: #424B5A;
font-size: 12px;
line-height: 31px;
text-transform: uppercase;
font-weight: 500;
}
.more-tags-link:hover{
color:#e30714;
} .past-editions{
margin: 20px;
}
.past-editions a{
color: #272D36; 
font-size: 16px;  
font-weight: bold;  
line-height: 31px;
}
.past-editions a:hover{
color: #e30714;
}
.elementor-accordion .elementor-accordion-item {
border: 1px solid #f7f7f7 !important;
background: #f7f7f7;
margin-bottom: 4px;
}
.elementor-accordion .elementor-tab-content{
border: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{
background-color: #F7F7F7;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
margin-top: 7px;
}
#mc_embed_signup form{
padding: 0px !important;
}
#mc_embed_signup .mc-field-group{
width: 100% !important;
}
#mc_embed_signup .mc-field-group.input-group ul li{
display: flex !important;
padding: 3px 0;
margin: 0;
align-content: center;
align-items: center;
}
#mc_embed_signup .button {
background-color: #e30714 !important;
font-weight: bold !important;
height: 52px !important;
font-size: 12px !important;
border-radius: 0px !important;
width: 100% !important;
transition: inherit !important;
color: #FFFFFF;
line-height: 14px;
margin: 0 5px 10px 0;
padding: 0 22px;
}
#mc_embed_signup .button:hover{
background-color: #424b5a !important;
}
#mc_embed_signup h3{
color: #424B5A; 
font-size: 14px;  
line-height: 20px;
font-weight: normal;
margin: 10px 0 20px;
}
#mc_embed_signup input[type=email] {
padding: 20px 16px 20px 16px !important;
opacity: 0.5; 
color: #4B5766 !important; 
font-size: 14px !important;  
line-height: 20px !important;  
border-radius: 0px !important;
transition: ease-in-out, width .35s ease-in-out;
}
#mc_embed_signup input[type=email]:focus {
font-weight: bold;
opacity: 1; 
border: 1px solid #00a2af !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
border: 1px solid #00a2af !important;
}
#mce-EMAIL{
background-color: rgba(75,87,102,0.1) !important;
}
#mce-EMAIL::-webkit-input-placeholder { color: #424b5a;
}
#mce-EMAIL:-ms-input-placeholder { color: #424b5a;
}
#mce-EMAIL::placeholder {
color: #424b5a;
}
.notice-newsletter{
color: #4B5766; 
font-size: 11px;  
line-height: 22px;
}
.privacy-link{
color: #4B5766; 
font-size: 11px;  
line-height: 22px;
text-decoration: underline !important;
}
.privacy-link:hover{
color: #e30714;
}
.checkboxNotify {
width: 25px;
margin: 20px 0;
position: relative;
top: -10px;
}
.text-checkbox{
margin-left: 10px;
}
.checkboxNotify label {
cursor: pointer;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: #fff;
border: 1px solid #4B5766;
}
#mc_embed_signup .mc-field-group.input-group input{
display: none !important;
}
.checkboxNotify label:after {
opacity: 0;
content: '';
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 6px;
left: 6px;
border: 2px solid #424b5a;
border-top: none;
border-right: none;
transform: rotate(-45deg);
}
.checkboxNotify label:hover::after {
opacity: 0;
}
.checkboxNotify input[type=checkbox]:checked + label:after {
opacity: 1;
}
#mc_embed_signup div#mce-responses{
margin: 0px !important;
}
#mc_embed_signup #mce-success-response {
color: #529214 !important;
text-align: center;
background-color: #5292141c !important;
border-radius: 2px !important;
width: 100% !important;
padding: 10px !important;
}
#mc_embed_signup div#mce-responses {
float: left !important;
top: -1.4em !important; overflow: hidden !important;
width: 100% !important;
margin: 0 5% !important;
clear: both !important;
}
#mc_embed_signup div.response{
margin: 0 0 20px !important;
padding: 0 !important;
} #popup-news #mc_embed_signup h3
{
text-align: center;
font-size: 18px;
line-height: 26px;
}
#popup-news #mc_embed_signup form{
width: 70% !important;
margin: 0 auto !important;
}
#popup-news #mc_embed_signup ul{
display: table;
margin: 0 auto !important;
}
#popup-news #mc_embed_signup{
text-align: center !important;
}
#popup-news #mc_embed_signup .button {
background-color: #424b5a !important;
}
#popup-news #mc_embed_signup .button:hover{
background-color: #e30714 !important;
} .archive .article-posts3{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.archive .article-item3{
min-height: auto;
display: table;
min-height: 520px;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
}
.archive .article-item3:nth-child(1){
width: 65.2%;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:25px;
margin-bottom: 25px;
}
.archive .article-item3:nth-child(2){
width: 31.5%;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-right:0px;
margin-bottom: 25px;
}
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: 31.5%;
}
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4){
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
margin-bottom: 25px;
margin-right: 25px;
}
.archive .article-item3 .img-item3 { 
width: 100%;
height: 230px;
padding:20px
}
.archive .article-item3:nth-child(5){
margin-bottom: 25px;
margin-right: 0px;
}
.archive .article-item3 .img-item3 { 
height: 278px;
padding:20px
}
.boxauthor1{
display: flex;
align-items: center;
}
.boxauthor2{
display: flex;
align-items: flex-end;
margin-bottom: 20px;
}
.archive .box-author-read{
margin-left: 5px;
margin-right: 5px;
}
.archive .article-item3 .time-read{
margin-left: 25px;
}
.date-post{
color: #424B5A;
font-size: 11px;  
line-height: 13px;
font-weight: 500;
}
.archive .article-item3 p{
color: #424B5A; 
font-size: 14px;  
line-height: 22px;
margin: 10px 20px 10px 20px;
} .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
color: #e30714 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
color: #000000 !important; 
font-size: 16px;  
line-height: 31px;
font-weight: 600;
}
.flex-news{
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-news .news-post-item:nth-child(odd){
margin-right: 40px;
width: 100%;
}
.flex-news a{
color: #000000; 
font-size: 16px;  
line-height: 31px;
}
.flex-news a:hover{
color: #e30714;
text-decoration:underline;
} .single h6{
font-family: 'Nunito', sans-serif;
font-size: 16pt;
color: #424B5A;
}
.single-post .author-name,
.single-post .time-read {
color: #424B5A;  
}
.link{
display: contents;
}
.single-post .box-author-read{
margin-left: 0px;
margin-right: 5px;
}
.single-post .time-read{
margin-left: 25px;
}
.container-sticker{
display: flex;
justify-content: space-around;
align-items: flex-start;
}
.container-sticker .elementor-column-wrap{
position: -webkit-sticky;
position: sticky;
top: 4rem;
}
.sidebar-recent-posts .time-read{
margin-left: 0px;
}
.single-post .share{
color: #B3B7BD; 
font-size: 11px;  
line-height: 13px;
}
.single-post .boxtags{
display: flex;
align-items: center;
width: 82%;
}
.all-tags h4{
color: #424b5a; 
font-size: 12px;  
line-height: 16px;
text-transform: uppercase;
}
.single-post .boxauthor2 {
align-items: baseline;
}
.single-post .post-navigation__arrow-prev:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/previous.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
.single-post .post-navigation__arrow-next:before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/next.png) !important;
display: inline-block;
vertical-align: baseline;
font:inherit !important;
text-align: center;
}
.single-post .post-navigation__arrow-prev:hover,
.single-post .post-navigation__arrow-next:hover{
filter: grayscale(100%);
}
.post-navigation__arrow-prev .fa,
.post-navigation__arrow-next .fa{
display: none;
}
.elementor-post-navigation__link__next,
.elementor-post-navigation__link__prev{
position: absolute;
top: 40px;
}
.post-navigation__arrow-next{
position: absolute;
}
.post-navigation__arrow-prev{
position: absolute;
}
.post-navigation__next--label,
.post-navigation__prev--label{
font-weight: bold !important;
color: #272D36 !important; 
font-size: 16px !important;  
line-height: 31px !important;
}
.post-navigation__prev--label:hover,
.post-navigation__next--label:hover{
color: #e30714 !important;
}
.elementor-post-navigation .elementor-post-navigation__link a{
max-width: 120px !important;
}
.elementor-post-navigation .elementor-post-navigation__link {
width: calc(46.5% - 0.5px) !important;
}
.single .article-item3 .author-flex-container {
margin: 0px 20px;
}
.single .article-item3 h3{
margin: 20px 20px 20px 20px;
}
.related-content .boxauthor2 {
align-items: center;
} .post-item-flex{
display: flex;
margin-bottom: 20px;
}
.post-item-flex .box-author-read{
margin-left: 0px;
margin-right: 0px;
}
.post-data{
margin-left: 3%;
width: 70%;
}
.post-img{
width: 25%;
height: 60px;
}
.post-title a{
color: #424B5A; 
font-size: 16px;  
line-height: 21px;
font-weight: bold;
}
.post-title a:hover{
color: #e30714;
}
.post-item-flex .author-name{
color: #676F7B; 
font-size: 12px;  
line-height: 15px;
}
.post-item-flex .author-name,
.post-item-flex .time-read{
font-weight: normal;
}
.post-item-flex .time-read{
font-size: 12px;
}
.post-item-flex .author-name:after,
.date-post:after{
content: "";
height: 3px;
width: 3px;
background-color: #424B5A;
position: absolute;
margin-top: 10px;
margin-left: 10px;
}
.sidebar-newsletter{
background: #b085d6;
padding: 15px 30px 30px;
}
.sidebar-newsletter h4{
color: #FFFFFF; 
font-size: 12px;  
line-height: 15px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}
.sidebar-newsletter p{
color: #FFFFFF; 
font-size: 14px;  
line-height: 22px;
}
.sidebar-tags h4{
color: #FFFFFF; 
font-size: 12px;  
line-height: 15px;
font-weight: normal;
text-transform: uppercase;
}
.sidebar-tags h4 a:hover{
color: #fff;
}
.btn-subscribe{
background: #fff;
display: block;
text-align: center;
padding: 20px;
color: #B085D6;
text-transform: uppercase;
font-size: 12px;
line-height: 14px;
border: 1px solid #fff;
}
.btn-subscribe:hover{
border: 1px solid #fff;
background: transparent;
color: #fff;
}
.sidebar-tags{
background: #e30714;
padding: 30px 30px 30px;
}
.side-tags-featured,.side-tags5{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
.side-tags{
margin: 10px 10px 20px 0;
}
.side-tags-featured a{
padding:10px;
border:1px solid white;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.side-tags-featured a:hover {
background:#424b5a;
border-color:#424b5a;
color: #fff;
}
.side-tags5 a{
padding:10px;
border:1px solid #fff;
background:transparent;
color:#fff;
font-weight:500;
font-size:14px;
}
.side-tags5 a:hover {
background:#ffffff;
border-color:#ffffff;
color: #e30714;
} .search-by-categorie{
display: flex;
flex-wrap: wrap;
margin: 20px 0 40px 0;
}
.search-by-categorie .item{
margin:20px 0;
}
.search-by-categorie .item:nth-child(1) a{
border-left: 1px solid #E30714;
}
.search-by-categorie a{
color: #E30714; 
font-size: 14px;  
font-weight: 500; 
line-height: 18px;  
text-align: center;
padding: 16px 30px;
}
.search-by-categorie a{
border-right: 1px solid #E30714;
border-bottom: 1px solid #E30714;
border-top: 1px solid #E30714;
}
.search-by-categorie .active a{
background: #E30714;
color: #fff;
}
.search-by-categorie a:hover{
background: #E30714;
color: #fff;
}
body:not(.sidebar_enabled) .post-default{
max-width: inherit;
}
.search-excerpt{
color: #e30714;
}
.site-main .search h3{
font-size: 28px;  
font-style: italic; 
font-weight: bold;  
line-height: 44px;
margin-bottom: 0px;
}
.search h3 span{
color: #e30714;
}
.search .count-results{
color: #424B5A; 
font-size: 20px;  
line-height: 44px;
margin-bottom: 30px;
}
.search .entry-header{
color: #272D36; 
font-size: 18px;  
font-weight: bold;  
line-height: 44px;
margin-bottom: 10px;
}
.search-item{
border-top: 1px solid #AFAFAF;
padding: 20px 0;
margin-bottom: 0px;
}
.search article{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.search .entry-content{
width: 80%;
margin-right: 5%;
}
.search .footer{
width: 15%;
}
.navigation{
margin: 40px !important;
}
.navigation ul{
margin: 0 auto;
display: table;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fff;
text-decoration:none;
}
.navigation li {
display: inline-block;
margin: 5px;
}
.navigation li a{
border-radius: 3px;
cursor: pointer;
padding: 14px 20px;
color: #676F7B;
}
.navigation li a:hover{
background-color: #e30714;
color: #fff;
}
.navigation li.active a{
background-color: #e30714;
color: #fff;
}
.navigation li.disabled {
}
.navigation li a:hover,
.navigation li.active a {
background-color: #e30714;
color: #fff;
}
.navigation .paginat a:hover .chevron::before{
color: #ffffff;
}
.chevron::before {
border-style: solid;
border-width: 0.14em 0.14em 0 0;
content: '';
display: inline-block;
height: 0.85em;
left: 0.15em;
position: relative;
top: 4px;
transform: rotate(-45deg);
vertical-align: top;
width: 0.85em;
color: #676F7B;
}
.chevron.right:before {
left: 0;
transform: rotate(45deg);
}
.chevron.left:before {
left: 0.25em;
transform: rotate(-135deg);
}
.navigation{
margin: 40px !important;
}
.navigation ul{
margin: 0 auto;
display: table;
}
.navigation .page-numbers,
.navigation .page-numbers:hover,
.navigation .current a{
color: #fff;
text-decoration:none;
}
.navigation .page-numbers {
display: inline-block;
margin: 5px;
}
.navigation .page-numbers{
border-radius: 3px;
cursor: pointer;
padding: 14px 20px;
color: #676F7B;
}
.navigation .page-numbers:hover{
background-color: #e30714;
color: #fff;
}
.navigation .current{
background-color: #e30714;
color: #fff;
}
.navigation .page-numbers:hover .chevron::before{
color: #ffffff;
}
.search-read-more{
height: 46px; 
width: 160px; 
background-color: #ED1C23;
color: #fff;
padding: 15px 55px 15px 25px;
}
.search-read-more:hover{
background-color: #424b5a;
color: #fff;
}
.search-read-more::before{
content: url(//www.celfocus.com/beacon/wp-content/themes/cellfocus/images/right-arrow.png);
position: absolute;
right: 34px;
margin-top: 3px;
}
.not-found.no-results {
max-width: inherit;
text-align: left;
}
.page-title{
text-align: left;
} .tags-bar{
padding: 30px 30px 20px;
background-color: #E30714;
}
.tags-bar{
display: flex;
flex-wrap: wrap;
}
.tags-bar-tags,
.tags-bar-tags-normal{
margin: 10px 10px 20px 0;
}
.tags-bar-tags-featured a{
padding:10px;
border:1px solid white;
background:#fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.tags-bar-tags-featured a:hover {
background:#424b5a;
border-color:#424b5a;
color: #fff;
}
.tags-bar-tags-normal a{
padding:10px;
border:1px solid #fff;
background:transparent;
color:#fff !important;
font-weight:500;
font-size:14px;
}
.tags-bar-tags-normal a:hover {
background:#ffffff;
border-color:#ffffff;
color: #e30714 !important;
}
.tags-bar-tags-normal:nth-child(3){
margin-left: 0px !important;
}
.tags-bar .more-tags{
margin: 7px 10px 10px 0;
}
.tags-bar .more-tags a{
color: #fff;
font-size: 12px;  
line-height: 31px;
}  .AlphabetNav {
position: relative;
top: 0;
right: 0;
width: 100% !important;
display: flex;
align-items: baseline;
justify-content: center;
flex-flow: wrap row;
padding: 30px 10px 40px 10px;;
background: #f7f7f7;
min-height: 115px;
}
.AlphabetNav a,
.AlphabetNav span
{
display: flex;
color: #272D36;
font-weight: 500;
text-decoration: none;
color: #272D36; 
font-size: 16px;  
line-height: 31px;
}
.AlphabetNav span{
color: #B3B7BD;
}
.tag-letter{
padding: 7px;
}
.popular a{
font-size: 12px; 
}
.tagactive{
color: #272D36 !important;
}
.popular{
font-size: 12px;
}
.AlphabetNav a:hover{
color: #e30714;
}
.tagactive{
border-bottom:4px solid #e30714;
}
.tagactive a{
color: #e30714;
}
.nothas{
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
border: none !important;
} .TagList {
padding: 10em 2rem 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.tag-item{
display: flex;
align-items: center;
width: 90%;
}
.TagList .tag-item{
margin-bottom: 1.5rem;
margin-right: 1.5rem;
}
.Contact-avatar {
margin: 0 1em 0 0;
width: 30%;
min-width: 60px;
max-width: 100px;
border-radius: 50%;
background: #a7c031;
}
.Tag-name {
margin: 0;
font-size: 1.3em;
font-weight: 500;
color: darkgray;
}
.Tag-name a{
padding:10px;
border: 1px solid #272D36;
background: #fff;
color:#424b5a;
font-weight:500;
font-size:14px;
}
.Tag-name a:hover {
background:#e30714;
border-color:#e30714;
color: #fff;
}
.tag-item:nth-last-child(-n+10) a {
opacity: 0.5;
}
.tag-item:nth-last-child(-n+10) a:hover {
opacity: 1;
}
.tag-item:nth-last-child(-n+5) a {
opacity: 0.3;
}
.tag-item:nth-last-child(-n+5) a:hover {
opacity: 1;
}
.focus a {
opacity: 1 !important;
}
.focus a:hover {
opacity: 1 !important;
}
.Tag-name .tags-featured{
border:1px solid #424b5a !important;
background:#424b5a !important;
color:#fff !important;
}
.Tag-name .tags-featured:hover {
background:#e30714 !important;
border: 1px solid #e30714 !important;
color: #fff !important;
}
.Tag-name .tag-link::before{
content: "#";
}
.search-mobile .elementor-widget-container{
background: transparent !important;
} .seq .seq-canvas > *:before {
height: auto;
}
.seq.seq-active .seq-content{
margin-top: 25vh;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 1440px) {
.elementor-2 .elementor-element.elementor-element-0ab7b0f > .elementor-element-populated {
padding: 100px 0px !important;
}
}
@media(max-width: 480px) {
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
.seq-content .seq-title{
font-size: 17px;
line-height: 24px;
margin: 1.2rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.jet-search {
right: 10px;
}
.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right{
margin-right: 30px !important;
}
}
@media (max-width: 767px){
.elementor-element.elementor-global-1339 .menu-item-link-top,
.elementor-element.elementor-global-1339 .menu-item-link-top {
padding: 30px 30px 20px 10px !important;
}
.tags-flex{
display: none;
}
}
@media(max-width: 900px){
.single .author-flex-container{
align-items: baseline;
flex-direction: column;
}
}
@media(max-width: 768px){
.elementor-sticky--effects{
background: rgb(227,07,020) !important;
background-color: #e30714 !important;
width: 100%;
height: 60px;
position: relative;
top: -100px;
z-index: 1;
-webkit-transition: background-color 0.5s ease-in;
-moz-transition: background-color 0.5s ease-in;
-o-transition: background-color 0.5s ease-in;
transition: background-color 0.5s ease-in;
}
.elementor-sticky--effects img{
}
.elementor-7 .elementor-element.elementor-element-e5c0f5c{
margin-top: 0px !important;
}
.elementor-7 .elementor-element.elementor-element-e5c0f5c > .elementor-container {
min-height: 0px !important;
}
#toDown{
display: none;
}
.footer-container-posts .flex-item {
margin-bottom: 0px;
}
.elementor-location-footer .elementor-top-column:nth-child(2),
.elementor-location-footer .elementor-top-column:nth-child(3),
.elementor-location-footer .elementor-top-column:nth-child(4){
margin-top: 50px;
}
.elementor-location-footer .elementor-widget-heading{
margin: 0px !important;
}
#mc_embed_signup h3{
margin: 10px 0 10px;
}
.article-item h3{
margin: 2em 0 0.8em !important;
min-height: auto;
}
.article-item p {
font-size: 18px;
line-height: 26px;
}
.article-item h3{
color: white;
font-size: 28px;
line-height: 32px;
}
.elementor-682 .elementor-element.elementor-element-ceed81f:not(.elementor-motion-effects-element-type-background){
background: #fff !important;
}
.article-item3 .img-item3{
width: 100%;
}
.archive .box-author-read {
margin-left: 0;
}
.single .article-item3{
height: auto;
padding-bottom: 20px;
width: 100%;
}
.article-item3 h3{
min-height: auto;
}
header .elementor-sticky--effects .header-stick-overlay{
display: none;
}
.single .author-flex-container{
display: block;
}
.single-post .boxtags{
width: 100%;
}
.single-post .boxauthor2{
width: 100%;
}
#scrolldown{
display: none !important;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
text-align: right;
right: 10px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
padding-left: 0px;
right: 10px;
}
.elementor-613 .elementor-element.elementor-global-1339 .menu-item-link-top{
padding: 20px 0px !important;
}
.menu-newsletters .menu-item-link{
border: none !important;
}
.past-editions{
margin: 20px;
}
.TagList{
padding: 20px;
}
.Tag-name{
display: contents;
}
.AlphabetNav{
padding: 20px;
}
.Tag-name a{
font-size: 12px;
}
.tags-bar{
padding: 20px;
}
.entry-footer{
display: grid !important;
margin-top: 15px;
}
.search-by-categorie a{
border-left: 1px solid #E30714;
}
.archive .article-item3{
min-height: auto;
background-color: #F7F7F7;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.02);
display: contents;
}
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
.current-post-ancestor, .current-menu-item:not(.menu-newsletters) {
border-bottom: none;
}
.jet-search {
top: 10px;
}
.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right{
}
.seq .seq-content{
max-width: 90%;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 0px;
}
.seq-content .seq-title{
font-size: 22px;
line-height: 28px;
margin: 1.2rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
margin-right: 15%;
}
.seq{
height: 100vh;
}
.seq .seq-pagination {
bottom: 113px;
}
.article-item:nth-child(1),.article-item:nth-child(2),.article-item3:nth-child(1),.article-item3:nth-child(2){
margin-right: 0px !important;
margin: 20px 0;
}
.about-content{
margin: 0px auto !important;
padding: 25px 30px !important;
background: #e30714;
width: 100%;
}
.about-content h2{
font-size: 30px;
line-height: 38px;
}
.bg-img{
background-position-x: -356px !important;
}
.article-section2{
width: 100% !important;
}
.article-item-section2:nth-child(1){
}
.tags-flex{
padding: 15px 0 0 0;
top: 0px !important;
background: #ffffff;
margin-bottom: 20px;
}
.tags-flex div {
margin: 1rem;
padding: 0px;
position: relative;
top: 0px;
}
.tag-item{
width: calc(100% * 1/2 - 2rem);
}
.tags-flex .featured-tag a {
background: #424b5a;
color: #fff;
}
.tags-flex .normal-tag a{
color: #424b5a;
border: 1px solid #424b5a;
}
.more-tag-link{
color: #424b5a;
}
.elementor-2 .elementor-element.elementor-element-c3a1e07 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.article-section2 h2 {
color: #272D36;
font-size: 26px;
line-height: 30px;
}
.elementor-2 .elementor-element.elementor-element-0ab7b0f > .elementor-element-populated {
padding: 25px 30px 25px 30px !important;
}
.article-item-section2:nth-child(1){
width: 100%;
margin-right: 0px;
}
.cookie-law-info-bar{
top: 20% !important;
margin-top: 0px !important;
left: 0% !important;
margin-left: 0px !important;
}
.cli_messagebar_head {
font-size: 20px;
line-height: 27px;
}
#cookie-law-info-bar span {
color: #4B5766;
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
#cookie-law-info-bar {
width: 95% !important;
padding: 0px 15px 15px !important;
text-align: left;
height: 500px !important;
display: flex;
}
.elementor-549 .elementor-element.elementor-element-f4388b3 {
padding: 20px !important;
}
.elementor-549 .elementor-element.elementor-element-f4388b3{
margin-top: 0px !important;
}
.elementor-7 .elementor-element.elementor-element-63d321f > .elementor-element-populated {
margin: 0px 0px 0px 0px;
}
}
@media only screen 
and (max-device-width: 640px), 
only screen and (max-device-width: 667px), 
only screen and (max-width: 480px)
{ 
#cookie-law-info-bar{
width: 95% !important;
}
}
@media only screen 
and (min-device-width : 375px)
and (max-device-width : 667px) {
.seq{
height: 80vh;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
.seq{
height: 70vh;
}
}
@media only screen 
and (min-device-width : 374px) 
and (min-device-height : 800px) {
.seq{
height: 70vh;
}
}
@media only screen 
and (max-device-width : 375px){
.seq{
height: 80vh;
}
}
@media(max-width: 320px){
.seq{
height: 90vh;
}
}
@media only screen 
and (min-device-width : 374px) 
and (min-device-height : 800px) {
.seq{
height: 65vh;
}
} @media (min-width: 769px) and (max-width: 1024px) {
header .elementor-sticky--effects .header-stick-overlay{
display: none;
}
.about-content{
padding: 25px 30px !important;
background: #e30714;
width: 100%;
margin-left: 0%;
}
.seq .seq-content{
max-width: 1024px;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 20px;
}
.seq-content .seq-title{
font-size: 40px;
line-height: 50px;
margin: 1.5rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.seq .seq-pagination {
bottom: 113px;
}
.slide .content {
padding: 0 0 0 100px;
}
.buttons button#prev {
left: 20px;
}
.buttons button#next {
right: 20px;
}
.logo{
left: 0px;
}
.about-content{
margin: 0px auto !important;
padding: 50px !important;
margin-left: 45%;
}
.bg-img{
background-position-x: -356px !important;
}
.article-section2{
width: 100% !important;
}
.article-item-section2:nth-child(1) {
margin-bottom: 20px;
}
.archive .article-item3,
.archive .article-item3:nth-child(1),
.archive .article-item3:nth-child(2),
.archive .article-item3:nth-child(3),
.archive .article-item3:nth-child(4),
.archive .article-item3:nth-child(5){
width: calc(100% * 1/1 - 0rem);
margin: 0px;
}
}
@media(min-width: 1025px) and (max-width: 1440px) {
.seq .seq-content{
max-width: 1140px;
margin: 0px;
text-align: left;
z-index: 10;
left: 0px;
top: 0;
padding: 0px;
}
.seq-content .seq-title{
font-size: 40px;
line-height: 50px;
margin: 1.5rem 0 .5em 0;
}
.seq-content .seq-subtitle{
font-size: 15px;
line-height: 22px;
}
.seq{
height: 100vh;
}
.seq .seq-pagination {
bottom: 113px;
}
}  @media only screen and (min-width: 600px){
.seq {
max-height: 98vh;
}
}
@media (min-width: 400px) {
.AlphabetNav {
width: 100%;
}
.AlphabetNav a { 
width: calc(100% * 1/4 - .3em); 
}
.TagList {
padding-top: 30px;
}
}
@media (min-width: 400px) and (min-height: 600px) {
.AlphabetNav {
width: 6em;
}
.AlphabetNav a {
width: calc(100% * 1/3 - .5em); 
margin: .25em;
}
}
@media (min-width: 800px) {
body:not(.home) header .elementor-sticky--effects{
height: 84px !important;
background-image: inherit !important;
}
.AlphabetNav {
top: 0;
display: flex;
align-items: center;
flex-flow: nowrap row;
justify-content: space-around;
width: 100%;
height: auto;
background: ghostwhite;
}
.AlphabetNav a {
}
.TagList {
padding-top: 30px;
}
.tag-item{
width: calc(100% * 1/4 - 2rem);
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select,
textarea,
input {
font-size: 16px;
}
}
@media only screen and (min-width: 1024px){
.seq {
height: 94vh;
}
}