/* Merchant BODY CSS */
body {
	background:url('https://s3-ap-southeast-1.amazonaws.com/giift-retailers/US/the-reel-shot/bg.jpg') no-repeat fixed center top;
}
header, footer { background-color:transparent !important; }
section#section {
	background: none;
	/* Will not need to fix width here. */
}

#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes */
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #000;
}
.total_color {
	color: rgb(96,80,72);
	font-weight: bold;
}

/* Post Payment Page Heading */
#cancel_message h2, #failure_message h2 {
	color: red;
}
#success_message h2 {
	color: #000;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #ccc;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #000;
}
.block_title {
	color: #fff;
	background: rgb(30,44,53);
}
.block_container {
	border-color: rgb(30,44,53);
	/*background-color: #fff;*/
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #000;
	background-color: rgb(30,44,53);
	color: #fff;
}
.or {
	color: #fff;
	background: rgb(30,44,53);
}

/* Card Value Button CSS */
.value_item {
	border: 1px solid #000;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: rgb(30,44,53) !important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: rgb(30,44,53);
}

/* Forward Button CSS */
.btn_checkout {
	background: rgb(30,44,53);
	color:#fff;
	border-color:#000;
}
.btn_checkout:hover {
	background-color:#999;
	color: #fff;
}

/* Steps Block CSS */
#offer-steps {
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #ccc;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: rgb(30,44,53);
}
#offer-steps .selected .circle {
	background: rgb(30,44,53);
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: rgb(30,44,53);
}

/* galleria-liquors custom*/
.linkfooter {
	text-align: center;
	font: normal normal normal 13px/1.2em 'open sans', sans-serif;
	color: #fff;
	padding: 0px 2px;
	margin: 3px 10px 0px 10px;
	text-decoration: none;
}

.full-nav {
	background: url('https://s3-ap-southeast-1.amazonaws.com/giift-retailers/US/the-reel-shot/nav-bg.png') repeat-x scroll 0 0 transparent;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	min-height: 40px;
	width: 100%;
}
#menubar #navigation .megaResponsiveToggle ul.megaMenu {
	display: inline-block !important;
	zoom: 1;
}