body{
    background-color: var(--base-dark-color);
    color: whitesmoke;
}

input:focus, textarea:focus {
    outline: none;
}

.modal-look-close-button{
    position: relative;
    text-align: right;
    padding: 10px 20px;
    height: 50px;
}
.modal-look-close-button a{
    text-decoration: none;
    color: white;
    font-size: 42px;
    line-height: 50px;
}
.modal-look-close-button a:hover{
    color: var(--logo-color);
}


.hmodh-item-title{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: whitesmoke;
}

.hmodh-item-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.hmodh-item-next-button{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    background-color: whitesmoke;
    display: inline-block;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.hmodh-item-next-button:hover{
    color: black;
}
.hmodh-item-prev-button{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: lightgrey;
    display: block;
    float: right;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.hmodh-item-prev-button:hover{
    color: white;
}






@media only screen {
    .hmodh-item-title{
        font-size: 24px;
    }
    .hmodh-item-text{
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
    .hmodh-item-title{
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
	.hmodh-item-title{
        font-size: 40px;
    }
    .hmodh-item-text{
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
	.hmodh-item-title{
        font-size: 60px;
    }
    .hmodh-item-text{
        font-size: 20px;
    }
}

@media only screen and (min-width: 1700px) {
	.hmodh-item-title{
        font-size: 60px;
    }
    .hmodh-item-text{
        font-size: 20px;
    }
}











/* *********************************************************
**
**
** TYPE SELECTION
**
**
********************************************************* */

.type-selection-wrapper{
    position: relative;
}

.type-selection-pic-wrapper{
    position: relative;
}
.type-selection-pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.type-selection-label{
    position: relative;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 16px;
}


.type-selection-overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--logo-color);
    opacity: 0.3;
    display: none;
}
.type-selection-overlay.active{
    display: block;
}

.type-selection-vink{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 22px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-image: url(../gfx/Check.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.type-selection-checkbox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}













/* *********************************************************
**
**
** LOCATION SELECTION
**
**
********************************************************* */

.selection-box-wrapper{
    position: relative;
}

.selection-box{
    display: inline-block;
    width: 30px;
}

.selection-value{
    display: inline-block;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.location-selection-checkbox{
    width: 18px;
    height: 18px;
}

@media only screen {
    .selection-value{
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	.selection-value{
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
	.selection-value{
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}











/* *********************************************************
**
**
** BEDROOMS SELECTION
**
**
********************************************************* */


.bedrooms-selection-range{
    width: 100%;
    height: 30px;
    max-width: 500px;
}


/* *********************************************************
**
**
** MAXPRICE SELECTION
**
**
********************************************************* */


.maxprice-selection-range{
    width: 100%;
    max-width: 500px;
}












/* *********************************************************
**
**
** MAX PRICE SELECTION
**
**
********************************************************* */


.hmodh-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.hmodh-label{
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

















/* *********************************************************
**
**
** MUSTHAVES SELECTION
**
**
********************************************************* */


.musthaves-selection-checkbox{
    width: 18px;
    height: 18px;
}











/* *********************************************************
**
**
** CLIENT DATA
**
**
********************************************************* */

.contact-label{
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.contact-label-sofa{
    font-family: sofia-pro, sans-serif;
}

.contact-select{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.contact-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.contact-textarea{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    height: 120px;
}


.contact-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: white;
    color: var(--base-dark-color);
    padding: 20px 40px 20px 40px;
    border: 0;
}

.form-check-checkbox{
    height: 18px;
    width: 18px;
}













/* *********************************************************
**
**
** SLIDER
**
**
********************************************************* */




input{
    background: none;
}

input[type=range] {
    height: 30px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #EBBD00;
    border-radius: 5px;
    border: 1px solid #000000;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #000000;
    height: 23px;
    width: 23px;
    border-radius: 16px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #EBBD00;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #EBBD00;
    border-radius: 5px;
    border: 1px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #000000;
    height: 23px;
    width: 23px;
    border-radius: 16px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #EBBD00;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #EBBD00;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #000000;
    height: 23px;
    width: 23px;
    border-radius: 16px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #EBBD00;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #EBBD00;
  }
