#Login-web, #Profile-web {
    display: none;
}

.modal-overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.gigya-screen *, div.gigya-screen, .gigya-screen span, .gigya-screen a:hover, .gigya-screen a:visited, .gigya-screen a:link, .gigya-screen a:active {
    padding: 0px;
    width: auto;
    float: none;
    font-size: 14px;
    font-style: italic;
    color: #323232;
    text-align: left;
    font-weight: normal;
}

.gigya-screen a, .gigya-screen a:visited, .gigya-screen a:link, .gigya-screen a:active {
    text-decoration: underline;
    color: #ff8050;
}

.gigya-screen-set .gigya-screen {
    margin: 0 auto;
}

.gigya-screen h2 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.gigya-screen a:hover {
    text-decoration: none;
}

.gigya-screen h1 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 45px;
}

.gigya-screen .gigya-layout-row {
    zoom: 1;
    display: block;
}

.gigya-screen .gigya-layout-cell {
    float: left;
    width: auto;
    margin-top: 1px;
}

.gigya-screen .gigya-layout-cell .gigya-layout-cell {
    max-width: 50%;
}

.gigya-screen select {
    margin: 5px 0px;
    padding: 5px;
    background-color: #d1d1d1;
    border: none;
    width: 100%;
}

.gigya-screen option {
    padding: 5px;
}

.gigya-screen .gigya-label {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.gigya-input-text, .gigya-input-password {
    line-height: 26px;
}

.gigya-input-text, .gigya-input-password, .gigya-textarea {
    width: 100%;
    margin: 5px 0px;
    text-indent: 5px;
    background-color: #d1d1d1;
    border: none;
    color: #272727;
    font-style: italic;
}

.gigya-textarea {
    padding: 5px;
}

.gigya-input-text, .gigya-input-password, .gigya-screen select, .gigya-input-submit, .gigya-input-button {
    height: 32px;
}

.gigya-input-text:focus, .gigya-input-password:focus, .gigya-textarea:focus, .gigya-screen select:focus {
    border: 1px solid #000060;
    outline: none;
}

.gigya-input-text:focus, .gigya-input-password:focus, .gigya-textarea:focus {
    box-shadow: 0 0 3px #50BADE, inset 0 1px 3px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 3px #50BADE, inset 0 1px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 3px #50BADE, inset 0 1px 3px rgba(0, 0, 0, .05);
}

.gigya-input-submit, .gigya-input-button {
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
    background: #f3b007;
    height: 50px;
    width: 250px;
}

.gigya-input-submit:hover, .gigya-input-button:hover {
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2F2F2", endColorstr="#FFFFFF");
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF));
    background: -moz-linear-gradient(top, #F2F2F2, #FFFFFF);
}

.gigya-input-radio, .gigya-input-checkbox {
    margin-right: 5px;
    vertical-align: bottom;
    height: 14px;
    width: 14px;
}

input.gigya-input-text, input.gigya-input-password {
    display: block;
}

.gigya-screen .gigya-composite-control {
    padding: 5px 13px 5px 10px;
}

.gigya-screen .gigya-composite-control-submit, .gigya-screen .gigya-composite-control-button, .gigya-screen .gigya-composite-control-form-error {
    padding-bottom: 5px;
    margin: 0px auto;
}

.gigya-composite-control-multi-choice .gigya-multi-choice-item, .gigya-composite-control-checkboxes .gigya-checkboxes-item {
    padding-top: 5px;
}

.gigya-composite-control-form-error {
    padding-bottom: 5px;
    padding-right: 5px;
}

.gigya-screen .gigya-composite-control-submit {
    text-align: center;
}

.gigya-screen .gigya-composite-control-label {
    display: block;
}

.gigya-clear {
    clear: both;
    overflow: hidden;
    font-size: 0px;
}

.gigya-composite-control-radio label {
    font-weight: normal;
}

.gigya-composite-control-checkbox label {
    font-weight: normal;
}

.gigya-screen .gigya-composite-control-checkbox {
    padding: 5px 10px;
}

.gigya-screen .gigya-composite-control-checkbox label {
    display: inline;
    text-indent: 10px;
    margin-left: 0px;
}

.gigya-screen .gigya-message {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
}

.gigya-screen .gigya-error-display {
    display: block;
    visibility: hidden;
}

.gigya-screen .gigya-error-display-active {
    display: block;
    visibility: visible;
}

.gigya-screen .gigya-error-msg {
    line-height: 14px;
    color: #dd4b39;
    font-size: 11px;
    display: block;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gigya-screen .gigya-form-error-msg {
    _height: 26px;
    min-height: 26px;
    line-height: 14px;
    color: #dd4b39;
    font-size: 11px;
    text-align: center;
    margin-top: 1px;
    border: 1px solid #FFDCCE;
    display: block;
    background: #FFE7E1;
    font-weight: normal;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gigya-screen a.gigya-composite-control-link {
    display: block;
    padding-left: 13px;
}

.gigya-screen .gigya-composite-control a.gigya-composite-control-link {
    display: inline;
    padding: 0px;
}

.gigya-screen .gigya-composite-control-checkbox .gigya-label, .gigya-screen .gigya-composite-control-radio .gigya-label {
    font-weight: normal;
}

.gigya-layout-footer {
    text-align: right;
    clear: both;
}

#gigya-login-screen .gigya-composite-control-social-login, #gigya-register-screen .gigya-composite-control-social-login {
    border-right: 0px;
    height: 40px;
    padding: 15px;
}

#gigya-register-screen .gigya-composite-control-social-login {
    height: 40px;
}

.gigya-required-display {
    color: red;
    display: inline-block;
    padding: 0 5px;
}

#gigya-login-screen a.forgotPassword, #gigya-login-screen a.forgotPassword:link, #gigya-recent-login-screen a.forgotPassword, #gigya-recent-login-screen a.forgotPassword:link {
    float: right;
    font-weight: normal;
    text-decoration: none;
}

#gigya-login-screen a.forgotPassword:hover, #gigya-login-screen a.forgotPassword:active, #gigya-recent-login-screen a.forgotPassword:hover, #gigya-recent-login-screen a.forgotPassword:active {
    text-decoration: underline;
}

div.gigya-screen-dialog {
    border: none !important;
    border-radius: 0px !important;
    background-color: #1b1b1b !important;
    font-family: HumanRoman !important;
    top: 25px !important;
}

div.gigya-screen-dialog-top {
    background: none !important;
    padding: 0px !important;
}

.gigya-label-text, .gigya-label, .gigya-composite-control-label {
    font-weight: bold !important;
    color: #7d7d7d !important;
}

.gigya-photo-upload-path, .gigya-photo-upload-text, .gigya-composite-control-checkbox label {
    color: #ffffff !important;

}

.gigya-photo-upload {
    margin-top: 7px !important;
}

div.gigya-screen-dialog-close {
    position: absolute !important;
    right: -10px;
    top: -15px;
    background-image: url("../img/fancybox-close2.png") !important;
    width: 30px !important;
}

div.gigya-screen-dialog-caption {
    background-image: url("../img/overlay_logo.png") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 50px;
    overflow: visible;
    position: relative;
    top: 0;
    margin-left: 40px;
    margin-right: -80px;
    overflow: hidden;
    width: calc(100% - 80px);
}

div.gigya-screen-dialog-caption:before {
    content: url("../img/line.png");
    position: absolute;
    right: calc(50% + 25px);
    top: 35px;
}

div.gigya-screen-dialog-caption:after {
    content: url("../img/line.png");
    position: absolute;
    left: calc(50% + 25px);
    top: 35px;
}

div.gigya-screen-dialog-inner {
    border: none !important;
}

.gigya-layout-row.dob .gigya-layout-cell {
    width: 25% !important;
    min-width: 25% !important;
}

.gigya-layout-row.dob .gigya-label, .gigya-layout-row.location .gigya-label {
    float: left;
}

.gigya-layout-row.dob .gigya-composite-control-textbox, .gigya-layout-row.dob input {
    margin-top: 0px;
}

.gigya-layout-row.dob .gigya-composite-control, .gigya-layout-row.location .gigya-composite-control {
    padding-top: 0px !important;
}

.gigya-layout-row.dob .gigya-label span {
    left: -15px;
    position: relative;
    top: 3px;
}

.gigya-layout-row.location .gigya-label span {
    left: -65px;
    position: absolute;
    top: 5px;
}

.location .gigya-layout-cell {
    max-width: 25%;
    min-width: 25%;
}

.location .gigya-layout-cell .gigya-input-text {
    float: left;
    width: 98%;
}

.gigya-layout-row.location .gigya-label {
    width: 1px;
}
