@charset "UTF-8";
@charset "UTF-8";
.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
} .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
} .pswp__img--placeholder {
-webkit-backface-visibility: hidden;
} .pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
} .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}
.pswp .pswp__zoom-wrap {
text-align: center;
}
.pswp .pswp__zoom-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.pswp .wrapper {
line-height: 0;
width: 100%;
max-width: 900px;
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.pswp .video-wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
width: 100%;
}
.pswp .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pswp video {
width: 100% !important;
height: auto !important;
}    .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.admin-bar .pswp__top-bar {
top: 32px;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }

.tabs-block .tb-m-button.current,
.tabs-block .tb-buttons .button.current {
color: #ffffff;
} .play-button, .portfolio-slider-item .image a, .portfolio-slider-item .h a, .product-carousel-item .bottom .h a, .categories-block .links .item a {
color: inherit;
text-decoration: none;
}
.vertical-tabs .tabs-buttons {
margin: 0;
padding: 0;
}
.vertical-tabs .tabs-buttons li {
display: block;
}
.portfolio-items .owl-prev,
.portfolio-items .owl-next, .portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next, .testimonials-items .owl-prev,
.testimonials-items .owl-next, .testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next, .team-carousel .owl-prev,
.team-carousel .owl-next, .price-list-block .owl-prev,
.price-list-block .owl-next, .portfolio-items .owl-dots .owl-dot, .bg-overlay .video-wrap.disable-on-scroll iframe,
.bg-overlay .video-wrap.disable-on-scroll video,
.bg-overlay .video.disable-on-scroll iframe,
.bg-overlay .video.disable-on-scroll video, .bg-overlay iframe.video.disable-on-scroll, .bg-overlay .video-controls.hide, .bg-overlay .video-controls .button:before, .bg-overlay .video-controls .button i, .banner-navigation .dots .owl-dot:before, .banner-navigation-style2 .arrows .owl-prev,
.banner-navigation-style2 .arrows .owl-next, .banner-navigation-style2 .arrows .owl-prev:after, .banner-navigation-style2 .dots .owl-dot:before, .play-button, .filter-buttons .wrap .button, .portfolio-carousel-item .a-img div, .tabs-block .tb-m-button span:after,
.tabs-block .tb-buttons .button span:after, .service-item, .service-item .content .sub-h, .service-item .content .h, .service-item .content .desc:before, .services-carousel .owl-prev,
.services-carousel .owl-next, .brand-item img, .portfolio-slider .owl-stage-outer .owl-stage .owl-item, .portfolio-slider-item .nav-dots div, .vertical-tabs .tab-item .tab-m-button .num, .vertical-tabs .tab-item .tab-m-button .label, .vertical-tabs .tabs-buttons .num, .vertical-tabs .tabs-buttons .label, .team-carousel .team-item .image:before, .price-list-block .owl-stage-outer .owl-item, .ops-nav div:before, .ops-nav div:after, .ophs-nav .container div, .projects-scroll-block, .psb-items .psb-col .item .h, .psb-navigation, .product-carousel button.owl-next span,
.product-carousel button.owl-prev span, .categories-block .links .item .num, .categories-block .links .item .h, .split-screen .navigation-block .pagination span {
-webkit-transition: 300ms ease;
-o-transition: 300ms ease;
transition: 300ms ease;
-webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
-o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}
.bg-overlay .image, .banner-area .banner-item, .video-block, .portfolio-item .pi-img div:not(.play-button), .portfolio-carousel-item .a-img div, .services-carousel .item .img, .portfolio-slider-item .image, .vertical-tabs .tab-item .image, .team-carousel .team-item .image, .price-list-block .price-list-item .top .sticker span span, .ops-screen, .about-block .experience .num, .about-block .image div, .psb-items .psb-col .item .img div, .product-carousel-item .image div, .categories-block .images .item .img, .side-img > .vc_column-inner {
background: 50% no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
@media (max-width: 767.98px) {
body.mobile-images-true .bg-overlay .image, .bg-overlay body.mobile-images-true .image, body.mobile-images-true .banner-area .banner-item, .banner-area body.mobile-images-true .banner-item, body.mobile-images-true .video-block, body.mobile-images-true .portfolio-item .pi-img div:not(.play-button), .portfolio-item .pi-img body.mobile-images-true div:not(.play-button), body.mobile-images-true .portfolio-carousel-item .a-img div, .portfolio-carousel-item .a-img body.mobile-images-true div, body.mobile-images-true .services-carousel .item .img, .services-carousel .item body.mobile-images-true .img, body.mobile-images-true .portfolio-slider-item .image, .portfolio-slider-item body.mobile-images-true .image, body.mobile-images-true .vertical-tabs .tab-item .image, .vertical-tabs .tab-item body.mobile-images-true .image, body.mobile-images-true .team-carousel .team-item .image, .team-carousel .team-item body.mobile-images-true .image, body.mobile-images-true .price-list-block .price-list-item .top .sticker span span, .price-list-block .price-list-item .top .sticker span body.mobile-images-true span, body.mobile-images-true .ops-screen, body.mobile-images-true .about-block .experience .num, .about-block .experience body.mobile-images-true .num, body.mobile-images-true .about-block .image div, .about-block .image body.mobile-images-true div, body.mobile-images-true .psb-items .psb-col .item .img div, .psb-items .psb-col .item .img body.mobile-images-true div, body.mobile-images-true .product-carousel-item .image div, .product-carousel-item .image body.mobile-images-true div, body.mobile-images-true .categories-block .images .item .img, .categories-block .images .item body.mobile-images-true .img, body.mobile-images-true .side-img > .vc_column-inner {
-webkit-background-size: contain !important;
background-size: contain !important;
}
}
.banner-navigation-style2 .arrows .owl-prev,
.banner-navigation-style2 .arrows .owl-next, .banner-navigation-style2 .dots .owl-dot, .filter-buttons .wrap .button, .subscribe-form .button {
background: none;
border: none;
color: inherit;
cursor: pointer;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: inherit;
line-height: 1;
outline: none;
overflow: hidden;
padding: 0;
pointer-events: all;
position: relative;
text-decoration: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.banner-navigation-style2 .arrows .owl-prev span, .banner-navigation-style2 .arrows .owl-next span, .banner-navigation-style2 .dots .owl-dot span, .filter-buttons .wrap .button span, .subscribe-form .button span {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.bg-overlay, .bg-overlay .image, .bg-overlay .color, .bg-overlay .gradient, .bg-overlay .video-wrap,
.bg-overlay .video, .bg-overlay .dots, .bg-overlay .squares, .portfolio-item .pi-wrap > a, .portfolio-item .pi-img:before, .portfolio-carousel-item .a-img a, .services-carousel .item a, .icon-box .bg, .portfolio-slider-item .image a, .team-carousel .team-item .image:before, .ops-nav div:before, .split-screen .map-block .map, .psb-items .psb-col .item a, .categories-block .images .item, .categories-block .images .item .img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.tabs-block .tb-m-button span:after,
.tabs-block .tb-buttons .button span:after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.bg-overlay .video-wrap.disable-on-scroll.show iframe,
.bg-overlay .video-wrap.disable-on-scroll.show video,
.bg-overlay .video.disable-on-scroll.show iframe,
.bg-overlay .video.disable-on-scroll.show video, .bg-overlay iframe.video.disable-on-scroll.show, .portfolio-item:hover .pi-img:before, .portfolio-carousel .owl-stage-outer .owl-item.current, .portfolio-carousel .owl-stage-outer .owl-item.active, .portfolio-carousel .owl-stage-outer .owl-item.next, .portfolio-carousel.style2 .owl-stage-outer .owl-stage .owl-item, .owl-carousel .current .portfolio-carousel-item .content, .brand-item:hover img + img, .portfolio-slider .owl-stage-outer .owl-stage .owl-item.active, .price-list-block .owl-stage-outer .owl-item.active, .ops-nav div.current:after, .psb-items .psb-col .item.current .h, .categories-block .images .item.current .additional-img {
opacity: 1;
visibility: visible;
}
.bg-overlay .video-wrap.disable-on-scroll iframe,
.bg-overlay .video-wrap.disable-on-scroll video,
.bg-overlay .video.disable-on-scroll iframe,
.bg-overlay .video.disable-on-scroll video, .bg-overlay iframe.video.disable-on-scroll, .bg-overlay .video-controls.hide, .portfolio-carousel .owl-stage-outer .owl-item, .owl-carousel .portfolio-carousel-item .content, .brand-item:hover img, .portfolio-slider .owl-stage-outer .owl-stage .owl-item, .price-list-block .owl-stage-outer .owl-item, .ops-nav div:after, .psb-items .psb-col .item .h, .projects-scroll-block.opened .psb-navigation, .categories-block .images .item .additional-img, .categories-block.hide-num .num {
opacity: 0;
visibility: hidden;
}
.portfolio-items .owl-prev,
.portfolio-items .owl-next, .portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next, .testimonials-items .owl-prev,
.testimonials-items .owl-next, .testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next, .team-carousel .owl-prev,
.team-carousel .owl-next, .price-list-block .owl-prev,
.price-list-block .owl-next {
position: absolute;
top: 50%;
margin-top: -0.5em;
cursor: pointer;
}
.portfolio-items .owl-prev:hover,
.portfolio-items .owl-next:hover, .portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover, .testimonials-items .owl-prev:hover,
.testimonials-items .owl-next:hover, .testimonials-carousel .owl-nav .owl-prev:hover,
.testimonials-carousel .owl-nav .owl-next:hover, .team-carousel .owl-prev:hover,
.team-carousel .owl-next:hover, .price-list-block .owl-prev:hover,
.price-list-block .owl-next:hover {
opacity: .5;
}
.portfolio-items .owl-prev, .testimonials-items .owl-prev, .price-list-block .owl-prev {
left: -70px;
}
.portfolio-items .owl-next,
.testimonials-items .owl-next,
.price-list-block .owl-next {
right: -70px;
}
.portfolio-items .owl-dots {
display: block;
text-align: center;
line-height: 0;
}
.portfolio-items .owl-dots .owl-dot {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 10px;
box-shadow: inset 0 0 0 10px;
margin: 0 2.5px;
}
.portfolio-items .owl-dots .owl-dot span {
display: block;
width: 6px;
height: 6px;
margin: 2px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.portfolio-item .pi-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: left;
-webkit-align-items: left;
-ms-flex-align: left;
align-items: left;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.vertical-tabs .tab-item .tab-m-button .num, .vertical-tabs .tab-item .text, .vertical-tabs .tabs-buttons .num, .about-block .desc, .categories-block .links .item .num {
font-family: 'Fira Sans', sans-serif;
}
.skill-circle > *:last-child, .accordion-block > *:last-child {
margin-bottom: 0 !important;
} .portfolio-items .owl-prev,
.portfolio-items .owl-next, .portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next, .testimonials-items .owl-prev,
.testimonials-items .owl-next, .testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next, .team-carousel .owl-prev,
.team-carousel .owl-next, .price-list-block .owl-prev,
.price-list-block .owl-next, .banner-navigation .arrows, .banner-navigation-style2 .dots .owl-dot.active:after, .mouse-button, .play-button:hover, .filter-buttons .wrap .button:hover, .filter-buttons .wrap .button:before, .portfolio-heading-block p, .portfolio-item .pi-content:after, .portfolio-item .pi-content .cat, .portfolio-carousel-item .content .categ span, .num-box-item .content .h, .service-item .content .sub-h, .service-item:hover .content .h, .testimonials-item .avatar .owl-prev,
.testimonials-item .avatar .owl-next, .testimonials-item .quote:before, .testimonials-item .name, .testimonials-carousel-item .bottom .content:before, .testimonials-carousel-item .bottom .name, .icon-box .sub-h, .icon-box-style2 .h span, .icon-box-style3 .top .h span, .portfolio-slider-item .arrows .owl-prev,
.portfolio-slider-item .arrows .owl-next, .portfolio-slider-item .categ span, .vertical-tabs .tab-item .tab-m-button.current .label, .vertical-tabs .tab-item .tab-m-button:hover .label, .vertical-tabs .tabs-buttons li.current .label, .vertical-tabs .tabs-buttons li:hover .label, .team-carousel .team-item .bottom .name, .about-block .experience .num, .timer-block .name, .product-price-block .price-block .price span, .psb-content .explore, .psb-navigation .prev,
.psb-navigation .next, .product-carousel button.owl-next:after,
.product-carousel button.owl-prev:after, .categories-block .links .item.current .h, .split-screen .navigation-block .prev,
.split-screen .navigation-block .next {
color: #feb406;
}
.portfolio-items .owl-dots .owl-dot.active span, .banner-navigation-style2 .arrows .owl-prev:after, .mouse-button:before, .portfolio-item .pi-content:before, .tabs-block .tb-m-button span:after,
.tabs-block .tb-buttons .button span:after, .num-box-item .line, .service-item .content .desc:before, .services-carousel .item .num:before, .icon-box .h:after, .portfolio-slider-item .count:before, .portfolio-slider-item .arrows .owl-prev:after,
.portfolio-slider-item .arrows .owl-next:after, .price-list-block .price-list-item .wrap .options div:not(:last-of-type):after, .ops-nav div:after, .timer-block > span:not(:last-of-type) .num:before, .timer-block > span:not(:last-of-type) .num:after, .product-price-block .price-block .old:before, .product-carousel button.owl-next:before,
.product-carousel button.owl-prev:before, .subscribe-form .button, .accordion-item .top .button:before, .accordion-item .top .button:after {
background: #feb406;
}
.skills-rate .rate-line div {
background-color: #feb406;
}
.banner-navigation .dots .owl-dot.active:before, .split-screen .navigation-block .pagination span.current {
border-color: #feb406;
} .light-color .play-button:hover {
color: #2b2f35;
}
@media (max-width: 767.98px) {
h1,
.h1 {
font-size: 48px !important;
}
h2,
.h2 {
font-size: 36px !important;
}
h3,
.h3 {
font-size: 30px !important;
}
h4,
.h4 {
font-size: 24px !important;
}
h5,
.h5 {
font-size: 18px !important;
}
h6,
.h6 {
font-size: 16px !important;
}
} .vc_row[data-vc-full-width] {
overflow: visible;
}
.owl-carousel .parallax-mirror {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important;
}
.owl-carousel .owl-item {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: opacity, transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
}
.owl-carousel.loading .owl-item {
opacity: 0 !important;
-webkit-transform: translate(50%, 0%) !important;
-ms-transform: translate(50%, 0%) !important;
transform: translate(50%, 0%) !important;
}
.cache-items {
display: none !important;
} .load-items-area {
display: none !important;
} .bg-overlay {
overflow: hidden;
z-index: -1;
pointer-events: none;
}
.bg-overlay .color {
background-color: #000;
opacity: .2;
}
.bg-overlay .gradient {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(43, 47, 53, 0.7)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
background-repeat: repeat-x;
}
.bg-overlay .video-wrap,
.bg-overlay .video {
z-index: 3;
}
.bg-overlay .video-wrap video,
.bg-overlay .video video {
position: absolute;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
-o-object-fit: contain;
object-fit: contain;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.mobile-images-true .bg-overlay .video-wrap video, .mobile-images-true
.bg-overlay .video video {
width: 100%;
}
.bg-overlay .video-wrap audio,
.bg-overlay .video audio {
display: none;
}
.bg-overlay iframe.video {
width: auto;
height: auto;
min-width: 100%;
min-height: 300%;
max-width: none;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.bg-overlay .video-controls {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
z-index: 100;
pointer-events: none;
font-size: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 3 !important;
}
.bg-overlay .video-controls .button {
pointer-events: all;
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 0 1.5em;
-ms-flex: 0 0 1.5em;
flex: 0 0 1.5em;
text-align: center;
}
.bg-overlay .video-controls .button i {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
}
.bg-overlay .video-controls .button.active:before {
opacity: 0;
}
.bg-overlay .video-controls .button.active i {
opacity: 1;
}
.bg-overlay .lines {
position: absolute;
top: 0;
right: 0;
width: 65%;
height: 100%;
max-width: 650px;
-webkit-transform: skewX(-30deg);
-ms-transform: skewX(-30deg);
transform: skewX(-30deg);
-webkit-transform-origin: 0% 65%;
-ms-transform-origin: 0% 65%;
transform-origin: 0% 65%;
}
.bg-overlay .lines.on-left {
right: auto;
left: 0;
-webkit-transform: skewX(30deg);
-ms-transform: skewX(30deg);
transform: skewX(30deg);
}
.bg-overlay .lines div {
width: 30.93525%;
background-color: #fff;
height: 100%;
float: left;
opacity: .07;
}
.bg-overlay .lines div:not(:last-of-type) {
margin-right: 3.59712%;
}
.bg-overlay .dots {
background: -webkit-linear-gradient(left, #2b2f35 33px, transparent 1%) center, -webkit-linear-gradient(#2b2f35 33px, transparent 1%) center, #585757;
background: -o-linear-gradient(left, #2b2f35 33px, transparent 1%) center, -o-linear-gradient(#2b2f35 33px, transparent 1%) center, #585757;
background: linear-gradient(90deg, #2b2f35 33px, transparent 1%) center, linear-gradient(#2b2f35 33px, transparent 1%) center, #585757;
-webkit-background-size: 35px 35px;
background-size: 35px 35px;
opacity: 0.9;
}
.bg-overlay .squares {
overflow: hidden;
}
.bg-overlay .squares:before, .bg-overlay .squares:after {
content: '';
position: absolute;
background-color: rgba(255, 255, 255, 0.05);
width: 100%;
height: 100%;
-webkit-transform: rotate(45deg) skewY(-25deg);
-ms-transform: rotate(45deg) skewY(-25deg);
transform: rotate(45deg) skewY(-25deg);
}
.bg-overlay .squares:before {
left: -25%;
bottom: 40%;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.bg-overlay .squares:after {
top: 60%;
left: 75%;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
} .banner-area {
position: relative;
color: #fff;
width: 100%;
}
.banner-area.current-black {
color: #000;
}
.banner-area .row {
padding: 30px 0;
}
.banner-area.top-offset .row {
padding-top: 130px;
}
.banner-area .banner-item {
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1;
pointer-events: none;
}
.banner-area .banner-item.white {
color: #fff;
}
.banner-area .banner-item.black {
color: #000;
}
.banner-area .banner-item .col > *:last-of-type {
margin-bottom: 0;
}
.banner-area .banner-item .heading-block {
margin: 0 0 25px;
}
.banner-area .banner-item .h {
margin: 0;
}
.banner-area .banner-item .button-style1 {
margin-top: 45px;
}
@media (max-width: 575.98px) {
.banner-area .banner-social-links {
display: none;
}
.banner-area .banner-item .h {
font-size: 36px !important;
}
} .banner-navigation {
position: absolute;
left: 0;
right: 0;
bottom: 65px;
z-index: 10;
pointer-events: none;
}
.banner-navigation.on-right {
text-align: right;
}
.banner-navigation .wrap {
position: relative;
display: inline-block;
}
.banner-navigation button {
border: none;
background: none;
color: inherit;
padding: 0;
margin: 0;
cursor: pointer;
pointer-events: all;
}
.banner-navigation .arrows {
font-size: 6px;
}
.banner-navigation .arrows > button {
position: absolute;
top: 50%;
width: 3em;
height: 3em;
margin-top: -1.5em;
}
.banner-navigation .arrows .owl-prev {
right: 100%;
margin-right: 10px;
}
.banner-navigation .arrows .owl-next {
left: 100%;
margin-left: 10px;
}
.banner-navigation .dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.banner-navigation .dots .owl-dot {
counter-increment: slides-num;
}
.banner-navigation .dots .owl-dot:before {
content: "0" counter(slides-num);
display: block;
opacity: 0.3;
border-bottom: 1px solid #919191;
font-size: 12px;
font-weight: 600;
width: 50px;
padding: 12px 5px;
}
.banner-navigation .dots .owl-dot:nth-child(n+10):before {
content: counter(slides-num);
}
.banner-navigation .dots .owl-dot.active:before {
opacity: 1;
} .banner-navigation-style2 {
position: absolute;
left: 0;
right: 0;
bottom: 70px;
z-index: 20;
pointer-events: none;
}
.banner-navigation-style2 .wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.banner-navigation-style2 .arrows {
pointer-events: all;
}
.banner-navigation-style2 .arrows .owl-prev,
.banner-navigation-style2 .arrows .owl-next {
position: relative;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
opacity: 0.3;
line-height: 1;
overflow: visible;
}
.banner-navigation-style2 .arrows .owl-prev:hover,
.banner-navigation-style2 .arrows .owl-next:hover {
opacity: 1;
}
.banner-navigation-style2 .arrows .owl-prev:hover:after,
.banner-navigation-style2 .arrows .owl-next:hover:after {
opacity: 0.3;
}
.banner-navigation-style2 .arrows .owl-prev {
margin-right: 35px;
}
.banner-navigation-style2 .arrows .owl-prev:after {
content: '';
position: absolute;
top: 0;
right: -17px;
bottom: 0;
width: 1px;
pointer-events: none;
}
.banner-navigation-style2 .dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.banner-navigation-style2 .dots .owl-dot {
position: relative;
counter-increment: slides-num;
pointer-events: all;
margin-left: 35px;
font-size: 12px;
font-weight: 500;
opacity: 0.3;
line-height: 24px;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
overflow: visible;
}
.banner-navigation-style2 .dots .owl-dot:first-of-type {
margin-left: 0;
}
.banner-navigation-style2 .dots .owl-dot:before {
content: "0" counter(slides-num);
}
.banner-navigation-style2 .dots .owl-dot:nth-child(n+10):before {
content: counter(slides-num);
}
.banner-navigation-style2 .dots .owl-dot:after {
content: '';
position: absolute;
left: -17px;
top: 50%;
width: 1px;
height: 15px;
-webkit-box-shadow: inset 0 0 0 1px;
box-shadow: inset 0 0 0 1px;
-webkit-transform: rotate(15deg) translateY(-50%);
-ms-transform: rotate(15deg) translateY(-50%);
transform: rotate(15deg) translateY(-50%);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.banner-navigation-style2 .dots .owl-dot.active {
opacity: 1;
font-size: 24px;
padding-right: 10px;
margin-left: 90px;
}
.banner-navigation-style2 .dots .owl-dot.active:after {
height: 50px;
left: -45px;
-webkit-transform: rotate(90deg) translateY(-50%);
-ms-transform: rotate(90deg) translateY(-50%);
transform: rotate(90deg) translateY(-50%);
}
@media (max-width: 575.98px) {
.banner-navigation-style2 .dots {
display: none;
}
} @-webkit-keyframes mouse_roll {
0% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
opacity: 0;
}
20%,
50% {
opacity: 1;
}
100% {
-webkit-transform: translate(0px, 5px);
transform: translate(0px, 5px);
opacity: 0;
}
}
@keyframes mouse_roll {
0% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
opacity: 0;
}
20%,
50% {
opacity: 1;
}
100% {
-webkit-transform: translate(0px, 5px);
transform: translate(0px, 5px);
opacity: 0;
}
}
.mouse-button {
position: absolute;
right: 35px;
bottom: 35px;
border: 1px solid;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 9px;
height: 15px;
cursor: pointer;
}
.banner-area .mouse-button {
bottom: 75px;
z-index: 10;
}
.mouse-button:before {
content: '';
position: absolute;
top: 2px;
left: 3px;
width: 1px;
height: 3px;
-webkit-animation: mouse_roll 1.5s ease-in-out infinite;
animation: mouse_roll 1.5s ease-in-out infinite;
}
.mouse-button span {
position: absolute;
top: 100%;
left: 0;
opacity: 0.3;
}
.mouse-button span:before, .mouse-button span:after {
content: '';
display: block;
width: 7px;
height: 7px;
color: #fff;
border-left: 1px solid;
border-bottom: 1px solid;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mouse-button span:before {
margin: 4px 0 -3px;
}
.mouse-button.axis-x span {
top: 0;
left: 12px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
@media (max-width: 767.98px) {
.mouse-button {
display: none;
}
} .heading-with-overlay-block .h {
display: inline-block;
margin: 0;
background: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-sticker.jpg) 50%;
-webkit-background-size: cover;
background-size: cover;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
} .play-button {
display: block;
border: 1px solid;
width: 3.25em;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
text-indent: .2em;
cursor: pointer;
}
.play-button.on-center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.play-button i {
display: block;
line-height: 3.125em;
} .video-block {
position: relative;
overflow: hidden;
text-align: center;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
.video-block.fix-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.video-block.light-color {
color: #fff;
}
.video-block img {
display: block;
}
.video-block .content {
max-width: 460px;
}
.video-block .content .h {
margin-top: 0;
}
.video-block .content p {
font-weight: 200;
margin-bottom: 25px;
}
.video-block .content .play-button {
margin: 0 auto;
} @-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loadmore-button-block,
.loadmore-button {
text-align: center;
margin: 30px 0;
}
.blog-items.isotope + .loadmore-button-block, .blog-items.isotope +
.loadmore-button {
margin-top: 0;
}
.loadmore-button-block a i,
.loadmore-button a i {
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
-webkit-animation: spin 1500ms linear infinite;
animation: spin 1500ms linear infinite;
-webkit-transition: opacity 300ms ease-in-out;
-o-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
opacity: 0;
}
.loadmore-button-block a span,
.loadmore-button a span {
-webkit-transition: opacity 300ms ease-in-out;
-o-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
}
.loadmore-button-block a.loading i,
.loadmore-button a.loading i {
opacity: 1;
}
.loadmore-button-block a.loading span,
.loadmore-button a.loading span {
opacity: 0;
} .filter-buttons {
margin: 40px 0;
}
.filter-buttons .wrap {
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-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.filter-buttons .wrap .button {
padding: 13px 15px;
opacity: .3;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.filter-buttons .wrap .button:not(:last-of-type) {
margin-right: 7px;
}
.filter-buttons .wrap .button:hover {
background: none;
}
.filter-buttons .wrap .button:hover, .filter-buttons .wrap .button.current {
opacity: 1;
}
.filter-buttons .wrap .button:before {
content: "";
position: absolute;
left: 0;
right: 100%;
bottom: 0;
height: 1px;
-webkit-transition: right 400ms ease-in;
-o-transition: right 400ms ease-in;
transition: right 400ms ease-in;
-webkit-box-shadow: inset 0 0 0 1px;
box-shadow: inset 0 0 0 1px;
}
.filter-buttons .wrap .button.current:before {
right: 0;
} .portfolio-block .loadmore-button-block {
margin-top: -30px;
} .portfolio-top {
padding: 15px 45px;
}
.portfolio-top + .portfolio-items {
margin-top: 0;
} .portfolio-heading-block {
margin: 30px 0;
}
.portfolio-heading-block .h {
margin: 0;
}
.portfolio-heading-block p {
font-weight: 500;
letter-spacing: 0.05em;
margin: 10px 0 0;
} .portfolio-items {
margin-top: 30px;
margin-bottom: 30px;
}
.portfolio-items.with-dots {
margin-bottom: 120px;
}
.portfolio-items .owl-dots {
position: absolute;
left: 0;
right: 0;
top: 100%;
margin-top: 55px;
}
.portfolio-items .grid-sizer {
display: none;
height: 0;
}
.portfolio-items.isotope .grid-sizer {
display: block;
} .portfolio-item {
margin-bottom: 30px;
position: relative;
color: #fff;
}
.owl-carousel .portfolio-item {
margin: 0;
}
.with-offset .portfolio-item.col-lg-3:nth-child(2) {
margin-top: 140px;
}
.with-offset .portfolio-item.col-lg-4:nth-child(3) {
margin-top: 80px;
}
.with-offset .portfolio-item.col-lg-6:nth-child(2) {
margin-top: 80px;
}
.portfolio-item .pi-wrap {
position: relative;
overflow: hidden;
}
.portfolio-item .pi-wrap > a {
z-index: 3;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.portfolio-item .pi-img {
position: relative;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
z-index: 1;
}
.portfolio-item .pi-img:before {
content: "";
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
opacity: 0;
visibility: hidden;
background: #181818;
z-index: 1;
}
.portfolio-item:hover .pi-img:before {
opacity: .7;
}
.portfolio-item .pi-img div:not(.play-button) {
padding-bottom: 100%;
}
.grid-style2 .portfolio-item .pi-img div:not(.play-button) {
padding-bottom: 115.55556%;
}
.style-grayscale .portfolio-item .pi-img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.style-grayscale .portfolio-item:hover .pi-img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.style-grayscale .portfolio-item:hover .pi-img:before {
opacity: 0;
}
.portfolio-item .pi-img img {
vertical-align: middle;
}
.portfolio-item .pi-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 22px 14.28571% 22px 21.42857%;
z-index: 2;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 500ms ease-in-out;
transition: -webkit-transform 500ms ease-in-out;
-o-transition: transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
background: rgba(24, 24, 24, 0.7);
}
.portfolio-item .pi-content:before {
content: '';
position: absolute;
top: 35px;
left: 7.71429%;
right: 83.71429%;
height: 1px;
}
.portfolio-item .pi-content:after {
content: "";
font-family: "free-basic-ui-elements";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
text-transform: none;
margin-top: -.5em;
opacity: .5;
position: absolute;
top: 50%;
right: 8.57143%;
}
.portfolio-item .pi-content .h {
font-size: 18px;
line-height: 1.33333;
font-weight: bold;
}
.portfolio-item .pi-content .cat {
font-size: 14px;
font-weight: 600;
line-height: 1.28571;
margin-top: 5px;
}
.portfolio-item:hover .pi-content {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.portfolio-item:hover .pi-wrap > a {
-webkit-box-shadow: inset 0 0 0 1px #444444;
box-shadow: inset 0 0 0 1px #444444;
} .portfolio-carousel {
position: relative;
margin: 30px 0;
}
.portfolio-carousel.with-nav {
padding-bottom: 50px;
}
.portfolio-carousel .owl-stage-outer {
overflow: visible !important;
}
.portfolio-carousel .owl-stage-outer .owl-stage {
width: 10000em !important;
}
.portfolio-carousel .owl-stage-outer .owl-item {
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.portfolio-carousel .owl-stage-outer .owl-item.current {
z-index: 2;
}
.portfolio-carousel .owl-stage-outer .owl-item.active + .active {
z-index: 1;
}
.portfolio-carousel .owl-stage-outer .owl-item.next .portfolio-carousel-item .a-img div {
opacity: .3;
}
.portfolio-carousel.style2 .owl-stage-outer .owl-stage .owl-item .portfolio-carousel-item .a-img div {
opacity: .3;
}
.portfolio-carousel.style2 .owl-stage-outer .owl-stage .owl-item.current .portfolio-carousel-item .a-img div {
opacity: 1;
}
.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
z-index: 3;
}
.portfolio-carousel .owl-nav .owl-prev {
left: -90px;
}
.portfolio-carousel .owl-nav .owl-next {
right: -90px;
}
.portfolio-carousel .banner-navigation-style2 {
bottom: 0;
}
.container .portfolio-carousel .banner-navigation-style2 .container {
padding: 0;
} .portfolio-carousel-item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 920px;
max-width: 90vw;
height: 520px;
}
.portfolio-carousel-item .a-img {
position: relative;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
border: 1px solid #444;
background: #0d0d0d;
}
.portfolio-carousel-item .a-img div {
height: 100%;
}
.portfolio-carousel-item .a-img .play-button {
position: absolute;
top: 50%;
left: 50%;
margin: -1.625em 0 0 -1.625em;
}
.portfolio-carousel-item .content {
position: absolute;
left: 100%;
bottom: 40px;
width: 400px;
margin-left: -160px;
z-index: 20;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.owl-carousel .portfolio-carousel-item .content {
-webkit-transform: translateX(70%);
-ms-transform: translateX(70%);
transform: translateX(70%);
}
.owl-carousel .current .portfolio-carousel-item .content {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.portfolio-carousel-item .content .h a {
color: inherit;
}
.portfolio-carousel-item .content .categ {
position: relative;
padding-left: 25px;
margin-top: 5px;
margin-bottom: 10px;
}
.portfolio-carousel-item .content .categ i {
position: absolute;
left: 0;
top: 5px;
font-size: 15px;
opacity: 0.3;
}
.portfolio-carousel-item .content .categ span {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 1199.98px) {
.portfolio-carousel-item .content {
margin-left: -300px;
}
}
@media (max-width: 575.98px) {
.portfolio-carousel-item .content {
margin-left: 0px;
left: 1px;
right: 1px;
bottom: 1px;
width: auto;
background: rgba(0, 0, 0, 0.7);
padding: 20px 30px;
}
.portfolio-carousel-item .content .h {
font-size: 24px;
}
} .tabs-block {
margin: 30px 0;
}
.tabs-block.vertical {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tabs-block .tb-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 35px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767.98px) {
.tabs-block .tb-buttons {
display: none;
}
}
.tabs-block .tb-buttons .center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tabs-block .tb-buttons .right {
-webkit-box-pack: right;
-webkit-justify-content: right;
-ms-flex-pack: right;
justify-content: right;
}
.tabs-block .tb-m-button,
.tabs-block .tb-buttons .button {
position: relative;
cursor: pointer;
line-height: 1;
font-size: 18px;
font-weight: 500;
color: #c8c8c8;
}
.tabs-block .tb-m-button:not(:last-of-type),
.tabs-block .tb-buttons .button:not(:last-of-type) {
margin-right: 40px;
}
.tabs-block .tb-m-button span,
.tabs-block .tb-buttons .button span {
position: relative;
display: inline-block;
vertical-align: middle;
padding: .4em 0;
}
.tabs-block .tb-m-button span:after,
.tabs-block .tb-buttons .button span:after {
content: "";
right: 100%;
height: 1px;
}
.tabs-block .tb-m-button.current span:after,
.tabs-block .tb-buttons .button.current span:after {
right: 0;
}
.tabs-block.vertical .tb-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
width: 30%;
min-width: 150px;
max-width: 190px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 35%;
-ms-flex: 0 0 35%;
flex: 0 0 35%;
}
.tabs-block.vertical .tb-buttons .button {
margin-bottom: 1.5em;
}
.tabs-block .tb-m-button {
margin-bottom: 10px;
display: none;
}
@media (max-width: 767.98px) {
.tabs-block .tb-m-button {
display: block;
}
}
.tabs-block .tb-wrap .wrap .wrap-inner {
display: none;
}
@media (max-width: 767.98px) {
.tabs-block .tb-wrap .wrap .wrap-inner {
margin-top: 20px;
}
}
.tabs-block .tb-wrap .wrap p:first-of-type {
margin-top: 0;
} .num-box-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
margin-bottom: 30px;
}
.num-box-item i {
opacity: 0.7;
font-size: 45px;
}
.num-box-item .line {
margin: 0 25px;
width: 1px;
height: 30px;
}
.num-box-item .content .num {
font-size: 36px;
font-weight: bold;
line-height: 1;
}
.num-box-item .content .h {
font-size: 16px;
font-weight: 600;
} .service-items {
padding: 1px 0;
}
.service-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
outline: 1px solid #474747;
padding: 65px 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(0, 0, 0, 0.2);
}
.service-item .content {
max-width: 350px;
text-align: center;
padding: 10px 20px;
}
.service-item .content > *:last-child {
margin-bottom: 0 !important;
}
.service-item .content i {
display: block;
font-size: 40px;
opacity: 0.5;
margin-bottom: 25px;
}
.service-item .content .sub-h {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 20px;
}
.service-item .content .h {
line-height: 1.25;
margin-bottom: 23px;
}
.service-item .content .desc {
font-size: 14px;
font-weight: 300;
color: #b1b0b0;
letter-spacing: 0.025em;
line-height: 1.28571;
margin: 0 auto 20px;
max-width: 305px;
}
.service-item .content .desc:before {
content: '';
display: block;
margin: 20px auto 25px;
width: 30px;
height: 1px;
}
.service-item .content .button-style2 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.service-item:hover {
background: rgba(0, 0, 0, 0.5);
}
.service-item:hover .content .sub-h {
color: inherit;
}
.service-item:hover .content .desc:before {
background: #fff;
}
@media (max-width: 991.98px) {
.service-item {
padding: 35px 30px;
}
} .services-area {
position: relative;
}
.services-area .button {
position: absolute;
left: 0;
right: 0;
bottom: -8px;
text-align: center;
pointer-events: none;
z-index: 2;
}
.services-area .button .button-style2 {
padding: 10px 30px;
}
.services-carousel .item {
position: relative;
}
.services-carousel .item .num {
position: relative;
font-size: 24px;
font-weight: 200;
padding-left: 30px;
line-height: 1;
margin-bottom: 30px;
}
.services-carousel .item .num:before {
content: '';
position: absolute;
top: 50%;
left: 4px;
width: 5px;
height: 5px;
margin-top: -2.5px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.services-carousel .item .num span {
opacity: 0.3;
}
.services-carousel .item .wrap {
position: relative;
}
.services-carousel .item .h {
position: absolute;
top: -1em;
left: 0;
font-size: 12px;
font-weight: 500;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 400px;
}
.services-carousel .item .img {
margin-left: 30px;
height: 440px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.services-carousel .item:hover .img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.services-carousel .owl-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 45px;
pointer-events: none;
}
.services-carousel .owl-prev,
.services-carousel .owl-next {
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
pointer-events: all;
opacity: 0.3;
color: inherit;
}
.services-carousel .owl-prev:hover,
.services-carousel .owl-next:hover {
opacity: 1;
}
.services-carousel .owl-next {
margin-left: auto;
} .testimonials-items {
position: relative;
margin: 30px 0;
}
.testimonials-items .owl-prev,
.testimonials-items .owl-next {
margin-top: -0.5em;
}
.testimonials-item {
text-align: center;
}
.testimonials-item .avatar {
width: 110px;
height: 110px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 auto 30px;
-webkit-background-size: cover;
background-size: cover;
background-position: 50%;
}
.testimonials-item .avatar .owl-prev,
.testimonials-item .avatar .owl-next {
position: absolute;
top: 55px;
left: 50%;
font-size: 12px;
width: 2em;
line-height: 2;
cursor: pointer;
margin-top: -1em;
margin-left: -1em;
}
.testimonials-item .avatar .owl-prev {
-webkit-transform: translateX(-90px);
-ms-transform: translateX(-90px);
transform: translateX(-90px);
}
.testimonials-item .avatar .owl-next {
-webkit-transform: translateX(90px);
-ms-transform: translateX(90px);
transform: translateX(90px);
}
.testimonials-item .quote {
position: relative;
max-width: 730px;
font-size: 18px;
line-height: 1.66667;
color: #b1b0b0;
font-style: italic;
margin: 0 auto 15px;
padding-top: 50px;
}
.testimonials-item .quote:before {
content: '“';
position: absolute;
top: 0;
left: 50%;
font-size: 100px;
font-weight: bold;
font-style: normal;
line-height: 1;
pointer-events: none;
width: 1em;
margin-left: -0.5em;
}
.testimonials-item .name {
font-weight: 500;
}
.testimonials-item .post {
font-size: 12px;
text-transform: uppercase;
} .testimonials-carousel {
margin: 30px 0;
}
.testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next {
z-index: 3;
}
.testimonials-carousel .owl-nav .owl-prev {
left: -90px;
}
.testimonials-carousel .owl-nav .owl-next {
right: -90px;
}
.testimonials-carousel-item {
position: relative;
background: #1a1a1a;
border: 1px solid #444444;
color: #fff;
padding: 45px 50px 45px 65px;
}
.testimonials-carousel-item .quote {
font-size: 16px;
font-style: italic;
color: #b1b0b0;
}
.testimonials-carousel-item .bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}
.testimonials-carousel-item .bottom .avatar {
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: -15px;
-webkit-background-size: cover;
background-size: cover;
background-position: 50%;
}
.testimonials-carousel-item .bottom .content {
position: relative;
padding-left: 60px;
}
.testimonials-carousel-item .bottom .content:before {
content: '“';
position: absolute;
top: 7px;
left: 0;
font-size: 100px;
font-weight: bold;
line-height: 1;
}
.testimonials-carousel-item .bottom .name {
font-weight: 500;
}
.testimonials-carousel-item .bottom .post {
margin-top: 2px;
font-size: 12px;
text-transform: uppercase;
} .brand-block {
margin: 40px 0;
}
.brand-block .owl-stage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.brand-item {
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;
}
.brand-item .content {
position: relative;
}
.brand-item img + img {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
} .icon-box-carousel {
z-index: 2;
}
.icon-box-carousel.owl-carousel {
z-index: 2;
}
.icon-box-carousel.owl-carousel .owl-stage-outer {
overflow: visible !important;
}
.icon-box {
position: relative;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 1px 0;
z-index: 1;
}
.icon-box:hover .bg {
opacity: 1;
}
.icon-box .wrap {
position: relative;
background: rgba(0, 0, 0, 0.3);
outline: 1px solid #3d3d3d;
padding: 40px 11.02941% 40px 18.38235%;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
min-height: 100%;
}
.icon-box .bg {
background-image: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-icon-box.jpg);
background-position: 50%;
-webkit-background-size: cover;
background-size: cover;
z-index: -1;
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.icon-box i {
display: block;
font-size: 40px;
opacity: 0.5;
margin-bottom: 25px;
}
.icon-box .sub-h {
font-size: 14px;
font-weight: 500;
letter-spacing: .05em;
text-transform: uppercase;
margin-bottom: 20px;
}
.icon-box .h {
line-height: 1.25;
margin: 0;
}
.icon-box .h:after {
content: '';
display: block;
width: 30px;
height: 1px;
margin: 25px 0 10px;
}
.icon-box .dropdown {
display: none;
padding-top: 15px;
}
.icon-box .desc {
font-size: 14px;
font-weight: 300;
line-height: 1.28571;
color: #b1b0b0;
letter-spacing: .025em;
}
.icon-box .button-style3 {
margin-top: 25px;
} .icon-box-style2 {
margin-bottom: 25px;
}
.icon-box-style2 i {
display: block;
font-size: 30px;
opacity: 0.5;
margin-bottom: 15px;
}
.icon-box-style2 .h {
margin: 0 0 10px;
}
.icon-box-style2 .desc {
font-size: 14px;
line-height: 1.71429;
color: #b1b0b0;
} .icon-box-style3 {
margin-bottom: 30px;
}
.icon-box-style3 .top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.icon-box-style3 .top i {
font-size: 30px;
opacity: 0.5;
margin-right: 25px;
}
.icon-box-style3 .desc {
font-size: 14px;
line-height: 1.71429;
color: #b1b0b0;
margin-top: 20px;
} .portfolio-slider {
margin: 30px 0;
}
.portfolio-slider .owl-stage-outer {
overflow: visible !important;
}
.portfolio-slider .owl-stage-outer .owl-stage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.portfolio-slider .owl-stage-outer .owl-stage .owl-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.portfolio-slider-item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
height: 100%;
min-height: 435px;
}
.portfolio-slider-item .count {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-size: 60px;
font-weight: 100;
-webkit-flex-basis: 160px;
-ms-flex-preferred-size: 160px;
flex-basis: 160px;
line-height: 1.55;
margin-right: 30px;
}
.portfolio-slider-item .count:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 1px;
height: 25px;
-webkit-transform: rotate(45deg) translate(-50%, -50%);
-ms-transform: rotate(45deg) translate(-50%, -50%);
transform: rotate(45deg) translate(-50%, -50%);
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.portfolio-slider-item .count .t {
display: inline-block;
opacity: 0.2;
margin-left: auto;
}
.portfolio-slider-item .image {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-align-self: normal;
-ms-flex-item-align: normal;
align-self: normal;
border: 1px solid #444444;
height: 100%;
}
.portfolio-slider-item .content {
position: relative;
-webkit-align-self: start;
-ms-flex-item-align: start;
align-self: start;
-webkit-flex-basis: 255px;
-ms-flex-preferred-size: 255px;
flex-basis: 255px;
margin-left: 60px;
padding-bottom: 35px;
z-index: 2;
}
.portfolio-slider-item .arrows {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
}
.portfolio-slider-item .arrows .owl-prev,
.portfolio-slider-item .arrows .owl-next {
position: relative;
font-size: 14px;
width: 2.14286em;
}
.portfolio-slider-item .arrows .owl-prev:after,
.portfolio-slider-item .arrows .owl-next:after {
content: '';
position: absolute;
top: 50%;
width: 2.14286em;
height: 0.07143em;
margin-top: -0.05714em;
}
.portfolio-slider-item .arrows .owl-prev {
text-align: left;
}
.portfolio-slider-item .arrows .owl-prev:after {
left: 0.3em;
}
.portfolio-slider-item .arrows .owl-next {
text-align: right;
margin-left: 30px;
}
.portfolio-slider-item .arrows .owl-next:after {
right: 0.3em;
}
.portfolio-slider-item .h {
margin-top: 30px;
margin-left: -100px;
margin-bottom: 25px;
}
.portfolio-slider-item .categ {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
.portfolio-slider-item .categ i {
position: absolute;
left: 0;
top: 5px;
font-size: 15px;
opacity: 0.3;
}
.portfolio-slider-item .categ span {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.portfolio-slider-item .desc {
color: #b1b0b0;
}
.portfolio-slider-item .nav-dots {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
}
.portfolio-slider-item .nav-dots div {
background: #444444;
width: 9px;
height: 9px;
margin-right: 30px;
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
}
.portfolio-slider-item .nav-dots div:last-of-type {
margin-right: 0;
}
.portfolio-slider-item .nav-dots div.current {
background: #fff;
-webkit-transform: scale(0.555);
-ms-transform: scale(0.555);
transform: scale(0.555);
}
@media (max-width: 991.98px) {
.portfolio-slider-item .count {
display: none;
}
.portfolio-slider-item .content {
margin-left: 30px;
}
}
@media (max-width: 767.98px) {
.portfolio-slider-item .image,
.portfolio-slider-item .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
margin: 0;
}
.portfolio-slider-item .image {
height: 320px;
}
.portfolio-slider-item .content {
margin: 0;
}
.portfolio-slider-item .arrows {
display: none;
}
.portfolio-slider-item .h {
margin-left: 0;
font-size: 24px;
}
} .vertical-tabs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 30px 0;
}
.vertical-tabs .tabs-items {
-webkit-box-flex: 9;
-webkit-flex: 9 0 0;
-ms-flex: 9 0 0px;
flex: 9 0 0;
}
.vertical-tabs .tab-item .tab-m-button {
display: none;
margin: 30px 0;
position: relative;
padding-left: 30px;
cursor: pointer;
}
.vertical-tabs .tab-item .tab-m-button:last-of-type {
margin-bottom: 0;
}
.vertical-tabs .tab-item .tab-m-button.current .num {
color: #fff;
}
@media (max-width: 991.98px) {
.vertical-tabs .tab-item .tab-m-button {
display: block;
}
}
.vertical-tabs .tab-item .tab-m-button .num {
position: absolute;
top: 50%;
left: 0;
color: #b1b0b0;
font-size: 14px;
font-weight: 300;
line-height: 1;
margin-top: -0.5em;
}
.vertical-tabs .tab-item .tab-m-button .label {
font-size: 18px;
font-weight: bold;
}
.vertical-tabs .tab-item .inner {
display: none;
}
.vertical-tabs .tab-item .inner-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767.98px) {
.vertical-tabs .tab-item .inner-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.vertical-tabs .tab-item .image {
border: 1px solid #444;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 3;
-webkit-flex: 3 0 0;
-ms-flex: 3 0 0px;
flex: 3 0 0;
margin-right: 50px;
}
@media (max-width: 767.98px) {
.vertical-tabs .tab-item .image {
padding-bottom: 80%;
margin-bottom: 30px;
}
}
.vertical-tabs .tab-item .content {
-webkit-box-flex: 6;
-webkit-flex: 6 0 0;
-ms-flex: 6 0 0px;
flex: 6 0 0;
}
.vertical-tabs .tab-item .heading-block {
margin-top: 0;
margin-bottom: 20px;
}
.vertical-tabs .tab-item .heading-block .sub-h {
padding-left: 60px;
}
.vertical-tabs .tab-item .heading-block .sub-h:before {
width: 30px;
}
.vertical-tabs .tab-item .text {
color: #9b9b9b;
line-height: 1.875;
font-weight: 300;
}
.vertical-tabs .tab-item .button-style2 {
margin-top: 22px;
}
.vertical-tabs .tabs-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 3;
-webkit-flex: 3 0 0;
-ms-flex: 3 0 0px;
flex: 3 0 0;
margin-left: 50px;
min-width: 270px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) {
.vertical-tabs .tabs-buttons {
display: none;
}
}
.vertical-tabs .tabs-buttons li {
position: relative;
padding-left: 30px;
margin-bottom: 20px;
cursor: pointer;
}
.vertical-tabs .tabs-buttons li:last-of-type {
margin-bottom: 0;
}
.vertical-tabs .tabs-buttons li.current .num {
color: #fff;
}
.vertical-tabs .tabs-buttons .num {
position: absolute;
top: 50%;
left: 0;
color: #b1b0b0;
font-size: 14px;
font-weight: 300;
line-height: 1;
margin-top: -0.5em;
}
.vertical-tabs .tabs-buttons .label {
font-size: 18px;
font-weight: bold;
}
@media (max-width: 1199.98px) {
.vertical-tabs .h {
font-size: 36px;
}
} .team-carousel {
margin: 30px 0;
}
.team-carousel .team-item {
margin: 1px 0;
outline: 1px solid #444;
background: rgba(0, 0, 0, 0.2);
}
.team-carousel .team-item .image {
position: relative;
padding-bottom: 100%;
border-bottom: 1px solid #444;
}
.team-carousel .team-item .image:before {
content: '';
z-index: 0;
background: #0f0f0f;
opacity: 0;
}
.team-carousel .team-item .image .social-links {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(150%);
-ms-transform: translateY(150%);
transform: translateY(150%);
opacity: 0;
z-index: 1;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.team-carousel .team-item:hover .image:before {
opacity: 0.7;
}
.team-carousel .team-item:hover .image .social-links {
opacity: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.team-carousel .team-item .bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 95px;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.team-carousel .team-item .bottom .post {
font-size: 12px;
text-transform: uppercase;
margin: 2px 0 0;
}
.team-carousel .owl-prev,
.team-carousel .owl-next {
top: -80px;
}
.team-carousel .owl-prev {
left: 60px;
}
.team-carousel .owl-next {
right: 60px;
} .price-list-block .owl-stage-outer {
overflow: visible !important;
}
.price-list-block .owl-prev,
.price-list-block .owl-next {
margin-top: -0.5em;
}
.price-list-block .price-list-item {
position: relative;
border: 1px solid #444;
margin: 30px 0px;
background: rgba(16, 16, 16, 0.3);
padding-bottom: 45px;
}
.price-list-block .price-list-item.hot-price {
margin-top: 20px;
padding-bottom: 55px;
}
.price-list-block .price-list-item.hot-price .top {
margin-bottom: 55px;
}
.price-list-block .price-list-item .top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-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;
position: relative;
border-bottom: 1px solid #444;
height: 155px;
overflow: hidden;
margin-bottom: 45px;
background-position: 50%;
-webkit-background-size: cover;
background-size: cover;
}
.price-list-block .price-list-item .top .sticker {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
font-weight: bold;
letter-spacing: .075em;
text-transform: uppercase;
color: #000;
pointer-events: none;
}
.price-list-block .price-list-item .top .sticker span {
display: block;
padding-bottom: 100%;
}
.price-list-block .price-list-item .top .sticker span span {
display: block;
background-image: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-sticker.jpg);
padding: 2px 30px;
-webkit-transform: rotate(45deg) translate(50%, 100%);
-ms-transform: rotate(45deg) translate(50%, 100%);
transform: rotate(45deg) translate(50%, 100%);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.price-list-block .price-list-item .top .h {
font-size: 18px;
font-weight: 600;
color: #9b9b9b;
margin-bottom: 15px;
}
.price-list-block .price-list-item .top .price {
font-size: 60px;
font-weight: 600;
line-height: 1em;
}
.price-list-block .price-list-item .top .price span.cur {
display: inline-block;
font-size: 0.6em;
vertical-align: top;
margin-right: .5em;
}
.price-list-block .price-list-item .top .price span.cur:last-child {
margin-right: 0;
margin-left: .5em;
}
.price-list-block .price-list-item .wrap .options {
text-align: center;
font-size: 14px;
color: #9b9b9b;
font-weight: 300;
}
.price-list-block .price-list-item .wrap .options div:not(:last-of-type):after {
content: '';
display: block;
width: 14px;
height: 1px;
margin: 15px auto;
}
.price-list-block .price-list-item .button {
text-align: center;
}
.price-list-block .price-list-item .wrap + .button {
margin-top: 30px;
} .one-page-scroll {
position: relative;
overflow: hidden;
height: 100vh;
}
.one-page-scroll .mouse-button {
bottom: 75px;
pointer-events: none;
z-index: 20;
}
@media (max-width: 767.98px) {
.one-page-scroll {
height: auto !important;
}
.one-page-scroll .mouse-button,
.one-page-scroll .ops-nav {
display: none;
}
}
.ops-nav {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 35px;
z-index: 20;
pointer-events: none;
}
.ops-nav div {
position: relative;
width: 10px;
height: 10px;
margin: 5px 0;
background: #1a1a1a;
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
pointer-events: all;
}
.ops-nav div:before {
content: '';
border: 1px solid;
opacity: 0.3;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ops-nav div:after {
content: '';
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.ops-nav div span {
position: absolute;
top: 4px;
left: 100%;
border-bottom: 1px solid;
opacity: 0.3;
width: 0;
margin-left: 35px;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.ops-nav div.current span {
margin-left: 15px;
width: 20px;
}
.ops-wrap {
-webkit-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}
.ops-screen {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
height: 100vh;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ops-screen .scroll-wrapper {
height: 100vh;
}
@media (max-width: 767.98px) {
.ops-screen {
height: auto;
}
} .about-block {
position: relative;
margin-top: 60px;
margin-bottom: 30px;
}
.about-block .experience {
position: absolute;
top: -65px;
left: 0;
text-align: center;
max-width: 255px;
z-index: 2;
}
.about-block .experience .num {
display: inline-block;
font-size: 230px;
font-weight: bold;
background-image: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-sticker.jpg);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
line-height: 0.9;
}
.about-block .experience .l {
font-size: 18px;
font-weight: 600;
line-height: 1.33333;
}
.about-block .image div {
height: 100%;
border: 1px solid #444444;
max-width: 400px;
padding-bottom: 80%;
}
.about-block .heading-block {
margin-top: 0;
}
.about-block .desc {
color: #9b9b9b;
line-height: 1.875;
}
.about-block .button-style1 {
margin-top: 40px;
}
@media (max-width: 991.98px) {
.about-block .experience {
position: relative;
top: 0;
margin: -50px auto 30px;
}
.about-block .experience .num {
font-size: 150px;
}
.about-block .h {
font-size: 36px;
}
}
@media (max-width: 575.98px) {
.about-block .image {
margin-bottom: 30px;
}
.about-block .image div {
max-width: none;
}
.about-block .h {
font-size: 30px;
}
} .map-block .map {
border: 1px solid #444;
}  .one-page-horizontal-scroll {
position: relative;
overflow: hidden;
}
.one-page-horizontal-scroll .mouse-button {
bottom: 75px;
}
@media (max-width: 991.98px) {
.one-page-horizontal-scroll {
height: auto !important;
}
.one-page-horizontal-scroll .mouse-button,
.one-page-horizontal-scroll .ophs-nav {
display: none;
}
}
.ophs-nav {
position: absolute;
left: 0;
right: 0;
bottom: 80px;
z-index: 20;
pointer-events: none;
}
.ophs-nav .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ophs-nav .container div {
width: 9px;
height: 9px;
opacity: .3;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: 30px;
-webkit-box-shadow: inset 0 0 0 5px;
box-shadow: inset 0 0 0 5px;
cursor: pointer;
pointer-events: all;
}
.ophs-nav .container div:first-of-type {
margin-left: 0;
}
.ophs-nav .container div.current {
opacity: 1;
-webkit-transform: scale(0.56);
-ms-transform: scale(0.56);
transform: scale(0.56);
}
.ophs-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}
@media (max-width: 991.98px) {
.ophs-wrap {
display: block;
-webkit-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
}
.ophs-screen {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex: 1 0 100vw;
-ms-flex: 1 0 100vw;
flex: 1 0 100vw;
height: 100vh;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ophs-screen .container {
position: relative;
}
.ophs-screen .container > .row {
height: 100vh;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ophs-screen .sub-h {
margin-bottom: 30px;
}
.ophs-screen .text-t1 {
max-width: 460px;
margin-bottom: 35px;
}
.ophs-screen .text-t1:last-child {
margin-bottom: 0;
}
.ophs-screen .mobile-img {
display: none;
}
.ophs-screen .ophs-side-img {
position: absolute;
right: 0;
top: 30px;
bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 70%;
z-index: -1;
}
.ophs-screen .ophs-side-img img {
display: block;
max-height: 100%;
width: auto;
height: auto;
}
@media (max-width: 991.98px) {
.ophs-screen {
display: block;
height: auto !important;
padding: 30px 0;
}
.ophs-screen .container > .row {
height: auto;
min-height: 100vh;
}
.ophs-screen .ophs-side-img {
display: none;
}
.ophs-screen .mobile-img {
display: block;
}
} .timer-block {
margin: 40px 0;
}
.timer-block > span:not(:last-of-type) .num:before, .timer-block > span:not(:last-of-type) .num:after {
content: '';
position: absolute;
top: 50%;
right: -30px;
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
opacity: 0.3;
}
.timer-block > span:not(:last-of-type) .num:before {
margin-top: -12px;
}
.timer-block > span:not(:last-of-type) .num:after {
margin-top: 8px;
}
.timer-block .num {
position: relative;
}
.timer-block .name {
display: block;
font-size: 18px;
font-weight: 100;
text-align: center;
margin-top: 5px;
} .product-price-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
font-weight: bold;
margin: 30px 0;
}
.product-price-block .price-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 0.85;
}
.product-price-block .price-block div span {
font-size: 24px;
padding-top: 3px;
margin-right: 10px;
}
.product-price-block .price-block .old {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 36px;
margin-top: 3px;
margin-right: 25px;
}
.product-price-block .price-block .old:before {
content: '';
position: absolute;
top: 50%;
left: -3px;
right: -3px;
height: 3px;
margin-top: -3px;
}
.product-price-block .price-block .old span {
padding-top: 0;
}
.product-price-block .price-block .price {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 72px;
}
.product-price-block .price-block .price span {
margin-right: 15px;
} .projects-scroll-block {
position: relative;
height: 100vh;
overflow: hidden;
opacity: 0;
}
.projects-scroll-block.loaded {
opacity: 1;
}
.projects-scroll-block .container {
position: relative;
}
.psb-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
height: 100vh;
margin-left: -365px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.psb-items .psb-col {
margin: 0 0 0 20px;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.psb-items .psb-col.wot {
-webkit-transition: all 0ms ease-in-out;
-o-transition: all 0ms ease-in-out;
transition: all 0ms ease-in-out;
}
.psb-items .psb-col:first-of-type {
margin-left: 0;
}
.psb-items .psb-col .item {
position: relative;
padding-left: 55px;
margin-bottom: 75px;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
pointer-events: none;
cursor: pointer;
}
.psb-items .psb-col .item .wrap {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
z-index: 2;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.psb-items .psb-col .item .img {
height: 100%;
background: #1a1a1a;
}
.psb-items .psb-col .item .img div {
height: 100%;
opacity: .3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.psb-items .psb-col .item .h {
position: absolute;
top: -1em;
left: -34px;
font-size: 14px;
text-transform: uppercase;
font-weight: 200;
letter-spacing: 0.05em;
line-height: 1;
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
max-width: 300px;
white-space: nowrap;
}
.psb-items .psb-col .item a {
z-index: 1;
}
.psb-items .psb-col .item.current {
pointer-events: all;
opacity: 1;
z-index: 3;
}
.psb-items .psb-col .item.current .h {
opacity: 0.8;
}
.psb-items .psb-col .item.current .img div {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
.psb-content {
position: absolute;
left: 15px;
bottom: 110px;
z-index: 2;
max-width: 525px;
width: 90%;
}
.psb-content .heading-block {
margin: 0;
}
.psb-content .explore {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 12px;
font-weight: 500;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
margin-top: 13px;
display: none;
cursor: pointer;
}
.psb-content .explore i {
margin-right: 15px;
}
@media (max-width: 991.98px) {
.psb-content .heading-block .h {
font-size: 36px;
}
}
.psb-navigation {
position: absolute;
right: 20px;
bottom: 25px;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-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;
width: 20px;
}
.psb-navigation .prev,
.psb-navigation .next {
font-size: 7px;
width: 2em;
height: 2em;
line-height: 2em;
cursor: pointer;
}
.psb-navigation .prev {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.psb-navigation .mouse-button {
position: relative;
right: 0;
bottom: 0;
margin: 8px 0;
}
.psb-navigation .mouse-button:before {
margin-left: 0;
}
.psb-load-content {
display: none;
padding: 90px 0 50px;
background: #1a1a1a;
}
.opened + .psb-load-content {
display: block;
}
.psb-load-content .vc_column_container > .vc_column-inner {
padding-left: 15px;
padding-right: 15px;
} .product-carousel {
position: relative;
}
.product-carousel button.owl-next,
.product-carousel button.owl-prev {
position: absolute;
top: 25px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
color: inherit;
}
.product-carousel button.owl-next:before,
.product-carousel button.owl-prev:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 15px;
height: 1px;
margin-top: -1px;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.product-carousel button.owl-next:after,
.product-carousel button.owl-prev:after {
content: '';
position: absolute;
top: 50%;
margin-top: 0px;
left: 0;
width: 0px;
height: 0px;
border-top: 1px solid;
border-left: 1px solid;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
opacity: 0;
}
.product-carousel button.owl-next span,
.product-carousel button.owl-prev span {
opacity: 0.3;
}
.product-carousel button.owl-next:hover span,
.product-carousel button.owl-prev:hover span {
opacity: 1;
}
.product-carousel button.owl-next:hover:before,
.product-carousel button.owl-prev:hover:before {
left: -5px;
width: 20px;
}
.product-carousel button.owl-next:hover:after,
.product-carousel button.owl-prev:hover:after {
left: -5px;
margin-top: -4px;
width: 7px;
height: 7px;
opacity: 1;
}
.product-carousel button.owl-prev {
left: 40px;
padding-left: 30px;
}
.product-carousel button.owl-next {
right: 40px;
padding-right: 30px;
}
.product-carousel button.owl-next:before {
left: auto;
right: 0;
}
.product-carousel button.owl-next:after {
left: auto;
right: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.product-carousel button.owl-next:hover:before {
left: auto;
right: -5px;
width: 20px;
}
.product-carousel button.owl-next:hover:after {
left: auto;
right: -5px;
}
.product-carousel .owl-item {
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.product-carousel-item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100vh;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-shadow: 0 0 0 1px #444;
box-shadow: 0 0 0 1px #444;
background-color: #000;
}
.product-carousel-item .image {
position: absolute;
top: 50%;
left: 25px;
width: 115%;
max-width: 385px;
-webkit-transform: translateY(-80%);
-ms-transform: translateY(-80%);
transform: translateY(-80%);
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
z-index: 0;
}
.product-carousel-item .image div {
padding-bottom: 100%;
}
.product-carousel-item .bottom {
position: relative;
padding: 0 45px 35px;
z-index: 1;
}
.product-carousel-item .bottom .price-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
font-weight: 200;
line-height: 1;
margin-bottom: 15px;
font-size: 48px;
}
.product-carousel-item .bottom .price-block.grouped, .product-carousel-item .bottom .price-block.variable {
font-size: 36px;
}
.product-carousel-item .bottom .price-block del {
position: relative;
font-size: 18px;
margin-right: 20px;
opacity: 0.3;
text-decoration: none;
}
.product-carousel-item .bottom .price-block del:before {
content: '';
position: absolute;
top: 50%;
left: -2px;
right: -2px;
height: 1px;
-webkit-box-shadow: inset 0 0 0 1px;
box-shadow: inset 0 0 0 1px;
margin-top: -1px;
}
.product-carousel-item .bottom .price-block ins {
background: none;
color: inherit;
}
.product-carousel-item .bottom .h {
opacity: 0.3;
font-size: 14px;
line-height: 1.42857;
margin-bottom: 15px;
max-width: 220px;
} .categories-block {
position: relative;
background-image: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-categories.jpg);
background-position: 50%;
-webkit-background-size: cover;
background-size: cover;
}
.categories-block .row {
height: 100vh;
}
.categories-block .images {
position: relative;
height: 515px;
background: #000;
z-index: 1;
}
.categories-block .images .item {
position: absolute;
}
.categories-block .images .item .img {
-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
-webkit-transition: all 0ms ease-in-out;
-o-transition: all 0ms ease-in-out;
transition: all 0ms ease-in-out;
}
.categories-block .images .item .additional-img {
position: absolute;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.categories-block .images .item .additional-img.top {
top: -10%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.categories-block .images .item .additional-img.bottom {
bottom: -10%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.categories-block .images .item .additional-img.left {
left: 10%;
}
.categories-block .images .item .additional-img.right {
right: 10%;
}
.categories-block .images .item .additional-img img {
display: block;
max-width: 300px;
}
.categories-block .images .item.prev .img {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.categories-block .images .item.current .img {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.categories-block .images .item.current .additional-img {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.categories-block .links .item {
font-size: 48px;
font-weight: bold;
margin: 30px 0;
}
.categories-block .links .item a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
line-height: 1;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 10px 0;
}
.categories-block .links .item .num {
font-size: 14px;
font-weight: 300;
color: #b1b0b0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 55px;
-ms-flex: 0 0 55px;
flex: 0 0 55px;
text-align: center;
}
.categories-block .links .item .h {
line-height: .8;
}
.categories-block .links .item.current .num {
color: inherit;
}
@media (max-width: 991.98px) {
.categories-block .links .item {
font-size: 36px;
margin: 15px 0;
}
}
@media (max-width: 767.98px) {
.categories-block .images-col {
display: none;
}
} .split-screen {
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.split-screen .mouse-button {
position: absolute;
right: 35px;
bottom: 75px;
pointer-events: none;
z-index: 20;
}
.split-screen .navigation-block {
position: absolute;
top: 0;
right: 15px;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-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;
z-index: 20;
}
.split-screen .navigation-block .prev,
.split-screen .navigation-block .next {
text-align: center;
font-size: 7px;
width: 2em;
height: 2em;
line-height: 2em;
cursor: pointer;
}
.split-screen .navigation-block .prev.disabled,
.split-screen .navigation-block .next.disabled {
opacity: 0.5;
pointer-events: none;
}
.split-screen .navigation-block .prev {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.split-screen .navigation-block .pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 50px;
line-height: 45px;
font-size: 12px;
font-weight: 500;
margin: 10px 0;
}
.split-screen .navigation-block .pagination span {
opacity: 0.3;
border-right: 1px solid;
cursor: pointer;
}
.split-screen .navigation-block .pagination span.current {
opacity: 1;
}
.split-screen .screen-item {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
pointer-events: none;
overflow: hidden;
}
.split-screen .screen-item.current {
pointer-events: all;
z-index: 2;
}
.split-screen .screen-item > .item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 100vh;
-webkit-transition: -webkit-transform 0.8s ease;
transition: -webkit-transform 0.8s ease;
-o-transition: transform 0.8s ease;
transition: transform 0.8s ease;
transition: transform 0.8s ease, -webkit-transform 0.8s ease;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
overflow: hidden;
background: url(//aurabizz.com/wp-content/plugins/pt-luxa-addons/assets/imgs/bg-split-screen.jpg) 50%;
-webkit-background-size: cover;
background-size: cover;
}
@media (max-width: 991.98px) {
.split-screen .screen-item > .item.type-image, .split-screen .screen-item > .item.type-map, .split-screen .screen-item > .item.type-video {
-webkit-box-flex: 0;
-webkit-flex: 0 0 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
}
.split-screen .screen-item {
pointer-events: all;
}
}
.split-screen .screen-item > .item > .content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 585px;
-ms-flex: 0 0 585px;
flex: 0 0 585px;
padding: 30px 75px 30px 15px;
}
@media (max-width: 1199.98px) {
.split-screen .screen-item > .item > .content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 480px;
-ms-flex: 0 0 480px;
flex: 0 0 480px;
}
}
.split-screen .screen-item > .item.item-left {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.split-screen .screen-item > .item.item-right > .content {
padding: 30px 15px 30px 75px;
}
.split-screen .screen-item.dark .item {
color: #000;
}
.split-screen .screen-item .item-left,
.split-screen .screen-item.next .item-right {
-webkit-transform: translate(0%, 100%);
-ms-transform: translate(0%, 100%);
transform: translate(0%, 100%);
}
.split-screen .screen-item .item-right,
.split-screen .screen-item.next .item-left {
-webkit-transform: translate(0%, -100%);
-ms-transform: translate(0%, -100%);
transform: translate(0%, -100%);
}
.split-screen .screen-item.current .item-left,
.split-screen .screen-item.current .item-right {
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
@media (max-width: 767.98px) {
.split-screen {
height: auto !important;
}
.split-screen .type-image,
.split-screen .type-map,
.split-screen .type-video {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
min-height: 320px;
}
.split-screen .screen-item {
position: relative;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.split-screen .screen-item > .item {
-webkit-transform: translate(0%, 0%) !important;
-ms-transform: translate(0%, 0%) !important;
transform: translate(0%, 0%) !important;
height: auto !important;
-webkit-box-flex: 0 !important;
-webkit-flex: 0 0 100% !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.split-screen .screen-item > .item > .content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 30px 30px !important;
}
.split-screen .navigation-block {
display: none;
}
} .skills-items {
margin-top: 35px;
}
.skills-rate {
margin: 0 0 35px 0;
}
.skills-rate .h,
.skills-rate .rate-line span {
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.skills-rate .rate-line {
background: #595959;
margin: 10px 0 0;
}
.skills-rate .rate-line div {
position: relative;
height: 3px;
-webkit-transition: width 500ms ease-in-out;
-o-transition: width 500ms ease-in-out;
transition: width 500ms ease-in-out;
}
.skills-rate .rate-line div span {
position: absolute;
right: 5px;
bottom: 100%;
margin-bottom: 10px;
line-height: 1.5;
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.skills-rate .desc {
margin-top: 15px;
font-size: 14px;
line-height: 1.71429;
color: #b1b0b0;
} .skill-circle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-bottom: 30px;
}
.skill-circle .circle {
position: relative;
margin-bottom: 25px;
}
.skill-circle .circle canvas {
display: block;
}
.skill-circle .circle .rate {
position: absolute;
top: 50%;
left: 20px;
right: 20px;
font-size: 30px;
font-weight: 300;
line-height: 1;
margin-top: -0.5em;
}
.skill-circle .h {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 15px;
}
.skill-circle .desc {
font-size: 14px;
line-height: 1.71429;
max-width: 255px;
color: #b1b0b0;
} .subscribe-form {
width: 100%;
margin: 30px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 285px;
}
.subscribe-form .input {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.subscribe-form .input span {
display: block;
}
.subscribe-form .input input {
font-size: 14px;
border: 1px solid #444;
border-right: none;
background: none;
color: inherit;
height: 50px;
padding: 10px 25px;
width: 100%;
}
.subscribe-form .button {
font-size: 20px;
height: 50px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 55px;
-ms-flex: 0 0 55px;
flex: 0 0 55px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
.subscribe-form .button:hover {
background: #2c2c2c;
} .side-img > .vc_column-inner {
height: 100%;
border: 1px solid #444;
margin: 0 15px;
} .accordion-block {
margin: 30px 0;
}
.accordion-item {
border: 1px solid #444;
margin-bottom: 20px;
}
.accordion-item.current .top .button:after {
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion-item .top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
font-size: 14px;
line-height: 1.28571;
text-transform: uppercase;
padding: 5px 45px 5px 25px;
height: 53px;
cursor: pointer;
}
.accordion-item .top .button {
position: absolute;
top: 50%;
right: 0;
width: 45px;
height: 45px;
margin-top: -22.5px;
font-size: 16px;
}
.accordion-item .top .button:before, .accordion-item .top .button:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.accordion-item .top .button:before {
width: 0.875em;
height: 0.125em;
}
.accordion-item .top .button:after {
height: 0.875em;
width: 0.125em;
}
.accordion-item .wrap {
display: none;
color: #9b9b9b;
font-size: 14px;
line-height: 1.28571;
padding: 15px 45px 35px 25px;
}
.accordion-block.style2 .accordion-item .wrap {
font-size: 14px;
}
.site-footer .site-logo a {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget_nav_menu .menu > li:first-child {
padding-top: 0;
}
@media (max-width: 991.98px) {
.navigation .menu > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(3) .children .children,
.navigation .menu > li:nth-last-child(2) .children .children,
.navigation .menu > li:nth-last-child(1) .children .children {
right: 0 !important;
margin: 0;
}
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.eot);src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.woff) format("woff"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.eot);src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.woff) format("woff"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.eot);src:url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.woff) format("woff"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(//aurabizz.com/wp-content/themes/luxa/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'base-icon';
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/base-icons.eot?bfnpvw);
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/base-icons.eot?bfnpvw#iefix) format("embedded-opentype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/base-icons.ttf?bfnpvw) format("truetype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/base-icons.woff?bfnpvw) format("woff"), url(//aurabizz.com/wp-content/themes/luxa/fonts/base-icons.svg?bfnpvw#base-icons) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="base-icon-"],
[class*=" base-icon-"] { font-family: 'base-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.base-icon-avatar:before {
content: "\e900";
}
.base-icon-avatar-1:before {
content: "\e901";
}
.base-icon-back:before {
content: "\e902";
}
.base-icon-book:before {
content: "\e903";
}
.base-icon-cancel:before {
content: "\e904";
}
.base-icon-chat:before {
content: "\e905";
}
.base-icon-chat-1:before {
content: "\e906";
}
.base-icon-chat-2:before {
content: "\e907";
}
.base-icon-copy:before {
content: "\e908";
}
.base-icon-dislike:before {
content: "\e909";
}
.base-icon-download:before {
content: "\e90a";
}
.base-icon-download-1:before {
content: "\e90b";
}
.base-icon-edit:before {
content: "\e90c";
}
.base-icon-envelope:before {
content: "\e90d";
}
.base-icon-folder:before {
content: "\e90e";
}
.base-icon-garbage:before {
content: "\e90f";
}
.base-icon-glasses:before {
content: "\e910";
}
.base-icon-hand:before {
content: "\e911";
}
.base-icon-headphones:before {
content: "\e912";
}
.base-icon-heart:before {
content: "\e913";
}
.base-icon-house:before {
content: "\e914";
}
.base-icon-like:before {
content: "\e915";
}
.base-icon-link:before {
content: "\e916";
}
.base-icon-logout:before {
content: "\e917";
}
.base-icon-magnifying-glass:before {
content: "\e918";
}
.base-icon-monitor:before {
content: "\e919";
}
.base-icon-musical-note:before {
content: "\e91a";
}
.base-icon-next:before {
content: "\e91b";
}
.base-icon-next-1:before {
content: "\e91c";
}
.base-icon-padlock:before {
content: "\e91d";
}
.base-icon-paper-plane:before {
content: "\e91e";
}
.base-icon-phone-call:before {
content: "\e91f";
}
.base-icon-photo-camera:before {
content: "\e920";
}
.base-icon-pie-chart:before {
content: "\e921";
}
.base-icon-piggy-bank:before {
content: "\e922";
}
.base-icon-placeholder:before {
content: "\e923";
}
.base-icon-printer:before {
content: "\e924";
}
.base-icon-reload:before {
content: "\e925";
}
.base-icon-settings:before {
content: "\e926";
}
.base-icon-settings-1:before {
content: "\e927";
}
.base-icon-share:before {
content: "\e928";
}
.base-icon-shopping-bag:before {
content: "\e929";
}
.base-icon-shopping-cart:before {
content: "\e92a";
}
.base-icon-shuffle:before {
content: "\e92b";
}
.base-icon-speaker:before {
content: "\e92c";
}
.base-icon-star:before {
content: "\e92d";
}
.base-icon-tag:before {
content: "\e92e";
}
.base-icon-upload:before {
content: "\e92f";
}
.base-icon-upload-1:before {
content: "\e930";
}
.base-icon-vector:before {
content: "\e931";
}
@font-face {
font-family: "essential-set";
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.eot);
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.eot?#iefix) format("eot"), url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.woff2) format("woff2"), url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.woff) format("woff"), url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.ttf) format("truetype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/essential-set.svg#essential-set) format("svg");
}
[class*="essential-set-"],
[class^="essential-set-"] {
font-family: "essential-set";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1; text-decoration: none;
text-transform: none;
}
.essential-set-add-1:before {
content: "\E001";
}
.essential-set-add-2:before {
content: "\E002";
}
.essential-set-add-3:before {
content: "\E003";
}
.essential-set-add:before {
content: "\E004";
}
.essential-set-agenda:before {
content: "\E005";
}
.essential-set-alarm-1:before {
content: "\E006";
}
.essential-set-alarm-clock-1:before {
content: "\E007";
}
.essential-set-alarm-clock:before {
content: "\E008";
}
.essential-set-alarm:before {
content: "\E009";
}
.essential-set-albums:before {
content: "\E00A";
}
.essential-set-app:before {
content: "\E00B";
}
.essential-set-archive-1:before {
content: "\E00C";
}
.essential-set-archive-2:before {
content: "\E00D";
}
.essential-set-archive-3:before {
content: "\E00E";
}
.essential-set-archive:before {
content: "\E00F";
}
.essential-set-attachment:before {
content: "\E010";
}
.essential-set-back:before {
content: "\E011";
}
.essential-set-battery-1:before {
content: "\E012";
}
.essential-set-battery-2:before {
content: "\E013";
}
.essential-set-battery-3:before {
content: "\E014";
}
.essential-set-battery-4:before {
content: "\E015";
}
.essential-set-battery-5:before {
content: "\E016";
}
.essential-set-battery-6:before {
content: "\E017";
}
.essential-set-battery-7:before {
content: "\E018";
}
.essential-set-battery-8:before {
content: "\E019";
}
.essential-set-battery-9:before {
content: "\E01A";
}
.essential-set-battery:before {
content: "\E01B";
}
.essential-set-binoculars:before {
content: "\E01C";
}
.essential-set-blueprint:before {
content: "\E01D";
}
.essential-set-bluetooth-1:before {
content: "\E01E";
}
.essential-set-bluetooth:before {
content: "\E01F";
}
.essential-set-bookmark-1:before {
content: "\E020";
}
.essential-set-bookmark:before {
content: "\E021";
}
.essential-set-briefcase:before {
content: "\E022";
}
.essential-set-broken-link:before {
content: "\E023";
}
.essential-set-calculator-1:before {
content: "\E024";
}
.essential-set-calculator:before {
content: "\E025";
}
.essential-set-calendar-1:before {
content: "\E026";
}
.essential-set-calendar-2:before {
content: "\E027";
}
.essential-set-calendar-3:before {
content: "\E028";
}
.essential-set-calendar-4:before {
content: "\E029";
}
.essential-set-calendar-5:before {
content: "\E02A";
}
.essential-set-calendar-6:before {
content: "\E02B";
}
.essential-set-calendar-7:before {
content: "\E02C";
}
.essential-set-calendar:before {
content: "\E02D";
}
.essential-set-checked-1:before {
content: "\E02E";
}
.essential-set-checked:before {
content: "\E02F";
}
.essential-set-clock-1:before {
content: "\E030";
}
.essential-set-clock:before {
content: "\E031";
}
.essential-set-close:before {
content: "\E032";
}
.essential-set-cloud-computing-1:before {
content: "\E033";
}
.essential-set-cloud-computing-2:before {
content: "\E034";
}
.essential-set-cloud-computing-3:before {
content: "\E035";
}
.essential-set-cloud-computing-4:before {
content: "\E036";
}
.essential-set-cloud-computing-5:before {
content: "\E037";
}
.essential-set-cloud-computing:before {
content: "\E038";
}
.essential-set-cloud:before {
content: "\E039";
}
.essential-set-command:before {
content: "\E03A";
}
.essential-set-compact-disc-1:before {
content: "\E03B";
}
.essential-set-compact-disc-2:before {
content: "\E03C";
}
.essential-set-compact-disc:before {
content: "\E03D";
}
.essential-set-compass:before {
content: "\E03E";
}
.essential-set-compose:before {
content: "\E03F";
}
.essential-set-controls-1:before {
content: "\E040";
}
.essential-set-controls-2:before {
content: "\E041";
}
.essential-set-controls-3:before {
content: "\E042";
}
.essential-set-controls-4:before {
content: "\E043";
}
.essential-set-controls-5:before {
content: "\E044";
}
.essential-set-controls-6:before {
content: "\E045";
}
.essential-set-controls-7:before {
content: "\E046";
}
.essential-set-controls-8:before {
content: "\E047";
}
.essential-set-controls-9:before {
content: "\E048";
}
.essential-set-controls:before {
content: "\E049";
}
.essential-set-database-1:before {
content: "\E04A";
}
.essential-set-database-2:before {
content: "\E04B";
}
.essential-set-database-3:before {
content: "\E04C";
}
.essential-set-database:before {
content: "\E04D";
}
.essential-set-diamond:before {
content: "\E04E";
}
.essential-set-diploma:before {
content: "\E04F";
}
.essential-set-dislike-1:before {
content: "\E050";
}
.essential-set-dislike:before {
content: "\E051";
}
.essential-set-divide-1:before {
content: "\E052";
}
.essential-set-divide:before {
content: "\E053";
}
.essential-set-division:before {
content: "\E054";
}
.essential-set-document:before {
content: "\E055";
}
.essential-set-download:before {
content: "\E056";
}
.essential-set-edit-1:before {
content: "\E057";
}
.essential-set-edit:before {
content: "\E058";
}
.essential-set-eject-1:before {
content: "\E059";
}
.essential-set-eject:before {
content: "\E05A";
}
.essential-set-equal-1:before {
content: "\E05B";
}
.essential-set-equal-2:before {
content: "\E05C";
}
.essential-set-equal:before {
content: "\E05D";
}
.essential-set-error:before {
content: "\E05E";
}
.essential-set-exit-1:before {
content: "\E05F";
}
.essential-set-exit-2:before {
content: "\E060";
}
.essential-set-exit:before {
content: "\E061";
}
.essential-set-eyeglasses:before {
content: "\E062";
}
.essential-set-fast-forward-1:before {
content: "\E063";
}
.essential-set-fast-forward:before {
content: "\E064";
}
.essential-set-fax:before {
content: "\E065";
}
.essential-set-file-1:before {
content: "\E066";
}
.essential-set-file-2:before {
content: "\E067";
}
.essential-set-file:before {
content: "\E068";
}
.essential-set-film:before {
content: "\E069";
}
.essential-set-fingerprint:before {
content: "\E06A";
}
.essential-set-flag-1:before {
content: "\E06B";
}
.essential-set-flag-2:before {
content: "\E06C";
}
.essential-set-flag-3:before {
content: "\E06D";
}
.essential-set-flag-4:before {
content: "\E06E";
}
.essential-set-flag:before {
content: "\E06F";
}
.essential-set-focus:before {
content: "\E070";
}
.essential-set-folder-1:before {
content: "\E071";
}
.essential-set-folder-10:before {
content: "\E072";
}
.essential-set-folder-11:before {
content: "\E073";
}
.essential-set-folder-12:before {
content: "\E074";
}
.essential-set-folder-13:before {
content: "\E075";
}
.essential-set-folder-14:before {
content: "\E076";
}
.essential-set-folder-15:before {
content: "\E077";
}
.essential-set-folder-16:before {
content: "\E078";
}
.essential-set-folder-17:before {
content: "\E079";
}
.essential-set-folder-18:before {
content: "\E07A";
}
.essential-set-folder-19:before {
content: "\E07B";
}
.essential-set-folder-2:before {
content: "\E07C";
}
.essential-set-folder-3:before {
content: "\E07D";
}
.essential-set-folder-4:before {
content: "\E07E";
}
.essential-set-folder-5:before {
content: "\E07F";
}
.essential-set-folder-6:before {
content: "\E080";
}
.essential-set-folder-7:before {
content: "\E081";
}
.essential-set-folder-8:before {
content: "\E082";
}
.essential-set-folder-9:before {
content: "\E083";
}
.essential-set-folder:before {
content: "\E084";
}
.essential-set-forbidden:before {
content: "\E085";
}
.essential-set-funnel:before {
content: "\E086";
}
.essential-set-garbage-1:before {
content: "\E087";
}
.essential-set-garbage-2:before {
content: "\E088";
}
.essential-set-garbage:before {
content: "\E089";
}
.essential-set-gift:before {
content: "\E08A";
}
.essential-set-help:before {
content: "\E08B";
}
.essential-set-hide:before {
content: "\E08C";
}
.essential-set-hold:before {
content: "\E08D";
}
.essential-set-home-1:before {
content: "\E08E";
}
.essential-set-home-2:before {
content: "\E08F";
}
.essential-set-home:before {
content: "\E090";
}
.essential-set-hourglass-1:before {
content: "\E091";
}
.essential-set-hourglass-2:before {
content: "\E092";
}
.essential-set-hourglass-3:before {
content: "\E093";
}
.essential-set-hourglass:before {
content: "\E094";
}
.essential-set-house:before {
content: "\E095";
}
.essential-set-id-card-1:before {
content: "\E096";
}
.essential-set-id-card-2:before {
content: "\E097";
}
.essential-set-id-card-3:before {
content: "\E098";
}
.essential-set-id-card-4:before {
content: "\E099";
}
.essential-set-id-card-5:before {
content: "\E09A";
}
.essential-set-id-card:before {
content: "\E09B";
}
.essential-set-idea:before {
content: "\E09C";
}
.essential-set-incoming:before {
content: "\E09D";
}
.essential-set-infinity:before {
content: "\E09E";
}
.essential-set-info:before {
content: "\E09F";
}
.essential-set-internet:before {
content: "\E0A0";
}
.essential-set-key:before {
content: "\E0A1";
}
.essential-set-lamp:before {
content: "\E0A2";
}
.essential-set-layers-1:before {
content: "\E0A3";
}
.essential-set-layers:before {
content: "\E0A4";
}
.essential-set-like-1:before {
content: "\E0A5";
}
.essential-set-like-2:before {
content: "\E0A6";
}
.essential-set-like:before {
content: "\E0A7";
}
.essential-set-link:before {
content: "\E0A8";
}
.essential-set-list-1:before {
content: "\E0A9";
}
.essential-set-list:before {
content: "\E0AA";
}
.essential-set-lock-1:before {
content: "\E0AB";
}
.essential-set-lock:before {
content: "\E0AC";
}
.essential-set-locked-1:before {
content: "\E0AD";
}
.essential-set-locked-2:before {
content: "\E0AE";
}
.essential-set-locked-3:before {
content: "\E0AF";
}
.essential-set-locked-4:before {
content: "\E0B0";
}
.essential-set-locked-5:before {
content: "\E0B1";
}
.essential-set-locked-6:before {
content: "\E0B2";
}
.essential-set-locked:before {
content: "\E0B3";
}
.essential-set-login:before {
content: "\E0B4";
}
.essential-set-magic-wand:before {
content: "\E0B5";
}
.essential-set-magnet-1:before {
content: "\E0B6";
}
.essential-set-magnet-2:before {
content: "\E0B7";
}
.essential-set-magnet:before {
content: "\E0B8";
}
.essential-set-map-1:before {
content: "\E0B9";
}
.essential-set-map-2:before {
content: "\E0BA";
}
.essential-set-map-location:before {
content: "\E0BB";
}
.essential-set-map:before {
content: "\E0BC";
}
.essential-set-megaphone-1:before {
content: "\E0BD";
}
.essential-set-megaphone:before {
content: "\E0BE";
}
.essential-set-menu-1:before {
content: "\E0BF";
}
.essential-set-menu-2:before {
content: "\E0C0";
}
.essential-set-menu-3:before {
content: "\E0C1";
}
.essential-set-menu-4:before {
content: "\E0C2";
}
.essential-set-menu:before {
content: "\E0C3";
}
.essential-set-microphone-1:before {
content: "\E0C4";
}
.essential-set-microphone:before {
content: "\E0C5";
}
.essential-set-minus-1:before {
content: "\E0C6";
}
.essential-set-minus:before {
content: "\E0C7";
}
.essential-set-more-1:before {
content: "\E0C8";
}
.essential-set-more-2:before {
content: "\E0C9";
}
.essential-set-more:before {
content: "\E0CA";
}
.essential-set-multiply-1:before {
content: "\E0CB";
}
.essential-set-multiply:before {
content: "\E0CC";
}
.essential-set-music-player-1:before {
content: "\E0CD";
}
.essential-set-music-player-2:before {
content: "\E0CE";
}
.essential-set-music-player-3:before {
content: "\E0CF";
}
.essential-set-music-player:before {
content: "\E0D0";
}
.essential-set-mute:before {
content: "\E0D1";
}
.essential-set-muted:before {
content: "\E0D2";
}
.essential-set-navigation-1:before {
content: "\E0D3";
}
.essential-set-navigation:before {
content: "\E0D4";
}
.essential-set-network:before {
content: "\E0D5";
}
.essential-set-newspaper:before {
content: "\E0D6";
}
.essential-set-next:before {
content: "\E0D7";
}
.essential-set-note:before {
content: "\E0D8";
}
.essential-set-notebook-1:before {
content: "\E0D9";
}
.essential-set-notebook-2:before {
content: "\E0DA";
}
.essential-set-notebook-3:before {
content: "\E0DB";
}
.essential-set-notebook-4:before {
content: "\E0DC";
}
.essential-set-notebook-5:before {
content: "\E0DD";
}
.essential-set-notebook:before {
content: "\E0DE";
}
.essential-set-notepad-1:before {
content: "\E0DF";
}
.essential-set-notepad-2:before {
content: "\E0E0";
}
.essential-set-notepad:before {
content: "\E0E1";
}
.essential-set-notification:before {
content: "\E0E2";
}
.essential-set-paper-plane-1:before {
content: "\E0E3";
}
.essential-set-paper-plane:before {
content: "\E0E4";
}
.essential-set-pause-1:before {
content: "\E0E5";
}
.essential-set-pause:before {
content: "\E0E6";
}
.essential-set-percent-1:before {
content: "\E0E7";
}
.essential-set-percent:before {
content: "\E0E8";
}
.essential-set-perspective:before {
content: "\E0E9";
}
.essential-set-photo-camera-1:before {
content: "\E0EA";
}
.essential-set-photo-camera:before {
content: "\E0EB";
}
.essential-set-photos:before {
content: "\E0EC";
}
.essential-set-picture-1:before {
content: "\E0ED";
}
.essential-set-picture-2:before {
content: "\E0EE";
}
.essential-set-picture:before {
content: "\E0EF";
}
.essential-set-pin:before {
content: "\E0F0";
}
.essential-set-placeholder-1:before {
content: "\E0F1";
}
.essential-set-placeholder-2:before {
content: "\E0F2";
}
.essential-set-placeholder-3:before {
content: "\E0F3";
}
.essential-set-placeholder:before {
content: "\E0F4";
}
.essential-set-placeholders:before {
content: "\E0F5";
}
.essential-set-play-button-1:before {
content: "\E0F6";
}
.essential-set-play-button:before {
content: "\E0F7";
}
.essential-set-plus:before {
content: "\E0F8";
}
.essential-set-power:before {
content: "\E0F9";
}
.essential-set-previous:before {
content: "\E0FA";
}
.essential-set-price-tag:before {
content: "\E0FB";
}
.essential-set-print:before {
content: "\E0FC";
}
.essential-set-push-pin:before {
content: "\E0FD";
}
.essential-set-radar:before {
content: "\E0FE";
}
.essential-set-reading:before {
content: "\E0FF";
}
.essential-set-record:before {
content: "\E100";
}
.essential-set-repeat-1:before {
content: "\E101";
}
.essential-set-repeat:before {
content: "\E102";
}
.essential-set-restart:before {
content: "\E103";
}
.essential-set-resume:before {
content: "\E104";
}
.essential-set-rewind-1:before {
content: "\E105";
}
.essential-set-rewind:before {
content: "\E106";
}
.essential-set-route:before {
content: "\E107";
}
.essential-set-save:before {
content: "\E108";
}
.essential-set-search-1:before {
content: "\E109";
}
.essential-set-search:before {
content: "\E10A";
}
.essential-set-send:before {
content: "\E10B";
}
.essential-set-server-1:before {
content: "\E10C";
}
.essential-set-server-2:before {
content: "\E10D";
}
.essential-set-server-3:before {
content: "\E10E";
}
.essential-set-server:before {
content: "\E10F";
}
.essential-set-settings-1:before {
content: "\E110";
}
.essential-set-settings-2:before {
content: "\E111";
}
.essential-set-settings-3:before {
content: "\E112";
}
.essential-set-settings-4:before {
content: "\E113";
}
.essential-set-settings-5:before {
content: "\E114";
}
.essential-set-settings-6:before {
content: "\E115";
}
.essential-set-settings-7:before {
content: "\E116";
}
.essential-set-settings-8:before {
content: "\E117";
}
.essential-set-settings-9:before {
content: "\E118";
}
.essential-set-settings:before {
content: "\E119";
}
.essential-set-share-1:before {
content: "\E11A";
}
.essential-set-share-2:before {
content: "\E11B";
}
.essential-set-share:before {
content: "\E11C";
}
.essential-set-shuffle-1:before {
content: "\E11D";
}
.essential-set-shuffle:before {
content: "\E11E";
}
.essential-set-shutdown:before {
content: "\E11F";
}
.essential-set-sign-1:before {
content: "\E120";
}
.essential-set-sign:before {
content: "\E121";
}
.essential-set-skip:before {
content: "\E122";
}
.essential-set-smartphone-1:before {
content: "\E123";
}
.essential-set-smartphone-10:before {
content: "\E124";
}
.essential-set-smartphone-11:before {
content: "\E125";
}
.essential-set-smartphone-2:before {
content: "\E126";
}
.essential-set-smartphone-3:before {
content: "\E127";
}
.essential-set-smartphone-4:before {
content: "\E128";
}
.essential-set-smartphone-5:before {
content: "\E129";
}
.essential-set-smartphone-6:before {
content: "\E12A";
}
.essential-set-smartphone-7:before {
content: "\E12B";
}
.essential-set-smartphone-8:before {
content: "\E12C";
}
.essential-set-smartphone-9:before {
content: "\E12D";
}
.essential-set-smartphone:before {
content: "\E12E";
}
.essential-set-speaker-1:before {
content: "\E12F";
}
.essential-set-speaker-2:before {
content: "\E130";
}
.essential-set-speaker-3:before {
content: "\E131";
}
.essential-set-speaker-4:before {
content: "\E132";
}
.essential-set-speaker-5:before {
content: "\E133";
}
.essential-set-speaker-6:before {
content: "\E134";
}
.essential-set-speaker-7:before {
content: "\E135";
}
.essential-set-speaker-8:before {
content: "\E136";
}
.essential-set-speaker:before {
content: "\E137";
}
.essential-set-spotlight:before {
content: "\E138";
}
.essential-set-star-1:before {
content: "\E139";
}
.essential-set-star:before {
content: "\E13A";
}
.essential-set-stop-1:before {
content: "\E13B";
}
.essential-set-stop:before {
content: "\E13C";
}
.essential-set-stopwatch-1:before {
content: "\E13D";
}
.essential-set-stopwatch-2:before {
content: "\E13E";
}
.essential-set-stopwatch-3:before {
content: "\E13F";
}
.essential-set-stopwatch-4:before {
content: "\E140";
}
.essential-set-stopwatch:before {
content: "\E141";
}
.essential-set-street-1:before {
content: "\E142";
}
.essential-set-street:before {
content: "\E143";
}
.essential-set-substract-1:before {
content: "\E144";
}
.essential-set-substract:before {
content: "\E145";
}
.essential-set-success:before {
content: "\E146";
}
.essential-set-switch-1:before {
content: "\E147";
}
.essential-set-switch-2:before {
content: "\E148";
}
.essential-set-switch-3:before {
content: "\E149";
}
.essential-set-switch-4:before {
content: "\E14A";
}
.essential-set-switch-5:before {
content: "\E14B";
}
.essential-set-switch-6:before {
content: "\E14C";
}
.essential-set-switch-7:before {
content: "\E14D";
}
.essential-set-switch:before {
content: "\E14E";
}
.essential-set-tabs-1:before {
content: "\E14F";
}
.essential-set-tabs:before {
content: "\E150";
}
.essential-set-target:before {
content: "\E151";
}
.essential-set-television-1:before {
content: "\E152";
}
.essential-set-television:before {
content: "\E153";
}
.essential-set-time:before {
content: "\E154";
}
.essential-set-trash:before {
content: "\E155";
}
.essential-set-umbrella:before {
content: "\E156";
}
.essential-set-unlink:before {
content: "\E157";
}
.essential-set-unlocked-1:before {
content: "\E158";
}
.essential-set-unlocked-2:before {
content: "\E159";
}
.essential-set-unlocked:before {
content: "\E15A";
}
.essential-set-upload:before {
content: "\E15B";
}
.essential-set-user-1:before {
content: "\E15C";
}
.essential-set-user-2:before {
content: "\E15D";
}
.essential-set-user-3:before {
content: "\E15E";
}
.essential-set-user-4:before {
content: "\E15F";
}
.essential-set-user-5:before {
content: "\E160";
}
.essential-set-user-6:before {
content: "\E161";
}
.essential-set-user-7:before {
content: "\E162";
}
.essential-set-user:before {
content: "\E163";
}
.essential-set-users-1:before {
content: "\E164";
}
.essential-set-users:before {
content: "\E165";
}
.essential-set-video-camera-1:before {
content: "\E166";
}
.essential-set-video-camera:before {
content: "\E167";
}
.essential-set-video-player-1:before {
content: "\E168";
}
.essential-set-video-player-2:before {
content: "\E169";
}
.essential-set-video-player:before {
content: "\E16A";
}
.essential-set-view-1:before {
content: "\E16B";
}
.essential-set-view-2:before {
content: "\E16C";
}
.essential-set-view:before {
content: "\E16D";
}
.essential-set-volume-control-1:before {
content: "\E16E";
}
.essential-set-volume-control:before {
content: "\E16F";
}
.essential-set-warning:before {
content: "\E170";
}
.essential-set-wifi-1:before {
content: "\E171";
}
.essential-set-wifi:before {
content: "\E172";
}
.essential-set-windows-1:before {
content: "\E173";
}
.essential-set-windows-2:before {
content: "\E174";
}
.essential-set-windows-3:before {
content: "\E175";
}
.essential-set-windows-4:before {
content: "\E176";
}
.essential-set-windows:before {
content: "\E177";
}
.essential-set-wireless-internet:before {
content: "\E178";
}
.essential-set-worldwide-1:before {
content: "\E179";
}
.essential-set-worldwide:before {
content: "\E17A";
}
.essential-set-zoom-in:before {
content: "\E17B";
}
.essential-set-zoom-out:before {
content: "\E17C";
}
@font-face {
font-family: "free-basic-ui-elements";
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.eot);
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.eot?#iefix) format("eot"), url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.woff2) format("woff2"), url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.woff) format("woff"), url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.ttf) format("truetype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/free-basic-ui-elements.svg#free-basic-ui-elements) format("svg");
}
[class*="free-basic-ui-elements-"],
[class^="free-basic-ui-elements-"] {
font-family: "free-basic-ui-elements";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1; text-decoration: none;
text-transform: none;
}
.free-basic-ui-elements-add:before {
content: "\E001";
}
.free-basic-ui-elements-bag:before {
content: "\E002";
}
.free-basic-ui-elements-battery:before {
content: "\E003";
}
.free-basic-ui-elements-bell:before {
content: "\E004";
}
.free-basic-ui-elements-bluetooth:before {
content: "\E005";
}
.free-basic-ui-elements-bookmark:before {
content: "\E006";
}
.free-basic-ui-elements-briefcase:before {
content: "\E007";
}
.free-basic-ui-elements-calendar:before {
content: "\E008";
}
.free-basic-ui-elements-cancel-1:before {
content: "\E009";
}
.free-basic-ui-elements-cancel:before {
content: "\E00A";
}
.free-basic-ui-elements-clip:before {
content: "\E00B";
}
.free-basic-ui-elements-clock-1:before {
content: "\E00C";
}
.free-basic-ui-elements-clock:before {
content: "\E00D";
}
.free-basic-ui-elements-cloud:before {
content: "\E00E";
}
.free-basic-ui-elements-correct:before {
content: "\E00F";
}
.free-basic-ui-elements-credit-card:before {
content: "\E010";
}
.free-basic-ui-elements-cursor-1:before {
content: "\E011";
}
.free-basic-ui-elements-cursor:before {
content: "\E012";
}
.free-basic-ui-elements-cut:before {
content: "\E013";
}
.free-basic-ui-elements-cutlery:before {
content: "\E014";
}
.free-basic-ui-elements-down-arrow:before {
content: "\E015";
}
.free-basic-ui-elements-download:before {
content: "\E016";
}
.free-basic-ui-elements-edit:before {
content: "\E017";
}
.free-basic-ui-elements-envelope:before {
content: "\E018";
}
.free-basic-ui-elements-export:before {
content: "\E019";
}
.free-basic-ui-elements-favorite:before {
content: "\E01A";
}
.free-basic-ui-elements-file:before {
content: "\E01B";
}
.free-basic-ui-elements-folder:before {
content: "\E01C";
}
.free-basic-ui-elements-forward:before {
content: "\E01D";
}
.free-basic-ui-elements-gallery:before {
content: "\E01E";
}
.free-basic-ui-elements-gamepad:before {
content: "\E01F";
}
.free-basic-ui-elements-garbage:before {
content: "\E020";
}
.free-basic-ui-elements-headphones:before {
content: "\E021";
}
.free-basic-ui-elements-heart:before {
content: "\E022";
}
.free-basic-ui-elements-help:before {
content: "\E023";
}
.free-basic-ui-elements-home:before {
content: "\E024";
}
.free-basic-ui-elements-hourglass:before {
content: "\E025";
}
.free-basic-ui-elements-info:before {
content: "\E026";
}
.free-basic-ui-elements-layer:before {
content: "\E027";
}
.free-basic-ui-elements-layout:before {
content: "\E028";
}
.free-basic-ui-elements-left-arrow-1:before {
content: "\E029";
}
.free-basic-ui-elements-left-arrow:before {
content: "\E02A";
}
.free-basic-ui-elements-lightning:before {
content: "\E02B";
}
.free-basic-ui-elements-link:before {
content: "\E02C";
}
.free-basic-ui-elements-logout:before {
content: "\E02D";
}
.free-basic-ui-elements-magnet:before {
content: "\E02E";
}
.free-basic-ui-elements-map:before {
content: "\E02F";
}
.free-basic-ui-elements-menu:before {
content: "\E030";
}
.free-basic-ui-elements-monitor:before {
content: "\E031";
}
.free-basic-ui-elements-moon:before {
content: "\E032";
}
.free-basic-ui-elements-padnote:before {
content: "\E033";
}
.free-basic-ui-elements-paint:before {
content: "\E034";
}
.free-basic-ui-elements-pause:before {
content: "\E035";
}
.free-basic-ui-elements-photo-camera:before {
content: "\E036";
}
.free-basic-ui-elements-placeholder:before {
content: "\E037";
}
.free-basic-ui-elements-play-button:before {
content: "\E038";
}
.free-basic-ui-elements-power:before {
content: "\E039";
}
.free-basic-ui-elements-presentation:before {
content: "\E03A";
}
.free-basic-ui-elements-printer:before {
content: "\E03B";
}
.free-basic-ui-elements-profile:before {
content: "\E03C";
}
.free-basic-ui-elements-prohibition:before {
content: "\E03D";
}
.free-basic-ui-elements-push-pin:before {
content: "\E03E";
}
.free-basic-ui-elements-puzzle:before {
content: "\E03F";
}
.free-basic-ui-elements-refresh:before {
content: "\E040";
}
.free-basic-ui-elements-remove:before {
content: "\E041";
}
.free-basic-ui-elements-rewind:before {
content: "\E042";
}
.free-basic-ui-elements-right-arrow-1:before {
content: "\E043";
}
.free-basic-ui-elements-right-arrow:before {
content: "\E044";
}
.free-basic-ui-elements-rocket-launch:before {
content: "\E045";
}
.free-basic-ui-elements-screen:before {
content: "\E046";
}
.free-basic-ui-elements-search:before {
content: "\E047";
}
.free-basic-ui-elements-settings-1:before {
content: "\E048";
}
.free-basic-ui-elements-settings-2:before {
content: "\E049";
}
.free-basic-ui-elements-settings:before {
content: "\E04A";
}
.free-basic-ui-elements-share:before {
content: "\E04B";
}
.free-basic-ui-elements-shield:before {
content: "\E04C";
}
.free-basic-ui-elements-shopping-cart:before {
content: "\E04D";
}
.free-basic-ui-elements-shutter:before {
content: "\E04E";
}
.free-basic-ui-elements-smartphone:before {
content: "\E04F";
}
.free-basic-ui-elements-speech-bubble:before {
content: "\E050";
}
.free-basic-ui-elements-speedometer:before {
content: "\E051";
}
.free-basic-ui-elements-stats:before {
content: "\E052";
}
.free-basic-ui-elements-store:before {
content: "\E053";
}
.free-basic-ui-elements-sun:before {
content: "\E054";
}
.free-basic-ui-elements-switch:before {
content: "\E055";
}
.free-basic-ui-elements-tag:before {
content: "\E056";
}
.free-basic-ui-elements-target:before {
content: "\E057";
}
.free-basic-ui-elements-timer:before {
content: "\E058";
}
.free-basic-ui-elements-unlock:before {
content: "\E059";
}
.free-basic-ui-elements-up-arrow:before {
content: "\E05A";
}
.free-basic-ui-elements-upload:before {
content: "\E05B";
}
.free-basic-ui-elements-video-camera:before {
content: "\E05C";
}
.free-basic-ui-elements-video:before {
content: "\E05D";
}
.free-basic-ui-elements-visible:before {
content: "\E05E";
}
.free-basic-ui-elements-voice-recorder:before {
content: "\E05F";
}
.free-basic-ui-elements-volume:before {
content: "\E060";
}
.free-basic-ui-elements-waiting:before {
content: "\E061";
}
.free-basic-ui-elements-wifi:before {
content: "\E062";
}
.free-basic-ui-elements-zoom-out:before {
content: "\E063";
}
.free-basic-ui-elements-zoom:before {
content: "\E064";
}
@font-face {
font-family: "interview";
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.eot);
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.eot?#iefix) format("eot"), url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.woff2) format("woff2"), url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.woff) format("woff"), url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.ttf) format("truetype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/interview.svg#interview) format("svg");
}
[class*="interview-"],
[class^="interview-"] {
font-family: "interview";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1; text-decoration: none;
text-transform: none;
}
.interview-salary-1:before {
content: "\E001";
}
.interview-selection-process:before {
content: "\E002";
}
.interview-interview-4:before {
content: "\E003";
}
.interview-women:before {
content: "\E004";
}
.interview-company:before {
content: "\E005";
}
.interview-man:before {
content: "\E006";
}
.interview-strategy:before {
content: "\E007";
}
.interview-position:before {
content: "\E008";
}
.interview-contact:before {
content: "\E009";
}
.interview-salary:before {
content: "\E00A";
}
.interview-approved:before {
content: "\E00B";
}
.interview-skills:before {
content: "\E00C";
}
.interview-briefcase:before {
content: "\E00D";
}
.interview-recruitment-1:before {
content: "\E00E";
}
.interview-interview-3:before {
content: "\E00F";
}
.interview-job-3:before {
content: "\E010";
}
.interview-clothes:before {
content: "\E011";
}
.interview-rating:before {
content: "\E012";
}
.interview-handshake:before {
content: "\E013";
}
.interview-video-conference-1:before {
content: "\E014";
}
.interview-resume-1:before {
content: "\E015";
}
.interview-thinking:before {
content: "\E016";
}
.interview-job-2:before {
content: "\E017";
}
.interview-interview-2:before {
content: "\E018";
}
.interview-notification:before {
content: "\E019";
}
.interview-career:before {
content: "\E01A";
}
.interview-microphone:before {
content: "\E01B";
}
.interview-selection:before {
content: "\E01C";
}
.interview-hiring-1:before {
content: "\E01D";
}
.interview-hiring:before {
content: "\E01E";
}
.interview-job-1:before {
content: "\E01F";
}
.interview-hired:before {
content: "\E020";
}
.interview-time:before {
content: "\E021";
}
.interview-appointment:before {
content: "\E022";
}
.interview-video-conference:before {
content: "\E023";
}
.interview-check-list:before {
content: "\E024";
}
.interview-curriculum:before {
content: "\E025";
}
.interview-certificate:before {
content: "\E026";
}
.interview-contract:before {
content: "\E027";
}
.interview-recruitment:before {
content: "\E028";
}
.interview-profiles:before {
content: "\E029";
}
.interview-conversation-1:before {
content: "\E02A";
}
.interview-approval:before {
content: "\E02B";
}
.interview-job:before {
content: "\E02C";
}
.interview-resume:before {
content: "\E02D";
}
.interview-interview-1:before {
content: "\E02E";
}
.interview-interview:before {
content: "\E02F";
}
.interview-conversation:before {
content: "\E030";
}
.interview-application:before {
content: "\E031";
}
.interview-personal-profile:before {
content: "\E032";
}
@font-face {
font-family: "web-design";
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.eot);
src: url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.eot?#iefix) format("eot"), url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.woff2) format("woff2"), url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.woff) format("woff"), url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.ttf) format("truetype"), url(//aurabizz.com/wp-content/themes/luxa/fonts/web-design.svg#web-design) format("svg");
}
[class*="web-design-"],
[class^="web-design-"] {
font-family: "web-design";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1; text-decoration: none;
text-transform: none;
}
.web-design-pen-tool:before {
content: "\E001";
}
.web-design-rgb:before {
content: "\E002";
}
.web-design-layers:before {
content: "\E003";
}
.web-design-lamp:before {
content: "\E004";
}
.web-design-laptop:before {
content: "\E005";
}
.web-design-plant:before {
content: "\E006";
}
.web-design-mouse:before {
content: "\E007";
}
.web-design-login:before {
content: "\E008";
}
.web-design-pantone:before {
content: "\E009";
}
.web-design-graphic-tools:before {
content: "\E00A";
}
.web-design-keyboard:before {
content: "\E00B";
}
.web-design-sitemap:before {
content: "\E00C";
}
.web-design-slider:before {
content: "\E00D";
}
.web-design-pricing:before {
content: "\E00E";
}
.web-design-picture:before {
content: "\E00F";
}
.web-design-wireframe:before {
content: "\E010";
}
.web-design-dashboard:before {
content: "\E011";
}
.web-design-view:before {
content: "\E012";
}
.web-design-selection:before {
content: "\E013";
}
.web-design-target:before {
content: "\E014";
}
.web-design-font:before {
content: "\E015";
}
.web-design-error:before {
content: "\E016";
}
.web-design-paint-roller:before {
content: "\E017";
}
.web-design-object:before {
content: "\E018";
}
.web-design-graph:before {
content: "\E019";
}
.web-design-rating:before {
content: "\E01A";
}
.web-design-graphic-tablet:before {
content: "\E01B";
}
.web-design-idea:before {
content: "\E01C";
}
.web-design-shapes:before {
content: "\E01D";
}
.web-design-brainstorm:before {
content: "\E01E";
}
.web-design-sketch:before {
content: "\E01F";
}
.web-design-camera:before {
content: "\E020";
}
.web-design-strategy:before {
content: "\E021";
}
.web-design-homepage:before {
content: "\E022";
}
.web-design-search:before {
content: "\E023";
}
.web-design-landing-page:before {
content: "\E024";
}
.web-design-smartphone:before {
content: "\E025";
}
.web-design-workflow:before {
content: "\E026";
}
.web-design-layout:before {
content: "\E027";
}
.web-design-organize:before {
content: "\E028";
}
.web-design-test:before {
content: "\E029";
}
.web-design-chat:before {
content: "\E02A";
}
.web-design-web-design:before {
content: "\E02B";
}
.web-design-interface:before {
content: "\E02C";
}
.web-design-responsive-design:before {
content: "\E02D";
}
.web-design-coffee:before {
content: "\E02E";
}
.web-design-upload:before {
content: "\E02F";
}
.web-design-download:before {
content: "\E030";
}
.web-design-settings:before {
content: "\E031";
}
.web-design-headphones:before {
content: "\E032";
}.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-wrapper * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 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-slide-invisible-blank {
visibility: hidden;
} .swiper-container-autoheight {
height: auto;
}
.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-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
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, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-container-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-container-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
    html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b, strong {
font-weight: bolder;
} code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button, input, optgroup, select, textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button, input {
overflow: visible;
} button, select {
text-transform: none;
} button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0; white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}  ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template, [hidden] {
display: none;
}  h1, h2, h3, h4, h5, h6 {
clear: both;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
color: #000;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
* {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
padding-left: 15px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul, li > ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
width: 100%;
border: 1px solid;
border-collapse: collapse;
border-color: #444;
}
table td,
table th {
border: 1px solid;
padding: 2px 5px;
border-color: #444;
}  a:focus, a:hover, a:active {
outline: 0;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
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 {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before, .clear:after {
content: "";
display: table;
table-layout: fixed;
}
.entry-content:before, .entry-content:after {
content: "";
display: table;
table-layout: fixed;
}
.comment-content:before, .comment-content:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content, .entry-content, .entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed, iframe, object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .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;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.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;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-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-box-flex: 0;
-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-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
} .site-logo a, .social-links a, .navigation ul li a, .side-navigation a, .blog-item .content .title a {
color: inherit;
text-decoration: none;
}
.wpb_text_column ul, .navigation ul, .side-navigation ul, .widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul,
.product-categories ul, .pagination ul,
nav.woocommerce-pagination ul {
margin: 0;
padding: 0;
}
.wpb_text_column ul li, .navigation ul li, .side-navigation ul li, .widget_recent_entries ul li, .widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_recent_comments ul li, .widget_rss ul li, .product-categories ul li, .pagination ul li, nav.woocommerce-pagination ul li {
display: block;
}
.header-minicart {
display: inline-block;
vertical-align: middle;
}
.project-slider .owl-prev,
.project-slider .owl-next, a, .header-search-button, .header-minicart .hm-count, .header-minicart .minicart-wrap, .site-logo img, .navigation .sub-menu,
.navigation .children, .side-navigation .sub-menu .back, .search-popup .close, .project-slider .owl-stage-outer .owl-stage .owl-item, .right-click-disable-message {
-webkit-transition: 300ms ease;
-o-transition: 300ms ease;
transition: 300ms ease;
-webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
-o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}
.side-header, .blog-item .a-img, .project-single-page .featured-image div, .project-gallery .item a span, .project-slider .item a span {
background: 50% no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
@media (max-width: 767.98px) {
body.mobile-images-true .side-header, body.mobile-images-true .blog-item .a-img, .blog-item body.mobile-images-true .a-img, body.mobile-images-true .project-single-page .featured-image div, .project-single-page .featured-image body.mobile-images-true div, body.mobile-images-true .project-gallery .item a span, .project-gallery .item a body.mobile-images-true span, body.mobile-images-true .project-slider .item a span, .project-slider .item a body.mobile-images-true span {
-webkit-background-size: contain !important;
background-size: contain !important;
}
}
.button-style1, .button-style2, .button-style3, .add-to-cart-button, .button-style4, .searchform button,
.protected-post-form .form button {
background: none;
border: none;
color: inherit;
cursor: pointer;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: inherit;
line-height: 1;
outline: none;
overflow: hidden;
padding: 0;
pointer-events: all;
position: relative;
text-decoration: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.button-style1 span, .button-style2 span, .button-style3 span, .add-to-cart-button span, .button-style4 span, .searchform button span, .protected-post-form .form button span {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
input.style1,
textarea.style1 {
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
color: inherit;
width: 100%;
}
.search-popup, .blog-item .a-img a, .project-video .wrap iframe,
.project-video .wrap video, .right-click-disable-message {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mouse-cursor .mc-b.svg.loupe .mc-loupe,
.mouse-cursor .mc-b.svg.cart .mc-cart,
.mouse-cursor .mc-b.svg.prev .mc-prev,
.mouse-cursor .mc-b.svg.next .mc-next,
.mouse-cursor .mc-b.svg.cancel .mc-cancel,
.mouse-cursor .mc-b.svg.play .mc-play, .header-minicart:hover .minicart-wrap, .navigation.hidden_menu.active, .navigation .menu li.menu-item-has-children:hover > .sub-menu,
.navigation .menu li.page_item_has_children:hover > .children, .side-navigation .active > .sub-menu, .banner-social-links .social-links a:hover span:nth-child(2), .project-slider .owl-stage-outer .owl-stage .owl-item.active, .right-click-disable-message.active {
opacity: 1;
visibility: visible;
}
.mouse-cursor .mc-b svg, .header-minicart .minicart-wrap, .navigation.hidden_menu, .navigation .sub-menu,
.navigation .children, .side-navigation .sub-menu, .side-navigation .sub-menu.opened > .back, .banner-social-links .social-links a span:nth-child(2), .banner-social-links .social-links a:hover span:nth-child(1), .project-slider .owl-stage-outer .owl-stage .owl-item, .right-click-disable-message {
opacity: 0;
visibility: hidden;
}
.project-slider .owl-prev,
.project-slider .owl-next {
position: absolute;
top: 50%;
margin-top: -0.5em;
cursor: pointer;
}
.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
opacity: .5;
}
.project-slider .owl-prev {
left: -70px;
}
.project-slider .owl-next {
right: -70px;
}
.input-row label,
.woocommerce-form-row label, input.style1,
textarea.style1 {
font-family: 'Fira Sans', sans-serif;
}
.side-header .bottom > *:last-child, .blog-item .content > *:last-child, .search-item .wrap > *:last-child, .protected-post-form > *:last-child {
margin-bottom: 0 !important;
} .project-slider .owl-prev,
.project-slider .owl-next, .button-style2.color2, .button-style3, .add-to-cart-button, .button-style4, .side-header .phone i,
.site-header .phone i, .side-header .social-links a:hover, .header-search-button:hover, .header-minicart .hm-count:hover, .social-links a:hover, .navigation .menu > li > a:hover, .navigation .menu li.current-menu-item > a,
.navigation .menu li.current-menu-ancestor > a,
.navigation .menu li.current_page_item > a,
.navigation .menu li.current_page_parent > a, .navigation .sub-menu li.current-menu-item > a, .navigation .sub-menu li.current-menu-ancestor > a, .navigation .sub-menu li.current_page_item > a, .navigation .sub-menu li.current_page_parent > a, .navigation .sub-menu li:hover > a,
.navigation .children li.current-menu-item > a,
.navigation .children li.current-menu-ancestor > a,
.navigation .children li.current_page_item > a,
.navigation .children li.current_page_parent > a,
.navigation .children li:hover > a, .side-navigation .menu li a:hover, .side-navigation .menu li.current-menu-item > a,
.side-navigation .menu li.current-menu-ancestor > a,
.side-navigation .menu li.current_page_item > a,
.side-navigation .menu li.current_page_parent > a, .search-popup .close:hover, .heading-block .sub-h, .heading-block .h span, .contact-row i, .block-404 .heading-block .sub-h, .coming-soon-block .timer-block > span .name, .blog-item .content .date, .post-content-block .post-date,
.project-content-block .post-date, .post-bottom .post-bottom-col a:hover, .comments-area .comment-items .comment-item .replytocom span, .comments-area .comment-items .comment-item .top .time, .widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.product-categories ul li a:before, .calendar_wrap table th, .calendar_wrap table td a, .tagcloud .tag-cloud-link:hover, .blog-post-widget .item .blog-detail, .pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus, .page-pagination > span {
color: #feb406;
}
.wpb_text_column ul li:before, .button-style1 .d:before, .button-style1 .d:after, .button-style1 .d span:before, .button-style1 .d span:after, .input-row:after,
.woocommerce-form-row:after, .side-header .phone:before,
.site-header .phone:before, .navigation .menu > li > a span:before, .side-navigation .menu li.current-menu-item > a:before, .side-navigation .menu li.current-menu-ancestor > a:before, .side-navigation .menu li.current_page_item > a:before, .side-navigation .menu li.current_page_parent > a:before, .heading-block.with-bottom-line:after, .blog-item .content .title:after {
background: #feb406;
}
.preloader-folding-cube .preloader-cube:before, .header-minicart .hm-count span, .heading-block .sub-h:before {
background-color: #feb406;
}
.button-style2:before, .button-style2:after, .pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus, .page-pagination > span {
border-color: #feb406;
} .preloader, .header-minicart .minicart-wrap {
background: #2b2f35;
}
.navigation .sub-menu,
.navigation .children {
background-color: #2b2f35;
}
::-webkit-input-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
::-ms-input-placeholder {
color: #999;
}
::placeholder {
color: #999;
}
::-moz-selection {
background-color: #feb406;
color: #c4e5f6;
}
::selection {
background-color: #feb406;
color: #c4e5f6;
}
*:focus {
outline: none;
}
.js_active body {
overflow: hidden;
}
.js_active body.loaded {
overflow: auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.tal {
text-align: left;
}
.tar {
text-align: right;
}
.tac {
text-align: center;
}
.to-right {
display: block;
margin-left: auto;
}
.cell {
display: table-cell;
vertical-align: middle;
}
.white {
color: #fff;
}
.uppercase {
text-transform: uppercase;
}
b, strong {
font-weight: bold !important;
}
#all {
position: relative;
overflow: hidden;
}
.main-row {
background-position: 50%;
position: relative;
z-index: 1;
padding: 0.1px 0;
}
.wpadminbar {
position: fixed !important;
}
a {
color: #feb406;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
line-height: 1;
margin: .3em 0;
}
.content-area h1, .content-area
.h1, .content-area
h2, .content-area
.h2, .content-area
h3, .content-area
.h3, .content-area
h4, .content-area
.h4, .content-area
h5, .content-area
.h5, .content-area
h6, .content-area
.h6 {
margin: .7em 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
text-decoration: none;
}
h1,
.h1 {
font-size: 60px;
font-weight: bold;
}
h2,
.h2 {
font-size: 48px;
font-weight: bold;
}
h3,
.h3 {
font-size: 36px;
font-weight: bold;
}
h4,
.h4 {
font-size: 30px;
font-weight: bold;
}
h5,
.h5 {
font-size: 24px;
font-weight: bold;
}
h6,
.h6 {
font-size: 18px;
font-weight: bold;
}
@media (max-width: 767.98px) {
h1,
.h1 {
font-size: 48px;
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 30px;
}
h4,
.h4 {
font-size: 24px;
}
h5,
.h5 {
font-size: 18px;
}
h6,
.h6 {
font-size: 16px;
}
}
.text-t1 {
font-size: 18px;
color: #b1b0b0;
line-height: 1.875;
}
.full-height {
height: 100vh;
}
.bg-cover {
-webkit-background-size: cover !important;
background-size: cover !important;
}
.bg-contain {
-webkit-background-size: contain !important;
background-size: contain !important;
}
.light-color {
color: #fff;
}
.main-container {
overflow: hidden;
} .scroll-wrapper {
padding: 0 !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
overflow-x: hidden !important;
padding: 0;
position: relative !important;
top: 0;
width: 100% !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
display: none;
}
.scrollbar-inner > .scroll-element {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 5px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: -55px;
top: 0;
width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
background-color: #242424;
}
.scrollbar-inner > .scroll-element .scroll-bar {
background-color: #474747;
cursor: pointer;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar,
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
background-color: #444;
}
.scroll-element {
display: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.scroll-element div {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
}
.wpb_text_column ul {
margin: 30px 0;
font-weight: 300;
}
.wpb_text_column ul li {
position: relative;
padding-left: 25px;
margin: 25px 0;
}
.wpb_text_column ul li:before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 6px;
height: 6px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.vc_row.vc_column-gap-1 {
margin: 0 -1px;
}
.vc_row.vc_column-gap-1 > .vc_column_container {
padding: 0 1px;
}
.vc_row.vc_column-gap-2 {
margin: 0 -2px;
}
.vc_row.vc_column-gap-2 > .vc_column_container {
padding: 0 2px;
}
.vc_row.vc_column-gap-3 {
margin: 0 -3px;
}
.vc_row.vc_column-gap-3 > .vc_column_container {
padding: 0 3px;
}
.vc_row.vc_column-gap-4 {
margin: 0 -4px;
}
.vc_row.vc_column-gap-4 > .vc_column_container {
padding: 0 4px;
}
.vc_row.vc_column-gap-5 {
margin: 0 -5px;
}
.vc_row.vc_column-gap-5 > .vc_column_container {
padding: 0 5px;
}
.vc_row.vc_column-gap-10 {
margin: 0 -10px;
}
.vc_row.vc_column-gap-10 > .vc_column_container {
padding: 0 10px;
}
.vc_row.vc_column-gap-15 {
margin: 0 -15px;
}
.vc_row.vc_column-gap-15 > .vc_column_container {
padding: 0 15px;
}
.vc_row.vc_column-gap-20 {
margin: 0 -20px;
}
.vc_row.vc_column-gap-20 > .vc_column_container {
padding: 0 20px;
}
.vc_row.vc_column-gap-25 {
margin: 0 -25px;
}
.vc_row.vc_column-gap-25 > .vc_column_container {
padding: 0 25px;
}
.vc_row.vc_column-gap-30 {
margin: 0 -30px;
}
.vc_row.vc_column-gap-30 > .vc_column_container {
padding: 0 30px;
}
.vc_row.vc_column-gap-35 {
margin: 0 -35px;
}
.vc_row.vc_column-gap-35 > .vc_column_container {
padding: 0 35px;
}
body {
font-size: 16px;
min-width: 320px;
position: relative;
line-height: 1.5;
font-family: "Poppins", sans-serif;
overflow-x: hidden;
color: #ffffff;
background: #010101 50% 0 repeat;
min-height: 100%;
margin: 0;
}
.wf-loading body {
opacity: 1 !important;
visibility: visible !important;
}
body.header-left-side-minified {
padding-left: 55px;
}
body.header-left-side {
background-color: #1a1a1a;
padding-left: 290px;
}
body.header-left-side .container-fluid {
padding: 0 30px;
}
@media (max-width: 991.98px) {
body.header-left-side {
padding-left: 0;
}
body.header-left-side .header-space {
display: block;
}
}
body {
background-color: #1a1a1a;
}
body.woocommerce, body.single-post {
background-image: url(//aurabizz.com/wp-content/themes/luxa/images/bg-body2.jpg);
}
body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account, body.search-results, body.search-no-results {
background-image: url(//aurabizz.com/wp-content/themes/luxa/images/bg-body1.jpg);
}
body.custom-cursor-true * {
cursor: none !important;
}
.type-page.hentry {
padding-bottom: 40px;
}
.grid-sizer {
position: absolute;
height: 0;
}
.hide-popup-download-link .pswp__share--download,
.hide-popup-zoom .pswp__button--zoom,
.hide-popup-full-screen .pswp__button--fs,
.hide-popup-share .pswp__button--share {
display: none !important;
} .mouse-cursor {
position: fixed;
mix-blend-mode: exclusion;
pointer-events: none;
z-index: 999999;
display: block;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: none;
}
@media (hover: none) {
.mouse-cursor {
display: none !important;
}
}
.mouse-cursor .mc-b {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 28px;
height: 28px;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.mouse-cursor .mc-b.nav, .mouse-cursor .mc-b.link:not(.svg) {
background: #fff;
width: 70px;
height: 70px;
opacity: 0.15;
}
.mouse-cursor .mc-b.link:not(.svg) {
width: 50px;
height: 50px;
}
.mouse-cursor .mc-b.svg {
width: 42px;
height: 42px;
}
.mouse-cursor .mc-b.svg .mc-play {
width: 16px;
height: 16px;
}
.mouse-cursor .mc-b svg {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.mouse-cursor .mc-b svg path {
fill: #fff;
} .preloader {
position: fixed;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.preloader .preloader_img img {
max-width: 200px;
max-height: 200px;
display: block;
}
.preloader-area,
.preloader-default-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
-webkit-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
background: #000;
}
.loaded .preloader-area,
.loaded .preloader {
opacity: 0;
visibility: hidden;
}
.preloader-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
position: relative;
top: 50%;
margin-top: -20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.preloader-folding-cube .preloader-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.preloader-folding-cube .preloader-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-animation: preloader-foldCubeAngle 2.4s infinite linear both;
animation: preloader-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.preloader-folding-cube .preloader-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotate(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.preloader-folding-cube .preloader-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotate(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.preloader-folding-cube .preloader-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotate(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.preloader-folding-cube .preloader-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.preloader-folding-cube .preloader-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.preloader-folding-cube .preloader-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes preloader-foldCubeAngle {
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 preloader-foldCubeAngle {
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;
}
} .button-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 -5px;
}
.button-container.center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.button-container.right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.button-container [class*="button-"],
.button-container [class^="button-"] {
margin: 0 5px;
}
.button-style1 {
position: relative;
color: inherit;
font-size: 12px;
text-transform: uppercase;
padding: 20px 35px;
border: none;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
letter-spacing: 0.05em;
font-weight: 600;
background: transparent;
line-height: 1.3;
}
.button-style1 .d:before, .button-style1 .d:after {
content: '';
position: absolute;
height: 1px;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.button-style1 .d:before {
top: 0;
left: 45%;
right: 10%;
}
.button-style1 .d:after {
left: 10%;
right: 65%;
bottom: 0;
}
.button-style1 .d span:before, .button-style1 .d span:after {
content: '';
position: absolute;
width: 1px;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.button-style1 .d span:before {
top: 0;
left: 0;
bottom: 70%;
}
.button-style1 .d span:after {
top: 50%;
right: 0;
bottom: 10%;
}
.button-style1:hover .d:before,
.button-style1:hover .d:after {
left: 0;
right: 0;
}
.button-style1:hover .d span:before,
.button-style1:hover .d span:after {
top: 0;
bottom: 0;
}
.button-style1 i {
font-size: 10px;
margin-left: 15px;
}
@-webkit-keyframes bt2 {
0% {
width: 51%;
top: 0;
bottom: 0;
}
40% {
top: 0;
bottom: 0;
width: 0;
}
100% {
top: 8px;
bottom: 8px;
}
}
@keyframes bt2 {
0% {
width: 51%;
top: 0;
bottom: 0;
}
40% {
top: 0;
bottom: 0;
width: 0;
}
100% {
top: 8px;
bottom: 8px;
}
}
@-webkit-keyframes bt2_hover {
0% {
top: 8px;
bottom: 8px;
}
40% {
top: 0;
bottom: 0;
width: 0;
}
100% {
width: 51%;
top: 0;
bottom: 0;
}
}
@keyframes bt2_hover {
0% {
top: 8px;
bottom: 8px;
}
40% {
top: 0;
bottom: 0;
width: 0;
}
100% {
width: 51%;
top: 0;
bottom: 0;
}
}
.button-style2 {
font-size: 12px;
text-transform: uppercase;
padding: 10px 15px;
letter-spacing: .1em;
}
.button-style2:before, .button-style2:after {
content: '';
position: absolute;
top: 8px;
bottom: 8px;
pointer-events: none;
width: 1px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
-webkit-animation: bt2 500ms ease-in-out;
animation: bt2 500ms ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.button-style2:before {
left: 0;
border-left-width: 1px;
border-left-style: solid;
}
.button-style2:after {
right: 0;
border-right-width: 1px;
border-right-style: solid;
}
.button-style2:hover:before, .button-style2:hover:after {
-webkit-animation: bt2_hover 500ms ease-in-out;
animation: bt2_hover 500ms ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.button-style3 {
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .05em;
padding-right: 20px;
}
.button-style3:after {
content: "";
font-family: "free-basic-ui-elements";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
text-transform: none;
font-size: 12px;
position: absolute;
top: 50%;
right: 0;
line-height: 1;
margin-top: -0.5em;
}
.add-to-cart-button {
font-size: 12px;
text-transform: uppercase;
}
.add-to-cart-button:hover {
color: inherit;
}
.add-to-cart-button i {
font-size: 15px;
margin-right: 15px;
}
.button-style4 {
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .05em;
}
.button-style4 i:first-child {
margin-right: 10px;
}
.button-style4 i:last-child {
margin-left: 10px;
}
.button-style4:hover {
color: inherit;
} .input-row,
.woocommerce-form-row {
position: relative;
margin-bottom: 30px;
}
.input-row label,
.woocommerce-form-row label {
display: block;
font-size: 16px;
color: #9b9b9b;
margin-bottom: 15px;
}
.input-row:after,
.woocommerce-form-row:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: -webkit-transform 400ms ease-in-out;
transition: -webkit-transform 400ms ease-in-out;
-o-transition: transform 400ms ease-in-out;
transition: transform 400ms ease-in-out;
transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.input-row.focus:after,
.woocommerce-form-row.focus:after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.input-row.focusout:after,
.woocommerce-form-row.focusout:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.input-row input.style1,
.input-row textarea.style1,
.woocommerce-form-row input.style1,
.woocommerce-form-row textarea.style1 {
margin-bottom: 0;
}
input.style1,
textarea.style1 {
font-size: 16px;
color: #9b9b9b;
font-weight: 300;
padding: 15px 0;
margin-bottom: 30px;
border-bottom: 1px solid #606060;
resize: none;
}
textarea.style1 {
padding: 15px 20px;
border: 1px solid #606060;
} .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
-webkit-transition: background-color 400ms ease-in-out;
-o-transition: background-color 400ms ease-in-out;
transition: background-color 400ms ease-in-out;
}
.site-header .row {
min-height: 60px;
}
.admin-bar .site-header {
margin-top: 32px;
}
@media (max-width: 767.98px) {
.admin-bar .site-header {
margin-top: 46px;
}
}
.site-header.side-header-mode {
display: none;
}
@media (max-width: 991.98px) {
.site-header.side-header-mode {
display: block;
}
}
.site-header .container-fluid {
padding: 0 40px;
}
.site-header.dark-color {
color: #1a1a1a;
}
.site-header.dark-color.fixed {
background-color: #fff;
}
.site-header.fixed {
background-color: rgba(43, 47, 53, 0.95);
}
.site-header:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
-webkit-box-shadow: inset 0 0 0 1px;
box-shadow: inset 0 0 0 1px;
opacity: .2;
}
.site-header.type2:before {
display: none;
}
@media (max-width: 575.98px) {
.site-header.type2 .right {
display: none;
}
}
.site-header.on-side {
top: -55px;
background: #000;
color: #fff;
width: 100vh;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.site-header.on-side:before {
top: 0;
bottom: auto;
}
.site-header.fixed .navigation .menu > li > a {
height: 50px;
}
.site-header .right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header .right > * {
margin-left: 25px;
}
.site-header .left {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header .left > * {
margin-right: 25px;
}
.side-header .phone,
.site-header .phone {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
}
.side-header .phone:before,
.site-header .phone:before {
content: '';
width: 20px;
height: 1px;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.side-header .phone i,
.site-header .phone i {
font-size: 15px;
margin: 0 15px;
}
.side-header .phone a,
.site-header .phone a {
color: inherit;
font-size: 14px;
font-weight: 300;
opacity: .3;
}
.side-header .phone:hover:before,
.site-header .phone:hover:before {
width: 0;
}
.side-header .phone:hover a,
.site-header .phone:hover a {
opacity: .9;
} .side-header {
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-image: url(//aurabizz.com/wp-content/themes/luxa/images/side-nav-bg.jpg);
width: 290px;
padding: 30px 35px 30px 75px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.admin-bar .side-header {
top: 32px;
}
.side-header .bottom hr {
opacity: 0.3;
margin: 20px 0;
}
.side-header .phone i {
margin-left: 0;
}
.side-header .phone:before {
display: none;
}
.side-header .phone a {
opacity: .7;
}
.side-header .social-links {
font-size: 13px;
margin: 15px 0;
}
.side-header .social-links a {
opacity: 0.3;
}
.side-header .social-links a:hover {
opacity: 1;
}
.side-header .copyright {
font-size: 12px;
color: #989796;
}
@media (max-width: 991.98px) {
.side-header {
display: none;
}
} .header-space {
height: 60px;
}
.header-space-false .header-space {
display: none;
} .header-search-button {
cursor: pointer;
}
.header-search-button i {
font-size: 15px;
} .header-minicart .hm-count {
position: relative;
cursor: pointer;
color: inherit;
}
.header-minicart .hm-count i {
font-size: 15px;
}
.header-minicart .hm-count span {
position: absolute;
top: -2px;
right: -7px;
font-size: 9px;
font-weight: bold;
line-height: 14px;
height: 13px;
min-width: 13px;
color: #000000;
padding: 0 2px;
-webkit-border-radius: 7px;
border-radius: 7px;
text-align: center;
}
.header-minicart .minicart-wrap {
position: absolute;
top: 100%;
right: 0;
color: #fff;
width: 280px;
margin-top: -1px;
font-size: 14px;
background: #000;
border: 1px solid #444;
}
.header-minicart .minicart-wrap .woocommerce-mini-cart__empty-message {
margin: 0;
padding: 15px 20px;
}
.header-minicart .minicart-wrap .cart_list {
padding-top: 15px;
}
.header-minicart .minicart-wrap .bottom {
border-top: 1px solid #444;
background: #1a1a1a;
padding: 15px 25px 10px;
margin-top: 15px;
}
.header-minicart .minicart-wrap .bottom .total {
line-height: 1;
margin: 0 0 20px;
}
.header-minicart .minicart-wrap .bottom .total strong {
font-size: 12px;
font-weight: 400 !important;
text-transform: uppercase;
}
.header-minicart .minicart-wrap .bottom .total .amount {
font-weight: 200;
font-size: 30px;
margin-left: 10px;
}
.header-minicart .minicart-wrap .bottom .buttons .button {
width: 100%;
}
.header-minicart .minicart-wrap .bottom .buttons .button:not(:last-child) {
margin-bottom: 10px;
} .site-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
margin: 10px 0;
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: .3em;
}
.site-header.on-side .site-logo {
height: 35px;
}
.site-logo a {
position: relative;
display: block;
}
.site-logo img {
display: block;
}
.site-logo img.dark {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.light-color .site-logo img.light,
.dark-color .site-logo img.dark {
opacity: 1;
}
.dark-color .site-logo img.light,
.light-color .site-logo img.dark {
opacity: 0;
} .social-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
align-items: center;
}
.social-links a {
margin-right: 15px;
}
.social-links a:last-of-type {
margin-right: 0;
} .navigation {
font-size: 12px;
line-height: 1.5em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.navigation.hidden_menu {
-webkit-transform: translateX(150%);
-ms-transform: translateX(150%);
transform: translateX(150%);
}
.left .navigation.hidden_menu {
-webkit-transform: translateX(-150%);
-ms-transform: translateX(-150%);
transform: translateX(-150%);
}
.navigation.hidden_menu.active {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.navigation ul li a {
position: relative;
}
.navigation .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.navigation .menu li {
position: relative;
}
.navigation .menu li.menu-item-has-children:hover > .sub-menu,
.navigation .menu li.page_item_has_children:hover > .children {
z-index: 2;
}
.navigation .menu > li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 60px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.navigation .menu > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(3) .children .children,
.navigation .menu > li:nth-last-child(2) .children .children,
.navigation .menu > li:nth-last-child(1) .children .children {
left: inherit;
right: 100%;
margin-right: 25px;
}
@media (max-width: 991.98px) {
.navigation .menu > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation .menu > li:nth-last-child(3) .children .children,
.navigation .menu > li:nth-last-child(2) .children .children,
.navigation .menu > li:nth-last-child(1) .children .children {
right: 0;
margin: 0;
}
}
.navigation .menu > li > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
font-weight: 600;
height: 100%;
}
.navigation .menu > li > a:hover span:before {
right: 0;
}
.navigation .menu > li > a span {
position: relative;
}
.navigation .menu > li > a span:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 100%;
height: 1px;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.navigation .menu > li:not(:last-of-type) {
margin-right: 30px;
}
.navigation .sub-menu,
.navigation .children {
position: absolute;
width: 220px;
left: -25px;
top: 100%;
margin-top: 0px;
font-size: 12px;
color: #fff;
font-weight: 500;
z-index: 1;
padding: 15px 25px;
text-transform: uppercase;
}
.navigation .sub-menu .sub-menu,
.navigation .sub-menu .children,
.navigation .children .sub-menu,
.navigation .children .children {
padding: 5px 15px;
}
@media (min-width: 992px) {
.navigation .sub-menu .sub-menu,
.navigation .sub-menu .children,
.navigation .children .sub-menu,
.navigation .children .children {
left: 100%;
top: -15px;
margin-left: 25px;
padding: 15px 25px;
}
}
.navigation .sub-menu li,
.navigation .children li {
margin: 0 0;
}
.navigation .sub-menu li a,
.navigation .children li a {
display: block;
padding: 7px 0;
}
@media (max-width: 991.98px) {
.navigation {
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 20;
background: #000;
color: #fff;
border-left: 1px solid #444;
padding: 75px 0 15px;
width: 260px;
max-width: 260px;
overflow-y: auto;
margin-right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
border: none;
z-index: -1;
}
.admin-bar .navigation {
top: 32px;
}
.left .navigation {
left: 0;
right: auto;
margin: 0;
}
.navigation .menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.navigation .menu > li {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
height: auto;
margin: 0 !important;
width: 100%;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.navigation .menu > li > a {
height: auto !important;
padding: 10px 25px;
width: 100%;
}
.navigation .menu .sub-menu,
.navigation .menu .children {
position: relative;
display: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
left: 0;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 767.98px) {
.admin-bar .navigation {
top: 46px;
}
} .site-header-side-nav {
position: fixed;
top: 0;
left: 55px;
bottom: 0;
width: 290px;
padding: 30px 30px 30px 75px;
border-right: 1px solid #444;
background-image: url(//aurabizz.com/wp-content/themes/luxa/images/side-nav-bg.jpg);
background-position: 50%;
-webkit-background-size: cover;
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 500ms ease-in-out;
transition: -webkit-transform 500ms ease-in-out;
-o-transition: transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
z-index: 99;
}
.site-header-side-nav.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.site-header-side-nav > .wrap {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.site-header-side-nav > .wrap > .wrap {
height: 90vh !important;
}
@media (max-width: 575.98px) {
.site-header-side-nav {
width: 255px;
padding-left: 40px;
}
}
.side-navigation .menu {
position: relative;
font-size: 14px;
}
.side-navigation .menu li {
margin-bottom: 20px;
}
.side-navigation .menu li a {
display: block;
position: relative;
text-transform: uppercase;
font-weight: 600;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.side-navigation .menu li.current-menu-item > a, .side-navigation .menu li.current-menu-ancestor > a, .side-navigation .menu li.current_page_item > a, .side-navigation .menu li.current_page_parent > a, .side-navigation .menu li.current-menu-ancestor > a {
padding-left: 35px;
}
.side-navigation .menu li.current-menu-item > a:before, .side-navigation .menu li.current-menu-ancestor > a:before, .side-navigation .menu li.current_page_item > a:before, .side-navigation .menu li.current_page_parent > a:before, .side-navigation .menu li.current-menu-ancestor > a:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 15px;
height: 1px;
margin-top: -1px;
}
.side-navigation .menu li:last-of-type {
margin-bottom: 0;
}
.side-navigation .menu li.hide > a {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
visibility: hidden;
}
.side-navigation .sub-menu {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.side-navigation .sub-menu .back {
position: absolute;
top: 3px;
left: -30px;
cursor: pointer;
}
.side-navigation .sub-menu li {
margin-bottom: 10px;
}
.side-navigation .active > .sub-menu {
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
} .nav-butter {
position: relative;
width: 15px;
height: 15px;
cursor: pointer;
}
.nav-butter.visible_menu {
display: none;
}
@media (max-width: 767.98px) {
.nav-butter.visible_menu {
display: block;
}
}
.site-header.on-side .nav-butter {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.nav-butter span {
position: absolute;
left: 0;
right: 0;
height: 1px;
-webkit-box-shadow: inset 0 0 0 1px;
box-shadow: inset 0 0 0 1px;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.nav-butter span:nth-child(1) {
top: 3px;
}
.nav-butter span:nth-child(2) {
top: 7px;
}
.nav-butter span:nth-child(3) {
bottom: 3px;
}
.nav-butter.active span:nth-child(1) {
top: 50%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-butter.active span:nth-child(2) {
top: 50%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-butter.active span:nth-child(3) {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
@media (max-width: 991.98px) {
.nav-butter.visible_menu {
display: block;
}
} .search-popup {
position: fixed;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(0, 0, 0, 0.9);
-webkit-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
-webkit-clip-path: circle(0% at 50% 50%);
clip-path: circle(0% at 50% 50%);
}
.search-popup.active {
-webkit-clip-path: circle(150% at 50% 50%);
clip-path: circle(150% at 50% 50%);
}
@supports (not (-webkit-clip-path: circle(50% at 50% 50%))) or (not ((-webkit-clip-path: circle(50% at 50% 50%)) or (clip-path: circle(50% at 50% 50%)))) {
.search-popup {
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.search-popup.active {
opacity: 1;
visibility: visible;
pointer-events: all;
}
}
.iphone .search-popup {
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
-webkit-clip-path: inherit !important;
clip-path: inherit !important;
}
.iphone .search-popup.active {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.search-popup .close {
position: absolute;
top: 80px;
right: 20px;
cursor: pointer;
}
.admin-bar .search-popup .close {
top: 112px;
}
.search-popup .form-block {
-webkit-box-flex: 1;
-webkit-flex: 1 0 95%;
-ms-flex: 1 0 95%;
flex: 1 0 95%;
max-width: 460px;
} .header-space-true .main-container {
padding-top: 35px;
}
.page-template-template-landing.header-space-true .main-container,
.single-product .main-container {
padding: 0;
} .site-footer {
padding: 60px 0 15px;
position: relative;
background: #1a1a1a;
border-top: 1px solid #484848;
z-index: 1;
}
.site-footer .col-12 {
margin-bottom: 30px;
}
.site-footer.light-color {
color: #c8c8c8;
}
.site-footer.light-color .widget-title {
color: #fff;
}
.site-footer.light-color .bg-overlay .lines div {
background-color: #0d1317;
}
.site-footer .site-logo {
margin-top: -20px;
margin-bottom: 10px;
}
.site-footer .site-logo a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
height: 60px;
}
.site-footer .site-logo a img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
top: auto;
}
.site-footer .social-links {
margin: 30px 0;
}
.site-footer .copyright {
font-size: 12px;
font-weight: 300;
line-height: 1.5;
color: #989796;
margin-top: 25px;
}
.site-footer .widget .widget-title {
font-weight: 600;
margin-bottom: 35px;
text-transform: uppercase;
letter-spacing: .2em;
}
.site-footer .widget ul {
color: inherit;
}
.site-footer .widget ul li {
border-bottom: none;
} .heading-block {
margin: 30px 0;
}
.heading-block.page-title {
margin: 15px 0 50px;
}
.heading-block.with-bottom-line:after {
content: '';
display: block;
width: 30px;
height: 1px;
margin: 25px 0;
}
.heading-block.tac.with-bottom-line:after {
margin-left: auto;
margin-right: auto;
}
.heading-block.tar.with-bottom-line:after {
margin-left: auto;
}
.heading-block .sub-h {
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
padding-left: 30px;
margin-bottom: 20px;
letter-spacing: 0.05em;
}
.heading-block .sub-h:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 15px;
height: 1px;
}
.heading-block.without-decor-line .sub-h {
padding: 0 !important;
}
.heading-block.without-decor-line .sub-h:before {
display: none;
}
.heading-block.tac .sub-h {
padding-left: 0;
}
.heading-block.tac .sub-h:before {
display: none;
}
.heading-block.tar .sub-h {
padding-left: 0;
padding-right: 30px;
}
.heading-block.tar .sub-h:before {
left: auto;
right: 0;
}
.heading-block.h-h3 .sub-h {
margin-bottom: 13px;
}
.heading-block .h {
margin: 0;
}
.heading-block .h .num {
display: inline-block;
font-weight: bold;
font-style: normal;
font-size: 1.5em;
margin: -0.1em 0.3em 0 0;
opacity: 0.1;
vertical-align: middle;
line-height: .5;
}
.heading-block h4,
.heading-block .h4 {
line-height: 1.2;
}
.heading-block h5,
.heading-block .h5 {
line-height: 1.25;
} .banner-social-links {
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 20;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
pointer-events: none;
width: 70px;
}
.banner-social-links a {
pointer-events: all;
}
.bsl-right .banner-social-links {
left: auto;
right: 0;
}
.banner-social-links .social-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.banner-social-links .social-links a {
position: relative;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin: 30px 0;
}
.bsl-right .banner-social-links .social-links a {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.banner-social-links .social-links a span {
position: relative;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
display: block;
}
.banner-social-links .social-links a span:nth-child(1) {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.banner-social-links .social-links a span:nth-child(2) {
-webkit-transform: translate(0%, 100%);
-ms-transform: translate(0%, 100%);
transform: translate(0%, 100%);
}
.banner-social-links .social-links a:hover span:nth-child(1) {
-webkit-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.banner-social-links .social-links a:hover span:nth-child(2) {
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
@media (max-width: 767.98px) {
.banner-social-links {
display: none;
}
} .contact-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
font-size: 14px;
font-weight: 300;
margin-bottom: 30px;
line-height: 1.71429em;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.contact-row i {
float: left;
font-size: 20px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 45px;
-ms-flex: 0 0 45px;
flex: 0 0 45px;
}
.contact-row span {
display: block;
}
.contact-row.medium {
font-size: 18px;
}
.contact-row.medium i {
font-size: 23px;
}
.contact-row.with-h {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.contact-row.with-h i {
-webkit-box-flex: 0;
-webkit-flex: 0 0 65px;
-ms-flex: 0 0 65px;
flex: 0 0 65px;
text-align: center;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.contact-row.with-h .content .h {
font-size: 16px;
font-weight: 500;
line-height: 1.4;
text-transform: uppercase;
margin-bottom: 15px;
}
.contact-row.with-h .content span {
opacity: .7;
} .countdownHolder {
overflow: hidden;
}
.countdownHolder > span {
float: left;
margin-right: 55px;
margin-bottom: 15px;
}
.countdownHolder > span:last-child {
margin-right: 0 !important;
}
.countdownHolder .num {
display: block;
font-size: 72px;
height: .9em;
}
.countdownHolder .num .position {
float: left;
width: 0.6em;
height: .9em;
overflow: hidden;
position: relative;
font-weight: 100;
}
.countdownHolder .num .position .digit {
position: absolute;
display: block;
width: .6em;
line-height: .9em;
text-align: center;
}
@media (max-width: 575.98px) {
.countdownHolder {
margin-right: 30px;
max-width: 300px;
}
.countdownHolder .num {
font-size: 55px;
}
} .block-404 {
position: relative;
background: #010006 50% no-repeat;
-webkit-background-size: cover;
background-size: cover;
z-index: 1;
}
.block-404 .row {
height: 100vh;
}
.block-404 .heading-block .h {
font-size: 40px;
}
.block-404 .button-style1 {
margin-top: 20px;
} .coming-soon-block {
background: #010006 50% no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
.coming-soon-block .row {
padding-top: 60px;
}
.coming-soon-block .heading-block {
margin-top: 0;
}
.coming-soon-block .heading-block .h {
font-size: 40px;
}
.coming-soon-block .text {
font-size: 18px;
line-height: 1.33333;
font-weight: 300;
opacity: 0.8;
margin: -10px 0 40px;
}
.coming-soon-block .timer-block {
margin: 50px 0 0;
}
.coming-soon-block .timer-block > span {
margin-right: 45px;
}
.coming-soon-block .timer-block > span .num .position {
font-weight: bold;
}
.coming-soon-block .timer-block > span .num:before, .coming-soon-block .timer-block > span .num:after {
display: none;
}
.coming-soon-block .timer-block > span .name {
text-transform: lowercase;
font-size: 14px;
font-weight: 300;
} .blog-block {
margin-top: 30px;
}
.blog-items {
margin-bottom: 30px;
}
.blog-item {
position: relative;
margin-bottom: 30px;
}
.blog-item .wrap {
position: relative;
border: 1px solid #444;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1;
}
.blog-item .wrap .sticky {
position: absolute;
top: -0.3em;
left: -0.3em;
opacity: 0.6;
font-size: 41px;
z-index: 0;
}
.blog-item .a-img {
border-bottom: 1px solid #444;
position: relative;
}
.blog-item .a-img:before {
content: '';
display: block;
padding-bottom: 57.14286%;
}
.blog-masonry .blog-item .a-img:before {
display: none;
}
.blog-item .a-img img {
display: block;
width: 100%;
}
.blog-item .a-img a {
z-index: 2;
}
.blog-item.type-masonry .a-img:before {
display: none;
}
.blog-item .content {
background: url(//aurabizz.com/wp-content/themes/luxa/images/bg-blog-item.jpg) 50%;
-webkit-background-size: cover;
background-size: cover;
padding: 30px 35px 25px;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.blog-item .content .date {
font-size: 14px;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
.blog-item .content .title {
margin: 0;
line-height: 1.25;
}
.blog-item .content .title:after {
content: '';
display: block;
width: 30px;
height: 1px;
margin: 20px 0;
}
.blog-item .content .desc {
font-size: 14px;
font-weight: 300;
color: #b1b0b0;
line-height: 1.71429;
margin-bottom: 15px;
}
@media (max-width: 767.98px) {
.blog-item .content {
padding: 20px 25px;
}
} .post-content-block,
.project-content-block {
background: #000;
border: 1px solid #444;
padding: 30px 45px;
margin-bottom: 30px;
}
.post-content-block .featured-image,
.project-content-block .featured-image {
margin: -30px -45px 30px;
}
.post-content-block .featured-image img,
.project-content-block .featured-image img {
display: block;
}
.post-content-block .post-date,
.project-content-block .post-date {
font-size: 14px;
font-weight: 500;
}
.post-content-block p,
.project-content-block p {
font-weight: 300;
line-height: 1.875;
color: #ffffff;
}
.post-content-block .light-color p,
.project-content-block .light-color p {
color: inherit;
}
.post-bottom {
margin-bottom: 30px;
}
.post-bottom .post-bottom-col {
background: #000;
border: 1px solid #444;
color: #ffffff;
font-size: 14px;
font-weight: 300;
margin-bottom: 30px;
text-align: center;
padding: 15px;
}
.post-bottom .post-bottom-col .col {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 25px;
}
.post-bottom .post-bottom-col .col:not(a) {
cursor: default;
}
.post-bottom .post-bottom-col .col + .col {
border-left: 1px solid #444;
}
.post-bottom .post-bottom-col .col i:first-child {
margin-right: 10px;
}
.post-bottom .post-bottom-col .col i:last-child {
margin-left: 10px;
}
.post-bottom .post-bottom-col .col span {
line-height: 1;
}
.post-bottom .post-bottom-col a {
color: inherit;
}
.zilla-likes {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.zilla-likes i {
margin: 0 10px 0 0;
} .project-single-page .featured-image {
margin-bottom: 55px;
}
.project-single-page .featured-image div {
padding-bottom: 70%;
}
.project-single-page .featured-image img {
display: block;
margin: 0 auto;
}
.project-content-block {
background: transparent;
border: none;
padding: 0;
}
.project-video {
margin: 35px 0;
}
.project-video .wrap {
position: relative;
padding-bottom: 56.25%;
}
.project-video .wrap iframe,
.project-video .wrap video {
height: 100%;
width: 100%;
}
.project-gallery {
margin: 35px -15px;
}
.project-gallery .item {
position: relative;
}
.project-gallery .item a {
display: block;
margin-bottom: 30px;
}
.project-gallery .item a span {
display: block;
}
.project-gallery .item img {
display: block;
}
.project-gallery.style-grid .item, .project-gallery.style-packery .item {
padding: 0;
margin-bottom: 0;
}
.project-gallery.style-grid .item:before, .project-gallery.style-packery .item:before {
content: '';
display: block;
padding-bottom: 100%;
}
.project-gallery.style-grid .item a, .project-gallery.style-packery .item a {
margin-bottom: 0;
}
.project-gallery.style-grid .item a span, .project-gallery.style-packery .item a span {
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
}
.project-gallery.style-packery.cols-3 .item:nth-child(4n+4):before {
padding-bottom: 200%;
}
.project-gallery.style-packery.cols-3 .item:nth-child(4n+5) {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.project-gallery.style-packery.cols-3 .item:nth-child(4n+5):before {
padding-bottom: 50%;
}
.project-slider {
margin-bottom: 55px;
}
.project-slider .owl-stage-outer {
overflow: visible !important;
}
.project-slider .owl-stage-outer .owl-stage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.project-slider .owl-stage-outer .owl-stage .owl-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.project-slider .item {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
text-align: center;
}
.project-slider .item.type-original a {
display: inline-block;
vertical-align: middle;
}
.project-slider .item a {
display: block;
border: 1px solid #444;
}
.project-slider .item a span {
display: block;
padding-bottom: 70%;
}
.project-slider .item a img {
display: block;
margin: 0 auto;
max-height: 700px;
width: auto;
} .comments-area {
margin-bottom: 50px;
}
.comments-area .comment-items-wrap {
margin-bottom: 50px;
}
.comments-area .comment-title {
margin-bottom: 30px;
}
.comments-area .comment-items {
padding: 0;
margin: 0;
}
.comments-area .comment-items .comment-item {
position: relative;
background: #000;
border: 1px solid #444;
padding: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.comments-area .comment-items .comment-item .replytocom {
position: absolute;
top: 30px;
right: 30px;
color: inherit;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.comments-area .comment-items .comment-item .replytocom i {
margin-right: 10px;
opacity: 0.5;
font-size: 17px;
}
.comments-area .comment-items .comment-item .replytocom span {
font-size: 12px;
}
.comments-area .comment-items .comment-item .image {
-webkit-box-flex: 0;
-webkit-flex: 0 0 110px;
-ms-flex: 0 0 110px;
flex: 0 0 110px;
margin-right: 35px;
}
.comments-area .comment-items .comment-item .image img {
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comments-area .comment-items .comment-item .area {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
overflow: hidden;
}
.comments-area .comment-items .comment-item .top .name {
font-size: 18px;
text-transform: capitalize;
margin-bottom: 10px;
}
.comments-area .comment-items .comment-item .top .time {
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
}
.comments-area .comment-items .comment-item .content {
color: #9b9b9b;
font-size: 14px;
}
.comments-area .comment-items .comment-item .content p {
line-height: 1.71429;
}
.comments-area .comment-items .comment-item .comment-respond {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
margin-top: 40px;
}
.comments-area .comment-items .comment-item .comment-respond .comment-title {
margin-bottom: 20px;
}
.comments-area .comment-items .comment-item .comment-respond .comment-title span {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comments-area .comment-items .comment-item .comment-respond .comment-title span small {
font-size: 12px;
text-transform: uppercase;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.comments-area .comment-items .children {
margin-left: 30px;
}
.comment-form-cookies-consent {
padding: 0 15px;
margin: -10px 0 35px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-right: 10px;
}
.comment-form-cookies-consent label {
font-size: 12px;
color: #9b9b9b;
line-height: 1.3;
} .logged-links {
font-size: 12px;
margin: -20px 0 15px;
right: 0;
}
.comment-item .logged-links {
position: relative;
top: 0;
margin-top: -25px;
}
.logged-links a.logout {
margin-left: 10px;
} .widget .screen-reader-text {
display: none;
}
.widget select {
color: #b6b6b6;
width: 100%;
background: #0a0a0a;
border: 1px solid #444;
padding: 0 45px 0 15px;
height: 40px;
margin: 10px 0 0;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: right 15px top 50% url(//aurabizz.com/wp-content/themes/luxa/images/select.png) no-repeat;
-webkit-background-size: 13px 7px;
background-size: 13px 7px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.site-sidebar,
.wpb_widgetised_column {
margin-bottom: 35px;
color: #b1b0b0;
font-weight: 300;
}
.site-sidebar .wrap,
.site-sidebar .wpb_wrapper,
.wpb_widgetised_column .wrap,
.wpb_widgetised_column .wpb_wrapper {
background: rgba(7, 7, 7, 0.3);
border: 1px solid #444;
padding: 35px 35px 25px;
}
.site-sidebar .widget-title,
.wpb_widgetised_column .widget-title {
text-transform: uppercase;
color: #fff;
margin-bottom: 25px;
}
.site-sidebar .widget,
.wpb_widgetised_column .widget {
margin-bottom: 35px;
}
.site-sidebar .widget.widget_search,
.wpb_widgetised_column .widget.widget_search {
margin: 0 0 40px;
}
.site-sidebar .widget .textwidget,
.wpb_widgetised_column .widget .textwidget {
line-height: 1.71429;
}
.site-sidebar .widget .textwidget img,
.wpb_widgetised_column .widget .textwidget img {
border: 1px solid #444;
}
.site-sidebar .widget ul,
.wpb_widgetised_column .widget ul {
font-size: 16px;
text-transform: capitalize;
letter-spacing: 0em;
}
.site-sidebar .widget:last-of-type,
.wpb_widgetised_column .widget:last-of-type {
margin-bottom: 0;
}
.site-sidebar .widget .textwidget,
.wpb_widgetised_column .widget .textwidget {
font-size: 14px;
} .searchform,
.protected-post-form .form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0 10px 0 25px;
border: 1px solid #444;
margin: 25px 0;
}
.searchform > div,
.protected-post-form .form > div {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.searchform > div .input,
.protected-post-form .form > div .input {
background: transparent;
border: none;
font-size: 14px;
color: #b1b0b0;
font-style: italic;
height: 45px;
width: 100%;
}
.searchform button,
.protected-post-form .form button {
-webkit-box-flex: 0;
-webkit-flex: 0 0 45px;
-ms-flex: 0 0 45px;
flex: 0 0 45px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0.3;
}
.searchform button:hover,
.protected-post-form .form button:hover {
opacity: 0.9;
} .widget_recent_entries .widget-title,
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_meta .widget-title,
.widget_nav_menu .widget-title,
.widget_recent_entries .widget-title,
.widget_recent_comments .widget-title,
.widget_rss .widget-title,
.product-categories .widget-title {
margin-bottom: 15px;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.product-categories ul li {
position: relative;
padding: 10px 15px 10px 0;
border-bottom: 1px solid #393939;
}
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.product-categories ul {
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: .1em;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.product-categories ul li {
padding: 10px 0;
}
.widget_recent_entries ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_archive ul li .sub-menu,
.widget_archive ul li .children,
.widget_categories ul li .sub-menu,
.widget_categories ul li .children,
.widget_pages ul li .sub-menu,
.widget_pages ul li .children,
.widget_meta ul li .sub-menu,
.widget_meta ul li .children,
.widget_nav_menu ul li .sub-menu,
.widget_nav_menu ul li .children,
.product-categories ul li .sub-menu,
.product-categories ul li .children {
margin-top: 10px;
margin-left: 10px;
border-top: 1px solid #393939;
}
.widget_recent_entries ul li .sub-menu li:last-of-type,
.widget_recent_entries ul li .children li:last-of-type,
.widget_archive ul li .sub-menu li:last-of-type,
.widget_archive ul li .children li:last-of-type,
.widget_categories ul li .sub-menu li:last-of-type,
.widget_categories ul li .children li:last-of-type,
.widget_pages ul li .sub-menu li:last-of-type,
.widget_pages ul li .children li:last-of-type,
.widget_meta ul li .sub-menu li:last-of-type,
.widget_meta ul li .children li:last-of-type,
.widget_nav_menu ul li .sub-menu li:last-of-type,
.widget_nav_menu ul li .children li:last-of-type,
.product-categories ul li .sub-menu li:last-of-type,
.product-categories ul li .children li:last-of-type {
border: none;
padding-bottom: 0;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.product-categories ul li a {
position: relative;
text-decoration: underline;
color: inherit;
display: block;
padding-left: 25px;
line-height: 1.2em;
text-decoration: none;
}
.widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.product-categories ul li a:before {
content: "";
font-family: "free-basic-ui-elements";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
text-transform: none;
font-size: 10px;
position: absolute;
left: 0;
line-height: inherit;
}
.widget_categories ul li a,
.widget_archive ul li a {
display: inline-block;
} .widget_rss .widget-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget_rss .widget-title a {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25px;
-ms-flex: 0 0 25px;
flex: 0 0 25px;
color: inherit;
font-size: 18px;
}
.widget_rss .widget-title a + a {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.widget_rss .widget-title img {
display: block;
width: 14px;
}
.widget_rss ul li {
padding: 15px 0;
}
.widget_rss .rsswidget {
line-height: 18px;
font-size: 16px;
display: block;
text-decoration: none;
letter-spacing: .025em;
font-weight: 500;
font-style: normal;
}
.widget_rss .rss-date {
font-size: 12px;
margin: 10px 0 10px 0;
font-weight: 500;
display: block;
opacity: 0.5;
}
.widget_rss .rssSummary {
font-size: 14px;
}
.widget_rss cite {
margin-top: 10px;
display: block;
font-size: 12px;
font-weight: 500;
opacity: 0.5;
} .widget_recent_comments ul li,
.widget_recent_entries ul li {
font-size: 14px;
padding: 10px 0;
} .calendar_wrap {
background: rgba(7, 7, 7, 0.8);
color: #fff;
margin-top: -1px;
border: 1px solid #444;
}
.calendar_wrap table {
margin: 0;
border-collapse: collapse;
}
.calendar_wrap table td,
.calendar_wrap table th {
font-size: 11px;
padding: 2px 3px;
text-align: center;
}
.calendar_wrap table th {
padding: 10px 3px;
font-size: 12px;
}
.calendar_wrap table td,
.calendar_wrap table td {
padding: 10px 3px;
font-weight: 500;
}
.calendar_wrap table td a,
.calendar_wrap table td a {
text-decoration: none;
}
.calendar_wrap table td.pad,
.calendar_wrap table td.pad {
background: #1a1a1a;
}
.calendar_wrap table caption {
font-size: 14px;
font-weight: 500;
border-bottom: 0;
padding: 10px 0;
} .gallery-module {
margin: -4px;
}
.gallery-module .item {
padding: 4px;
text-align: center;
}
.gallery-module .item a {
display: block;
position: relative;
}
.gallery-module .item a:after {
content: "";
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
visibility: hidden;
opacity: 0;
}
.gallery-module .item a:hover:after {
visibility: visible;
opacity: 1;
}
.gallery-module .item img {
display: block;
border: 1px solid #444;
} .tagcloud {
font-size: 14px;
text-transform: lowercase;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tagcloud .tag-cloud-link {
font-size: 14px !important;
text-decoration: none;
background: #1f1f1f;
padding: 8px 15px;
line-height: 1em;
margin-bottom: 10px;
margin-right: 10px;
color: inherit;
} .blog-post-widget .item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
margin-bottom: -5px;
font-weight: 500;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.blog-post-widget .item .image {
-webkit-background-size: cover;
background-size: cover;
background-position: 50%;
border: 1px solid #444;
margin-right: 20px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 70px;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
}
.blog-post-widget .item .image:before {
content: '';
display: block;
padding-bottom: 100%;
}
.blog-post-widget .item .text {
text-align: left;
}
.blog-post-widget .item .name {
line-height: 1;
display: block;
text-decoration: none;
color: inherit;
}
.blog-post-widget .item .name:hover {
text-decoration: none;
}
.blog-post-widget .item .blog-detail {
margin: 5px 0 0 0;
font-size: 12px;
}
.blog-post-widget .item .blog-detail i {
font-size: 10px;
} section.no-results {
padding-bottom: 40px;
}
section.no-results .searchform {
max-width: 420px;
}
.search-item {
margin-bottom: 30px;
}
.search-item .wrap {
background: rgba(0, 0, 0, 0.5);
border: 1px solid #444;
padding: 25px 30px;
}
.search-item .wrap > * {
margin-bottom: 15px;
}
.search-item .h {
margin-top: 0;
}
.search-item .desc {
font-size: 16px;
font-weight: 300;
opacity: .5;
} .right-click-disable-message {
position: fixed;
z-index: 99;
background: rgba(0, 0, 0, 0.7);
}
.right-click-disable-message .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
} .protected-post-form {
min-height: 400px;
text-align: center;
padding: 80px 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.protected-post-form .text {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
margin-bottom: 30px;
}
.protected-post-form .form {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 460px;
margin: 0 auto;
width: 100%;
} .pagination,
nav.woocommerce-pagination {
font-size: 14px;
margin: 0 0 30px;
}
.portfolio-items + .pagination,
.blog-items + .pagination, .portfolio-items +
nav.woocommerce-pagination,
.blog-items +
nav.woocommerce-pagination {
margin-top: -30px;
}
.products + .pagination, .products +
nav.woocommerce-pagination {
margin-top: -1em;
}
.pagination ul,
nav.woocommerce-pagination ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pagination ul li,
nav.woocommerce-pagination ul li {
min-width: 30px;
line-height: 28px;
margin-right: 15px;
}
.pagination ul li a,
.pagination ul li span,
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
text-align: center;
display: block;
width: 100%;
color: #fff;
padding: 0 5px;
border: 1px solid #444;
-webkit-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.pagination ul li i,
nav.woocommerce-pagination ul li i {
display: block;
font-size: 12px;
line-height: inherit;
}
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus {
background: #1a1a1a;
} .page-pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
margin: 30px 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.page-pagination > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 0;
-ms-flex: 0 0 0px;
flex: 0 0 0;
min-width: 30px;
line-height: 28px;
margin-right: 15px;
text-align: center;
display: block;
width: 100%;
color: #fff;
padding: 0 5px;
border: 1px solid #444;
-webkit-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.page-pagination > span {
background: #1a1a1a;
}