.themestreetslider > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.themestreetslider {
    color: #333;
    font-family: sans-serif;
    font-weight: 400;
}

.themestreetslider button,
.themestreetslider input {
    color: inherit;
    font-size: 16px;
    margin: 0;
}

.themestreetslider button::-moz-focus-inner,
.themestreetslider input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.themestreetslider input {
    line-height: normal;
    border-radius: 0;
}

.themestreetslider input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

.themestreetslider p,
.themestreetslider form {
    margin: 0;
    padding: 0;
}

.themestreetslider form {
    font-size: 0;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.themestreetslider p {
    font-size: 16px;
}

.themestreetslider input:focus,
.themestreetslider button:focus {
    outline: none;
}

.themestreetslider input[type='radio'] {
    vertical-align: text-bottom;
}

.themestreetslider button {
    background: #2f96e2;
    padding: 15px 20px;
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    width: 100%;
    border: none;
    transition: 0.2s all;
    overflow: visible;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
    margin: 0;
    height: auto;
}

.themestreetslider button:hover {
    opacity: 0.8;
}

.themestreetslider button:disabled {
    opacity: 0.4;
    pointer-events: none;
}

/*!
* http://jqueryui.com
* Includes: core.css,  draggable.css,  resizable.css,  selectable.css,  sortable.css,  slider.css
* Copyright 2014 jQuery Foundation and other contributors;
     Licensed MIT */

.themestreetslider .ui-slider-wrap {
    background: rgba(123, 136, 147, .8);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.themestreetslider .ui-slider {
    background: transparent;
    position: relative;
    height: 12px;
    margin-right: 14px;
    margin-left: 23px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
}

.themestreetslider .ui-slider-range.ui-widget-header {
    overflow: hidden;
}

.themestreetslider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 39px;
    height: 36px;
    margin-top: -12px;
    margin-left: -24px;
    outline: none !important;
    background: #2f96e2;
    cursor: grab;
    border-radius: 4px;
}

.themestreetslider .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    height: 20px;
    left: calc(50% - 5px);
    transform: translateY(-50%);
    top: 50%;
}

.themestreetslider .ui-slider .ui-slider-handle:before {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    height: 20px;
    right: calc(50% - 5px);
    transform: translateY(-50%);
    top: 50%;
}

.themestreetslider .ui-slider .ui-slider-handle:active {
    cursor: pointer;
}

.themestreetslider .slider-result-wrap {
    font-size: 16px;
}

.themestreetslider .slider-result {
    background: transparent;
    font-size: 16px !important;
    display: inline-block;
    padding: 0 !important;
    border: none;
    outline: none;
    line-height: normal;
    height: auto;
}

.themestreetslider .slider-result:focus {
    box-shadow: none;
}

.themestreetslider .price-in-button {
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}

.themestreetslider .price-in-button #total-price {
    font-weight: 600;
}

.themestreetslider input[type='radio'] {
    display: none;
}

.themestreetslider .radio_wrap {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.themestreetslider .styled-radiobutton--text:checked + label {
    background: #fb9924;
    font-weight: 700;
    padding: 4px 0;
    color: #fff;
}

.themestreetslider .styled-radiobutton--text:checked + label span {
    font-weight: 400;
}

.themestreetslider .styled-radiobutton--text:checked ~ p {
    font-weight: 700;
    top: -1px;
}

.themestreetslider .styled-radiobutton--text + label {
    background: rgba(123, 136, 147, .5);
    font-size: 14px;
    line-height: 1.1;
    padding: 4px 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 45px;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    text-align: center;
    color: white;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0;
}

.themestreetslider .styled-radiobutton--text + label span {
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding-top: 4px;
}

.themestreetslider .styled-radiobutton--text + label ~ p {
    font-size: 14px;
    position: relative;
    padding-top: 10px !important;
    text-align: center;
    margin-bottom: 10px !important;
}

.themestreetslider .text-center {
    text-align: center !important;
}

.themestreetslider .verticalize {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.themestreetslider .bedroom__description {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
    vertical-align: top;
    margin-bottom: 30px;
}

.themestreetslider .bedroom__description span {
    font-size: 12px;
}

.themestreetslider p {
    margin: 0 !important;
    padding: 0 !important;
}

.themestreetslider .frequencies,
.page-template-page-homepage .themestreetslider .frequencies {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
}

.themestreetslider .frequencies .radio_wrap {
    width: 110px;
    margin: 0 5px;
}

.themestreetslider .additional-fields {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.themestreetslider .additional-fields .single-field {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.themestreetslider .additional-fields .single-field input {
    width: 100%;
    border: none;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.themestreetslider .clearfix {
    clear: both !important;
    display: block !important;
}

.themestreetslider .slider-cont {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: middle;
    margin-bottom: 30px;
}

.themestreetslider .slider-cont .slider-label {
    display: inline-block !important;
    width: 100px;
    vertical-align: middle;
}

.themestreetslider .slider-cont .slider-line {
    display: inline-block !important;
    width: calc(100% - 100px);
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .themestreetslider .slider-cont {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px;
    }

    .themestreetslider .bedroom__description {
        display: block;
    !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .themestreetslider .bedroom__description input {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .themestreetslider .additional-fields .single-field {
        width: calc(100% - 10px);
    }
}

.themestreetslider.has-video {
    font-size: 0;
}

.themestreetslider.has-video form {
    width: calc(50% - 20px);
    max-width: 50%;
    margin: 0 20px 0 0 !important;
    display: inline-block;
    vertical-align: top;
}

.themestreetslider.has-video .themestreetslider-video {
    display: inline-block;
    width: calc(50% - 20px);
    margin-left: 20px;
    vertical-align: top;
}

.themestreetslider.has-video .themestreetslider-video-cont {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.themestreetslider.has-video .themestreetslider-video-cont::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.themestreetslider.has-video .themestreetslider-video-cont iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 920px) {

    .themestreetslider.has-video form {
        width: 100%;
        margin: 0 auto 20px !important;
        display: block;
        max-width: 100%;
    }

    .themestreetslider.has-video .themestreetslider-video {
        width: 100%;
        margin: 0 !important;
        display: block;
        max-width: 100%;
    }
}