/*
 font-family using :-
 font-family: 'robotolight';
 font-family: 'robotomedium';
 font-family: 'robotoregular';
 font-family: 'robotothin';
 font-family: 'open_sansregular';
 font-family: 'open_sanslight';
*/
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
.my-custom-shake {

  @include do-shake(
        $name: 'my-custom-shake', /* {String} is the name for the keyframes animation */
        $h: 5px, /*  {Number} is the max number for random to assign in x axis */
        $v: 5px, /* {Number} is the max number for random to assign in y axis */
        $r: 3deg, /* {Number} is the max number for random rotation */
        $dur: 100ms, /* {Number} is the animation-duration time value */
        $precision: .02, /* {Number} is the precision of the keyframes animation. For example .02 generates keyframes each 2% and .1 each 10%. The calculation is $step: 100 * $precision; */
        $opacity: false, 
        $q: infinite, /* {String} is the animation-iteration-count value */
        $t: ease-in-out, /* {String} animation-timing-function value */
        $delay: null, /* {Number} animation-delay time value */
        $chunk: 100%); /* {Number} is the part of the keyframes where apply the animation */
}

/* Example shake-crazy */
.shake-crazy { 
    @include do-shake('shake-crazy', 40, 40, 20, 100ms, .1, $opacity: true); 
}
.portfollio.transparent a {
    display: block;
    position: relative;
    z-index: 99;
}
.btn_colr_rw > a .btn.get-app {
     background: #ff4f26;
    border: 1px solid #ff4f26;
    color: #ffffff;
    font-size: 18px;
    margin-top: 4px;
    text-transform: inherit;
    transition:background-color 0.2s linear 0s, border-color 0.2s linear 0s;
    -moz-transition:background-color 0.2s linear 0s, border-color 0.2s linear 0s;
    -webkittransition:background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.btn_colr_rw > a .btn.get-app:hover{background:#d3411f;}
.result {
    border: 1px solid #cccccc;
    display: block;
    float: right;
    margin-top: -4px;
    padding: 8px 14px;
    width: 72px;
}
output {
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding-top: 0;
}
.rangeslider, .rangeslider__fill {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    display: block;
}
.rangeslider {
    background: #e6e6e6 none repeat scroll 0 0;
    position: relative;
}
.rangeslider--horizontal {
    float: left;
    height: 12px;
    margin-top: 8px;
    width: 80%;
}
.rangeslider--vertical {
    max-height: 100%;
    min-height: 150px;
    width: 20px;
}
.rangeslider--disabled {
    opacity: 0.4;
}
.rangeslider__fill {
    background: #ff4f26;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    height: 100%;
    top: 0;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: #ffffff linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 / 100% auto;
    border: 1px solid #cccccc;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 30px;
}
.rangeslider__handle::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-size: 100% auto;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.rangeslider__handle:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-size: 100% auto;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* Rnage slider */
.modal.download_cpi .modal-content h4 {
    color: #333333;
    font-weight: bold;
    text-align: left;
}
.popup_col_rw h2 {
    margin-bottom: 31px;
    margin-top: 0;
}
.popup_col_rw {
    margin: 35px 0;
    position: absolute;
    top: 2px;
    width: 100%;
    z-index: 99999;
}
.popup_col_rw .container_rw {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    width: 100%;
    background:#fff;
}
#promote-app .popup_col_rw .container_rw h2 {
  font-size: 26px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 10px;
}

.footer_promote {
    border-top: 1px solid #cccccc;
    display: inline-block;
    margin-top: 15px;
    text-align: right;
    width: 100%;
}
 .footer_promote a.btn.btn-primary {
    background: #ff4f26 none repeat scroll 0 0;
    border: medium none;
    border-radius: 43px;
    margin-top: 11px;
    padding: 10px 47px;
}
 .footer_promote a.btn.btn-primary:hover {
    background: #000;
    color:#fff;
 
}
.row.spc_rw {
    margin-bottom: 14px;
}
.col-left_bx {
    color: #000000;
    float: left;
    font-weight: normal;
    margin-top: 5px;
    min-height: 21px;
    text-align: left;
    width: 33%;
}
.col-right_bx {
    float: left;
    width: 45%;
    text-align: left;
    color: #000000;
     margin-top: 5px;
}

.popup_col_rw label {
    display: block;
    margin-top: 4px;
    text-align: right;
}
.popup_col_rw .form-control {
    border-radius: 0;
}

.animation_how_screen {
    background: url("../images/laptop.png") no-repeat scroll center center;
    height: 320px;
    margin: 0 auto;
    position: relative;
    width: 540px;
    z-index: 100;
}
.animation_how_screen .notebook_screen {
    border-radius: 5px;
    height: 255px;
    left: 75px;
    position: absolute;
    top: 26px;
    width: 390px;
}

.animation_how_screen .notebook_screen .animation_app_install_graphic::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}
.animation_how_screen .notebook_screen .animation_app_install_graphic {
    top: -10px;
    transform: scale(0.541);
}


.animation_app_install_graphic .dot.one {
    animation: 1s linear 0.2s normal none 1 paused dot-graphic;
    bottom: 40px;
    left: 52px;
}
.animation_app_install_graphic .dot {
    background: #65b9e8 none repeat scroll 0 0;
    border-radius: 12px;
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 12;
}
.animate-running {
    animation-play-state: running !important;
}
.animation_app_install_graphic .dot.two {
    animation: 1s linear 1s normal none 1 paused dot-graphic;
    bottom: 77px;
    left: 166px;
}
.animation_app_install_graphic .dot.three {
    animation: 1s linear 2s normal none 1 paused dot-graphic;
    bottom: 96px;
    left: 298px;
}

.animation_app_install_graphic .dot.four {
    animation: 1s linear 3s normal none 1 paused dot-graphic;
    bottom: 80px;
    left: 427px;
}
.animation_app_install_graphic .dot.five {
    animation: 1s linear 3.8s normal none 1 paused dot-graphic;
    bottom: 117px;
    left: 542px;
}

.animation_app_install_graphic .dot.six {
    animation: 1s linear 4.6s normal none 1 paused dot-graphic;
    bottom: 195px;
    left: 656px;
}
.animation_app_install_graphic .line.one {
    bottom: 63px;
    left: 65px;
    transform: rotate(-18deg);
}
.animation_app_install_graphic .line {
    background: #65b9e8 none repeat scroll 0 0;
    height: 2px;
    position: absolute;
    width: 100px;
    z-index: 12;
}

.animation_app_install_graphic .line.two {
    bottom: 92px;
    left: 181px;
    transform: rotate(-8deg);
    width: 113px;
}
.animation_app_install_graphic .line.three {
    bottom: 93px;
    left: 313px;
    transform: rotate(8deg);
    width: 111px;
}
.animation_app_install_graphic .line.four {
    bottom: 102px;
    left: 440px;
    transform: rotate(-19deg);
    width: 101px;
}
.animation_app_install_graphic .line.five {
    bottom: 161px;
    left: 545px;
    transform: rotate(-35deg);
    width: 118px;
}
.animation_app_install_graphic .mask-graphic {
    animation: 5s linear 0s normal none 1 paused mask-graphic;
    opacity: 0;
    transform: rotate(-180deg);
    z-index: 15;
}
.animation_app_install_graphic .mask-graphic, .animation_app_install_graphic .mask-graphic-back {
    background: #ebf7f8 none repeat scroll 0 0;
    bottom: 2px;
    height: 240px;
    position: absolute;
    right: 30px;
    width: 660px;
}

.animation_how_bubbles {
    min-height: 300px;
    position: absolute;
    top: 177px;
    width: 100%;
    overflow:hidden;
}
.text_header {
    text-align: center;
}

.animation_how_bubbles .from-left {
    margin-top: 0px;
}
.animation_how_bubbles .from-left {
    left: -200px;
    position: absolute;
    right: 50%;
}
.animation_how_bubbles .line {
    border-bottom: 3px solid #dbe6ed;
    margin-top: 40px;
    position: relative;
}

.animation_how_bubbles .from-left .line:nth-child(1) .bubble {
    animation: 8s ease-in 2s normal none infinite running bubbleLeft;
}
.animation_how_bubbles .line .bubble, .how-work {
    transform: translateZ(0px);
}

.animation_how_bubbles .line .bubble {
    background: #e98a80;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
    transform: translateZ(0px);
    z-index:9;
}
.animation_how_bubbles .line.light {
    border-bottom: 1px solid #ddd;
}
.animation_how_bubbles .line {
    border-bottom: 1px solid #ddd;
    margin-top: 39px;
    position: relative;
}


.animation_how_bubbles .from-left .line:nth-child(2) .bubble {
    animation: 8s ease-in 1s normal none infinite running bubbleLeft;
}
.animation_how_bubbles .from-left .line:nth-child(2) .bubble {
    animation: 12s ease-in 1s normal none infinite running bubbleLeft;
}
.animation_how_bubbles .from-left .line:nth-child(3) .bubble {
    animation: 7s ease-in 4s normal none infinite running bubbleLeft;
}
.animation_how_bubbles .from-left .line:nth-child(4) .bubble {
    animation: 10s ease-in 2s normal none infinite running bubbleLeft;
}
.animation_how_bubbles .from-left .line:nth-child(5) .bubble {
    animation: 9s ease-in 2s normal none infinite running bubbleLeft;
}

.animation_how_bubbles .from-right .line:nth-child(1) .bubble {
    animation: 8s ease-in 3s normal none infinite running bubbleRight;
}
.animation_how_bubbles .from-right .line:nth-child(2) .bubble {
    animation: 12s ease-in 1s normal none infinite running bubbleRight;
}
.animation_how_bubbles .from-right .line:nth-child(3) .bubble {
    animation: 9s ease-in 3s normal none infinite running bubbleRight;
}
.animation_how_bubbles .from-right .line:nth-child(4) .bubble {
    animation: 11s ease-in 2s normal none infinite running bubbleRight;
}
.animation_how_bubbles .from-right .line:nth-child(5) .bubble {
    animation: 10s ease-in 2s normal none infinite running bubbleRight;
}
.animation_how_bubbles .line.light .bubble {
    background: #f9d63e;
}
.animation_how_bubbles .line .bubble, .how-work {
    transform: translateZ(0px);
}

@keyframes light-on {
0%, 100%, 70% {
    opacity: 0;
}
75%, 95% {
    opacity: 1;
}
}
@keyframes light-on {
0%, 100%, 70% {
    opacity: 0;
}
75%, 95% {
    opacity: 1;
}
}
@keyframes light-off {
0%, 100%, 70% {
    opacity: 1;
}
75%, 95% {
    opacity: 0;
}
}
@keyframes light-off {
0%, 100%, 70% {
    opacity: 1;
}
75%, 95% {
    opacity: 0;
}
}
@keyframes bubbleLeft {
0% {
    left: -20%;
    opacity: 0;
}
1% {
    left: -20%;
    opacity: 1;
}
99% {
    left: 80%;
    opacity: 1;
}
100% {
    left: 80%;
    opacity: 0;
}
}
@keyframes bubbleLeft {
0% {
    left: -20%;
    opacity: 0;
}
1% {
    left: -20%;
    opacity: 1;
}
99% {
    left: 80%;
    opacity: 1;
}
100% {
    left: 80%;
    opacity: 0;
}
}
@keyframes bubbleRight {
0% {
    opacity: 0;
    right: -20%;
}
1% {
    opacity: 1;
    right: -20%;
}
99% {
    opacity: 1;
    right: 80%;
}
100% {
    opacity: 0;
    right: 80%;
}
}
@keyframes bubbleRight {
0% {
    opacity: 0;
    right: -20%;
}
1% {
    opacity: 1;
    right: -20%;
}
99% {
    opacity: 1;
    right: 80%;
}
100% {
    opacity: 0;
    right: 80%;
}
}
@keyframes map-pulse {
0% {
    height: 0;
    opacity: 1;
    width: 0;
}
99% {
    height: 1850px;
    opacity: 0;
    transform: translate(-900px, -900px);
    width: 1850px;
}
100% {
    height: 0;
    opacity: 0;
    width: 0;
}
}
@keyframes map-pulse {
0% {
    height: 0;
    opacity: 1;
    width: 0;
}
99% {
    height: 1850px;
    opacity: 0;
    transform: translate(-900px, -900px);
    width: 1850px;
}
100% {
    height: 0;
    opacity: 0;
    width: 0;
}
}
@keyframes chart-zoom {
0%, 100%, 50% {
    opacity: 0;
    transform: scale(0);
}
2% {
    opacity: 1;
}
4% {
    opacity: 1;
    transform: scale(1);
}
46%, 8% {
    opacity: 1;
    transform: scale(0.8);
}
}
@keyframes chart-zoom {
0%, 100%, 50% {
    opacity: 0;
    transform: scale(0);
}
2% {
    opacity: 1;
}
4% {
    opacity: 1;
    transform: scale(1);
}
46%, 8% {
    opacity: 1;
    transform: scale(0.8);
}
}





.modal.download_cpi .modal-content .modal-body p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.modal.download_cpi {
}
.modal.download_cpi .modal-dialog {
    max-width: 466px;
}
.modal.download_cpi .modal-content {
    background: #ffffff none repeat scroll 0 0;
}
.modal.download_cpi .modal-content p {
    color: #333333;
    text-align: left  !important; 
}
.modal.download_cpi .modal-content .modal-body {
    text-align: left !important;
}
#promote-content li {
    float: left;
    list-style-type: none;
    margin-right: 36px;
}
#promote-content ul {
 display: inline-block;
    list-style-type: none;
    padding: 0;
    right: 0;
}
#myModal .modal-body li::before {
    display: none;
}
#myModal .modal-footer  .btn.btn-primary{
  background: #ff4f26 none repeat scroll 0 0 !important;
    border-radius: 30px;
    color: #ffffff !important;
    padding: 12px 25px;
    border-color:#ff4f26;
}
.trust_comp li {
    float: left;
    list-style-type: none;
    padding: 20px;
    width: 24%;
}

.trust_comp {
    padding: 30px 0;
    background:#f2f2f2 none repeat scroll 0 0
}
.trust_comp .owl-item {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 7px;
    padding: 7px;
}
.trust_comp h2 {
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.promotion_benefits .nav.nav-tabs{border-bottom:none}
.promotion_benefits .nav.nav-tabs > li img {
    display: block;
    margin: 0 auto;
    width: 360px;
}
.promotion_benefits .nav.nav-tabs > li span {
    font-size: 25px;
    font-weight: bold;
}

.promotion_benefits .nav.nav-tabs > li h3 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.promotion_benefits .nav.nav-tabs > li i {
    color: #ffffff;
    font-size: 58px;
}
.tab_back p {
    color: #cccccc;
    font-size: 16px;
    font-weight: normal;
    padding: 0 12px;
}
.promotion_benefits .nav.nav-tabs > li.active a {
    background: #ff4f26 none repeat scroll 0 0;
    color: #ffffff !important;
}
.promotion_benefits .nav.nav-tabs > li.active > a span {
    background: rgba(0, 0, 0, 0) url("../images/caret.png") no-repeat scroll center bottom;
    bottom: -20px;
    height: 25px;
    left: 37%;
    position: absolute;
    width: 50px;
}
.promotion_benefits {
    padding: 30px 0 47px;
    background:#fff;
}
.promotion_benefits p {
    color: #666666;
    font-size: 18px;
    margin: 0 auto 42px;
    max-width: 780px;
    text-align: center;
}
.promotion_benefits h2 {
    text-align: center;    margin-bottom: 7px;  font-size: 41px;
}
.promotion_benefits .nav.nav-tabs > li {
    display: inline-block;
    float: none; width: 29%;
}
.promotion_benefits .nav.nav-tabs > li a {
    color: #333333;
    font-weight: bold;
    padding: 38px 31px;
}
.promotion_benefits .nav.nav-tabs > li a i {
    display: block;
    font-size: 53px;
    padding: 14px 0;
}
.tab_back {
    background: #193041 none repeat scroll 0 0;
    margin: 0 -15px;
    padding: 50px 0;
}

ul.features-list li .list-icon img {
    width: 87px;
}

#promote-app p span {
    background: #ff4f26 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    line-height: 27px;
    padding: 7px 13px;
}
#promote-app p span b {
    line-height: 31px;
    position: relative;
    top: 2px;
}

#promote-app{  background: rgba(0, 0, 0, 0) url("../images/pattern.png") repeat scroll center top;
    padding: 30px 0;
    position: relative;
    text-align: center;}
#promote-app a.btn {
  background: #ff4f26 none repeat scroll 0 0;
    border: 1px solid #ff4f26;
    border-radius: 35px;
    color: #ffffff;
    font-size: 18px;
    margin:32px auto 0;
    padding: 13px 62px;
    text-align: center;
}
#promote-app a.btn:hover{background:#000 !important; border: 1px solid #000; color:#fff  !important}
#promote-img, #promote-content {
    height: 440px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#promote-img img {
    height: 100%;
    width: 100%;
}
#promote-content {
    background: #ff4f26 none repeat scroll 0 0;
    color: #ffffff;
    padding: 70px 50px;
    text-align: left;
  
}
.overlay_popup {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    display:none
}

#promote-app p sub {
    bottom: 0;
    font-size: 30px;
    font-weight: bold;
}
#promote-app p b {
    font-size: 43px;
    font-weight: bold;
}
#promote-app p {
    color: #666666;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
    text-align: left;
}

#promote-app h2 {
    color: #000000;
    font-family: robotoregular;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    text-transform: uppercase;
}
#banner_promote .center {
    height: 100%;
    position: relative;
    z-index: 1;
}

.vertical-align {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 4px #cccccc;
    padding: 30px;
}
.field {
    margin-bottom: 14px;
}
#banner_promote input.button.button--fill-purple {
    border: medium none;
    font-size: 15px;
    padding: 7px 47px;
}
#banner_promote input.button.button--fill-purple:hover {
 background:#000;
}

.content__header h4 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 27px;
    margin-top: 3px;
    text-align: left;
}
#banner_promote .content__subhead {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 7px;
    opacity: 1;
    text-align: left;
}
#banner_promote  input {
    border: 1px solid #dbdbe2;
}
.input-text, .input-password, select {
   background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #dbdbe2;
    border-radius: 5px;
    color: #8a8b9b;
    display: block;
    font: 400 13px/30px "helvetica Neue","Helvetica",sans-serif;
    min-height: 42px;
    outline: medium none;
    padding: 5px 15px;
    width: 100%;
}
.Animate-Draw {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  
  animation-name: DrawLine, FadeStroke, FillIn;
  animation-duration: 4s, 1s, 1s;
  animation-delay: 0, 3.5s, 3.5s;
}

#Draw-Mark {
  stroke-dashArray: 1100;
  stroke-dashoffset: 1100; 
}

#Draw-Frame { 
  animation-delay: .5s, 3.5s, 3.5s;
  animation-duration: 3.5s, 1s, 1s; 
  stroke-dashArray: 1500;
  stroke-dashoffset: 1500;
}

#Draw-Text { 
  animation-delay: 2s, 3.5s, 3.5s; 
  animation-duration: 2s, 1s, 1s; 
  stroke-dashArray: 300;
  stroke-dashoffset: 300;
  /*//animation-duration: 4s;*/
}
#msds-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f4f8f9 url("../images/app-dropdown-icon.png") no-repeat scroll 94% center / 12px auto;
  border: 1px solid #dde2e4;
  font-size: 14px;
  height: 10px !important;
  margin-top: 11px;
  padding: 0 10px;
  width: 20%;
}
#msds-select::after{ font-family: fontawesome; font-size: 25px; position: absolute; content: "\f078"; }
.app_name_list > b{ word-wrap: break-word; }

.sorting_asc{ width: 160px !important; }
.dataTable_wrapper.app-table.table-responsive{ overflow: hidden; }

.pagination .paginate_button > a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #333;
}

.pagination .paginate_button > a:hover{ background:ddd; }

.left-nav {
  margin-left: 32px !important;
}
#dataTables-myapp .gradeA .right-edit{ padding: 0;  }

div.dataTables_wrapper div.dataTables_length select {
  background: #f4f8f9 url("../images/app-dropdown-icon.png") no-repeat scroll 84% center / 12px auto;
  border: 1px solid #dde2e4;
   -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  margin: 0 7px;
  display: inline-block;
  width: 75px !important;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size: 14px;
}
.dataTables_filter {
  float: left;
  width: 50%;
}
.dataTables_length {
  float: left;
  width: 50%;
}
#dataTables-myapp_filter label{
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_filter input {
  background: #f4f8f9 none repeat scroll 0 0;
  border: 1px solid #dde2e4;
  box-shadow: none;
  height: 42px;
  width: 250px !important;
  margin-left: 12px !important;
}
.details {
  display: inline-block;
  width: 100%;
}
.details > p {
  float: left;
  margin: 0 0 0 3px;
  width: 80%;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
 { background: #dbdbdb !important; }
 .mCSB_inside > .mCSB_container{ margin-right: 0px !important; }
.close_icon {
  color: #aaaaaa;
  font-size: 15px;
  position: absolute;
  right: 17px;
  top: 20px;
}
.notification li{ position: relative; }


.horror-stop .d-link {text-align: center;}
.horror-stop .d-link > a {font-size: 11px;}
.horror-stop .show-alert > h3{ text-align: center; }
#edit_app .btn.btn-primary.upgrade {
  border: medium none;
  box-shadow: none;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
  width: 32%;
  position: relative;top: 8px;
}
.app-table table td button.upgrade{
    vertical-align: middle !important;
}
#edit_app .free_builded {
  margin-left: 10px;
  padding: 0;

  width: auto;
}

.blog #magento-tap2 .entry-thumbnail{ width: 50%; float: left; }

#magento-tap2 .content-area.container {padding-top: 40px;}
#dataTables-myapp_info {
  float: left;
  font-size: 12px;
  padding-top: 14px;
  width: auto;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td b{
    font-weight: normal;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: unset !important;
}
.strip_design span {
  float: left;
}
.code_cupon {float: right;}
.copon_close {margin-left: 5px;}
.notification_strip {
  background: #fcd04f none repeat scroll 0 0;
  color: #000;
}
.copon_close .fa.fa-times {margin: 0; color: #333;}
.strip_design > h3 {
  float: left;
  font-size: 13px;
  font-weight: 100;
  margin: 7px 0 0;
  padding: 0;
}
.strip_design .fa{margin-right: 5px;}
.gradeA .right-edit{ position: relative; top: 0; }
.strip_design span {
  background: #fcef6e none repeat scroll 0 0;
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
}

/**********************manpreet**************/
.post-type-archive-kbe_knowledgebase #magento-tap2{
    background: #FFF;
}
.all-application .btn.btn-primary.new-app-btn:focus{ color: #fff !important; }
span.select2-selection__arrow {
    right: 46% !important;
    position: absolute;
}
.select2-selection.select2-selection--single
.select2-selection.select2-selection--single {
    width: 70px;
    box-shadow: none;
    border-radius: 1;
    background: #f4f8f9;
    border-color: #dde2e4;
}


.button.login_btn {
  margin-top: 10px !important;
  padding: 15px 30px !important;
}
.lost_password{ margin: 20px 0 0; }
.lost_pass {float: right;}
.login_form .input-group-addon {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 12px 15px !important;
}
.login_form .form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
  height: 43px !important;
}
.back_button a .fa {
  background: #ff4f26 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 7px;
  text-align: center;
  width: 30px; color: #fff;
}
#customer_login .wp-social-login-widget {
  padding: 0 20px 20px;
}
.sign_up_form .wp-social-login-widget{ padding: 0 !important; }
#customer_login .wp-social-login-connect-with {
  font-size: 17px;
  margin: 0 0 10px;
}
.back_button {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 8px 10px;
}
.input-group .fa.fa-user{ padding: 0 !important;}
.login_fom_1 {
  padding: 20px 20px 0;
}
.my_ajax_login_register.login_form{ padding: 0; }
.my_ajax_login_register.login_form > h2 {
  border-bottom: 2px solid #e0e0e0;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.my_ajax_login_register{ vertical-align: top; }
.app_store_design {
  background: #f3f4f5 none repeat scroll 0 0;
  padding: 80px 0;
}
.app_bc {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}
.app_info {
  background: #f1f1f1 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.app_info > img {
  float: left;
  width: 55px;
}
.app_full_info {
  float: left;
  width: 94%;
}
.info_app_shop > h3 {
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.info_app_shop > form{ float: left; }
.cbp-af-header-shrink .notification_strip{ display: none; }
.info_app_shop button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff512f !important;
  font-size: 13px;
  margin-left: 10px;
  padding: 0;
  text-transform: capitalize;
}
.app_left {
  float: left;
  margin-left: 15px;
  width: 25%;
}
.android_ios_info {
  float: left;
  width: 68%; margin-left:10px;
}
.app_left > h3 {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}
.status_app span {
  color: #7d7d7d;
  float: left;
  font-size: 13px;
  margin-left: 10px;
}
.app_info #draftBtn{ background: none; padding: 0; }
#draftBtn .fa {
  color: #333;
  left: 9px;
  position: absolute;
  top: 6px;
}
.info_app_shop  form{  margin-bottom: 5px; }
.app_left > p {
  color: #ff4f26;
  font-size: 11px;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.status_div {
  float: left;
}
.pro_div > h4{ margin: 0; }
.status_app {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.status_app p{ font-size: 14px; color: #ff4f26;  float: left; text-transform: uppercase; }
.download_option img {
  width: 20px;
}
.download_option a {
  color: #4f4f4f;
  font-size: 12px;
}
.download_option .fa {
  margin-right: 6px;
}
.download_option img {
  margin-right: 5px;
}
.download_option a:hover{ text-decoration: none; }
.app_full_info .edit_btn > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 ;
  padding: 0; color: #646464 !important;
}
.version_info {
  margin-right: 0;
  width: 18%;
}
.edit_btn {
  background: #dadada none repeat scroll 0 0;
  border-radius: 5px;
  height: 30px;
  padding-top: 3px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 22px;
  width: 30px;
}
.graph_chat h2 {
  background: #ebebeb none repeat scroll 0 0;
  font-size: 14px;
  padding: 10px;
}
.andriod_version.ios_version {
  margin-top: 6px;
}
.andriod_version {
  display: inline-block;
  padding: 0;
  width: 100%; margin: 0;
}
.andriod_version li {
  color: #646464;
  display: inline-block;
  font-size: 12px;
  list-style: outside none none;

  padding: 0;
}
.package {margin-left:20px; }
.app_left p span{ color: #7d7d7d; text-transform: lowercase; margin-left: 5px; }
.download_option {
  display: inline-block;
  float: right;
  padding: 0; margin:0;
}
.ewp-eroro .woocommerce-error a{ font-size: 13px; }
.ewp-eroro .woocommerce-error > li{ font-size: 13px; }
.ewp-eroro .woocommerce-error {margin: 0 !important;}
.download_option > li:first-child{ margin-right: 10px; }
#magento-tap2 {
  background: #f3f4f5 none repeat scroll 0 0;
  overflow: hidden;
}
.auther_detail {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.blog_post .author-name {
  float: left;
  margin-left: 10px;
  width: 90%;
}
.blog_post .author-name > p {
  color: #adadad;
  font-size: 12px;
  font-weight: bolder;
  margin: 0;
}
.post-title.blog_name a {
  font-size: 20px;
  font-weight: 300;
}
.side_bar {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.blog_img > a img  {margin-top: 10px;}
.single-post  .well{ margin-top: 30px; }
.single-post  .side_bar { margin-top: 30px;  }
.blog_post .post-title.blog_name > p {
  margin: 10px 0 !important;
}
.navigation h1{ font-size: 19px; }
.post-title.blog_name {
  padding: 10px;
}
.side_bar .heading-text {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 2px solid #ebebeb;
  font-size: 20px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.blog_post .moretag {
  color: #616161;
  display: inline-block;
  font-size: 12px !important;
  margin-top: 10px;
  width: 100%;
}
.contant_cata > p {
  color: #949494;
  font-size: 12px;
  font-weight: lighter;
  margin: 0;
  text-transform: capitalize;
}
.col-md-12.heading_cat {border-top: 1px solid #ddd;}
.contant_cata > a {
  color: #656565;
  display: inline-block;
  font-size: 13px;
  margin: 8px 0;
  width: 100%;
}
.contant_cata > a:hover{ text-decoration: none; }
.side_bar .col-md-12 > h2 {
  background: #f1f1f1 none repeat scroll 0 0;
  font-size: 17px;
  margin: 10px 0;
  padding: 10px;
}
.single-post #commentform .comment-form-comment #comment {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 80px;
  width: 100% !important;
}
..single-post .comment-form-author > label{ width: 100%; }
.cata_image {
  padding: 0 14px;
}
.entry-content.blog_detail_page > p {
  font-size: 13px;
  line-height: 24px;
  margin: 20px 0;
}
body.single.single-post.single-format-standard #comments #respond form#commentform p #author
{ width: 100% !important; display: inline-block; border: 1px solid #ddd; background: #f1f1f1 none repeat ;
padding: 10px; border-radius: 3px; }
.blog_detail_page ol {
  display: inline-block;
  padding: 0 30px;
  width: 100%;
}
.entry-content.blog_detail_page li {
  color: #565656;
  font-size: 12px;
  margin-left: 0;
}
.well .attachment-full.size-full.wp-post-image{ margin-top: 10px; }
/*.blog_detail_page ol li {
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 4px solid #ff4f26;
  display: inline-block;
  list-style: outside none none;
  margin-top: 10px;
  padding: 5px 10px;
  width: 100%;
}*/
.blog_detail_page h2 {
  font-size: 19px;
}
.blog_detail_page ul {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.blog_detail_page ul li{
  display: inline-block;
  padding: 0;
  width: 100%; list-style: none;
}

.entry-content.blog_detail_page > h1 {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #ff4f26;
  font-size: 18px;
  margin: 10px 0 0;
  padding: 10px;
}
.entry-content.blog_detail_page p {
  font-size: 13px;
  line-height: 24px;
  margin: 5px 0 15px;
}

body .blog_post #respond .comment-form-comment textarea#comment{ width: 100% !important; }
#commentform .comment-notes{ font-size: 13px;}
#respond .comment-form-comment{ margin:0; }
body .comment-form-comment > label {
  font-size: 16px !important;
  margin-top: 20px;
  width: 100% !important;
}
.comment-respond {
  background: #fff none repeat scroll 0 0;
  padding: 10px 15px;
  width: 50%;
}
.nav-links {margin-bottom: 10px;}
#respond .comment-reply-title {
  background: #f1f1f1 none repeat scroll 0 0;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px;
}
.blog_detail_page #wp_rp_related_load_more{
  background: #f1f1f1 none repeat scroll 0 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
  text-transform: capitalize;
}
.related_post_title {margin-bottom: 20px !important;}
ul.related_post, ul.related_post ul{ margin:20px 0 0 0 !important; }
.related_post wp_rp{ margin-top: 20px !important; }
.wp_rp_content { width: 100%;/* margin-top: 20px;*/ }
.contant_cata {
/*  border-bottom: 1px solid #ddd;*/
  margin: 0 0 20px;
  padding: 10px 14px;
}
.post-title.blog_name a {
  color: #000;
  font-size: 22px;
  line-height: 30px;
}
.post-title.blog_name > h2 {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.navbar.navbar-default.navbar-fixed-top.header-nav.blog_section{ box-shadow: none; }
table.table.table-bordered th {
  background: #f4f8f9 none repeat scroll 0 0;
  font-size: 14px;
  width: 20% !important;
}
.app_bc .nav.nav-pills.ranges {
  display: inline-block;
  width: auto;
  float: right;
}
.nav.nav-pills.sale_ranges
{   display: inline-block;
  width: auto;
  float: right; }
.app_bc .nav.nav-pills.ranges a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6f6f6f;
  font-size: 11px;
}
.app_bc .nav.nav-pills.sale_ranges a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6f6f6f;
  font-size: 11px;
}
#app_downloads {
  display: inline-block;
  width: 100%;
}
#sales_report{  display: inline-block;
  width: 100%; }
.app_bc .nav.nav-pills.sale_ranges {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6f6f6f;
  font-size: 11px;
}
.select2-container--bootstrap .select2-selection--single {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  line-height: 25px;
  padding: 6px 20px;
  width: 70px;
}
.select2.select2-container.select2-container--bootstrap {
  float: left;
  height: 40px;
  width: 16% !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  position: absolute;
  right: 25px;
  top: 0;
  width: 4px;
}
.post-title.blog_name a:hover { text-decoration: none; }
.post-title.blog_name > p{ font-size: 13px; }
.blog_image img{ width: 100%; }
.blog_post .well {
  /*background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.09);*/
  border-radius: 0;
  box-shadow:none;
  display: inline-block;

  padding: 0px;
  width: 100%;
}
#content {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.author-name > a {
  font-size: 14px;
}
.author-image img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.lgo_app {
    position: relative;
    right: 13px;
    height: 24px;
}
.blog_post .author-image{ float: left; }
.image_app{ float: left; }


.content-area.container.blog_page_inner{ margin-top: 0%; }


.blog header {
  height: 49px;
  top: 55px;
  z-index: 999;
}
.blog_up_header .navbar.navbar-default{ min-height: auto; }
.blog_up_header .nav.navbar-nav a:hover{ color: #000 !important; }
header {
    position: fixed;
    display: none;
    width: 100%;
    height: 60px;
    background: red;
}
.blog_up_header .active > a {
  background: #fff none repeat scroll 0 0 !important;
  color: #000 !important;
}

.serch_bar input{   background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  height: 46px;
  padding: 0 10px;
  width: 100%; }
.serch_bar  span {
  position: absolute;
  right: 9px;
  top: 11px;
}
.app_information .fa.fa-circle.green{ color: #91f22f; }
.serch_bar {
  display: inline-block;
  position: relative;
  width: 100%;
}
.Popular_Posts {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 20px 0;
 /* padding: 15px 15px 25px;
*/  width: 100%;
}
.Popular_Posts span {
  font-size: 16px;
  margin-right: 5px;
}
.Popular_Posts ul{ width: 100%; padding: 0; margin:0; display: inline-block; }
.Popular_Posts ul li {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 12px 0 10px;
  width: 100%;
}
.Popular_Posts h3::before {
  background: #ff4f26 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -15px;
  position: absolute;
  top: 3px;
  width: 4px;
}
.Popular_Posts a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 3px 9px;
}
.Popular_Posts h3 {
  font-family: "robotomedium";
  font-size: 24px;
  margin: 13px 0 10px 15px;
  position: relative;
}
.Popular_Posts a:hover{ text-decoration: none; }
.Popular_Posts ul li:last-child{ border: none; }


.price_discount.start_pricing .save {
    color: #fff;
    margin-bottom: 38px;
}

.blog_up_header .navbar.navbar-default{ background: #ff4f26 none repeat scroll 0 0;  border: none;}

.blog_up_header .nav.navbar-nav a {
  color: #fff;
  font-size: 14px;
  padding: 15px;
}


.app_information span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  width: 100%;
}
.app_information > p {
  color: #ff0000;
  font-size: 14px;
  margin-top: auto;  font-family: 'robotolight';
} 
.app_information > p {
  font-size: 13px;
  margin: 0;
}
.app_information p .fa {
  color: #db001f;
  margin-right: 5px;
}
.my_app_discription {
  background: #fff none repeat scroll 0 0;
  padding: 5px 0 30px;
}
.all_satus .dropdown.dropdown-user{ list-style: none; }
.app_information > h4 {
  color: #3b3b3b;
  font-size: 18px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  word-break: break-all;
  word-wrap: break-word;
}
.all_satus .dropdown-menu.dropdown-menu-default {
  margin-top: 22px;
}
.app_information {width: 100%;}
.app_value {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.app_value a {
  display: inline-block;
  position: relative;
}
/*.app_value li a span {
  background: red none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  padding-top: 4px;
  position: absolute;
  right: -14px;
 top: -40px;
  width: 30px;
}*/

.app_logo.ng-scope{
  width: 150px; height: 150px;
}
 .app_value li {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  float: left;
  list-style: outside none none;
  margin-right: 0;
  min-height: 210px;
  padding: 35px 30px;
  position: relative;
  text-align: center;
  width: 20%; cursor: pointer;
}
.no_apps_found{ width: 100% !important; }
.app_search > input:focus{ border:1px solid #535353; }
.app_value li:hover{ background: #f5f5f5; }
.app_information .fa.fa-circle.green{ color: #32ac00; }
.app_information .fa.fa-circle.yallow{ color: #fcea00; }
.app_information .fa.fa-circle.red{ color: #ff0000; }
.app_information .fa.fa-circle.gray{ color: #a6a6a6; }
.my_app_discription .remove_adds {
  color: #7c7c7c;
}
.my_app_discription .view_issues{color: #1faad5;  }

.no_result {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 15px;
}
.no_result .page-header{ margin:0; }
.no_result h1 {
  font-size: 19px;
  margin: 0;
}
.no_result .page-content > p {
  font-size: 13px;
  margin-top: 10px;
}
.no_result .search-form {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 10px;
}
.no_result .search-field {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  font-weight: normal;
  height: 47px;
  padding: 0 10px;
  width: 100%;
}
.no_result label {
  width: 83%; margin: 0;
}
.no_result .search-submit {
  border-radius: 3px;
  float: right;
}

.blog_up_header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  top: 10.5%;
  z-index: 999;
}

.app_header_top {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px 0;
}
.app_search {
  position: relative;
  text-align: center;
}
.list_1 {
  margin-top: 6px;
  text-align: center;
}
.all_satus {
  text-align: center; margin-top: 6px;
}
.list_1 > a {
  margin-right: 10px;
}
.all_satus > a {
  color: #000;
  font-size: 14px;  font-family: 'robotolight';
} 
.app_search > input {
  border: 1px solid #ddd;  font-family: 'robotolight';
}
.app_search > input {
  border: 1px solid #ddd;
  color: #6a6a6a;
  height: 40px;
  padding: 0 40px;
  width: 60%;
}

.app_search > span {
  color: #cfcfcf;
  left: 21.5%;
  position: absolute;
  top: 9px;
}
.app_search a .fa{ margin-left: 5px; }
.app_search > a {
  color: #4f4f4f;
  font-family: "robotolight";
  font-size: 14px;
  position: absolute;
  right: 21%;
  top: 9px;
}

.empty_space {
  background: #f1f1f1 none repeat scroll 0 0;
  height: 44px;
  width: 100%;
}
section#main-steps h1 .pull-right {z-index: 99;}


@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
.swingimageshift{
    position: relative;
    -webkit-transform-origin: 35% 0;
    transform-origin: 35% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite; width: 80px;
}

.blog_1 {
  display: inline-block;
  width: 100%;
}

/*.blog_header_fix {
  height: 60px;
  margin-top: 29px;
}*/
.blog_header_fix nav {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.blog_header_fix .nav .active > a {
  background: #ff4f26 none repeat scroll 0 0;
  color: #fff;
  padding: 22px;
  z-index: 999;
}
.blog_header_fix .nav li a{ color: #fff ; }
.blo_section {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.blog_1 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: inline-block;
 
  padding: 15px;
  width: 100%;
}
.blog_1 h1 {
  display: inline-block;
  font-family: "robotomedium";
  font-size: 28px;
  margin: 0;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}
/*.blog_header_fix nav {
  min-height: auto;
  top: 56px;
}*/
.blog_list {
  display: inline-block;
  margin: 0;
  padding:  0 15px ;
  width: 100%;
}
.blog_list > li {
  border-right: 1px solid #a3a3a3;
  float: left;
  list-style: outside none none;
  margin: 0 20px 10px 0;
  padding: 0 10px 0 0;
}
.blog_list > li:last-child{ border: none; }
.blog_1 .read_more > a {
  color: #989898;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
}
.blo_section .blog_1 .response {
  color: #ff4f26;
  float: right;
  font-size: 14px;
}
.blog_1 .response .fa {margin-right: 2px;}
.blog_img > p {
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
}
.blog_1 .blog_img > img {
  width: 100%;
}
a:hover{ text-decoration: none !important; }
.blog_heading_discription {
  margin-bottom: 15px;
  padding: 0 15px;
}
.blog_list li a .fa {
  color: #333;
  margin-right: 5px;
}
.blog_list a {
  color: #333;
  font-size: 13px;
}
.blog_list a:hover{ text-decoration: none; color: #ff4f26; }
.fa.fa-user{ padding: 0 !important; }
.blog_heading_discription > h3::before {
  background: #ff4f26 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -15px;
  position: absolute;
  top: 17px;
  width: 4px;
}
.blog_header_fix li.active::after {
  border: 3px solid;
  bottom: -6px;
  content: "";
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.blog_1:last-child {margin-bottom: 30px;}
.Popular_Posts li:hover{ background: #f1f1f1; }
.blog_1 .read_more > a:hover{ color: #fff; }


.blog_heading_discription > h3 {
  display: inline-block;
  font-family: "robotomedium";
  font-size: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.blog_heading_discription > p {
  font-size: 14px;
  padding: 10px 15px;
}
.blog_heading_discription > h3::before {
  background: #ff4f26 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -15px;
  position: absolute;
  top: 4px;
  width: 4px;
}

#wp_rp_first {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}


#wp_rp_first h3::before {
  background: #ff4f26 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -15px;
  position: absolute;
  top: 4px;
  width: 4px;
}
.well{ border: none; }
#wp_rp_first h3{
  display: inline-block;
  font-family: "robotomedium";
  font-size: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#wp_rp_first .related_post.wp_rp > li {
  text-align: center;
  width: 32% !important;
}
#wp_rp_first .wp_rp_thumbnail > img {
  display: inline-block !important;
  float: none;
  text-align: center;
  width: 100%;
}
#wp_rp_first .wp_rp_title {
  color: #333;
  font-size: 12px !important;
  text-align: left;
}
#wp_rp_first ul.related_post li img {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
  display: block !important;
  height: 169px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: auto !important;
  overflow: hidden;
  padding: 0 !important; width: 100% !important;
}


.blog_header_contant {
  display: inline-block;
  width: 100%;
}
.blog_admin {
  float: left;
  margin-right: 10px;
  width: 5%;
}
.iamge_contant {
  float: left;
  width: 90%;
}
.iamge_contant > h3 {
  font-size: 14px;
  margin: 0;
}
.iamge_contant > a {
  color: #7b7b7b;
  font-size: 12px; font-family: 'robotomedium';
}

.blog_admin > img {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 100px;
}




/* Navigation Settings */
.blog-nav {
    position: absolute;
    top: 113px;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
.blog-nav.fixed{position: fixed; top:56px;}
.blog-nav .navbar{min-height:auto;}

.navbar-fixed {
    top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
}
#blog-nav .navbar, .navbar-brand{ min-height: auto; }
.blog_header_fix{ margin-top: 26px; }
.blog_header_fix.navbar-fixed{ margin-top: 58px; }






/*****************landing*********/
.lending_test{  background-image: url("../images/brush.png") !important;
    background-position: center center;
    background-repeat: repeat-y;
    color: #fff;
    padding: 200px 0 60px;  }

.lending_test.bg_color{ background: #dd7554; }
.lending_test .demo_form .group{
  margin: 20px 0;
  width: 100%;
}
.brush_2 {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.brush_2 > img {
  position: relative;
}
.brush_2 > h3 {
  font-weight: bold;
  left: 130px;
  position: absolute;
  text-transform: uppercase; font-family: 'Ropa Sans', sans-serif;
  top: 0;
}

/*****************partner***************/
.Trial_pricing .plan_discuss > li{
    color: #444444;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 2rem 2rem;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.pricing_plane {
  display: inline-block;
  margin: 60px 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 2rem rgba(0,0,0,.1);
}
.pricing_plane > li {
  display: inline-block;
  list-style: outside none none;
  vertical-align: top;
  width: 20%; text-align: center; float: left;
  border-right: 1px solid #eee;
}
/*.plan_discuss > li:first-child {
  background: #f6f6f6 none repeat scroll 0 0 !important;
}*/
.plan_discuss > li:nth-child(even){ background: #fff; }
.plan_discuss .final_selling {
  color: #ff4f26 !important;
  font-family: "Oswald",sans-serif;
  font-size: 19px !important;
  font-weight: bold;
}.pricing_part > h4 {
  background: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 25px;
  margin: 0;
  min-height: 267px;
  padding: 101px 0 0;
  text-align: center;
}
.terms {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.plan_discuss .fa.fa-check {
  color: #2aad59;
  margin-right: 4px;
}
.terms > p {
  color: #898989;
  font-size: 13px;
 
}
.Trial_pricing:nth-child(3){
  /*! box-shadow: 0 0 5px #b7b7b7; */
}

.plan_discuss .fa.fa-close {
  color: #ff2f13;
  margin-right: 4px;
}
.plan_discuss span {
  color: #2aad59;
  float: right;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
}
.plan_discuss {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.plan_discuss li{
  display: inline-block; list-style: none;
  padding: 0;
  width: 100%;
}
.plan_discuss li:first-child {
    border-top: 1px solid #eee;
}
.Trial_pricing .plan_discuss > li:last-child{
    border-bottom: none;
}
/*.plan_discuss > li:nth-child(2n+1) {
  background: rgba(235,235,235,.4);
}*/
.Trial_pricing.two .plan_discuss > li:nth-child(2n+1) {
  /*! background: #ebebeb none repeat scroll 0 0; */
}
.plan_discuss li.last_payment a {
    border-bottom: none;
}

.Trial_pricing.three .plan_discuss > li:nth-child(2n+1) {
  /*! background: #e3e3e3 none repeat scroll 0 0; */
}
.plan_discuss a {
  color: #444444;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 2rem 1rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.partner_breife{ background: #fff; }

.pricing_part .medium_price {
  /*! background: #5a656f none repeat scroll 0 center; */
  color: #fff;
}
.pricing_part .small_pricing {
  /*! background: #545f69 none repeat scroll 0 center; */
  color: #fff;
}
.pricing_part .start_pricing {
  background: #f04017 none repeat scroll 0 center;
  color: #fff;
}
.pricing_part .trial_pricing {
  /*! background: #fd8f66 none repeat scroll 0 center; */
  color: #303030;
}

.plan_discuss .space_equal {
  min-height: 71px;
  padding-top: 24px !important;
}
.price_discount {
  background: #fff;
  min-height: 150px;
  vertical-align: top;
}
.price_discount h4{ margin: 0;  }

.pricing_part .trial_pricing {
  /*! background: #525d67 none repeat scroll 0 0; */
  font-family: "Open Sans";
  font-size: 16px;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}
.pricing_part .app_count{ font-size: 15px !important; }
.price_discount span {
  color: #141414;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 21px;
  padding-top: 37px; width: 100%;
  letter-spacing: -1px;
  font-size: 36px;
  font-weight: bold;
}
.price_discount.start_pricing > h4 {
  background: #e3330b none repeat scroll 0 0;
  font-family: "Open Sans";
  font-size: 20px;
  padding: 20px 10px;
}
.price_discount.small_pricing > h4 {
  /*! background: #5f6a74 none repeat scroll 0 0; */
  font-family: "Open Sans";
  font-size: 16px;
  padding: 20px 10px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.pricing_part .save {
  color: #4a4a4a;
  font-size: 14px;
  padding: 20px 0;
  font-weight: normal;
  margin-bottom: 34px;
}
.last_payment > a {
  min-height: 131px;
}
.price_discount strike{font-size: 18px;  font-weight: normal;display: block;color: #666;}
.price_discount.start_pricing strike{ font-size: 13px; color: #eee;} 
.pricing_part .start_pricing span {
    color: #fff;
}
.price_discount.medium_price > h4 {
  /*! background: #6b7680 none repeat scroll 0 0; */
  font-family: "Open Sans";
  font-size: 16;
  padding: 20px 10px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.buy > a {
  background: #ff4f26  none repeat scroll 0 0;
  border-radius: 3px; text-transform: uppercase;
  color: #fff;
  width: 70%;
  text-align: center;
  padding: 1rem 1rem;
}
.buy > a:hover{ color: #fff !important; }

.support_plan .pricing_plane > li {
  border: 1px solid #ddd;
  display: inline-block;
  float: none;
  text-align: center;
  width: 35%;
}
.support_plan .pricing_plane.three {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.pricing_plane.three > li:hover{ box-shadow: 0 0 5px #b7b7b7; }

#build_form .error {
  background: #eeeeee none repeat scroll 0 0 !important;
  border-radius: 0;
  color: red;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  min-height: 100%;
  padding: 3px 10px;
  width: 100%;
}
#build_form .error:first-child{ margin-top: 10px;  }




/************2 july****************/

#edit_domain_url{ float: left; }
#edit_domain_ch .aj_res2{ float: left; border-radius: 3px; }
.update_btnn .fa.fa-spinner {
  margin-left: 11px;
}
.edit_domain_message .alert {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  color: red;
  display: inline-block !important;
  font-size: 14px;
  margin: 0;
  width: auto;
}
.btn_page_user {
  display: inline-block;
  width: 100%; margin-top: 10px;
}
.app_value .tag_free {
  left: -3px;
  position: absolute;
  top: 10px;
  width: 60px;
}
/*.app_image {
  border: 1px solid #ddd;
  border-radius: 33px;
  height: 150px;
  overflow: hidden;
  width: 150px;
}*/
.app_logo {
  border: 1px solid #ddd;
  border-radius: 33px;
  display: inline-block;
  height: 150px;
  overflow: hidden;
  text-align: center;
  width: 150px;
}
.support_page #paid-platinum {
  border-top: 5px solid #ff4f26;
}
.support_page .get-started-pai .btn { background:  #ff4f26; }
.support_page #dollar-open {color:#ff4f26 !important; font-family: "Oswald",sans-serif; }
.support_page .title_head{  font-family: "Oswald",sans-serif; }
.support_page strong.on-sale {
  font-family: "Oswald",sans-serif;
  font-size: 21px;
}
/*****************------------bUILD _APP paGE------------**************************/
.download_complete li {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
 }
                                                                                                            .download_complete > ul {
                                                                                                                display: inline-block;
                                                                                                                margin: 0;
                                                                                                                padding: 0;
                                                                                                                width: 100%;
                                                                                                            }
                                                                                                            #dvPreview1 img {
                                                                                                                height: auto !important;
                                                                                                            }

                                                                                                            .processing {
                                                                                                                background: #999 none repeat scroll 0 0;
                                                                                                                color: #ffffff;
                                                                                                                font-size: 20px;
                                                                                                                margin-left: 12px;
                                                                                                                padding: 6px 13px;display: inline-block;
                                                                                                            }
                                                                                                            #activate_ext {
                                                                                                                color: #000 !important;
                                                                                                                float: left;
                                                                                                                margin-bottom: 10px;
                                                                                                                /*pointer-events: none;
                                                                                                                width: 100%;*/
                                                                                                            }
                                                                                                            .hidden-sm.url_link{
                                                                                                                display: inline-block !important;
                                                                                                                font-size: 15px !important;
                                                                                                            }


                                                                                                            a.disabled { color: #555555; cursor: default; text-decoration: none; }


                                                                                              /*              #build_form .error {
                                                                                                                background: #f88 none repeat scroll 0 0;
                                                                                                                border-radius: 5px;
                                                                                                                color: #fff;
                                                                                                                display: inline-block;
                                                                                                                font-size: 13px;
                                                                                                                font-weight: normal;
                                                                                                                height: 27px;
                                                                                                                line-height: 1;
                                                                                                                margin: 5px 0 20px;
                                                                                                                padding: 7px 10px;
                                                                                                                width: 100%;    min-height: 27px;
                                                                                                            }*/

                                                                                                            #build_form label#basic-url-error {
                                                                                                                margin: 3px 0 0 !important;
                                                                                                                width: 100%;
                                                                                                            }
                                                                                                            #build_form label#check_admin-error {
                                                                                                                margin: -6px 0 10px !important;
                                                                                                            }
                                                                                                            #build_form label#fileupload1-error {
                                                                                                                margin: 3px 0 0 !important;
                                                                                                            }
                                                                                                            .country {
                                                                                                                background: #FF4F26 none repeat scroll 0 0;
                                                                                                                border-radius: 5px;
                                                                                                                color: white;
                                                                                                                margin: 0 0 5px;
                                                                                                                padding: 0 11px;
                                                                                                                width: 8%;
                                                                                                            }
                                                                                                            .edit-container > span {
                                                                                                                display: inline-block;
                                                                                                                padding: 11px 8px;
                                                                                                                width: 98%;
                                                                                                            }
                                                                                                            .cheklabel{padding: 0 10px !important; 
                                                                                                                       font-size: 13px !important;
                                                                                                                       vertical-align: text-top !important;
                                                                                                            }
                                                                                                            #build_form label#contact-error {
                                                                                                                background: #f88 none repeat scroll 0 0;
                                                                                                                border-radius: 5px;
                                                                                                                color: #fff;
                                                                                                                display: inline-block;
                                                                                                                font-size: 13px;
                                                                                                                font-weight: normal;
                                                                                                                height: 27px;
                                                                                                                line-height: 1;
                                                                                                                margin: 3px 0 20px;
                                                                                                                min-height: 27px;
                                                                                                                padding: 7px 10px;
                                                                                                                width: 100%;
                                                                                                            } 
                                                                                                            .linkDisabled {
                                                                                                                cursor: not-allowed;
                                                                                                                pointer-events: none;
                                                                                                                opacity: 0.5;
                                                                                                            }
                                                                                                            .color-p{height: 40px !important;}
                                                                                                            #app_edit,.edit_domain_click{cursor: pointer;}
                                                                                                            .edit_domain_click:hover {
                                                                                                                color: #ff4f26;
                                                                                                            }
                                                                                                     /*       .edit_domain_message .check,.edit_domain_message .uncheck {
                                                                                                                display: inline; padding: 6px 13px !important;}
                                                                                                            .edit_domain_message {
                                                                                                                float: left;
                                                                                                                margin: 10px 9px 20px;
                                                                                                                width: 100%;
                                                                                                            }*/
                                                                                                            .edit_domain_message .alert.alert-danger,.edit_domain_message .alert.alert-success{display: inline;}
                                                                                    #build_form label{font-weight: bold;  font-family: 'robotolight';}
                                       .extension-info .form-group.jj .req { color: red; font-size: 14px; font-weight: normal;}


  .edit_domain_message .alert.alert-success{padding: 8px 20px;}
                                                                                    #customWidget{margin-top: 0;}
















@keyframes DrawLine {
  to { stroke-dashOffset: 0; }
}

@keyframes FadeStroke {
  to { stroke-opacity: 0; }
}

@keyframes FillIn {
  from { fill-opacity: 0; }
  to { fill-opacity: 1; }
}
.support_bs{border:1px solid #ddd}.support_bs .nav.nav-tabs a,.support_bs .nav.nav-tabs li.active>a{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-image:none}.support_bs .nav.nav-tabs{background:#f6f7f8}.support_bs .nav.nav-tabs a{border-color:-moz-use-text-color -moz-use-text-color transparent;border-style:none none solid;border-width:medium medium 2px;color:#555;font-size:15px;font-weight:700;padding:25px 20px;border-radius:0}.support_bs .nav.nav-tabs li{border:none}.support_bs .nav.nav-tabs li.active>a{background:rgba(0,0,0,0);border-color:-moz-use-text-color -moz-use-text-color #ff4f26;border-style:none none solid;border-width:medium medium 2px;color:#ff4f26;border-radius:0}.support_bs .ticket_list table.table-striped{border-bottom:medium none;font-family:open_sansregular;margin-bottom:0;margin-top:0!important;width:100%}.support_bs .ticket_list table.table-striped tr td{color:#696e7b;font-weight:400;padding:17px 10px}.support_bs .ticket_list table.table-striped tr th{color:#696e7b;font-weight:bolder;padding:17px 10px}.support_bs .ticket_indivisual .btn.btn-primary{background:#ff4f26;border-color:#ff4f26;float:right;font-weight:700;margin-right:14px;margin-top:14px}.support_bs .pager{background:#f2f2f2;bottom:0;display:block;list-style:none;margin:0!important;padding:14px!important;position:absolute;width:100%}.support_bs .pager li{display:inline;float:none;font-weight:700}.ticket_indivisual,.ticket_list,.wait{min-height:400px;position:relative;width:100%}
section#main-download-wizard{padding:3px 0; min-height: 450px; background: #f3f4f5;}
section#main-steps{background:#f2f2f2;padding:50px 0}
section#main-steps .panel-default>.panel-heading{background-color:#f4f8f9!important;border-color:#dde2e4;color:#333;padding:0}section#main-steps .panel-heading h4 a{color:#777;display:inline-block;font-family:robotoregular;font-size:15px;font-weight:400;padding:12px 15px;text-decoration:none;width:100%!important}#build_form label.checkbx_lab{font-family:arial;font-size:13px;font-weight:700;margin-top:8px}#build_form label.checkbx_lab input{height:inherit;width: inherit;margin-right:6px;margin-top:2px;min-height:auto}a.copy_txt{background:#555;border-radius:4px;color:#fff;padding:5px 8px}.extension-info>ul li{margin-top:7px}.main-domain h2{font-size:16px;margin:0 0 15px}.check,.uncheck{color:#fff;font-size:20px;margin-left:12px;padding:6px 13px;display:inline-block}.check{background:#62b02e}.uncheck{background:#e33a24}.main-domain .form-group input.form-control{background:#f7f7f7;border:1px solid #ddd;border-radius:0;box-shadow:none;color:#353535;float:left;font-family:robotolight;height:40px;padding-left:11px;width:307px}.main-domain .form-group input.btn.btn-primary{float:left;margin-left:0;padding:10px 50px;background:#ff4f26;border:none;font-family:robotoregular}.main-domain .form-group input.btn.btn-primary:focus,.main-domain .form-group input.btn.btn-primary:hover{background:#000;color:#fff}#main-steps .panel-body{padding:20px 25px}.extension-info table{border:1px solid #ddd}.extension-info table th{background:#f4f8f9;border-bottom:medium none;color:#12252d;padding:8px 15px!important;text-align:left;width:200px}.extension-info table td{padding-left:15px!important}.extension-info .btn.btn-primary{background:#ff4f26;border:none;float:left;font-family:robotoregular;margin-left:0;padding:10px 30px}.extension-info .btn.btn-primary:hover{background:#000;color:#fff}.extension-info .list-unstyled li{font-size:14px;line-height:21px;margin-bottom:4px}.extension-info .list-unstyled li i{color:#ff4f26;padding-right:10px}.extension-info .list-unstyled{margin-bottom:15px}.extension-info .form-group.jj{float:left;margin:0 25px 15px 0;width:99%}.extension-info .form-group.jj:nth-child(2n){margin-right:0}.extension-info .fileUpload{color:#fff}.extension-info button#build_submit.btn.btn-primary{border-radius:4px;margin-left:0}.inner-build-btn{border-top:1px solid #ddd;display:inline-block;margin-top:10px;width:100%}section#main-steps .panel-heading h4 a span{border-left:1px solid #cdd2d4;color:#a57c00;float:right;padding-left:20px;padding-right:0;text-align:left;width:150px;font-size:14px;font-family:robotolight}.table.table-bordered.api_response td:nth-child(2n),.wrap_app_bx{text-align:center}section#main-steps .panel-heading h4 a span i{color:#a57c00;padding-right:7px}#main-steps .panel-group{margin-bottom:0}section#main-steps .panel-heading h4 a i{padding-right:5px}section#main-steps .panel-heading h4 a i.fa.fa-check-circle,section#main-steps .panel-heading h4 a i.fa.fa-info-circle{font-size:18px}section#main-steps .panel-heading h4 a i.fa.fa-mobile{font-size:20px;left:3px;padding-right:11px!important;position:relative}section#main-steps .panel-heading h4 a span.step-complete,section#main-steps .panel-heading h4 a span.step-complete i{color:green}.extension-info h3{font-size:16px;margin-bottom:15px;margin-top:0}#show_verified>h4{font-size:14px;margin:0 0 15px;background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d;padding:15px}#show_not_verified h4{background-color:#f2dede;border-color:#ebccd1;color:#a94442;padding:15px;font-size:14px;margin:0}.form-group.jj.div_customize>input{margin-right:10px;padding-left:14px}.extension-info>ul{list-style-type:none;margin:0 0 15px;padding:0}.table.table-bordered.api_response td .fa.fa-times{color:red}.table.table-bordered.api_response td .fa.fa-check{color:green}.extension-info .btn.btn-primary{margin-right:12px}.extension-info br{display:none}.col-md-1.arrow-right{padding-right:0;padding-top:10%;width:8%}.btn.btn-primary.down-extension{background:#f4f8f9!important;border:1px solid #dde2e4;color:#333}.btn.btn-primary.down-extension .fa.fa-download{padding-right:10px}.btn.btn-primary.down-extension:hover{color:#333}#dvPreview1 img{border:1px solid #ccc}#prev_btn{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease;transition:all .4s ease-in-out}.wrap_app_bx{transition:all .4s ease-in-out 0s}.wrap_app .app_header a{display:inline-block;text-align:right}.wrap_app{box-shadow:0 0 9px #999;display:inline-block;margin-top:15px;max-width:318px;width:100%}.wrap_app .app_header{background:#ff4f26;color:#fff;padding:6px}.app_body{background:#eee;padding:10px 0}.wrap_app .app_header .float-right{text-align:right}.wrap_app .app_header .float-right img{width:28px}.lgo_app img{margin-top:0;width:100%}.lgo_app{position:relative;right:13px}.list_app li a{text-decoration:none}.list_app{background:#fff;display:inline-block;margin-bottom:11px}.list_app h2{font-size:16px;font-weight:700;margin-bottom:1px;margin-top:2px;padding-left:10px;padding-top:9px}.list_app ul{list-style-type:none;margin:0;padding:0}.list_app li{float:left;margin-right:13px;width:30%}.list_app li:last-child{margin-right:0}.list_app li h3{color:#555;font-size:13px;font-weight:700;margin-bottom:4px;margin-top:7px;text-align:center}.list_app li p.strike{color:#999;font-size:13px;text-align:center;text-decoration:line-through}.list_app li p.price{color:#ff4f26;font-size:14px;text-align:center}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;outline:0;background:#fff;cursor:inherit;display:block}#build_form label{color:#666;font-size:14px;font-weight:700}#customWidget label{color:#888;display:block;font-size:14px!important}.button,[class*=button-]{background:#fcfcfc;background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#eee));background:-moz-linear-gradient(top,#fcfcfc,#eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee');border:1px solid #d5d5d5;color:#333;display:inline-block;padding:1rem 2rem;text-align:left;text-decoration:none;transition:all .5s linear 0s;border-radius:6px}.button,[class*=button-]:hover{background:#ddd;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));background:-moz-linear-gradient(top,#eee,#ddd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');color:#333}.button,[class*=button-]:active,[class*=button-]:focus{color:#333;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));background:-moz-linear-gradient(top,#eee,#ddd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd')}.extension-info .btn.btn-primary.btn_help{background:#888}.progress-bar{background-color:#ff4f26}.download{display:block;float:none;height:50px;margin-bottom:17px;margin-right:12px;margin-top:0;position:relative;text-align:left;transform:rotateX(0);transform-origin:50% 50% 0;transform-style:preserve-3d;transition:all .2s linear 0s;width:100%}.download.is-active{transform:rotateX(90deg) translateZ(2rem)}.download.is-active .meter-progress{right:0}.button-download,.meter{border-radius:5px;font-family:robotolight;font-size:15px;font-weight:700;height:4rem;line-height:3rem;padding:.3rem 2rem;position:relative;transform-origin:center top 0;width:24rem}.meter{background:#ff4f26;overflow:hidden;transform:rotateX(270deg)}.meter::after,.meter::before{color:rgba(255,255,255,.9);display:block;text-align:center}.meter::before{animation:1s ease 0s alternate none infinite running white-pulse;content:"Downloading..."}.meter::after{color:#fff;content:"Done!";display:none}.meter.is-done::before{display:none}.meter.is-done::after{display:block}.meter .meter-progress{background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 10%,rgba(0,0,0,.2) 10%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.15) 20%,rgba(0,0,0,.15) 30%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.15) 60%,rgba(0,0,0,.15) 70%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.15) 80%,rgba(0,0,0,.15) 90%,rgba(0,0,0,.2) 90%,rgba(0,0,0,.2));bottom:0;display:block;position:absolute;right:100%;top:0;transition:all 4s linear 0s;width:100%}.icon-wrap{background:rgba(0,0,0,.1);bottom:0;padding-top:1.36rem;position:absolute;right:0;top:0;width:5rem}.icon-download{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:-moz-use-text-color #555 #555;border-image:none;border-style:none solid solid;border-width:medium .5rem .5rem;display:block;height:1rem;margin:auto;position:relative;width:2.5rem}.icon-download::after,.icon-download::before{content:"";display:block;position:absolute}.icon-download::before{background:#555;height:.5rem;left:.5rem;top:-.5rem;width:.5rem}.icon-download::after{border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #555;height:0;left:.25rem;top:-.125rem;width:0}a.button-download{text-decoration:none}@keyframes icon-bounce{0%{transform:translateY(-5px)}100%{transform:translateY(0)}}@keyframes white-pulse{0%{color:rgba(255,255,255,.2)}100%{color:rgba(255,255,255,.5)}}@-moz-keyframes icon-bounce{0%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-moz-keyframes white-pulse{0%{color:rgba(255,255,255,.2)}100%{color:rgba(255,255,255,.5)}}@-webkit-keyframes icon-bounce{0%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-webkit-keyframes white-pulse{0%{color:rgba(255,255,255,.2)}100%{color:rgba(255,255,255,.5)}}@-ms-keyframes icon-bounce{0%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-ms-keyframes white-pulse{0%{color:rgba(255,255,255,.2)}100%{color:rgba(255,255,255,.5)}}
@media (min-width:768px) and (max-width:991px){.button-download,.meter{font-size:15px;height:50px;line-height:3rem;padding:3px 20px;width:19rem}.extension-info h3{font-size:14px}.alert-danger{font-size:13px}.alert-danger strong{font-weight:400}.extension-info table td:nth-child(2n){text-align:center}.lgo_app img{margin-top:0;width:auto}
#customWidget>input{width:84%!important}}











@media (min-width:1300px) and (max-width:1499px){
    .app_information > h4{ font-size: 16px; }
    
    #promote-content {
    background: #ff4f26 none repeat scroll 0 0;
    color: #ffffff;
    padding: 70px 50px;
    text-align: center;
}
    #promote-app h2 {
     font-size: 46px;
    text-align: center;
    }
    #promote-content p {
        font-size: 20px;
        text-align: center;
    }
    #promote-content p sub {
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    }
    #promote-content p b {
        font-size: 37px;
        font-weight: bold;
    }
    #promote-img, #promote-content {
    height: 378px;
    margin: 0;
    overflow: hidden;
}

}

@media (min-width:1200px) and (max-width:1299px){
    .all_satus .dropdown-menu.dropdown-menu-default {
  margin-top: 22px;
  min-width: 155px;
}
     .app_information > h4{ font-size: 16px; }
 .app_logo{ width: 135px; height: 135px; }
    #promote-app h2 {
     font-size: 46px;
    text-align: center;
    }
    #promote-content p {
        font-size: 20px;
        text-align: center;
    }
    #promote-content p sub {
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    }
    #promote-content p b {
        font-size: 37px;
        font-weight: bold;
    }
    #promote-img, #promote-content {
    height: 378px;
    margin: 0;
    overflow: hidden;
}

}



@media (min-width:992px) and (max-width:1199px){
    .all_satus .dropdown-menu.dropdown-menu-default {  left: -56px;  min-width: 175px; position: absolute;}
    .app_value li{ width: 25% }
       .app_logo{ width: 115px; height: 115px; }
    .android_ios_info{ width: 75%; }
    .info_app_shop button {font-size: 11px;}
    .app_left{ width: 17%; }
    .download_option a{ font-size: 11px; }
    .app_left{ margin-left: 8px; }
    .app_left > h3{ font-size: 12px;  word-wrap: break-word;}
    .andriod_version li{ font-size: 11px; }
    .app_full_info{ width: 93%; }
    #promote-app h2 {
        color: #ffffff;
        font-size: 32px;
        text-align: center;
    }
    #promote-content p {
        font-size: 19px;
        text-align: center;
    }
    #promote-content p sub {
        bottom: 0;
        font-size: 22px;
        font-weight: bold;
    }
    #promote-content p b {
        font-size: 36px;
        font-weight: bold;
    }
    #promote-img, #promote-content {
        height: 352px;
        margin: 0;
    }
    .blog_post .author-name{ width: 85%; }
    
}
@media (min-width: 768px) and (max-width: 991px){
    .app_value li:nth-child(3){ border-bottom: 1px solid #f5f5f5; }
.all_satus .dropdown-menu.dropdown-menu-default {  left: -66px;  min-width: 155px; position: absolute;}
     .app_logo{ width: 130px; height: 130px; }
    .app_information > h4 {font-size: 16px;}
    .app_value li{ width: 33%; }
    .blog_image { float: left; width: 50%;}
    .app_full_info{ width: 90%; }
.app_store_design{ padding: 30px 0; }
.android_ios_info {width: 100%;}
.app_left {width: 50%;}
.version_info {width: 21%;}
.download_option {float: left; width: 100%;}
.andriod_version{ margin: 10px 0; }
.post-title.blog_name {  float: left;  width: 50%;}
.post-title.blog_name a{ font-size: 14px; }
.side_bar .col-md-12 > h2{ display: inline-block; width: 100%; }
.col-md-12.heading_cat{ display: inline-block; width: 100%; }
.cata_image{ width: 30%; float: left; }
.contant_cata {width: 70%; float: left;}
.pricing_plane > li{ width: 33.3%; }
.mobile_header_view .dropdown-menu.dropdown-menu-default > li{ height: auto !important; }

}
@media (max-width:767px){
    .list_1 img {width: 16px;}
    .app_search > a {right: 12px; font-size: 12px;}
    .app_search > span {left: 10px;}
    .app_search > input {width: 100%;}
       .app_value li:nth-child(4){ border-bottom: 1px solid #f5f5f5; }
       .all_satus .dropdown-menu.dropdown-menu-default {  left: -66px;  min-width: 155px; position: absolute;}
    .app_information > h4{ font-size: 16px; }
  .app_logo{ width: 100px; height: 100px; }
    .app_value li{ width: 50%; }
    .pricing_plane > li{ width: 49.7%; }
    .cat_blog{ display: inline-block; width: 100%; }
    .app_full_info{ width: 88%; }
    .andriod_version li {width: 100%; margin:0;}
    .app_left {width: 100%;}
    .android_ios_info {  width: 100%;}
    .app_store_design {padding: 30px 0;}
    .download_option { display: inline-block;  padding: 0;  text-align: center;  width: 100%;}
    .download_option > li {  display: inline-block;  margin-right: 15px;  width: auto;}
    .app_left > h3 {  float: left;  width: 100%;}
    .app_left > p{   float: left;  width: 100%;}
    .animation_how_bubbles{ display:none;}
    .blog_post .author-name{ width: 80%; }
    .post-title.blog_name a {font-size: 14px;}
    .post-title.blog_name > p { font-size: 12px; }
    .side_bar .col-md-12 > h2{ display: inline-block; width: 100%; }
.col-md-12.heading_cat{ display: inline-block; width: 100%; }
.cata_image{ width: 30%; float: left; }
.contant_cata {width: 70%; float: left; padding: 0;}
.contant_cata > a{ margin:0; }
.promotion_benefits .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    width: 90%;
}
    #promote-img{ display: none;}
    .promotion_benefits .nav.nav-tabs > li a {
        color: #333333;
        font-weight: bold;
        padding: 24px 10px;
    }
   .promotion_benefits .nav.nav-tabs > li a i {
        display: block;
        font-size: 39px;
        padding: 14px 0;
    }
    .trust_comp ul{
        padding:0;
        margin:0;
    }
    .trust_comp li {
        float: left;
        list-style-type: none;
        padding: 20px;
        width: 33%;
    }
    .lgo_app img{margin-top:0;width:auto}
    .list_app li{float:left;margin-right:8px;width:30%}section#main-steps .panel-heading h4 a{font-size:14px}section#main-steps .panel-heading h4 a span{width:120px}.list_app li h3{font-size:11px}

.mobile_header_view .dropdown-menu.dropdown-menu-default {
  left: -140px;
  position: absolute;
  width: 100px;
}
}

    
    
@media (max-width:480px){
    .col-md-2.col-sm-2.col-xs-3.satus_app_all{ float: right; width: 50% !important; }
    .col-md-2.col-sm-2.col-xs-3.not_showing_responsve{ display: none; }
    .col-md-2.col-sm-2.col-xs-3.responive_myapp{ display: block !important; float: left; width: 50% !important; }
    .app_logo{ border-radius: 20px; }
    .list_1 {margin-bottom: 10px;}
    .all_satus{ text-align: right; }
    .all_satus .dropdown-menu.dropdown-menu-default { left: auto; min-width: 145px; position: absolute; right: 10px;}
    .app_header_top .col-md-2.col-sm-2.col-xs-3 {width: 100%;}
    .app_header_top .col-md-8.col-sm-8.col-xs-6{ width: 100%; padding: 0 20px; }
    .app_value li {width: 100%;}
    .pricing_plane > li{ width: 100%; }
    .comment-respond{ width: 100%; }
    .blog_post .author-name{ width: 70%;}
     .strip_design > h3{ width: 100%; text-align: center; }

    .code_cupon {  display: inline-block;  float: none; text-align: center;width: 100%; margin: 6px 0;}
    .android_ios_info {margin:0;}
    .app_full_info {width: 100%;}
    .app_left {margin:10px 0 0 0;}
    .download_option { text-align: left; }

.andriod_version{ margin-top: 10px; }
.andriod_version.ios_version {margin-top: 10px;
}
.promotion_benefits h2 {
    font-size: 21px;
    margin-bottom: 14px;
    text-align: center;
}
.promotion_benefits p {
    color: #666666;
    font-size: 14px;
    margin: 0 auto 35px;
    max-width: 780px;
    text-align: center;
}
.animation_how_bubbles{
    display:none;
    
}
#promote-app h2 {
    font-size: 22px;
    text-align: center;
}
#promote-app p {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 17px;
    margin-top: 12px;
    text-align: center;
}
.animation_how_screen {
    background: rgba(0, 0, 0, 0) url("../images/laptop.png") no-repeat scroll center center / contain ;
    height: 182px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 100;
}
.promotion_benefits .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: 13px;
    width: 100%;
}
    
.tab_back i {
    color: #ffffff;
    font-size: 50px;
}
#promote-content {
  display: inline-block;
    height: inherit;
    padding: 40px 20px;
}
.promotion_benefits h2 {
    font-size: 21px;
    margin-bottom: 35px;
    text-align: center;
}
.promotion_benefits .nav.nav-tabs > li a {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 23px 20px;
}
.promotion_benefits .nav.nav-tabs > li {
    display: inline-block;
    float: left;
}
.promotion_benefits .nav.nav-tabs > li a i {
    display: block;
    font-size: 37px;
    padding: 14px 0;
}
.tab_back p {
    margin-bottom: 36px;
    padding: 0 12px;
}
.promotion_benefits .nav.nav-tabs > li.active > a span{display:none;}
.trust_comp ul {
    margin: 0;
    padding: 0;
}
.trust_comp li {
    float: left;
    list-style-type: none;
    padding: 11px;
    width: 48%;
}































































































section#main-steps .panel-heading h4 a i.fa.fa-mobile{font-size:16px;left:3px;padding-right:11px!important;position:relative}
section#main-steps .panel-heading h4 a{font-size:13px;font-weight:400;padding:8px;text-decoration:none;width:100%!important}section#main-steps .panel-heading h4 a span{font-size:12px;padding-left:5px;padding-right:0;text-align:left;width:82px}section#main-steps .panel-heading h4 a i.fa.fa-info-circle{font-size:15px}section#main-steps .panel-heading h4 a i.fa.fa-check-circle{font-size:14px}#main-steps .panel-body{padding:20px 15px}#customWidget>input{width:77%}.col-md-6.col-sm-6.col-xs-6.app-layout,.col-md-6.col-sm-6.col-xs-6.app-style{width:100%}section#main-steps{padding:30px 0}.list_app li h3{font-size:12px}.list_app li p.price{font-size:13px}#build_form label{font-size:14px!important}}
@media (max-width:320px){section#main-steps .panel-heading h4 a{font-size:12px}#wpsp_support_btn{width:auto}}


/**comments css**/
.kbe_leftcol {
  margin-top: 20px;
}
.kbe_reply{width:100%;}
.kbe_content_left{margin-bottom: 25px;}
.kbe_reply .commentlist li {
  background-color: #f7f7f7;
  border: 1px solid #eee;
}
#kbe_content .kbe_leftcol ul li, ol{background-color: #fff;}
.kbe_reply .reply a{background-size: 20px; margin-top: 0px;}
.kbe_reply #respond {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 17px 0;
  padding: 20px;
  display: inline-block; width: 100%;
}
.kbe_reply #respond h3 {
  color: #353535;
  font-family: "open_sansregular";
  font-size: 22px;
  margin-bottom: 14px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 0 !important;
}
.kbe_reply #respond input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 15px !important;
}
#commentform .error {
    border-radius: 5px;
    color: #a94442;
    float: right;
    padding: 0;
    width: 69%;
    background: none;
}
time{
    color: #ff4f26;
}
.kbe_reply b.fn {
  font-size: 16px;
  color: #353535;
  font-weight: normal !important;
  margin-left: 6px;
  font-family: "open_sansregular";
  text-transform: capitalize;
}
#respond form#commentform p input {
  float: right;
  width: 69% !important;
  margin-bottom: 10px !important;
}
#respond form#commentform p label {
  float: left;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 0;
  width: 30%;
}
#respond form#commentform p textarea {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: right;
  margin-bottom: 15px;
  width: 69% !important;
}
#commentform input#submit {
  background: #ff4f26 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  height: auto;
  padding: 12px 12px 10px;
}
#respond form#commentform p {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}
.kbe_reply .commentlist li #respond {
  border-top: 1px solid #eee !important;
}
#cancel-comment-reply a#cancel-comment-reply-link {
  color: #ff4f26 !important;
  font-size: 13px;
  text-decoration: underline !important;
}
#cancel-comment-reply {
  float: right;
  margin: 0 0 10px;
}
.kbe_reply > h3#comments {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "open_sansregular";
}







.kbe_reply .comment-meta{margin-top: 0px; width: 100%;}
#kbe_content .kbe_leftcol p{margin-bottom:20px;}
.kbe_reply #respond input[type="text"]{width:100% !important;}
button, html input[type="button"], input[type="reset"], input[type="submit"]{background: #ff4f26 none repeat scroll 0 0;  border-radius: 30px; color: #fff !important; padding: 12px 25px;
    border:none; width:auto; text-transform: uppercase;}
#live-search{margin-top: 15px;}
.kbe_search_field input[type="text"]{padding: 10px 17px 10px 40px; background-size: 28px;}
.kbe_search_field{margin-bottom: 30px;}
#kbe_container h1{margin-bottom: 15px;}
#kbe_content .kbe_leftcol p{line-height: 24px;}
#kbe_content .kbe_leftcol .kbe_reply textarea{width: 100%;  border:1px solid #cccccc;}
.steps-list .step-item .item-icon{font:40px/130px FontAwesome; color: #fff;}
.kbe_search_field input[type="text"]{width:100%; border:1px solid #cccccc; text-align: left;}
.kbe_no_result{width:100%;}
#search-result{width:100%; margin: 0px; padding: 0px;}
.kbe_aside{width: 25%;}
#kbe_content .kbe_leftcol .kbe_reply label{font-size: 16px; font-weight: normal;}
.kbe_category{width:98%;}
#kbe_content h2 span.kbe_count{background:#FF4F26;}

.kbe_article_list > li::before{background: rgba(0, 0, 0, 0) url("../img/right-arrow2.png") no-repeat;  background-size: 8px 14px;  content:"";  height:14px;   position:absolute;  right:0;  width:10px;}
#kbe_content .kbe_leftcol .kbe_article_list li{  padding: 4px 0 15px 1px;  background-position: 0px 4px; border-bottom: 1px dashed #ddd; margin-bottom: 10px;}

#kbe_content .kbe_leftcol .kbe_article_list li {
background: none;}

#kbe_content .kbe_leftcol .kbe_article_list li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-family: 'open_sansregular';
}
#live-search {
    float: right;
    margin-top: 35px;
    width: 298px;
}
#kbe_container {
     background: #ffffff none repeat scroll 0 0;
    margin: 18px auto 0;
    max-width: 1125px;
    overflow: hidden;
    width: 100%;
}
#searchform > input {
  background-color: #f7f7f7;
  background-position: 7px 50%;
  background-size: 23px auto !important;
  border-color: #ddd;
  border-radius: 5px;
}
#kbe_content .kbe_category h2 a {
  font-family: 'open_sansregular';
}
body #kbe_content .kbe_leftcol h2 {
  border-bottom: 1px solid #eee;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 18px;
  padding-bottom: 20px;
}
#kbe_container #kbe_content h2 span.kbe_count {
  height: auto;
  padding: 3px 21px;
  width: auto;
  font-family: 'open_sansregular';
  border-radius: 5px;
}
.kbe_category .kbe_article_list li::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "\f105";
  font-family: fontawesome;
  font-size: 21px;
  position: absolute;
  right: 0;
  color: #333333;
}
#kbe_content .kbe_leftcol .kbe_article_list li:hover a{
  color: #ff4f26;
}
.kbe_article_list > li:hover::before{
  color: #ff4f26;  
  cursor: pointer; 
}
.kbe_leftcol h1 {
  color: #353535 !important;
  font-family: "open_sansregular";
  font-weight: normal !important;
}
.comment-reply-link::before {
  color: #646464;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-reply-link{
    background: none !important;
    position: relative;
}
.comment-reply-link:hover::before, .comment-reply-link:focus::before{
  color: #ff4f26;  
}

#main-download-wizard .compile-section{ margin-top:50px;}










@media (max-width:991px){
    #kbe_container {padding: 15px; width: 750px;  max-width: 100%}
}
@media (max-width:767px){
    .strip_design span {padding: 5px 7px; font-size: 12px; margin-left: 3px;}
    .strip_design span{ float: none; }
    .kbe_aside{width: 100%;}
    .kbe_no_result{width:100% !important;}
#search-result{width:100%; }
.strip_design > h3{ font-size: 12px; }

}


/*new css start here*/

#dataTables-myapp{  display:inline-table; }
table.table.dataTable.no-footer.dtr-inline.table-hover.table-striped.table-bordered {
  display: inline-block;
  margin-top: 10px !important;
  table-layout: fixed !important;
  width: 100%;
}
.dataTables_paginate .pagination .paginate_button a {
  background: #f4f8f9 none repeat scroll 0 0;
  color: #333;
  font-size: 13px;
  padding: 6px 11px;
}
.dataTables_paginate .pagination{
    margin: 10px 0 !important;    
}

.sorting_asc.sorting.app-name{
    width: 24% !important;
}
.sorting_asc.sorting.price-tag{
    width: 24% !important;
}
.sorting_asc.sorting.download-app-install{
    width: 24% !important;
}
.sorting_asc.sorting.last-updates{
    width: 24% !important;
}
.sorting_asc.sorting.status-report{
    width: 24% !important;
}

.sorting_desc.sorting.app-name{
    width: 24% !important;
}
.sorting_desc.sorting.price-tag{
    width: 24% !important;
}
.sorting_desc.sorting.download-app-install{
    width: 24% !important;
}
.sorting_desc.sorting.last-updates{
    width: 24% !important;
}
.sorting_desc.sorting.status-report{
    width: 24% !important;
}
.app-name.sorting_asc{
    width: 24% !important;
}
.last-updates.sorting_asc{
    width: 17% !important;
}
.open-part.sorting_asc {
  width: 5% !important;
}
