.page-4th-july-sale {
	font-family: 'Montserrat', sans-serif;
}

.page-4th-july-sale .products-container {
	margin-bottom:25px;
}

.sale-header {
	width:100%;
	height:0;
	padding-top: 53%; /* aspect ratio  62 : 33 */
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.terms {
	display:none;
	/*color: #0095FF;
	display:block;
	border-top:#303841 10px solid;
	text-align: center;
	padding:20px;*/
}

.sale-active .sale-header {
	background: url('https://lh3.googleusercontent.com/VrVet86cGtjd35L2r3gn6Tsy-XhGmcbZ3VoxZD9sXKn2LTPHPGUKMKbiCasz2d1vLtWz0CYHvDekK54QxuG1bcVzP0k=s800') no-repeat center center;	
	background-size: 100%;
}

.sale-inactive .sale-header {
	border-bottom: #303841 10px solid;
	border-radius:5px;	
	background: url('https://lh3.googleusercontent.com/ZLfWqmEH0qdEHr_DgCEthOKKC4grOBCdmaH906IUIzCdmfKSx5Q4U4aBVuG-2x6cbQfTpCc1uRLeSlFWKkrDevTxCQ=s800') no-repeat center center;
	background-size: 100%;		
}

@media screen and (min-width: 767px) {
	.sale-active .sale-header {
		background: url('https://lh3.googleusercontent.com/VrVet86cGtjd35L2r3gn6Tsy-XhGmcbZ3VoxZD9sXKn2LTPHPGUKMKbiCasz2d1vLtWz0CYHvDekK54QxuG1bcVzP0k=s1100') no-repeat center center;
		background-size: cover;		
	}

	.sale-inactive .sale-header {
		margin:20px 0;				
		background: url('https://lh3.googleusercontent.com/ZLfWqmEH0qdEHr_DgCEthOKKC4grOBCdmaH906IUIzCdmfKSx5Q4U4aBVuG-2x6cbQfTpCc1uRLeSlFWKkrDevTxCQ=s1100') no-repeat center center;
		background-size: cover;		
	}
}

@media screen and (min-width: 1200px) {
	.sale-active .sale-header {
		background: url('https://lh3.googleusercontent.com/VrVet86cGtjd35L2r3gn6Tsy-XhGmcbZ3VoxZD9sXKn2LTPHPGUKMKbiCasz2d1vLtWz0CYHvDekK54QxuG1bcVzP0k=s1600') no-repeat center center;
		background-size: cover;		
	}

	.sale-inactive .sale-header {
		background: url('https://lh3.googleusercontent.com/ZLfWqmEH0qdEHr_DgCEthOKKC4grOBCdmaH906IUIzCdmfKSx5Q4U4aBVuG-2x6cbQfTpCc1uRLeSlFWKkrDevTxCQ=s1600') no-repeat center center;
		background-size: cover;		
	}
}

	.sale-active .sale-header h1 {
		margin:0;
	}

	.sale-inactive .sale-header h1 {
		display:none;
	}

.sale-details {
	text-align:center;
	padding:50px 20px 30px;
	margin-bottom:30px;	
	border-top:#303841 10px solid;
}

	.sale-details img {
		width:100%;
		max-width:800px;
	}

.sale-menu {
	width:100%;
	height:75px;
}

	.sale-menu ul {
		list-style: none;
		margin:0;
		float: left;
		width: 100%;
		text-transform: uppercase;
	}

	.sale-menu li a {
		padding:20px 20px;
		width:33.3333333333333333333%;
		float:left;
		position:relative;
		display:inline-block;
		background: #303841;
		color: #fff;
		font-size:20px;
		font-weight:bold;
		text-align: center;
		height:75px;
		transition: all 0.3s ease-in-out; /* Animation time */
		-webkit-transition: all 0.3s ease-in-out; /* For Safari */
	}

	.sale-menu li a span {
		color: #AED6F1;
		display:inline-block;
		margin:0 5px;
		font-weight: normal;
		font-family: 'Roboto';
	}

		.sale-menu a:hover, 
		.sale-menu a:focus, 
		.sale-menu a:active {
			height:100px;
			text-decoration:none;
		}

			.sale-menu li a::after {
				opacity:0;
			}
		
		.sale-menu li a.active {
			cursor:default;
		}
		
		.sale-menu li a:hover::after, 
		.sale-menu li a.active::after  {
			content: 'View Now';
			opacity: 1;
			position: absolute;
			clear: both;
			font-size: 15px;
			display: block;
			bottom: 0;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			min-width: 100px;
			padding-bottom:20px;
			font-weight:normal;
		}

		.sale-menu.sale-menu-top li a::after {
			padding-bottom: 33px;
		}

		.sale-menu li a.active::after {
			content: '';
		}

		.sale-menu li a:hover {
			background-color: #2ca8e4;
		}

		.sale-menu li a.active {
			height:75px;
			background: #5d6875;
		}

.sale-content .section-title {
	color: #2B3D4F;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	font-size:25px;
	padding:25px 0 10px;
}

.sale-content .section-title span {
	color: #E74D3C;
	display:block;
	margin:10px 8px 0;
	font-weight: normal;
	font-family: 'Roboto';
}

.center.border-bottom::after {
	margin: 30px auto;
}

.border-bottom::after {
	content: "";
	margin: 30px 0;
	display: block;
	width: 50px;
	border-top: 4px solid #2B3D4F;
}

canvas.sparkle-canvas {
	max-width:100%;
}

/* mobile */

@media screen and (max-width: 1200px) {
	.sale-menu-top {
		display:none;
	}

	.terms {
		/*padding:10px 0;
		font-size:12px;*/
	}

	.sale-menu li a {
		font-size: 16px;
		padding: 20px 0px;
		width:100%;
		height:60px;
	}

	.sale-menu li a span {
		font-size:1em;
	}	

	.sale-menu a:hover, .sale-menu a:active, .sale-menu a.active {
		height:60px;
	}

	.sale-menu li a:hover::after, .sale-menu li a.active::after {
		content: '';
	}

	.sale-menu li a:hover::after, .sale-menu li a.active::after {
		font-size:12px;
	}

	.grouping-products { 
		clear:both;
	}

	.featured-widget {
		height: auto !important;
	}

	.sale-menu li a.active {
		height: 60px;
	}

	.product-detail-widget {
		padding:10px;
	}
}

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

	.sale-content .section-title {
		font-size:23px;
	}

	.grouping-products {
		padding:0 15px;
	}

	.sale-menu a:hover  {
		height: 60px;
		content: '';
	}
}
