/*** SOLAR COVERS ***/

ul.nav-element-2col {
	max-width: 50%;
	float: none !important;
	margin: 0 auto !important;
}
@media (max-width: 767px) {
	ul.nav-element-2col {
		max-width: 96%;
		margin: 1%;
		padding: 1%;
	}
}

p.centertext {
	text-align: center;
	/*font-size: 12px;*/
}


.red-notice-box {
	display: block;
	padding: 5px;
	max-width: 75%;
	margin: 10px auto;
	min-height: 48px;
	border-radius: 4px;
	border: 1px solid #DA3A34;
	position: relative;
	background-color: var(--scream);
	clear: both;
	float: none;
	color: #fff !important;
	min-height: 120px;
}
.red-notice-box.no-fix-height {
	min-height: auto;
}
.red-notice-box span.atten {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--scream) !important;
	background: #fff!important;
	text-align: center;
	border-radius: 50%;
	font-weight: 900 !important;
	margin-top: 10px;
}
.red-notice-box .notice-content {
	display: block;
	width: 80.5%;
	float: right;
}
.red-notice-box .notice-content.fullsize {
	width: 94%;
}
.red-notice-box p strong {
	text-align: left;
	/*padding-left: 30px;*/
	padding-right: 30px;
	color: #fff !important;
	line-height: 30px;
	padding-top: 2px;
	font-size: 17px;
	display: block;
}
.red-notice-box p u {
	color: #fff !important;
}
.red-notice-box img.promoimg {
	background: white;
	border-radius: 50%;
	padding: 5px;
	margin-top: 15px;
}
.red-notice-box #timer {
	text-align: left;
}
.red-notice-box #timer span {
	font-weight: 500;
	color: #fff;
	font-size: 17px;
}
.red-notice-box #timer span strong {
	font-weight: 900;
	color: #fff;
	font-size: 24px;
}

.red-notice-box .notice-content.fullsize p, .red-notice-box .notice-content.fullsize p strong, .red-notice-box .notice-content.fullsize #timer {
	text-align: center !important;
}

@media (max-width: 1024px) {
	.red-notice-box .notice-content {
		width: 75%;
	}
}
@media (max-width: 767px) {
	.red-notice-box {
		max-width: 98%;
	}
	.red-notice-box .notice-content, .red-notice-box .notice-content.fullsize {
		width: 100%;
		text-align: center;
	}
	.red-notice-box span.atten {
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 30px;
		display: none !important;
	}
	.red-notice-box p strong {
		padding: 0;
		text-align: center;
		margin-top: 5px;
		font-size: 15px;
		display: block;
	}
	.red-notice-box #timer {
		text-align: center;
	}
	.red-notice-box #timer span {
		font-size: 11px;
	}
	.red-notice-box #timer span strong {
		font-size: 19px;
	}
}
@media (max-width: 321px) {
	.red-notice-box span.atten {
		margin-top: 40px;
		margin-right: 10px;
		margin-bottom: 30px;
		display: none !important;
	}
}
.red-notice-box.imagebox img {
	display: block;
	width: 11.5%;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	height: auto;
}
@media (max-width: 767px) {
	.red-notice-box.imagebox img {
		width: 33%;
		float: none;
		clear: both;
		margin: 0 auto;
		height: auto;
	}
	.red-notice-box.imagebox p strong {
		line-height: initial;
	}
}



.ow.bigredbox {
	background: red;
	text-transform: uppercase;
	padding: 10px 0;
}
.ow.bigredbox a {
	color: #d9d9d9 !important;
	text-decoration: underline !important;
}
.ow.bigredbox #category-description.content-block {
	padding: 0;
}
.ow.bigredbox #category-description.content-block p {
	color: white !important;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
}
.ow.bigredbox #category-description.content-block p u {
	color: #fff !important;
}
.ow.bigredbox.img img {
	display: block;
	float: left;
	margin-right: 2%;
	max-width: 20% !important;
	height: auto;
	border: 0;
	padding: 10px 0;
}
.ow.bigredbox #category-description.content-block .time-frame-wrap, .ow.bigredbox #category-description.content-block .time-frame-wrap span, .ow.bigredbox #category-description.content-block .time-frame-wrap p, .ow.bigredbox #category-description.content-block .time-frame-wrap strong, .ow.bigredbox #category-description.content-block .time-frame-wrap strong#timer {
	color: #fff !important;
}
.ow.bigredbox #category-description.content-block .time-frame-wrap {
	margin-bottom: 0 !important;
}

h1.new-blue-title {
	text-align: center;
	color: #0d53a6 !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 36px !important;
	width: 100%;
	text-transform: initial !important;
	display: inline-block;
}