.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 43px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.privacy-2019 a:hover,
.privacy-2019 a:focus {
    color: #2a6496;
    text-decoration: underline;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

.mrg-top-40 {
    margin-top: 40px;
}

.mrg-top-60 {
    margin-top: 60px;
}

.mrg-top-70 {
    margin-top: 70px;
}

.mrg-top-80 {
    margin-top: 80px;
}

.mrg-top-90 {
    margin-top: 90px;
}

.mrg-top-100 {
    margin-top: 100px;
}

.clear-all {
    clear: both;
}

/*ps-over-writes*/

.ps-main-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0px;
}

.ps-main-container p {
    margin: 0 0 0px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.page-content .textBlock {
    padding: 0px 20px 20px 20px;
    margin: 0 auto;
    max-width: 605px;
    text-align: left;;
}

.dropdown-items {
    top: 50px;
}

/*ps-over-writes-Ends*/

/*ps-common*/
body {
    position: relative;
    margin: 0px;
}

.page-content {
    background-color: #ffffff;
    padding-top: 10px;
    max-width: 970px;
    margin: 0 auto;
}

.text-center {
    text-align: center !important;
}


.page-content .homepage {
    padding: 0px 20px 20px 20px;
    margin: 0 auto;
    text-align: left;
}

.ps-container {
    margin: auto;
    display: table;
    width: 100%;
    background-color: #c6e9e5;
    font-family: Arial, Helvetica, "Arial", sans-serif;
    line-height: 1.5;
}

.ps-index-container-desktop {
    background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;
    color: #101C28;
}

.ps-main-container .homepage h1,
.ps-main-container .homepage h2,
.ps-main-container .homepage h3,
.ps-main-container .homepage h4{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;   color: #101C28;
}
.ps-from-title{
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.ps-from-title span{
float: left;
}

.ps-loged-In .ps-from-title span{
float: none;
}

.ps-loged-In .ngl-invite p{
    text-align: left !important;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-from-title img{
   width: 100%;
}

.ps-advent h1 {
    font-size: 40px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;   color: #101C28;
}

.ps-advent h2 {
    font-size: 20px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 10%;
    position: absolute;
    top: 35%;
    background-image: url(/pre_sale/web/bundles/adventcalendar/images/c-arrow-down.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    border-color: white;
    background-size: 30px;
    border-width: 0 0px 0px 0px !important;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    left: 10%;
    position: absolute;
    top: 35%;
    background-image: url(/pre_sale/web/bundles/adventcalendar/images/c-arrow-up.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    border-color: white;
    background-size: 30px;
    border-width: 0 0px 0px 0px !important;

}

.advent-app-body h2 {
    font-size: 30px;
    color: #3d3d3d;
    margin: 0px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 5px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.advent-app-body .ps-form-title p {
    font-size: 15px;
    color: #3d3d3d;
    text-align: left;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.advent-app-body .input-element-title {
    line-height: 13px;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    float: left;
    width: 100%;
}

.advent-app-body .input-element-title .info {
display: block;
}

#magic_link_request_form label{
    display: block;
}

.advent-app-body .input-element-title label {
    font-size: 18px;
    margin-bottom: 0px;
    color: #3d3d3d;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
}

.ps-text-warning,
#postal_code_area {
    display: none;

}

.input-element-fb .fa-facebook-official {
    font-size: 40px;
    float: left;
}

.input-element-next .fa-chevron-circle-right {
    font-size: 40px;
    float: right;

}

.ps-register ul{
    padding: 0px;
    margin-top: 20px;
}


.ps-register .input-element-info{
    text-align: left;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.input-element-fb .ps-btn-fb {
    background-color: #3a5795;
    text-decoration: none;
    color: white;
    font-size: 18px;
    line-height: 37px;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}

.input-element-fb .ps-btn-fb:hover {
    background-color: #133783;
}

.ps-warning-input {
    border: 1px solid red !important;
}

.ps-text-warning {
    font-size: 12px;
    color: red;
}

.ps-password {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.password-area-left {
    float: left;
    text-align: left;
    display: inline;
    width: 80%;
}

 {
border:none;
}

.advent-app-body .password-area-left input[type="text"]{
    border: none !important;
}

.password-area-right a {
    position: absolute;
    right: 10px;
    top: 11px;
}

.password-area-right:focus, .password-area-right:active {
    border: none;
}

.password-area-right img {
    width: 32px;
    height: 20px;
    margin-bottom: 4px;
}

.input-element {
    text-align: left;
    display: block;
    width: 100%;
}

.input-element-next {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}

.input-element-next .ps-btn-red{
    min-width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.advent-app-body .input-element-button-group{
    display: block;
    width: 100%;
    float: left;
}

.advent-app-body .input-element-edit a{
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}
.advent-app-body .input-element-edit a:hover{
    color: #3a3a3a;
}


.input-field-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
    display: block;
}

.advent-app-body .password-area {
    background-color: white;
    width: 100%;
    border: 1px solid #8fd3cd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-element-next p {
    margin: 0px;
    text-indent: 1px;
    line-height: 40px;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.input-element-fb-signin {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.input-element-fb-signin a:focus {
    text-decoration: underline;
    color: #345dad;
}

.advent-app-body input[type="text"] {
    width: 100%;
    height: 46px;
    float: left;
    border: none;
    max-width: 100%;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0px;
    border: 1px solid #f0f0f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 10px;
}


.ps-sign-In #mobile {
width: 80%;
}



.advent-app-body input[type="password"] {
    width: 100%;
    height: 46px;
    float: left;
    border: none;
    max-width: 100%;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0px;
    padding: 0 10px;
}

.advent-app-body input[type="password"]::selection {
    border: none;
}

/*Advent Hill Up - Down*/
.advent-hill-up, .advent-hill-down, .advent-hill-up-index, .advent-hill-down-index, .advent-hill-up-calendar, .advent-hill-down-calendar {
    background-image: url("../../../Resources/public/images/advent_hill_up.png");
    height: 100px;
    background-repeat: repeat-x;
    width: 100%;
    background-size: contain;
    background-position: top;
    float: left;
}

.advent-hill-down-index, .advent-hill-down-calendar, .advent-hill-down {
    background-image: url("../../../Resources/public/images/advent_hill_down.png");
    background-position: bottom;
    margin-bottom: -1px;
}

/*Advent Hill Up - Down - Ends*/

.ps-enter-password {
    text-align: left;
    color: white;
    margin-bottom: 30px;
}


.advent-register-now {
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #3e3e3e;
    float: left;
    width: 100%;
}

.advent-register-now a,
.advent-register-now a:hover,
.advent-back-home a:focus {
    text-decoration: underline;
    color: #3e3e3e;

}

.ps-register label  {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.ps-sign-In .input-element-title-checkbox,
.ps-register .input-element-title-checkbox{
    display: -webkit-inline-box;

}
.ps-sign-In input[type="checkbox"],
.ps-register input[type="checkbox"] {
display: none;
}

.ps-sign-In .input-element-title-checkbox span,
.ps-register .input-element-title-checkbox span  {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: #8fd3cd 1px solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: -webkit-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.ps-sign-In input[type=checkbox]:checked + span:before,
.ps-register input[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 20px;
    color: #008752;
}
.ps-sign-In  .input-element-title-checkbox p,
.ps-register .input-element-title-checkbox p {
    font-weight: normal;
    width: 80%;
    font-size: 15px;
    vertical-align: middle;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

 .ps-main-container p {
    margin: 0 0 0px;
    font-size: 16px;
    margin-bottom: 10px;
}


.ps-loged-In .ps-main-container p {
    text-align: center !important;
}

/*ps-common-Ends*/

/*ps-button*/
.ps-btn {
    display: inline-block;
    cursor: pointer;
    border: none;
}

.ps-btn-red {
    background-color: #c7033a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 0px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    max-width: 40%;
}

.ps-btn-red:hover{
    background-color: darkred;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 0px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
}

.ps-loged-In .ps-btn-green {
    background-color: #1e177a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 0px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;
}

.ps-loged-In .ps-btn-green:hover{
    background-color: #1e177a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 0px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;

}

.ps-btn-red:focus {
    text-decoration: none !important;
    outline: none !important;
    color: #ffffff !important;
}

.pop-up-button-fix{
    float: none;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

/*ps-button-Ends*/

/*ps-popup*/

.ps-popup {
    background: rgba(0,0,0, .4);
    transition: opacity .25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1;
}

.ps-register .ps-popup .fa-chevron-circle-right, .ps-advent-privacy .ps-popup .fa-chevron-circle-right {
    font-size: 50px;
    float: right;
}

.ps-advent-privacy b{
color: #000000;
}

.ps-popup-container h3 {
    color: black;
}

#tell_me_more_popup .ps-popup-container img {
    margin-top: 30px;
    width: 260px;
    height: auto;
}

.ps-popup .ps-popup-container {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    height: max-content;
    z-index: 1;
    padding: 30px;
    text-align: center;
}

.ps-popup .ps-popup-container .input-element-fb a {
    padding-right: 20px;
    line-height: 37px;
    text-indent: 0px;
    padding-left: 10px;
}

.input-element-fb-new{
    clear: both;
}

.input-element-fb-new a{
    color: #3a5795;
    font-size: 15px;
    text-decoration: none;
    line-height: 18px;
}



#registered_thank_you_message_popup {
    padding-top: 310px;
}

#registered_thank_you_message_popup p {
    font-size: 17px;
    color: #3a3a3a;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

#registered_thank_you_message_popup .ps-popup-container {
    background: #fff;
    position: relative;
    padding: 30px;
    width: 100%;
    margin: auto;
    text-align: left;
}

.ps-popup .ps-popup-close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.ps-popup .ps-popup-close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.7em;
    background: black;
    display: block;
    transform: rotate(-45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.ps-popup .ps-popup-close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.7em;
    background: black;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}


.ps-fb-logo-new {
    background-image: url(../../../Resources/public/images/ps_fb_logo_new.png);
    width: 25px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    background-size: 20px;

}

.ps-fb-logo {
    background-image: url(../../../Resources/public/images/ps_fb_logo.png);
    width: 35px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.advent-app-body,
.ps-green-button-arw,
{
    background-image: url(../../../Resources/public/images/ps_green_btn_arw.png);
    float: right;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    margin-left: 10px;
}


.ps-advent-privacy{
    clear: both;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: left;
}

.ps-advent-privacy .ps-help-lock {
    background-image: url("../../../Resources/public/images/advent_lock.png");
    width: 13px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;

}

.ps-popup .ps-popup-close:hover {

}

.ps-popup .ps-popup-container h3 {
    font-size: 20px;
    font-weight: bold;
    color: #3a3a3a;
    min-height: 30px;
    text-align: left;
}

.ps-popup .ps-popup-container p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-popup .ps-popup-container .pop-up-footer {
    font-size: 9px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ps-popup .ps-popup-container .pop-up-input-element {
    width: 300px;
    margin: 0 auto;
}

.ps-popup .ps-popup-container .pop-up-link {
    text-align: center;
}

.ps-popup .ps-popup-container .pop-up-link a {
    text-decoration: underline;
    color: #345dad;
}

.ps-popup .ps-popup-container .pop-up-footer a {
    text-decoration: underline;
    color: #345dad;
    cursor: pointer;
}

.ps-popup .input-element-fb {
    margin-bottom: 10px;
    margin-top: 40px;
}

/*ps-popup Ends*/

/*ps-steps*/
.ps-nav {
    list-style: none;
    padding: 0px;
    text-align: right;

}

.ps-nav li {
    display: inline-block;
    color: #008752;
}


.ps-nav .active {
    color: #0d8e5c;
}

/*ps-steps Ends*/

/*ps-advent*/

.ps-advent {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.ps-advent-first {
    background-image: url(../../../Resources/public/images/Advent_2015_Mobile.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 213px;
}



.ps-advent h1 {
    color: #ffffff;
    width:520px;
    margin: auto;
    font-size: 50px;
    text-align: center;
    margin-top: 14px;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;   color: #101C28;
}

.ps-advent .form-body-new-year h1 {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #101C28;
}

.ps-advent .form-body-happy-christmas h1 {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #101C28;
}

.ps-advent h2 {
    color: #ffffff;
    width: 520px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    margin-top: 14px;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.ps-advent .privacy a {
    color: white;
    text-rendering: optimizelegibility;
    text-decoration: underline;
}

.ps-advent .form-body {
    max-width: 600px;
    padding: 40px 40px;
}

.ps-advent .input-element-next .fa-chevron-circle-right {
    font-size: 50px;
    float: right;
    margin-right: 10px;
    line-height: 70px;
}

.ps-advent .privacy {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.ps-advent .fans-won-info{
    text-align: center;
    font-weight: 100;
    margin-top: 20px;

}

.ps-advent .fans-won-info p {
    color: #ffffff;
    margin: 0 auto;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-advent .fans-won-info .ac_fans_gift{
    color:#ffe411;
}

.ps-advent .privacy p {
    color: #ffffff;
    clear: both;
    display: inline-block;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

/*ps-advent-Ends*/

/*ps-register*/

.ps-register {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 0;
}

.advent-app-body {
    padding: 20px;
    max-width: 944px;
    margin: 0 auto;
    min-height: 640px;
}


.ps-advent-privacy p {
    width: 100%;
    font-size: 11px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-advent-privacy a, .ps-advent-privacy a:focus {
    text-decoration: underline;
    cursor: pointer;
}

.input-element-country {
    width: 100%;
    float: left;

}

.radio-container-overseas {
    float: right;
    margin-top: 5px;
}

.radio-container-resident {
    float: left;
    margin-top: 5px;
}

.radio-container-resident label {
    font-weight: normal;
    color: #3d3d3d;
    font-size: 16px;
    margin: 0px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.radio-container-overseas label {
    font-weight: normal;
    color: #3d3d3d;
    font-size: 16px;
    margin: 0px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.radio-container-overseas input {
    background: #ffffff;
    border: 2px solid white;
    vertical-align: middle;
    margin: 0px;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.radio-container-resident input {
    background: #ffffff;
    border: 2px solid white;
    vertical-align: middle;
    margin: 0px;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.radio-container-resident input:focus {
    outline-style: none;
}

.radio-container-overseas input:focus {
    outline-style: none;
}

.advent-app-body .radio-container-resident input[type="radio"]:checked {
    background-color: #c7033a;
    border: #ffffff solid 2px;
}

.advent-app-body .radio-container-overseas input[type="radio"]:checked {
    background-color: #c7033a;
    border: #ffffff solid 2px;
}

/*ps-register-Ends*/

/*advent-sms-signIn*/

.sign-in-sms .ps-form-title{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.last-check-input-fix #first_name,

.last-check-input-fix #city{
    margin-right: 10px;
}

.last-check-input-fix #postal_code{
    width: 80%;
    float: left;
}

.sign-in-sms ul{
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

.sign-in-sms ul li{
    clear: both;
    float: left;
    display: block;
    width: 100%;
}

.sign-in-sms ul li input{
    float: left;
}

.sign-in-sms ul li label{
    float: left;
    width: 90%;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 8px;
    font-weight: normal;
    color: #3d3d3d;
    cursor: pointer;
}

.sign-in-sms ul li input[type="radio"] {
    border: none;

}

.sign-in-sms ul li input[type="radio"]:checked,
.ps-register input[type="radio"]:checked
{
    background: #c7033a;
    border: none;
}


/*advent-sms-signIn-Ends*/


/*advent-app-body*/

#i_dont_have_uk_address{
    margin-top: 30px;
    display: -webkit-inline-box;;
}
.ps-sign-In {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 1;
}

.ps-sign-In ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    float: left;
}


.ps-sign-In .advent-app-body {

}
.advent-new-text {
    margin-top: 20px;
    clear: both;
}

.advent-new-text p{
    border-top: 1px solid #008752;
    padding-top: 10px;
    margin-bottom: 20px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-sign-In .ps-account-textline {
    font-size: 12px;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ps-sign-In .ps-account-line {
    background: #000;
    border-top: solid 1px black;
    position: absolute;
    height: 1px;
    display: block;
    top: 10px;
    width: 100%;
}

.ps-sign-In .input-field-container{
    text-align: center;
}

.ps-sign-In .input-field-container textarea {
    max-width: 100%;
    height: 130px;
    border: 1px solid #8fd3cd;
    width: 100%;
    font-size: 14px;
}

.ps-sign-In .ps-form-title-image img {
width: 100%;
}

.gift-edit-new{
    width: 50% !important;
}

/*ps-form-account Ends*/

/*ps-form-account*/

.ps-account-textline {
    font-size: 12px;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ps-account-line {
    background: #000;
    border-top: solid 1px black;
    position: absolute;
    height: 1px;
    display: block;
    top: 10px;
    width: 100%;
}

.ps-advent-account {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.ps-account-text {
    background-color: #c9e7f8;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 34px;
}

.advent-app-body .ps-fb-text {
    text-align: center;
}

.advent-app-body .ps-fb-text-left {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    color: #3d3d3d;
}

.ps-advent-account .input-element {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.ps-form .country-warning {
    padding: 0px;
}

.advent-app-body .ps-enter-password p {
    font-size: 14px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

/*ps-Sign-In Ends*/

/*ps-loged-In*/

.ps-sign-In .ac-li-fix{
    float: left;
    width: 50%;
    text-align: left;
    display: block;
    position: relative;
}

.ps-register .ac-li-fix{
    float: left;
    width: 50%;
    text-align: left;
    display: block;
    position: relative;
}

.ac-li-fix input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

 .ps-sign-In #address{
     margin-bottom: 10px;
 }

.sign-in-sms .ac-li-fix {
    width: 50%;
    clear: none;
}

.ps-register .ac-li-fix  label  {
    color: #3d3d3d;
    display: -webkit-box;
    margin: 0px;
    padding: 0px;
    line-height: 27px;
    font-weight: bold;
    margin-left: 7px;
    cursor: pointer;
    padding-left: 25px;
}

.ps-register .ac-li-fix input[type="radio"]:checked {
    background: #c7033a;
    cursor: pointer;
}

.sign-in-sms .ac-li-fix label {
    float: left;
    width: 50%;
    clear: none;
}

.ps-register input {
    border-color:white;
}

.ps-loged-In .ac-title-fix{
    text-align: center;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 100;
    color: #3a3a3a;
}

.ps-loged-In .ps-form-inputs p{
    text-align: center !important;
}


.ps-loged-In .ps-from-title p{
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
    text-align: left !important;
}

.ps-from-title .ac-align-a{
    text-align: right;
    width: 100%;
    display: block;
}


.ps-loged-In .ac-title-image-fix{
    float: left;
    width: 50%;
    clear: none;
}

.ps-loged-In {
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.ps-loged-In .ps-form-title img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.advent-back-home {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 100;
}

.advent-back-home a:hover, .advent-back-home a:focus {
    text-decoration: underline;
    color: #345dad;

}

.ps-loged-In .advent-app-body h2 {
    font-size: 30px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 5px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.ps-loged-In .ps-form-title p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-forgotten-password {
    font-size: 12px;
    margin-top: 5px;
    text-decoration: underline;
    color: #345dad;
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #008752;
    padding-bottom: 20px;
}

.ps-forgotten-password:focus {
    text-decoration: underline;
    color: #345dad;
}

/*ps-loged-In Ends*/

/*country_list_area*/

.select2-results__option[aria-selected] {
    cursor: pointer;
    padding-left: 1em;
    line-height: 35px;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
    color: black;
}

#country_list_area .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    height: 46px;
    outline: none;
    border: 1px solid #8fd3cd;
    border: 1px solid #8fd3cd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

#country_list_area .select2-selection__rendered {
    color: #3d3d3d;
    line-height: 45px;
    text-indent: 5px;
    outline: none;
    font-size: 15px;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #3d3d3d;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #8fd3cd;
    color: white;
    line-height: 35px;
}

.select2-container--default .select2-results__option[role=group] {
    border-top: 1px dashed lightgray;
}

#lightbox .select2-dropdown {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.ps-country-arw {
    background-image: url("../../../Resources/public/images/ps_country_arw_down.png");
    width: 25px;
    height: 43px;
    float: right;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    margin-right: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow .ps-country-arw {
    background-image: url("../../../Resources/public/images/ps_country_arw_up.png");
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
    text-indent: 20px;
    border: 1px solid #8fd3cd;
    border-top: none;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px;
    border: none;
    border-top: 1px solid lightgray;
}

.select2-container--open .select2-dropdown--above {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid lightgray;

}

/*country_list_area Ends*/

/*ps-form-signIn_area*/

.ps-form-signIn {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}



/*ps-form-signIn_area Ends*/

/*existing_account_facebook_not_match*/

#existing_account_facebook_not_match {
    margin-top: 30px;
}

#existing_account_facebook_not_match .input-element-next {
    margin-bottom: 140px;

}

/*existing_account_facebook_not_match Ends*/

#video_area {
    position: absolute;
    top: 0;
    z-index: -999;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#pre_sale_video {
    position: absolute;
    top: 147px;
    z-index: -999;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.fb-header-fix{


}

.ps-form-steps{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding-right: 20px;
}

/*one_last_check*/

.advent-app-body .input-element-edit {



}

.ps-btn-cancel-fix{

}

.ac-edit-button{
    margin-right: 3px;
    background-color: white;
    text-decoration: none !important;
    border-radius: 4px;
    color: #1e177a;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 0px !important;
    line-height: 38px;
    width: 60%;
    text-align: center;
    border: 1px solid #f0f0f4;
    font-size: 20px;
}
/*one_last_check_ends*/


/*Gift_Box*/

.user_gifts_wrapper{
    float: left;
    width: 51%;
}

.user_gifts{
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.user_gifts a{
    text-decoration: none;
    font-size: 16px;
    line-height: 33px;
    display: -webkit-inline-box;
    background-color: #c6093b;
    color: white;
    width: 100%;
    padding: 10px 0px;
    font-weight: 600;
    border-left: 1px solid black;
}


.user_gifts .ac_gift_button{

}

.title_count_fix{

}

.user_gifts .ac_gift_button .title{

}

.user_gifts .ac_gift_button .count{

}

.gift_box_icon{
    background-image: url(../../../Resources/public/images/gift_box_icon.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
    background-size: 30px;
}

.user_gifts ul{
    list-style: none;
    margin: 0px;
    clear: both;
    background-color: white;
    -webkit-box-shadow: 3px 5px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 23px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 15px 9px -2px rgba(0,0,0,0.75);
    float: left;
    border: 1px solid #008752;
    padding: 0px;
    border-bottom: none;
    width: 96.5%;
    position: absolute;
    z-index: 30;
    left: 0;
    width: 100%;
}

.user_gifts ul li {
    margin-top: 20px;
    border-bottom: 1px solid #008752;
    padding: 0px 20px 90px 20px;
}

a:hover, a:focus {

}

.user_gifts ul li a{
    background-color: #008752;
    color: white;
    text-decoration: none;
    line-height: 40px;
    float: left;
    box-shadow: none;
    margin-top: 20px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0px;
    margin-top: 15px;
}

.user_gifts ul li h3{
    border-bottom: 1px dashed #c6e9e5;
    padding-bottom: 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.user_gifts .gifts{
    display: none;
}

.gifts_position{

}




.user_gifts .expired {
    width: 100%;
    background-color: #cccccc;
    padding: 10px;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #a3a3a3;
    cursor: not-allowed;
}


/*Gift_box_Ends*/



/*almost_there*/


.input-element-fb{
    text-align: center;
}

/*almost_there_ends*/



.page-content .ac-home-banner ul{
    list-style: none;
    display: -webkit-box;
}

.page-content .ac-home-banner ul li{
    width: 33.3%;
}

.input-element-btm-border{
    border-bottom: 1px solid #008752;
    padding-bottom: 30px;
}

.ps-main-container .ac-required{
    text-align: right;
}

.ps-main-container .ac-edit-postcode{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ps-main-container .ac-edit-postcode a{

}


.ps-main-container .ac-edit-postcode p{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ps-register .ac-ng-venue,
.ps-sign-In .ac-ng-venue{
    -webkit-appearance: none;
    width: 100%;
    padding: 10px 10px;
    background-color: white;
    border-radius: 5px;
    font-size: 17px;
    height: 47px;
}

.ps-register  .down-venue-select,
.ps-sign-In .down-venue-select{
    border: solid darkgray;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
}
.ps-sign-In .venue-select-arrow{
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #eaeaea;
    padding: 9px 20px 10px;
    border-radius: 0px 5px 5px 0px;
    pointer-events: none;
}

.ps-register .venue-select-arrow{
    position: absolute;
    right: 1px;
    top: 21px;
    background-color: #eaeaea;
    padding: 9px 20px 10px;
    border-radius: 0px 5px 5px 0px;
    pointer-events: none;
}
.ps-sign-In .down-venue-select,
.ps-register .down-venue-select {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}

.ps-sign-In .ac-email{
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    display: block;
 }

.ps-sign-In .ac-mobile{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    display: block;
}

.ps-sign-In .ac-venue{
    margin-top: 30px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    display: block;
}

.ps-sign-In li .edit{

}
.ps-sign-In #new_non_uk_account_address_form label{
    font-weight: 500;
    display: -webkit-inline-box;
    float: left;
    margin-right: 10px;
    width: 70px;
}

.ps-sign-In #new_non_uk_account_address_form label .data{
    font-weight: 700;
}

.ps-sign-In #new_non_uk_account_address_form .info{
    margin-bottom: 10px;
    float: left;
    width: 100%;
    display: block;
}

.ps-register .ng-venue-list ul .city_name{
    margin-right: 10px;
    color: #3f3f3f;
}

.ps-register .ng-venue-list .more-venues-div {
    text-align: right;
    margin-top: 20px;
}

.ps-register .ng-venue-list ul li{
    text-decoration: none;
    list-style: none;
    width: auto !important;
    cursor: pointer;
}

.ps-register .ng-venue-list ul {
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    display: -webkit-box;
}

.ps-register .ng-venue-list ul .date {
    margin-left: 40px;
}

.ps-register .radio-li {
    display: -webkit-box;
    margin-right: 10px;
}

.ac-edit-postcode #postcode_from #postcode{
    border: none;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    width: 80%;
}

.ac-edit-postcode #postcode_from .submit {
    padding: 10px;
    background-color: #eaeaea;
    border: none;
    margin: 0px;
    margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    width: 20%;
}

.ps-register  .not-booked-want{
    margin-top: 20px;
    text-align: left;
}

.ps-register .ng-venue-list-parts {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ac-new-input-fix{
    margin-top: 40px;
}

.ps-loged-In .ac-share-2019{

}

.ps-loged-In .ac-share-2019 span{
    width: 31%;
}
.ps-loged-In .ac-share-2019 a{
    text-decoration: none;
    display: -webkit-inline-box;
}


.ps-loged-In .ac-start-fix{
    color: #c6093b;
    margin-top: 20px;
    font-weight: bold;
}

.ps-loged-In .share1{
    background-image: url(../../../Resources/public/images/ac-email-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.ps-loged-In .share2{
    background-image: url(../../../Resources/public/images/ac-facebook1-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.ps-loged-In .share3{
    background-image: url(../../../Resources/public/images/ac-facebook2-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.ps-loged-In .share4{
    background-image: url(../../../Resources/public/images/ac-whatsup-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.ps-loged-In .share5{
    background-image: url(../../../Resources/public/images/ac-twitter-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.ps-loged-In .share6{
    background-image: url(../../../Resources/public/images/ac-whatsup-2019.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
}
.fans-won-info p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.privacy-fix{
    margin: 0 auto;
    width: 207px;
}
.privacy-fix p{
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
    color:darkgreen;
}

.privacy-fix a{

    color:darkgreen;
}
.privacy-2019{
    width: 100%;
    background-color: white;
    padding-top: 20px;
}
.privacy-2019 p{
    text-align: center;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}
.ps-register h1 {
    margin-bottom: 20px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: left;
    font-weight: 700;
    color: #101C28;
}

.venue-select-label{
    width: 100%;
}

.ps-password .magic-link-p{
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}
.ac-book-2019-button{
width: 190px;
position: absolute;
z-index: 10;
padding: 30px;
}
.ac-book-2019-button a{
    position: absolute;
    background-color: lightgray;
    text-decoration: none;
    border-radius: 5px;
    color: #3d3d3d;
    padding: 10px;
}

.free-advent-calendar-2019{
    background-color: #b20c37;
}

.free-advent-calendar-2019 a{
    margin: 0 auto;
}
.free-advent-calendar-2019 .leftAlone{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.invite-friend{
    text-decoration: none;
    font-size: 16px;
    line-height: 33px;
    margin-left: 10px;
    display: -webkit-inline-box;
    background-color: #c6093b;
    color: white;
    padding: 10px 5px;
    text-align: right;
    float: left;
    margin-bottom: 10px;
    font-weight: 800;
    text-align: right;
    width: 44%;
}



.ps-loged-In .ac-share-2019 span {
    width: 60px;
    background-size: 60px;
    margin: 10px;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.edit-new{

}

.edit-new span{
    display: -webkit-inline-box;
    width: 49%;
}



.edit-new span button{
    background-color: #c7033a;
    text-decoration: none;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    min-width: 85% !important;
    margin: 0px;
    margin-top: 0px !important;
}



.invite-friend-div{
    position: absolute;
    width: 45.2%;
    background-color: white;
    padding: 20px;
    border: 1px solid green;
    z-index: 30 !important;
    top: 52px;
    left: 10px;
    -webkit-box-shadow: 3px 5px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 23px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 15px 9px -2px rgba(0,0,0,0.75);
}


.invite-friend-icon {
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 30px;
    margin-right: 5px;
    display: block;
}

.ac-address label{
    font-weight: 500;
    float: left;
}

.ac-address,
.ac-venue{
    display: inline-block;
    width: 100%;
    float: left;
}

 .ac-address .data{
     float: left;
     margin-right: 5px;
 }
.ac-venue label{
    width: 20% !important;
    font-weight: 500;
    float: left;
    height: 90px;
    width: 100%;

}

.ps-advent-privacy .ac-obl{
    font-style: italic;
}

#new_non_uk_account_address_form label{
    display: inline;
}

.privacy-2019 span p{
   text-align: center;
    margin-bottom: 0px;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}


.alert{
    background: rgba(0,0,0, .4);
    transition: opacity .25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1;

}

.alertInner{
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    height: max-content;
    z-index: 1;
    padding: 30px;
    text-align: center;
}

.alertInner a{

}
.alertInner h3{
    text-align: left;

}

.alertInner .close{
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}


.alertInner .close:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 1.7em;
    background: black;
    display: block;
    transform: rotate(-45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.alertInner .close:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 1.7em;
    background: #000000;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.alertInner .error--continue{
    background-color: #c7033a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 auto;
    font-family: Arial, Helvetica, "Arial", sans-serif;
}

.game-buttons-new{

    float: left;
    width: 100%;
}

.invite-friend-in{
position: relative;
}

.advent-game-button {

}

.calendar_div{
    margin-bottom: 20px;
    height: 53px;
}

.calendar_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

#back, #back_fest {
    width: 93% !important;
    text-align: center !important;
    margin: 10px !important;
    padding: 0px 0px !important;
}

.new-year-home .advent-hill-up-index {
    background: none !important;
}

.new-year-home .advent-hill-down-index {
    background: none !important;
}

.ui-widget {
    z-index: 1000 !important;
}

.Night-Garden-Loading {
    display: none;
}


.ft-top-2019{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    max-width: 1520px;
    margin: 0 auto;
    padding: 30px 0px 30px 100px;
}

.ft-top-2019 a{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    width: 1088px;
    margin: 0 auto;

}


.ft-top-2019 ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 0px;
}

.ft-top-2019 ul li{
    width: 25%;
    list-style: none;
}


.ft-top-2019 ul li a{

}

.ft-top-2019 .ngl-top-img{
    text-align: center;
}

.ft-top-2019 .ngl-top-img img{
    width: 70%;
    padding-right: 100%;
}

.advent-2019-header{

}

.advent-2019-header ul{
    display: -webkit-inline-box;
    float: left;
    width: 100%;
}

.ngl-bottom-2019{
    background-color: #f0f0f4;
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ngl-bottom-2019 ul li{
    width: 20%;
    float: left;
}

.ngl-bottom-2019 ul{

    max-width: 1024px;
    margin: 0 auto;
    height: 50px;
    list-style: none;
    padding: 0px;
    padding-left: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ngl-bottom-2019 ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.ng-top-info{
    text-align: center;
}

.ng-top-info span{
    padding: 5px 15px 5px 15px;
    border: 1px solid #F1F1F5;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: .25s ease-in-out;
}
.ng-top-info span:hover{
    border-color: #d5d5e1;
}




.ng-top-info span p {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #191362;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ng-top-info svg{

}

.ngl-footer-2019{
    max-width: 1520px;
    margin: 0 auto;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    min-height: 290px;
}

.ngl-footer-2019 ul{
    float: left;
    width: 20%;

}

.ngl-footer-2019-align-right{
    text-align: right;
}

.ngl-footer-2019-align-right li{

}

.inline-flex i{
    width: 40px;
    float: left;
}


.ngl-footer-2019 ul li{
    color: #0f1b27;
    list-style: none;
    font-size: 16px;
    display: block;
    height: 30px;
}

.ng-Social li{
    height: 40px !important;
}

.ng-Social li{
    line-height: 40px !important;
}

.ngl-footer-2019 ul li a{
    color: #666;
    display: inline-block;
    margin: 0;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.ngl-footer-2019 ul li a:after {
    display:block;
    content: '';
    border-bottom: solid 2px #1F187B;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.ngl-footer-2019 ul li a:hover:after { transform: scaleX(1); }
.ngl-footer-2019 ul li a:after{  transform-origin:  0% 50%; }


.ngl-footer-2019 .bg-new-bottom-logos
{
    background-image: url(../../../Resources/public/images/xxx.png);
    height: 10px;
    display: block;
    width: 400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ngl-footer-2019 svg {
    width: 100%;
    margin-top: 0px;
}

.ngl-footer-2019 a{
    text-decoration: none;
    color: #0f1b27;
}

.ngl-footer-2019 .ng-get-help{
    color: #1e177a;
    text-align: center;
}

.ngl-footer-2019 .ng-get-help a{
    border: 2px solid lightgray;
    padding: 0px 20%;
    border-radius: 4px;
    float: right;
    margin-top: 0px;
    width: 33%;
    font-weight: bold;
    line-height: 50px !important;
    margin-top: 10px;
    text-decoration: none;
}

.ngl-footer-2019-align-right a{
    color: #1e177a !important;
    line-height: 0px !important;
    text-decoration: underline;
}
.ngl-footer-2019-align-right li{
    height: 30px !important;
}

.ngl-footer-2019-align-right a:after {
    display: none !important;
}

.ngl-footer-2019-align-right a:after:hover {
    display: none !important;
}

.ngl-footer-2019-info{
    max-width: 1520px;
    margin: 0 auto;
    font-size: 10px;
    clear: both;
}
.ngl-footer-2019-info p{
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.ngl-footer-2019-info-img{
    max-width: 1520px;
    margin: 0 auto;
    font-size: 10px;
}

.ng-blue-border:hover{
    width:100px;

}

.ngl-footer-h1{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;
    color: #101C28;
    font-size: 24px;

}

.ft-top-mobile{
    display: none;
}

.ft-top-mobile .ngl-bottom-2019{
    display: block;
    padding-bottom: 10px;
    padding-top: 5px;
}

.ngl-bottom-2019 ul li img{
    width: 100%;
    float: left;
}

.ng-helpdesk a{
    color: #1e177a;
    text-decoration: none;
}

.rating > span:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}

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

.bg-new-bottom-logos {
    text-align: center;
    margin: 10px;
    padding-bottom: 50px;
}

.ng-col-4{
    width: 40%;
    float: left;
}

.ng-col-6{
  width: 60%;
 float: left;
}

.ng-advent-new-layout{
    width: 100%;
    display: block;
    float: left;
}

.ng-ud-block{
    width: 100%;
    float: left;
    display: -webkit-inline-box;
}

.ng-col-40{
    width: 40%;

}

.ng-col-50{
    width: 50%;

;

}

#first_name{
    width: 80%;
}

.ng-advent-new-layout .inputs{

}

.ng-advent-new-image img{
    width: 90%;
}

.input-element-bottom-info{
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 100px;
}
.input-element-bottom-info .hr{
    border-top: 1px solid #8ed2cb;
    padding-top: 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.input-element-bottom-info h2{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

}

.input-element-bottom-info span{
text-align: left;


}

.input-element-bottom-info p{
    font-family: roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
    letter-spacing: .001em;   color: #101C28;
}

.input-element-bottom-info .advent-gifts-img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.advent-gifts-img img{
    width: 100%;
}

.ng-advent-new-block{
    height: 10px;
}

.booked-radio{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    z-index: -1;
}
.ac-li-fix label{
    padding-left: 34px;
    height: 25px;
    padding-top: 5px;
    cursor: pointer;
}
.ac-li-fix:hover input ~ .booked-radio {
    background-color: #bdccd4;
}

.ac-li-fix input:checked ~ .booked-radio {
    background-color: #1e177a;
}

.ps-form-inputs{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}


.ps-form-inputs a{
    width: 30%;
}

.ng-col-2{
    width: 20%;
    float: left;
}

.ng-col-33{
    width: 33.3%;
    float: left;
}

.dynamic-counter{
    text-align: center;
}

.ng-icon-2019{
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 100px;
}

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

.ng-icon-2019 img{
    width: 30%;
}

.ps-sign-In .input-element-next{
    float: none;
}

.ps-register .ng-col-50{
    float: left;
}

.ps-register .input-element {
    text-align: left;
    display: block;
    height: 77px;
    margin-bottom: 20px;
}

.ngl-title-address{
    margin-bottom: 20px !important;
}

.ps-register .info{
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

#registry_part2_form .ng-col-50 {
    float:none;
}

.ngl-no-thanks p{
    text-align: center !important;
}

.ngl-pip{
    width: 300px;
    margin: 0 auto;
}

.alert .error--continue{
    background-color: #c7033a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    cursor: pointer;
}


#st-1 {

    padding: 20px !important;
}
.night-garden-loading-inner{
    background: rgba(0,0,0, .4);
    transition: opacity .25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 50;


}
.Night-Garden-Loading{
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 40% 50%;
    top: 0px;
    display: none;
}


.winner-popup {

    padding: 0px !important;

}


@media screen and (max-width: 540px) {


        .ps-register {
            height: auto;
            position: relative;
            width: 100%;
        }

    .input-element-next .ps-btn-red {
        max-width: 80%;
        min-width: 80%;

    }


    .last-check-input-fix #postal_code{
        width: 100%;
    }

    #back, #back_fest {
        width: 89% !important;
    }

    .invite-friend-div {

        width: 82.90%;
        left: 10px;

    }

        .user_gifts a{

        }

        .ac-address label {
            width: 24% !important;

        }

        .advent-game-button {
            width: 89%;
        }

        .advent-winner-share .ac-share-2019 span {
            width: 45px;
            background-size: 45px;
            height: 60px;
            margin: 10px;
        }


        .invite-friend{
            width: 41%;


        }

        .user_gifts .ac_gift_button {

        }
        .user_gifts ul {
            width: 93.9%;
            margin-left: 10px;
        }

        .ps-register .ac-ng-venue, .ps-sign-In .ac-ng-venue {
            padding: 9px 10px 10px;
        }

        .ps-advent-first {
            background-image: url(../../../Resources/public/images/Advent_2015_Mobile.gif);
            background-repeat: no-repeat;
            background-size: 100%;
            height: 180px;
        }

        .ps-register .ps-btn-red {
            width: 100%;
        }

        .check-button-fix button {
            width: 100%;
        }

        .ac-edit-button {
            margin-top: 0px;
        }

        .ps-advent .privacy {
            margin-top: 10px;
        }

        .ps-advent .form-body {
            width: 100%;
            margin: 0px auto;
            height: 850px;
            max-width: 100%;
            padding: 10px;
        }

        .ps-advent h1 {
            font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
            width: 100%;
            font-size: 32px;
            font-weight: 700;
            color: #101C28;
        }

        .ps-advent .form-body-new-year h1,
        .ps-advent .form-body-happy-christmas h1 {
            font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
            font-size: 45px;
            font-weight: 700;
            color: #101C28;
        }

        .ps-advent .form-body-happy-christmas {
            padding-top: 0;
        }

        .ps-advent h2 {
            width: 100%;
            font-size: 24px;
            font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

        }

        .ps-advent .privacy {
            font-size: 11px;
        }

        .advent-app-body {
            z-index: 300;
        }

        .advent-app-body .ps-form-title,
        .advent-app-body .inputs {
            position: relative;
            z-index: 600;
        }


        .advent-hill-up-index, .advent-hill-up-calendar {
            background-image: url("../../../Resources/public/images/advent_hill_up_mobile.png");
            height: 70px;
        }

        .advent-hill-down-index, .advent-hill-down-calendar {
            background-image: url("../../../Resources/public/images/advent_hill_down_mobile.png");
            height: 120px;
        }

        .advent-hill-up {
            background-image: url("../../../Resources/public/images/advent_hill_up_mobile.png");
            height: 70px;
        }

        .advent-hill-down {
            background-image: url("../../../Resources/public/images/advent_hill_down_mobile.png");
            height: 120px;
        }

        .ps-advent .input-element-next {
            margin: 0 auto;
            width: 100%;
        }

        .input-field-container {
            width: 100%;
        }

        .input-element-next {
            width: 100%;
        }

        .input-element-fb .ps-btn-fb {
            width: 100%;

        }

        .pop-up-button-fix {
            width: 100%;
        }

        .pop-up-button-fix a {
            width: 70%;
            text-align: center;
            display: block;
        }

        .ps-popup .ps-popup-container{
            padding: 20px;
            width: 80%;
        }

        .ps-sign-In .password-area {
            width: 100%;
        }

        .ps-sign-In .advent-app-body .input-element-edit{

        }

        .advent-app-body .password-area {
            width: 100%;
        }

        .fb-header-fix {
            text-align: left;
        }

        .sign-in-sms ul li label {
            width: 80%;
        }

        .user_gifts{
            position: inherit;
            display: block;
            width: 95%;
        }

        .ps-sign-In .input-element-title-checkbox p, .ps-register .input-element-title-checkbox p {
            padding-top: 0px;
        }















        .ng-col-50{
            width: 50% !important;
        }

        .ng-col-xs{
            width: 100% !important;
        }

        .ngl-footer-2019-align-right {
            text-align: left !important;
        }

        .ngl-footer-2019 .ng-get-help a {
            padding: 0px 0%;
            float: none;
            width: 100%;
            float: left;
            display: block;
        }


    .ngl-footer-2019 ul{
        float: left;
        width: 20%;
        padding: 0px;

    }

    .ngl-footer-2019 {
        float: left;
        padding: 20px;
    }

    .ft-top-mobile img{
        width: 100%;
    }

    .ft-top-mobile{
        display: block;
    }

    .ngl-bottom-2019,
    .ft-top-2019{
        display: none;
        font-size: 14px;
    }

    .ft-top-mobile .ngl-bottom-2019 ul {
        list-style: none;
        display: inline-flex;
        padding: 0px;
        width: 100%;
        height: auto;
    }

    .ft-top-mobile .ngl-bottom-2019 ul li {
        width: 25%;
    }

    .ft-top-mobile p{
        text-align: center;
        font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
        color: #6b697c;
    }

    .ft-top-mobile-logo{
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .ng-top-mobile-logo{
        margin: 0 auto;
        padding: 10px;
        padding-bottom: 5px;
        max-width: 400px;
    }

    .ps-from-title .ac-align-a {
        text-align:right;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .ng-advent-new-image{
        margin-bottom: 20px;
    }

    .ps-from-title {
        margin-bottom: 0px;
    }

    .ngl-footer-2019-info {
        padding: 20px;
        padding-top: 0px;
    }

    .input-element-bottom-info{

        padding-bottom: 10px;
    }

    .last-check-input-fix #first_name, .last-check-input-fix #city {
        width:100%;
    }
    .ng-ud-block {
        width: 100%;
        float: left;
        display: block;
    }

    .ps-register .ac-li-fix label {

        padding-left: 30px;
        width: 60%;
    }

    .ps-form-inputs a {
        width: 80%;
        padding: 10px 0px;
    }

    .ps-form-inputs a:hover {
        width: 80%;
        padding: 10px 0px;
    }

    .alertInner {
        width: 70%;

    }

    .ng-icon-2019 img {
        width: 90%;
    }

    .ps-btn-red {
        max-width: 80%;
    }

    .gift-edit-new {
        width: 100% !important;
    }

    .ps-sign-In #mobile {
        width: 100%;
    }

    }

.ps-popup {
    display: none;
}

.ngl-no-thanks {
    margin-top: 20px;
}