html,
body {
    height: 100%;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    min-height: 600px;
    min-width: 320px;
}

.wrap {
    color: #fff;
    min-height: 100%;
    margin: 0 auto -80px;
    padding: 0 0 80px;
    position: relative;
    z-index: 5;
}

.wrap > .container {
    padding: 40px 15px 20px;
    height: 100%;
    position: relative;
}

.footer {
    color: #fff;
    height: 80px;
    background-color: #000;
    position: relative;
    z-index: 5;
}

.footer p {
    padding-top: 20px;
    font-size: 12px;
}

.footer__logo img {
    height: 30px;
    max-width: 100%;
}


.footer__logo, .footer__copyrights, .footer__info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-lg {
    border-radius: 0;
}

.has-error .help-block {
    color: #ff5454;
    font-weight: bold;
}

.has-error .control-label {
    color: #ff5454;
}

.has-success .control-label {
    color: #38b93a;
}

.rp-popup-window {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    display:none;
    z-index: 100;
}

.rp-popup-window.show-popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    visibility: visible;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.rp-popup-content {
    background: #000;
    border: 2px solid #fff;
    margin: 0 auto;
    width: 500px;
    position: relative;
    z-index: 102;
    top: 25%;
    padding: 15px;
}

.rp-popup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    cursor: pointer;

}

.rp-popup-content__header {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.rp-popup-content__text {
    font-size: 14px;
    color: rgb(206, 204, 204);
    margin: 22px 0px;
}

.rp-popup-content img {
    display: inline-block;
    margin-bottom: 10px;
}

.rp-popup-content .rp-popup-button {
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
}

.rp-popup-content .rp-popup-button a {
    color: #fff;
    border: 2px solid #ff6d12;
    padding: 6px 60px;
    display: inline-block;
    text-decoration: none;
}

.rp-popup-content .rp-popup-button a:hover {
    border: 2px solid #ff6c00;
}


.performer-register-block {
    position: absolute;
    bottom: 100px;
    right: 50%;
    margin-right: -79px;
}

.performer-register-block a {
    background-color: #009e0f;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 18px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.performer-register-block a:hover {
    background-color: #00bf19;
}

.performer-register-block p {
    font-size: 10px;
}

.performer-registration {
    padding-bottom: 40px;
    margin-top: 90px;
}

.performer-registration h1 {
    font-size: 46px;
}

.performer-registration h2 {
    font-size: 22px;
    margin-bottom: 60px;
}

.performer-registration .primary-service-title {
    font-size: 18px;
}

.performer-registration #performer-register-submit {
    background-color: #009e0f;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 0;
}

.performer-registration .field-performerregistrationform-rulecheckbox input[type="checkbox"] {
    margin-left: 0;
}

#performer-register-toc-popup {
    text-decoration: underline;
}










.flexslider .slides > li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexslider-container {
    position: fixed;
    float: left;
    z-index: 1;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100%;
    width: 100%;
}

ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    overflow: hidden;
}

















#sp-header-logo {
    text-align: center;
    padding: 30px 0 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#sp-header-logo img {
    width: 160px;
}











.checkbox label {
    color: #fff;
    padding-left: 0;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
















.get-quote-btn {
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.get-quote-btn > span {
    font-size: 30px;
    position:  absolute;
    right: 26px;
    top: 9px;
}

.quote-process-place {

}

.quote-process-event-date {

}

.quote-process-place h1,
.quote-process-event-date h1 {
    font-size: 26px;
    text-transform: uppercase;
}

.quote-bottom-breadcrumb {
    font-size: 16px;
}

.quote-bottom-breadcrumb .glyphicon {
    font-size: 12px;
    margin: 0 8px;
}

.quote-bottom-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.quote-process-details {
    margin-top: 120px;
}

.quote-process-details h1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.quote-process-details h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.quote-process-details .field-quoteform-service_ids {
    margin-top: 20px;
}

.quote-process-details .field-quoteform-service_ids label {
    font-size: 16px;
    margin-bottom: 15px;
}

.quote-process-details #quoteform-service_ids {
    display: block;
}

.quote-process-details #quoteform-service_ids .checkbox {
    float: left;
    width: 33.33%;
    margin: 0;
    text-overflow: ellipsis;
}
















.datepicker-dropdown {
    padding: 0;
}

.datepicker table tr td.day {
    background-color: #c1ffc3;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    font-size: 16px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeea89;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: #ffd8c5;
    color: #777777;
    cursor: default;
}

.quote-next-btn {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    cursor: pointer !important;
}



.quote-register {
    margin-top: 60px;
}

.quote-register .performer-signup-link {
    margin-top: 30px;
}

.quote-register .performer-signup-link a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

.quote-register .get-quote-btn {
    margin-top: 0;
}

.quote-register h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.select2-selection__rendered {
    line-height: 75px !important;
    font-size: 22px;
    padding: 0px 30px !important;
}

.select2-container .select2-selection--single {
    height: 75px !important;
    padding: 0px 6px !important;
}

.select2-container .select2-selection__clear {
    top: 0px !important;
}

.select2-selection__clear {
    display: none;
}

.select2-selection__arrow {
    height: 75px !important;
    display: none;
}

.quote-next-btn {
    height: 75px !important;
}

#quoteform-location_name {
    height: 75px !important;
    font-size: 22px;
    padding: 0px 30px;
}

.krajee-datepicker {
    height: 75px !important;
    font-size: 22px !important;
    padding: 0px 30px !important;
}

.form-header {
    font-weight: 400 !important;
    font-family: 'Lalezar' !important;
    text-transform: none !important;
}

.form-header--big {
    font-size: 46px !important;
}

.form-header--small {
    font-size: 22px !important;
}

.centred-input {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centred-input__wrapper {
    position: relative;
    width: 100%;
}

.centred-input__header {
    width: 100%;
    position: absolute;
    bottom: 95px;
}


.centred-input__header--bottom {
    bottom: -45px;
}

.centred-input__input-wrapper {
    position: relative;
}

.centred-input__input {
    position: relative;
}

.centred-input__input .form-group {
    position: relative;
}

.centred-input__input .help-block {
    position: absolute;
}

.centred-input__breadcrumb {
    position: absolute;
    margin-top: 70px;
}

.position-static {
    position: static !important;
}
