@import url("https://use.typekit.net/qbp3cje.css");
.loginrow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.pagecontent {
    display: none;
}
.advertBesideLogin {
    font-family: 'Proxima-Nova', 'Robot' !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 20px;
    margin-top: 20px;
}
.ablContainer {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.ablFade {
    background: transparent linear-gradient(270deg, #343A4000 0%, #343A40 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 20px;
}
.ablLeft {
    margin-top: 12%;
    margin-left: 8%;
}
.ablTitle {
    color: white;
    font-weight: semi-bold;
    font-size: 50px;
    line-height: 55px;
}
.ablTitleButtons {
    margin-top: 15px;
}
.ablTitleButtons .favorite {
    width: 50px;
    height: 50px;
    padding: 0px;
    border: 0px;
    border-radius: 3px;
}
.ablTitleButtons .favorite img{
    width: 35px;
    height: 35px;
}
.ablTitleButtons .react {

    height: 50px;
    width: 200px;
    padding: 0px;
    border: 0px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    background: var(--gradient-for-button);
    border: 1px solid var(--header-color);
    border-radius: 5px;
    opacity: 1;
    color: #fff;

}
.map_button,
.streetview_button {
    height: 40px;
    width: 100%;
    padding: 0px;
    border: 0px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    background: var(--gradient-for-button);
    border: 1px solid var(--header-color);
    border-radius: 5px;
    opacity: 1;
    color: #fff;
}
.map_button:hover,
.streetview_button:hover {
    color: #fff;
}
.ablTitleLocation {
    margin-top: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: flex;
}
ablTitleLocationPin {
    width: 50px;
}
.ablTitleLocation img {
    margin-right: 20px;
}
.ablTitleRent {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.ablTitleRent span:first-child {
    color: var(--header-color);
    margin-right: 20px;
}
.ablTitleRent span:last-child {
    color: #fff;
    font-weight: bold;
}

.ablInfoBlock {
    width: 95%;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 2px;
}
.ablTimer {
    padding: 15px;
    text-align: center;
    color: #535453;
    font-size: 20px;
}
.ablTimeClock {
    font-weight: bold;
    margin-top: 5px;
    font-size: 35px;
}
.ablTimeFooter {
    display: flex;
    align-items: stretch;
    color: #fff;
}
.ablTimeFooter > div  {
    padding: 10px;
    font-size: 14px;
}
.ablTFCount {
    background-color: var(--secondary-block-color);
    width: 40%;
}
.ablTFPosition {
    background-color: var(--main-block-color);
    width: 60%;
}
.ablTimeFooter > div > div {
    font-weight: bold;
    font-size: 18px;
}
.advertUnder {
    font-family: 'Proxima-Nova', 'Roboto' !important;
}
.aUFI {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
}
.aUFIBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    /*border-bottom: 5px solid #fff;*/
}
.aUFIBlock:not(:first-child) {
    border-left: 2px solid #C7C7C7;
}
.aUFIBlock > * {
    width: 100%;
    text-align: center;
}
.aUFIimg > img {
    width: 70px;
    position: center;
}
.aUFItitle {
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
}
.aUFIsub {
    margin-top: 10px;
    font-size: 16px;
}
.aUgray {
    background-color: rgba(239, 239, 239, 0.76);
    padding: 25px 50px;
}
.aULeft {
    padding-right: 40px;
}
.aUPTopRow > div {
    padding: 5px;
}
.aUPBottomRow > div {
    padding: 5px;
}
.aUPBottomRow > div:nth-child(-n+3) {
    padding-top: 0px;
}
.AUPFocusRow {
    display: flex;
    align-items: stretch;
}
.AUPFocusRow > div {
    padding: 5px;
    display: flex;
    align-items: stretch;
}
.aUPside {
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
}
.AUPFocusRow .aUPside {
    margin-bottom: 10px;
}
.aUPMainContainer {
    display: flex;
    align-items: stretch;
}
.aUPMain {
    border-radius: 15px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    min-height: 400px;
}
.aUPMain:before {
    content: ' ';
    display: block;
    width: CALC(100% - 10px);
    height: CALC(100% - 20px);
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.aUPYoutube {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 100%;
}
.aUPYoutube iframe {
    width: CALC(100% + 20px);
    border-radius: 15px;
}
.aURBlock {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .aURBlockdesktop {
        display: none;
    }
}

@media (min-width: 576px) {
    .aURBlockmobile {
        display: none;
    }
}

.aURBlockTitle {
    background-color: var(--main-block-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    padding: 18px 10px 0px 20px;
}
.aURBlockContent {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
}
.aURBlockContent > .aURBList {
    font-size: 15px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
}
.aURBlockContent > .aURBList:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
}
.aURBlockContent > .aURBList:last-child {
    padding-bottom: 0px;
}
.aURBlockContent > .aURBList > span {
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
}
.aURBlockContent > .aURBList > img {
    padding-left: 5px;
    height: 40px;
}
.aURBEnergy {
    height: 20px;
}
.aURBlockContent hr {
    margin-top: 0px;
    border-width: 2px;
}
.aURBbutton {
    text-align: center;
    padding-top: 20px;
}
.aURBbutton .btn {
    background-color: #fff;
    color: var(--border-color);
    border-radius: 5px;
    border: 1.5px solid var(--border-color);
    text-transform: capitalize;
    width: 90%;
    font-size: 14px;
}
.aURLineBLock {
    background-color: #fff;
    border-radius: 5px;
    border: 1.5px solid var(--border-color);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aURLineBLock > p {
    display: inline-block;
    width: 100%;
}
.aUExtraHolder {

}
.aUExtraHolder > div {
    padding: 5px;
}
.aUExtraBlock {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}
.aUExtraBlock > div:first-child {
    color: var(--header-color);
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.aUExtraBlock > div:not(:first-child) {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin: 10px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.aUExtraBlock > div:not(:first-child) > img {
    width: 35px;
    height: 35px;
    margin: 7px 10px;
}
.aUExtraBlock > div:last-child {
    margin-bottom: 20px;
}
.aUDescription {
    margin-top: 30px;
    font-size: 15px;
}
.aUDescription h1,
.aUDescription h2,
.aUDescription h3,
.aUDescription h4,
.aUDescription h5 {
    color: var(--header-color);
    font-size: 16px;
}
.aURequirementsBox {
    padding: 5px;
    margin-bottom: 20px;
}
.aURequirements {
    box-shadow: inset 0px 3px 6px #00000029, 0px 6px 6px #00000029;
    border-radius: 5px;
}
.aUReqTitle {
    padding: 15px 15px 0px 15px;
    color: var(--header-color);
}
.AUReqBlock {
    padding: 15px;
}
.AUReqBlock > div:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
}
.AUReqBlock > div:nth-child(1) > div:nth-child(1) > img {
    width: 20px;
}
.AUReqBlock > div:nth-child(1) > div:nth-child(2) {
    padding-left: 10px;
}
.AUReqBlock > div:nth-child(1) > div:nth-child(2) > div:first-child {
    font-weight: bold;
}
.AUReqBlock > div:nth-child(1) > div:nth-child(2) > div:last-child {
    font-size: 12px;
    font-style: italic;
}
.AUReqBlock > div:nth-child(2) {
    font-weight: bold;
}
.reqWarning {
    width: 20px;
}
.AUReqWarnings {
    background-color: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    margin-bottom: 30px;
}
.AUReqWarnings > .reqWarning {
    width: 30px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.facRow {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
}
.facBlock {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.facBlock > div:nth-child(2) {
    margin-top: 10px;
}
.facBlock > div:nth-child(3) {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}
.facIcon img {
    width: 50px;
    height: 50px;
}
.facName {
    min-height: 40px;
    min-width: 50px;
}
.facDistance {
    min-height: 45px;
}
.reactBlock {
    height: 300px;
    background: var(--gradient-for-sign-up);
    margin-top: 50px;
    border-radius: 10px;
}
.reactMan {
    height: 270px;
    position: relative;
    bottom: -60px;
    left: 70px;

}
.reactMan2 {
    height: 150px;
    position: relative;
    bottom: -69px;
    left: 30px;

}
.reactText > div:nth-child(1) {
    color: #fff;
    font-size: 16px;
    margin: 50px 0px 0px 0px;
}
.reactText > div:nth-child(2) {
    margin: 20px 0px 30px 0px;
    color: #fff;
    width: 80%;
    font-size: 26px;
    font-weight: bold;
}
.reactBlock .btn {
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    border: 1.5px solid #fff;;
    text-transform: capitalize;
    width: 50%;
    font-size: 14px;
}

@media (max-width: 575px) {
    .ablInfoBlock {
        width: 100%;
    }
    .reactMan {
        display: none;
    }
    .reactBlock {
        height: 480px;
    }
}