/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap');
body{
    font-family: 'Roboto Condensed', sans-serif;
}
.logo-txt{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.sticking .logo .logo-txt{
    color: #008036;
}

/**--------sliders-----*/
.owl-theme .owl-nav.disabled+.owl-dots{
    position: relative;
    z-index: 100;
}
.owl-sliders.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -30px;
}
.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span{
    width: 30px;
    height: 3px;
}
.frm-subscribe input{
    height: 75px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: 0 0;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.frm-subscribe button{
    height: 75px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.g-recaptcha{
    display: inline-block;
    margin-bottom: 10px;
}
.hidden{
    height: 0px;
    width: 0px;
    overflow: hidden;
}
.single-brand-icon{
    padding: 30px;
}
.single-brand-icon .image-show {
    width: 100%;
    padding-top: 40%;
    position: relative;
}
.single-brand-icon .image-show .bg-image-show {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.single-brand-icon{
    height: auto !important;
}
.why-choose-text p{
    font-size: 14px;
}
.why-choose-text h3{
    font-size: 22px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #28a745;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #28a745;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custome-range ul li span, .custome-range ul li [type="radio"]:checked + label, .custome-range ul li [type="radio"]:not(:checked) + label{
    color: #fff;
}
.custome-range ul li [type="radio"]:checked + label{
    color: #fff !important;
}
.single_pricing_table{
    padding: 20px;
}
.single_pricing_table .pt_header .pt_price span{
    font-size: 25px;
}
.single_pricing_table .pt_header .pt_price {
    display: block;
    margin: 0 auto 40px;
    border: 1px solid #145af9;
    padding: 20px 10px;
    border-radius: 4px;
    -webkit-transition: .6s linear;
    transition: .6s linear;
}

.optional-range .package-name{
    color: #fff;
}
.optional-range .irs--flat .irs-line{
    background-color: #fff;
}
.optional-range .irs--flat .irs-grid-text{
    color: #fff;
}

.optional-range hr{
    border-bottom: 1px solid #1772cd;
    margin: 35px 0px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #28a745;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #28a745;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.optional-range [type="checkbox"]:checked + label, .optional-range [type="checkbox"]:not(:checked) + label{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.btn-add-to-cart{
    font-weight: 500;
    text-transform: uppercase;
}
.custome-range ul li label span, .customize-range ul li label span {
    padding: 3px 5px;
    background: #dc3545;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    font-size: 13px;
}

.customize-range ul {
    text-align: right;
}
.customize-range ul li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}

.customize-range ul li [type="radio"]:checked + label, .customize-range ul li [type="radio"]:not(:checked) + label {
    margin-bottom: 0px;
    position: relative;
    top: -2px;
    color: #fff;
    font-size: 14px;
}
.summary-custom-total{
    color: #fff;
    font-size: 16px;
}
.summary-custom-total strong{
    color: #ffc107;
}
.btn-proccess-custome{
    margin-left: 30px;
    padding: 15px 35px;
}
.single_pricing_table .pt_body .pt_feature ul{
    font-size: 15px;
}
.single_pricing_table .pt_header h2{
    font-size: 28px;
}
.mb-20{
    margin-bottom: 20px;
}
.faq .card{
    background-color: rgb(0 0 0 / 20%);
}
.accordeon-title{
    cursor: pointer;
    display: block;
    color: #fff !important;
}
a.accordeon-title {
    padding: 15px;
    cursor: pointer;
    margin: 0;
    border-radius: 2px;
    display: block;
    color: #0c112a;
    border: 1px solid #f1fcee;
}

.accordeon-title:after {
    content: '+';
    float: right;
    font-size: 16px;
    color: #0c112a;
    background: #f3f7f9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    margin-top: -7px;
}

.accordeon-title.is-opened {
    background-color: #76e056;
    color: #fff;
}

.accordeon-title.is-opened:after {
    content: '-';
}
.header{
    width: 100%;
}
.single-brand-icon{
    margin-bottom: 0px;
}
ul.footer-payment-icon{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.footer-payment-icon li{
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}
.footer-payment-icon li img{
    border-radius: 4px;
}
.footer-social{
    margin: 0;
    padding: 0px;
}
.footer-social li {
    padding: 0;
    padding-right: 5px;
    list-style: none;
    display: inline-block;
}

.footer-social a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    display: block;
}
.footer-social li a img{
    width: 100%;
}
.footer-posts li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 5px 0px;
    margin-bottom: 10px;
}
.single-pricing-plan ul+span{
    font-size: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.pt-90{
    padding-top: 90px;
}

.single-post .image-show {
    width: 100%;
    padding-top: 40%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.single-post .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.container-map {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.container-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/** ---------------Cart --------*/

#cart-summary-product-list .product-thumbnail img{
    width: 65px;
}

#cart-summary-product-list .quantity input{
    min-width: 80px;
}
.woocommerce-cart-form .coupon{
    display: none;
}

#cart-summary-product-list .media-list li{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #eee;
}
#cart-summary-product-list .media-list .media-left {
    padding-right: 10px;
    width: 70px;
    float: left;
}
#cart-summary-product-list .media-list .media-left .media-object {
    display: block;
}
#cart-summary-product-list .media-body {
    width: calc(100% - 70px);
    float: right;
}
#cart-summary-product-list .media-body .product-name {
    font-weight: 500;
}

/*#cart-summary-product-list .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}*/
#cart-summary-product-list .product-price {
    color: #ff4c4c;
    font-weight: 600;
}
#cart-summary-product-list img {
    width: 3.125rem;
    max-width: inherit;
}

.card-block {
    padding: 15px;
}
.cart_totals h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.js-customer-form .form-group{
    margin-bottom: 20px;
}
.js-customer-form span.text-muted{
    font-size: 12px;
}
.checkout-step .content{
    padding: 15px;
}
section.checkout-step {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px dashed #e2e2e2;
    padding: 0px;
}
.js-customer-form input, .js-customer-form textarea{
    font-size: 13px;
    border: solid 1px #eee;
}
.form-footer{
    text-align: right;
}
.g-recaptcha{
    display: inline-block;
}
section.checkout-step .step-title {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    padding: 15px;
    background: #d8d8d8;
    margin-top: 0px;
}
section.checkout-step .step-title i{
    margin-right: 10px;
}
.checkout-step.active .step-title {
    background-color: #48813c;
    color: #fff;
}
.payment-method-check .form-check-input{
    width: 20px;
    height: 20px;
}
.payment-method-check{
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
}
.payment-method-check label{
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.card-block.cart-summary-totals {
    border-top: 1px solid #e2e2e2;
}
.cart-summary-line .label {
    padding-left: 0;
    white-space: inherit;
}

.cart-summary-line .value {
    color: #cc1818;
    float: right;
    font-weight: 600;
    font-size: 14px
}
.cart-summary-line:after {
    content: "";
    display: table;
    clear: both;
}

.logo-thank-you-page{
    margin-top: 30px;
    margin-bottom: 30px;
}
.logo-thank-you-page img{
    max-width: 200px;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*background-color: #e9ecef;*/
    border-radius: 0.3rem;
}
.image__placeholder {
    width: 100%;
    padding-top: 60%;
    position: relative;
    background-color: #fff;
}
.card__cover__img__background {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.blog-block{
    margin-bottom: 20px;
}
.blog-block .article-inner-wrapper{
    margin-top: 10px;
}
.blog-block .title_block a{
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
}
.sdsarticle-des{
    font-weight: 600;
}
.policy ul li{
    list-style: inside;
}
.policy{
    margin-bottom: 20px;
}
.cart-summary-totals .label{
    color: #0c112a;
}
.discount-summary{
    border-top: solid 1px #eee;
    padding: 10px 15px;
}
.discount-summary .label{
    padding-left: 0px;
    color: #0c112a;
}
.discount-summary .value{
    float: right;
    font-weight: 600;
    font-size: 14px;
}
#cart-summary-product-list .media-list li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: dashed 1px #fff;
}
.total-pay-summary{
    border-top: solid 1px #eee;
    padding: 10px 15px;
}
.total-pay-summary span{
    font-size: 16px;
    font-weight: 600;
}
.totalPaySum{
    color: #3c763d;
}
.pd-5-10{
    padding: 5px 10px;
}
.overflow-hidden{
    overflow: hidden;
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 30px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer;
}



.call-now i {
    background: green;
}

.mes i {
    background: orange;
}

.sms i {
    background: red;
}

.alo-phone.alo-show {
    visibility: visible;
}

.alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
    animation: alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    top: 10px;
    left: 10px;
}

.alo-phone.alo-show {
    visibility: visible
}

.alo-phone:hover {
    opacity: 1
}

.alo-ph-circle {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #bfebfc;
    opacity: .1;
    -webkit-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: alo-circle-anim 1.2s infinite ease-in-out;
    animation: alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone p {
    position: absolute;
    bottom: -18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fe6c1c;
    left: -8px;
    font-size: 24px;
    width: 165px;
}

.alo-phone:hover .alo-ph-circle,
.hotline:hover .alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.alo-phone.alo-green:hover .alo-ph-circle,
.hotline a:hover .alo-ph-circle {
    border-color: #baf5a7;
    opacity: .5
}

.alo-phone.alo-green .alo-ph-circle {
    border-color: #ffbc0a;
    opacity: .5
}

.alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.alo-phone:hover .alo-ph-circle-fill,
.hotline a:hover .alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2;
    opacity: .75 !important
}

.alo-phone.alo-green:hover .alo-ph-circle-fill,
.hotline a:hover .alo-ph-circle-fill {
    background-color: rgba(4, 175, 239, 0.5);
    background-color: #baf5a7;
    opacity: .75 !important
}

.alo-phone.alo-green .alo-ph-circle-fill {
    /* background-color:rgba(255,188,10,0.5); */
    background-color: red;
    opacity: .9 !important
}

.alo-phone:hover .alo-ph-img-circle,
.hotline a:hover .alo-ph-img-circle {
    background-color: #00aff2
}

.alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.alo-phone.alo-green:hover .alo-ph-img-circle,
.hotline:hover .alo-ph-img-circle {
    background-color: #04AFEF
}

.alo-phone.alo-green .alo-ph-img-circle {
    background-color: red;
}

@-moz-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

#alo-fixed {
    visibility: visible;
    opacity: 0;
    position: fixed;
    right: -100px;
    top: 100px;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

#alo-fixed.show {
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}