/**Clear Fix**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


/**
 * Countdown Style
 **/
.ipsp-container {
    position: fixed;
    z-index: 9999;
}
.ipsp-top-center {
    top: 0;
    left: 0;
}
.ipsp-bottom-center {
    bottom: 0;
    left: 0;
}
.ipsp-bottom-left {
    bottom: 0;
    left: 0;
}
.ipsp-bottom-right {
    bottom: 0;
    right: 0;
}
.ipsp-top-left {
    top: 0;
    left: 0;
}
.ipsp-top-right {
    top: 0;
    right: 0;
}
.admin-bar [class*="ipsp-top"] {
    top: 28px;
}
.ipsp-info {
    line-height: 18px;
}

.ipsp-counter {
    display: block;
}
.ipsp-counter-label {
    display: block;
}
.ipsp-counter-label strong {
    text-align: center;
    display: inline-block;
    width: 60px;
    margin: 4px 14px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
.ipsp-counter-label strong:last-child {
    margin-right: 0;
}
.ipsp-counter-visit {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

.ipsp-info h1 { font-size: 28px; line-height: 32px; margin: 10px 0; }
.ipsp-info h2 { font-size: 24px; line-height: 28px; margin: 10px 0; }
.ipsp-info h3 { font-size: 20px; line-height: 24px; margin: 10px 0; }
.ipsp-info h4 { font-size: 18px; line-height: 20px; margin: 8px 0; }
.ipsp-info h5 { font-size: 16px; line-height: 18px; margin: 8px 0; }
.ipsp-info h6 { font-size: 14px; line-height: 16px; margin: 8px 0; }
.ipsp-info p { margin-bottom: 10px; }
.ipsp-info p:last-child { margin-bottom: 0; }

.ipsp-top-center .ipsp-btn-img img,
.ipsp-bottom-center .ipsp-btn-img img {
    width: 90%;
}
.counter-standard .ipsp-counter-label strong {
    width: 100px;
}
.counter-medium .ipsp-counter-label strong {
    width: 80px;
}

/** 
 * Style 1 
 **/
.ipsp-style1 .ipsp-inner {
    padding: 8px 20px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.1));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(0,0,0,0.1));
}

/** Top Center **/
.ipsp-top-center.ipsp-style1,
.ipsp-bottom-center.ipsp-style1 {
    width: 100%;
}
.ipsp-top-center.ipsp-style1 .ipsp-inner {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.ipsp-top-center.ipsp-style1 .ipsp-info-wrap {
    float: left;
    width: 100%;
    margin-left: -840px;
}
.ipsp-top-center.ipsp-style1 .ipsp-info {
    padding-left: 840px;
}
.ipsp-top-center.ipsp-style1 .ipsp-action {
    width: 820px;
    float: left;
    margin-left: 20px;
}
.ipsp-top-center.ipsp-style1 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-top-center.ipsp-style1 .ipsp-button {
    float: right;
    margin: 0 0 0 20px;
}

/** Bottom Center **/
.ipsp-bottom-center.ipsp-style1 .ipsp-inner {
    border-top: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-bottom-center.ipsp-style1 .ipsp-info-wrap {
    float: left;
    width: 100%;
    margin-left: -840px;
}
.ipsp-bottom-center.ipsp-style1 .ipsp-info {
    padding-left: 840px;
}
.ipsp-bottom-center.ipsp-style1 .ipsp-action {
    width: 820px;
    float: left;
    margin-left: 20px;
}
.ipsp-bottom-center.ipsp-style1 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-bottom-center.ipsp-style1 .ipsp-button {
    float: right;
    margin: 0 0 0 20px;
}

/** Side **/
.ipsp-top-left.ipsp-style1 .ipsp-inner,
.ipsp-top-right.ipsp-style1 .ipsp-inner,
.ipsp-bottom-left.ipsp-style1 .ipsp-inner,
.ipsp-bottom-right.ipsp-style1 .ipsp-inner {
    width: 390px;
    padding: 15px 10px 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style1 .ipsp-info-wrap,
.ipsp-top-right.ipsp-style1 .ipsp-info-wrap,
.ipsp-bottom-left.ipsp-style1 .ipsp-info-wrap,
.ipsp-bottom-right.ipsp-style1 .ipsp-info-wrap {
    margin-bottom: 16px;
}
.ipsp-top-left.ipsp-style1 .ipsp-counter-wrap,
.ipsp-top-right.ipsp-style1 .ipsp-counter-wrap,
.ipsp-bottom-left.ipsp-style1 .ipsp-counter-wrap,
.ipsp-bottom-right.ipsp-style1 .ipsp-counter-wrap {
    margin-bottom: 12px;
}

.ipsp-bottom-left.ipsp-style1 {
    -webkit-border-radius: 0 4px 0 0;
       -moz-border-radius: 0 4px 0 0;
            border-radius: 0 4px 0 0;
}
.ipsp-bottom-right.ipsp-style1 {
    -webkit-border-radius: 4px 0 0 0;
       -moz-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0;
}
.ipsp-top-left.ipsp-style1 {
    -webkit-border-radius: 0 0 4px 0;
       -moz-border-radius: 0 0 4px 0;
            border-radius: 0 0 4px 0;
}
.ipsp-top-right.ipsp-style1 {
    -webkit-border-radius: 0 0 0 4px;
       -moz-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px;
}


/** 
 * Style 2 
 **/
.ipsp-top-center.ipsp-style2,
.ipsp-bottom-center.ipsp-style2 {
    border: 1px solid rgba(0,0,0,0.4);
    width: 100%;
}

/** Top Center **/
.ipsp-top-center.ipsp-style2 .ipsp-inner {
    padding: 8px 20px;
    border-bottom: 0 none;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6);
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.ipsp-top-center.ipsp-style2 .ipsp-info-wrap {
    float: left;
    width: 100%;
    margin-left: -840px;
}
.ipsp-top-center.ipsp-style2 .ipsp-info {
    padding-left: 840px;
}
.ipsp-top-center.ipsp-style2 .ipsp-action {
    width: 820px;
    float: left;
    margin-left: 20px;
}
.ipsp-top-center.ipsp-style2 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-top-center.ipsp-style2 .ipsp-button {
    float: right;
    margin: 0 0 0 20px;
}

/** Bottom Center **/
.ipsp-bottom-center.ipsp-style2 .ipsp-inner {
    padding: 8px 20px;
    border-top: 0 none;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-bottom-center.ipsp-style2 .ipsp-info-wrap {
    float: left;
    width: 100%;
    margin-left: -840px;
}
.ipsp-bottom-center.ipsp-style2 .ipsp-info {
    padding-left: 840px;
}
.ipsp-bottom-center.ipsp-style2 .ipsp-action {
    width: 820px;
    float: left;
    margin-left: 20px;
}
.ipsp-bottom-center.ipsp-style2 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-bottom-center.ipsp-style2 .ipsp-button {
    float: right;
    margin: 0 0 0 20px;
}

/** Side **/
.ipsp-top-left.ipsp-style2 .ipsp-inner,
.ipsp-top-right.ipsp-style2 .ipsp-inner,
.ipsp-bottom-left.ipsp-style2 .ipsp-inner,
.ipsp-bottom-right.ipsp-style2 .ipsp-inner {
    width: 390px;
    padding: 15px 10px 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style2 .ipsp-info-wrap,
.ipsp-top-right.ipsp-style2 .ipsp-info-wrap,
.ipsp-bottom-left.ipsp-style2 .ipsp-info-wrap,
.ipsp-bottom-right.ipsp-style2 .ipsp-info-wrap {
    margin-bottom: 16px;
}
.ipsp-top-left.ipsp-style2 .ipsp-counter-wrap,
.ipsp-top-right.ipsp-style2 .ipsp-counter-wrap,
.ipsp-bottom-left.ipsp-style2 .ipsp-counter-wrap,
.ipsp-bottom-right.ipsp-style2 .ipsp-counter-wrap {
    margin-bottom: 12px;
}

.ipsp-bottom-left.ipsp-style2,
.ipsp-bottom-right.ipsp-style2 {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-top-right.ipsp-style2,
.ipsp-top-left.ipsp-style2 {
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.ipsp-top-left.ipsp-style2,
.ipsp-bottom-left.ipsp-style2 {
    margin-left: 20px;
}
.ipsp-top-right.ipsp-style2,
.ipsp-bottom-right.ipsp-style2 {
    margin-right: 20px;
}


/** 
 * Style 3 
 **/
.ipsp-top-center.ipsp-style3,
.ipsp-bottom-center.ipsp-style3 {
    width: 100%;
}
.ipsp-style3 .ipsp-outer {
    border: 1px solid rgba(0,0,0,0.4);
}

/** Top Center **/
.ipsp-top-center.ipsp-style3 .ipsp-outer {
    margin: 0 2%;
    border-top: 0 none;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.ipsp-top-center.ipsp-style3 .ipsp-inner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    clear: both;
    background-color: rgba(0,0,0,.4);
}
.ipsp-top-center.ipsp-style3 .ipsp-inner2 {
    float: left;
    width: 200%;
    margin-left: -840px;
    position: relative;
    right: 100%;
    background-color: rgba(255,255,255,.1);
}
.ipsp-top-center.ipsp-style3 .ipsp-info-wrap {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
}
.ipsp-top-center.ipsp-style3 .ipsp-info {
    padding: 15px 16px;
    margin: 0 0 0 840px;
    overflow: hidden;
}
.ipsp-top-center.ipsp-style3 .ipsp-action {
    float: right;
    width: 820px;
    position: relative;
    left: 840px;
}
.ipsp-top-center.ipsp-style3 .ipsp-action-inner {
    padding: 15px 10px;
}
.ipsp-top-center.ipsp-style3 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-top-center.ipsp-style3 .ipsp-button {
    width: 320px;
    float: right;
    margin: 0 0 0 20px;
}


/** Bottom Center **/
.ipsp-bottom-center.ipsp-style3 .ipsp-outer {
    margin: 0 2%;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-inner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    clear: both;
    background-color: rgba(0,0,0,.4);
}
.ipsp-bottom-center.ipsp-style3 .ipsp-inner2 {
    float: left;
    width: 200%;
    margin-left: -840px;
    position: relative;
    right: 100%;
    background-color: rgba(255,255,255,.1);
}
.ipsp-bottom-center.ipsp-style3 .ipsp-info-wrap {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-info {
    padding: 15px 16px;
    margin: 0 0 0 840px;
    overflow: hidden;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-action {
    float: right;
    width: 820px;
    position: relative;
    left: 840px;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-action-inner {
    padding: 15px 10px;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-counter-wrap {
    float: left;
    text-align: center;
}
.ipsp-bottom-center.ipsp-style3 .ipsp-button {
    width: 320px;
    float: right;
    margin: 0 0 0 20px;
}

/** Side **/
.ipsp-top-left.ipsp-style3 .ipsp-inner,
.ipsp-top-right.ipsp-style3 .ipsp-inner,
.ipsp-bottom-left.ipsp-style3 .ipsp-inner,
.ipsp-bottom-right.ipsp-style3 .ipsp-inner {
    width: 620px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style3 .ipsp-info-wrap,
.ipsp-top-right.ipsp-style3 .ipsp-info-wrap,
.ipsp-bottom-left.ipsp-style3 .ipsp-info-wrap,
.ipsp-bottom-right.ipsp-style3 .ipsp-info-wrap {
    padding: 5px 15px;
    background-color: rgba( 255,255,255,.1 );
}
.ipsp-top-left.ipsp-style3 .ipsp-action,
.ipsp-top-right.ipsp-style3 .ipsp-action,
.ipsp-bottom-left.ipsp-style3 .ipsp-action,
.ipsp-bottom-right.ipsp-style3 .ipsp-action {
    padding: 5px 10px;
    background-color: rgba( 0,0,0,.4 );
}
.ipsp-top-left.ipsp-style3 .ipsp-counter-wrap,
.ipsp-top-right.ipsp-style3 .ipsp-counter-wrap,
.ipsp-bottom-left.ipsp-style3 .ipsp-counter-wrap,
.ipsp-bottom-right.ipsp-style3 .ipsp-counter-wrap {
    margin-bottom: 12px;
    float: left;
}
.ipsp-top-left.ipsp-style3 .ipsp-button,
.ipsp-top-right.ipsp-style3 .ipsp-button,
.ipsp-bottom-left.ipsp-style3 .ipsp-button,
.ipsp-bottom-right.ipsp-style3 .ipsp-button {
    float: left;
    width: 200px;
    margin-left: 20px;
}
.ipsp-top-left.ipsp-style3 .ipsp-button img,
.ipsp-top-right.ipsp-style3 .ipsp-button img,
.ipsp-bottom-left.ipsp-style3 .ipsp-button img,
.ipsp-bottom-right.ipsp-style3 .ipsp-button img {
    width: 100%;
}

.ipsp-bottom-left.ipsp-style3,
.ipsp-bottom-right.ipsp-style3 {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-top-right.ipsp-style3,
.ipsp-top-left.ipsp-style3 {
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.ipsp-top-left.ipsp-style3,
.ipsp-bottom-left.ipsp-style3 {
    margin-left: 20px;
}
.ipsp-top-right.ipsp-style3,
.ipsp-bottom-right.ipsp-style3 {
    margin-right: 20px;
}



/** 
 * Style 4
 **/
.ipsp-style4 {
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}

/** Top Center **/
.ipsp-top-center.ipsp-style4,
.ipsp-bottom-center.ipsp-style4 {
    width: 100%;
}
.ipsp-top-center.ipsp-style4 {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.ipsp-top-center.ipsp-style4 .ipsp-info-wrap {
    width: 100%;
}
.ipsp-top-center.ipsp-style4 .ipsp-info {
    padding: 8px 18px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.ipsp-top-center.ipsp-style4 .ipsp-action {
    width: 100%;
    padding: 8px 18px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
}
.ipsp-top-center.ipsp-style4 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-top-center.ipsp-style4 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

/** Bottom Center **/
.ipsp-bottom-center.ipsp-style4 {
    border-top: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-bottom-center.ipsp-style4 .ipsp-info-wrap {
    width: 100%;
}
.ipsp-bottom-center.ipsp-style4 .ipsp-info {
    padding: 8px 18px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.ipsp-bottom-center.ipsp-style4 .ipsp-action {
    width: 100%;
    padding: 8px 18px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
}
.ipsp-bottom-center.ipsp-style4 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-bottom-center.ipsp-style4 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

/** Side **/
.ipsp-top-left.ipsp-style4,
.ipsp-top-right.ipsp-style4,
.ipsp-bottom-left.ipsp-style4,
.ipsp-bottom-right.ipsp-style4 {
    width: 680px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style4 .ipsp-info-wrap,
.ipsp-top-right.ipsp-style4 .ipsp-info-wrap,
.ipsp-bottom-left.ipsp-style4 .ipsp-info-wrap,
.ipsp-bottom-right.ipsp-style4 .ipsp-info-wrap {
    padding: 8px 16px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style4 .ipsp-action,
.ipsp-top-right.ipsp-style4 .ipsp-action,
.ipsp-bottom-left.ipsp-style4 .ipsp-action,
.ipsp-bottom-right.ipsp-style4 .ipsp-action {
    padding: 8px 16px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
}
.ipsp-top-left.ipsp-style4 .ipsp-counter-wrap,
.ipsp-top-right.ipsp-style4 .ipsp-counter-wrap,
.ipsp-bottom-left.ipsp-style4 .ipsp-counter-wrap,
.ipsp-bottom-right.ipsp-style4 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-top-left.ipsp-style4 .ipsp-button,
.ipsp-top-right.ipsp-style4 .ipsp-button,
.ipsp-bottom-left.ipsp-style4 .ipsp-button,
.ipsp-bottom-right.ipsp-style4 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

.ipsp-bottom-left.ipsp-style4 {
    margin-left: 20px;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-bottom-right.ipsp-style4 {
    margin-right: 20px;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.ipsp-top-left.ipsp-style4 {
    margin-left: 20px;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.ipsp-top-right.ipsp-style4 {
    margin-right: 20px;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}



/** 
 * Style 5
 **/
.ipsp-style5 {
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.ipsp-style5 .ipsp-inner {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.ipsp-style5 .ipsp-info *:last-child {
    margin-bottom: 0;
}
.ipsp-style5 .ipsp-info-wrap {
    padding: 10px 18px 10px;
    background-color: rgba(0,0,0,.9);
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
}

/** Top Center **/
.ipsp-top-center.ipsp-style5,
.ipsp-bottom-center.ipsp-style5 {
    width: 96%;
    margin: 20px 2%;
}
.ipsp-top-center.ipsp-style5 {
    border: 1px solid rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.ipsp-top-center.ipsp-style5 .ipsp-action {
    padding: 10px 18px 10px;
    background-color: rgba(0,0,0,.1);
}
.ipsp-top-center.ipsp-style5 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-top-center.ipsp-style5 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

/** Bottom Center **/
.ipsp-bottom-center.ipsp-style5 {
    border: 1px solid rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.ipsp-bottom-center.ipsp-style5 .ipsp-info *:last-child {
    margin-bottom: 0;
}
.ipsp-bottom-center.ipsp-style5 .ipsp-action {
    padding: 10px 18px 10px;
    background-color: rgba(0,0,0,.1);
}
.ipsp-bottom-center.ipsp-style5 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-bottom-center.ipsp-style5 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

/** Side **/
.ipsp-top-left.ipsp-style5,
.ipsp-top-right.ipsp-style5,
.ipsp-bottom-left.ipsp-style5,
.ipsp-bottom-right.ipsp-style5 {
    width: 670px;
    border: 1px solid rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
            box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.ipsp-top-left.ipsp-style5 .ipsp-action,
.ipsp-top-right.ipsp-style5 .ipsp-action,
.ipsp-bottom-left.ipsp-style5 .ipsp-action,
.ipsp-bottom-right.ipsp-style5 .ipsp-action {
    padding: 10px 16px 10px;
    background-color: rgba(0,0,0,.1);
}
.ipsp-top-left.ipsp-style5 .ipsp-counter-wrap,
.ipsp-top-right.ipsp-style5 .ipsp-counter-wrap,
.ipsp-bottom-left.ipsp-style5 .ipsp-counter-wrap,
.ipsp-bottom-right.ipsp-style5 .ipsp-counter-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.ipsp-top-left.ipsp-style5 .ipsp-button,
.ipsp-top-right.ipsp-style5 .ipsp-button,
.ipsp-bottom-left.ipsp-style5 .ipsp-button,
.ipsp-bottom-right.ipsp-style5 .ipsp-button {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;
}

.ipsp-bottom-left.ipsp-style5 {
    margin: 0 0 20px 20px;
}
.ipsp-bottom-right.ipsp-style5 {
    margin: 0 20px 20px 0;
}
.ipsp-top-left.ipsp-style5 {
    margin: 20px 0 0 20px;
}
.ipsp-top-right.ipsp-style5 {
    margin: 20px 20px 0 0;
}

.ipsp-style5 .ipsp-warning1.ipsp-info-wrap {
    background-color: #f0ad4e;
}
.ipsp-style5 .ipsp-warning2.ipsp-info-wrap {
    background-color: #BE0600;
}
.ipsp-style5 .ipsp-btn-img img {
    width: auto;
}

/** 
 * Floating Widget
 **/
.ipsp-floating-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    max-width: 400px;
}
.ipsp-floating-widget .ipsp-info-wrap {
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
            box-shadow: 0 0 2px rgba(0,0,0,.4);
    background-color: #f0f0f0;
    padding: 2px 2px 0 2px;
    margin: 0 15px;
    position: relative;
    z-index: 99990;
}
.ipsp-floating-widget .ipsp-info {
    padding: 4px 10px;
    text-align: center;
    background-color: #727272;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}
.ipsp-floating-widget .ipsp-warning1 .ipsp-info {
    background-color: #f0ad4e!important;
}
.ipsp-floating-widget .ipsp-warning2 .ipsp-info {
    background-color: #d9534f!important;
}
.ipsp-floating-widget .ipsp-action {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
            box-shadow: 0 0 2px rgba(0,0,0,.3);
    background-color: #f0f0f0;
    padding: 10px;
    position: relative;
    z-index: 99999;
}
.ipsp-floating-widget .ipsp-counter-label {
    display: block;
    margin-top: 6px;
}
.ipsp-floating-widget .ipsp-counter-label,
.ipsp-floating-widget .ipsp-counter {
    text-align: center;
}
.ipsp-floating-widget .ipsp-counter-label strong {
    width: 42px;
}
.ipsp-floating-widget .ipsp-counter-label strong span {
    display: inline-block;
    line-height: 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 0 6px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.ipsp-anim {
    -webkit-animation: toTop 1s;
       -moz-animation: toTop 1s;
        -ms-animation: toTop 1s;
         -o-animation: toTop 1s;
            animation: toTop 1s;
}
@keyframes toTop {
    0%   {
        -webkit-transform: translate( 0, 200px );
           -moz-transform: translate( 0, 200px );
            -ms-transform: translate( 0, 200px );
             -o-transform: translate( 0, 200px );
                transform: translate( 0, 200px );
        opacity: 0;
    }
    25%  {
        -webkit-transform: translate( 0, 100px );
           -moz-transform: translate( 0, 100px );
            -ms-transform: translate( 0, 100px );
             -o-transform: translate( 0, 100px );
                transform: translate( 0, 100px );
    }
    50%  {
        -webkit-transform: translate( 0, 50px );
           -moz-transform: translate( 0, 50px );
            -ms-transform: translate( 0, 50px );
             -o-transform: translate( 0, 50px );
                transform: translate( 0, 50px );
    }
    100% {
        -webkit-transform: translate( 0, 0 );
           -moz-transform: translate( 0, 0 );
            -ms-transform: translate( 0, 0 );
             -o-transform: translate( 0, 0 );
                transform: translate( 0, 0 );
        opacity: 1;
    }
}

@-webkit-keyframes toTop {
    0%   {
        -webkit-transform: translate( 0, 200px );
           -moz-transform: translate( 0, 200px );
            -ms-transform: translate( 0, 200px );
             -o-transform: translate( 0, 200px );
                transform: translate( 0, 200px );
        opacity: 0;
    }
    25%  {
        -webkit-transform: translate( 0, 100px );
           -moz-transform: translate( 0, 100px );
            -ms-transform: translate( 0, 100px );
             -o-transform: translate( 0, 100px );
                transform: translate( 0, 100px );
    }
    50%  {
        -webkit-transform: translate( 0, 50px );
           -moz-transform: translate( 0, 50px );
            -ms-transform: translate( 0, 50px );
             -o-transform: translate( 0, 50px );
                transform: translate( 0, 50px );
    }
    100% {
        -webkit-transform: translate( 0, 0 );
           -moz-transform: translate( 0, 0 );
            -ms-transform: translate( 0, 0 );
             -o-transform: translate( 0, 0 );
                transform: translate( 0, 0 );
        opacity: 1;
    }
}


/* #Button
================================================== */
.ipsp-btn {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-repeat: repeat-x;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.ipsp-btn:active,
.ipsp-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ipsp-btn:hover,
.ipsp-btn:focus {
    text-decoration: none;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.1));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.1));
    background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.1));
    -webkit-transition: background-position 0.1s linear;
       -moz-transition: background-position 0.1s linear;
         -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
}
.ipsp-btn.disabled,
.ipsp-btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.ipsp-btn-confirm {
    padding: 4px 12px;
    color: #333333;
}

/**
 * Counter Small
 */
.ipsp-counter.counter-small span.part {
    display: inline-block;
}
.ipsp-counter.counter-small span.separator {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.ipsp-counter.counter-small span.part span.digit {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 32px;
    vertical-align: middle;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0;
}
.ipsp-counter.counter-small span.part span.digit {
    background: transparent url("../js/counter/jquery.counter-small.png") 0 0 repeat-y;
}
.ipsp-counter.counter-small span.part span.digit0 { background-position: 0     0; }
.ipsp-counter.counter-small span.part span.digit1 { background-position: 0  -258px; }
.ipsp-counter.counter-small span.part span.digit2 { background-position: 0  -516px; }
.ipsp-counter.counter-small span.part span.digit3 { background-position: 0  -774px; }
.ipsp-counter.counter-small span.part span.digit4 { background-position: 0  -1032px; }
.ipsp-counter.counter-small span.part span.digit5 { background-position: 0 -1290px; }
.ipsp-counter.counter-small span.part span.digit6 { background-position: 0 -1547px; }
.ipsp-counter.counter-small span.part span.digit7 { background-position: 0 -1805px; }
.ipsp-counter.counter-small span.part span.digit8 { background-position: 0 -2063px; }
.ipsp-counter.counter-small span.part span.digit9 { background-position: 0 -2321px; }


/* UP */
@-webkit-keyframes counter-analog2-01 { from { background-position:  0     0; }
                               to {   background-position:  0  -268px; }}
@-moz-keyframes counter-analog2-01 {    from { background-position:  0     0; }
                               to {   background-position:  0  -268px; }}
@-ms-keyframes counter-analog2-01 {     from { background-position:  0     0; }
                               to { background-position:    0  -268px; }}

@-webkit-keyframes counter-analog2-12 { from { background-position:  0  -268px; }
                               to {   background-position:  0  -516px; }}
@-moz-keyframes counter-analog2-12 {    from { background-position:  0  -268px; }
                               to {   background-position:  0  -516px; }}
@-ms-keyframes counter-analog2-12 {     from { background-position:  0  -268px; }
                               to { background-position:    0  -516px; }}

@-webkit-keyframes counter-analog2-23 { from { background-position:  0  -516px; }
                               to {   background-position:  0  -774px; }}
@-moz-keyframes counter-analog2-23 {    from { background-position:  0  -516px; }
                               to {   background-position:  0  -774px; }}
@-ms-keyframes counter-analog2-23 {     from { background-position:  0  -516px; }
                               to { background-position:    0  -774px; }}

@-webkit-keyframes counter-analog2-34 { from { background-position:  0  -774px; }
                               to {   background-position:  0  -1032px; }}
@-moz-keyframes counter-analog2-34 {    from { background-position:  0  -774px; }
                               to {   background-position:  0  -1032px; }}
@-ms-keyframes counter-analog2-34 {     from { background-position:  0  -774px; }
                               to { background-position:    0  -1032px; }}

@-webkit-keyframes counter-analog2-45 { from { background-position:  0  -1032px; }
                               to {   background-position:  0  -1290px; }}
@-moz-keyframes counter-analog2-45 {    from { background-position:  0  -1032px; }
                               to {   background-position:  0  -1290px; }}
@-ms-keyframes counter-analog2-45 {     from { background-position:  0  -1032px; }
                               to { background-position:    0  -1290px; }}

@-webkit-keyframes counter-analog2-56 { from { background-position:  0  -1290px; }
                               to {   background-position:  0  -1548px; }}
@-moz-keyframes counter-analog2-56 {    from { background-position:  0  -1290px; }
                               to {   background-position:  0  -1548px; }}
@-ms-keyframes counter-analog2-56 {     from { background-position:  0  -1290px; }
                               to { background-position:    0  -1548px; }}

@-webkit-keyframes counter-analog2-67 { from { background-position:  0  -1548px; }
                               to {   background-position:  0  -1806px; }}
@-moz-keyframes counter-analog2-67 {    from { background-position:  0  -1548px; }
                               to {   background-position:  0  -1806px; }}
@-ms-keyframes counter-analog2-67 {     from { background-position:  0  -1548px; }
                               to { background-position:    0  -1806px; }}

@-webkit-keyframes counter-analog2-78 { from { background-position:  0  -1806px; }
                               to {   background-position:  0  -2064px; }}
@-moz-keyframes counter-analog2-78 {    from { background-position:  0  -1806px; }
                               to {   background-position:  0  -2064px; }}
@-ms-keyframes counter-analog2-78 {     from { background-position:  0  -1806px; }
                               to { background-position:    0  -2064px; }}

@-webkit-keyframes counter-analog2-89 { from { background-position:  0  -2064px; }
                               to {   background-position:  0  -2322px; }}
@-moz-keyframes counter-analog2-89 {    from { background-position:  0  -2064px; }
                               to {   background-position:  0  -2322px; }}
@-ms-keyframes counter-analog2-89 {     from { background-position:  0  -2064px; }
                               to { background-position:    0  -2322px; }}

@-webkit-keyframes counter-analog2-90 { from { background-position:  0  -2322px; }
                               to {   background-position:  0  -1146px; }}
@-moz-keyframes counter-analog2-90 {    from { background-position:  0  -2322px; }
                               to {   background-position:  0  -1146px; }}
@-ms-keyframes counter-analog2-90 {     from { background-position:  0  -2322px; }
                               to { background-position:    0  -1146px; }}

.ipsp-counter.counter-small span.part span.digit01 {
    -webkit-animation: counter-analog2-01 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-01 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-01 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit12 {
    -webkit-animation: counter-analog2-12 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-12 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-12 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit23 {
    -webkit-animation: counter-analog2-23 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-23 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-23 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit34 {
    -webkit-animation: counter-analog2-34 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-34 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-34 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit45 {
    -webkit-animation: counter-analog2-45 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-45 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-45 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit56 {
    -webkit-animation: counter-analog2-56 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-56 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-56 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit67 {
    -webkit-animation: counter-analog2-67 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-67 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-67 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit78 {
    -webkit-animation: counter-analog2-78 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-78 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-78 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit89 {
    -webkit-animation: counter-analog2-89 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-89 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-89 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit90 {
    -webkit-animation: counter-analog2-90 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-90 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-90 .3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog2-10 { from { background-position:  0  -268px; }
                               to {   background-position:  0     0; }}
@-moz-keyframes counter-analog2-10 {    from { background-position:  0  -268px; }
                               to {   background-position:  0     0; }}
@-ms-keyframes counter-analog2-10 {     from { background-position:  0  -268px; }
                               to { background-position:    0     0; }}

@-webkit-keyframes counter-analog2-21 { from { background-position:  0  -516px; }
                               to {   background-position:  0  -268px; }}
@-moz-keyframes counter-analog2-21 {    from { background-position:  0  -516px; }
                               to {   background-position:  0  -268px; }}
@-ms-keyframes counter-analog2-21 {     from { background-position:  0  -516px; }
                               to { background-position:    0  -268px; }}

@-webkit-keyframes counter-analog2-32 { from { background-position:  0  -774px; }
                               to {   background-position:  0  -516px; }}
@-moz-keyframes counter-analog2-32 {    from { background-position:  0  -774px; }
                               to {   background-position:  0  -516px; }}
@-ms-keyframes counter-analog2-32 {     from { background-position:  0  -774px; }
                               to { background-position:    0  -516px; }}

@-webkit-keyframes counter-analog2-43 { from { background-position:  0  -1032px; }
                               to {   background-position:  0  -774px; }}
@-moz-keyframes counter-analog2-43 {    from { background-position:  0  -1032px; }
                               to {   background-position:  0  -774px; }}
@-ms-keyframes counter-analog2-43 {     from { background-position:  0  -1032px; }
                               to { background-position:    0  -774px; }}

@-webkit-keyframes counter-analog2-54 { from { background-position:  0  -1290px; }
                               to {   background-position:  0  -1032px; }}
@-moz-keyframes counter-analog2-54 {    from { background-position:  0  -1290px; }
                               to {   background-position:  0  -1032px; }}
@-ms-keyframes counter-analog2-54 {     from { background-position:  0  -1290px; }
                               to { background-position:    0  -1032px; }}

@-webkit-keyframes counter-analog2-65 { from { background-position:  0  -1548px; }
                               to {   background-position:  0  -1290px; }}
@-moz-keyframes counter-analog2-65 {    from { background-position:  0  -1548px; }
                               to {   background-position:  0  -1290px; }}
@-ms-keyframes counter-analog2-65 {     from { background-position:  0  -1548px; }
                               to { background-position:    0  -1290px; }}

@-webkit-keyframes counter-analog2-76 { from { background-position:  0  -1806px; }
                               to {   background-position:  0  -1548px; }}
@-moz-keyframes counter-analog2-76 {    from { background-position:  0  -1806px; }
                               to {   background-position:  0  -1548px; }}
@-ms-keyframes counter-analog2-76 {     from { background-position:  0  -1806px; }
                               to { background-position:    0  -1548px; }}

@-webkit-keyframes counter-analog2-87 { from { background-position:  0  -2064px; }
                               to {   background-position:  0  -1806px; }}
@-moz-keyframes counter-analog2-87 {    from { background-position:  0  -2064px; }
                               to {   background-position:  0  -1806px; }}
@-ms-keyframes counter-analog2-87 {     from { background-position:  0  -2064px; }
                               to { background-position:    0  -1806px; }}

@-webkit-keyframes counter-analog2-98 { from { background-position:  0  -2322px; }
                               to {   background-position:  0  -2064px; }}
@-moz-keyframes counter-analog2-98 {    from { background-position:  0  -2322px; }
                               to {   background-position:  0  -2064px; }}
@-ms-keyframes counter-analog2-98 {     from { background-position:  0  -2322px; }
                               to { background-position:    0  -2064px; }}

@-webkit-keyframes counter-analog2-09 { from { background-position:  0  -1146px; }
                               to {   background-position:  0  -2322px; }}
@-moz-keyframes counter-analog2-09 {    from { background-position:  0  -1146px; }
                               to {   background-position:  0  -2322px; }}
@-ms-keyframes counter-analog2-09 {     from { background-position:  0  -1146px; }
                               to { background-position:    0  -2322px; }}

.ipsp-counter.counter-small span.part span.digit10 {
    -webkit-animation: counter-analog2-10 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-10 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-10 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit21 {
    -webkit-animation: counter-analog2-21 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-21 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-21 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit32 {
    -webkit-animation: counter-analog2-32 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-32 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-32 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit43 {
    -webkit-animation: counter-analog2-43 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-43 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-43 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit54 {
    -webkit-animation: counter-analog2-54 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-54 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-54 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit65 {
    -webkit-animation: counter-analog2-65 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-65 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-65 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit76 {
    -webkit-animation: counter-analog2-76 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-76 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-76 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit87 {
    -webkit-animation: counter-analog2-87 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-87 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-87 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit98 {
    -webkit-animation: counter-analog2-98 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-98 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-98 .3s steps(6, end) 1;
}
.ipsp-counter.counter-small span.part span.digit09 {
    -webkit-animation: counter-analog2-09 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-09 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-09 .3s steps(6, end) 1;
}
 

/**
 * Counter Medium
 */
.ipsp-counter.counter-medium span.part {
    display: inline-block;
}
.ipsp-counter.counter-medium span.separator {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.ipsp-counter.counter-medium span.part span.digit {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 32px;
    vertical-align: middle;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0;
}
.ipsp-counter.counter-medium span.part span.digit {
    background: transparent url("../js/counter/jquery.counter-small.png") 0 0 repeat-y;
}
.ipsp-counter.counter-medium span.part span.digit0 { background-position: 0     0; }
.ipsp-counter.counter-medium span.part span.digit1 { background-position: 0  -258px; }
.ipsp-counter.counter-medium span.part span.digit2 { background-position: 0  -516px; }
.ipsp-counter.counter-medium span.part span.digit3 { background-position: 0  -774px; }
.ipsp-counter.counter-medium span.part span.digit4 { background-position: 0  -1032px; }
.ipsp-counter.counter-medium span.part span.digit5 { background-position: 0 -1290px; }
.ipsp-counter.counter-medium span.part span.digit6 { background-position: 0 -1547px; }
.ipsp-counter.counter-medium span.part span.digit7 { background-position: 0 -1805px; }
.ipsp-counter.counter-medium span.part span.digit8 { background-position: 0 -2063px; }
.ipsp-counter.counter-medium span.part span.digit9 { background-position: 0 -2321px; }

/* UP */
@-webkit-keyframes counter-analog2-01 { from { background-position:  0     0; }
                               to {   background-position:  0  -338px; }}
@-moz-keyframes counter-analog2-01 {    from { background-position:  0     0; }
                               to {   background-position:  0  -338px; }}
@-ms-keyframes counter-analog2-01 {     from { background-position:  0     0; }
                               to { background-position:    0  -338px; }}

@-webkit-keyframes counter-analog2-12 { from { background-position:  0  -338px; }
                               to {   background-position:  0  -676px; }}
@-moz-keyframes counter-analog2-12 {    from { background-position:  0  -338px; }
                               to {   background-position:  0  -676px; }}
@-ms-keyframes counter-analog2-12 {     from { background-position:  0  -338px; }
                               to { background-position:    0  -676px; }}

@-webkit-keyframes counter-analog2-23 { from { background-position:  0  -676px; }
                               to {   background-position:  0  -1015px; }}
@-moz-keyframes counter-analog2-23 {    from { background-position:  0  -676px; }
                               to {   background-position:  0  -1015px; }}
@-ms-keyframes counter-analog2-23 {     from { background-position:  0  -676px; }
                               to { background-position:    0  -1015px; }}

@-webkit-keyframes counter-analog2-34 { from { background-position:  0  -1015px; }
                               to {   background-position:  0  -1354px; }}
@-moz-keyframes counter-analog2-34 {    from { background-position:  0  -1015px; }
                               to {   background-position:  0  -1354px; }}
@-ms-keyframes counter-analog2-34 {     from { background-position:  0  -1015px; }
                               to { background-position:    0  -1354px; }}

@-webkit-keyframes counter-analog2-45 { from { background-position:  0  -1354px; }
                               to {   background-position:  0  -1692px; }}
@-moz-keyframes counter-analog2-45 {    from { background-position:  0  -1354px; }
                               to {   background-position:  0  -1692px; }}
@-ms-keyframes counter-analog2-45 {     from { background-position:  0  -1354px; }
                               to { background-position:    0  -1692px; }}

@-webkit-keyframes counter-analog2-56 { from { background-position:  0  -1692px; }
                               to {   background-position:  0  -2031px; }}
@-moz-keyframes counter-analog2-56 {    from { background-position:  0  -1692px; }
                               to {   background-position:  0  -2031px; }}
@-ms-keyframes counter-analog2-56 {     from { background-position:  0  -1692px; }
                               to { background-position:    0  -2031px; }}

@-webkit-keyframes counter-analog2-67 { from { background-position:  0  -2031px; }
                               to {   background-position:  0  -2369px; }}
@-moz-keyframes counter-analog2-67 {    from { background-position:  0  -2031px; }
                               to {   background-position:  0  -2369px; }}
@-ms-keyframes counter-analog2-67 {     from { background-position:  0  -2031px; }
                               to { background-position:    0  -2369px; }}

@-webkit-keyframes counter-analog2-78 { from { background-position:  0  -2369px; }
                               to {   background-position:  0  -2708px; }}
@-moz-keyframes counter-analog2-78 {    from { background-position:  0  -2369px; }
                               to {   background-position:  0  -2708px; }}
@-ms-keyframes counter-analog2-78 {     from { background-position:  0  -2369px; }
                               to { background-position:    0  -2708px; }}

@-webkit-keyframes counter-analog2-89 { from { background-position:  0  -2708px; }
                               to {   background-position:  0  -3046px; }}
@-moz-keyframes counter-analog2-89 {    from { background-position:  0  -2708px; }
                               to {   background-position:  0  -3046px; }}
@-ms-keyframes counter-analog2-89 {     from { background-position:  0  -2708px; }
                               to { background-position:    0  -3046px; }}

@-webkit-keyframes counter-analog2-90 { from { background-position:  0  -3046px; }
                               to {   background-position:  0  -1146px; }}
@-moz-keyframes counter-analog2-90 {    from { background-position:  0  -3046px; }
                               to {   background-position:  0  -1146px; }}
@-ms-keyframes counter-analog2-90 {     from { background-position:  0  -3046px; }
                               to { background-position:    0  -1146px; }}

.ipsp-counter.counter-medium span.part span.digit01 {
    -webkit-animation: counter-analog2-01 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-01 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-01 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit12 {
    -webkit-animation: counter-analog2-12 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-12 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-12 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit23 {
    -webkit-animation: counter-analog2-23 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-23 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-23 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit34 {
    -webkit-animation: counter-analog2-34 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-34 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-34 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit45 {
    -webkit-animation: counter-analog2-45 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-45 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-45 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit56 {
    -webkit-animation: counter-analog2-56 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-56 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-56 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit67 {
    -webkit-animation: counter-analog2-67 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-67 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-67 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit78 {
    -webkit-animation: counter-analog2-78 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-78 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-78 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit89 {
    -webkit-animation: counter-analog2-89 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-89 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-89 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit90 {
    -webkit-animation: counter-analog2-90 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-90 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-90 .3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog2-10 { from { background-position:  0  -338px; }
                               to {   background-position:  0     0; }}
@-moz-keyframes counter-analog2-10 {    from { background-position:  0  -338px; }
                               to {   background-position:  0     0; }}
@-ms-keyframes counter-analog2-10 {     from { background-position:  0  -338px; }
                               to { background-position:    0     0; }}

@-webkit-keyframes counter-analog2-21 { from { background-position:  0  -676px; }
                               to {   background-position:  0  -338px; }}
@-moz-keyframes counter-analog2-21 {    from { background-position:  0  -676px; }
                               to {   background-position:  0  -338px; }}
@-ms-keyframes counter-analog2-21 {     from { background-position:  0  -676px; }
                               to { background-position:    0  -338px; }}

@-webkit-keyframes counter-analog2-32 { from { background-position:  0  -1015px; }
                               to {   background-position:  0  -676px; }}
@-moz-keyframes counter-analog2-32 {    from { background-position:  0  -1015px; }
                               to {   background-position:  0  -676px; }}
@-ms-keyframes counter-analog2-32 {     from { background-position:  0  -1015px; }
                               to { background-position:    0  -676px; }}

@-webkit-keyframes counter-analog2-43 { from { background-position:  0  -1354px; }
                               to {   background-position:  0  -1015px; }}
@-moz-keyframes counter-analog2-43 {    from { background-position:  0  -1354px; }
                               to {   background-position:  0  -1015px; }}
@-ms-keyframes counter-analog2-43 {     from { background-position:  0  -1354px; }
                               to { background-position:    0  -1015px; }}

@-webkit-keyframes counter-analog2-54 { from { background-position:  0  -1692px; }
                               to {   background-position:  0  -1354px; }}
@-moz-keyframes counter-analog2-54 {    from { background-position:  0  -1692px; }
                               to {   background-position:  0  -1354px; }}
@-ms-keyframes counter-analog2-54 {     from { background-position:  0  -1692px; }
                               to { background-position:    0  -1354px; }}

@-webkit-keyframes counter-analog2-65 { from { background-position:  0  -2031px; }
                               to {   background-position:  0  -1692px; }}
@-moz-keyframes counter-analog2-65 {    from { background-position:  0  -2031px; }
                               to {   background-position:  0  -1692px; }}
@-ms-keyframes counter-analog2-65 {     from { background-position:  0  -2031px; }
                               to { background-position:    0  -1692px; }}

@-webkit-keyframes counter-analog2-76 { from { background-position:  0  -2369px; }
                               to {   background-position:  0  -2031px; }}
@-moz-keyframes counter-analog2-76 {    from { background-position:  0  -2369px; }
                               to {   background-position:  0  -2031px; }}
@-ms-keyframes counter-analog2-76 {     from { background-position:  0  -2369px; }
                               to { background-position:    0  -2031px; }}

@-webkit-keyframes counter-analog2-87 { from { background-position:  0  -2708px; }
                               to {   background-position:  0  -2369px; }}
@-moz-keyframes counter-analog2-87 {    from { background-position:  0  -2708px; }
                               to {   background-position:  0  -2369px; }}
@-ms-keyframes counter-analog2-87 {     from { background-position:  0  -2708px; }
                               to { background-position:    0  -2369px; }}

@-webkit-keyframes counter-analog2-98 { from { background-position:  0  -3046px; }
                               to {   background-position:  0  -2708px; }}
@-moz-keyframes counter-analog2-98 {    from { background-position:  0  -3046px; }
                               to {   background-position:  0  -2708px; }}
@-ms-keyframes counter-analog2-98 {     from { background-position:  0  -3046px; }
                               to { background-position:    0  -2708px; }}

@-webkit-keyframes counter-analog2-09 { from { background-position:  0  -1146px; }
                               to {   background-position:  0  -3046px; }}
@-moz-keyframes counter-analog2-09 {    from { background-position:  0  -1146px; }
                               to {   background-position:  0  -3046px; }}
@-ms-keyframes counter-analog2-09 {     from { background-position:  0  -1146px; }
                               to { background-position:    0  -3046px; }}

.ipsp-counter.counter-medium span.part span.digit10 {
    -webkit-animation: counter-analog2-10 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-10 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-10 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit21 {
    -webkit-animation: counter-analog2-21 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-21 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-21 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit32 {
    -webkit-animation: counter-analog2-32 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-32 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-32 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit43 {
    -webkit-animation: counter-analog2-43 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-43 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-43 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit54 {
    -webkit-animation: counter-analog2-54 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-54 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-54 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit65 {
    -webkit-animation: counter-analog2-65 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-65 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-65 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit76 {
    -webkit-animation: counter-analog2-76 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-76 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-76 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit87 {
    -webkit-animation: counter-analog2-87 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-87 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-87 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit98 {
    -webkit-animation: counter-analog2-98 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-98 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-98 .3s steps(6, end) 1;
}
.ipsp-counter.counter-medium span.part span.digit09 {
    -webkit-animation: counter-analog2-09 .3s steps(6, end) 1;
    -moz-animation: counter-analog2-09 .3s steps(6, end) 1;
    -ms-animation: counter-analog2-09 .3s steps(6, end) 1;
}
 
.ipsp-floating-widget .ipsp-counter span.separator {
    visibility: hidden;
}
 

/**
 * Counter Standard
 */
.ipsp-counter.counter-standard span.part {
    display: inline-block;
}
.ipsp-counter.counter-standard span.separator {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.ipsp-counter.counter-standard span.part span.digit {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    width: 52px;
    vertical-align: middle;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0;
}
.ipsp-counter.counter-standard span.part span.digit {
    background: transparent url("../js/counter/jquery.counter-standard.png") 0 0 repeat-y;
}
.ipsp-counter.counter-standard span.part span.digit0 { background-position: 0     0; }
.ipsp-counter.counter-standard span.part span.digit1 { background-position: 0  -419px; }
.ipsp-counter.counter-standard span.part span.digit2 { background-position: 0  -838px; }
.ipsp-counter.counter-standard span.part span.digit3 { background-position: 0  -1257px; }
.ipsp-counter.counter-standard span.part span.digit4 { background-position: 0  -1676px; }
.ipsp-counter.counter-standard span.part span.digit5 { background-position: 0 -2095px; }
.ipsp-counter.counter-standard span.part span.digit6 { background-position: 0 -2515px; }
.ipsp-counter.counter-standard span.part span.digit7 { background-position: 0 -2934px; }
.ipsp-counter.counter-standard span.part span.digit8 { background-position: 0 -3353px; }
.ipsp-counter.counter-standard span.part span.digit9 { background-position: 0 -3772px; }

/* UP */
@-webkit-keyframes counter-standard2-01 { from { background-position:  0     0; }
                               to {   background-position:  0  -419px; }}
@-moz-keyframes counter-standard2-01 {    from { background-position:  0     0; }
                               to {   background-position:  0  -419px; }}
@-ms-keyframes counter-standard2-01 {     from { background-position:  0     0; }
                               to { background-position:    0  -419px; }}

@-webkit-keyframes counter-standard2-12 { from { background-position:  0  -419px; }
                               to {   background-position:  0  -838px; }}
@-moz-keyframes counter-standard2-12 {    from { background-position:  0  -419px; }
                               to {   background-position:  0  -838px; }}
@-ms-keyframes counter-standard2-12 {     from { background-position:  0  -419px; }
                               to { background-position:    0  -838px; }}

@-webkit-keyframes counter-standard2-23 { from { background-position:  0  -838px; }
                               to {   background-position:  0  -1257px; }}
@-moz-keyframes counter-standard2-23 {    from { background-position:  0  -838px; }
                               to {   background-position:  0  -1257px; }}
@-ms-keyframes counter-standard2-23 {     from { background-position:  0  -838px; }
                               to { background-position:    0  -1257px; }}

@-webkit-keyframes counter-standard2-34 { from { background-position:  0  -1257px; }
                               to {   background-position:  0  -1676px; }}
@-moz-keyframes counter-standard2-34 {    from { background-position:  0  -1257px; }
                               to {   background-position:  0  -1676px; }}
@-ms-keyframes counter-standard2-34 {     from { background-position:  0  -1257px; }
                               to { background-position:    0  -1676px; }}

@-webkit-keyframes counter-standard2-45 { from { background-position:  0  -1676px; }
                               to {   background-position:  0  -2095px; }}
@-moz-keyframes counter-standard2-45 {    from { background-position:  0  -1676px; }
                               to {   background-position:  0  -2095px; }}
@-ms-keyframes counter-standard2-45 {     from { background-position:  0  -1676px; }
                               to { background-position:    0  -2095px; }}

@-webkit-keyframes counter-standard2-56 { from { background-position:  0  -2095px; }
                               to {   background-position:  0  -2515px; }}
@-moz-keyframes counter-standard2-56 {    from { background-position:  0  -2095px; }
                               to {   background-position:  0  -2515px; }}
@-ms-keyframes counter-standard2-56 {     from { background-position:  0  -2095px; }
                               to { background-position:    0  -2515px; }}

@-webkit-keyframes counter-standard2-67 { from { background-position:  0  -2515px; }
                               to {   background-position:  0  -2934px; }}
@-moz-keyframes counter-standard2-67 {    from { background-position:  0  -2515px; }
                               to {   background-position:  0  -2934px; }}
@-ms-keyframes counter-standard2-67 {     from { background-position:  0  -2515px; }
                               to { background-position:    0  -2934px; }}

@-webkit-keyframes counter-standard2-78 { from { background-position:  0  -2934px; }
                               to {   background-position:  0  -3353px; }}
@-moz-keyframes counter-standard2-78 {    from { background-position:  0  -2934px; }
                               to {   background-position:  0  -3353px; }}
@-ms-keyframes counter-standard2-78 {     from { background-position:  0  -2934px; }
                               to { background-position:    0  -3353px; }}

@-webkit-keyframes counter-standard2-89 { from { background-position:  0  -3353px; }
                               to {   background-position:  0  -3772px; }}
@-moz-keyframes counter-standard2-89 {    from { background-position:  0  -3353px; }
                               to {   background-position:  0  -3772px; }}
@-ms-keyframes counter-standard2-89 {     from { background-position:  0  -3353px; }
                               to { background-position:    0  -3772px; }}

@-webkit-keyframes counter-standard2-90 { from { background-position:  0  -3772px; }
                               to {   background-position:  0  -1146px; }}
@-moz-keyframes counter-standard2-90 {    from { background-position:  0  -3772px; }
                               to {   background-position:  0  -1146px; }}
@-ms-keyframes counter-standard2-90 {     from { background-position:  0  -3772px; }
                               to { background-position:    0  -1146px; }}

.ipsp-counter.counter-standard span.part span.digit01 {
    -webkit-animation: counter-standard2-01 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-01 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-01 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit12 {
    -webkit-animation: counter-standard2-12 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-12 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-12 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit23 {
    -webkit-animation: counter-standard2-23 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-23 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-23 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit34 {
    -webkit-animation: counter-standard2-34 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-34 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-34 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit45 {
    -webkit-animation: counter-standard2-45 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-45 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-45 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit56 {
    -webkit-animation: counter-standard2-56 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-56 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-56 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit67 {
    -webkit-animation: counter-standard2-67 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-67 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-67 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit78 {
    -webkit-animation: counter-standard2-78 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-78 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-78 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit89 {
    -webkit-animation: counter-standard2-89 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-89 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-89 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit90 {
    -webkit-animation: counter-standard2-90 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-90 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-90 .3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-standard2-10 { from { background-position:  0  -419px; }
                               to {   background-position:  0     0; }}
@-moz-keyframes counter-standard2-10 {    from { background-position:  0  -419px; }
                               to {   background-position:  0     0; }}
@-ms-keyframes counter-standard2-10 {     from { background-position:  0  -419px; }
                               to { background-position:    0     0; }}

@-webkit-keyframes counter-standard2-21 { from { background-position:  0  -838px; }
                               to {   background-position:  0  -419px; }}
@-moz-keyframes counter-standard2-21 {    from { background-position:  0  -838px; }
                               to {   background-position:  0  -419px; }}
@-ms-keyframes counter-standard2-21 {     from { background-position:  0  -838px; }
                               to { background-position:    0  -419px; }}

@-webkit-keyframes counter-standard2-32 { from { background-position:  0  -1257px; }
                               to {   background-position:  0  -838px; }}
@-moz-keyframes counter-standard2-32 {    from { background-position:  0  -1257px; }
                               to {   background-position:  0  -838px; }}
@-ms-keyframes counter-standard2-32 {     from { background-position:  0  -1257px; }
                               to { background-position:    0  -838px; }}

@-webkit-keyframes counter-standard2-43 { from { background-position:  0  -1676px; }
                               to {   background-position:  0  -1257px; }}
@-moz-keyframes counter-standard2-43 {    from { background-position:  0  -1676px; }
                               to {   background-position:  0  -1257px; }}
@-ms-keyframes counter-standard2-43 {     from { background-position:  0  -1676px; }
                               to { background-position:    0  -1257px; }}

@-webkit-keyframes counter-standard2-54 { from { background-position:  0  -2095px; }
                               to {   background-position:  0  -1676px; }}
@-moz-keyframes counter-standard2-54 {    from { background-position:  0  -2095px; }
                               to {   background-position:  0  -1676px; }}
@-ms-keyframes counter-standard2-54 {     from { background-position:  0  -2095px; }
                               to { background-position:    0  -1676px; }}

@-webkit-keyframes counter-standard2-65 { from { background-position:  0  -2515px; }
                               to {   background-position:  0  -2095px; }}
@-moz-keyframes counter-standard2-65 {    from { background-position:  0  -2515px; }
                               to {   background-position:  0  -2095px; }}
@-ms-keyframes counter-standard2-65 {     from { background-position:  0  -2515px; }
                               to { background-position:    0  -2095px; }}

@-webkit-keyframes counter-standard2-76 { from { background-position:  0  -2934px; }
                               to {   background-position:  0  -2515px; }}
@-moz-keyframes counter-standard2-76 {    from { background-position:  0  -2934px; }
                               to {   background-position:  0  -2515px; }}
@-ms-keyframes counter-standard2-76 {     from { background-position:  0  -2934px; }
                               to { background-position:    0  -2515px; }}

@-webkit-keyframes counter-standard2-87 { from { background-position:  0  -3353px; }
                               to {   background-position:  0  -2934px; }}
@-moz-keyframes counter-standard2-87 {    from { background-position:  0  -3353px; }
                               to {   background-position:  0  -2934px; }}
@-ms-keyframes counter-standard2-87 {     from { background-position:  0  -3353px; }
                               to { background-position:    0  -2934px; }}

@-webkit-keyframes counter-standard2-98 { from { background-position:  0  -3772px; }
                               to {   background-position:  0  -3353px; }}
@-moz-keyframes counter-standard2-98 {    from { background-position:  0  -3772px; }
                               to {   background-position:  0  -3353px; }}
@-ms-keyframes counter-standard2-98 {     from { background-position:  0  -3772px; }
                               to { background-position:    0  -3353px; }}

@-webkit-keyframes counter-standard2-09 { from { background-position:  0  -1146px; }
                               to {   background-position:  0  -3772px; }}
@-moz-keyframes counter-standard2-09 {    from { background-position:  0  -1146px; }
                               to {   background-position:  0  -3772px; }}
@-ms-keyframes counter-standard2-09 {     from { background-position:  0  -1146px; }
                               to { background-position:    0  -3772px; }}

.ipsp-counter.counter-standard span.part span.digit10 {
    -webkit-animation: counter-standard2-10 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-10 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-10 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit21 {
    -webkit-animation: counter-standard2-21 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-21 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-21 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit32 {
    -webkit-animation: counter-standard2-32 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-32 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-32 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit43 {
    -webkit-animation: counter-standard2-43 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-43 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-43 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit54 {
    -webkit-animation: counter-standard2-54 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-54 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-54 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit65 {
    -webkit-animation: counter-standard2-65 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-65 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-65 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit76 {
    -webkit-animation: counter-standard2-76 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-76 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-76 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit87 {
    -webkit-animation: counter-standard2-87 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-87 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-87 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit98 {
    -webkit-animation: counter-standard2-98 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-98 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-98 .3s steps(6, end) 1;
}
.ipsp-counter.counter-standard span.part span.digit09 {
    -webkit-animation: counter-standard2-09 .3s steps(6, end) 1;
    -moz-animation: counter-standard2-09 .3s steps(6, end) 1;
    -ms-animation: counter-standard2-09 .3s steps(6, end) 1;
}
 
.ipsp-floating-widget .ipsp-counter span.separator {
    visibility: hidden;
}