body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

a,a:hover {
	text-decoration: none;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

.txtLft {
	text-align: left !important;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body,html {
	height: 100%;
	min-height: 100%;
	/*background-image:url('../images/foobg.png');
	background:#353633;*/
	position: relative;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: "interstate-light";
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.no-js {
	padding-top: 106px;
}

h2 {
	margin-top: 0;
}

a,a:visited,a:active {
	text-decoration: none;
	outline: 0;
	border: 0;
}

a:hover {
	outline: 0;
	border: 0;
}

.no-js a:active {
	background: 0;
	outline: 0;
	border: 0;
}

.visible-phone {
	display: none !important;
}

.visible-phone-port {
	display: none !important;
}

.loading {
	background: #222 url('../images/ico_loading.gif') no-repeat center
		center;
	position: fixed;
	z-index: 1;
}

section {
	min-width: 960px;
	opacity: 0;
}

.loaded section,.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

main {
	overflow-x: hidden;
	/*background-image:url('../images/foobg.png');*/
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
/* Slide 1 */
#home .bcg {
	background-image: url('../images/bcg_slide-1.jpg');
}

/* Slide 2 */
#earn-points .bcg {
	background-image: url('../images/bcg_earn-rewards.png');
}

#earn-pointsa {
	height: 300px !important;
}

#earn-pointsa .bcg {
	background-image: url('../images/bcg_slide-2a.jpg');
	height: 300px !important;
}

/* Slide 3 */
#redeem-points .bcg {
	background-image: url('../images/bcg_slide-3.jpg');
}

/* Slide 4 */
#calculate-your-points .bcg {
	background: #00bcc5 !important;
}

/* Slide 5 */
#exclusive-offers .bcg {
	background-image: url('../images/bcg_slide-5.jpg');
}

/* Slide 6 */
#card-info .bcg {
	background-image: url('../images/bcg_slide-6.jpg');
}

/* Slide 7 */
#manage-card .bcg {
	background-image: url('../images/bcg_slide-7.jpg');
}

/* Slide 8 */
#terms-conditions .bcg {
	background-image: url('../images/bcg_slide-8.jpg');
}

/* Slide 9 */
#card-agreement .bcg {
	background-image: url('../images/bcg_slide-7.jpg');
}

#footer {
	min-height: 230px !important;
	background-image: url('../images/foobg.png');
	padding-bottom: 20px;
}

#footer .bcg {
	min-height: 250px !important;
	background-image: url('../images/foobg.png');
}

.termsCond {
	background: #fff;
}

#footer .bcg {
	min-height: 250px !important;
	background-image: url('../images/foobg.png');
}

#footerCopy>p {
	color: #333;
	font-size: 12px;
	text-align: right;
	padding: 0 20px 0 0;
}

.main-nav {
	position: fixed;
	top: 50%;
	right: 40px;
	z-index: 99;
	margin-top: -70px;
	display: none;
}

.nav {
	overflow: hidden;
}

.nav li a {
	display: block;
	border: 1px solid #515f5f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	margin-top: 8px;
}

.nav li.active a {
	background: #515f5f;
}

.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/*.homeSlide{overflow:hidden;}*/
.citi-logo {
	background: url('../images/logo.png') no-repeat;
	width: 84px;
	height: 48px;
	top: 18px;
	left: 60px;
	position: fixed;
	z-index: 10000;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-menu {
	background: url('../images/menu.png') no-repeat center center;
	width: 40px;
	height: 33px;
	top: 28px;
	right: 60px;
	position: absolute;
	z-index: 10000;
	background-size: 100% 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.english {
	right: 50px;
	top: 8px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	z-index: 10000;
	background-size: 100% 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.smaller .site-menu {
	top: 15px;
}

#header-nav .head-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header-nav.smaller .head-menu {
	top: 50px;
	visibility: hidden;
}

.reward-highlight {
	position: absolute;
	top: 55%;
	width: 100%;
	margin-top: -174px;
	z-index: 0;
}

.reward-highlight .block1 {
	position: relative;
	width: 100%;
	float: left;
	height: 349px;
}

.reward-highlight .reward-circle h1 {
	font-size: 100%;
	color: #fff;
	font-weight: 100;
}

.reward-highlight .reward-circle {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
	width: 384px;
	margin-left: -192px;
	text-align: center;
}

.home-header {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	height: 152px;
	background: url('../images/header-bg.png') repeat-x;
	z-index: 10000;
	display: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	-moz-transition: right 0.5s ease-in;
	-o-transition: right 0.5s ease-in;
	-webkit-transition: right 0.5s ease-in;
	-ms-transition: right 0.5s ease-in;
	transition: right 0.5s ease-in;
}

.head-menu {
	overflow: hidden;
	float: right;
}
/*.head-menu li{float:left;}*/
.head-menu li.active,.head-menu li:hover {
	background: #0e4e7a;
}

.head-menu li a {
	color: #fff;
}
/*.head-menu li a{padding:29px 20px;;color:#fff;font-size: 12px;display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.head-menu li a:hover08/11/2014{text-decoration:none !important;}*/
.home-footer {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
	background: rgba(0, 0, 0, 0.4);
}

.home-footer .cardArt {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
	width: 286px;
	margin-left: -143px;
	text-align: center;
	bottom: 10px;
}

.cardArt .card-name {
	padding: 5px 0 10px;
	display: block;
	font-size: 10px;
	color: #fff;
}

.home-footer .block1 {
	background: rgba(0, 0, 0, 0.4);
	padding: 66px 0;
	position: relative;
	width: 43%;
	float: left;
}

.home-footer .block1 .b2 {
	line-height: 17px;
	float: right;
	width: 28%;
	color: #fff;
	font-family: "interstate-light";
}

.home-footer .block2 {
	background: rgba(0, 0, 0, 0.8) url('../images/down-arrow.png') no-repeat
		center 82%;
	padding: 55px 0;
	position: relative;
	width: 14%;
	float: left;
	color: #fff;
	font-family: "interstate-light";
	text-align: center;
	color: #00caf5
}

.home-footer .block2:hover {
	cursor: pointer;
	text-decoration: underline;
}

.home-footer .block3 {
	background: rgba(0, 148, 220, 0.9);
	padding: 18px 0;
	position: relative;
	width: 43%;
	float: left;
}

.home-footer .block3 .b1 {
	color: #fff;
	font-family: "interstate-light";
	text-align: left;
	height: 25px;
	padding: 21px 21px 21px 0px;
	text-align: center;
}

.home-footer .block3 .b2 {
	background: url('../images/get_started.png') no-repeat left center;
	background-position: 21px;
	color: #fff;
	font-family: "interstate-light";
	line-height: 17px;
	margin-right: 30px;
	padding: 8px 0 8px 25px;
	font-size: 90%;
	cursor: pointer;
}

.menu-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1, 14, 20, 0.9);
	display: none;
	z-index: 9999;
}

.menu-overlay ul {
	width: 30%;
	margin: 5% auto;
	overfloW: hidden;
}

.menu-overlay ul li {
	height: 70px;
	padding: 10px 0;
	border-bottom: 1px solid #777;
}

.menu-overlay ul li:first-child {
	border-top: 1px solid #777;
}

.menu-overlay ul li:nth-child(1) {
	background: url('../images/menu/menu-10x-off.png') no-repeat left center;
}

.menu-overlay ul li:nth-child(1):hover {
	background: url('../images/menu/menu-10x-on.png') no-repeat left center;
}

.menu-overlay ul li:nth-child(2) {
	background: url('../images/menu/menu-redeem-off.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(2):hover {
	background: url('../images/menu/menu-redeem-on.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(3) {
	background: url('../images/menu/menu-important-off.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(3):hover {
	background: url('../images/menu/menu-important-on.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(4) {
	background: url('../images/menu/menu-manage-off.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(4):hover {
	background: url('../images/menu/menu-manage-on.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(5) {
	background: url('../images/menu/menu-agreement-off.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(5):hover {
	background: url('../images/menu/menu-agreement-on.png') no-repeat left
		center;
}

.menu-overlay ul li:nth-child(6) {
	background: url('../images/menu/arrow-off.png') no-repeat center center;
	border: none;
}

.menu-overlay ul li:nth-child(6):hover {
	background: url('../images/menu/arrow-on.png') no-repeat center center;
	border: none;
}

.menu-overlay ul li:nth-child(6) a {
	margin: 0;
	width: 100%;
}

.menu-overlay ul li a {
	display: inline-block;
	font-family: "interstate-light";
	font-weight: 100;
	font-size: 22px;
	color: #fff;
	margin-left: 100px;
	line-height: 70px;
	text-decoration: none;
}

.menu-overlay ul li:hover a {
	color: #00c8f4;
	text-decoration: none !important;
}

.section-head {
	font-family: "interstate-light";
	color: #000302;
	border-top: 1px solid #000302;
	border-bottom: 1px solid #000302;
	padding: 5px 18px;
	font-weight: 100;
	font-size: 34px;
	text-align: center;
	margin: 50px auto 30px auto;
}

.section-head {
	margin-top: 0 !important;
}

.section-head.small {
	width: 15%;
}

.section-head.medium {
	width: 18%;
}

.section-head.large {
	width: 27%;
}

.section-head.xlarge {
	width: 34%;
}

#redeem-points .section-head,#calculate-your-points .section-head,#terms-conditions .section-head
	{
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header-nav .head-menu {
	background: #353633;
	color: #fff;
	position: fixed;
	right: 0;
	top: 75px;
	width: 270px;
	z-index: -1;
	border: none;
	box-shadow: 5px 0px 10px #222 inset;
	height: 100%;
}

.head-menu li a {
	padding: 15px 10px 15px 25px;
	font-size: 15px;
	display: block;
	background: url("../images/right-arrow.png") no-repeat 5px 50%;
	background-size: 9px;
} /*edited on 11/8/2014*/
.head-menu li a:hover {
	text-decoration: none !important;
}

/** ----------------- Ãß°¡ CSS -----------------*/
/** ----------------- Ãß°¡ CSS -----------------*/
/** ----------------- Ãß°¡ CSS -----------------*/
.DetWrap {
	margin: 55px 0 0;
	text-align: center;
	color: #fff;
}

.DetWrap p {
	font-family: "interstate-light";
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

.DetWrap p {
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 3px 15px;
}

.DetWrap p.txt_info {
	text-align: left;
}

.DetWrap p.txt_info2 {
	margin-bottom: 50px;
}

.DetWrap p.txt_infoB {
	text-align: center;
	margin-top: -15px;
	font-size: 14px;
}

.DetWrap p.small {
	font-size: 12px;
}

.DetWrap p.micro {
	font-size: 10px;
	text-align: left;
}

.DetWrap p.micro2 {
	font-size: 10px;
	text-align: left;
}

.DetWrap p a {
	color: #fff;
}

.DetWrap .txt_info a {
	color: #fff;
	font-size: 15px;
}

.cLsFulMar {
	bottom: 4%;
	position: absolute;
	width: 100%;
	padding: 0 !important;
}

.cLsFulMar a {
	font-size: 12px;
	margin-bottom: 5px;
}

.cLsFulMar2 {
	bottom: 4%;
	width: 100%;
	padding: 5px 0 0 0 !important;
	position: absolute;
}

.cLsFulMar2 a {
	font-size: 14px !important;
}

.cLsFulMarBtm1 {
	position: relative;
	top: 87px;
}

.cLsFulMarBtm2 {
	position: relative;
	top: 83px;
}

.DetWrap p.txt_info {
	line-height: 16px;
}

.overlay-content {
	text-align: center;
	margin-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.overlay-content .offer-logo {
	margin-top: 3%; /*padding: 0 4%;*/
	width: 85% !important;
}

.overlay-content .offers {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.overlay-content .offers p {
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -1px;
}

.overlay-content .offers>img {
	padding: 0 12%;
	height: 80px !important;
}

.overlay-content h3 {
	margin: 10px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.overlay-content h4 {
	margin: 10px;
}

.overlay-content img {
	height: auto !important;
	width: auto !important;
}

.board {
	width: 100%;
	border-top: 1px solid #6d6d6d;
	margin-top: 15px !important;
}

.board caption {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.board thead tr {
	background: #f2f2f2 url('assets/images/common/bg_tb2.png') repeat-x left
		top;
}

.board thead tr th {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 6px 0 !important;
	border-bottom: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	color: #fff;
	background: transparent;
	height: 19px;
}

.board thead tr th.first {
	border-left: 1px solid #6d6d6d;
}

.board tbody tr th {
	font-weight: normal;
	border-bottom: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	color: #fff;
	background: transparent;
	font-size: 12px;
	padding: 5px 2px 6px 2px !important;
}

.board tbody tr th.first {
	border-left: 1px solid #6d6d6d;
}

.board tbody tr td {
	border-bottom: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	text-align: center;
	background: transparent;
	color: #fff;
	height: 14px;
	font-size: 12px;
}

.board tbody tr td.first {
	border-left: 1px solid #6d6d6d;
	background: transparent;
}

.board tbody tr td.left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.board tbody tr td.left a:hover {
	text-decoration: underline;
	color: #323232;
}

.board tbody tr td.right {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.board tbody tr td.right a:hover {
	text-decoration: underline;
	color: #323232;
}

/** ¾ÆÀÌÄÜ */
.ih-item.square.effect6 .info i {
	width: 50px /* 58px */;
	height: 50px /* 58px */;
	margin: 0 auto 5%;
	display: block;
}

.ih-item.square.effect6 .info i.icon1 {
	background: url('../images/earn-points/10x.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon2 {
	background: url('../images/earn-points/cart.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon3 {
	background: url('../images/earn-points/cake.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon4 {
	background: url('../images/earn-points/gas-pump.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon20 {
	background: url('../images/earn-points/service_01.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon21 {
	background: url('../images/earn-points/service_02.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon22 {
	background: url('../images/earn-points/service_03.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon23 {
	background: url('../images/earn-points/service_04.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon24 {
	background: url('../images/earn-points/save.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon25 {
	background: url('../images/earn-points/wallet.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon26 {
	background: url('../images/earn-points/gift.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon27 {
	background: url('../images/earn-points/aj.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon5 {
	background: url('../images/redeem-points/bag.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon6 {
	background: url('../images/redeem-points/plane.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon7 {
	background: url('../images/redeem-points/ticket.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon8 {
	background: url('../images/redeem-points/cash.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon30 {
	background: url('../images/redeem-points/sale_01.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon31 {
	background: url('../images/redeem-points/sale_02.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon32 {
	background: url('../images/redeem-points/sale_03.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon33 {
	background: url('../images/redeem-points/sale_04.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon34 {
	background: url('../images/redeem-points/point.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon35 {
	background: url('../images/redeem-points/movie.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon36 {
	background: url('../images/redeem-points/bag2.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon37 {
	background: url('../images/redeem-points/cash02.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon38 {
	background: url('../images/redeem-points/service.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon9 {
	background: url('../images/exclusive-offers/dining.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon10 {
	background: url('../images/exclusive-offers/emi.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon11 {
	background: url('../images/exclusive-offers/cwp.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon12 {
	background: url('../images/exclusive-offers/benefit2.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon30 {
	background: url('../images/exclusive-offers/benefit.png') no-repeat;
	background-size: 100% 100%;
}

/* 2015ï¿½ï¿½07ï¿½ï¿½07ï¿½ï¿½*/
.ih-item.square.effect6 .info i.icon13 {
	background: url('../images/premiermile/air.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon14 {
	background: url('../images/premiermile/roket.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon15 {
	background: url('../images/premiermile/muhan.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon16 {
	background: url('../images/premiermile/icon-16.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon17 {
	background: url('../images/premiermile/icon-17.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon18 {
	background: url('../images/premiermile/icon-18.png') no-repeat;
	background-size: 100% 100%;
}

.ih-item.square.effect6 .info i.icon19 {
	background: url('../images/premiermile/icon-19.png') no-repeat;
	background-size: 100% 100%;
}

.page-content.fixed-nav {
	padding-top: 40px;
}

/** ÇØ»óµµ */
@media only screen and (max-width:767px) {
	.site-bg-img {
		position: absolute;
		top: 0px;
		left: 0;
		max-width: 100%;
		z-index: 0;
		width: 100%;
		height: 650px;
		background-size: 100% 100%;
	}
	.page-content.fixed-nav {
		padding-top: 40px;
	}
}

@media only screen and (max-width:414px) {
	.site-bg-img {
		position: absolute;
		top: 0px;
		left: 0;
		max-width: 100%;
		z-index: 0;
		width: 100%;
		height: 717px;
		background-size: 100% 100%;
	}
	.page-content.fixed-nav {
		padding-top: 20%;
	}
	.reward-logo-wrapper {
		height: 240px;
	}
}

@media only screen and (max-width:384px) {
	.site-bg-img {
		position: absolute;
		top: 0px;
		left: 0;
		max-width: 100%;
		z-index: 0;
		width: 100%;
		height: 615px;
		background-size: 100% 100%;
	}
}

@media only screen and (max-width:375px) {
	.site-bg-img {
		position: absolute;
		top: 20px;
		left: 0;
		max-width: 100%;
		z-index: 0;
		width: 100%;
		height: 630px;
		background-size: 100% 100%;
	}
}

@media only screen and (max-width:360px) {
	.site-bg-img {
		position: absolute;
		top: 0px;
		left: 0;
		max-width: 100%;
		z-index: 0;
		width: 100%;
		height: 615px;
		background-size: 100% 100%;
	}
}

@media only screen and (max-width:320px) {
	.site-bg-img {
		width: 100%;
		height: 550px;
		background-size: 100% 100%;
	}
}