/*@font-face {
    font-family: 'agenda_medium';
    src: url('../fonts/AgendaMedium.ttf');
    src: url('../fonts/AgendaMedium.ttf')  format('truetype');
}

@font-face {
    font-family: 'agenda_bold';
    src: url('../fonts/AgendaBold.ttf');
    src: url('../fonts/AgendaBold.ttf')  format('truetype');
}

@font-face {
    font-family: 'agaramond_italic';
    src: url('../fonts/AdobeGaramondItalic.otf');
    src: 
        url('../fonts/AGaramond-Italic.otf')  format('opentype');
}*/

@font-face {
    font-family: 'agenda_medium';
    src: url('../fonts/Agenda-Medium.otf');
}

@font-face {
    font-family: 'agenda_light';
    src: url('../fonts/Agenda-Light.ttf');
}

@font-face {
    font-family: 'agenda_bold';
    src: url('../fonts/Agenda-Bold.eot');
    src: url('../fonts/Agenda-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Agenda-Bold.woff') format('woff'),
    url('../fonts/Agenda-Bold.ttf') format('truetype'),
    url('../fonts/Agenda-Bold.svg#Agenda-Bold') format('svg');
}

@font-face {
    font-family: 'agaramond_italic';
    src: url('../fonts/AGaramondPro-Italic.eot');
    src: url('../fonts/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AGaramondPro-Italic.woff') format('woff'),
    url('../fonts/AGaramondPro-Italic.ttf') format('truetype'),
    url('../fonts/AGaramondPro-Italic.svg#AGaramondPro-Italic') format('svg');
}

/* @font-face {
    font-family: 'didotlh_headline';
    src: url('../fonts/DidotLH-Headline.eot');
    src: url('../fonts/DidotLH-Headline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DidotLH-Headline.woff') format('woff'),
         url('../fonts/DidotLH-Headline.ttf')  format('truetype'),
         url('../fonts/DidotLH-Headline.svg#AGaramondPro-Italic') format('svg');
} */

/* ------------------------------------------- template -------------------------------------------------- */
html {
    height: 100%;
}

body {
    min-height: 100%;
    overflow-x: hidden;
}

body.elite-card-body{
    background-color: #000000;
    color: #ffffff;
}

body.elite-card-body footer{
    background-color: #000000;
    color: #ffffff;
}

body, div, p, span, article, section, header, footer {
    font-size: 12px;
    font-family: 'agenda_medium', sans-serif;
}

.font-agenda-medium {
    font-family: 'agenda_medium', sans-serif;
}

.font-agenda-bold {
    font-family: 'agenda_bold', sans-serif;
}

.font-1em {
    font-size: 1em;
}

.text-transform-none {
    text-transform: none;
}

.relative {
    position: relative;
}

/* -- header tag template -- */

h6 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.6em;
}

h4 {
    font-size: 2em;
}

h3 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.6em;
}

h1 {
    font-size: 3.0em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'agenda_bold', 'agenda_medium';
    font-weight: bold;
    text-transform: uppercase;
}

h2.big {
    font-size: 4em;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* -- margin template -- */
.margin-0 {
    margin: 0px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}
/*.margin-left-180{
    margin-left: 180px;
}*/
/* -- padding template -- */
.padding-0 {
    padding: 0px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-17 {
    padding-left: 17px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

/* font weight */
.font-weight-300,
.font-weight-light {
    font-weight: 300;
}

.font-weight-400,
.font-weight-normal {
    font-weight: 400;
}

.font-weight-700,
.font-weight-bold {
    font-weight: 700;
}

.font-size-16{
	font-size: 16px !important;
}

.font-size-18{
	font-size: 18px !important;
}

.font-size-20{
	font-size: 20px !important;
}

.font-size-22{
	font-size: 22px !important;
}

.font-size-24{
	font-size: 24px !important;
}

.font-size-36{
	font-size: 36px !important;
}

.font-size-40{
	font-size: 40px !important;
}

/* visibility */
.hidden {
    display: none;
}

/* element alignment */
.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

/* border */
.border-red {
    border: 1px solid #FF0000;
}

.cursor-pointer {
    cursor: pointer;
}

/* Selectbox style */
.sbSelector,
.sbHolder {
    font-family: 'agenda_medium', sans-serif;
}

.sbHolder,
.sbOptions {
    background-color: #000;
    border: none;
    width: 314px;
}

.sbOptions {
    border-bottom: none;
    font-size: 0.7em;
    left: 0px;
    text-transform: uppercase;
}

.sbOptions li {
    padding: 0 15px;
    text-align: left;
    background-color: #000;
}

.sbOptions li:hover {
    background-color: #555;
}

.sbOptions li a {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.sbHolder {
    font-size: 2em;
    height: 44px;
    line-height: 44px;
}

.sbSelector {
    height: 40px;
    line-height: 40px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover,
.sbOptions a:link, .sbOptions a:visited, .sbOptions a:hover {
    color: #FFF;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    width: 300px;
    text-align: left;
    font-size: 0.7em;
    padding: 0 5px;
    text-transform: uppercase;
}

.sbToggle {
    height: 40px;
}

/* --------------------------------------------- page ---------------------------------------------------- */
.text-black, a.text-black{
    color: #000000 !important;
}
.text-white,a.text-white{
    color: #ffffff !important;
}
a.text-decoration-none{
    text-decoration: none !important;
}

header {
    left: 0;
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #FFF;
    border: none;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-align: left;
}

.navbar-default .navbar-nav > li.elite-card a {
    background-color: #f7b7af;
}
.navbar-default .navbar-nav > li.elite-card.active a {
    background-color: #000000;
    color: #ffffff;
}

.navbar-default .navbar-nav > li.perfect-combo a {
    background-color: #000000;
    color: #ffffff;
}
.navbar-default .navbar-nav > li.perfect-combo.active a {
    background-color: #000000;
    color: #ffffff;
}

.navbar-default .navbar-nav > li.apply a {
    background-color: #e9e6e3;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a {
    background-color: #FFF;
}

.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > li > a:hover span {
    border-bottom: 3px solid #e9d4b6;
}

.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > li > a span,
.navbar-default .navbar-nav > li > a:hover span {
    font-size: 1em;
}

.nav > li > a {
    padding: 30px;
}

.nav > li.custom {
    padding: 26px 24px 21px;
    color: #333;
    font-family: 'agenda_light', 'agenda_medium';
}

.navbar-nav li a, .nav > li.custom {
    font-size: 1.3em;
    text-transform: uppercase;
}

.custom img{
	margin-left: 7px;
}

.container-fluid {
    border-bottom: 1px solid #000;
}

aside {

}

section {
    background-color: #FFF;
    position: relative;
    z-index: 10;
}

article {

}

footer {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    padding: 25px 15px 25px 15px;
    text-align: center;
    font-family: 'agenda_medium';
}

/* content */
.background-transparent {
    background-color: transparent;
}

.background-black {
    background-color: #000000;
    color: #ffffff;
}
.background-black h2{
    color: #ffffff;
}
.background-grey {
    background-color: #E9E6E3;
}

.section-title {
    min-height: 95px;
}

.sub-title {
    margin-top: 20px;
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}

#site-content {
    /* margin-top: 50px; */
}

.width-100p {
    width: 100%;
}

span.header-underline-white {
    border-bottom: 4px solid #ffffff;
    font-family: 'agenda_bold', 'agenda_medium';
    font-size: 1em;
    padding-bottom: 5px;
    line-height: 50px;
}
span.header-underline {
    border-bottom: 4px solid #000;
    font-family: 'agenda_bold', 'agenda_medium';
    font-size: 1em;
    padding-bottom: 5px;
    line-height: 50px;
}

.row-no-padding .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.border-right {
    border-right: 1px solid #000;
}

.button {
    background-color: transparent;
    border: none;
    font-size: 1.3em;
    padding: 10px 50px;
    transition: background-color 0.5s, color 0.5s;
    -webkit-transition: background-color 0.5s, color 0.5s;
}

.button.button-black {
    /* background-color: #000;
    border: 1px solid #000; */
    color: #000;
    padding: 10px 40px 10px 50px;
}

.button.button-black span.arrow {
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: sub;
}

.button.button-black:hover {
    background-color: transparent;
    color: #000;
}

.button.border-white {
    border-color: #FFF;
}

.button.hover-background-black:hover {
    background-color: #000;
    color: #fff;
}

.button.hover-background-white:hover {
    background-color: #FFF;
}

.button_homepage {
    color: #fff;
    background: #000000;
    padding: 10px 40px 10px 50px;
}

#h-tab2{
	visibility: hidden;
}
#h-tab3{
    visibility: hidden;
}

#h-tbl-tab1{
    visibility: hidden;
}

#h-tbl-tab2{
    visibility: hidden;
}
.inner-tab{
    display: none;
}
.inner-tab.in{
    display: block;
}
h2.white {
    color: #FFF;
}

h2.white span.header-underline {
    border-color: #FFF;
}

.homepage-banner,
.homepage-luxepay {
    position: relative;
}

.homepage-banner {
    background-size: cover;
    width: 100%;
    z-index: 11;
}

.homepage-banner-content .apply-now {
    position: absolute;
    right: 20px;
    top: 20px;
}

.homepage-banner-content .apply-now a {
    color: #FFF;
    font-size: 2.4em;
}

.homepage-banner-content .apply-now a:visited,
.homepage-banner-content .apply-now a:link,
.homepage-banner-content .apply-now a:hover,
.homepage-banner-content .apply-now a:active {
    color: #FFF;
    text-decoration: none;
}

/*.text-banner, .card-banner-1, .card-banner-2, .card-banner-3, .button-banner {
    opacity: 0;
}*/
.text-banner, .card-banner-1, .card-banner-2, .card-banner-3 {
    opacity: 0;
}

.card-banner-1{
	padding-right: 5px;
}

.card-banner-2{
	padding-left: 5px;
}
.card-banner-3{
    padding-left: 5px;
}

.exclusive-privileges-top,
.exclusive-privileges-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.exclusive-privileges-bottom {
    bottom: auto;
    top: 0;
}

.exclusive-privileges-wrapper,
.exclusive-privileges {
    height: 179px;
    width: 179px;
}

.exclusive-privileges-wrapper {
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFF;
}

.exclusive-privileges {
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
    cursor: default;
    display: table-cell;
    font-family: /* 'agaramond_italic',  */ 'agenda_medium';
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.exclusive-privileges-1 {
    background-image: url("../img/exclusive-privileges-1.png");
}

.exclusive-privileges-1:hover,
.exclusive-privileges-1.load {
    background-image: url("../img/exclusive-privileges-1-hover.png");
}

.exclusive-privileges-2 {
    background-image: url("../img/exclusive-privileges-2.png");
}

.exclusive-privileges-2:hover,
.exclusive-privileges-2.load {
    background-image: url("../img/exclusive-privileges-2-hover.png");
}

.exclusive-privileges-3 {
    background-image: url("../img/exclusive-privileges-3.png");
}

.exclusive-privileges-3:hover,
.exclusive-privileges-3.load {
    background-image: url("../img/exclusive-privileges-3-hover.png");
}

.exclusive-privileges-4 {
    background-image: url("../img/exclusive-privileges-4.png");
}

.exclusive-privileges-4:hover,
.exclusive-privileges-4.load {
    background-image: url("../img/exclusive-privileges-4-hover.png");
}

.exclusive-privileges-5 {
    background-image: url("../img/exclusive-privileges-5.png");
}

.exclusive-privileges-5:hover,
.exclusive-privileges-5.load {
    background-image: url("../img/exclusive-privileges-5-hover.png");
}

.exclusive-privileges-6 {
    background-image: url("../img/exclusive-privileges-6.png");
}

.exclusive-privileges-6:hover,
.exclusive-privileges-6.load {
    background-image: url("../img/exclusive-privileges-6-hover.png");
}

.homepage-luxepay {
    background: url("../img/homepage-luxepay-plan.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
}

.homepage-luxepay-content-wrapper h2 {
    margin-bottom: 150px;
    position: relative;
    z-index: 10;
}

.homepage-luxepay-content-wrapper {
    padding-top: 100px;
}

.homepage-luxepay-content {
    background-color: #f3f3f3;
}

.homepage-luxepay-content-left,
.homepage-luxepay-content-right {
    display: inline-block;
}

.homepage-luxepay-content-left {
    width: 60%;
}

.homepage-luxepay-content-right {
    padding-top: 5%;
    text-align: center;
    vertical-align: top;
    width: 39%;
}

.women-channel .title-outer-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
	cursor: pointer;
}

.women-channel .overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    opacity: 0.4;
	filter: alpha(opacity=40);
    background-color: #000;
	cursor: pointer;
}

.women-channel .title-outer-wrapper-block {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.women-channel {
    position: relative;
	cursor: pointer;
}

.women-channel .title-inner-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.women-channel .title {
    color: #FFF;
    cursor: pointer;
    display: table-cell;
    font-family: 'agenda_medium';
    font-size: 3.2em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.women-channel .title-normal {
    color: #000;
    cursor: pointer;
    font-family: 'agenda_medium';
    text-align: center;
	line-height: 22px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.women-channel .title-normal:hover {
    color: #FFF;
	background-color: #000;
}

.women-channel .title .black-right {
    opacity: 0;
	filter: alpha(opacity=0);
    color: #000;
    cursor: default;
    font-family: 'agenda_bold';
    font-size: 1.5em;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 200px;
}

.women-channel .title-normal .black-down-text-1 {
    opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	top: 235px;
}

.women-channel .title-normal .black-down-text-2 {
    opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	top: 320px;
}

.women-channel .title-normal .black-down-text-3 {
    opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	top: 370px;
}

.women-channel .title .black-left {
    color: #000;
    cursor: default;
    font-family: 'agenda_bold';
    font-size: 1.5em;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 100px;
    width: 250px;
    overflow: hidden;
}

/* .women-channel:hover>.title-outer-wrapper {
    display: block;
}

.women-channel:hover>.overlay {
	opacity: 0.4;
    display: block;
	background-color: #000;
} */

.selectbox-women-channel-wrapper,
.selectbox-exclusive-privileges-wrapper {
    position: absolute;
    right: 5%;
    top: 15px;
}

.sbOptions li a.selectbox-selected {
    color: #999;
}

a.link-no-style,
a.link-no-style:hover {
    text-decoration: none;
}

.lightbox-body a.link-no-style {
    color: #fff;
}

/* Parallax Style */

/* CSS */
.hsContainer {
    /*display: table;*/
    /*table-layout: fixed;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*  opacity: 0; */
}

.hsContent {
    /*max-width: 450px;*/
    /*margin: -150px auto 0 auto;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    color: #ebebeb;
    /*padding: 0 8%;*/
    /* text-align: center */
}

.bcg {
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}



#slide-perfectcombo .bcg {
    background-image: url('../img/bg_banner.jpg');
    height: 800px;
    background-position: center;
}
/* Slide 1 */
#slide-1 .bcg {
    background-image: url('../img/banner.jpg');
    height: 800px;
}

/* for ie fix */
.homepage-banner-ie,
.homepage-luxepay-ie {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
}

.homepage-banner-ie {
    top: 50px;
}

p {
    font-size: 1.5em;
    padding-bottom: 10px;
}

.box {
    height: 170px;
    width: 170px;
    display: inline-block;
}

.banner-content-image-wrapper {
    width: 100%;
}

.banner-content-image-wrapper img {
    width: 30%;
}

.opacity-0 {
    opacity: 0;
	filter: alpha(opacity=0);
}
.ig-items{
    margin: 15px 0px;
     position: relative;
}
.ig-items a img{
    margin: 0 auto;
}
.ig-items .ig-caption{
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    max-height: 50px;
    overflow: hidden;
    font-size: 13px;
    pointer-events: none;
}
@media (min-width: 992px) {

    .ig-items a .ig-caption{
        width: 100%;  
    }
}
.ig-tabs {
    border-bottom: none;
}

.ig-tabs li.default-tab.active>a{
    border-radius:0px;
}

.ig-tabs li {
    width: 50%;
    /*height: 120px;*/
    background-color: #e9d4b7;
}



.ig-tabs li.default-tab>a  {
    color: #ffffff !important;
        border-radius:0px;
}

.ig-tabs li.default-tab.active{
    background-color: #ffffff;
    color: #000000 !important;

}
.ig-tabs li.default-tab:hover {
    background-color: #ffffff;
    color: #000000 !important;
}
.ig-tabs li.default-tab:hover>a{
 color: #000000 !important;   
 border: none;
}
.ig-tabs li.default-tab.active>a {
    color: #000000 !important;
        border: none;
}

.ig-tabs li.default-tab {
    background-color: #000000;
    color: #ffffff;
}

.featured-article{
    background-color: #ec1e39;    
}

.featured-article .article-title{
    padding: 80px 25px 50px;
    color: #ffffff;
    font-size: 36px;
        font-family: 'agenda_bold';
}
.featured-article .article-title:after{
    display: inline-block;
    margin-left: 25px;
    content: "";
    width: 11px;
    height: 15px;
    background: transparent url('../img/arrow-right-white.png') no-repeat;
}

.featured-article .article-content{
    padding: 80px 25px 50px;
    color: #ffffff;
    font-size: 20px;
}
.sub-article-container{
    position: relative;
}
.sub-article .article-title{
    color: #000000;
    font-size: 36px;
        font-family: 'agenda_bold';
}
.sub-article .article-title:after{
    display: inline-block;
    margin-left: 25px;
    content: "";
    width: 11px;
    height: 15px;
    background: transparent url('../img/arrow-right-black.png') no-repeat;
}

.sub-article .article-content{
    padding-top: 25px;
    color: #000000;
    font-size: 20px;
}

.sub-article .left-article{
    padding: 50px 80px 50px 225px;
    background-color: #f8f7f7;
}

.sub-article .right-article{
    padding: 50px 225px 50px 80px;
    background-color: #e9e9e9;
}

.card-tabs {
    border-bottom: none;
}

.card-tabs li {
    width: 33.333333%;
    /*height: 120px;*/
    background-color: #e9d4b7;
}

.fa-square.solitaire-card {
    color: #e9d4b6;
}

.fa-square.platinum-card {
    color: #f5aca6;
}
.card-tabs li.uob-ladys-card{
    background-color: #dadada;
    border-top: 1px solid #f7bfc0;
    border-left: 1px solid #f7bfc0;
    border-right: 1px solid #f7bfc0;
    border-bottom: 1px solid #f7bfc0!important;
}
.card-tabs li.uob-ladys-card-plus{
    background-color: #dadada;
    border-top: 1px solid #f7bfc0;
    border-left: 1px solid #f7bfc0;
    border-right: 2px solid #f7bfc0;
    border-bottom: 1px solid #f7bfc0!important;
}
.card-tabs li.uob-ladys-card-plus.active{
    border-bottom: 1px solid #ffffff;

    
}
.card-tabs li.uob-ladys-card.active{
    border-bottom: 1px solid #ffffff;
}
.card-tabs li.debit-card {
    background-color: #d5d4d4;
}
.card-tabs li.platinum-card {
    background-color: #dc4145;
}

.card-tabs li.solitaire-card {
    background-color: #fcb596;
}

.card-tabs li a {
    display: block;
    border: none !important;
    height: 100%;
    border-radius: 0;
    margin: 0;
    color: black;
}

.card-tabs li a:hover {
    background: none;
}

.card-tabs li a:active {
    background: none;
}

.card-menu-text-wrapper {
    display: inline-block;
    margin: 5px 0px 20px 0px;
}

.card-menu-medium-text {
    font-size: 2em;
}

.card-menu-big-text {
    font-size: 40px;
    font-family: 'agenda_bold';
    line-height: 1;
}
.card-menu-small-text {
    font-size: 14px;
    font-family: 'agenda_bold';
    line-height: 1;
}
.card-items {
    background-color: white;
}

.card-item {
    cursor: pointer;
	height: 250px;
	padding: 0;
}

.card-content {
    margin-top: 90px;
	width: 100%;
    font-weight: bold;
    font-size: 1.8em;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
}

.tab-card{
	height: 150px !important;
}

.row.card {
    margin-right: 0;
}

.parallax-block {
    position: relative;
    overflow: hidden;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax-block .bg-transparent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}

.container {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.border-bottom-white{
	border-bottom: 1px solid #FFF;
}

/* lighbox text style */
.title-text{
	font-size: 30px;
	font-family: 'agenda_medium';
	letter-spacing: 3px;
	line-height: normal;
}

.name-of-place-text{
	font-size: 14px;
	font-family: 'agenda_medium';
	line-height: normal;
}

.header-text{
	font-size: 24px;
	font-family: 'agenda_bold';
	line-height: normal;
}

.promo-text{
	font-size: 24px;
	font-family: 'agenda_bold';
	line-height: normal;
}

.description-text{
	font-size: 14px;
	font-family: 'agenda_medium';
	line-height: normal;
}

.address-text {
	font-size: 14px;
	font-family: 'agenda_medium';
	line-height: normal;
}

.terms-conditions {
    cursor: pointer;
	font-weight: normal;
	border-bottom: 1px solid #606060;
	font-family: "agenda_medium";
	font-size: 14px;
	line-height: normal;
}

.terms-conditions-text {
    display: block;
	font-size: 12px !important;
	font-family: 'agenda_medium';
	line-height: normal;
}

.terms-conditions-text li {
	font-size: 12px !important;
	font-family: 'agenda_medium';
}

.validity-text{
	font-size: 12px !important;
	font-style: italic;
	font-family: 'agenda_medium';
	line-height: normal;
}

.bullet-normal li {
	font-family: "agenda_medium";
	font-size: 14px;
	line-height: 1.42857;
}

.lightbox {
    position: fixed;
    display: none;
    /* Remove default browser outline */
    outline: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-take-to-top {
    position: fixed;
    display: none;
    height: 55px;
    z-index: 1500;
    border-radius: 5px;
    width: 65px;
	cursor: pointer;
}

.lightbox-take-to-top-overlay {
    width: 65px;
    height: 55px;
    background-color: #000;
    opacity: 0.6;
	filter: alpha(opacity=60);
    position: absolute;
    border-radius: 5px;
}

.lightbox-take-to-top-text {
    z-index: 1501;
    color: #FFF;
    position: absolute;
    text-align: center;
    font-size: 10px;
    font-family: "agenda_bold";
    margin: 5px;
    line-height: 10px;
}

.lightbox-content {
    position: fixed;
	display: none;
    /* height: 470px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -250px; */
    background-color: black;
	z-index: 1000;
}

.lightbox-body {
    height: auto;
    width: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #ffffff !important;
    margin-bottom: 10px;
}

.lightbox-content img {
    width: 100%;
}

.lightbox-body h1,
.lightbox-body h2,
.lightbox-body h3,
.lightbox-body h4,
.lightbox-body h5 {
    color: white;
    text-transform: none;
	text-align: center;
}

.lightbox-body h4 {
	font-size: 32px;
	font-family: "agenda_medium";
	font-weight: normal;
}

.lightbox-body ol li {
    font-size: 14px;
}

.lightbox-body small {
    line-height: 10px;
}

.lightbox-header {
    margin-top: 15px;
    margin-bottom: 25px;
}

.lightbox-header-exclusive {
    margin-bottom: 25px;
}

.lightbox-content .button-wrapper {
    width: 30px;
    height: 30px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 5em;
    color: white;
    line-height: 0.35;
    cursor: pointer;
	z-index: 5000;
}

.lightbox-content button {
    border: transparent;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 5em;
    line-height: 0;
    color: white;
    padding: 0;
}

.fa-circle {
    font-size: 0.5em;
}

.lightbox-arrow-left {
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    display: none;
}

.lightbox-arrow-right {
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    display: none;
}

.vertical-line {
    width: 1px;
    height: 320px;
    border-left: 1px solid #fff;
}
.divider-right{
  /*  background-image: url('../img/vertical-line.png'); */
    background-repeat: no-repeat;
    background-position: right;
   
}
.desk-align-center{
     padding-left: 85px;
}
.padding-left-50{
    padding-left: 50px;
    padding-right: 25px;    
}
.padding-left-60{
    padding-left: 60px;
    padding-right: 25px;    
}
.apply .container, .apply_detail .container {
    padding-top: 0;
    padding-bottom: 0;
}

.apply-card-item.active{
    background-image: url('../img/arrow-selected-right.png'); 
    background-repeat: no-repeat;
    background-position: 255px;
}

.apply .border-right-black {
    border-right: 1px solid #000;
}

.apply .border-bottom-gray {
    border-bottom: 1px solid #d1d1d1;
}

.apply_title {
    display: inline-block;
    text-transform: uppercase;
    margin: 20px auto;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
}
.text-transform-normal{    text-transform:none;}

/*a.btn_apply_red {
    display: inline-block;
    color: #000;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 20px;
    width: 210px;
    line-height: 19px;
}*/

a.btn_apply {
    display: inline-block;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 240px;
    line-height: 19px;
}
a.btn_apply:hover, a.btn_apply:active, a.btn_apply:focus {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.apply_debit {
    background: #d5d4d4;
}
.btn_red_combo{
        background: #e43f40;
        color: #fff !important;
        font-size: 20px !important;
       /* width: 168px !important;*/
}
.btn_red{
        width: 265px !important;
}
.apply_perfect_combo {
    background: #e43f40;
    color: #ffffff !important;
    padding: 10px 50px;
    font-size: 20px !important;
    text-decoration: none;
    width: 168px !important;
}
.apply_perfect_combo:hover {
    background: #000000;
    text-decoration: none;
}

.apply_perfect_combo_3 {
    background: #e43f40;
    color: #ffffff !important;
    padding: 10px 50px;
    font-size: 20px !important;
    text-decoration: none;
    width: 168px !important;
}
.apply_perfect_combo_3:hover {
    background: #000000;
    text-decoration: none;
}

.apply_platinum {
    background: #f5aca6;
}

.apply_solitaire {
    background: #e9d4b7;
}

.apply_detail {
    background: #000;
    color: #fff;
    padding-bottom: 50px;
}

.apply_detail h4 {
    color: #fff;
    text-transform: none;
    font-weight: normal;
}

.card_name {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'agenda_bold', 'agenda_medium';
}

.card_price {
    margin-top: 10px;
    line-height: 15px;
    font-family: 'agenda_medium';
    /*font-weight: 400;*/
}

.card_price small {
    color: #fff;
    font-size: 12px;
}

.requirement {
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
}

.requirement_detail {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.apply-card-details{
    display: none;
}

.apply-card-details.active{
    display: block;
    opacity: 0;
}
.term_condition{
    background: #000;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 11px;
    /*width: 210px;*/
}
.term_condition:hover a{
    
    color: #000 !important;
  
}
.term_condition a{
    color: #fff !important;
}
.term_condition:hover{
    background: #e9e6e3;
    color: #000;
    text-decoration: none;
}
.term_condition a:hover{
    background: #e9e6e3;
    color: #000;
    text-decoration: none;
}

a.term_condition {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
}

a.term_condition:hover {
    background: #e9e6e3;
    color: #000;
    text-decoration: none;
}

.requirement_wrapper {
    min-height: 140px;
}

.selectbox-wrapper {
    display: inline-block;
}

.selectbox-container{
	height: 44px;
}

.whats-hot,
.page-title {
    display: inline-block;
    text-transform: uppercase;
    margin: 20px auto;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
}

.col-hot-item {
    padding: 0;
    cursor: pointer;
}

.hot-item-picture {
    height: auto;
}

.hot-item-picture img {
    width: 100%;
}

.hot-item-title {
    height: 80px;
    background-color: black;
    color: white;
    padding: 0 10px;
    position: relative;
}

.hot-item-title-stripped {
    background-color: #1b1b1b;
}

.hot-item-title-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
    padding-left: 15px;
	text-align: left;
}

.women-channel .title .arrow {
    display: none;

}

.women-channel .title-outer-wrapper:hover .title .arrow {
    display: block;
}

.masthead-content-txt{
    font-size: 16px;
}

#men-dont-get-it-section{
    background-color:transparent; 
    margin-top: -173px;
}

a.btn_elite_card {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #cd8a83;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 200px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
}
a.ig_link img{
    color: #cd8a83;
    font-size: 22px;
    padding-right: 10px;
    text-decoration: none;
      
}
a.ig_link{
    color: #cd8a83;
    font-size: 16px;
    text-decoration: none;
}

.ig-caption{
    display: none;
}

.ig-items{
    border: 1px solid #ececec;
}

.elite-section-title{
    margin-top: 80px;
    margin-bottom: 30px;
}
.elite-exclusive-section{
    padding: 5px 50px;
}
.elite-exclusive-section.divider{
    background-image: url('../img/vertical-line-pink.png'); 
    background-repeat: no-repeat;
    background-position: right;    
}
.elite-exclusive-title{
    color: #ffffff;
    font-weight: normal;
    font-family: 'agenda_light';
    text-align: center;
    margin-bottom: 25px;
}
.elite-rate_eligibility-section{

}
.elite-rate-eligibility-section.divider{
    background-image: url('../img/vertical-line-pink.png'); 
    background-repeat: no-repeat;
    background-position: right;    
}
.elite-rate-eligibility-section.divider-left{
    background-image: url('../img/vertical-line-pink.png'); 
    background-repeat: no-repeat;
    background-position: left;    
}
.elite-rate-eligibility-title{
    color: #ffffff;
    font-family: 'agenda_bold';
    text-align: left;
}
.elite-rate-eligibility-subtitle{
    color: #ffffff;
    text-align: left;
    text-decoration: underline;  
    padding-top: 15px; 
    text-transform: none;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'agenda_bold', 'agenda_medium';
}
.elite-rate-eligibility-txt-large{
    color: #ffffff;
    font-family: 'agenda_medium';
    text-align: left;
    text-transform: none;
    font-size: 24px;
}
.elite-rate-eligibility-img{

}
.elite-rate-eligibility-content{
    padding-left: 80px;
}
ul.elite-mob-list{
    list-style-position: inside;
}
.text-normal{
    font-size: 14px;
}
.text-white{
    color: #ffffff !important;
}
.text-left{
    text-align: left !important;
}

.padding-left-15{
  padding-left: 15px;
}
.padding-right-15{
  padding-right: 15px;
}
.padding-left-25{
  padding-left: 25px;
}
.padding-right-25{
  padding-right: 25px;
}

.margin-left-25{
  margin-left: 25px;
}
.text-center-img{
    margin: auto center;
}


/************************************************/
/* [+] VIDEO MODAL POPUP */

.close-video,.close-video:hover {
  /*background: url('../img/close.png') no-repeat;*/
  position: relative;
  text-align: right;
  font-size: 16px;
  right:0px;
  opacity: 1;
  z-index: 9999;
  color: #ffffff;
  text-shadow:none;
  cursor: pointer;
}

.popup_overlay {
  position: fixed;
  top: 0;
  background-color: #000000;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0.97;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
  filter: alpha(opacity=97);
  z-index: 300;

}
    /*.overlay-content {
        height: 100%;
        overflow: scroll;
    }*/

.popup_fixed {
  display: none;
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
}
.popup_cont {
  position: relative;
  background: transparent;
  width: 780px;
  height: auto;
  /*top: 110px;*/
  top: 10%;
  margin: 0 auto;
}
.popup_name {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}
.popup_title {
  font-size: 14px;
  line-height: 1;
}
.popup_desc {
  font-size: 12px;
}
.sub-inner-icon{
  width: 60%;
}
.no-padding-left{
  padding-left: 0px !important;
}
.no-side-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;  
}
.margin-left-neg-15{
  margin-left: -15px;
}
  .start-retiring-content .container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

.text-center-img img{
    margin: 0 auto;
}  


/* [+] PERFECT COMBO STYLE */


.combo-banner-content-wrapper {
    height: auto;
    position: relative;
    width: 100%;
        padding-left: 35%;
}

.combo-banner-content-wrapper h1.perfect-combo-masthead-header {
    font-family: 'agenda_bold', serif;
    font-size: 54px;
    letter-spacing: 1px;
    text-transform: none !important;
    margin-bottom: 0;
}

.combo-banner-content-wrapper .perfect-combo-masthead-content{
    font-size: 22px;
    color: #000000;
    margin-bottom: 30px;

}

.combo-banner-content-wrapper button {
    margin-top: 20px;
}

#uob-one-account-section {

    background-color:transparent; 
    margin-top: -173px;

   /**/
}
.uob-one-account-content-bg{
    background-image: url('../img/perfect-combo-bg2.jpg');
    background-size: cover;
    
    margin-top: -10px;
}
.perfect-combo-overview-bg{
  /*      background-image: url('../img/perfect-combo-bg3.jpg');*/
    background-color: #fcf3f1;
    min-height: 850px;
     margin-top: -10px;
}
.perfect-combo-overview-bg .card-items{
    background: #fcf3f1 !important;
}

.perfect-combo-overview-bg .card-item{
    cursor: default !important;
}

.features-item{
    height: 100px !important;
    margin-bottom: 50px;
}
.features-item-content{
    font-size: 17px;
    font-weight: normal;
}

.center-div{ margin: 0 auto; }

.perfect-combo-overview-bg  .card-tabs li.debit-card.active,.perfect-combo-overview-bg  .card-tabs li.platinum-card.active,.perfect-combo-overview-bg  .card-tabs li.solitaire-card.active{
    background-color: transparent !important;
}
.perfect-combo-overview-bg .nav-tabs>li.active>a{
     background-color: #fcf3f1 !important;  
     border-bottom: 1px solid #ffffff;
}

.uob-one-account-item-title{
    color:#e43f40;
    font-size: 22px;
    line-height: 1;
    font-family: 'agenda_bold';
    margin-bottom: 15px;
}
.uob-one-account-item-title span.big{
    color:#e43f40;
    font-size: 42px;
    line-height: 1;
    font-family: 'agenda_bold';
}

.uob-one-account-item-content{
    font-size: 18px;
    color: #000000;
}

.link-black-18{

    color: #000000;
    font-size: 18px !important;
    font-family: 'agenda_bold' !important;   
}
.overview-table{
    border: 2px solid #f3b8b9;
    background-color: #ffffff;
}
.overview-border{
    border-right: 2px solid #f3b8b9;
}
.table.overview-table th{
    /*color:#e7211b; */
    color:#000000; 
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'agenda_bold';
}

.table.overview-table td,.table.overview-table th{
    vertical-align: middle !important;
    text-align: center;
    font-size: 16px;
    border-bottom: none;
    border-top: none;
}

.border-left{
    border-left: 1px solid #dcd9d9;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
}
.reset-list{
    padding-left: 15px;
}

.txt-perfect-combo{
    color:#e43f40;
}

.txt-agendabold-18{

     font-size: 18px !important;
    font-family: 'agenda_bold' !important;  
}

.txt-agendabold{
    font-family: 'agenda_bold' !important;  
}
.txt-24{
     font-size: 24px !important;
}
.txt-22{
     font-size: 22px !important;
}
.txt-16{
     font-size: 16px !important;
}
.txt-18{
     font-size: 18px !important;
}
.txt-20{
     font-size: 20px !important;
}
.txt-28{
     font-size: 28px !important;
}
.txt-34{
     font-size: 34px !important;
}
.txt-40{
      font-size: 40px !important;
}
.txt-14{
    font-size: 14px !important;
}
.txt-12{
    font-size: 12px !important;
}


hr.gray { background-color: #d1d1d1; height: 1px; border: 0; margin-top: 20px; }
hr.black { background-color: #000000; height: 1px; border: 0; margin-top: 20px; }


.custom-modal>.modal-dialog{
    width: 450px !important;
        margin: 10% auto !important;

}
.one-account-modal-content .modal-body{
    padding: 20px 20px !important;
}
.one-account-modal-content .modal-body hr{
    background-color: #3e3e3e; height: 1px; border: 0;
}
.modal-close-icon{
    position: absolute;
    right: 20px;
}

.one-account-modal-content{
    box-shadow: none;
    border:none;
    border-radius:0;
    background-color:#000000;
    color: #ffffff;
}

.one-account-modal-content .one-account-modal-title{
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 20px;
}

.one-account-modal-content .one-account-modal-content-inner{
     font-size: 12px;
     font-family: 'agenda_light', serif;
     height: 200px;
     overflow-y: auto;
}

.perfect-combo-overview-bg footer{
    background-color: transparent !important;
}
.perfect-combo-overview-bg .tab-content{
    margin-top: 0px;
    min-height: 640px;
}
.perfect-combo-overview-bg .tab-content .container{
    padding: 50px 0px;
}
.perfect-combo-overview-bg .card-item{
    background: transparent !important;
    height: 44px !important;
    margin-bottom: 20px;
}
/**monarc styling start**/
tr.bg-pink  {
    background-color   : #f3b8b9; 
}
.verticalLine {
    border-left: thick solid #ff0000;
}
.clear_padding{
    margin: 0px;
    padding: 0px !important;
}
.disclaimer-txt-color{
    color: #666666;
}
.uob-with_interest_earned_on_your img{
    margin: 0px auto;
}
/*.bordered-top {
    display: block;
    width: 500%;
}*/
/**monarc styling end**/
.bordered-left-right{
   border-left: 1px solid #d1d1d1; 
   border-right: 1px solid #d1d1d1;
}
.bordered-right{
   border-right: 1px solid #d1d1d1;
}

.margin-top-20{
    margin-top: 20px !important;
}
.reset-margin-left-right{
    margin-right:0px !important;
    margin-left:0px !important
}
@media all and (max-width: 1360px){
    .navbar-nav.navbar-right:last-child {
        margin-right: -18px !important;
    }
}

@media all and (max-width: 1200px) {
    #slide-perfectcombo .homepage-banner-content{
        position: relative;
        left: 12%;
        top: 15%;
        width: 80%;
        z-index: 10;        
    }
    .margin-left-ipad-landscape{
        padding-left:40px;
    }

}
@media all and (max-width: 992px) {

 /*   .bordered-left-right{
       border-left: 0px; 
       border-right: 0px;
    }*/
}
@media all and (max-width: 768px) {

    .bordered-left-right{
       border-left: 0px; 
       border-right: 0px;
    }

    .combo-banner-content-wrapper {
        height: auto;
        position: relative;
        width: 100%;
        text-align: center;
        padding-left: 0%;
        padding-top: 50px;
    }
    .combo-banner-content-wrapper h1.perfect-combo-masthead-header {
        font-family: 'agenda_bold', serif;
        font-size: 34px;
        letter-spacing: 3px;
        color: #000000;
        text-align: center;
    }
    .combo-banner-content-wrapper .perfect-combo-masthead-content {
        font-size: 22px;
        color: #000000;
        margin-bottom: 15px;
        text-align: center;
    }
    .uob-one-account-content{
        padding-left: 30px;
        padding-right: 30px;
    }
    .perfect-combo-overview-bg .card-item{
        background: transparent !important;
        height: 50px !important;
    }
    .perfect-combo-overview-bg .tab-content{
        padding-left: 30px;
        padding-right: 30px;
    }
    .margin-left-ipad-landscape {
       padding-left: 0px;
        width: 204px;
    }

    .bordered-top{
            width: 268px;
    }
    .apply-card-item.active{
        width: 177px;
        background-position: 164px !important;
    }
    .img_ipad{
        width: 156px;
    }
    a.term_condition {
            padding: 11px 15px; 
            padding-bottom: 10px;
    }
    .btn_red {
        width: 220px !important;
    }
    .apply_platinum {
        width: 220px !important;
    }
    .apply_debit {
         width: 220px !important;
    }
    .apply_solitaire {
        width: 220px !important;
    }
}
@media (max-width: 1200px) {
    .nav > li > a {
        padding: 30px 10px;
    }
}

@media all and (max-width: 450px) {
        .mob-margin-top{
            margin-top: -40px;
        }
		.custom-mob-margin-top{
		margin-top: 140px!important;
	}
      .overview-table td{
        width:50%;
        height: 85px;
      }
    .overview-table{
        border: 2px solid #f3b8b9;
        width: 299px !important;
        max-width: 299px !important;
        margin-left: 0px;
    }
    .responsive-table-container{
        width: 450px;
        overflow-x:scroll;
    }

    .margin-left-ipad-landscape {
        padding-left: 0px !important;
    }
    .features-item {
        height: 5px !important;
		padding-bottom: 25px;
		/* border-bottom: 1px solid #666666; */
		padding-top: 2px;
    }
    .perfect-combo-overview-bg .tab-content {
        margin-top: 0px;
        min-height: 527px;
    }
    .bordered-top {
        border-right: none !important;
        height: 263px !important;
    }
    .btn_red {
        width: 345px !important;
    }
   /* .section-title {
        min-height: 124px;
    }*/
	
    hr.gray{
		background-color: transparent;
		height: 20px;
		border-bottom: 1px solid #d1d1d1; 
		padding: 0px;
		margin: 0px;
    }
	hr.gray-liner{
		background-color: transparent;
		height: 0px;
		border-bottom: 1px solid #d1d1d1; 
		border-top: 0px solid transparent; 
		padding: 0px;
		margin: 0px;
	}
    hr.gray-td{
        width: 122px;
    }
    .pink-td{
        background-color: #f7bfc0;
        text-align: left !important;
        font-weight: bold;
        font-size: 16px !important;
		border: 1px solid #f7bfc0!important;
    }
    .perfect-combo-overview-bg .card-item {
    background: #fcf3f1 !important;
        height: 48px !important;
    }
    .uob-one-account-content {
        padding-left: 0px !important;
    }
    .perfect-combo-overview-bg .tab-content .container{
            padding: 15px 0px !important;
			padding-top: 20px !important;
    }
	.features-mobile{
		height : 526px;
	}
	.border-line-gray-xs{
        border-top: 1px solid #d1d1d1;  /*height: 1px; border: 0; margin-top: 20px;*/
		padding-top: 30px;
	}
	.card-tabs li.uob-ladys-card ,.card-tabs li.uob-ladys-card-plus
	{
		width: 33.40%!important;
	}
	.xs-arrow {
		width: 13px;
	}
	.btn_red{
		width: 210px !important;
	}
	.term_condition{
		width: 210px !important;
	}
	.apply_perfect_combo{
		    margin-left: 40px;
	}
	.apply .border-bottom-gray{
		border-bottom: 1px solid #d1d1d1;
	}
	.txt-agendabold-18{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.divider-2 {
		width: 299px !important;
		max-width: 299px !important;
		margin-left: 0px;
		background-color: #ffffff !important;
		border-left: 1px solid #f7bfc0;
		border-right: 2px solid #f7bff0;
		height: 10px;
		margin-top: -21px;
	}
	
	.mob-menu{
		width: 447px;
	}
	.perfect-combo-overview-bg .nav-tabs> li.uob-ladys-card.active>a{
		 background-color: #ffffff !important;
		 border-bottom: 1px solid #ffffff;
	}
	.perfect-combo-overview-bg .nav-tabs> li.uob-ladys-card-plus.active>a{
		 background-color: #ffffff !important;
		 border-bottom: 1px solid #ffffff;
	}
	 .solitaire-border-bottom-gray{
        border-bottom: 1px solid #d1d1d1;
    }
    .txt-br{
        display:none;
    }
    #men-dont-get-it-section{
        margin-top: -53px !important;
    }
}
@media (max-height: 450px){
    .txt-br{
        display:block;
    }
    .mob-margin-top{
            margin-top: -40px;
    }
	.custom-mob-margin-top{
		margin-top: 140px!important;
	}
	.mob-menu{
		width: 577px;
	}
    .bordered-top {
        border-right: 1px solid #cccccc;
		 height: 351px !important;
		float:left;
    }
	.border-line-gray-xs{
		float: left;
		padding-left: 37px;
	}
    .btn_red {
        width: 225px !important;
    }
   .features-item {
        margin: 0px;
        padding: 0px;
        height: 99px !important;
    }
	.perfect-combo-overview-bg .tab-content .container{
            padding: 15px 0px !important;
			padding-top: 35px !important;
    }
	.card-tabs li.uob-ladys-card ,.card-tabs li.uob-ladys-card-plus
	{
		width: 50%;
	}
	.margin-left-ipad-landscape{ padding-left:0px;}
   .pink-td{
        background-color: #f7bfc0;
        text-align: left !important;
        font-weight: bold;
        font-size: 16px !important;
		width: 50%;
		padding-left: 38px !important;
    }
	.features-mobile{
		height : 498px;
	}
	hr.gray-liner{
		background-color: transparent;
		height: 0px;
		border-bottom: 1px solid #d1d1d1; 
		border-top: 0px solid transparent; 
		padding: 0px;
		margin: 0px;
		margin-top: -26px;
	}
	hr.gray-td {
		background-color: #ffffff;
		height: 20px;
		border-bottom: 1px solid #d1d1d1; 
		padding: 0px;
		margin: 0px;
	}
	
	.perfect-combo-overview-bg .card-item{
		height:50px !important;
	}
	.table.overview-table td.pink-td{
		border-bottom: 1px solid #f7bfc0!important;
	}
	.xs-arrow {
		width: 13px;
	}
	.btn_red{
		width: 210px !important;
	}
	.term_condition{
		width: 210px !important;
	}
	.apply_perfect_combo{
		    margin-left: 180px;
	}
	.apply .border-bottom-gray{
        border-bottom: 1px solid #d1d1d1;
    }
	.txt-agendabold-18{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*.divider{
		width: 577px !important;
		max-width: 577px !important;
		margin-left: 0px;
		border-left: 1px solid #f7bfc0;
		border-right: 2px solid #f7bff0;
		height: 10px;
		margin-top: -35px;
		background-color: #ffffff !important;
	}*/
	.perfect-combo-overview-bg .nav-tabs> li.uob-ladys-card.active>a{
		 background-color: #ffffff !important;
		 border-bottom: 1px solid #ffffff;
	}
	.perfect-combo-overview-bg .nav-tabs> li.uob-ladys-card-plus.active>a{
		 background-color: #ffffff !important;
		 border-bottom: 1px solid #ffffff;
	}
    .solitaire-border-bottom-gray{
        border-bottom: 1px solid #d1d1d1;
    }
     #men-dont-get-it-section{
        margin-top: -53px !important;
    }
}
@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* [-] PERFECT COMBO STYLE */

/* [-] VIDEO MODAL POPUP */
/************************************************/

@media all and (max-width: 1280px) {
    .elite-rate-eligibility-content{padding-left: 20px !important;}
}

@media all and (min-width: 992px) {
    .row.card {
        padding: 0 200px;
    }

}
@media all and (min-width: 768px) {
    .menu-elite-card{padding: 20px 30px !important;}
        .navbar-nav.navbar-right:last-child {
        margin-right: -30px;
    }
   
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    #main-navigation ul li a{font-size: 13px !important;}
}



/* -------------------------------------------------- firefox hack --------------------------------------- */
@-moz-document url-prefix() {
}

/* ------------------------------------------- custom media ---------------------------------------------- */
/* Bootstrap ---------- */
/*   XS   */
@media only screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    /* padding for XS screen only */
    .padding-xs-0 {
        padding: 0px;
    }

    .padding-xs-10 {
        padding: 10px;
    }

    .padding-xs-20 {
        padding: 20px;
    }

    .padding-xs-30 {
        padding: 30px;
    }

    .padding-top-xs-0 {
        padding-top: 0px;
    }

    .padding-top-xs-10 {
        padding-top: 10px;
    }

    .padding-top-xs-20 {
        padding-top: 20px;
    }

    .padding-top-xs-30 {
        padding-top: 30px;
    }

    .padding-top-xs-100 {
        padding-top: 100px;
    }

    .padding-right-xs-0 {
        padding-right: 0px;
    }

    .padding-right-xs-10 {
        padding-right: 10px;
    }

    .padding-right-xs-20 {
        padding-right: 20px;
    }

    .padding-right-xs-30 {
        padding-right: 30px;
    }

    .padding-bottom-xs-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-xs-10 {
        padding-bottom: 10px;
    }

    .padding-bottom-xs-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-xs-30 {
        padding-bottom: 30px;
    }

    .padding-bottom-xs-50 {
        padding-bottom: 50px;
    }

    .padding-left-xs-0 {
        padding-left: 0px;
    }

    .padding-left-xs-10 {
        padding-left: 10px;
    }

    .padding-left-xs-20 {
        padding-left: 20px;
    }

    .padding-left-xs-30 {
        padding-left: 30px;
    }

    /* margin for XS screen only */
    .margin-xs-0 {
        margin: 0px;
    }

    .margin-xs-10 {
        margin: 10px;
    }

    .margin-xs-20 {
        margin: 20px;
    }

    .margin-xs-30 {
        margin: 30px;
    }

    .margin-top-xs-0 {
        margin-top: 0px;
    }

    .margin-top-xs-10 {
        margin-top: 10px;
    }

    .margin-top-xs-20 {
        margin-top: 20px;
    }

    .margin-top-xs-30 {
        margin-top: 30px;
    }

    .margin-right-xs-0 {
        margin-right: 0px;
    }

    .margin-right-xs-10 {
        margin-right: 10px;
    }

    .margin-right-xs-20 {
        margin-right: 20px;
    }

    .margin-right-xs-30 {
        margin-right: 30px;
    }

    .margin-bottom-xs-0 {
        margin-bottom: 0px;
    }

    .margin-bottom-xs-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-xs-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-xs-30 {
        margin-bottom: 30px;
    }

    .margin-left-xs-0 {
        margin-left: 0px;
    }

    .margin-left-xs-10 {
        margin-left: 10px;
    }

    .margin-left-xs-20 {
        margin-left: 20px;
    }

    .margin-left-xs-30 {
        margin-left: 30px;
    }

    /* Styles */
    .navbar-brand {
        padding: 15px;
        height: auto;
    }

    .navbar-toggle {
        margin-top: 19px;
    }

    .nav > li > a, .nav > li.custom {
        padding: 10px 15px;
    }

    .width-xs-100p {
        width: 100%;
    }

    .homepage-luxepay-content-left,
    .homepage-luxepay-content-right {
        display: block;
        width: 100%;
    }

    #slide-1 .bcg {
        background-image: url('../img/banner_mobile.jpg') !important;
        height: 450px;
        background-attachment: scroll;
    }

    .homepage-banner h1 {
        font-size: 3em;
        color: #fff;
    }

    .button.button-black {
        color: #fff;
    }

    .card-menu-medium-text {
        font-size: 1.2em;
    }

    .card-menu-big-text {
        font-size: 25px;
        font-family: 'agenda_bold';
        line-height: 1;
    }

    .women-channel .title .black-right {
        opacity: 0;
		filter: alpha(opacity=0);
        color: #000;
        cursor: default;
        font-family: 'agenda_bold';
        font-size: 1.5em;
        line-height: 60px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
        margin-left: 100px;
    }

    .women-channel .title .black-left {
        color: #000;
        cursor: default;
        font-family: 'agenda_bold';
        font-size: 1.5em;
        line-height: 60px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
        margin-left: 50px;
        width: 250px;
    }

    .apply .border-right-black {
        border-right: 0 !important;
    }

    .apply .img_card {
        width: 100%;
        max-width: 293px;
    }

    .requirement_wrapper {
        min-height: auto !important;
    }

    .horizontal-line {
        border-bottom: 1px solid #fff;
    }

    .apply .border-bottom-black {
        border-bottom: 1px solid #000;
    }

    .hot-item-title {
        height: auto;
        padding: 15px;
    }

    .hot-item-title-text {
        padding-left: 0;
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .sbHolder, .sbOptions {
        max-width: 300px;
    }
	
	.navbar-nav{
		margin-bottom: 0px;
	}
}

/*   SM   */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }

    /* padding for SM screen only */
    .padding-sm-0 {
        padding: 0px;
    }

    .padding-sm-10 {
        padding: 10px;
    }

    .padding-sm-20 {
        padding: 20px;
    }

    .padding-sm-30 {
        padding: 30px;
    }

    .padding-top-sm-0 {
        padding-top: 0px;
    }

    .padding-top-sm-10 {
        padding-top: 10px;
    }

    .padding-top-sm-20 {
        padding-top: 20px;
    }

    .padding-top-sm-30 {
        padding-top: 30px;
    }

    .padding-right-sm-0 {
        padding-right: 0px;
    }

    .padding-right-sm-10 {
        padding-right: 10px;
    }

    .padding-right-sm-20 {
        padding-right: 20px;
    }

    .padding-right-sm-30 {
        padding-right: 30px;
    }

    .padding-right-sm-50 {
        padding-right: 50px;
    }

    .padding-bottom-sm-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-sm-10 {
        padding-bottom: 10px;
    }

    .padding-bottom-sm-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-sm-30 {
        padding-bottom: 30px;
    }

    .padding-left-sm-0 {
        padding-left: 0px;
    }

    .padding-left-sm-10 {
        padding-left: 10px;
    }

    .padding-left-sm-20 {
        padding-left: 20px;
    }

    .padding-left-sm-30 {
        padding-left: 30px;
    }

    .padding-left-sm-50 {
        padding-left: 50px;
    }

    /* margin for SM screen only */
    .margin-sm-0 {
        margin: 0px;
    }

    .margin-sm-10 {
        margin: 10px;
    }

    .margin-sm-20 {
        margin: 20px;
    }

    .margin-sm-30 {
        margin: 30px;
    }

    .margin-top-sm-0 {
        margin-top: 0px;
    }

    .margin-top-sm-10 {
        margin-top: 10px;
    }

    .margin-top-sm-20 {
        margin-top: 20px;
    }

    .margin-top-sm-30 {
        margin-top: 30px;
    }

    .margin-right-sm-0 {
        margin-right: 0px;
    }

    .margin-right-sm-10 {
        margin-right: 10px;
    }

    .margin-right-sm-20 {
        margin-right: 20px;
    }

    .margin-right-sm-30 {
        margin-right: 30px;
    }

    .margin-bottom-sm-0 {
        margin-bottom: 0px;
    }

    .margin-bottom-sm-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-sm-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-sm-30 {
        margin-bottom: 30px;
    }

    .margin-left-sm-0 {
        margin-left: 0px;
    }

    .margin-left-sm-10 {
        margin-left: 10px;
    }

    .margin-left-sm-20 {
        margin-left: 20px;
    }

    .margin-left-sm-30 {
        margin-left: 30px;
    }

    /* Styles */
    .navbar-nav.navbar-right:last-child {
        margin-right: -30px;
    }

    .nav > li > a {
        padding: 30px 8px;
    }

    .nav > li.custom {
        padding: 26px 8px 21px 8px;
    }

    .tab-card {
        /*height: 145px !important;*/
    }

    .card-menu-big-text {
        font-size: 3em;
        font-family: 'agenda_bold';
        line-height: 35px;
    }

    #slide-1 .bcg {
        /*background-image: url('../img/banner_mobile.jpg') !important;*/
        background-attachment: scroll;
    }

    .homepage-banner-content {
	       width: 75% !important;
    }

}

/*   MD   */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .seal-container{
        display: none !important;
    }
    .container {
        width: 100%;
    }

    /* padding for MD screen only */
    .padding-md-0 {
        padding: 0px;
    }

    .padding-md-10 {
        padding: 10px;
    }

    .padding-md-20 {
        padding: 20px;
    }

    .padding-md-30 {
        padding: 30px;
    }

    .padding-top-md-0 {
        padding-top: 0px;
    }

    .padding-top-md-10 {
        padding-top: 10px;
    }

    .padding-top-md-20 {
        padding-top: 20px;
    }

    .padding-top-md-30 {
        padding-top: 30px;
    }

    .padding-right-md-0 {
        padding-right: 0px;
    }

    .padding-right-md-10 {
        padding-right: 10px;
    }

    .padding-right-md-20 {
        padding-right: 20px;
    }

    .padding-right-md-30 {
        padding-right: 30px;
    }

    .padding-bottom-md-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-md-10 {
        padding-bottom: 10px;
    }

    .padding-bottom-md-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-md-30 {
        padding-bottom: 30px;
    }

    .padding-left-md-0 {
        padding-left: 0px;
    }

    .padding-left-md-10 {
        padding-left: 10px;
    }

    .padding-left-md-20 {
        padding-left: 20px;
    }

    .padding-left-md-30 {
        padding-left: 30px;
    }

    /* margin for MD screen only */
    .margin-md-0 {
        margin: 0px;
    }

    .margin-md-10 {
        margin: 10px;
    }

    .margin-md-20 {
        margin: 20px;
    }

    .margin-md-30 {
        margin: 30px;
    }

    .margin-top-md-0 {
        margin-top: 0px;
    }

    .margin-top-md-10 {
        margin-top: 10px;
    }

    .margin-top-md-20 {
        margin-top: 20px;
    }

    .margin-top-md-30 {
        margin-top: 30px;
    }

    .margin-right-md-0 {
        margin-right: 0px;
    }

    .margin-right-md-10 {
        margin-right: 10px;
    }

    .margin-right-md-20 {
        margin-right: 20px;
    }

    .margin-right-md-30 {
        margin-right: 30px;
    }

    .margin-bottom-md-0 {
        margin-bottom: 0px;
    }

    .margin-bottom-md-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-md-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-md-30 {
        margin-bottom: 30px;
    }

    .margin-left-md-0 {
        margin-left: 0px;
    }

    .margin-left-md-10 {
        margin-left: 10px;
    }

    .margin-left-md-20 {
        margin-left: 20px;
    }

    .margin-left-md-30 {
        margin-left: 30px;
    }

    /* Styles */
    .apply .container, .apply_detail .container {
        width: 900px;
    }

    .bcg {
        /* background-attachment: initial;
        background-size: initial;
        background-image: url('../img/banner.jpg'); */
    }
}

/*   LG   */
@media only screen and (min-width: 1200px) {
    /* padding for LG screen only */
    .padding-lg-0 {
        padding: 0px;
    }

    .padding-lg-10 {
        padding: 10px;
    }

    .padding-lg-20 {
        padding: 20px;
    }

    .padding-lg-30 {
        padding: 30px;
    }

    .padding-top-lg-0 {
        padding-top: 0px;
    }

    .padding-top-lg-10 {
        padding-top: 10px;
    }

    .padding-top-lg-20 {
        padding-top: 20px;
    }

    .padding-top-lg-30 {
        padding-top: 30px;
    }

    .padding-right-lg-0 {
        padding-right: 0px;
    }

    .padding-right-lg-10 {
        padding-right: 10px;
    }

    .padding-right-lg-20 {
        padding-right: 20px;
    }

    .padding-right-lg-30 {
        padding-right: 30px;
    }

    .padding-bottom-lg-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-lg-10 {
        padding-bottom: 10px;
    }

    .padding-bottom-lg-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-lg-30 {
        padding-bottom: 30px;
    }

    .padding-left-lg-0 {
        padding-left: 0px;
    }

    .padding-left-lg-10 {
        padding-left: 10px;
    }

    .padding-left-lg-20 {
        padding-left: 20px;
    }

    .padding-left-lg-30 {
        padding-left: 30px;
    }

    /* margin for LG screen only */
    .margin-lg-0 {
        margin: 0px;
    }

    .margin-lg-10 {
        margin: 10px;
    }

    .margin-lg-20 {
        margin: 20px;
    }

    .margin-lg-30 {
        margin: 30px;
    }

    .margin-top-lg-0 {
        margin-top: 0px;
    }

    .margin-top-lg-10 {
        margin-top: 10px;
    }

    .margin-top-lg-20 {
        margin-top: 20px;
    }

    .margin-top-lg-30 {
        margin-top: 30px;
    }

    .margin-right-lg-0 {
        margin-right: 0px;
    }

    .margin-right-lg-10 {
        margin-right: 10px;
    }

    .margin-right-lg-20 {
        margin-right: 20px;
    }

    .margin-right-lg-30 {
        margin-right: 30px;
    }

    .margin-bottom-lg-0 {
        margin-bottom: 0px;
    }

    .margin-bottom-lg-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-lg-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-lg-30 {
        margin-bottom: 30px;
    }

    .margin-left-lg-0 {
        margin-left: 0px;
    }

    .margin-left-lg-10 {
        margin-left: 10px;
    }

    .margin-left-lg-20 {
        margin-left: 20px;
    }

    .margin-left-lg-30 {
        margin-left: 30px;
    }

    /* Styles */
    .apply .container, .apply_detail .container {
        width: 900px;
    }

	.banner-content-image-wrapper {
		margin-top: 30px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .apply-card-item-container{
        padding-left: 80px;
    }
    .apply-card-item-container-combo{
        padding-left: 80px;
    }
    .featured-article{
        padding: 50px 20px 50px 20px;
    }
    .sub-article .left-article {
        padding: 50px 80px 50px 50px;
    }
    .sub-article .right-article {
        padding: 50px 50px 50px 80px;
        background-color: #e9e9e9;
    }  
    .card-menu-big-text{
        line-height: 1 !important;
    }
        #ig-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ig-items{
        border: 1px solid #ececec;
    }
}

@media only screen and (min-device-width: 735px) and (max-device-width: 767px) {
    .tab-card {
        /*height: 120px !important;*/
    }
    #men-dont-get-it-section {
        margin-top: -75px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {


    .elite-rate-eligibility-section.divider-left{
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-menu-big-text{
        font-size: 20px;
        line-height: 1;
    }
    .tab-card {
        /*height: 115px !important;*/
    }    
    .ig-tab-card {
        height: 90px !important;
    }
    .homepage-banner-content{
        top: 30px !important;
    }
    #men-dont-get-it-section {
        margin-top: -75px;
    }

    #ig-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ig-items{
        border: 1px solid #ececec;
    }

    .featured-article .article-title{
        padding: 20px 25px 10px;
        color: #ffffff;
        font-size: 30px;
    }

    .featured-article .article-title:after{
        display: inline-block;
        margin-left: 25px;
        content: "";
        width: 11px;
        height: 15px;
        background: transparent url('../img/arrow-right-white.png') no-repeat;
    }

    .featured-article .article-content{
        padding: 0px 25px 20px;
        color: #ffffff;
        font-size: 20px;
    }


    .sub-article .left-article{
        padding: 20px 25px 10px 25px;
        background-color: #f8f7f7;
    }

    .sub-article .right-article{
        padding: 20px 25px 10px 25px;
        background-color: #e9e9e9;
    }

    .sub-article .article-title {
        color: #000000;
        font-size: 30px;
        font-family: 'agenda_bold';
    }

    .elite-section-title{
        margin-top: 50px;
    }

    .text-normal{
        font-size: 16px;
    }

    ul.elite-mob-list{
        list-style-position: inside;
        padding: 0px;
        font-size: 16px;
        padding-top: 15px;
    }

    .mob-masthead-content-txt{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .elite-rate-eligibility-title, .elite-rate-eligibility-txt-large, .elite-rate-eligibility-subtitle, .elite-rate-eligibility-content{
        text-align: center !important;
    }
    .elite-rate-eligibility-content{
        padding-top: 25px;
        padding-left: 0px;
    }
    .mob-apply-card-item{
        
    }

    .mob-apply-card-item .mob-apply-card-title{
        /*background-image: url('../img/arrow-selected-right.png');
        background-repeat: no-repeat;
        background-position: 110px;*/
        width: 140px;
    }
    
    .mob-apply-card-item .mob-apply-card-details{
        /*display: none;*/

    }

    .mob-apply-card-item.active .mob-apply-card-title{
        background-image: url('../img/arrow-selected.png');
        background-repeat: no-repeat;
        background-position: 110px;
    }
      
    .mob-apply-card-item.active .mob-apply-card-details{

    }  

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width: 320px) {
    /* Styles */
     .bordered-top{
            width: 266px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
	.name-of-place-text{
		font-size: 16px !important;
	}

	.description-text{
		font-size: 16px !important;
	}

	.address-text {
		font-size: 16px !important;
	}

	.terms-conditions {
		font-size: 16px !important;
	}

	.terms-conditions-text {
		font-size: 14px !important;
	}

	.terms-conditions-text li {
		font-size: 14px !important;
	}

	.validity-text{
		font-size: 14px !important;
	}

	.bullet-normal li {
		font-size: 16px !important;
	}
   
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* Styles */
    .bordered-top {
        width: 392px;
        padding-right: 50px;
    }
      .margin-left-180{
        margin-left: 180px;
    }
    .img_ipad {
        width: 156px;
    }
    .apply-card-item.active {
        width: 177px;
        background-position: 164px !important;
    }
	 .perfect-combo-overview-bg .tab-content{
			 margin-top: 0px; min-height: 457px !important;
	}
      .show-in-profile{ display:block; }  
      .ipad-portrait-height{
        height: 248px !important;
      }
   .features-item{
        height: 79px !important
    }
    .desk-align-center{
        padding-left: 180px !important;
        margin-right: -55px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand img{
        width: 150px;
        /*height: 100%;*/
    }
    .navbar-nav.navbar-right:last-child{
        margin-right: -30px !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
     .show-in-profile{ display:block; } 
       /* .features-item {
                height: 90px !important;
                margin-bottom: 0px;
              
                padding-top: 51px;
                text-align: center;
        }*/
		   .features-item {
				height: 5px !important;
				padding-bottom: 49px;
				border-bottom: 1px solid #666666; 
				padding-top: 2px;
			}
        .perfect-combo-overview-bg .tab-content{
                 margin-top: 0px; min-height: 457px !important;
        }
       /* .perfect-combo-overview-bg .nav-tabs>li.active>a{
                margin-left: 10px;
        }*/
        .card-menu-big-text{
            /*margin-left: 20px;*/
        }

    	.ipad-portrait-height{
            height: 317px !important;
        }
        .features-item{
            height: 79px !important
        }
        .navbar-brand img{
            width: 150px;
            height: 100%;
        }
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

/* Custom size */
@media only screen and (min-width: 1024px) {
    .homepage-banner-content .apply-now a {
        font-size: 1.7em;
    }

    .homepage-banner-content .apply-now {
        top: 8px;
    }
}

@media only screen and (min-width: 1280px) {
    .homepage-banner-content .apply-now a {
        font-size: 1.8em;
    }

    .homepage-banner-content .apply-now {
        top: 10px;
    }
}

@media only screen and (min-width: 1366px) {
    .homepage-banner-content .apply-now a {
        font-size: 2em;
    }

    .homepage-banner-content .apply-now {
        top: 12px;
    }
  
}

@media only screen and (min-width: 1600px) {
    .homepage-banner-content .apply-now a {
        font-size: 2.4em;
    }

    .homepage-banner-content .apply-now {
        top: 14px;
    }
}

/*RESTYLE BANNER*/
.homepage-banner-content {
    position: relative;
    left: 20%;
    top: 15%;
    width: 58%;
    z-index: 10;
}

.banner-content-wrapper {
    height: auto;
    position: relative;
    width: 100%;
}

.banner-content-wrapper h1 {
    font-family: 'agenda_bold', serif;
    font-size: 6em;
    letter-spacing: 3px;
}

.banner-content-wrapper button {
    margin-top: 20px;
}

.button-banner {
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    .homepage-banner-content {
        padding: 0 15px;
        position: absolute;
        top: 15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 380px;
    }
	
    .banner-content-wrapper h1 {
        font-size: 3em !important;
    }
}

@media all and (max-width: 500px) {
    .banner-content-wrapper {
        width: 100%;
    }
}

@media all and (min-width: 422px) and (max-width: 500px) {
	.tab-card{
		height: 120px !important;
	}
}

@media all and (min-width: 501px) and (max-width: 669px) {
/*    .homepage-banner-content {
        left: 180px !important;
    }*/

    .banner-content-wrapper {
        width: 100%;
    }
	
	.tab-card{
		height: 140px !important;
	}
}

@media all and (min-width: 660px) and (max-width: 767px) {
    .homepage-banner-content {
        top: 20px !important;
        left: 50% !important;
        width: 70%;
    }

    .banner-content-wrapper {
        width: 100%;
    }
	
	.homepage-banner h1{
		color: #000;
	}
	
/*	.tab-card{
		height: 90px !important;
	}*/
	
	.card-menu-big-text{
		font-size: 30px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
/*    .homepage-banner-content {
        top: 350px !important;
    }*/

    .banner-content-wrapper {
        width: 100%;
    }

    .homepage-banner-content {
        padding: 0 15px;
        position: absolute;
        top: 20%;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90%;
    }
	
	.homepage-banner h1{
		color: #FFF;
	}
}

@media all and (max-width: 991px) {
    .banner-content-wrapper h1 {
        font-size: 4em;
    }
}







/*body {
    margin-right: 0;
}
*/


/*#site-content {
    margin-right: -15px;
}*/


#slide-perfectcombo .bcg {
    /*height: 700px;*/
    height: auto;
    min-height: 800px;
    background-attachment: scroll;
}

.container-2 {
      position: relative;
        padding: 100px 0;
        /*overflow-x: hidden;
        overflow-y: visible;*/
}


.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}



/*.homepage-banner-content {
    left: auto;
    width: auto;
}*/


.uob-one-account-note {
    color: #666;
    max-width: 800px;
    padding-top: 20px;
    margin: 0 auto;
}

.combo-banner-content-wrapper {
    padding-left: 0;
    padding-bottom: 100px;
}
.combo-banner-content-wrapper h1.perfect-combo-masthead-header {
    color: #000;
    margin-top: 0;
}

/*.banner-kv-wrapper {
    width: 35%;
    float: left;
}*/
.banner-kv {
    position: relative;
    top: -140px;
    right: 0;
}
.banner-kv img {
    width: 410px;
    position: absolute;
    right: -60px;
}
/*#slide-perfectcombo .bcg {
    min-height: 730px;
}*/
.apply_perfect_combo {
    background: #dc4145;
}

.apply_perfect_combo_2 {
    background: #000;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 20px !important;
    text-decoration: none;
    /*width: 168px !important;*/
}
.apply_perfect_combo_2:focus,
.apply_perfect_combo_2:hover {
    background: #e43f40;
    text-decoration: none;
}

.navbar-default {
    border-bottom: 1px solid #000;
}
.container-fluid {
  border-bottom: none;
}
.navbar-brand {
    padding: 20px 30px 20px 15px;
}
.nav > li > a {
    padding: 30px 20px;
}
.navbar-nav.navbar-right:last-child {
    /*margin-left: 0 !important;
    margin-right: 0 !important;*/
    margin-right: -15px !important;
}

.features-item {
    border-right: 1px solid #d1d1d1;
}
.features-item.last, .features-item.row-md-last {
    border-right: none;
}
.overview-features-box {
    /*max-width: 800px;*/
    margin: 0 auto;
}


.how-it-works-table {
    max-width: 760px;
    margin: 0 auto;
}

.how-it-works-table td.first {
    width: 43%;
}

    .uob-one-account-content-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

.apply-card-item-container-combo {
    padding-top:    15px;
}
.apply-card-item-container-combo h5 {
    font-size:  14px;
    font-family: 'agenda_medium';
}

.apply-card-item-combo {
    margin-left:    -15px;
}

.one-account-subheader {
    font-size:  18px;
    text-align: center;
    padding-top:    20px;
    padding-bottom:     15px;
}

.img_ipad.img-responsive {
    width: auto !important;
}





.uob-one-account-content-bg .title {
    padding-top: 20px;
    font-family: 'agenda_bold';
    font-size: 34px;
    color: #000;
    line-height: 1.2;
}
.uob-one-account-content-bg .title em {
    color: #e43f40;
    font-style: normal;
}
.uob-one-account-content-bg .subtitle {
    font-family: 'agenda_bold';
    font-size: 24px;
    color: #000;
    line-height: 1.2;
}
.uob-one-account-content-bg .button-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
}


@media (min-width: 768px) {
    .uob-one-account-content .col-sm-8 .how-it-works-item {
        max-width: 700px;
        margin: 0 auto;
    }
    .uob-one-account-content .col-sm-4 .how-it-works-item {
        max-width: 300px;
        margin: 0 auto;
    }
    .uob-one-account-content .col-sm-8 {
        border-left: 1px solid #d1d1d1;
    }
}
@media (max-width: 767px) {
    .uob-one-account-content .col-sm-4 .how-it-works-item {
        border-bottom: 1px solid #d1d1d1;

    }



}
/*.apply-card-content div {
    font-size: 14px;
    line-height: 1.2;
}*/

.apply-card-content .btn-red,
.apply-card-content .btn-red:link,
.apply-card-content .btn-red:focus {
    background: #e43f40;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    min-height: 73px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    /*display: block;*/
}
.apply-card-content .btn-red:hover {
    background: #000;
}
.apply-card-content .btn-red.btn-red-1 {
    min-height: 0;
}
.apply-card-content .btn-red.btn-red-2 {
    padding-top: 18px;
}
.apply-card-content .btn-red.btn-red-3 {
    background: #f5aca6;
    color: #000 !important;
}
.apply-card-content .btn-red.btn-red-3:hover {
    background: #000;
    color: #fff !important;
}

/*
.apply-card-content a.term_condition {
    padding: 15px 10px;
    width: 100%;
    display: block;
}
*/
.apply-card-content-divider {
    padding: 40px 20px;
}


.apply-card-promo {
    border: 1px solid #e43f40;
    padding: 20px;
}

.combo-banner-content-wrapper .btn-divider {

}


.btn-cursor {
    cursor: pointer;
}

.apply-card-item-new {
    padding-right: 30px;
}
.apply-card-item.active {
    background-position: right center;
}

@media (min-width: 768px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}


@media (min-width: 769px) and (max-width: 1000px) {
    #slide-perfectcombo .bcg {
        min-height: 730px;
    }
    .banner-kv {
        top: -100px;
    }
    .banner-kv img {
        width: 340px;
    }
}
@media (max-width: 768px) {
    .banner-kv {
        top: -120px;
    }
    .banner-kv img {
        width: 340px;
        right: -50px;
    }
    #slide-perfectcombo .bcg {
        /*height: 750px;*/
    }
    .combo-banner-content-wrapper, 
    .combo-banner-content-wrapper h1.perfect-combo-masthead-header,
    .combo-banner-content-wrapper .perfect-combo-masthead-content
     {
        text-align: left;
    }
    .combo-banner-content-wrapper {
        padding-top: 0;
    }
    .perfect-combo-overview-bg .tab-content {
    padding-left: 0;
    padding-right: 0;
    }
    .responsive-table-container-2 .card-tabs li {
        width: 50%;

    }
    .responsive-table-container-2 .pink-td {
        width: 50%;
    }
    .responsive-table-container-2 .features-mobile {
        /*background: #fff;*/
    }
    .combo-banner-content-wrapper .btn-divider {
        display: block;
    }
    .uob-one-account-content .bordered-right {
        border-right: none;
    }
    .apply-card-content a.term_condition {
        padding: 15px 10px;
        width: 100%;
        display:inline-block;
    }
    .apply-card-content a.apply_solitaire {
        padding: 15px 10px;
        width: 100% !important;
    }
    .apply-card-content a.btn_apply {
        padding: 15px 10px;
        width: 100% !important;
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .banner-kv {
        top: -110px;
    }
    .banner-kv img {
        width: 310px;
    }
    .combo-banner-content-wrapper {
        padding-bottom: 100px;
    }
    .nav > li > a {
        padding: 20px 30px;
    }
    #slide-perfectcombo .bcg {
        min-height: 700px;
    }
    .uob-one-account-content .border-line-gray-xs {
        border-top: 1px solid #d1d1d1; 
        padding-top: 30px;
    }
}

@media (min-width: 451px) and (max-width: 600px) {
    #slide-perfectcombo .bcg {
        min-height: 0;
    }
    .banner-kv {
        top: -50px;
    }
    .banner-kv img {
        width: 270px;
    }
    .container.overflow-visible {
        padding-top: 40px;
    }
    .combo-banner-content-wrapper {
        padding-bottom: 120px;
    }
    .nav > li > a {
        padding: 20px 10px;
    }
    .uob-one-account-content .border-line-gray-xs {
        border-top: 1px solid #d1d1d1; 
        padding-top: 30px;
    }
}

@media (max-width: 450px) {
    #slide-perfectcombo .bcg {
        min-height: 0;
    }
    .banner-kv {
        top: -30px;
    }
    .banner-kv img {
        width: 240px;
        right: -50px;
    }
    .apply_perfect_combo {
        margin-left: auto;
        /*margin-bottom: 40px;*/
    }
    .combo-banner-content-wrapper {
        padding-bottom: 110px;
    }
    .container.overflow-visible {
        padding-top: 40px;
    }
    .combo-banner-content-wrapper h1.perfect-combo-masthead-header {
        font-size: 28px;
    }
    .combo-banner-content-wrapper .perfect-combo-masthead-content {
        font-size: 16px;
    }
    .nav > li > a {
        padding: 20px 10px;
    }
    .responsive-table-container-2 .card-tabs li {
       width: 50%; 
    }
    .responsive-table-container-2 .mob-menu {
        width: auto;
    }
    .responsive-table-container-2 .card-tabs li {
      width: 50% !important;
    }
    .responsive-table-container-2 .overview-table {
            width: 100% !important;
            max-width: 100% !important;
    }
    .divider-2 {
            width: 100% !important;
            max-width: 100% !important;

    }
    .uob-one-account-content {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    hr.gray-td {
       width: 100%; 
    }
}

@media (max-height: 450px) {

    .mob-menu {
        width: 100%;
    }
.perfect-combo-overview-bg .tab-content .responsive-table-container-2 .container {
    padding-top:    20px !important;
}
}

@media (min-width: 1001px) and (max-width: 1300px) {
    .navbar-brand {
        padding: 25px 15px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .nav > li.custom {
        padding: 26px 15px 21px;
    }
    .nav > li > a {
        padding: 30px 10px;
    }

}

@media (max-width: 1000px) {
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .collapse, .collapsing {
        padding: 0;
    }
    .hidden-1000 {
        display: none !important;
    }

}

@media (max-width: 991px) {
        .features-item {
        border-bottom: 1px solid #d1d1d1;
        border-right: none;
        height: auto !important;
        margin: 0;
        padding: 30px;
    }
    .features-item.last {
        border-bottom: none;
    }
    .overview-features-box {
        max-width: 800px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: 8px; 
    }
    .navbar-brand {
        padding: 10px 15px 10px 15px;
    }
    .navbar-nav.navbar-right:last-child,
    .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
.pink-td {
  background-color: #f7bfc0;
  text-align: left !important;
  font-weight: bold;
  font-size: 16px !important;
  border: 1px solid #f7bfc0!important;
}
    .perfect-combo-overview-bg .nav-tabs> li.uob-ladys-card.active>a {
        background-color: #fff !important;
    }
.divider-2 {
  margin-left: 0px;
  background-color: #ffffff !important;
  border-left: 1px solid #f7bfc0;
  border-right: 2px solid #f7bff0;
  height: 10px;
  margin-top: -21px;
}
.perfect-combo-overview-bg .tab-content .responsive-table-container-2 .container {
    padding-top:    20px;
}
}


@media (min-width: 992px) {
    .how-it-works-giro {
        margin-top: 10px;
    }
    .combo-overview-apply-now-right {
        padding-left: 50px;
    }
    .features-item-content {
        font-size: 18px;
        font-weight: 700;
    }
}

@media all and (max-width: 768px) {

    .apply-card-item.active{
        width: auto;
        background-position: right center !important;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .apply-card-item.active{
        width: auto;
        background-position: right center !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .apply-card-item-container{
        padding-left: 15px;
    }
}

.combo-banner-content-wrapper .apply_perfect_combo_2 {
    width: 200px;
    display: inline-block;
}

