@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.container{
    padding: 20px 0;
    margin-bottom: 100px;
}

.container:first-child{
    margin-bottom: 0;
}

.countup,
.countup-custom{
    font-size: 55px;
    min-height: 55px;
    line-height: 1;
    color: #ccc;
    margin-bottom: 30px;
}

.countup ins {
    display: block;
    width: 0;
    height: 3px;
    content: '\0020';
    border-bottom: 3px solid #e79501;
    margin-top: 10px;
}

.countup-wrap span {
    font-size: 19px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 5px;
}

.countup-wrap .countup {
    font-size: 19px;
    min-height: 19px;
    color: #e79501;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.countup-wrap .countup * {
    color: #e79501;
}

.countup-wrap .countup-line {
    display: block;
    width: 0;
    height: 3px;
    content: '\0020';
    border-bottom: 3px solid #e79501;
}

.countup-wrap + .countup-wrap {
    margin-top: 17px;
}



.fullWidth {
   display:block;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

