body .mises {
    margin-top:50px;
}
.percentGradient{
    /*    background: rgba(53,104,183, 0.95);
        background: linear-gradient(90deg, rgba(53,104,183,0.95) 0%,  rgba(46,78,127,0.95) 100%);*/
    background:#214d81;    
    height:10px;
    position:fixed;
    top:49px;
    left:0;
    width:100%;
    z-index:9999;
    display:none;
}
.percentBar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#214d81;
    /*    background: rgba(46,78,127, 0.95);
        background: linear-gradient(90deg, rgba(46,78,127,0.95) 0%, #3461A7 50%, rgba(53,104,183,0.95) 100%);*/
    color:#ffffff;
    z-index:998;
    font-family: 'Montserrat' ;
    font-weight:bold;
}
.percentContent{
    max-width:1200px;
    margin:auto;
    padding:5px 0;
}
#fanimani-1proc {
    display:none;
}
.col-33{
    float:left;
    width:33.3%;
}
.col-50{
    float:left;
    width:50%;
}
.text-center{
    text-align:center;
    margin:auto;
}
.percentButton {
    background: #f15a25;
    color: #ffffff;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
    text-shadow: #874d49 2px 1px 0px;
    letter-spacing:1px;
    border-radius: 4px 4px 0px 0px;
}
.percentButtonLinear{
    background: #f15a25;
    color:#ffffff;
    border-radius: 0 0 4px 4px;
    margin:0 auto;
    margin-bottom:5px;
    width:80%;
    height:4px;
    z-index:999;
}
.percentText{
    margin-top:5px;
    font-size:20px;
}
.free1{
    font-size:20px;
    margin-top:0px;
}
.percentText img {
    margin-left: 5px;
    width: 45px;
    margin-top: 4px;
}
.percentText span, .percentText img{
    float:left;
	padding-top:3px;
}
.percentBox{
    width:100%;
    margin:auto;
}
.percentWidget {
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 56px;
    background: #f15a25;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 3px;
    animation: pulsewidget2 15s infinite;
    animation-delay: 3s;
    z-index:9999;
}
.percentWidget img{
    margin:auto;
    text-align: center;
}
.percentMobileBar{
    display:none;
    position:fixed;
    bottom:0;
    overflow:hidden;
    left:-110%;
    width:100%;
    background:#214d81; 
    color:#ffffff;
    z-index:998;
    font-family: 'Montserrat' ;
    font-weight:bold;
    padding: 5px 0;
    transition:all 0.3s ease-in;
}
.percentButtonMobile {
    background: #f15a25;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    width: 94%;
    margin: 0 auto;
    cursor: pointer;
    text-shadow: #874d49 2px 1px 0px;
    margin-bottom:5px;
    border-radius:4px;
}

@keyframes pulsewidget2 {
    0% {
        width: 56px;
    }
    5% {
        width: 72px;
    }
    10%{
        width: 56px; 
    }
    30%{
        width: 56px;
    }
    100%{
        width: 56px;
    }
}
@media (max-width: 992px) {
    .percentButton{
        letter-spacing:0;
    }
}
@media (max-width: 810px) {
    .percentButton {
        font-size: 19.5px;
    }
    .percentGradient{
        top:46px;
    }
}
@media (max-width: 767px) {
    .percentButton{
        width:98%;

    }
    .percentButtonLinear{
        width:98%;
    }
}
@media (max-width: 700px) {
    .free1 {
        font-size: 20px;
        margin-top: 4px;
        padding-bottom: 9px;
    }
    .percentText {
        margin-top: 6px;
        padding-bottom: 7px;
        font-size: 16px;
    }

    .percentText img {
        max-width: 25%;
        margin-top: 0px;
    }
    .percentButton {
        letter-spacing:1px;
        font-size: 16px;
    }
    .percentGradient{
        top:45px;
    }
    .percentWidget{
        display:block;
    }
    .percentMobileBar{
        display:block
    }
    .percentBar{
        display:none;
    }
    .percentGradient{
        display:none;
    }
    body .mises {
        margin-top:0px;
    }
}
@media (max-width: 575px) {
    .percentWidget{
        display:block;
    }
    .percentBar{
        display:none;
    }
    .percentGradient{
        display:none;
    }
    body .mises {
        margin-top:0px;
    }
}