/** global **/

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: 'About Us';
}

/** global **/


.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;
	}

	.page-banner:after {
		/*opacity: .7;*/
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
	}

/** 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;
	}
	

#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: 24px;
		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:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 53%;
		background: #cbaa45;
		height: 5px;
		display: none;
	}

#section-two-about .sec-two-about-content {
    width: 100%;
    background: transparent;
    padding: 40px 0;
    margin-top: 0;
    z-index: 5;
    margin-left: 0;
    position: relative;
}
		
	#section-two-about .sec-two-about-content p{
		color: #fff;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0;
		font-family: 'Barlow', sans-serif;
		margin: 15px 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;
	}


	.sec-about-img canvas {
		display: block;
		width: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.sec-about-list {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: calc(100% / 3);
		padding: 0 9px;
		margin-bottom: 18px;
	}

	.sec-about-gallery {
		font-size: 0;
		margin: 0 -8px;
	}

	.sec-about-extend-gallery {
		display: block;
		position: relative;
		padding: 30px 0 20px;
		margin: 0 -21%;
	}

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

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

	#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 */

.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;
}
			
.sec-one-about-content h1{
	font-size: 50px;
}	
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {
	.page-title h1, .sec-one-about-content h1 {
	    font-size: 40px;
	}
} 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1366px) {
	.page-title h1, .sec-one-about-content h1 {
	    font-size: 35px;
	}
	#section-one-about .sec-one-about-content p:not(:last-child) {
		margin-bottom: 20px;
	}

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

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

	.sec-about-extend-gallery{
		margin: 0 -5%;
	}

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

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

	#section-two-about .sec-two-about-content p {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
} 

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

	.sec-about-extend-gallery{
		margin: 0 -3%;
	}

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

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

	#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;
	}
}

@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 0 30px;
		width: 100%;
		text-align: center;
	}

	#section-one-about .about-section-img {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		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 {
		padding: 0 15px;
		text-align: center;
	}

	.sec-about-extend-gallery{
		margin: 0 -16px;
	}

	#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;
	}

	.sec-about-list {
		width: calc(100% / 2);
	}

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

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

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

}


@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: 13px;
	}

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

	.sec-about-list {
		width: 100%;
		display: block;
	}

	.sec-about-gallery {
		margin: 0;
	}

	.sec-about-extend-gallery {
		margin: 0 -30px;
	}

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