/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}
.countdown {
	line-height: 1.2em;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
/* Example 2 */

.example--2 {
	background: #ffc728;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
}
.example--2 .countdown {
	display: inline-block;
}
.example--2 .bar {
	clear: both;
	background: #fff;
	float: left;
	margin: 8px 10px;  /*margin: 7px 5px 0 0;*/
	width: 230px;
}
.example--2 .fill {
	background: #65B52B;
	height: 3px;
	width: 0%;
}
.example--2 .text {
	clear: both;
	padding-top: 10px;
	text-align: left;
	margin: 10px;
}
.example--2 strong {
	font-size: 1.4em;   /* ~ old  font-size: 32px; */
	/* ~  font-style: italic; */
	font-weight: 800;   /*  ~ old  font-weight: 600; */
	line-height: 1.1em;
}
.example--2 p {
	font-size: 1.3em;
	/*  ~font-style: italic; */
	line-height: 1.2em;
	margin:  0;  /* ~margin: 10px 0; */
	color: #fff;
}
.example--2 .ce-days, .example--2 .ce-hours, .example--2 .ce-minutes, .example--2 .ce-seconds {
	font-weight: 600 !important;
	float: left;
	width: 30px;
	text-align: center;
}
.example--2 .ce-days-label, .example--2 .ce-hours-label, .example--2 .ce-minutes-label, .example--2 .ce-seconds-label {
	color: #65B52B;
	font-weight: 400;
	float: left;
}

.countdown hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 1em 0;
	padding: 0;
}
 @media (min-width: 960px) and (max-width: 1199px) {
.example--2 .bar {
	width: 160px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.example--2 .bar {
	width: 90px;
}
.example--2 .text {
	font-size: .8em;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
.example--2 .bar {
	width: 90px;
}
.example--2 .text {
	font-size: .8em;
}
}
 @media (max-width: 320px) {
.example--2 .bar {
	width: 70px;
}
.example--2 .text {
	font-size: .8em;
}
}
