/** global **/


/*.page-banner canvas{
	background-size: 100vw!important;
}*/

div#main-wrapper {
    background: #000;
    display: block;
}

.page-banner {
    margin-bottom: 0;
}

.page-banner .page-title h1:before,
.sec-one-about-content .entry-title:before {
    content: 'Meet';
}

/** global **/

.about-book-lg p {
    margin-bottom: 32px;
	line-height: 26px;
	font-family: "Barlow", sans-serif;
}

.section-main-wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

	.section-main-wrapper:before {
		z-index: -1;
		content: "";
		position: absolute;
		top: 0;
		left: -25%;
		width: 88%;
		height: 100%;
		background-image: url(../../images/homepage/about-text-logo-overlay.png);
		background-size: contain;
		background-position: top -10px center;
		background-repeat: no-repeat;
		z-index: -1;
		opacity: .65;
		display: none;
	}

/** Section 1 **/
#section-one-about {
    width: 70vw;
    margin: 0 auto;
    position: relative;
	overflow: visible;
	font-size: 0;
}

	#section-one-about .about-wrapper {
		display: block;
		position: relative;
		font-size: 0;
	}

#section-one-about .sec-one-about-content{
	width: 100%;
	background: transparent;
	padding: 115px 0 0;
	position: relative;
	z-index: 5;
}

	#section-one-about .sec-one-about-content p{
		color: #fff;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0;
		font-family: 'Barlow', sans-serif;
	}

	#section-one-about .sec-one-about-content p:not(:last-child) {
		margin-bottom: 32px;
	}

	#section-one-about .sec-one-about-content p strong {
		font-weight: 600;
		font-size: 1.5em;
	}

#section-one-about .about-section-img {
	float: right;
	width: 45%;
	margin-top: 0;
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
	z-index: 6;
}

	#section-one-about .about-section-img img {
		display: block;
		width: 100%;
		margin-left: 0;
		height: initial;
	}

#section-one-about .about-wrapper:before {
	content: '';
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 48%;
	background: #cbaa45;
	height: 5px;
	display: none;
}

/** Section 2 **/
#section-two-about {
    width: 70vw;
    margin: 0 auto;
    position: relative;
	overflow: visible;
	z-index: 1;
}

#section-two-about .sec-two-about-content {
    width: 100%;
    background: transparent;
    padding: 100px 8%;
    margin-top: 0;
    z-index: 5;
    margin-left: 0;
    position: relative;
}

	#section-two-about .sec-content-2:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 49%;
		background: #cbaa45;
		height: 5px;
		display: none;
	}

	#section-two-about .sec-two-about-content.sec-content-3 {
		padding-bottom: 0;
	}

	#section-two-about .sec-two-about-content p{
		color: #fff;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0;
		font-family: 'Barlow', sans-serif;
		margin: 25px 0;
	}

	#section-two-about .sec-two-about-content p:first-child {
		margin-top: 0;
	}

	#section-two-about .sec-two-about-content p:last-child {
		margin-bottom: 0;
	}

	#section-two-about .sec-two-about-content h2 {
		color: #fff;
		/* 		font-size: 2.1em;
		font-weight: 600;
		line-height: 38px;
		letter-spacing: 0.025em; */
		/* max-width: 1200px; */
		margin: 0 auto;
		/* padding: 0 30px; */
		margin: 80px auto;
		font-family: 'Barlow', sans-serif;
		font-size: 1.125vw;
		font-weight: 600;
		color: #fff;
		line-height: 1.6;
		margin-bottom: 1.688vw;
	}

	#section-two-about .sec-two-about-content.sec-content-1 h2 {
		margin: 15px auto;
	}


#section-two-about .sec-two-about-logo {
    width: 100%;
    display: block;
    padding: 45px 8%;
    text-align: center;
    background: #fff;
    padding-top: 50px;
    display: none;
}

	#section-two-about .sec-two-about-logo .about-logo-list {
		max-width: 1220px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
	}

#section-two-about .sec-two-about-book {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 45px 0 0;
}

	#section-two-about .about-book-sm {
		position: relative;
		width: 50%;
		padding-right: 0;
	}
	#section-two-about .about-book-sm img {
		margin: 0 auto;
	}

	#section-two-about .about-book-lg {
		width: 50%;
		padding-left: 50px;
	}

	#section-two-about .sec-two-about-book h2 {
		color: #fff;
		font-size: 2.1em;
		font-weight: 600;
		line-height: 38px;
		letter-spacing: 0.025em;
	}

	/* #section-two-about .sec-two-about-book h2 span {
		color: #cbaa45;
	} */

	#section-two-about .sec-two-about-content.sec-content-1 {
    padding-top: 100px;
    padding-bottom: 0;
}

#section-two-about .sec-two-about-content.sec-content-2 {
    padding-bottom: 100px;
    padding-top: 0;
}

#section-two-about .about-book-sm:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: #1b1b1b;
    z-index: -1;
    transform: translateY(-50%);
}

/** Section 3 **/
#section-three-about {
    width: 100%;
    position: relative;
    overflow: visible;
    padding: 82px 0;
    display: block;
    z-index: 5;
}

#section-three-about .about-wrapper {
    max-width: 965px;
    margin: 0 auto;
	display: block;
	font-size: 0;
}

	#section-three-about .about-section-img {
		vertical-align: middle;
		display: inline-block;
		width: 33%;
		height: 109px;
		/* background: #0f0f0f; */
		position: relative;
		z-index: 1;
		/* margin-bottom: -45px; */
	}

		#section-three-about .about-section-img:before {
			content: "\a1";
			font-family: 'altman-font' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			z-index: 3;
			font-size: 109px;
			color: #fff;
			opacity: 1;
			transition: all .3s linear;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			display: flex;
			display: -webkit-flex;
			align-items: center;
			-webkit-align-items: center;
			justify-content: center;
			-webkit-justify-content: center;
		}

	section#section-three-about .contact-info {
		display: inline-block;
		vertical-align: middle;
		padding-left: 45px;
		font-size: 0;
		width: 67%;
	}

		section#section-three-about .contact-info .cinfo,
		section#section-three-about .contact-info .cmedia {
			display: inline-block;
			vertical-align: middle;
		}

		section#section-three-about .contact-info .cinfo {
			width: 65%;
		}

		section#section-three-about .contact-info .cinfo > div {
			font-family: 'Barlow', sans-serif;
		}

		section#section-three-about .contact-info .cinfo .cname {
			font-size: 20px;
			color: #fff;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: .050em;
			line-height: 1;
		}

		section#section-three-about .contact-info .cinfo > div:not(:last-child) {
			margin-bottom: 12px;
		}

		section#section-three-about .contact-info i[class^="ai-font"] {
			font-size: 18px;
			color: #cbaa45;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			min-width: 20px;
			margin-right: 10px;
		}

		section#section-three-about .contact-info .cinfo em,
		section#section-three-about .contact-info .cinfo a {
			font-size: 18px;
			line-height: 1;
			display: inline-block;
			vertical-align: middle;
			letter-spacing: 0;
			color: #fff;
			text-transform: uppercase;
			transition: 400ms ease;
			-webkit-transition: 400ms ease;
		}

		section#section-three-about .contact-info .cinfo a:hover{
			color: #cbaa45;
		}

		section#section-three-about .contact-info i[class^="ai-font-envelope"] {
			font-size: 14px;
		}

		section#section-three-about .contact-info i[class^="ai-font-dreicon"] {
			height: 20px;
			background-image: url(../../images/aboutus/dre-icon.png);
			background-repeat: no-repeat;
			background-position: center;
		}

		section#section-three-about .contact-info .cinfo p {
			font-size: 18px;
			line-height: 1;
			display: inline-block;
			vertical-align: middle;
			letter-spacing: 0;
			color: #fff;
		}

		section#section-three-about .contact-info .cmedia {
			width: 35%;
			text-align: right;
		}

		section#section-three-about .contact-info .cmedia a {
			font-size: 26px;
			color: #d2b66c;
			margin: 0 18px;
			display: inline-block;
			vertical-align: middle;

			transition: 400ms ease;
			-webkit-transition: 400ms ease;
		}

		section#section-three-about .contact-info .cmedia a:first-child{
			margin-left: 0;
		}

		section#section-three-about .contact-info .cmedia a:last-child{
			margin-right: 0;
		}

		section#section-three-about .contact-info .cmedia a:hover{
			color: #fff;
		}

/** Section 4 **/
#section-four-about {
    width: 100%;
    position: relative;
	overflow: visible;
	z-index: 1;
}

	section#section-four-about .about-four-filler {
		height: 244px;
		width: 100%;
		display: block;
		background: #000;
		position: relative;
		z-index: 1;
	}

	section#section-four-about .about-four-filler:before {
		content: '';
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-image: url(../../images/aboutus/ip-about-filler.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		opacity: .30;
		background-attachment: fixed;
	}

	#section-four-about .about-four-cta-wrap {
		background: #fff;
		padding: 2vw 15px;
	}

	#section-four-about .about-four-cta-wrap .about-four-cta {
		max-width: 950px;
		margin: 0 auto;
		display: block;
		font-size: 0;
	}

	#section-four-about .global-link a:not(:hover) {
		border-color: #000;
		color: #000;
	}

	#section-four-about .global-link a {
		display: inline-block;
		vertical-align: middle;
		width: calc(33.33% - 11px);
		font-size: 15px;
		padding: 20px 0;
	}

	#section-four-about .global-link a:not(:last-child) {
		margin-right: 16px;
	}


/* 	IG Feed */

#section-ig-feed {
    padding-top: 50px;
}

.altman-dreamwall-photo-thumbnails {
        padding: 1.063vw 0;
        margin: 0 -0.563vw;
        font-size: 0;
        background: #fff;
    }
        .altman-dreamwall-photo-thumbnail-item {
            display: inline-block;
            vertical-align: top;
            width: 12.5%;
            padding: 0 0.563vw;
        }
            .altman-dreamwall-photo-thumbnail-item a {
                position: relative;
                display: block;
            }
            .altman-dreamwall-photo-thumbnail-item a::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                pointer-events: none;
                opacity: .2;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
            .altman-dreamwall-photo-thumbnail-item a:hover:before {
                opacity: 0;
            }
                .altman-dreamwall-photo-thumbnail-item a canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                .altman-dreamwall-photo-thumbnail-item a span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: 1.188vw;
                    color: #fff;
                    z-index: 1;
                }



#section-three-about:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    background: #cbaa45;
	height: 5px;
	display: none;
}

.custom-agents-listings {
    position: relative;
    font-size: 0;
    line-height: 1;
    max-width: 85vw;
    margin: 0 auto 50px;
}
.custom-agents-listings .altman-section-heading-text {
    margin-bottom: 35px;
}
.custom-agents-listings-slide-wrap {
    position: relative;
}
.altman-properties-item {
    padding: 0 3px;
}
.altman-properties-item-content ul {
    margin: 0 !important;
}
    .altman-properties-item a {
        position: relative;
        display: block;
        transform: translateZ(0);
    }
    .altman-properties-item a::before,
    .altman-properties-item a::after {
        content: "";
        position: absolute;
        left: 0;
        pointer-events: none;
        z-index: 2;
    }
    .altman-properties-item a::before {
        bottom: 1.938vw;
        width: 0.313vw;
        height: 6.438vw;
        background-color: #cbaa45;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .altman-properties-item a:hover:before {
        bottom: 0;
        height: 100%;
    }
    .altman-properties-item a::after {
        top: 0;
        width: 100%;
        height: 100%;
        border: 0.438vw solid #cbaa45;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    .altman-properties-item a:hover:after {
        opacity: 1;
    }
        .altman-properties-item-inner-wrapper {
            position: relative;
            overflow: hidden;
        }
            .altman-properties-item-photo {
                position: relative;
                z-index: 1;
            }
            .altman-properties-item-photo::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, transparent, transparent, #000);
                opacity: .8;
                pointer-events: none;
            }
                .altman-properties-item-photo canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
            .altman-properties-item-content-status-city {
                position: absolute;
                top: 2.063vw;
                left: 2.375vw;
                z-index: 1;
                opacity: 0;
            }
            .altman-properties-item a:hover .altman-properties-item-content-status-city {
                opacity: 1;
            }
                .altman-properties-item-content-status-city div {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    font-family: 'Barlow Semi Condensed', sans-serif;
                    font-size: 1.563vw;
                    font-weight: 400;
                    color: #fff;
                    text-transform: uppercase;
                    padding: 0 0.75vw;
                    line-height: 1;
                }
                .altman-properties-item-content-status-city div:first-child {
                    padding-left: 0;
                }
                .altman-properties-item-content-status-city div:first-child:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    width: 1px;
                    height: 2.313vw;
                    background-color: #cbaa45;
                    pointer-events: none;
                }
            .altman-properties-item-content {
                position: absolute;
                bottom: -3.688vw;
                left: 0;
                padding: 0 0 2.063vw 2.375vw;
                z-index: 1;
            }
                .altman-properties-item-content-address {
                    font-family: 'Barlow Semi Condensed', sans-serif;
                    font-size: 1.563vw;
                    font-weight: 400;
                    color: #fff;
                    text-transform: uppercase;
                }
                    .altman-properties-item-content-address div {
                        font-size: 1.125vw;
                        line-height: 1.8;
                        margin-top: 0.313vw;
                    }
                .altman-properties-item-content-features {
                    margin-bottom: 0.125vw;
                    opacity: 0;
                }
                    .altman-properties-item-content-features li {
                        position: relative;
                        display: inline-block;
                        vertical-align: top;
                        font-family: 'Barlow Semi Condensed', sans-serif;
                        font-size: 1.125vw;
                        font-weight: 400;
                        color: #fff;
                        line-height: 1.8;
                        text-transform: uppercase;
                        padding: 0 0.563vw;
                    }
                    .altman-properties-item-content-features li:first-child {
                        padding-left: 0;
                    }
                    .altman-properties-item-content-features li::after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        width: 1px;
                        height: 1vw;
                        background-color: #fff;
                        pointer-events: none;
                    }
                    .altman-properties-item-content-features li:last-child:after {
                        opacity: 0;
                    }

                .altman-properties-item-content-price {
                    font-family: 'Barlow Semi Condensed', sans-serif;
                    font-size: 2.438vw;
                    font-weight: 400;
                    color: #cbaa45;
                    opacity: 0;
                }
            .altman-properties-item-link-label {
                position: absolute;
                bottom: 2.375vw;
                right: 1.938vw;
                font-family: 'Barlow Semi Condensed', sans-serif;
                font-size: 0.938vw;
                font-weight: 500;
                color: #ffffff;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                text-align: center;
                width: 9vw;
                padding: 0.875vw 0;
                background-color: #cbaa45;
                z-index: 1;
                opacity: 0;
            }
            .altman-properties-item a:hover .altman-properties-item-content-features,
            .altman-properties-item a:hover .altman-properties-item-link-label,
            .altman-properties-item a:hover .altman-properties-item-content-price {
                opacity: 1;
            }
            .altman-properties-item a:hover .altman-properties-item-content {
                bottom: 0;
            }
            .altman-properties-list-slide-arrows {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 100%;
                pointer-events: none;
                opacity: 0;
                z-index: 3;
            }
            .custom-agents-listings-slide-wrap:hover .altman-properties-list-slide-arrows {
                opacity: 1;
            }
                .altman-properties-list-slide-arrows span {
                    display: inline-block;
                    vertical-align: top;
                    width: 3.75vw;
                    height: 8.563vw;
                    padding: 3vw 0;
                    font-size: 2.5vw;
                    color: #fff;
                    text-align: center;
                    background-color: rgba(0, 0, 0,.6);
                    pointer-events: auto;
                    cursor: pointer;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }
                .altman-properties-list-slide-arrows span:hover {
                    background-color: rgba(0, 0, 0, .8);
                }
                .altman-properties-list-slide-arrows .next {
                    float: right;
                }


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1366px) {

	#section-one-about .sec-one-about-content {
	    padding: 50px 5% 0;
	}

	#section-one-about .sec-one-about-content p:not(:last-child) {
		margin-bottom: 20px;
	}

	#section-two-about .sec-two-about-content,
	#section-two-about .sec-two-about-logo,
	#section-one-about .sec-one-about-content {
		padding-left: 5%;
		padding-right: 5%;
	}

	#section-one-about .about-wrapper:before {
		bottom: 20px;
	}

	#section-one-about .sec-one-about-content p {
		font-size: 16px;
		line-height: 24px;
	}

    #section-two-about .sec-two-about-content.sec-content-1 h2,
	#section-two-about .sec-two-about-content p {
		font-size: 16px;
		line-height: 24px;
	}

	#section-two-about .about-book-sm img {
		max-width: 418px;
	}
}

@media only screen and (max-width: 1199px) {
	#section-two-about .sec-two-about-content,
	#section-two-about .sec-two-about-logo,
	#section-one-about .sec-one-about-content {
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#section-one-about .sec-one-about-content p {
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}

	#section-two-about .sec-two-about-content h2 {
		font-size: 1.8em;
		margin: 40px 0;
		line-height: 30px;
	}

	.mobile section#section-four-about .about-four-filler:before {
		background-attachment: scroll;
	}

	#section-two-about .sec-two-about-book h2 {
		font-size: 28px;
		line-height: 30px;
	}

	#section-two-about .about-book-lg {
		padding-left: 12%;
	}

	#section-two-about .about-book-sm img {
		max-width: 325px;
	}
}

@media only screen and (max-width: 991px) {
	#section-one-about .about-wrapper {
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		align-items: center;
		-webkit-align-items: center;
		padding: 0 15px 30px;
	}

	#section-one-about .sec-one-about-content {
		padding: 60px 15px 30px;
		width: 100%;
		text-align: center;
	}

	#section-one-about .about-section-img {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 0;
		padding-left: 0;
		padding-bottom: 0;
	}

	#section-one-about .about-wrapper:before {
		left: 0;
		bottom: 0;
		width: 100%;
	}

	#section-two-about .sec-two-about-content.sec-content-1{
		padding-top: 50px;
	}

	#section-two-about .sec-two-about-content.sec-content-2{
		padding-bottom: 50px;
	}

	#section-two-about .sec-two-about-content {
		padding: 50px 15px;
		text-align: center;
	}

	#section-two-about:before {
		width: 100%;
	}

	#section-three-about .about-section-img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 15px;
		display: block;
		height: 175px;
	}

	#section-three-about {
		padding: 50px 15px;
	}

	section#section-three-about .contact-info {
		padding: 0;
		text-align: center;
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		display: block;
	}

	section#section-three-about .contact-info .cinfo {
		margin: 0 auto 20px;
		display: block;
		width: 100%;
	}

	section#section-three-about .contact-info .cmedia {
		width: 100%;
		text-align: center;
	}

	#section-four-about .about-four-cta-wrap .about-four-cta {
		max-width: 420px;
		margin: 0 auto;
	}

	#section-four-about .global-link a {
		width: 100%;
		/* margin-bottom: 10px; */
		margin: 0 auto 10px !important;
	}

	#section-four-about .about-four-cta-wrap {
		padding: 40px 15px;
	}

	section#section-four-about .about-four-filler {
		height: 200px;
	}

	#section-two-about .sec-two-about-book {
		display: block;
		text-align: center;
		padding: 30px 15px;
	}

	#section-two-about .about-book-sm {
		width: 100%;
		max-width: 320px;
		margin-bottom: 30px;
		margin: 0 auto 30px;
	}

	#section-two-about .about-book-lg {
		width: 100%;
		padding-left: 0;
	}

	.about-logo-list .about-logo-col {
		max-width: 33.33%;
	}

	#section-two-about .sec-two-about-logo .about-logo-list{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;

		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.about-logo-list .about-logo-col {
		padding: 0 10px;
		margin-bottom: 15px;
	}

	#section-two-about .about-book-sm img {
		max-width: 100%;
	}

	#section-two-about .about-book-sm:before {
		display: none;
	}

	.altman-dreamwall-photo-thumbnail-item a span {
	    font-size: 17px;
	}

	.altman-dreamwall-photo-thumbnail-item {
	    padding: 0 4px;
	}

	.altman-dreamwall-photo-thumbnails {
		margin-bottom: 50px;
	}

	#section-ig-feed {
	    padding-top: 0;
	}

	#section-one-about,
	#section-two-about {
		width: 100%;
	}

	.altman-properties-item a::before {
        bottom: 18px;
        width: 4px;
        height: 61px;
    }
    .altman-properties-item a::after {
        border: 4px solid #cbaa45;
    }
    .altman-properties-item-content-address {
        font-size: 25px;
    }
    .altman-properties-item-content-address div {
        font-size: 18px;
        margin-top: 0;
    }
    .altman-properties-item-content-features {
        margin-bottom: 5px;
    }
    .altman-properties-item-content-features li {
        font-size: 14px;
        padding: 0 9px;
    }
    .altman-properties-item-content-features li::after {
        height: 14px;
    }
    .altman-properties-item-content-price {
        font-size: 22px;
    }
    .altman-properties-item-link-label {
        bottom: 18px;
        right: 18px;
        font-size: 15px;
        width: 120px;
        padding: 10px 0;
    }
    .altman-properties-list-slide-arrows span {
        width: 33px;
        height: 66px;
        padding: 23px 0;
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
	#section-two-about .sec-two-about-content h2 {
		padding: 0;
		font-size: 1.4em;
		line-height: 1.2;
	}

	section#section-three-about .contact-info .cinfo em,
	section#section-three-about .contact-info .cinfo a,
	section#section-three-about .contact-info .cinfo p {
		font-size: 15px;
	}

	section#section-four-about .about-four-filler {
		height: 150px;
	}

	#section-two-about .sec-two-about-book h2 {
		font-size: 22px;
		line-height: 1.3;
	}

	#section-two-about .sec-two-about-content.sec-content-1 {
		padding-top: 30px;
	}

	#section-two-about .sec-two-about-content {
		padding: 30px 15px;
	}

	#section-two-about .sec-two-about-content.sec-content-2{
		padding-bottom: 30px;
	}

	#section-three-about .about-section-img:before {
		font-size: 100px;
	}


	.altman-dreamwall-photo-thumbnail-item {
	    padding: 4px;
	    width: 50%;
	}

	.altman-dreamwall-photo-thumbnails {
		margin-bottom: 30px;
	}

}
