/* GENERAL -----------------------------------------------------------------------------------------------------------*/
body {
    font-family: MyriadPro;
    padding-right: 0 !important;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: MyriadPro;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}

.ui-loader {
    display: none !important;
}

.b-r-3 {
    border-radius: 3px !important;
}

.bg-white {
    background: #fff;
}

.btn {
    border-color: #ccc;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .85;
    color: #d2d2d2;
}

.bg-grey-e {
    background-color: #eee;
}

.m-auto {
    margin: 0 auto;
}

.max-h-300px {
    max-height: 300px;
}

.form-control {
    padding: 6px 6px;
}

.font-MagistralBold {
    font-family: 'MagistralBold', Tahoma;
}

.font-size-13 {
    font-size: 13px;
}

.lawyer-style h2, .lawyer-style .h2 {
    line-height: 50px;
}

.g-pt-20 {
    padding-top: 20px;
}

.g-pb-20 {
    padding-bottom: 20px;
}

.home3-container {
    max-width: 1012px;
    margin: 0 auto;
}

.min-width-75 {
    min-width: 75px;
    display: block;
}

.opacity-1 {
    opacity: 1;
}

html[class^='theme-'] .header-bar-right button:hover,
html[class^='theme-'] .header-bar-right button:focus {
    color: #fff;
}

@media (min-width: 1980px) {
    .container.appWidth {
        width: 1012px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 996px) {
    .sign-up-banner {
        padding-top: 50px;
    }

    .sign-up-container {
        padding-right: 0;
    }
}

form[name='signInForm'] input::-webkit-input-placeholder,
form[name='forgotForm'] input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
}

form[name='signInForm'] input::-moz-placeholder,
form[name='forgotForm'] input::-webkit-input-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

form[name='signInForm'] input:-ms-input-placeholder,
form[name='forgotForm'] input::-webkit-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

form[name='signInForm'] input:-moz-placeholder,
form[name='forgotForm'] input::-webkit-input-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.m-l-10 {
    margin-left: 10px;
}

.input-group-btn:last-child > .m-l-10 {
    margin-left: 10px;
}

.hideOnLoading {
    opacity: 0;
    transition: all .9s ease-in-out;
}

/*CLEARFIX*/
.clear:after {
    clear: both;
    content: "";
    display: table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/*SCROLL BAR*/

.scroll-wrapper {
    overflow: hidden;
    position: absolute;
    top: 50px;
    bottom: 0px;
    width: 100%;

    -webkit-overflow-scrolling: touch;
}

/*
::-webkit-scrollbar, .text-html .ta-scroll-window.form-control::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb, .text-html .ta-scroll-window.form-control::-webkit-scrollbar-thumb {
    background-color: transparent;
    min-height: 60px;
}

:hover::-webkit-scrollbar-thumb, .text-html .ta-scroll-window.form-control:hover::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
}

::-webkit-scrollbar-thumb:hover, .text-html .ta-scroll-window.form-control::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.5);
}

::-webkit-scrollbar-track, .text-html .ta-scroll-window.form-control::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-track:hover, .text-html .ta-scroll-window.form-control::-webkit-scrollbar-track:hover {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
*/

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.w-48 {
    width: 48% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.h-0px {
    height: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-l-6 {
    padding-left: 6px !important;
}

.p-r-6 {
    padding-right: 6px !important;
}

.p-r-4 {
    padding-right: 4px;
}

.m-b-xs {
    margin-bottom: 6px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

/* Header */
.img-responsive {
	margin-right:20px;
	/*margin-bottom:20px;*/
}

/* Home 2 columns */
.home-2cols-form.form-banner {
    padding: 24px;
}

.home-2cols-form.form-banner img {
    margin: auto;
}

@media (orientation: landscape) and (max-height: 600px) {
    .home-2cols-form.form-banner img {
        max-height: 330px;
    }
}

@media (orientation: landscape) and (min-height: 320px) {
    .h-100-when-landscape-and-greater-than-x {
        height: 100%;
    }
}

.home-2cols-form.form-sign {
    width: 487px;
}

.home-2cols-content img {
    margin: auto;
}

@media (max-height: 600px) {
    .home-2cols-content img {
        height: 320px;
    }
}

/* home def */
.wrapper {
    opacity: 0;
}

.ss-container {
    max-width: 1012px;
    margin: 0px auto;
}

.ss-container .ss-header-logo {
    float: left;
    padding-top: 8px;
}

.ss-container .ss-header-language {
    width: 122px;
    text-align: right;
}

.ss-container .ss-header-signin {
    width: 68px;
    padding-right: 4px;
}

.ss-container .ss-header-password {
    width: 120px;
}

.ss-container .ss-header-username {
    width: 180px;
}

.ss-banner {
    overflow-y: auto;
}

.ss-banner-left {
    width: 45%;
    float: left;
}

.ss-banner-right {
    width: 50%;
    min-width: 506px;
    float: right;
    padding-left: 15px;
}

.ss-form-sign {
    height: 175px;
    margin-top: 160px;
}

.img-logo {
    width: 184px;
    height: 36px;
}

/* Nav ---------------------------------------------------------------------------------------------------------------*/
nav {
    -webkit-overflow-scrolling: touch;
}
.navbar-brand {
    margin-left: -30px;
}

.navbar-brand > img {
    width: auto;
}

.one-page-header .navbar-brand {
    padding: 0;
    margin-left: -26px !important;
    margin-top: -3px !important;
}

@media (max-width: 767px) {
    .one-page-header .navbar-brand {
        margin-top: 10px;
        margin-left: 0;
    }

    .app-icon-36 {
        margin-top: 10px;
        margin-left: 18px;
    }
}

@media (min-width: 768px) {
    .collapse.navbar-collapse.navbar-ex1-collapse {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 991px) {
    .one-page-header .navbar-toggle {
        position: fixed;
        right: 15px;
    }

    .navbar-brand {
        margin-top: 5px;
    }

    .navbar-brand > img {
        height: 56px;
        margin-top: 0;
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .one-page-header.navbar {
        padding: 0;
        transition: background .3s ease-in-out, padding .3s ease-in-out;
        /*padding-left: 7px;*/
        padding-right: 10px;
    }
}

/* Header Bar --------------------------------------------------------------------------------------------------------*/
.header-bar {
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #000 url(../img/bg_header.png) no-repeat;
}

.header-bar-right {
    border-left: solid 1px transparent;
    height: 100%;
    right: -10px;
    font-size: 18px;
}

.header-bar-right label,
.header-bar-right span {
    color: #fff;
    font-size: 10px;
}

.header-bar-right > div {
    display: table-cell;
    vertical-align: middle;
}

.header-bar-right > div:last-child {
    border-right: 0;
}

.header-bar-right > div {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}

.header-bar-right input {
    margin-top: 7px;
    border: solid 1px #fff !important;
    background-color: transparent;
    height: 27px;
    padding: 0 3px;
    color: #fff;
    color-scheme: dark;
}

.header-bar-right a {
    height: 27px;
    line-height: 29px;
    padding: 0 3px;
    display: block;
    margin-top: 1px;
    text-align: center;
}

.header-bar-right button {
    height: 27px;
    line-height: 29px;
    padding: 0 5px;
    display: block;
    margin-top: 7px;
    text-align: center;
    border: none;
    color: #FFF;
    font-size: 14px;
    border-radius: 0;
    max-width: 80px;
    overflow: hidden;
}

.header-bar-right .input-group,
.ss-signin-input .input-group,
.ss-signup-input .input-group {
    width: 100%;
}

.header-bar-right .input-group .input-group-addon,
.ss-signin-input .input-group .input-group-addon,
.ss-signup-input .input-group .input-group-addon{
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    left: 4px;
    top: 10px;
    color: #fff;
    z-index: 99;
}

.header-bar-right .input-group .input-group-addon i,
.ss-signin-input .input-group .input-group-addon i,
.ss-signup-input .input-group .input-group-addon i {
    padding: 5px 1px 5px 4px;
}

.header-bar-right .input-group .form-control,
.ss-signin-input .input-group .form-control {
    padding-left: 28px;
    border-radius: 0;
}

.ss-signup-input .input-group .form-control,
#formSignUp1ColEmail{
	padding-left: 5px;
    border-radius: 0;
}
.header-bar-right .ss-td {
    vertical-align: top;
}

.header-bar-right .rememberLabel {
    font-size: 11px;
    cursor: pointer;
    margin-left: 1px;
    height: 17px;
    overflow: hidden;
}

.header-bar-right .rememberLabel input[type='checkbox'] {
    margin-top: 1px;
    margin-left: 0px;
    height: 15px;
    width: 13px;
    margin-right: 3px;
}

.header-bar-right .rememberLabel label {
    font-weight: 100 !important;
    cursor: pointer
}

#txtUsername {
    width: 100%;
    font-size: 16px;
    font-family: inherit;
}

#txtPassword {
    width: 100%;
    font-size: 15px;
}

.forgotLabel-header {
    font-size: 11px;
    line-height: 15px;
    padding-left: 0px;
    height: 12px;
    overflow: hidden;
}

.header-bar-right .box-chooseLanguage {
    width: auto;
    text-align: center;
}

.header-bar-right .box-chooseLanguage .links-randomLanguage {
    text-decoration: none;
    font-style: italic;
    font-size: 9px;
    line-height: 11px;
    display: block;
    height: 11px;
}

.header-bar-right .box-chooseLanguage .links-randomLanguage:hover {
    text-decoration: none;
}

.header-bar-right .box-chooseLanguage a {
    color: #fff;
}

.header-bar-right .box-chooseLanguage span {
    white-space: nowrap;
}

.header-bar-right .box-chooseLanguage .dropdown-menu {
    right: 0;
    left: auto;
    top: 42px;
    border-radius: 0;
    border-color: #232322;
}

.header-bar-right .box-chooseLanguage .dropdown {
}

.header-bar-right .box-chooseLanguage .dropdown .caret {
    position: absolute;
    right: 8px;
    top: 12px;
}

.header-bar-right .box-chooseLanguage #cboLanguage {
    text-decoration: none;
    display: block;
    height: 27px;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 9px;
    margin-top: 7px;
    text-align: left;
    overflow: hidden;
}

.dropdown-toggle:before {
    border-color: #fff;
}

.dropdown-toggle.hideCaret:before {
    display: none;
}

.one-page-header .dropdown-menu,
.one-page-header.top-nav-collapse .dropdown-menu {
    padding: 0;
}

.one-page-header.top-nav-collapse .dropdown-menu > li > a,
.one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
    color: #fff;
}

@media (max-width: 959px) {
    .box-chooseLanguage {
        padding-right: 7px;
        width: 129px !important;
    }
}

@media (min-width: 960px) and (max-width: 991px) {
    .signInHome1.hidden-sm,
    .signInHome2.hidden-sm,
    .signInHome3.hidden-sm {
        display: table-cell !important;
    }

    .one-page-header.navbar {
        padding-right: 10px;
        padding-left: 7px
    }

    .box-chooseLanguage {
        position: inherit !important;
        right: inherit !important;
    }
}

@media (max-width: 991px) {
    .box-chooseLanguage {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 99999;
        display: block;
    }

    .header-bar-right .box-chooseLanguage .dropdown-menu {
        top: 0;
        right: 0;
        min-width: 122px;
    }

    .one-page-header .dropdown-menu li {
        width: 122px;
    }
}

@media (min-width: 992px) {
    .one-page-header .open > .dropdown-menu {
        display: block;
    }

    .one-page-header .dropdown-menu,
    .one-page-header.top-nav-collapse .dropdown-menu {
        min-width: 122px;
        z-index: 9999 !important;
    }

    .one-page-header .dropdown-menu > li:first-child {
        padding-top: 0px;
    }

    .one-page-header .dropdown-menu > li:last-child {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1038px) {
    .one-page-header.navbar {
        padding-left: 7px;
    }
}

/*VOICE COMMAND*/
form[name='signInForm'] .ss-table {
    position: relative;
}

.voiceCommandWrapper {
    position: absolute;
    right: 0;
    height: 35px;
}

.voiceCommandWrapper button {
    margin-top: 5px;
    height: 100%;
    padding: 1px 10px;
}

.voiceCommandWrapper button:hover,
.voiceCommandWrapper button:focus {
    color: #fff;
}

.voiceCommandWrapper .btn.glowing {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.voiceCommandWrapper button:focus, .float-top-right-btn button:focus {
    outline: none;
}

/*FORGOT DROPDOWN DEKSTOP*/
.forgotDropdownWrapper {
    position: absolute;
    /*right: 206px;*/
    /*top: -150px;*/
    left: 0;
    transition: all .1s ease-in-out;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
}

.forgotDropdownContent {
    background: #FBF6BE;
    border: 1px solid #f9f19f;
    color: #222;
    text-align: justify;
    font-size: 14px;
    padding: 10px 10px;
}

.forgotDropdownWrapper .forgotDropdownContent {
    /*width: 282px;*/
}

.forgotDropdownContent .forgot-body {

}

.forgotDropdownContent .forgot-footer {
    padding: 5px 0 0 5px;
    text-align: center;
}

.forgotDropdownContent .forgot-footer button {
    border: 1px solid #f9dc34;
    background: #f9f19f !important;
    color: #222;
    margin: 0 auto;
    padding: 5px 10px;
    height: auto;
    line-height: 15px;
}

.forgotDropdownContent .forgot-footer button:hover,
.forgotDropdownContent .forgot-footer button:focus {
    background: #f9e768 !important;
    color: #000 !important;
    outline: none;
}

/*FORGOT DROPDOWN MOBILE*/
.forgotDropdownMobileSection {

}

.forgotDropdownMobileWrapper {
    position: absolute;
    opacity: 0;
    text-align: justify;
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
}

@media (max-width: 959px) {
    .forgotDropdownWrapper {
        display: none !important;
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        border-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        border-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        border-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        border-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        border-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@media (max-width: 767px) {
    .voiceCommandWrapper {
        right: 7px;
        top: 7px;
    }
}

@media (min-width: 679px) and (max-width: 959px) {
    .voiceCommandWrapper {
        top: 50px;
        right: 7px;
        position: fixed;
    }
}

/* PROMO -------------------------------------------------------------------------------------------------------------*/
#promo {
    overflow: auto;
}

.coming-soon {
    padding: 0px;
    text-align: left;
}

.coming-soon h1 {
    
    margin-bottom: -6px;
    color: #666;
    font-size: 41px !important;
    font-weight: 500;
    font-family: 'MyriadPro', 'MagistralBold', Tahoma;

    overflow: hidden;
}

.g-bg-color-base--dark {
    background: none;
}

.learn-more {
    padding-top: 30px;
}

.show-1-columns {
    display: none;
    transition: all .3s ease-in-out;
}

.btn-icon {
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 0px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.btn-icon i {
    color: #fff;
    padding-top: 3px;
}

.app-apple {
    background: #4e6fb6;
}

.app-google {
    background: #57b72f;
}

.app-windows {
    background: #ff9000;
}

/*2 COLUMNS*/
.show-2-columns {
    padding-right: 3px;
}

.ss-signup-input {
    width: 366px;
    padding-right: 4px;
}

.ss-signup-input input {
    font-size: 15px;
    font-family: inherit ;
}

.ss-signup-btn {
    width: 120px;
    float: right;
}

.ss-signup-btn button {
    width: 100%;
}

.ss-signup-btn button.btn {
    padding: 6px 6px;
}

.ss-form-sign.coming-soon h1 {
    height: 35px;
    line-height: 35px;
    margin: 5px 0px;
}

.slogan-it-is-free {
    font-size: 15px;
    height: 34px;
    margin-bottom: 6px;
    line-height: 15px;
    margin-top: 6px;
}

.label-account-status {
    text-align: left;
    font-size: 14px;
}

#emailOrMobileNumber{
	font-size: 16px;
	font-family: inherit;
}
#password{
	font-size: 16px;
}
#formSignUp1ColEmail{
	font-size: 16px;
	font-family: inherit;
}

@media (max-width: 601px) {
    .coming-soon h1 {
        font-size: 32px !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .coming-soon h1 {
        font-size: 23px !important;
        line-height: 15px;
        text-align: center;
    }

    .signInBtnMobile {
        /*padding: 28px 12px;*/
    }

    form.signup-form input.signup-input {
        float: left
    }

    form.signup-form .signup-info-left {
        width: 70%;
        float: left
    }

    form.signup-form .signup-info-right {
        width: 25%;
        float: right;
    }
}

@media (max-width: 959px) {
    .show-2-columns {
        display: none;
    }

    .show-1-columns {
        display: block;
        transition: all .7s ease-in-out;
    }

    .show-1-columns img {
        transition: all .1s ease-in-out;
    }

    .show-1-columns.ss-banner {
        margin-top: 0;
    }

    /*BACKGROUND PROMO MOBILE*/
    .wave-blue {
        background-image: url(../img/bg/mobile/blue.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-cyan {
        background-image: url(../img/bg/mobile/cyan.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-deep-purple {
        background-image: url(../img/bg/mobile/deep-purple.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-green {
        background-image: url(../img/bg/mobile/green.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-indigo {
        background-image: url(../img/bg/mobile/indigo.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-orange {
        background-image: url(../img/bg/mobile/orange.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-pink {
        background-image: url(../img/bg/mobile/pink.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ss-banner-left {
        height: auto;
        float: inherit;
    }

    .ss-banner-right {
        padding-left: 5px;
        padding-right: 5px;
        min-width: inherit;
        width: 100%;
        height: auto;
    }

    .ss-form-sign {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ss-container .ss-header-logo {
        padding-left: 7px;
    }

    /*SIGN IN FORM MOBILE*/
    .ss-signin-input {
        padding-right: 6px;
        text-align: left;
        width: 65%;
    }

    .ss-signin-btn {
        text-align: right;
        width: 30%;
        min-width:120px;
    }

    .ss-signin-input-password {
        width: 55%;
        float: left;
    }

    .ss-signin-input-des {
        width: 45%;
        float: left;
        padding-left: 5px;
        line-height: 19px;
        font-size: 12px;
    }

    .ss-signin-input-des input[type='checkbox'] {
        margin-right: 5px;
        margin-left: 1px;
        margin-top: 1px;
    }

    .ss-signin-btn button {
        width: 100%;
        margin-bottom: 0px;
    }

    .signInBtnMobile {
        /*padding: 25px 0px;*/
        margin-bottom: 5px;
    }

    .ss-signin-input-des span {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    /*Background Promo Desktop*/
    .wave-blue {
        background-image: url(../img/bg/blue.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-cyan {
        background-image: url(../img/bg/cyan.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-deep-purple {
        background-image: url(../img/bg/deep-purple.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-green {
        background-image: url(../img/bg/green.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-indigo {
        background-image: url(../img/bg/indigo.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-orange {
        background-image: url(../img/bg/orange.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-pink {
        background-image: url(../img/bg/pink.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .wave-gray {
        background-image: url(../img/bg/gray.png);
        background-position-y: 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;

        overflow: hidden;
    }
}

/*1 COLUMN*/
.show-1-columns .ss-banner-left {
    width: 100%;
    margin: 0 auto;
    padding: 15px 60px 10px 60px;
    text-align: center;
}

.show-1-columns .ss-banner-left img {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
}

.show-1-columns .ss-banner-right {
    float: none;
}

.ss-table {
    display: table;
    width: 100%;
}

.ss-tr, .ss-row {
    display: table-row;
}

.ss-td {
    display: table-cell;
}

.ss-v-middle {
    vertical-align: middle;
}
.ss-v-bottom{
    vertical-align: bottom;
}
.ss-v-top {
    vertical-align: top;
}

.home-action-banner {
    padding: 6px 6px;
    vertical-align: middle;
    position: relative;
}

.home-action-banner-apps {
    position: absolute;
    padding-left: 6px;
    margin-top: -60px;
    right: 6px;
    left: 0px;
    width: 40px;
    height: 120px;
    top: 50%;
}

.home-action-banner-apps-2cols {
    margin-top: 0px;
    text-align: right;
    overflow: hidden;
}



.home-action-banner-apps-2cols .btn-icon {
    margin: 0px;
    float: left;
    margin-right: 8px;
}

#signUpForm1 .home-action-banner-apps-2cols .btn-icon,
#signInForm1 .home-action-banner-apps-2cols .btn-icon,
#forgotForm1 .home-action-banner-apps-2cols .btn-icon{
	float: right;
    margin-left: 8px;
    margin-right: 0px;
}

.home-action-banner img {
    display: block;
    margin: auto;
}

.home-action-banner-content img {
    max-height: 200px;
    margin: auto;
}

.forgotLabel {
    cursor: pointer;
}

.you-forgot-your-pass {
    text-transform: uppercase;
    color: #d8a71b !important;
}

@media (orientation: portrait) {
    .h-p-100 {
        height: 100% !important;
    }
}

@media (orientation: landscape) {

}

@media (orientation: portrait) and (min-height: 399px) {
    .h-100-when-portrait-and-greater-than-x {
        height: 100% !important;
    }
}

@media (max-height: 480px) {
    .home-action-banner-content img {
        max-height: 200px;
        margin: auto;
    }
}

@media (min-height: 481px) and (max-height: 640px) {
    .home-action-banner-content img {
        max-height: 210px;
    }
}

@media (min-height: 641px) and (max-height: 667px) {
    .home-action-banner-content img {
        max-height: 280px;
    }
}

@media (min-height: 780px) and (max-height: 1023px) {
    .home-action-banner-content img {
        max-height: 420px;
    }
}

@media (min-height: 1024px) {
    .home-action-banner-content img {
        max-height: 520px;
    }
}

@media (max-width: 1024px) {
    .learnmore-content {
        padding: 7px;
        padding-top: 30px !important;

    }

    .learnmore-help-content {
        margin: 0px;
    }

    .learnmore-help-content .col-sm-12 {
        padding: 0px 7px;
    }

    .tab-v2 .tab-content {
        padding: 7px 7px 7px 7px !important;
    }
}

.home-action-sign {
    height: 225px;
    min-height: 175px;
}

.home-action-form-sub {
    height: 74px;
}
.home-action-formsignup-sub {
    height: 60px;
}
.home-action-sign h1 {
    color: #666;
    font-family: 'MyriadPro', 'MagistralBold', Tahoma;
    font-size: 32px;
    margin-top: 0px;
    overflow: hidden;
    margin-bottom:-8px;
}

.home-action-sign input {
    background-color: transparent;
}

.ss-signin-input-des label {
    display: inline;
    font-weight: normal;
}

.ss-signin-check-box {
    height: 18px;
    overflow: hidden;
}

.signInMobile-bottom {
    line-height: 15px;
    font-size: 12px;
    clear: both;
}

.signInMobile-bottom div {
    padding-top: 4px;
}

.mobileFormIconPadding {
    padding: 0px 0px 5px 0px !important;
}

.web-link-info {
    text-align: right;
    margin-top:7px;
    height:90px;
}

/* Footer Bar-------------------------------------------------------------------------------------------------------- */
.footer-bar {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 23px;
    font-size: 11px;
    z-index: 999;
    display: none;
}

.footer-bar .dropdown-menu {
    padding: 0;
}

.footer-bar .dropdown-menu > li {
    background: rgba(0, 0, 0, 0.4);
}

.footer-bar .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    padding: 6px 25px;
    text-transform: none;
}

.one-page-header .dropdown-menu li > a {
    padding: 5px;
}

.footer-bar .dropdown-menu li > a:hover, .one-page-header .dropdown-menu li > a:hover {
    background: rgba(0, 0, 0, 0.8);
    filter: none !important;
    transition: all .1s ease-in-out;
}

.footer-bar-left {
    border-right: solid 1px transparent;
    width: 193px;
    height: 100%;
    position: absolute;
    left: 56px;
    text-align: center;
}

.footer-bar-center {
    border-right: solid 1px transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    text-align: center;
}

.footer-bar-center .footer-menu {
    text-transform: uppercase;
}

.footer-bar-center .footer-menu a {
    padding: 3px;
    color: #fffbbb;
}

.footer-bar-center .footer-menu a:hover {
    color: #fff;
}

.footer-bar-right {
    border-left: solid 1px transparent;
    width: 335px;
    height: 100%;
    position: absolute;
    right: 5px;
    text-align: right;
}

.footer-bar-right a {
    cursor: pointer;
}

.footer-bar-right a:hover {
    color: #d19b3d;
    text-decoration: none;
}

.drop-up {
    top: auto;
    bottom: 17px !important;
}

*.dropdown-toggle {
    padding-right: 1.625rem;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
}

/* MODAL POPUP--------------------------------------------------------------------------------------------------------*/

/*NORMAL MODAL*/
.app-modal {
    color: #717171;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-open {
    overflow: auto;
}

.modal-backdrop {
    opacity: 0.3;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    background-size: 100% 100%;
}

.modal-header {
    background: rgba(255, 255, 228, 0.2) !important;
    border-bottom: 0;
    height: 46px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header {
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.modal-body {
    height: auto;
    color: white;
}

.modal-footer {
    height: auto;
    padding-bottom: 15px;
    border: 0 !important;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.modal-footer button {
    padding: 2px 29px;
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    color: #fff;
    border-color: rgba(255, 255, 228, 0.2);
}

.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active,
.modal-footer button:visited {
    border-color: rgba(255, 255, 228, 0.6);
    color: #fff;
}

#confirmButton:focus,
#confirmButton:hover {
    outline: none;
}

/*modal error position*/
.modal.pos-absolute .modal-dialog {
    position: absolute;
}

.mainPageLoginFailedModal .modal-dialog {
    z-index: 9999;
}

.mainPageLoginFailedModal .modal-content {
    background: #ED1C24;
    box-shadow: none;
    border-radius: 0;
}

.mainPageLoginFailedModal .modal-footer button {
    border-color: #fff;
    background: #ED1C24 !important;
}

.mainPageLoginFailedModal .modal-footer button:hover,
.mainPageLoginFailedModal .modal-footer button:focus {
    background: #F3323A !important;
    color: #fff;
}

/*modal success position*/
.mainPageSuccessModal .modal-dialog {
    z-index: 9999;
}

.mainPageSuccessModal .modal-content {
    box-shadow: none;
    border-radius: 0;
}

.mainPageSuccessModal .modal-footer button {
    border-color: #fff;
}

.mainPageSuccessModal .modal-footer button:hover,
.mainPageSuccessModal .modal-footer button:focus {
    color: #fff;
}

/*MODAL OVERLAY*/
.modalContentOverlay {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modalContentOverlay .modalContentOverlayIcon {
    /*position: absolute;
    top: 41%;
    left: 48%;*/
    color: white;
    z-index: 999;
    font-weight: normal !important;
    font-size: 4rem !important;
}

.modalContentOverlay .CloseContentOverlayIcon {
    position: absolute;
    top: 14px;
    left: 14px;
    color: white;
    z-index: 999;
    font-weight: normal !important;
    font-size: 1.25rem !important;
}

.modalContentOverlay #closeModal:hover {
    cursor: pointer;
    color: rgb(57, 29, 7);
}

.modalContentWrapper {
    position: absolute;
    top: 41%;
    left: 48%;
    height: 56px;
    width: 56px;
}

.ContentOverlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    min-height: 100%;
    position: absolute;
    /*top: 37px;*/
    left: 0;
    z-index: 99;
}

/* For debug */
#topcontrol {
    opacity: 0.4;
}

.bg-test {
    background: #f00;
}

.text-link-item {
    padding: 2px 0px;
}

.text-link-item a {
    /* color: #000; */
}

.learnmore-item, .learnmoreContainer {
    overflow: hidden;
}

.learnmore-item section {
    overflow: hidden;
    overflow-y: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
}

@media (max-width: 959px) {
    .learnmore-item section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.page-scroll a {
    cursor: pointer;
    line-height:16px;
}

#backToTopBtn {
    display: none;
    transition: all .5s ease-in-out;
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    right: 2px !important;
    bottom: 25px !important;
    border-radius: 3px !important;
    text-align: center;
}

/* -------------------------------------------------------
   Popup 
   ------------------------------------------------------- */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    background: transparent;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    /*margin: 70px auto;*/
    padding: 10px;
    background: #FBF6BE;
    border: 1px solid #f9f19f;
    border-radius: 5px;
    width: 30%;
    min-width: 300px;
    position: relative;
    /*transition: all 2s ease-in-out;*/
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.7);
}

.popup h2 {
    text-align: center;
    margin-top: 0;
    color: #333;
    font-size: 24px;
    line-height: 34px;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    color: #ED1C24;
    overflow: auto;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.popup .footer {
    text-align: center;
    padding: 10px 0 0 0;
}

.popup .footer button {
    border: 1px solid #f9dc34;
    background: #f9f19f !important;
    color: #000;
}

.popup .footer button:hover,
.popup .footer button:focus {
    background: #f9e768 !important;
    outline: none;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.moreContainer {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}

.moreContainer .content-header {
    height: 70px;
}

.moreContainer .content-body {
}

.moreContainer .content-body .tab-content {
    /*overflow: auto;*/
    overflow: hidden;
}

.tab-v2 .tab-content {
    padding: 15px 15px;
}

.learnmore-help-content .col-sm-12 {
    padding: 0px 0px;
}

.tab-content-wrapper {
    /*padding-bottomo:10px;*/
    height: 100% !important;
    overflow: scroll;
}

.tab-pane {
    height: 100%;
}

.tab-pane .slimScrollDiv {
    height: 100% !important;
}

/* Note status */
.s-note {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    -moz-box-shadow: 0px -3px 3px #9c9c9c;
    -webkit-box-shadow: 0px -3px 3px #9c9c9c;
    box-shadow: 0px -3px 3px #9c9c9c;
    display: none;
}

.s-note-content {
    padding: 5px;
    background-color: #FBF6BE;
    border: 1px solid #f9f19f;
    color: red;
    text-align: center;
}

.s-note-content span {
    font-size: 16px;
}

.blink {
	animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
	50% {
    	opacity: 0;
    }
}

.blink-one {
	animation: blinker-one 1s linear infinite;
}
@keyframes blinker-one {
	0% {
		opacity: 0;
    }
}

.blink-two {
	animation: blinker-two 1.4s linear infinite;
}
@keyframes blinker-two {
	100% {
		opacity: 0;
	}
}

.s-note-content button {
    float: right;
    top: 3px;
    position: absolute;
    right: 3px;
}

.s-note-content > .s-note-animate {
    -webkit-animation: note-color-change 1500ms infinite;
    -moz-animation: note-color-change 1500ms infinite;
    -o-animation: note-color-change 1500ms infinite;
    animation: note-color-change 1500ms infinite;

    -webkit-animation-name: note-color-change;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: initial;
    -webkit-animation-delay: initial;
    -webkit-animation-direction: initial;
    -webkit-animation-fill-mode: initial;
}

@-webkit-keyframes note-color-change {
    0% {
        color: red;
    }
    50% {
        color: red;
        font-weight: bold;
    }
    100% {
        color: red;
    }
}

@-moz-keyframes note-color-change {
    0% {
        color: red;
    }
    50% {
        color: red;
        font-weight: bold;
    }
    100% {
        color: red;
    }
}

@-ms-keyframes note-color-change {
    0% {
        color: red;
    }
    50% {
        color: red;
        font-weight: bold;
    }
    100% {
        color: red;
    }
}

@-o-keyframes note-color-change {
    0% {
        color: red;
    }
    50% {
        color: red;
        font-weight: bold;
    }
    100% {
        color: red;
    }
}

@keyframes note-color-change {
    0% {
        color: red;
    }
    50% {
        color: red;
        font-weight: bold;
    }
    100% {
        color: red;
    }
}

.strap-dropdown{
	height: 100px;
  	overflow-x: hidden;
  	overflow-y: scroll;
}

.strap-dropdown::-webkit-scrollbar{
    /*display: none;*/
    width:7px;
    height:7px;
}
.strap-dropdown:hover::-webkit-scrollbar-thumb{
	background-color:#c8c8c8
}
.strap-dropdown::-webkit-scrollbar-thumb{
	min-height: 20px
}

.strap-dropdown{
    -ms-overflow-style: none;
    scrollbar-width: thin;
}
.select-country.open .dropdown-menu{
	width: 362px;
    height: 140px;
    padding:7px;
    overflow-x: hidden;
  	overflow-y: scroll;
}
.select-country{
	width: 75px;
}
#btn-select-country{
	width: 70px;
	padding:3px 6px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#btn-select-country .fi{
	margin-left:-3px;
}
.select-country i{
	width: 20px;
	margin-right:5px;
}
.select-country.open .dropdown-menu::-webkit-scrollbar{
    display: none;
    width:7px;
    height:7px;
}
.select-country.open .dropdown-menu:hover::-webkit-scrollbar{
    display: block;
}

.select-country.open .dropdown-menu:hover::-webkit-scrollbar-thumb{
	background-color:#c8c8c8
}
.select-country.open .dropdown-menu::-webkit-scrollbar-thumb{
	min-height: 20px
}
.select-country .dropdown-item{
	cursor:pointer;
}

.select-country .dropdown-item:hover{
	background-color: #c8c8c8;
}
.select-country .dropdown-item .country-name{
	margin-top: -5px;
    font-size: small;
}

.home-action-mic{
	display:none
}

.verification-sms-container{
	top:32px;
    width: 487px;
    height: 187px;
    margin-top: 5px;
    position: absolute;
    z-index: 9;
}
.verification-sms-container .verification-message,
#modal-verify-sms .verification-message
{
	text-align:left;
    width: 100%;
    height: 75px;
    overflow:hidden;
    padding: 5px;
}
.verification-sms-container .verification-input,
#modal-verify-sms .verification-input
{
	padding-top: 10px;
    width: 100%;
    height: 76px;
    text-align: center;
}
.verification-sms-container .verification-input input,
#modal-verify-sms .verification-input input{
	width:40px;
	height:40px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #fff;
    border-radius: 5px;
    background-color:rgb(0,0,0,0.05);
}
.verification-sms-container .verification-buttons{
	
    width: 100%;
    height: 24%;
    text-align: center;
}
.verification-sms-container .confirm-message{
	height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 5px;
    text-align: center;
}
.verification-sms-container .verification-buttons button{
	padding: 6px 29px;
    background-color: #273b9f;
    outline: none;
    color: #fff;
    /*border-color:#fff;*/
    border:none;
    line-height: 14px;
    display:inline-block;
}
.verification-sms-container .verification-buttons button:hover{
	background-color: #303F9F;
}
@media (max-width: 959px){
	.select-country.open .dropdown-menu{
		width: 100vw;
	    /*height: 130px !important;;*/
	    padding:7px;
	    overflow-x: hidden;
	  	overflow-y: scroll;
	}
	
	.home-action-mic{
		display:block;
	    position: absolute;
	    width: 60px;
	    height: 60px;
	    z-index: 999;
	    top: 50%;
	    left: 50%;
	    margin-top: -24px;
	    margin-left: -24px;
	    border: 2px solid #ccc;
	    border-radius: 50%;
	    padding: 8px;
	    text-align: center;
	
	}
	.home-action-mic.on{
		border: 2px solid rgb(255, 0, 0);
		color:rgb(255, 0, 0);
		backgroud-color: transparent;
	}
	.home-action-mic.off{
		border: 2px solid #ccc;
		color:#ccc;
		backgroud-color: transparent;
	}
	.home-action-mic:active{
		border: 2px solid rgb(255, 0, 0);
		color:rgb(255, 255, 255);
		background-color:#f00;
	}
	.verification-sms-container {
	    top: -209px;
	    width: 100%;
	    height: 200px;
	}
	.verification-sms-container .verification-message{
		height: 90px;
	}
	.verification-sms-container .verification-input{
		height: 76px;
	}
	
}


