body.giftguide {
	background: #f4f3f3;
}

#gift-wrapper {
	max-width: 1260px;
	min-height: 900px;
	margin: 0 auto;
	background: #f4f3f3;
}

#gift-content-wrapper {
	padding: 0 60px 60px;
}

#giftheader {
	height: 100px;
	background: url('../images/giftguide_bg.png') 0 0 repeat transparent;
}

#giftheader-inner {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

#gifthero {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 60px 0px;
	padding: 80px 40px 30px;
	min-height: 340px;
}

#gifthero h1 {
	color: #F68A1A;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

#gifthero .content {
	width: 50%;
}

#gifthero .content p {
	color: #FFF;
	font-size: 19px;
	line-height: 25px;
}

#gifthero .content p a {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

#giftlogo {
	display: block;
	width: 35%;
	height: 100%;
	margin: 0 auto;
	background: url('../images/ej_logo_white.png') center no-repeat transparent;
	background-size: contain;
}

#gift-wrapper .giftwrapped {
	width: 48.5%;
	float: left;
	min-height: 0px;
	background: #FFF;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #e5e5e5;
}

#gift-wrapper .giftwrapped:nth-child(odd) {
	margin-right: 1.5%;
	clear: both;
}

#gift-wrapper .giftwrapped:nth-child(even) {
	margin-left: 1.5%;
}

#gift-wrapper .giftwrapped .giftimage {
	height: 360px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

#gift-wrapper .giftwrapped .giftimage a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

#gift-wrapper .giftwrapped .giftprice {
	position: absolute;
	background-color: #f3b832;
	color: #FFF;
	display: inline-block;
	top: 0;
	right: 0;
	padding: 5px;
}

#gift-wrapper .giftwrapped .giftcontent {
	padding: 25px 25px 70px;
}

#gift-wrapper .giftwrapped .giftcontent p.giftcompany {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 10px;
	color: #e94f0b;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

#gift-wrapper .giftwrapped .giftcontent h2.gifttitle {
	font-size: 25px;
	line-height: 31px;
	margin: 0 0 10px;
	padding: 0;
	color: #000;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

#gift-wrapper .giftwrapped .giftcontent p.giftdescription {
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0;
	color: #000;
	font-family: "Open Sans", sans-serif;
}

#gift-wrapper .giftwrapped .giftcontent a.giftlink {
	display: inline-block;
	margin: 20px 0 10px;
	background: #f7931e;
	color: #FFF;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	transition: 300ms;
	position: absolute;
	bottom: 15px;
	left: 25px;
	font-family: "Open Sans", sans-serif;
}

#gift-wrapper .giftwrapped .giftcontent a.giftlink:hover {
	text-decoration: none;
	transition: 300ms;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
}

#giftguide-footer {
	background: #d4d4d4;
	padding: 30px;
}

#giftguide-footer * {
	text-align: center;
}

#giftguide-footer .copyright {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

#giftguide-footer h2, 
#giftguide-footer h2 a,
#giftguide-footer h2 a * {
	color: #e94f0b;
	text-decoration: none;
}

#gift-wrapper .giftshares {
	width: 100%;
	float: none;
	text-align: left;
	padding: 0 0 0 60px;
	margin: 20px 0;
}

#gift-wrapper .giftshares.footershares {
	margin-top: 0;
}

#gift-wrapper .giftshares a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}

#gift-wrapper .giftshares a i {
	color: #FFF;
}

#gift-wrapper .giftshares .facebook-count, 
#gift-wrapper .giftshares .giftviews {
	color: #e65020;
	font-weight: bold;
	font-family: "Open Sans", Helvetica, Arial;
	font-size: 16px;
	margin-left: 20px;
}

#gift-wrapper .giftshares .giftviews {
	margin-left: 0;
}

@media screen and (max-width: 1260px) {
	#gift-wrapper .giftwrapped .giftimage {
		height: 300px;
	}
}

@media screen and (max-width: 1020px) {
	#giftlogo {
		width: 50%;
	}
}

@media screen and (max-width: 960px) {
	#gifthero .content {
		width: 100%;
	}
	#gift-wrapper .giftwrapped .giftimage {
		height: 250px;
	}
}

@media screen and (max-width: 720px) {
	#giftlogo {
		width: 75%;
	}
	#gifthero {
		margin: 0;
		padding: 50px 30px;
		min-height: 0;
		position: relative;
	}
	#gifthero:after {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(233,79,11,0.84);
		z-index: 0;
	}
	#gifthero * {
		position: relative;
		z-index: 2;
		text-align: center;
	}
	#gifthero h1 {
		color: #FFF;
	}
	#gift-wrapper .giftwrapped {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none;
	}
	#gift-content-wrapper {
		padding: 20px;
	}
	#gift-wrapper {
		background: #FFF;
	}
	#gift-wrapper .giftshares {
		margin: 0 0 20px;
		padding: 0;
	}
	#gift-wrapper .giftshares.footershares {
		margin-bottom: 0;
	}
	#gift-wrapper .giftshares:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		width: 0;
	}
	#gift-wrapper .giftshares a {
		width: 50%;
		border-radius: 0;
		padding: 0;
		margin: 0;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}
	#gift-wrapper .giftshares .facebook-count {
		display: block;
		width: 100%;
		margin: 0;
		padding: 5px 0 0;
		clear: both;
		text-align: center;
	}
	#giftguide-link-bar {
		height: 60px;
	}
	#giftguide-link-bar a {
		font-size: 14px;
		line-height: 17px;
		padding: 5px 50px;	
	}
	#gift-wrapper .giftwrapped .giftcontent {
		height: auto;
		position: static;
	}
	#gift-wrapper .giftwrapped .giftcontent a.giftlink {
		bottom: 5px;
	}
	#gift-wrapper .giftwrapped {
		min-height: 0;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	#giftlogo {
		width: 90%;
	}
}