/* Promo header */
#promo-header {
	background: #263238;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#promo-header .widget {
	margin: 0;
	padding: 10px 0;
}

#promo-header .copy-left,
#promo-header .copy-right,
#promo-header .copy-center {
	display: inline-block;
	line-height: 1;
}

#promo-header .copy-left {
	margin-left: -70px;
}

#promo-header .copy-center {
	margin: 0 40px 0 60px;
	position: relative;
	width: 150px;
}

#promo-header h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-shadow: 0px 1px, 1px 0px, 1px 1px;
}

#promo-header small {
	color: #ED4747;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#promo-header .promo {
	background-color: #ED4747;
	border-radius: 3px;
	height: 103px;
	position: absolute;
	top: -80px;
	width: 140px;

	-webkit-box-shadow: 0px 1px 25px 0px rgba(84,110,122,0.4);
	-moz-box-shadow: 0px 1px 25px 0px rgba(84,110,122,0.4);
	box-shadow: 0px 1px 25px 0px rgba(84,110,122,0.4);

    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

#promo-header .promo .number {
	font-size: 53px;
	left: 24px;
	position: absolute;
	text-shadow: 0px 1px, 1px 0px, 1px 1px;
	top: 16px;
}

#promo-header .promo .percent {
	font-size: 29px;
	left: 91px;
	position: absolute;
	top: 20px;
}

#promo-header .promo .off {
	font-size: 12px;
	left: 91px;
	position: absolute;
	text-transform: uppercase;
	top: 50px;
}

#promo-header .promo .text {
	font-size: 14px;
	left: 25px;
	position: absolute;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 69px;
}

#promo-header .counter {
	margin: 0 auto;
	width: 300px;
}

#promo-header .counter div {
	display: inline-block;
	position: relative;
}

#promo-header .counter div:after {
	content: ':';
	display: block;
	position: absolute;
	right: -21px;
	top: 7px;
}

#promo-header .counter div:last-child:after {
	display: none;
}

#promo-header .counter small {
	color: #90A4AE;
	display: block;
	font-size: 11px;
}

#promo-header .counter div {
	margin: 5px 20px 0;
	text-align: center;
	width: 40px;
}

#promo-header .counter div.days {
	margin-left: 0;
}

#promo-header .counter div.sec {
	margin-right: 0;
}

#promo-header .counter div span {
	display: inline-block;
	font-size: 33px;
	margin-bottom: 1px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	
	#promo-header .copy-center {
		margin: 0 0px 0 20px;
	}
		
	#promo-header .copy-left {
		margin-left: 0;
	}

	#promo-header h3 {
		font-size: 24px;
	}

}

@media only screen and (max-width: 860px) {
	
	#promo-header .copy-center {
		display: none;
	}

	#promo-header .copy-left {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 767px) {
	
	#promo-header h3 {
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}

	#promo-header .counter div span {
		font-size: 22px;
	}

	#promo-header .counter div {
		margin-left: 5px;
		margin-right: 5px;
	}

	#promo-header .counter div:after {
		top: 2px;
		left: 25px;
	}

	#promo-header .counter {
		width: 200px;
	}

}

@media only screen and (max-width: 580px) {

	#promo-header .copy-left,
	#promo-header .copy-right {
		display: block;
		width: 100%;
	}
	
	#promo-header .copy-left {
		margin-bottom: 4px;
	}

	#promo-header h3 {
		margin: 0;
	}

}