.container {
    margin-top: 100px
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}


.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 2em;
    font-weight: 500
}


.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 6em;
    font-weight: 700;
    color: #666;
    line-height: 7rem;
}

.counter-box.green {
    background: #3acf87
}

.counter-box.blue {
    background: #39AECF
}

.counter-box.orange {
    background: #FAC260
}

.counter-box.red {
    background: #FA60A5
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
   -webkit-touch-callout:none; 
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footercontainer {
  width: auto;
    font-size: 2em;
//  max-width: 680px;
//  padding: 0 15px;
  text-align: center;
}