.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block
}

.fluidList {
    list-style: none;
    margin: 0;
    padding: 0
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 88.725%;
    padding-left: 1.1375%;
    padding-right: 1.1375%;
    clear: none;
    float: none
}

.zeroMargin_mobile {
    margin-left: 0
}

.hide_mobile {
    display: none
}

@media only screen and (min-width:320px) {
    .flip-counter {
        position: relative;
        width: auto;
        margin: 0 auto;
        list-style-type: none;
        display: inline-block;
    }
    .flip-counter .digit {
        position: relative;
        z-index: 0;
        width: 21px;
        height: 28px;
        background-color: #00263A;
        text-align: center;
        line-height: 0;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px;
        -webkit-text-stroke: 2px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -moz-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 4px
    }
    .flip-counter .digit:last-child {
        margin-left: 0
    }
    .flip-counter .digit span {
        position: absolute;
        left: 0;
        height: 14px;
        width: 21px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 30px;
        font-family: Ubuntu, sans-serif;
        font-weight: 700;
        text-indent: 2px;
        background-color: #00263A;
        color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .flip-counter .digit span.front {
        top: 0;
        padding-top: 15px
    }
    .flip-counter .digit span.back {
        bottom: 0
    }
    .flip-counter .digit .line {
        position: absolute;
        z-index: 10;
        height: 14px;
        width: 21px;
        border-bottom: 1px solid rgba(27, 63, 58, .7);
        -webkit-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        -moz-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7)
    }
    .flip-counter .digit .hinge-wrap {
        z-index: 5;
        position: relative;
        overflow: visible;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px
    }
    .flip-counter .digit .hinge {
        position: absolute;
        height: 14px;
        width: 21px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        transition: transform .3s ease-in;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    .flip-counter .digit .hinge span {
        height: 0;
        z-index: 5;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .flip-counter .digit .hinge span.front {
        padding-top: 15px
    }
    .flip-counter .digit .hinge span.back {
        height: 14px;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    .flip-counter .digit.animate .hinge {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
    .flip-counter .digit-delimiter {
        padding-top: 2px;
        margin-right: -1.5px;
        font-family: 'ubuntu';
        font-weight: 700;
        font-size: 25px;
        color: #fff;
        text-indent: 1.67px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
    }
    .flip-counter {
        position: relative;
        list-style-type: none
    }
    .flip-counter li {
        float: right;
    }
    #counter-desc{
    	width: 100%;
        height: auto;
    }
    #counter-info,
    .counter-wrapper {
        width: 100%;
        float: left;
        position: relative
    }
    .no-csstransforms3d span.back {
        display: none
    }
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: "";
        line-height: 0
    }
    .clearfix:after {
        clear: both
    }
    .counter-wrapper {
        margin-top: 15px;
        z-index: 150;
        text-align: center;
    }
    #counter-info {
        margin-top: 10px;
        font-family: 'ubuntu';
        color: white;
        text-align: center
    }
    #counter-info p {
        margin-top: 0;
        line-height: normal;
        margin-bottom: 0;
        font-size: 20px;
    }
    #conn {
        color: #E9E9E9;
        font-size: 30px;
        font-family: 'ubuntubold';
    }
    #counter-data{
        width: 100%;
        float: left;
        height: 100px;
    }
    #counter {
        width: 100%;
        height: 140px;
        margin: 30px auto;
    }
}

@media only screen and (min-width:480px) {
    .flip-counter .digit .line{
        width: 24px;
    }
    .flip-counter .digit {
        width: 24px;
    }
    .flip-counter .digit span{
        width: 24px;
    }
    .flip-counter .digit .hinge{
        width: 24px;
    }
    #counter {
        width: auto;
        float: none;
        height: 140px;
        margin: 30px auto;
    }
    .counter-wrapper {
        width: 100%;
        float: left;
        position: relative;
        margin-top: 15px;
        z-index: 150
    }
    .Counter {
        width: 100%
    }
    #counter-info{
        color: #00263A;
    }
    #counter-info p{
        color: #404041;
    }
    .flip-counter .digit-delimiter {
        font-size: 25px;
        color: #293d40;
    }
}

@media only screen and (min-width:768px) {
    #counter {
        width: 100%;
        float: none;
        height: 130px;
        margin: 60px auto;
    }
    .counter-wrapper {
        width: 100%;
        float: left;
        position: relative;
        margin-top: 15px;
        z-index: 150;
        text-align: center;
    }
    .Counter {
        width: 100%
    }
}

@media only screen and (min-width:960px) {
    #counter-info,
    .counter-wrapper {
        margin-top: 15px;
        position: relative
    }
    .flip-counter {
        margin: 0 auto;
    }
    .flip-counter .digit {
        position: relative;
        z-index: 0;
        width: 51px;
        height: 60px;
        margin-left: 8px;
        background-color: #00263A;
        text-align: center;
        line-height: 0.15;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px;
        -webkit-text-stroke: 2px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -moz-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .flip-counter .digit:last-child {
        margin-left: 0
    }
    .flip-counter .digit span {
        position: absolute;
        height: 36px;
        width: 49.5px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 66px;
        font-family: 'ubuntu';
        font-weight: 700;
        text-indent: 2px;
        background-color: #00263A;
        color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .flip-counter .digit span.front {
        top: 0;
        padding-top: 24px
    }
    .flip-counter .digit span.back {
        bottom: 0
    }
    .flip-counter .digit .line {
        position: absolute;
        z-index: 10;
        height: 29px;
        width: 51px;
        border-bottom: 1px solid rgba(27, 63, 58, .7);
        -webkit-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        -moz-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7)
    }
    .flip-counter .digit .hinge-wrap {
        z-index: 5;
        position: relative;
        overflow: visible;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px
    }
    .flip-counter .digit .hinge {
        position: absolute;
        height: 36px;
        width: 49.5px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        transition: transform .3s ease-in;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    .flip-counter .digit .hinge span {
        height: 0;
        z-index: 5;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .flip-counter .digit .hinge span.front {
        padding-top: 24px
    }
    .flip-counter .digit .hinge span.back {
        height: 24px;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    .flip-counter .digit.animate .hinge {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
    .flip-counter .digit-delimiter {
        padding-top: 20px;
        margin-right: -2.5px;
        font-family: 'ubuntu';
        font-weight: 700;
        font-size: 25px;
        color: #293d40;
        text-indent: 1.67px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
    }
    .counter-wrapper {
        width: 100%;
        float: left;
        z-index: 0;
        text-align: center;
    }
    .flip-counter {
        position: relative;
        width: 670px;
        margin: 0 auto;
        list-style-type: none;
        display: inline-block;
    }
    .flip-counter li {
        float: right
    }
    .no-csstransforms3d span.back {
        display: none
    }
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: "";
        line-height: 0
    }
    .clearfix:after {
        clear: both
    }
    #counter-info {
        width: 100%;
        float: left;
        font-family: 'ubuntulight';
        font-weight: 700;
        color: #00263A;
    }
    #counter-info p {
        text-align: center;
        margin-right: 0%;
        margin-top: 0;
        font-size: 35px;
        line-height: normal;
        margin-bottom: 0;
        letter-spacing: normal
    }
    #conn {
        color: #404041;
        font-size: 54px;
        font-family: 'ubuntubold';
    }
    #counter {
        width: 100%;
        height: 200px;
        margin: 55px auto;
    }
    #counter-desc{
        width: 100%;
        height: 100px;
        float: left;
    }
    #counter-data{
        width: 100%;
        float: left;
        height: 100px;
    }
}
@media only screen and (min-width:1280px) {
    #counter-info,
    .counter-wrapper {
        margin-top: 15px;
        position: relative
    }
    .flip-counter {
        margin: 0 auto;
    }
    .flip-counter .digit {
        position: relative;
        z-index: 0;
        width: 51px;
        height: 60px;
        margin-left: 8px;
        background-color: #00263A;
        text-align: center;
        line-height: 0.15;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px;
        -webkit-text-stroke: 2px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -moz-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .flip-counter .digit:last-child {
        margin-left: 0
    }
    .flip-counter .digit span {
        position: absolute;
        height: 36px;
        width: 49.5px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 66px;
        font-family: 'ubuntu';
        font-weight: 700;
        text-indent: 2px;
        background-color: #00263A;
        color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .flip-counter .digit span.front {
        top: 0;
        padding-top: 24px
    }
    .flip-counter .digit span.back {
        bottom: 0
    }
    .flip-counter .digit .line {
        position: absolute;
        z-index: 10;
        height: 29px;
        width: 51px;
        border-bottom: 1px solid rgba(27, 63, 58, .7);
        -webkit-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        -moz-box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7);
        box-shadow: 0 5px 7px -4px rgba(27, 63, 58, .7)
    }
    .flip-counter .digit .hinge-wrap {
        z-index: 5;
        position: relative;
        overflow: visible;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px
    }
    .flip-counter .digit .hinge {
        position: absolute;
        height: 36px;
        width: 49.5px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        transition: transform .3s ease-in;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    .flip-counter .digit .hinge span {
        height: 0;
        z-index: 5;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .flip-counter .digit .hinge span.front {
        padding-top: 24px
    }
    .flip-counter .digit .hinge span.back {
        height: 24px;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    .flip-counter .digit.animate .hinge {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
    .flip-counter .digit-delimiter {
        padding-top: 20px;
        margin-right: -2.5px;
        font-family: 'ubuntu';
        font-weight: 700;
        font-size: 25px;
        color: #293d40;
        text-indent: 1.67px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
    }
    .counter-wrapper {
        width: 100%;
        float: left;
        z-index: 0;
        text-align: center;
    }
    .flip-counter {
        position: relative;
        width: auto;
        margin: 0 auto;
        list-style-type: none;
        display: inline-block;
    }
    .flip-counter li {
        float: right
    }
    .no-csstransforms3d span.back {
        display: none
    }
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: "";
        line-height: 0
    }
    .clearfix:after {
        clear: both
    }
    #counter-info {
        width: 100%;
        float: left;
        font-family: 'ubuntulight';
        font-weight: 700;
        color: #00263A;
    }
    #counter-info p {
        text-align: center;
        margin-right: 0%;
        margin-top: 0;
        font-size: 35px;
        line-height: normal;
        margin-bottom: 0;
        letter-spacing: normal
    }
    #conn {
        color: #404041;
        font-size: 54px;
        font-family: 'ubuntubold';
    }
    #counter {
        width: 100%;
        height: 200px;
        margin: 55px auto;
    }
    #counter-desc{
        width: 100%;
        height: 100px;
        float: left;
    }
    #counter-data{
        width: 100%;
        float: left;
        height: 100px;
    }
}
@media only screen and (min-width:1440px) {
    #counter-info,
    .counter-wrapper {
        margin-top: 15px;
        position: relative
    }
    .flip-counter {
        margin: 0 auto;
    }
    .flip-counter .digit {
        position: relative;
        z-index: 0;
        width: 51px;
        height: 60px;
        margin-left: 8px;
        background-color: #00263A;
        text-align: center;
        line-height: 0.15;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px;
        -webkit-text-stroke: 2px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -moz-box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        box-shadow: 1px 1px 5px 0 rgba(27, 63, 58, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .flip-counter .digit:last-child {
        margin-left: 0
    }
    .flip-counter .digit span{
        position: absolute;
        height: 36px;
        width: 49.5px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 66px;
        font-family: 'ubuntu';
        font-weight: 700;
        text-indent: 2px;
        background-color: #00263A;
        color: #ffffff;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .flip-counter .digit span.front {
        top: 0;
        padding-top: 24px
    }
    .flip-counter .digit span.back {
        bottom: 0
    }
    .flip-counter .digit .line {
        position: absolute;
        z-index: 10;
        height: 29px;
        width: 51px;
        border-bottom: 1px solid rgba(0, 38, 58, .7);
        -webkit-box-shadow: 0 5px 7px -4px rgba(0, 38, 58, .7);
        -moz-box-shadow: 0 5px 7px -4px rgba(0, 38, 58, .7);
        box-shadow: 0 5px 7px -4px rgba(0, 38, 58, .7)
    }
    .flip-counter .digit .hinge-wrap {
        z-index: 5;
        position: relative;
        overflow: visible;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        -ms-perspective: 300px;
        perspective: 300px
    }
    .flip-counter .digit .hinge {
        position: absolute;
        height: 36px;
        width: 49.5px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        transition: transform .3s ease-in;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    .flip-counter .digit .hinge span {
        height: 0;
        z-index: 5;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .flip-counter .digit .hinge span.front {
        padding-top: 24px
    }
    .flip-counter .digit .hinge span.back {
        height: 24px;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    .flip-counter .digit.animate .hinge {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
    .flip-counter .digit-delimiter {
        padding-top: 25px;
        margin-right: -2.5px;
        font-family: 'ubuntu';
        font-weight: 700;
        font-size: 35px;
        color: #293d40;
        text-indent: 1.65px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    }
    .counter-wrapper {
        width: 100%;
        float: left;
        z-index: 0;
        text-align: center;
    }
    .flip-counter {
        position: relative;
        width: auto;
        margin: 0 auto;
        list-style-type: none;
        display: inline-block;
    }
    .flip-counter li {
        float: right
    }
    .no-csstransforms3d span.back {
        display: none
    }
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: "";
        line-height: 0
    }
    .clearfix:after {
        clear: both
    }
    #counter-info {
        width: 100%;
        float: left;
        font-family: 'ubuntulight';
        font-weight: 700;
        color: #00263A;
    }
    #counter-info p {
        text-align: center;
        margin-right: 0%;
        margin-top: 0;
        font-size: 35px;
        line-height: normal;
        margin-bottom: 0;
        letter-spacing: normal
    }
    #conn {
        color: #404041;
        font-size: 54px;
        font-family: 'ubuntubold';
    }
    #counter {
        width: 100%;
        height: 200px;
        margin: 55px auto;
    }
    #counter-desc{
    	width: 100%;
    	height: 100px;
    	float: left;
    }
    #counter-data{
    	width: 100%;
    	float: left;
    	height: 100px;
    }
}