.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-moz-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-ms-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-o-keyframes h-progress {
  0% {
    width: 0;
  }
}
@keyframes h-progress {
  0% {
    width: 0;
  }
}
@-webkit-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-moz-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-ms-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-o-keyframes v-progress {
  0% {
    height: 0;
  }
}
@keyframes v-progress {
  0% {
    height: 0;
  }
}
.row-container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}

.counter_container {
	height: 46px;
	width: auto;
	padding: 3px;
	margin: 2px;
	/* max-width: 300px; */
	/* background-color: #555555; */
	align-content: center;
}

.counter_container_inner {
	height: auto;
	border: none;
	/* background-color: #555555; */
	/* max-width: 190px; */
	vertical-align: center;
	padding-top: 12px;
	padding-left: 10px;
	align-content: center;

}

.counter_num_tiles {
	width:30px;
	height: 30px;
	background-color: #001e62;
	/*background: linear-gradient(#001e62b5, #001e62, #001e62b5);*/
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	line-height: 20px;
	padding: 12px;
	margin: 1.5px;
	font-family: verdana;
	vertical-align: center;
}

@media (max-width: 380px) {	
	.counter_num_tiles {
	font-size: 30px !important;		
	padding: 7px !important;	
}
	
}
	