@import url('reset.css');
@import url('fonts.css');

/********************************************************/
/* GENERAL TAG STYLING */

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Readex Pro", Sans-serif;
	font-size: 10px;
	height: 99.9%;
}
a {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: "Readex Pro", Sans-serif;
	font-weight: normal;
	color: #000000 !important;
}

/* FORM ELEMENTS */

input,select,textarea {
	border: 2px solid #532f5f;
	border-radius: 5px;
	display: inline;
	font-size: 13px;
	resize: none;
	text-indent: 5px;
	width: calc(60% - 4px);
}
select {
	width: 60%;
}
input[required],select[required],textarea[required] {
	border: 2px solid #532f5f;
}

input,select {
	height: 30px;
}

label.required {
	font-weight: bold;
}

.button {
	font-weight:bold;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	min-width: 100px;
	padding: 3px 10px;
	text-align: center;
	text-indent: 0px;
	width: auto;
	background-color: #8031A7;
	line-height: 19px;
}
a.button {
	display: inline-block;
	height: 19px;
}

#footer img.visa-logo { 
	max-height: 23px; 
	margin: 0px 5px 15px;
}

.button.disabled {
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
    cursor: default;
}

.button.submitted {
	text-indent: -9999px;
	background-image: url('../gfx/login.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
}
::-ms-input-placeholder {
	color: #CCCCCC;
}
::-moz-input-placeholder {
	color: #CCCCCC;
}
:-moz-input-placeholder {
	color: #CCCCCC;
}

span.hint {
	display: block;
	font-size: 10px;
	margin-left: 130px;
	padding-top: 5px;
}

/*
a.button {
	padding: 4px 10px;
}
*/

.msg {
	color: #EE6060;
	display: block !important;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

li > label {
	cursor: pointer;
	display: inline-block;
	width: 130px;
}

input.required-error {
	border: 1px solid #EE6060 !important;
}

noscript {
	background-color: #FFFFFF;
	display: block;
	margin-top: 60px;
	padding: 5px;
	position: relative;
}

noscript p {
	color: #EE6060;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#loading {
	background-color: rgba(0,0,0,0.5);
	background-image: url('../gfx/spinner.gif');
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0px;
	cursor: wait !important;
	display: none;
	left: 0px;
	opacity: 0;
	pointer-events: all;
	position: fixed;
	right: 0px;
	top: 0px;
	transition: all 1s;
	/*
	-moz-transition: all 0.5s linear 0.5s;
	-ms-transition: all 0.5s linear 0.5s;
	-o-transition: all 0.5s linear 0.5s;
	-webkit-transition: all 0.5s linear 0.5s;
	*/
	z-index: 1000;
}

html.loading #loading {
	display: block;
	opacity: 1;
}



.sector-business #loading,
.sector-customer #loading {
	display: none !important;
}

/********************************************************/
/* HEADER & FOOTER */

#header {
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: repeat-x;
	box-shadow: 5px 0px 10px black;
	height: 50px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#header > div {
	height: 50px;
	margin: 0px auto;
	max-width: 942px;
	position: relative;
	z-index: 10;
}

#header div.logo {
	background-image: url('../gfx/logo-footer.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
	height: 36px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 185px;
	background-size: auto 100%;
}

#header div.logo-pinpay {
	display: none;
}

#header div.logo > a {
	display: block;
	height: 100%;
	width: 100%;
}

#header div.menu {
	color: #CCCCCC;
	cursor: pointer;
	display: block;
	font-size: 28px;
	font-family: "Readex Pro", Sans-serif;
	height: 40px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 40px;
	z-index: 11;
	display: none;
}

#footer {
	color:#333;
	bottom: 0px;
	box-shadow: 5px 0px 10px black;
	font-size: 10px;
	height: 120px;
	left: 0px;
	padding-top: 15px;
	position: fixed;
	text-align: center;
	width: 100%;
	/* For any browser that can't create a gradient  */
    background-color: #fff;   
}
#footer p {
	font-size: 10px;
	margin-bottom:6px;
}

#footer img {
	height: 33px;
	margin: 10px 5px;
}

#footer a {
   color: #153D66;
   text-decoration: none;
}



/********************************************************/
/* NAVIGATION */

#nav {
	height: 40px;
	left: 0px;
	margin: 1px auto 0px;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 99;
}

#nav div.wallet-info {
	border-radius: 0px 0px 5px 5px;
	display: none;
	font-size: 14px;
	height: 40px;
	margin: 0px 10px;
	padding: 20px 10px 0px;
	position: relative;
	text-align: left;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	/* For any browser that can't create a gradient  */
    background-color: #532f5f;
}


#nav div.wallet-info .account {
color:#fff;
font-weight:normal;
}

.wallet-info table {
color:#fff;
font-weight:bold;
}


#nav div.wallet-info .logout { 
	position: absolute; 
	right: 10px; 
	top: 18px; 
	/*background-color: #EBEBEB;*/
	border: medium none; 
	border-radius: 5px 5px 5px 5px; 
	color: #532f5f; 
	cursor: pointer; 
	font-size: 13px; 
	min-width: 60px; 
	padding: 3px 7px; 
	text-align: center; 
	text-indent: 0; 
	width: auto; 
    background-color: #fff;
    line-height: 19px;
} 

#nav ul.menu {
	border-collapse: separate;
	border-spacing: 0px 0px;
	display: table;
	height: 40px;
	width: 100%;
}
#nav ul.menu > li {
	display: table-cell;
	font-size: 22px;
	text-align: center;
	width: 33.3%;
}

#nav ul.menu > li > a {
	color: #FFFFFF;
	display: block;
	font-family: "Readex Pro", Sans-serif;
	height: 35px;
	line-height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}

#nav ul.submenu {
	background-color: rgba(255, 255, 255, 0.9);
	display: none !important;
	font-size: 18px;
	margin-top: 1px;
	text-align: left;
}

#nav ul.submenu > li a {
	display: block;
	font-family: "Readex Pro", Sans-serif;
	padding: 5px 10px;
	position: relative;
	width: 100%;
}

#nav ul.submenu > li a:hover {
	color: #F65831;
}

/********************************************************/
/* LOGIN PANEL */

#login {
	background-color: #e6e6e6;
	display: none;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 36px;
	width: 100%;
}

#login #login-form {
	display: none;
}

#login p {
	font-size: 13px;
	margin: 0px 10px 5px;
}

#login h1 {
	font-family: "Readex Pro", Sans-serif;
	font-size: 20px;
	margin: 10px 10px;
}
#login h1.cta {
	border-top: 1px dashed #CCCCCC;
	cursor: pointer;
	padding-top: 10px;
}

#login label {
	display: block;
	font-family: "Readex Pro", Sans-serif;
	font-size: 15px;
}

#login dl {
	margin: 10px;
}
#login dt {
	display: none;
}
#login dd {
	margin-bottom: 10px;
}

#login input {
	width: 100%;
}

#login input[type=submit] {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: 0px;
}
#login input[type=submit].loading {
	background-image: url('../gfx/login.gif');
}

#login .validate {
	display: none;
	font-size: 12px;
	text-align: right;
}

#login a.forgot {
	display: block;
	font-size: 12px;
	text-align: right;
	margin-top: 10px
}

/********************************************************/
/* MAIN CONTENT AREA */

#main {
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 100%;
}

#main .scroll {
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	text-shadow: 0px 0px 6px #000000;
	width: 25px;
}

#main .scroll.hide {
	display: none !important;
}

#main .scroll.prev {
	left: -35px;
}

#main .scroll.next {
	right: -35px;
}

/********************************************************/
/* OVERLAY */

div#overlay {
	background-color: #FFFFFF; /*rgba(255, 255, 255, 0.9);*/
	border-radius: 5px;
	display: none;
	font-size: 12px;
	left: 0px;
	opacity: 0;
	overflow: auto;
	/* padding-top: 30px; */
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9;
}

.overlay-open div#overlay {
	display: block !important;
	border: 2px solid #532f5f; 
}

.mobile.overlay-open div#overlay {
	position: fixed;
	bottom: 0px !important;
	left: 0px !important;
	right: 0px !important;
	top: 50px !important;
}
.sector-customer #overlay .content h2 {
	color: #000000 !important;
}
.sector-business #overlay .content p, .sector-customer #overlay .content p {
	padding-bottom: 1em;
}

.sector-business #overlay .content p strong, .sector-business #overlay .content li strong {
	font-weight: bold;
}

#overlay .title {
	display: none;
	font-family: "Readex Pro", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 5px;
	z-index: 10;
	line-height: 28px;
	color: #000000;
}

.highlighted-text { 
	color: #734483;
}

#overlay .close {
	background:url('../gfx/overlays/close.png') no-repeat;
	color: #fff;
	cursor: pointer;
	display: block;
	/*font-family: 'Bariol';*/
	font-size: 0px;
	height: 24px;
	width: 24px;
	line-height: 15px;
	position: absolute;
	right: 20px;
	top: 8px;
	text-align: center;
	z-index: 10;
}

div#overlay .content {
	/* background-color: #000000; */
	bottom: 0px;
	/* color: #7F7F7F; */
	display: block;
	font-size: 13px;
	height: auto !important;
	left: 0px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0px;
	top: 30px;
}

/********************************************************/
/* OVERLAY CONTENT COLUMNS */

/* Full height/width panels */
#overlay .slide {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	clear: both;
	min-height: 426px;
	position: relative;
	zoom: 1;
}

#overlay .slide:before,
#overlay .slide:after {
    content: '';
    display: table;
}
#overlay .slide:after {
    clear: both;
}



input[type=checkbox] { 
	position: absolute; 
	overflow: hidden; 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0; 
	clip: rect(0 0 0 0); 
	right: 100000px; 
}
input[type=checkbox] + label.checkbox-label { 
	min-height: 28px; 
	display:inline-block; 
	padding-top: 3px; 
	cursor: pointer; 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

.checkbox-label { 
	background-image: url("../gfx/ilixium/checkbox.png"); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	padding-left: 40px; 
	height:30px; 
}
input[type=checkbox]:checked + label.checkbox-label { 
	background-image: url("../gfx/ilixium/checkbox-checked.png"); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#overlay .slide.black {
	background-color: #000000;
	color: #FFFFFF;
}
#overlay .slide .block {
	margin: 50px 70px;
	position: relative;
	top: 0px;
	width: 45%;
}

#overlay .industries.slide .block {
	width: 67%;
}

#overlay .slide .circle {
	background-repeat: no-repeat;
	height: 20px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}

#overlay .slide .circle.bottom {
	background-position: center top;
	bottom: 0px;
}
#overlay .slide .circle.top {
	background-position: center bottom;
	top: 0px;
}

#overlay .slide.black .circle {
	background-image: url('../gfx/tab_white.png');
}
#overlay .slide.white .circle {
	background-image: url('../gfx/tab_black.png');
}


#overlay .slide.tricol {
	padding: 50px 70px 10px 70px;
}

#overlay .slide.tricol div.table {
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}


#overlay .slide.tricol .column {
	display: table-cell;
	padding-top: 200px;
	width: 33%;
}


#overlay .slide.left {
	background-position: right center;
}
#overlay .slide.right {
	background-position: left center;
}

#overlay .slide.left .block {
	float: left;
	left: 0px;
}
#overlay .slide.right .block {
	float: right;
	right: 0px;
}
#overlay .slide.full .block {
	left: 0px;
	margin: 0px;
	right: 0px;
	padding: 70px;
	width: auto;
}


#overlay .content h1 {
	font-size: 20px;
	margin: 0;
	color:#532f5f;
	font-weight:bold;
}

#overlay .content h2 {
	font-family: "Readex Pro", Sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px;
}

#overlay .content h2 small {
   font-weight: normal;
   font-size: 12px;
   display: block;
}
/*
#overlay .content strong {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
*/

/* Header/subheader/content colour */

#overlay .slide.white h2 {
	color: #666666 !important;
}
#overlay .slide.white {
	color: #666666 !important;
}
#overlay .slide.black h1 {
	color: #666666 !important;
}
#overlay .slide.black h2 {
	color: #FFFFFF !important;
}
#overlay .slide.black {
	color: #CCCCCC !important;
}

#overlay .frame {
	
	padding: 0px 10px;
}

#overlay .frame > div p {
	font-size: 14px;
	padding: 20px;
}

#overlay .content ul,
#overlay .content ol {
	margin-bottom: 10px;
	margin-left: 15px;
}
#overlay .content li {
	margin-bottom: 5px;
}

#overlay .content ul > li {
	list-style: disc outside none;
	
}
#overlay .content ol > li {
	list-style: decimal outside none;
}

/********************************************************/
/* QUOTES */

#quotes {
	display: none;
	left: 0px;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	top: 50px;
	width: 100%;
}

#quotes > div {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#quotes div.quote {
	left: 0px;
	opacity: 1;
	position: absolute;
	top: 50px;
	width: 100%;
}

#quotes div.quote p {
	border-left: 1px dashed #FFFFFF;
	color: #FFFFFF;
	display: none;
	font-family: "Readex Pro", Sans-serif;
	font-size: 35px;
	left: inherit;
	padding: 0px 5px 50px;
	position: static;
	text-shadow: 0px 0px 10px #000000;
	top: 0px;
}


/********************************************************/
/* GRID */

#grid {
	bottom: 0px;
	display: none;
	left: 0px;
	margin-top: 50px;
	min-height: 410px;
	padding-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#list {
	height: 100%;
	position: relative;
	width: 100%;
}

#list .column {
	height: 100%;
	width: 100%;
}

#list .column .module {
	border: 2px solid #532f5f;
	background-color: #e6e6e6;
	border-radius: 5px;
	cursor: pointer;
	height: 49.8%;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
	white-space: normal;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

#list .column .module .title {
	position: relative;
}

#list .column .module .title > h1 {
	display: block;
	font-family: "Readex Pro", Sans-serif;
	font-size: 18px;
	padding: 0px 10px 10px;
	font-weight: bold;
}

#list .column .module > h2 {
	color: #666666;
	font-family: "Readex Pro", Sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	line-height: 16px;
	margin-top: 25px;
	padding: 5px 10px;
	position: absolute;
}

#list .column .module > img {
	display: block;
	margin: 0px auto;
	opacity: 0.3;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
#list .column .module:hover > img {
	opacity: 0;
}

#list .column .module > img.icon {
	height: 30px;
	opacity: 1 !important;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 30px;
}

/* GENERIC WIDGET STYLES */

#list .column .module ul {
	margin: 0px;
	position: absolute;
	width: 100%;
}
#list .column .module li {
	border-bottom: 1px dashed #CCCCCC;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	list-style-position: inside;
	margin: 0px 10px;
	padding: 2px 0px;
	position: relative;
}
#list .column .module li > img {
	display: block;
	float: left;
	height: 20px;
	margin-right: 10px;
}
#list .column .module li > span {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 101px;
}
#list .column .module li .right {
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: visible;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 2px;
	min-width: 65px;
}
#list .column .module li .red {
	color: #EE6060;
}

/********************************************************/
/* PAGINATION */

#paginate {
	visibility: hidden;
	display: none;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	display: none;
	height: 25px;
	position: relative;
	text-align: center;
}
#paginate.hide {
	display: none !important;
}
#paginate > a {
	font-size: 20px;
	margin: 0px 5px;
}
#paginate > a.active {
	color: red;
}

/********************************************************/
/* BACKGROUND IMAGES */

#background {
	bottom: 0px;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: -1;
	background: #00125f url('../gfx/art/wallet/ILIX_RIBBON_LR_13.jpg') no-repeat center 9em;
}
#background.ready {
	background-color: #00125f;
	/*
	background-image: url('../gfx/bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	*/
}
#background > div {
	bottom: 0px;
	display: none;
	height: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
}
#background img {
	bottom: 0px;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
	max-width: none !important;
	min-height: 100% !important;
	display: block;
	left: 0px;
	position: fixed;
	transition: filter 1s;
	-webkit-transition: -webkit-filter 1s;
}
#background img.loading {
	visibility: hidden;
}

/********************************************************/
/* MODAL CONTAINER */

#modal {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0px;
	display: none;
	height: auto;
	left: 0px;
	padding-top: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 99;
}

#modal > div.pin {
	background-color: #FFFFFF;
	border-radius: 10px;
	height: auto;
	margin: 20px auto 0px;
	padding: 10px;
	min-height: 130px;
	width: 320px;
}

#modal #frm_pin {
	text-align: center;
}

#modal .pin {
	position: relative;
}
#modal .pin h1 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
#modal .modalclose {
	cursor: pointer;
	font-family: "Readex Pro", Sans-serif;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 5px;
}

#modal .pin #pin {
	background-color: #CCCCCC;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 13px;
	box-shadow: 2px 2px 7px #999999;
	padding: 10px;
	margin: 10px;
}
#modal .pin #pin > p {
	color: #666666;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}

/* PIN INPUT STYLES */

input.pin {
	border: 1px solid #000000;
	font-size: 35px !important;
	height: 60px !important;
	margin: 2px 7px;
	outline: none;
	text-align: center;
	text-indent: 0px;
	text-security: disc;
	-webkit-text-security: disc;
	width: 40px !important;
}

input.pin:focus {
	border: 2px solid red;
	margin: 0px 5px;
	text-security: none;
	-webkit-text-security: none;
}

#recaptcha_widget .widget {
	position: relative;
}


/********************************************************/
/* SECTOR-SPECIFIC STYLING */

.bpin {
	color: #532f5f;
	font-family: "Readex Pro", Sans-serif;
}
.bpay {
	color: #686A74;
	font-family: "Readex Pro", Sans-serif;
}

#nav li[data-sector=business] > a{
	background-color: #532f5f;
}
#nav ul.menu > li[data-sector=customer] > a {
	background-color: #734483;
}
#nav ul.menu > li[data-sector=wallet] > a {
	background-color: #E6E6E6;
	color: #000000 !important;
}

.sector-business #background img.current,
.sector-customer #background img.current {
	/*
	filter: url('greyscale.svg#grayscale');
	filter: grey;
	-webkit-filter: grayscale(0.5) sepia(0.5);
	*/
}

#nav ul.menu > li[data-sector=business]:hover > a, 
#nav ul.menu > li[data-sector=customer]:hover > a {
	background-color: #8e55a2;
}

.sector-business #list .column .module img.icon {
	display: block;
	height: 121px;
	right: 0px;
	top: 0px;
	width: auto;
}


.sector-business #list .column .module.services img.icon {
	/* height: 110px; */
	right: 0px;
	top: 0px;
}

.sector-customer #list .column .module img.icon {
	display: block;
	height: 63px;
	margin-right: -69px;
	margin-top: 20px;
	right: 50%;
	width: 138px;
}

.sector-wallet #background div.filter {
	background-image: url('../gfx/overlays/05.png');
}
.sector-wallet #header div.wallet-info {
	display: block;
}
.sector-wallet #header div.logo-pinpay {
	display: none;
}
.sector-wallet #nav ul.menu {
	display: none;
}
.sector-wallet #nav div.wallet-info {
	display: block;
}

.sector-wallet div#overlay .content {
	padding: 8px 30px 30px 30px;
}

.sector-wallet #list .column .module h1 {
	font-size: 18px;
	padding: 10px;
	position: relative;
	color: #FFF !important;
}

.sector-wallet #list .column .module.summary img {
	top: 5px;
}

.sector-wallet #list .column .module > img.icon {
	height: auto;
	right: 0px;
	width: auto;
}


.sector-wallet #overlay .content ul > li {
	list-style: none !important;
}




/********************************************************/
/* MEDIA QUERIES */

/** Mobile **/

@media screen and (orientation: landscape) {
	.mobile #list {
		height: 100% !important;
		width: 100% !important;
	}
	/* Side-by-side modules */
	.mobile #list .column .module {
		display: inline-block;
		height: 100%;
		margin-right: 1px;
		width: 49.8%;
	}
}


/*** iPhone ***/
@media screen and (device-aspect-ratio: 2/3) and (orientation: portrait) {
	body {
		height: 416px !important;
	}
	.webapp body {
		height: 460px !important;
	}
	#list .column {
		height: 370px !important;
	}
}
@media (device-aspect-ratio: 40/71) and (orientation: portrait) {
	body {
		height: 506px !important;
	}
	.webapp body {
		height: 548px !important;
	}
	#list .column {
		height: 480px !important;
	}
}
@media (min-device-width: 320px) and (orientation: landscape) {
	body {
		height: 268px !important;
	}
	.fullscreen body {
		height: 320px !important;
	}
	#grid div#list {
		height: 268px !important;
	}
}

@media (min-device-width: 360px) and (orientation: landscape) {
	body {
		height: 288px !important;
	}
	#grid div#list {
		height: 288px !important;
	}
}

/* Small screen */
@media screen and (max-width: 599px) {
	.overlay-open div#overlay {
		min-height: 535px;
	}
	#grid {
		margin-top: 87px;
	}
	#list .column {
		height: auto;
		width: 100%;
		float: left;
	}
	#footer { 
		height: 215px;
		position: relative;
		padding: 15px;
		box-sizing: border-box;
		box-shadow: none;
	}
	#background {
		display: none;
	}
	#main {
		background: #000000 url('../gfx/ilixium/ilixium-image.jpg') no-repeat center 9em;
		background-size: contain;
		max-height: 655px;
	}
	#list .column .module > h2 { 
		display: none;
	}
	#list .column .module {
		height: 130px;
		width: calc(50% - 4px);
		float: left;
	}
	#overlay p {
		font-size: 12px !important;
	}
	
	#overlay .slide {
		background-image: none !important;
	}
	#overlay .slide .block {
		margin: 10px !important;
		width: auto;
	}
	#overlay .slide.tricol {
		padding: 10px;
	}
	#overlay .slide.tricol .table {
		display: block;
	}
	#overlay .slide.tricol .column {
		background-image: none !important;
		display: block;
		margin-bottom: 20px;
		padding-top: 0px !important;
		width: auto;
	}
	#nav ul.submenu {
		display: none !important;
	}
	#list {
		width: 100% !important;
	}
	.scroll {
		display: none !important;
	}
	
	.sector-business #list .column .module > h2 {
		margin-top: 75px !important;
		display: none;
	}
	
	.sector-customer #list .column .module img.icon {
		bottom: 10px;
		top: auto;
	}
}

/* Desktop */
@media screen and (min-width: 600px) {
	#header > div {
		width: 486px;
	}
	#header div.logo-pinpay {
		right: 0px !important;
	}
	
	#header .menu {
		display: none !important;
	}
	
	#header div.logo-pinpay {
		height: 35px;
		right: 0px;
		top: 7px;
		width: 81px;
	}
	
	#footer {
		display: block;
	}
	
	#nav {
		display: block !important;
		opacity: 1 !important;
		position: relative;
		width: 486px;
	}
	#nav ul.menu {
		border-spacing: 10px 0px;
	}
	#nav ul.menu > li > a {
		background-image: url('../gfx/ilixium/arrow-right.png');
		background-position: 7px 8px;
		background-repeat: no-repeat;
		text-align: left;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		text-indent: 10px;
	}
	#nav ul.menu > li > a:hover {
		height: 40px;
	}
	
	.sector-business #nav ul.menu > li[data-sector=business] > a,
	.sector-customer #nav ul.menu > li[data-sector=customer] > a {
		background-image: url('../gfx/ilixium/arrow-down.png');
	}
	
	#nav ul.menu > li:hover > ul.submenu {
		display: block;
	}
	#quotes {
		height: 400px;
		top: 100px;
		width: 456px;
	}
	
	#quotes div.quote {
		top: 0px;
	}
	
	#main {
		height: 450px !important;
		width: 466px;
	}
	
	#grid {
		height: 466px;
		margin-top: 80px;
		overflow: hidden;
		position: relative;
	}
	
	#list {
		width: auto;
	}
	
	#list .column {
		float: left;
		width: 319px;
	}
	
	#list .column .module {
		background-image: none;
		height: 200px;
		margin: 0px 10px 10px 0px;
		transition: background-color 1s, color 1s;
		-moz-transition: background-color 1s, color 1s;
		-ms-transition: background-color 1s, color 1s;
		-o-transition: background-color 1s, color 1s;
		-webkit-transition: background-color 1s, color 1s;
		width: 298px;
	}
	#list .column .module:hover {
		background:#f3d2ff;
		background-color:#f3d2ff;
	}
	
		#list .column .module.disabled:hover {
		background:#ccc;
	}

	
	#list .column .module .title {
		height: 100px;
		width: 100%;
	}
	
	#list .column .module .title > h1 {
		bottom: 0px;
		left: 0px;
		position: absolute;
	}
	#list .column .module > h2 {
		margin-top: 0px;
	}
	
	#list .column .module:last-child {
		margin-bottom: 0px;
	}
	
	/* SECTOR-SPECIFIC STYLING */
	
	/* Business */
	.sector-business #list .column .module .title {
		height: 60px;
	}
		
	/* Customers */
	.sector-customer #list .column .module .title {
		height: 60px;
	}
	.sector-customer #list .column .module .title h1 {
		padding-bottom: 0px;
	}
	.sector-customer #list .column .module img.icon, .sector-business #list .column .module img.icon {
		display :none;
	}
	
	/* Wallet */
	.sector-wallet #list .column .module .title {
		color: #fff !important;
		height: 121px;
		/* For any browser that can't create a gradient  */
		background-color: #532f5f;
		
	}
	.sector-wallet #list .column .module.summary h1 {
		background: #532f5f;
		color: #FFF !important;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.sector-wallet #list .column .module.disabled .title {
		color: #C3C3C3;
		/* For any browser that can't create a gradient  */
    background-color: #fff;
    /*//mozilla*/
    background: -moz-linear-gradient(top, #fff, #E6E6E6);
    /* Chrome/Safari     */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6));
    /*IE 6/7 */ filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff',EndColorStr='#E6E6E6');
    /*IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#E6E6E6)";
	}
	
	.sector-wallet #list .column .module img {
		display: block;
	}
	.sector-wallet #list .column .module.summary img {
		display: none;
	}
	.sector-wallet #list .column .module > h2 {
		margin-top: 0px !important;
		/* margin-top: 25px !important; */
	}
}

@media screen and (min-width: 750px) {
	#header > div {
		width: 724px;
	}
	#nav {
		width: 724px;
	}
	
	#login {
		left: 0px;
		padding: 5px 0px;
		position: relative;
		right: 0px;
		right: 0px;
		top: -3px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	#login h1 {
		margin-top: 0px;
	}
	
	#quotes {
		width: 704px;
	}
	
	#main {
		width: 704px;
	}
	
	#overlay .frame {
		position: relative;
	}
	
	#overlay .frame p {
		padding: 10px;
	}
		
	#overlay .frame div.col {
		display: block;
		position: absolute;
		top: 20px;
	}
	
	#overlay .frame .col.left {
		left: 20px;
	}
	
	#overlay .frame .col.right {
		right: 20px;
	}
	
	#overlay .frame > div {
		width: 270px;
	}
	
	span.hint {
		margin-left: 130px;
	}
}
@media screen and (min-width: 1024px) {
	#header > div {
		width: 942px;
	}
	#nav {
		width: 962px;
	}
	#quotes {
		width: 942px;
	}
	#quotes > div {
		display: table;
	}
	#quotes div.quote {
		display: table-cell;
		position: relative;
		width: 318px;
	}
	#main {
		width: 942px;
	}
	#overlay .frame > div {
		width: 370px;
	}
}

/********************************************************/
/* IE-SPECIFIC STYLES (who needs web standards anyway) */

.ie8 #header .menu {
	display: none !important;
}
.ie8 #header div.logo-pinpay {
	right: 0px;
}
.ie8 #footer {
	background-color: #FFFFFF;
	display: block;
}
.ie8 #nav {
	display: block !important;
	opacity: 1 !important;
	position: relative;
	width: 850px;
}
.ie8 #nav ul.menu {
	border-spacing: 10px 0px;
}
#nav ul.submenu {
	background-color: #FFFFFF;
}
.ie8 #nav ul.menu > li:hover > ul.submenu {
	display: block;
}
.ie8 #login {
	background-color: #FFFFFF;
	left: 0px;
	padding: 5px 0px;
	position: relative;
	right: 0px;
	top: 1px;
}

.ie8 #background img {
	width: 100%;
}
.ie8 #quotes {
	height: 400px;
	top: 100px;
	width: 830px;
}
.ie8 #quotes > div {
	display: table;
}
.ie8 #quotes div.quote {
	display: table-cell;
	position: relative;
	top: 0px;
	width: 280px;
}
.ie8 #main {
	height: 450px !important;
	width: 830px;
}
.ie8 #grid {
	height: 420px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}
.ie8 #list {
	width: auto;
}
.ie8 #list .column {
	float: left;
	width: 210px;
}
.ie8 #list .column .module {
	background-color: #FFFFFF;
	height: 200px;
	margin: 0px 10px 10px 0px;
	transition: background-color 1s, color 1s;
	-moz-transition: background-color 1s, color 1s;
	-ms-transition: background-color 1s, color 1s;
	-o-transition: background-color 1s, color 1s;
	-webkit-transition: background-color 1s, color 1s;
	width: 200px;
}
.ie8 #list .column .module:last-child {
	margin-bottom: 0px;
}

/********************************************************/
/* COUNTDOWN TIMER */

.hasCountdown {
	border-bottom: 1px dashed #CCCCCC;
	height: 60px;
	margin-bottom: 5px;
	padding: 5px 0px;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 15px;
	text-align: center;
}
.countdown_amount {
	font-size: 30px;
}

.countdown_descr {
	display: block;
	width: 100%;
}

/* Slide Images */

.slide.business_about {
	background-image: url('../gfx/content/business_about.png');
}
.slide.core_values {
	background-image: url('../gfx/content/core_values.png');
}
.slide.easy {
	background-image: url('../gfx/content/easy.png');
	background-position: 80px center !important;
}
.slide.how_focus {
	background-image: url('../gfx/content/how_focus.png');
}
.slide.how_support {
	background-image: url('../gfx/content/how_support.png');
}
#overlay .slide.industries {
	background-image: url('../gfx/content/gloves.jpg');
}
.slide.prove_it {
	background-image: url('../gfx/content/prove_it.png');
}
.slide.process_operating {
	background-image: url('../gfx/content/process_operating.png');
	background-position: 70px center !important;
}
.slide.process_service {
	background-image: url('../gfx/content/process_service.png');
	background-position: 90% center !important;
}
.slide.risk_management {
	background-image: url('../gfx/content/risk_management.png');
	background-position: 40px center !important;
}
.slide.secure {
	background-image: url('../gfx/content/pinpay_is_safe.png');
	background-position: 40px center !important;
}
.slide.easy_stay {
	background-image: url('../gfx/content/easy_stay.png');
	background-position: left bottom !important;
}
.slide.tailor_made {
	background-image: url('../gfx/content/tailor_made.png');
	background-position: right center !important;
}
.slide.target_sectors {
	background-image: url('../gfx/content/target_sectors.png');
	background-position: left bottom !important;
}
.slide.pig {
	background-image: url('../gfx/content/pig.png');
	background-position: 60px 30px !important;
}
.slide.tunnel {
	background-image: url('../gfx/content/tunnel.png');
}
.slide.dna {
	background-image: url('../gfx/content/about_dna.png');
	background-position: 0px bottom !important;
}
.slide.windmills {
	background-image: url('../gfx/content/windmills.png');
	background-position: right bottom !important;
}
.slide.robot {
	background-image: url('../gfx/content/technology_robot.png');
	background-position: 10% center !important;
}
.slide.circuit {
	background-image: url('../gfx/content/technology_circuit.png');
	background-position: 90% center !important;
}

.slide.typical_client {
	background-image: url('../gfx/content/typical_client.png');
}


h2.bullet {
	background-image: url('../gfx/icons/bullet_large.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 20px;
	text-indent: 15px;
}
ul.bullet {
	margin-left: 30px !important;
	margin-top: 10px;
}
ul.bullet li {
	background-position: left center;
	background-repeat: no-repeat;
	list-style-image: url('../gfx/icons/bullet_small.png') !important;
}


.tricol .column {
	background-position: center top;
	background-repeat: no-repeat;
}

.tricol .column.how_support {
	background-image: url('../gfx/content/help_support.png');
}
.tricol .column.how_difference {
	background-image: url('../gfx/content/help_difference.png');
}
.tricol .column.how_focus {
	background-image: url('../gfx/content/help_core.png');
}


.indent {
   margin-left: 50px;
   margin-top: 30px;
   margin-bottom: 30px;
}

.emailInput {
   margin-left:50px;
}

.help_content {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.help_faq {
    float: right;
    padding-right: 5px;
}

#list .column .module.help {
    height: 100% !important;
}

#list .column .module.help {
    height: 415px !important;
}

#list .column {
    width: 319px;
}

#list .column .module {
    width: 298px;
}


