﻿/*************************************************************************************************************************************/
    /* GLOBAL */
/*************************************************************************************************************************************/
@font-face {
    font-family: gibson-light;
    src: url(/fonts/Gibson/Gibson-Light.otf);
}
@font-face {
    font-family: gibson-bold;
    src: url(/fonts/Gibson/Gibson-Bold.otf);
}
@font-face {
    font-family: gibson-regular;
    src: url(/fonts/Gibson/Gibson-Regular.otf);
}
@font-face {
    font-family: gibson-semibold;
    src: url(/fonts/Gibson/Gibson-SemiBold.otf);
}
html{
    font-family: Helvetica, Arial;
}
div.userList span{
    color: black !important;
}
a, p, span {
    color: #fff;
    cursor: text;
    pointer-events: auto;
}
a:hover {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, i, li, label, span {
    margin: 0;
    cursor: text;
    pointer-events: auto;
}
div {
    vertical-align: top;
}
h1 {
    font-family: gibson-bold, Helvetica;
    letter-spacing: 0;
}
p, a, input, div, h2, h3, h4, h5, h6, label,
span, i, li, button {
    font-family: gibson-regular, Helvetica;
}
strong {
    font-family: gibson-semibold, Helvetica;
}
.cancel-btn {
    color:white !important;
    background: linear-gradient(to top right, #b23131, #bf4848);
}
.ss-btn, .ssBtn2 {
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    color: #fff;
    padding: 6.5px 12px;
    transition: box-shadow ease-in-out .15s, opacity ease-in-out .15s, background-color ease-in-out .15s;
    vertical-align: top;
    cursor: pointer;
    pointer-events: auto;
}
.ss-btn:hover, 
.ss-btn:focus, 
.ssBtn2:hover, 
.ssBtn2:focus {
    opacity: 1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.ss-red-btn {
    background-color: rgba(255, 106, 99, 0.9);
    color: #fff;
    border-radius: 2px;
    border: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.1);
}
.ssBtn2 {
    background-color: #ccc;
    color: #333;
    border: 1px solid #b2b2b2;
}
.red-button {
    /*background-color: #dd0000;*/
    background-color: #e01616;
    opacity: 0.7;
    /*border: 1px solid #930000;*/
    border: 1px solid #af1313;
    color: #fff;
}
.disabled-button {
    background-color: #ccc;
    color: #333;
    border: 1px solid #b2b2b2;
    opacity: 0.5;
}
button, button:active {
    outline: 0 !important;
}
button:focus {
    outline: 0 !important;
}
.page-section-links {
    font-size: 13px;
    color: #888c90;
}
.page-section-links:hover {
    color: #888c90 !important;
    font-weight: 600;
}
span.page-section-links-white, 
a.page-section-links-white {
    color: #fff;
}
span.page-section-links-white:hover, 
a.page-section-links-white:hover {
    color: #fff !important;
    font-weight: 600;
}
.underline {
    text-decoration: underline;
    color: #888c90; 
}
.underline:hover {
    text-decoration: underline;
}
.page-bg-color {
    background-color: #f7f7f7;
}
.page-title {
    font-size: 40px;
    color: #82a142;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 32px;
}
.pageTitleWhite {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    letter-spacing: 0;
    line-height: 32px;
    font-family: gibson-bold, Helvetica;
}
.pageTitleGreen {
    color: #74a13e;
    font-size: 32px;
    line-height: 30px;
    font-family: gibson-bold, Helvetica;
}
.ss-dark-grey {
    color: #42474d;
}
.ss-light-gray {
    
}
.ssTextBox {
    height: 34px;
    padding: 6px 12px;
    color: #333;
    line-height: 1.428571429;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    background-color: #fff; 
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    cursor: pointer;
    pointer-events: auto;
}
.ss-input {
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    color: #6a6e72;
    cursor: pointer;
    pointer-events: auto;
}
.ss-input:hover, .ss-input:focus, 
.ssTextBox:hover, .ssTextBox:focus {
    /*box-shadow: 0 0 3px #b5ce49;*/
    border-color: #b5ce49;
    border-width: 1px;
}
.ssTextBox::-webkit-input-placeholder,
.bf-from-input::-webkit-input-placeholder,
.bf-to-input::-webkit-input-placeholder,
.ss-input::-webkit-input-placeholder {
    color: #b2b2b2;
}
.dropdown-menu {
    min-width: 0;   
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
    color: #333;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
.form-control::-webkit-input-placeholder {
    color: #a2a5aa;
}
.alert {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    display: inline-block;
    width: 100%;
}
.alert-danger span {
    color: #b94a48 !important;
    display: inline-block;
    width: 90%;
}
.alert-warning span { 
    color: #c09853 !important;
    display: inline-block;
    width: 90%; 
}
.alert button {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}
button.close {
    font-size: 18px;
    /*margin-left: 10px;
    margin-top: -1px;*/
}
.button-disabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}
.header-bottom-boundary {
    width: 100%;
    height: 67px;
    background: url(../Images/fullwidth-arrow.png) bottom no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dropdown-toggle span { 
    color: #555 !important;
}
.corporate-input-field:disabled {
    background-color: #fff !important;
}
button[disabled] {
    cursor: not-allowed;
}
.booking-now-allowed {
    opacity: 1;
}
.booking-now-not-allowed:hover {
    cursor: not-allowed;
    opacity: 0.9;
}
.error-message {
    display: none;
}
div.modal {
    outline: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.form-control[readonly] {
    background-color: #fff;
    border: 0;
    cursor: default;
}
.modal-header .close {
    margin-top: -10px;
}
textarea {
    resize: none;
}
@media(min-width: 768px) {
    .pageTitleWhite, .pageTitleGreen {
        font-size: 40px;
    }
}
/* COMMON */
.pointer {
    cursor: pointer;
    pointer-events: auto; 
}
.vAlignTop {
    vertical-align: top;
}
.boxShadow1 {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.boxShadow2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.absolute {
    position: absolute;    
}
.relative {
    position: relative;
}
.zIndex10 {
    z-index: 10;
}
.inlineBlock {
    display: inline-block;
}
.block {
    display: block;
}
.blockI {
    display: block !important;
}
.showElement {
    display: inline-block;
}
.hideElement {
    display: none;
}
.visibileHidden {
    visibility: hidden;
}
.centerElement {
    margin: 0 auto;
}
.upperCase {
    text-transform: uppercase;
}
.tool-tip {
    background-color: rgba(0,0,0, 0.8);
    color: #fff;
    border-radius: 2px;
    padding: 6px 8px;
    position: absolute;
    z-index: 10;
}
/* TEXT ALIGNMENT */
.rightAlignText {
    text-align: right;
}
.leftAlignText {
    text-align: left;
}
.centerText {
    text-align: center;
}
/* FLOAT */
.floatRight {
    float: right;
}
/* BACKGROUND COLOR */
.bgSSGreen {
    background-color: #abcf37;
}
.bgSSDarkGreen {
    background-color: #73a236;
} 
.bgWhite {
    background-color: #fff;
}
.bgOfWhite {
    background-color: #f9f9f9;
}
.bgOfWhite2 {
    background-color: #f7f7f7;
}
.bodyColour {
    background-color: #f7f7f7;
}
.bgTransparent {   
    background-color: transparent;
}
.bgGray1 {
    background-color: #C1C2C4;
}
.bgDarkGray2 {
    color: #333;
}
.bgDarkGray3 {
    background-color: #6f7172;
}
.bgDarkGray4 {
    background-color: #3e454c;
}
.bgDarkGray5 {
    background-color: #424344;
}
.bgDarkGray6 {
    background-color: #5F6060; 
}
.bgRed {
    background-color: rgb(255, 106, 99);
}
/* FONT SIZE */
.fSize11 {
    font-size: 11px;
}
.fSize12 {
    font-size: 12px;
}
.fSize13 {
    font-size: 13px;
}
.fSize14 {
    font-size: 14px;
}
.fSize16 {
    font-size: 16px;
}
.fSize18 {
    font-size: 18px;
}
.fSize18i {
    font-size: 18px !important;
}
.fSize20 {
    font-size: 20px;
}
.fSize36 {
    font-size: 36px;
}
/* FONT COLOR */
.fSSGreen {
    color: #abcf37;
}
.fGreen {
    color: #74a13e; 
}
.fDarkGreen {
    color: #73a236;
}
.fWhite {
    color: #fff;
}
.fDarkGray1 {
    color: #5d5f60;
}
.fDarkGray2 {
    color: #333;
}
.fDarkGray3 {
    color: #4d5154;
}
.fDarkGray4 {
    color: #6f7172;
}
.fDarkGray5 {
    color: #6a6e72;
}
.fDarkGray6 {
    color: #454849;
}
.fGray {
    color: #9e9e9e;
}
.fGray2 {
    color: #999;
}
.fBlueLink {
    color: #009bc8;
}
.fBlueLink:hover {
    color: #02bcef;
}
/* FONT WEIGHT */
.fWeight300 {
    font-weight: 300;   
}
.semi-bold {
    font-family: gibson-semibold, Helvetica;
}
.bold {
    font-family: gibson-bold, Helvetica;
}
.extraBold {
    font-weight: 900;
}
/* MARGINS */
.mgnT3 {
    margin-top: 3px;
}
.mgnT4 {
    margin-top: 4px;
}
.mgnT6 {
    margin-top: 6px; 
}
.mgnT10 {
    margin-top: 10px !important;
}
.mgnT15 {
    margin-top: 15px;
}
.mgnT20 {
    margin-top: 20px !important;
}
.mgnT30 {
    margin-top: 30px !important;
}
.mgnT40 {
    margin-top: 40px;
}
.mgnT60 {
    margin-top: 60px;
}
.mgnB0 {
    margin-bottom: 0;
}
.mgnB4 {
    margin-bottom: 4px;
}
.mgnB6 {
    margin-bottom: 6px !important;
}
.mgnB10 {
    margin-bottom: 10px !important;
}
.mgnB15 {
    margin-bottom: 15px;
}
.mgnB20 {
    margin-bottom: 20px !important;
}
.mgnB40 {
    margin-bottom: 40px !important;
}
.mgnL6 {
    margin-left: 6px;
}
.mgnL10 {
    margin-left: 10px !important;   
}
.mgnL20 {
    margin-left: 20px !important;
}
.mgnR6 {
    margin-right: 6px;
}
.mgnR10 {
    margin-right: 10px !important;
}
.mgnR20 {
    margin-right: 20px;
}
/* PADDING */
.pdgT4 {
    padding-top: 4px;
}
.pdgT6 {
    padding-top: 6px;
}
.pdg10 {
    padding: 10px;
}
.pdg14 {
    padding: 14px;
}
.pdgB40 {
    padding-bottom: 40px;
}
/* HEIGHT */
.h100 {
    height: 100%;
}
.h40p {
    height: 40px;
}
/* WIDTH */
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w65 {
    width: 65%;
}
.w80 {  
    width: 80%;
}
.w85 {  
    width: 85%;
}
.w90 {
    width: 90%;
}
.w95 {
    width: 95%;
}
.w100 {
    width: 100%;
}
.w1000p {
    width: 1000px;
}
@media (min-width: 320px) {
    .w49-320 {
        width: 49%;
    }
    .w80-320 {
        width: 80%;
    }
    .w90-320 {
        width: 90%;
    }
    .w100-320 {
        width: 100%;
    }
    .w280px-320 {
        width: 280px;
    }
    .w310px-320 {
        width: 310px;
    }
}
@media (min-width: 425px) {
    .w382-425 {
        width: 382px;
    }
}
@media (min-width: 768px) {
    .w49-768 {
        width: 49%;
    }
    .w60-768 {
        width: 60%;
    }
    .w70-768 {
        width: 70%;
    }
    .w80-768 {
        width: 80%;
    }
    .w90-768 {
        width: 90%;
    }
    .w100-768 {
        width: 100%;
    }
    .w700px-768 {
        width: 700px;
    }
    .w710px-768 {
        width: 710px;
    }
    .w768px-768 {
        width: 768px;
    }
}
@media(min-width: 1080px) {
    .w100-1080 {
        width: 100%;
    }
    .w35-1080 {
        width: 35%;
    }
    .w1060px-1080 {
        width: 1060px;
    }
    .w1080px-1080 {
        width: 1080px;
    }
}
/* BORDER RADIUS */
.bRadius3 {
    border-radius: 3px;
}
.bRadius6 {
    border-radius: 6px;
}
.bRadius10 {
    border-radius: 10px;
}

/* BANNER */
.banner {
    position: relative;
    background: url(/Images/booking-banner.jpg) top no-repeat;
    background-size: cover;
    width: 100%;
    height: 106px;
    padding: 25px;
}
.banner h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 28px;
    color: #fff;
}
.bannerContainer {
    width: 95%;
    margin: 0 auto;
}
.bannerContainer h2 {
    font-size: 30px;
    margin: 10px auto;
    font-family: gibson-light, Helvetica;
}
.bannerContainer p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .bannerContainer h2 { 
        font-size: 44px;
        width: 729px;
    }
    .bannerContainer p {
        font-size: 16px;
        line-height: 20px;
        width: 90%;
    }
    .why-title {
        width: 100px;
    }
}
@media (min-width: 1200px) {
    .bannerContainer {
        width: 1100px;
    }
    .bannerContainer h2 { 
        font-size: 56px;
        width: 729px;
    }
    .why-banner p {
        font-size: 18px;
        line-height: 20px;
    }
}

/* OLD WEBSITE LINK */
#pageFold{
	z-index: 50;
	width: 40px;
	height: 40px;
	position: fixed;
	top:0;
	right:0;
}
#pageFold:hover{
	width: 300px;
	height: 300px;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
}
#behind{
	background:#fff;
	overflow:hidden;
	width:35px;
	height:35px;
	position:fixed;
	top:0;
	right:0;
    cursor: pointer;
}
#behind:hover{
	z-index: 50;
	width:250px;
	height:250px;
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
}

/*************************************************************************************************************************************/
    /* HEADER */
/*************************************************************************************************************************************/
.navbar-default {
    background: white;
    border-width: 0;
    border-radius: 0;
}
.navbar {
    margin-bottom: 0;
    min-height: 0;
}
.navbar-default .container-fluid {
    margin: 15px auto;
    width: 95%;    
}
.menuItem {
    font-family: gibson-regular, Helvetica;
    /*padding: 10px 15px 10px 15px !important;*/
    /*border-radius: 10px;*/
    font-size: 12px;
    color: #5d5f60;
    transition: text-shadow ease-in-out .15s,
    color ease-in-out .15s, 
    background-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    display: inline-block !important;
    border-right: 1px solid #dbdcde;
    padding-top: 3px !important;
    padding-bottom: 1px !important;
}
.menuItem:hover { 
    /*background: rgba(182, 207, 74, 0.3) !important;*/
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);*/
    /*-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);*/
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.navbar-toggle {
    border: 0;
    margin-top: 2px;
}
.navbar-toggle h2 {
    font-size: 18px;
    color: #42474d;
    display: inline-block;
    font-weight: 600;
}
.navbar-toggle img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: 14px;
    margin-top: 1px;
    margin-left: 6px
}
.navbar-brand {
    position: relative;
    top: 0;
    left: 0;
    width: 150px;
    background-image: url(/Images/super-logo-navbar.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3px;
}
.ssBrand {
    margin-right: 10px;
}
.platinumBrand {
    background-image: url(/Images/PlatinumLogo-HorizontalNOSS.png);
    width: 110px;
}
.header-mid-content {
    margin-left: 20px;
    margin-top:7px;
}
.menuItemGreen {
    color: #73a236 !important;
    font-weight: 600;
    font-family: gibson-regular, Helvetica !important;
}
.nav-login-link {
    color: #42474d;
}
#logged-in-buttons {
    display: none;
}
.navbar-toggle {
    padding: 6px;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 4px;
}
.navbar-right {
    margin-top: 7px;
}
.brandContainer {
    width: 50%;
}
#signupBtn, 
#loginBtn {
    border-radius: 3px;
    border-right: 0;
    text-transform: uppercase;
}
.china-flag {
    width: 30px;
}
.china-flag {
    width: 30px;
}
#covid19-message {
    background-color: #F8CD46;
    color: #000;
    width: 100%;
    font-family: gibson-semibold;
    padding: 10px 12px;
    text-align: center;
}

@media(min-width: 425px) {
    .brandContainer {
        width: 70%;
    }
}
@media (min-width: 1250px) {
    .header-mid-content {
        margin-left: 100px;
    }
}
@media (min-width: 1100px) {
    #log-out-btn {
        color: #fff;
    }
    .menuItemGray {
        color: #8b8b8b !important;
    }
    .menuItemDarkGray {
        background: #5a5a5a;
        color: #fff !important;
    }
    .menuItemPlatinum {
        background-color: #abacad;
        color: #fff !important;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
    .brandContainer {
        width: 100%;
    }
    #signupBtn:hover, 
    #log-out-btn:hover {
        background: #7c7c7c;
    }
}
@media (max-width: 1100px) {
    .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);
        max-height: 380px !important;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0;
		/*margin-top: 7.5px;*/
        
	}
	.navbar-nav>li {
        float: none;
    }
    .menuItem {
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 0;
    }
    .collapse.in{
  		display:block !important;
	}
    .header-mid-content {
        margin-left: 0
    }
    .signup-modal {
        background: #fff;
        color: #5a5a5a;
        font-weight: 900;
    }
    .navbar-brand {
        height: auto;
    }
}
@media (max-width: 450px) {
    .navbar-brand {
        height: 34px;
    }
    .navbar-toggle h2 {
        font-size: 16px;
    }
    .navbar-toggle img {
        display: inline-block;
        height: 14px;
        margin-top: 1px;
        margin-left: 6px;
    }
}

/* MENU */
.menu {
    background-color: #fff;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    z-index: 11;
}
.menu-hamburger {
    display: inline-block;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    font-size: 24px;
    font-style: normal;
    vertical-align: top;
    transition: opacity ease-in-out 0.15s;
    padding-bottom: 6px;
    opacity: 0.8;
    z-index: 2;
}
.menu-hamburger:hover, 
.menu-hamburger:focus {
    opacity: 1;
    color: #333;
}
.menu-item-container {
    display: none;
}
.menu-logo-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-ss-logo-no-name {
    width: 30px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.menu-ss-logo-with-name,
.menu-platinum-logo-with-name {
    width: 150px;
    height: 33px;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
    background-image: url(/Images/SupershuttleLogoWithName.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.menu-platinum-logo-with-name {
    width: 110px;
    background-image: url(/Images/PlatinumLogoWithName.svg);
}
.menu-item-right {
    position: absolute;
    right: 10px;
    top: 16px;
}
.menu-item-right-register,
.menu-item-right-logout,
.menu-item-right-business {
    display: none;
}
.menu-item {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    transition: color ease-in-out 0.15s,
    background-color ease-in-out 0.15s;
    padding: 0 12px
}
.menu-item-green,
.side-menu a.menu-item-green {
    color: #73a236;
}
.menu-item:hover,
.menu-item:focus {
    color: #3173c4;
    text-decoration: none;
}
.menu-item-green:hover,
.menu-item-green:focus {
    color: #647f42;
}
.menu-item-separator {
    border-right: 2px solid #ccc;
}
.side-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 111;
    margin-top: 0px;
    border-top: 2px solid #aaa;
    background-color: #eee;
}
.side-menu-item {
    transition: color ease-in-out 0.15s,
    background-color ease-in-out 0.15s;
    padding: 8px 12px;
    color: #333;
    font-size: 16px;
    display: block;
    width: auto;
}
.side-menu-item:hover,
.side-menu-item:focus {
    color: #000;
    background-color: #ccc;
}
.side-menu-close-btn {
    color: rgba(175, 19, 19, 0.8);
}
a.side-menu-close-btn:hover {
    color: rgba(175, 19, 19, 0.9);
}
a.user-profile-link {
    padding-left: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none; 
}
a.user-profile-icon {
    cursor: pointer;
    font-size: 16px;
    transition: color ease-in-out 0.15s;
    display: inline-block;
    color: #333;
    margin-right: 12px;
}
.user-profile-icon:hover {
    color: #3173c4;
}

.fade-in {
    -webkit-animation: fade-in 0.5 forwards; 
    animation: fade-in 0.5s forwards;
}
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-out {
    -webkit-animation: fade-out 0.5 forwards; 
    animation: fade-out 0.5s forwards;
}
@keyframes fade-out {
    from { opacity: 1; }
    to {  opacity: 0; }
}

.side-menu-slide-in {
    -webkit-animation: side-menu-slide-in 0.5 forwards; 
    animation: side-menu-slide-in 0.5s forwards;
}
@keyframes side-menu-slide-in {
    from { top: -500px; }
    to {  top: 50px; }
}

.side-menu-slide-out {
    -webkit-animation: side-menu-slide-in 0.5 forwards; 
    animation: side-menu-slide-in 0.5s forwards;
}
@keyframes side-menu-slide-out {
    from { left: -2px; }
    to { left: -500px; }
}

@media(min-width: 768px) {
    .menu-ss-logo-no-name {
        display: none;
    }
    .menu-ss-logo-with-name {
        display: block;
    }
    .menu-item-right {
        max-width: none;
    }
    a.user-profile-icon {
        margin-right: 0;
        vertical-align: top;
    }
    a.user-profile-link {
        display: inline-block;
        max-width: 150px;
    }
}
@media(min-width: 1080px) {
    .menu-item-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
@media(min-width: 1366px) {
    .menu {
        padding: 10px 10px 2px 10px;
    }
    .menu-hamburger {
        display: none;
    }
    .menu-item-container {
        display: block;
        margin: 0 auto;
        margin-top: 16px;
        width: 720px;
    }
    .menu-logo-container {
        position: relative;
        top: 0;
        display: inline-block;
        z-index: 10;
        width: auto;
    }
    .menu-ss-logo-with-name,
    .menu-platinum-logo-with-name {
        width: 150px;
        margin: 0;
        margin-top: 0;
        display: inline-block;
    }
    .menu-platinum-logo-with-name {
        display: inline-block;
        width: 110px;
    }
    .menu-item-right-register,
    .menu-item-right-logout,
    .menu-item-right-business,
    .menu-item-right-gats {
        display: inline-block;
    }
}

/*************************************************************************************************************************************/
    /* FOOTER CONTROL: src:https://codepen.io/cbracco/pen/zekgx*/
/*************************************************************************************************************************************/
html {
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
body {
    position: relative;
    margin: 0;
    min-height: 100%;
}
.formContent {
    padding-bottom: 350px; /*== .footer.height*/
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 350px;
    padding: 20px 6px 20px 18px;
    background: #42474d;
    width: 100%;
}

@media (min-width: 993px) {
    .formContent {
        padding-bottom: 280px;
    }
}
@media (min-width: 600px) {
    .formContent {
        padding-bottom: 310px; /*== .footer.height*/
    }
    .footer {
        height: 310px;
    }
}
@media (min-width: 1000px) {
    .formContent {
        padding-bottom: 280px; /*== .footer.height*/
    }
    .footer {
        height: 230px;
        padding-top: 40px;
    }
}

/*************************************************************************************************************************************/
    /* FOOTER */
/*************************************************************************************************************************************/
.footer div, .footer a {
    font-family: gibson-regular;
}
.ftrBlock1 {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    text-align: left;
}
.ftrLogoS {
    width: 40px;
}
.ftrLogoM, .ftrLogoL, #ftr-menu-m, 
.ftrContactS, #ftr-block-4 {
    display: none;
}
.ftrMenuS {
    margin-top: 20px
}
.ftrBlock2 {
    display: inline-block;
    width: 67%;
    vertical-align: top;
    margin-left: 8px;
    text-align: left;
}
.f-b2-blocks {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}
.f-b2-blocks-right {
    padding-left: 8px;
}
.footer-menu-uppercase-links {
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    color: #fff;
    opacity: 0.6;
    font-size: 11px;
}
.footer-menu-uppercase-links:hover {
    cursor: pointer;
    text-decoration:none;
    color: #fff;
    opacity: 1;
}
.footer-menu-lowercase-links {
    display: block;
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
    margin-bottom: 6px;
}
.footer-menu-lowercase-links:hover {
    cursor: pointer;
    text-decoration:none;
    color: #fff;
    opacity: 1;
}
.ftr-sub-links {
    display: inline-block;
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
}
.ftr-sub-links:hover {
    cursor: pointer;
    text-decoration:none;
    color: #fff;
    opacity: 1;
}
#ftr-block-3 {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}
.ftr-contact-num1 {
    font-size: 16px;
    color: #b5ce49;
    margin-bottom: 5px;
}
.ftr-contact-num2 {
    font-size: 14px;
    color: #fff;
}
.ftr-fb-logo-container img {
    opacity: .4;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.ftr-fb-logo-container img:hover {
    opacity: 1;
}
#policys-block {
    display: none;
}

@media (min-width: 550px) and (max-width: 992px) {
    .ftrBlock1 {
        width: 100%;    
    }
    .ftrLogoM {
        display: block;
        height: 40px;
        margin: 0 auto;
    }
    .ftrContactS {
        display: block;
        text-align: center;
        margin: 14px 0 20px 0;
    }
    .ftrMenuS, #ftr-block-3, .ftrLogoS {
        display: none;
    }
    .ftr-contact-num1 {
        display: inline-block;
    }
    .ftr-contact-num2 {
        display: inline-block;
        font-size: 18px;
        margin-left: 20px
    }
    .ftrBlock2 {
        width: 100%;
        margin-left: 0;
    }
    #ftr-menu-m {
        display: inline-block;
    }
    .f-b2-blocks {
        display: inline-block;
        width:19%;
        padding-left: 6px;
    }
    .f-b2-blocks-right {
        padding-left: 6px;
    }
    .footer-menu-uppercase-links {
        font-size: 12px;
    }
    #ftr-block-4 {
        display: block;
        margin-top: 20px;
        text-align: left;
    }
    .ftr-sub-links-container {
        display:inline-block;
        vertical-align: bottom;
        width: 85%;
    }
    .ftr-sub-links {
        display: inline-block;
    }
    .ftr-fb-logo-container {
        display: inline-block;
        width: 10%;
    }
}
@media (min-width: 380px) and (max-width: 549px) {
    .ftrBlock1 {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }
    .ftrBlock2 {
        display: inline-block;
        width: 72%;
        vertical-align: top;
        margin-left: 8px;
    }
    .f-b2-blocks {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .f-b2-blocks-right {
        padding-left: 0;
    }
    .footer-menu-uppercase-links {
        font-size: 11px;
    }
    #ftr-block-3 {
        text-align: center;
        display: block;
        margin-top: 20px;
        margin-right: 0;
    }
    .ftr-fb-logo-container {
        display: none;
    }
}
@media (min-width: 993px) {
    .ftrLogoM, .ftrLogoS, 
    .ftrContactS, .ftrMenuS, #ftr-block-4  {
        display: none;
    }
    .ftrBlock1 {
        display: inline-block;
        width: 15%;
        padding-right: 20px;
        padding-left: 6px;
    }
    .ftrLogoL {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .ftrBlock2 {
        display: inline-block;
        width: 61%;
        margin: 0;
    }
    #ftr-menu-m {
        display: inline-block; 
    }
    .f-b2-blocks {
        display: inline-block;
        width: 19%;
    }
    #policys-block {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }
    #ftr-block-3 {
        display: inline-block;
        width: 21%;
        margin: 0;
        text-align: right;
    }
    .ftr-contact-num1 {
        font-size: 22px;
        margin: 0;
        line-height: 1;
    }
    .ftr-contact-num2 {
        font-size: 18px;
        display: block;
    }
    .ftr-fb-logo-container {
        display: block;
        float: right;
        margin-top: 70px;
    }
    .footer {
        height: 230px;
    }
}
@media (min-width: 1200px) {
    #defaultFooter {
        width: 1176px;
        margin: 0 auto;
    }
}
/*************************************************************************************************************************************/
    /* MODAL  */
/*************************************************************************************************************************************/
/* SIGN UP / LOG IN */
.ss-modal {
    margin-top: 40px;
}
#special-user {
    margin: 0 -20px 6px -20px;
    padding: 10px 20px;
    background-color: rgba(106, 204, 91, 0.3);
}
h5.gats-title {
    margin-bottom: 6px;
    font-family: gibson-semibold, Helvetica;
    color: #333;
    font-weight: 900;
}
#special-user p {
    color: #333;
    margin-bottom: 2px;
}
#special-user span {
    color: #333;
}
.sign-up-or {
    color: #333;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    font-family: gibson-semibold;
}
.fb-btn {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
}
.fb-btn span {
    color: #333;
    cursor: pointer;
}
.fb-btn-img {
    position: absolute;
    width: 30px;
    z-index: 10;
    top: 6px;
    left: 6px;
    cursor: pointer;
}
a.forgot-password-btn {
    float: right;
}

@media (min-width: 425px) {
    .ss-modal .modal-content {
        width: 403px;
    }
    .facebook-login button {
        width: 85%;
    }
}
@media (min-width: 768px) {
    h5.gats-title {
        font-size: 18px;
    }
}
/* CUSTOMER FEEDBACK - RATE US */
#feedback-form textarea {
    height: 100px;
}
.rate-us-container {
     text-align: center;
}
#feedback-form h2 {
    width: 190px;
}
.rate-us-container h3 {
    font-size: 20px;
    margin-top: 20px;
}
.rating-stars-container {
    padding: 6px;
    background-color: #ddd;
    width: 160px;
    margin: 10px auto 20px auto;
    border-radius: 3px;
}
.rate-us-container a {
    display: inline-block;
    font-size: 25px;
    color: #fff;
}
.rate-us-container a:hover, 
.rating-stars-container a:hover {
    color: #FC5A57;
}
a.feedback-star {
    color: #FC5A57;
}
@media(min-width: 768px) {
    #feedback-form h2 {
        font-size: 32px;
    }
}

/* BANK TRANSFER POPUP MODAL */
.bankPopup {
    width: 100%;
    padding: 0;
    height: 640px;
    margin-top: 20px;
}

.bankPopupBody {
    padding: 0;
}

#ifrm {
    width: 100%;
}

@media (min-width: 400px) {
    .bankPopupBody {
        width: 400px;
        margin: 0 auto;
    }
}

@media(min-width:600px) {
    .bankPopup {
        width: 450px;
    }
}

/*************************************************************************************************************************************/
    /* TERMS AND CONDITIONS */
/*************************************************************************************************************************************/
.terms-container {  
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.terms-container h1 {
    margin: 10px 0 20px 0;
    font-size: 38px;
}
.terms-section {
    padding-bottom: 25px;
}
.terms h2 {
    font-size: 24px;
    line-height: 28px;
    color: #42474d;
    margin-bottom: 30px;
}
.terms h3 {
    font-size: 18px;
    color: #42474d;
    margin-bottom: 6px;
}
.terms p {
    line-height: 20px;
    color: #888c90;
    margin-bottom: 20px
}
.terms h6 {
    color: #42474d;
    font-size: 14px;
}
@media (min-width: 1024px) {
    .terms-wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}

/*************************************************************************************************************************************/
    /* WEBSITE USAGE POLICY */
/*************************************************************************************************************************************/
.web-policy-container {  
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.web-policy-container h1 {
    margin: 10px 0 20px 0;    
}
.web-policy-section {
    padding-bottom: 25px;
}
.web-policy h2 {
    font-size: 24px;
    line-height: 28px;
    color: #42474d;
    margin-bottom: 30px;
}
.web-policy h3 {
    font-size: 18px;
    color: #42474d;
    margin-bottom: 2px;
}
.web-policy p {
    line-height: 20px;
    color: #888c90;
    margin-bottom: 20px
}
@media (min-width: 1024px) {
    .web-policy-wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}

/*************************************************************************************************************************************/
    /* PRIVACY POLICY */
/*************************************************************************************************************************************/
.privacy-container {  
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px; 
}
.privacy-container h1 {
    margin: 10px 0 20px 0;
}
.privacy h2 {
    font-size: 24px;
    line-height: 28px;
    color: #42474d;
    margin-bottom: 10px;
}
.privacy-section {
   margin-top: 40px; 
}
.privacy h3 {
    font-size: 18px;
    color: #42474d;
    margin-bottom: 6px;
}
.privacy p {
    line-height: 20px;
    color: #888c90;
    margin-bottom: 20px
}
.privacy ul {
    -webkit-padding-start: 18px;
}
.privacy li {
    color: #42474d;
}
@media (min-width: 1024px) {
    .privacy-wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}

/*************************************************************************************************************************************/
    /* FAQ */
/*************************************************************************************************************************************/
.faqLinkContainer {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.faqLinkContainer h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: gibson-semibold;
}
.faqLinkContainer a {
    font-size: 17px;
    line-height: 21px;
    color: #42474d;
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
    font-family: gibson-light;
}
.faqLinkContainer .seperator {
    display: none;
}
.moreFaqs, .moreFaqs span {
    font-size: 14px !important;
    color: #369ac6 !important;
}
.moreFaqs:hover {
    font-family: gibson-semibold;
}
@media (min-width: 768px) {
    .faqLinkContainer {
        width: 80%;
    }  
    .faqLinkContainer .seperator {
        display: inline-block; 
        background: rgba(66, 71, 77, 0.6);
        width: 1px;
        height: 60px;
    }
    .faqLinks {
        display: table;
        margin-bottom: 30px;
        margin: 0 auto;
    }
    .faqLinkContainer div a {
        display: table-cell;
        width: 33%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 29px; 
        font-size: 24px;
    }
}

/* SPINNER */
.task-spinner-container {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.task-spinner-container img {
    position: absolute;
    top: 45%;
    left: 40%;
}

/* OVERRIDES */
.global-shadow {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

/* FOR IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .semi-bold {
        font-family: Helvetica;
        font-weight: 900;
    }
    .bold {
        font-family: Helvetica;
        font-weight: 900;
    }
}

