#apartment-38 .company_info {
    padding-bottom: 30px;
}
#apartment-38 .little {
    margin-top: 45px;
}
#apartment-38 .less {
    margin-top: 20px;
}
#apartment-38 p{
    line-height: 30px;
    font-size: 16px;
}
#apartment-38 .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#apartment-38 .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#apartment-38 p{
	line-height: 29px;
}
#apartment-38 .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
}
#apartment-38 .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#apartment-38 p{
	line-height: 29px;
}
#apartment-38 .sketch_row {
    display: flex;
    justify-content: space-between;
}
#apartment-38 .middle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#apartment-38 .resize {
    font-size: 20px;
}
#apartment-38 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   	width: 62%;
    padding-left: 2%;
}

/* About */
#apartment-38 .homeworld {
    display: flex;
}
#apartment-38 .review {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#apartment-38 p.review_text {
    font-size: 14px;
    line-height: 30px;
    margin: 1em 0;
}
#apartment-38 h3.half {
    font-size: 36px;
    margin: 0;
}

/* Form */
#apartment-38 .options {
    display: flex;
    justify-content: space-around;
}
#apartment-38 .application {
    display: flex;
    justify-content: space-around;
}
#apartment-38 .little_mrg{
    margin-top: 50px;
}
#apartment-38 .inputs > input{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid white;

}
#apartment-38 .inputs > label{
    display: block;
}
#apartment-38 .inputs > textarea{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid white;
    overflow: hidden;
}
#apartment-38 .inputs button {
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 45px;
    display: block;
    margin: 50px auto;
}
#apartment-38 .inputs button b{
    font-weight: 100;
}
#apartment-38 .arrow_left {
    text-align: left;
}
#apartment-38 .form {
    width: 40%;
}

/* Radio Buttons */
#apartment-38 .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 100;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#apartment-38 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#apartment-38 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 24px;
    background-color: black;
    border: 1px solid white;
}
#apartment-38 .container:hover input ~ .checkmark {
    background-color: black;
    border: 1px solid white;
}
#apartment-38 .container input:checked ~ .checkmark {
    background-color: black;
    border: 1px solid white;
}
#apartment-38 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#apartment-38 .container input:checked ~ .checkmark:after {
    display: block;
}
#apartment-38 .container .checkmark:after {
    top: 4px;
    left: 3px;
    width: 16px;
    height: 15px;
    background: white;
}
#apartment-38 .about .options {
    display: flex;
    justify-content: space-around;
}
#apartment-38 .about h1 {
    font-weight: 100;
    font-size: 30px;
    text-align: center;
}
#apartment-38 h1 {
    font-weight: 900;
}

