@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
     url('fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/fontawesome-webfont.svg#svgFontName') format('svg') /* Legacy iOS */
}
@font-face {
	font-family: 'SFUIText-Bold';
	src: url('SFUIText-Bold.eot');
	src: url('SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Bold.woff') format('woff'),
		url('SFUIText-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SFUIText-Light';
	src: url('SFUIText-Light.eot');
	src: url('SFUIText-Light.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Light.woff') format('woff'),
		url('SFUIText-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'SFUIText-Regular';
	src: url('SFUIText-Regular.eot');
	src: url('SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Regular.woff') format('woff'),
		url('SFUIText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SFUIText-Semibold';
	src: url('SFUIText-Semibold.eot');
	src: url('SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Semibold.woff') format('woff'),
		url('SFUIText-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SFUIText-Medium';
	src: url('SFUIText-Medium.eot');
	src: url('SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Medium.woff') format('woff'),
		url('SFUIText-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'SFUIText-Heavy';
	src: url('SFUIText-Heavy.eot');
	src: url('SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
		url('SFUIText-Heavy.woff') format('woff'),
		url('SFUIText-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


/* ------------------------------------
   CSS Prefix
   -----------------------
   <div> - layer
   <table> - table
   <tr> - row
   <td> -column
   <h1>~<h6> - header
   <span> - style
   <a> - link
   <ul>/<ol> - listing
   <li> - list
   <img> - img
   <p> - panel
---------------------------------------*/

@media all{
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-family: 'SFUIText-Regular', Arial, sans-serif;
	font-size: 14px;
	color:#454545;
	text-wrap:normal;
}

a {
	color: #4E5000;
	text-decoration:none;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	transition: color .25s ease-out;
	-webkit-user-modify: read-only;
	-moz-user-modify: read-only;
}
a:hover{
	color: #6D6D15;
	opacity:0.8;
	text-decoration:none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
h2{
	font-family: 'SFUIText-Bold', Arial, sans-serif;
    font-size: 30px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h3{
    font-size: 22px;
	margin:3px 0;
	padding:0;
}
h4{
	font-size:15px;
	font-weight:bold;
	color:black;
	margin:0 0 20px;
	padding:0;
}
h4 a{
	color:black;
	text-decoration:underline;
}
h5{
	font-size:17px;
}
.more{
	font-size:14px;
	margin:22px 0 0;
	padding:0;
}

.font-14px, .font-14px p, .font-14px li{
	font-size:14px!important;
	color:black!important;
}
hr{height:1px; background:#ccc;margin:5px 0;padding:0;}

a.toggle{
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

/* Text Style*/
.red {color:#ee4848;}
.dark-red {color:#c1292e;}
.orange {color:#f5ac1c;}
.grey {color:#666666;}
.green {color:#4E5000;font-weight:bold;}
.blue {color:#0069b3;}
.black {color:#000000!important;}
.blackbold {color:#000000; font-weight:bold;}
.white {color:#ffffff;}
.gold {color:#b8a252;}
.bgRed {background:#FF0000;}
.bgOrange {background:#FF6600;}
.bgGrey {background:#666666;}
.bgGreen {background:#73AD00;}
.bgBlue {background:#2d95d1;}
.bgBlack {background:#000000;}
.bgWhite {background:#ffffff;}
.style-greentext {display:block;color:#005f27;margin:0 0 20px;}
.grey-remark{font-size:13px;color:#999999;}
.underline-gold{background: #BA9765; margin: 20px 0;}

/* reusable classes */
.floatLeft {float:left;width:auto;}
.floatRight {float:right;width:auto;}
.right {text-align:right;}
.left {text-align:left}
.center {text-align:center;}
.justify {text-align:justify}
.blank {border:1px solid #bbb;padding:0;margin:0;}
.subtitle {color:#000000;padding:15px 15px 0 15px;}
.caption {font-family:arial,verdana;font-size:10px;font-style:normal;font-weight:bold;color:#999999;}
.alert {color:#CC0000;font-size:15px;}
.spacer {line-height:1px;}
small {color:#999;font-size:80%;}
.line {border-top: 1px solid #999999;height: 1px;margin-top:6px;margin-bottom:6px;padding:0px;clear:both;}
.dotted {border-top: 1px dotted #999999;height: 1px;margin-top:3px;margin-bottom:3px;padding:0px;}
.imgFloatLeft {float:left;padding:0 20px 20px 0;display:block;}
.imgFloatRight {float:right;padding:0 0 20px 20px;display:block;width:auto;}
.img-responsive {max-width:100%;}
select{
	font-size: 14px;
    padding: 6px 8px;
    background: white;
    border-color: #cccccc;
    border-radius: 3px!important;
}

select#dep, select#cat{
	-webkit-appearance: none;
}

.btn-buynow a{
	background:#be1622;
	padding:12px 0;
	text-align:center;
	font-size:24px;
	font-weight:700;
	display:block;
	color:white;
}
.btn-joinnow a{
	background:#005f27;
	padding:12px 0;
	text-align:center;
	font-size:20px;
	font-weight:700;
	display:block;
	color:white;
}
.btn-back a{
	background:#b4b4b4;
	padding:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:700;
	display:block;
	color:white;
}
.btn-gonow{
    display: block;
    text-align: center;
    margin-top: -20px;
}
.btn-gonow a{
	background:#ff5000;
	padding:10px 25px;
	text-align:center;
	font-size:20px;
	font-weight:700;
	display:inline-block!important;
	color:white;
}
.btn-addmore{
	font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 25px;
    background: #ff5000;
    border: none;
    margin: 20px 0 0;
}
.btn-browse{
	color:white;
	padding:8px 50px;
	margin:0 10px;
	background:#aaaaaa;
}
.btn-buynow a:hover, .btn-joinnow a:hover, .btn-back a:hover, .btn-gonow a:hover{
	opacity:0.8!important;
}


/*general*/
.clear{clear:both;}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfloat {
    height: 1%;
}
.clearfix {
    display: block;
}

.hide {
	display: none;
}

.center{
		text-align: center;
}
	.desktop{
		display: block!important;
	}
	.mobile{
		display: none!important;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }


input, textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.input-placeholder{
	color:#aaaaaa;
}

table { border-collapse: collapse; border-spacing: 0; }

.bg-white{background:white;}
.bg-grey{background:#ececec;}
.bg-darkgrey{background:#373735;}
.bg-black{background:#1b1b1b;}

ol li{
	margin-bottom:15px;
}

ul.list-tick{
   padding-left: 20px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
   margin-bottom:10px;
}
ul.list-tick li:before{
    content: 'âœ”';
    margin-right: 10px;
}


/* Alignment Style */
body {
	width:100%;
	padding:0;
	margin:0 auto;
	background: #ffffff;
}


/*Controls Section*/
.layer-wrapper {
	width: 100%;
	margin: 0 auto;
	padding:0;
	border:0px solid red;
	position:relative;
	top:100px;
}
.layer-content{
	width:1200px;
	margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
	.layer-content p{
		font-size:14px;
		line-height:22px;
		margin:0 0 20px;
	}
	.layer-content p.last{
		margin:0;
	}
section{
	width: 100%;
	margin: -3px auto;
	padding:50px 0;
	display: inline-block;
}
.page-inside{
	margin-bottom:20px;
	min-height:500px;
}

.icon-talk img{
	position:fixed;
	top:240px;
	right:0;
	z-index:10;
}
.style-tag{
	position:absolute;
}


/* Header */
header{
	width: 100%;
	height:100px;
	margin: 0 auto;
	padding:0;
	background:white;
    position: fixed;
    top: 0;
    left: 0;
	z-index:999;
	border-bottom: 10px solid black;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header.smaller {
    height: 70px;
	border-bottom: 6px solid black;
}
header .layer-header {
	width:100%;
	height:50px;
	background:#005f27;
	margin: 0 auto;
	padding:13px 0 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header.smaller .layer-header {
	width:100%;
	height:36px;
	background:#005f27;
	margin: 0 auto;
	padding:6px 0 0;
}
	.layer-header .header-content {
		width:1000px;
		margin:0 auto;
		color:white;
	}
	.layer-header .header-content .header-left {
		float:left;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
	}
	.layer-header .header-content .header-right {
		float:right;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
	}
	.layer-header .header-content .header-right a{
		float:left;
	}
	.layer-header .header-content .header-right .link-join{
		border-right:1px solid white;
		padding-right:15px;
		margin-right:15px;
	}
	.layer-header .header-content a{
		color:white;
		font-size:14px;
	}
	.layer-header .header-content a:hover{
		opacity:0.7;
	}

/* Homepage */
header .layer-logo{
	text-align:center;
	margin:10px auto 10px;
	   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
header.smaller .layer-logo{
	margin:6px auto
}
header .layer-logo img{
	   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
header.smaller .layer-logo img{
	width:150px;
	height:auto;
}

.float-navi-login {position:absolute;top:0;margin-top:8px;right:10px;}
.float-navi-login ul {padding:0;margin:0;list-style:none;}
.float-navi-login ul li {display:inline-block;font-size:11px;padding:3px 0px 3px 12px;margin:0 2px;background:;}
.float-navi-login ul li:hover {background:white;}
.float-navi-login ul li.active {background:white;}

.float-navi-login1 {position:absolute;top:0;margin-top:8px;right:10px;}
.float-navi-login1 ul {padding:0;margin:0;list-style:none;}
.float-navi-login1 ul li {display:inline-block;font-size:11px;padding:3px 0px 3px 12px;margin:0 2px;background:;}
.float-navi-login1 ul li:hover {background:white;}
.float-navi-login1 ul li.active {background:white;}


/** Home Section **/
section.sec-Pcard:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    top: -70px;
    position: relative;
    margin: 0 auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
}
section.sec-Pcard img{
	margin-bottom:15px;
}
/* Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30%; /*25px*/
	height: 0;
	margin: 15px 20px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Promo banner */
.promo-wrap{
	padding: 50px 40px;
    margin: 0 20px;
}
	.promo-wrap .promo-list{
		height:auto;
		/*overflow-y:scroll;
	    overflow-x: hidden; */
	}
	.promo-wrap .promo-list img{
		margin:0 0 40px;
		box-shadow:5px 5px 10px #222222;
	}
.promo-wrap .promo-list .banner-img{
	position:relative;
	padding:0 1%!important;
}
.promo-wrap .banner-img .styleText{
    background: rgba(255,255,255, 0.85);
    width: 290px;
    height: 60%;
    margin: 13% 0;
    position: absolute;
    z-index: 10;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.promo-wrap .banner-img .styleText h4{
	font-size: 28px;
    font-weight: bold;
	color: #c09b5d;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.promo-wrap .banner-img .styleText p{
	font-size:14px;
	margin:0;
	text-transform:capitalize;
	padding:0;
}
/* More Promotion */
.morepromo{
	padding:60px 20px 0;
}
.morepromo .promo-head, .promo-wrap .promo-head{
	margin-bottom:15px;
}
.morepromo h3, .promo-wrap h3{
	color:white;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
}
.morepromo .banner-img {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.morepromo .banner-img img{
	width:100%;
	height:auto;
	/*margin-bottom:10px;*/
}
.morepromo .banner-img .styleText{
    background: rgba(255,255,255, 0.85);
    width: 88.5%;
    height: auto;
    bottom: 10px;
    position: absolute;
    z-index: 10;
    padding: 40px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	display:block;
}
.morepromo .banner-img .styleText h4{
	 width: 100%;
	font-size: 16px;
    font-weight: bold;
	color: #c09b5d;
	text-transform:uppercase;
	margin:0;
	padding:0;
	display:block;
}
.morepromo .banner-img .styleText h5{
	 width: 100%;
	font-size:18px;
	margin:0;
	text-transform: none;
	padding:0;
}
.morepromo .banner-img .styleText p{
	 width: 100%;
	font-size:14px;
	margin:0;
	text-transform:capitalize;
	padding:0;
	display:block;
}
/* Section Newsletter */
section.sec-newsletter{
	padding:20px!important;
}
	section.sec-newsletter h3{
		text-transform:uppercase;
		font-weight:bold;
	}
	section.sec-newsletter input{
		background:#4f4f05;
		padding:10px 15px;
		color:white;
		width:60%;
	}
	section.sec-newsletter button{
		background:black;
		padding:10px 15px;
		color:white;
		font-weight:bold;
		text-transform:uppercase;
		border:none;
	}
	section.sec-newsletter .newsletter-title{
		text-align:right;
	}

	.fb-page{
		width: 100%;
		background: white;
    	padding: 10px 0;
    	text-align: center;
	}

	/* Search */
	.search{
		float: right;
		bottom: 0;
		position: absolute;
		right: 0;
	}
	.btnSearch{
		cursor: pointer;
		    margin-top: -8px;
	}
	.inputSearch{
		display: block;
		width: 100%;
		padding: 20px 0px;
		font-size: 26px;
		line-height: 1.42857143;
		color: white;
		background-color: #000;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

/* Search- Modal*/
	.modal-search { position: relative;}
	.modal-search input { text-indent: 30px;}
	.modal-search .fa-search {
	   position: absolute;
		top: 90px;
		right: 15px;
		font-size: 30px;
		color: #aaa;
		cursor: pointer;
	}
	.btn-close{
		position: relative;
    	z-index: 100;
	}
	/* Search- Insidepage*/
	.layer-search { position: relative;margin: 30px 0 0;}
	.layer-search input {
		    text-indent: 0;
			border: 2px solid #4E5000;
			color: #4E5000;
			padding: 10px 35px 10px 10px;
			width: 100%;
	}
	.layer-search .fa-search {
	   position: absolute;
    top: 7px;
    right: 10px;
    font-size: 21px;
    color: #4E5000;
    cursor: pointer;
	}



	/* Nav */
	.menu-2col{
		width: 430px;
   	   left: -170px;
	}
	.menu-2col ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.menu-2col ul li{
		color:black;
	    padding: 3px 25px;
		list-style-type:none;
	}
	.menu-2col ul li b{
		text-transform:uppercase;
	}
	.menu-2col ul li a{
		color:black;
		font-size: 14px;
	}
	.menu-2col ul li a:hover{
		color: #999;
	}
	.nav > li.social{
		display:none;
	}

/* Left Nav */
.layer-leftNav{
	overflow-y:scroll!important;
}
.layer-leftNav h2{
	font-family: 'SFUIText-Bold', Arial, sans-serif;
	font-size:21px;
	color:black;
	margin:0 0 15px;
	padding:0;
}

/* Inside Page */
.wrapper-card{
	background: #E6E7E8;
    padding: 20px;
    border: 1px solid #BA9765;
}
.collapse, .collapse ul li, .collapse ol li, .collapse tr td, .collapse a{
	font-size:14px;
}
	.collapse ol.list-number{
		list-style-type: decimal;
	}
	.collapse ul.list-none{
		list-style-type: none;
	}
	.collapse ul{
		list-style-type: disc;
	}
	ul.list-tnc li{
		margin-bottom:15px;
	}

.layer-filter{
	border:2px solid #231F20;
	background:white;
	padding:10px;
	margin:20px 0;
	text-align:center;
}
	.layer-filter ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.layer-filter ul li{
		padding: 0 10px;
		margin: 5px auto;
		/*text-align: center;
		border-right: 1px solid #ccc;
		display: inline-block;*/
	}
	.layer-filter ul li a{
		color:#231F20;
		padding:0;
	}
	.layer-filter ul li a:hover{
		color:#4E5000;
	}
	.layer-filter ul li a.active{
		color:#4E5000;
		font-weight:bold;
	}
.layer-filter-abc{
	border-top:2px solid #231F20;
	margin:10px 0 0;
	padding:10px 0 0;
	display:block;
}
.layer-filter-abc a{
	font-weight:bold;
	color:#231F20;
	padding:0 2px;
}
.layer-filter-abc a.active, .layer-filter-abc a:hover{
	color:#4E5000;
	text-decoration:underline;
}
.layer-filter-abc768{
	display:none;
}

.brand-filter{
	border-top:none;
	border-bottom:1px solid #D1D3D4;
	padding:0 0 10px 0;
	margin:0;
}

ul.clearfloat li{
    height: 250px;
    overflow-x:hidden;
    overflow-y:scroll;
}
ul.clearfloat li img{
    height:100%;
    width:auto!important;
    max-width:100%;
}

/* Pagination */
.layer-pagination{
}
	.layer-pagination .layer-pagin-type{
		margin:0 0 5px 0;
    }
	.layer-pagination .layer-pagin-type p{
		font-size:13px;
		text-transform:uppercase;
		float:left;
		padding:6px 0 0 0;
		margin:0;
	}

	.layer-pagination .layer-pagin-type p a{
		font-size:13px;
		text-transform:uppercase;
	}
	.layer-pagination .layer-pagin-type input{
		border: 2px solid #4E5000;
		padding: 5px;
		float: left;
		width: 32px;
		margin: 0 10px;
		vertical-align: middle;
	}
	.layer-pagination .layer-pagin-list{
		margin:6px 0 0 20px;
	}
	.layer-pagination .layer-pagin-list i{
		color:#999;
		margin:0 5px;
	}
	.layer-pagination .layer-pagin-list span{
		display:block;
		float:left;
	}
	.layer-pagination .layer-pagin-list span a{
		margin:0 2px;
		padding:0;
	}
	.layer-pagination .layer-pagin-list span a:hover, .layer-pagination .layer-pagin-list span a.active{
		text-decoration:underline;
		color:#4E5000;
	}


/* list for MERCHANT PARTNERS PRIVILEGES */
.layer-listing{
}
	.layer-listing ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.layer-listing ul li{
		background: white;
		padding: 15px;
		margin: 15px 1%;
		width: 31%;
		float:left;
	}
	.layer-listing ul li img{
		margin-bottom:10px;
	}
	.layer-listing ul li h4{
		margin:0 0 10px;
		text-transform:uppercase;
	}
	.layer-listing .more{
		margin: 10px 0;
		text-align: center;
	}
	.layer-listing .more a{
		color: #231F20;
		font-size: 16px;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.layer-listing .more a:hover{
		opacity:0.7;
	}

/* Brand */
.layer-brand{
	padding:20px 0;
	border-bottom:1px solid #D1D3D4;
}
	.layer-brand .brand-logo img{
		width:auto!important;
		margin:0 0 15px 0;
	}
	.layer-brand  h4{
		font-family: 'SFUIText-Heavy', Arial, sans-serif;
		font-size: 18px;
		color: black;
		margin: 0 0 15px;
		padding: 0;
		text-transform:uppercase;
	}
	.layer-brand  h5{
		font-family: 'SFUIText-Heavy', Arial, sans-serif;
		font-size: 15px;
		color: #4E5000;
		margin: 0 0 5px;
		padding: 0;
	}
	.layer-brand .more{
		margin:0 0 20px 0;
	}
	.layer-brand .more a{
		font-size:14px;
		font-weight:bold;
		color: #4E5000;
	}
	.layer-brand p{
		margin:0;
	}
	.layer-brand .brand-detail{
		padding:0;
		line-height:22px;
	}
	.layer-brand .brand-gallery span{
                height:100px;
                width:33%;
		padding:0 2px;
                overflow: hidden;
	}
	.layer-brand .brand-gallery span img{
                object-fit:cover;
                width:100%!important;
                height:100%!important;
		border:1px solid #D1D3D4;
	}
	.layer-brand .brand-photo{
		padding:0 5px 0 0;
	}
	.layer-brand .brand-content .item{
		margin:0 0 20px 0;
	}
	a.see_more{
		font-size: 14px;
    	font-weight: bold;
    	color: #4E5000;
	}

/* Mailer */
.layer-mailer{
}
.layer-mailer .mailer-detial{
	    min-height: 85px;
}
	.layer-mailer h6{
		color: #4E5000;
		font-weight:bold;
		font-size:14px;
		text-transform:uppercase;
		margin:15px 0 2px;
		padding:0;
		min-height:32px;
	}
	.layer-mailer h6:before {
		  content:'';
		  width:100%;
		  height:30px;
		  position:absolute;
		  left:0;
		  bottom:0;

		}
	.layer-mailer p{
		margin:0;
		padding:0;
		line-height:18px;
	}
	.layer-mailer .img-mailer{
		display:block;
		height:250px;
		overflow-y:hidden;
	}



/* Location */
.layer-location-list{
	margin-top: 25px;
}
.layer-location-list .list-location{
    margin-bottom: 25px;
    border: 2px solid #4E5000;
    padding: 15px;
	display: block;
    min-height: 290px;
}
	.layer-location-list .list-location h5{
		font-family: 'SFUIText-Heavy', Arial, sans-serif;
		font-size:16px;
		font-weight:bold;
		 margin: 0 0 10px 0;
	}
	.layer-location-list .list-location span a{
		font-size:12px;
		text-decoration:underline;
		color:#4E5000;
	}
	.layer-location-list .list-location img{
		width:auto!important;
		height:auto!important;
		margin-right:5px;
	}
	.layer-location-list .list-location .img-waze, .layer-location-list .list-location .img-Amap{
		display:none;
	}

.layer-achive h3{
	color:#4E5000;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:10px;
}
#accordion h2{
	font-size:24px;
    text-transform: capitalize;
}

/* Contact Form */
ul.list-contactForm{
	list-style-type:none;
	margin:0;
	padding:0;
}
	ul.list-contactForm li{
		padding: 20px 0;
        clear: both;
        display: block;
	}
	ul.list-contactForm li label{
		float:left;
		width:20%;
	}
	ul.list-contactForm li span{
		float:left;
		width:80%;
	}
	ul.list-contactForm li span input{
		border-bottom:1px solid #ccc;
		width:100%;
	}
	.inputCode{
		float:left;
		border:1px solid #ccc;
		padding:10px;
		margin-right:5px;
		width:50%!important;
		margin-top:5px;
	}
	.btn-send{
		float:left;
		background:black;
		padding:10px;
		color:white;
		font-weight:bold;
		border:0;
		margin-top:5px;
	}

/* Bottom Button*/
.bottom-btn{
	display:none;
}



/*** Footer  ***/
footer{
	background:#1b1b1b;
	padding:40px 0 60px;
	margin:0;
}
footer ul{
	list-style-type:none;
	margin:0 0 30px;
	padding:0;
}
footer ul li{
	margin: 5px 0;
    padding: 0;
    color: white;
    line-height: 18px;
    font-size: 14px;
}
footer ul li.head{
	font-size: 18px!important;
    border-bottom: 1px solid #555;
    width: 80%;
    padding: 0 0 5px;
    margin: 0 0 15px;
}
footer ul li span{
	width: 36px;
    height: 36px;
    border-radius: 40px;
    background: #4f4f05;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 22px;
    padding: 6px 0 0;
    margin: 5px 5px 0 0;
}
footer ul li a{
	color:white;
}
footer ul li a:hover span{
	opacity:0.7;
}



/** Style Scrollbar **/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background:white;
    border-radius: 10px;
	width:6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#4f4f05;
}

}

@media (max-width: 1199px) {
.layer-content{
	width:100%;
	padding: 0 15px;
}
	.layer-header .header-content {
		width:100%;
		padding:0 5%;
		color:white;
	}

}

@media (max-width: 1024px) {
.layer-location-list .list-location .img-waze, .layer-location-list .list-location .img-Amap{
		display:inline-block;
	}
}



@media (max-width: 990px) {
	.layer-listing ul li{
		background: white;
    	padding: 15px;
    	margin: 15px 1%;
    	width: 48%;
	}
	.layer-listing ul li img{
		width:auto!important;
	}
	.morepromo .banner-img {
		position: relative;
		height: 220px;
		overflow: hidden;
	}
}

@media (min-width: 769px) {
	html{
		min-width:769px;
	}
}

@media (max-width: 768px) {
	.desktop{
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
.layer-wrapper{
	top:66px;
}
header{
	width: 100%;
	height:66px;
	margin: 0 auto;
	padding:0;
	background:white;
    position: fixed;
    top: 0;
    left: 0;
	z-index:999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header.smaller {
    height: 60px;
}
header .layer-logo{
	text-align:center;
	padding-left:0;
	margin:15px auto;
	   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
header.smaller .layer-logo{
	margin:15px auto
}
header .layer-logo img{
	width:160px;
	height:auto;
	    margin-left: -25px;
	   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
header.smaller .layer-logo img{
	width:150px;
	height:auto;
}
/*.float-navi-login {margin-top:5px!important;height:10px;}
.float-navi-login ul li {font-size:10px!important;}*/
.float-navi-login {position:relative;top:0;margin-top:8px;margin-bottom:15px;right:auto;left:1px;text-align:left;clear:both;}
.float-navi-login ul {}
.float-navi-login ul li {padding:7px 12px 7px 0;}

.search{
  float: right;
  top: 52px;
  position: fixed;
  right: 0;
  height: 0;
}

.navbar-toggle.nav-right {float:right;}

section{
	padding:25px 0;
}
.sec-card img{
	width:100%;
	height:auto;
}
.promo-wrap .promo-list img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.promo-wrap .banner-img .styleText, .promo-wrap .banner-img .styleText h4, .promo-wrap .banner-img .styleText p{
	display:none;
	background:none;
}
.promo-wrap .banner-img .styleText768{
	display: block!important;
    position: relative;
    margin: 0;
    padding: 0 0 10px;
}
.promo-wrap .banner-img .styleText768 h4{
	font-size: 13px;
    color: white;
    font-weight: normal;
    display: block!important;
}
.morepromo{
	padding:40px 20px 0;
}
.morepromo h3{
	font-size:16px;
}
section.sec-newsletter .newsletter-title{
		text-align:left;
	}
footer ul li.head{
    width: 100%;
}

.menu-2col ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}
.menu-2col ul li {
	padding: 2px 0;
    color: #777;
    font-size: 14px;
}
.menu-2col ul li a {
    color: #999;
    font-size: 14px;
	line-height: 20px;
}
.menu-2col ul li a:hover{
	color:#333;
}

.nav > li.social{
	float:right;
	clear:both;
	z-index:10;
	display:block;
  /*margin-top:-48px;*/
}
.nav > li.social a{
	width: 36px;
    height: 36px;
    border-radius: 40px;
    background: #4f4f05;
    color: white;
    font-size: 22px;
    padding: 6px 0 0;
    margin:0 5px 0 0;
	float:left;
	display:inline-block;
	opacity:1.0;
}
.nav > li.social a span{
	color:white;
	text-align:center;
	padding: 0 11px;
}
.nav > li.social a:hover{
	background:#71711b;
}

.btnSearch {
    cursor: pointer;
    float: right;
    margin-top: -40px;
    margin-right: 5px;
}

.morepromo .banner-img a .styleText{
	display:none;
	background:none;
}
.morepromo .banner-img .styleText h4{
	display:none;
}
.morepromo .banner-img .styleText h5{
	display:none;
}
.morepromo .banner-img .styleText p{
	display:none;
}

.morepromo .banner-img a .styleText768{
	background:white;
	display:none;
	padding:0;
	height:auto;
}
.morepromo .banner-img .styleText768 h4{
	display: block!important;
    font-size: 14px;
    color: black;
    margin: 0 0 -40px;
    padding: 6px;
    text-transform: CAPITALIZE;
    font-weight: normal;
    text-align: center;
}
/* Bottom Button*/
.bottom-btn{
	display:block;
	background: #1b1b1b;
}
.bottom-btn ul{
	list-style-type: none;
    margin: 0;
    padding: 10px 0;
    height: 75px;
}
.bottom-btn ul li a{
	background: #1b1b1b;
    margin: 0;
    padding: 10px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	display:block;
	width: 50%;
    float: left;
}

.bottom-btn ul li img{
	margin-right:10px;
}
	.layer-brand .brand-logo img{
		margin: 0;
                width:35%!important;
	}
	.layer-brand .brand-photo{
		padding:0;
	}
	section.sec-newsletter{
		padding:20px 0!important;
	}
	.layer-brand .brand-content{
		padding:0!important;
	}

.layer-mailer .mailer-detial{
	height:auto;
	margin-bottom:20px;
}
.layer-filter-abc{
	display:none;
}
.layer-filter-abc768{
	display:block;
	width:100%;
	border-top:2px solid #231F20;
	margin:10px 0 0;
	padding:10px 0 0;
}
.layer-filter-abc768 select{
	width:100%;
	display:block;
}
.layer-location-list .list-location{
	min-height:0;
}
section.sec-Pcard:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    top: -25px;
    position: relative;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}
.videoWrapper {
	padding-top: 110%; /*25px*/
}
}

@media (max-width: 600px) {
.layer-mailer h6{
	min-height:45px;
}
.layer-mailer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
}

@media (max-width: 480px) {
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 14px;
}
h2{
	font-size: 16px;
}
h3{
    font-size: 14px;
	margin:0;
	padding:0;
}
.more{
	font-size:12px;
	margin:5px 0 0;
	padding:0;
}
	.layer-content p{
		font-size: 11px;
    	line-height: 12px;
    	margin: 0 0 10px;
    	min-height: 24px;
	}
header .layer-header {
	width:100%;
	height:50px;
	background:#005f27;
	margin: 0 auto;
	padding:5px 0 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header.smaller .layer-header {
	width:100%;
	height:36px;
	background:#005f27;
	margin: 0 auto;
	padding:0;
}
	.layer-header .header-content .header-left {
		float:left;
		margin:7px 0 0;
	}
	.layer-header .header-content .header-right {
		float:right;
		margin:4px 0 0;
	}

	.layer-header .header-content a{
		color:white;
		font-size:14px;
		line-height:18px;
	}

	.layer-header .header-content .header-right a{
		float:none;
		display:block;
		text-align:right;
		font-size:12px;
		line-height:14px;
	}
	.layer-header .header-content .header-right .link-join{
		border-right:0px solid white;
		padding-right:0px;
		margin-right:0px;
	}
.layer-logo img{
	width:180px;
}
.layer-header .header-content .header-right {
	display:none;
}
section.sec-Pcard:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    bottom:50px;
    position: relative;
    margin: 0 auto;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid white;
}
section.sec-Pcard img{
	width:100%;
	height:auto;
}
.promo-wrap {
	padding:20px 15px;
	position:relative;
}
.promo-wrap .promo-list{
	height:150px;
}
section.sec-newsletter input{
		width:100%;
	}
	section.sec-newsletter button{
		width:100%;
	}
.morepromo .banner-img .styleText768 h4{
	font-size:12px;
	margin:0 0 -35px;
}
.promo-wrap .banner-img .styleText768 h4{
	font-size:11px;
}
.layer-filter ul li {
	margin:3px auto;
}
.layer-filter ul li a{
	font-size:12px;
}
#accordion h2{
	font-size:18px;
    text-transform: capitalize;
}
.layer-mailer h6{
	font-size:12px;
	min-height: 39px;
}
.layer-mailer .img-mailer{
		display:block;
		height:130px;
		overflow-y:hidden;
	}
	.morepromo .banner-img {
		position: relative;
		height: 200px;
		padding: 0;
		overflow: hidden;
	}
}



@media (max-width: 360px) {
.promo-wrap .promo-list{
	height:100px;
}
.promo-wrap .banner-img .styleText768 h4{
	font-size:10px;
}
.morepromo .banner-img .styleText768 h4{
	font-size:11px;
	margin:0 0 -35px;
}
	ul.list-contactForm li label{
		float:left;
		width:100%;
	}
	ul.list-contactForm li span{
		float:left;
		width:100%;
	}
.videoWrapper {
	padding-top: 110%; /*25px*/
}
}

/* For Pretty Photo Mobile */
@media only screen and (max-width: 479px) {
	 .pp_pic_holder{ left: 50% !important; width: 360px !important;  margin-left: -180px !important; }

	 .pp_content, #pp_full_res img{ width: 100% !important; height: auto !important; }


	 .pp_top, .pp_bottom  {height:10px!important;}
	 .pp_bottom .pp_middle, .pp_bottom .pp_right, .pp_bottom .pp_left,.pp_top .pp_middle, .pp_top.pp_right, .pp_top .pp_left {height:10px!important;}
	 .pp_content_container .pp_left, .pp_bottom .pp_right {padding-left:10px!important;}
	 .pp_content_container .pp_right{padding-right:10px!important;}
	 .pp_top .pp_middle {height: 10px;left: 10px;position: absolute;right: 10px;}
	 .pp_bottom .pp_right, .pp_bottom .pp_left, .pp_top .pp_right, .pp_top .pp_left{width:10px!important;}
	 .pp_bottom .pp_middle, .pp_top .pp_middle{left:10px!important; right:10px!important;}

	 div.light_square .pp_details {
		width:360px!important;
		position: absolute!important;
		background: white;
		display: block;
		padding: 5px;
		left: 0;
	 }
	 div.light_square .pp_close {
    margin: 5px;
}
}

/* Iven code starts here */
header .back-arrow {
	margin-top: 10px;
}

header .profile img {
	margin-right: 10px;
}

header .profile {
	margin-top: 10px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

section.body {
	margin-top: 100px;
}

.top-section {
	margin-bottom: 100px;
}

.top-section.col-xs-6 {
	float: none;
    margin: 0 auto;
    margin-bottom: 100px;
}

.top-section img {
	max-width: 100%;
}

.form-section {
	float: none;
	margin: 0 auto;
}




a.act-btn {
	background: #000;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	max-width: 168px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 28px;
	text-align: center;
}

a.act-btn.active {
	background: #000;
}

a.active {
	background: #000;
}

a.act-btn2 {
	background: #4d4f04;
	padding: 20px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 28px;
	max-width: 80%
}


.clear {clear: both;}

.form-section .sp {
	margin-bottom: 38px;
	float: left;
	width: 100%;
}

.form-section .sp.password {
	margin-bottom: 10px;
}

.form-section label {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: left;
}

.form-section input {
	border: 1px solid #ccc;
	clear: both;
	width: 100%;
	line-height: 44px;
	margin-top: 5px;
	padding: 0 10px;
}

.top-section {
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 0;
	float: none;
	margin-bottom: 100px;
}

.top-section ul {
	margin: 0;
	padding: 0;
}

.top-section ul li {
	list-style-type: none;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.top-section .card-img {
	float: left;
	padding-left: 0;
}

.top-section .card-info {
	float: left;
	text-align: left;
	margin-top: 40px;
	padding: 0;
}

.top-section .card-info ul li.num {
	font-size: 24px;
	font-weight: bold;
}

.top-section .card-info ul li.pnum {
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}


.redeem-apv-tab {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	 padding-bottom: 15px;
}

.redeem-apv-tab a {
	display: block;
	text-align: center;
	background: #4d4f04;
	padding: 10px 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	clear: both;
	margin: 0 auto;
	margin-bottom: 28px;
	width:70px;
	height:70px;
}

.redeem-apv-tab a.active {
	background: #000;
}

.progressbar-text {
	font-size: 72px !important;
	color: #4d4f04 !important;
	width: 100%;
	text-align: center;
}

.progressbar-text span {
	color: #4d4f04 !important;
	font-size: 22px;
}

.redeem-apv-chart .second.circle span {
	position: absolute;

	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #4d4f04;
}

.redeem-apv-chart .second.circle span.pts {
	top: 35% !important;
	font-size: 72px;


}

.redeem-apv-chart .second.circle span.pts b {
	font-size: 22px;
	font-weight: normal;
	margin-left: -20px;
}

.redeem-apv-chart .second.circle span.remaining {
	top: 60% !important;
	font-size: 22px;
}


.redeem-apv-chart .redeem-apv-points {
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	margin-top: 40px;
	color: #4d4f04;

}

.redeem-apv-chart .redeem-apv-points span {
	padding-top: 20px;
	font-size: 22px;
	font-weight: bold;
}

.apv-transaction .table td ul {
	padding: 0;
	margin: 0;
}

.apv-transaction .table td ul li {
	list-style-type: none;
	font-size: 16px;
}

.apv-transaction .table td ul li.date {
	margin-bottom: 20px;
}


.apv-transaction .table td ul li span.caps {
	text-transform: uppercase;
	font-size: 16px;
}

.apv-transaction .table td ul li span.date {
	text-transform: uppercase;
	font-size: 18px;

}

.apv-transaction .table th.total, .apv-transaction .table td.total {
	font-size: 18px;
	text-align: right;
}

.apv-transaction .table th.caption {
	font-size: 18;
	color: #000;
}

.apv-transaction .table th.total select{
	background: #4d4f04 !important;
	float: right;
	color: #fff;
	text-transform: uppercase;

}

.apv-profile .form-section label {
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: left;
}

.apv-profile .form-section textarea  {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}


.conflict .modal-dialog {
	width: 400px;

}

.conflict .modal-dialog .modal-content{
	border-radius: 0;
	text-align: center;
}

.conflict .modal-dialog .modal-content .modal-body{
	font-size: 16px;
}

.conflict .modal-dialog .modal-footer {
	text-align: center;
	border-top: 0;
}

.conflict .modal-dialog .modal-footer .btn + .btn {
	float: none;

}

.conflict .modal-dialog .modal-footer .btn-primary {
	background: none;
	color: #000;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
}

.sp select {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 5px;
	height: 50px;
	border: 1px solid #ccc;
}

.sp select:disabled {
	background:lightgrey;
}

.form-section input[type=checkbox] {
	float: left;
	width: auto;
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	margin-top: -2px;
}

.form-section input[type=radio] {
	float: left;
	width: auto;
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	margin-top: -2px;
	margin-left: -20px;
}

.sp.checkbox-item label {
	width: auto;
	padding-left: 10px;
	text-transform: none;
}

.checkbox .form-section .sp {
	text-align: left;

}




/* For Pretty Photo Mobile */
@media only screen and (max-width: 479px) {

	.progressbar-text {
		font-size: 62px !important;
	}

	.progressbar-text span {
		font-size: 18px;
	}

	 header .back-arrow {
	 }

	 .top-section {
	 	border-bottom: none;
	 	width: 100%;
	 	margin-bottom: 30px;
	 }

	 .top-section.col-xs-6, .form-section {
	 	width: 100%;
	 }

	 .top-section.col-xs-6 {
	 	margin-bottom: 50px;
	 }

	 a.act-btn {
	 	max-width: 100%;
	 }

	 header {
	 	padding-top: 0;
	 }


	 .navbar-fixed-top .col-xs-4:nth-child(1),.navbar-fixed-top .col-xs-4:nth-child(3){
	 	width: 24%;
	 	padding: 0;
	 }

	 .navbar-fixed-top div:nth-child(2) {
	 	padding-top: 18px;
	 	max-width: 100%;
	 }

	 .navbar-fixed-top div:nth-child(2) img {
	 	width: 160px;
	 	height: 24.63px;
            margin-top:-30px;
	 }

	 .navbar-fixed-top .col-xs-4 {

	 }

	 .col-xs-8.redeem-apv {
	 	width: 100%;
	 	margin-bottom: 50px;
	 }

	 .top-section .card-info {
	 	margin: 0;
	 }

	 .redeem-apv-tab .col-xs-4 {
	 	padding-left :5px;
	 	padding-right :5px;
	 }

	 .redeem-apv-tab a {
	 	padding: 10px;
	 }

	 .circle canvas {
	 	height: auto !important;
	 }

	 .redeem-apv-chart .second.circle span.pts {
	 	font-size: 55px;
	 }

	 .redeem-apv-chart .second.circle span.remaining {
	 	font-size: 14px;
	 }



	 .apv-transaction .col-xs-12, .apv-transaction .col-xs-8, .apv-scan .col-xs-12, .apv-scan .col-xs-8{
	 	padding: 0;
	 }

	 .apv-scan img {
	 	max-width: 100%;
	 }

	 .top-section .card-info ul li.num {
	 	font-size: 18px;
	 }

	 .redeem-apv-chart .second.circle span.remaining {
	 	top : 65% !important;
	 }

	 .redeem-apv-chart .second.circle span.pts b {
	 	    margin-left: -13px;
	 }
}

/* Gallery */
.item-gallery{
	min-height: 300px;
}
@media only screen and (max-width: 600px) {
	.item-gallery{
		min-height: 260px;
	}
}
@media only screen and (max-width: 480px) {
	.item-gallery{
		min-height: 220px;
	}
	.videoWrapper {
		padding-top: 135%; /*25px*/
	}
}
@media only screen and (max-width: 380px) {
	.videoWrapper {
		padding-top: 145%; /*25px*/
	}
}
@media only screen and (max-width: 360px) {
	.item-gallery{
		min-height: 180px;
	}
}


/*MC Add*/
@media (max-width: 768px) {
  .item-toggle {display:none;position:absolute;z-index:10;top:50px;width:99%;background:rgba(255,255,255,.9);}
}
@media (min-width: 769px) {
  .item-toggle {display:block!important;position:absolute;;z-index:10;top:0;background:transparent;padding:0 25px 0 0;margin:0;width:290px;border-right: 1px solid #d9d9d9;}
}
