.DownArrow:hover{
	padding:38px 0px 20px 0px;
	opacity:1;
	}
.DownArrow.bounce{
	padding:30px 20px 20px 20px;
	}
.DownArrow.off{
	opacity:0;
	}
.map{
	position:relative;
	padding:150px 0px 60px 0px;
	}
.bgt {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	}
.bgt img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	}
.no-webp .landingImg1{
	background-image:url('../../images/landing2small.jpg');
	}
.webp .landingImg1{
	background-image:url('../../images/landing2small.webp');
	}
.no-webp .landingImg2{
	background-image:url('../../images/landing1small.jpg');
	}
.webp .landingImg2{
	background-image:url('../../images/landing1small.webp');
	}
.no-webp .landingImg3{
	background-image:url('../../images/landing7small.jpg');
	}
.webp .landingImg3{
	background-image:url('../../images/landing7small.webp');
	}
.no-webp .landingImg4{
	background-image:url('../../images/landing3small.jpg');
	}
.webp .landingImg4{
	background-image:url('../../images/landing3small.webp');
	}
.slick-dots li button:hover{
	background-color:rgba(255, 255, 255, 0.7);
	}
.teamStatCont{
	position:relative;
	float:left;
	padding:0px 15px 20px 15px;
	}
.teamStat{
	opacity:0;
	transition:all ease-in-out 300ms;
	font-size:60px;
	line-height: 1.1em;
	font-family: "MacklinDisplay-Medium";
	-moz-osx-font-smoothing: auto;
	color:#00a1ea;
	color:#67c1ea;
	color:#777;
	}
.teamStatTxt{
	font-family: "MacklinSans-Medium";
	text-transform:uppercase;
	white-space:nowrap;
	font-size:15px;
	}
.teamStat.on{
	opacity:1;
	}
.teamStatCont.statWidth1{
	width:auto;
	padding-right:30px;
	}
.teamStatCont.statWidth2{
	width:186px;
	}	
.teamStatCont.statWidth3{
	width:180px;
	}	
.teamStatCont.statWidth4{
	width:220px;
	}
.quote {
    position: absolute;
    text-transform: uppercase;
    text-align: right;
    font-size: 19px;
    margin-top: 34px;
    right: 20px;
    font-family: MacklinSans-Light;
    display: inline-block;
	}
.quote .name{
	font-size:12px;
	}
.quote::before {
    display: block;
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #222;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
	}
.statsImgBlock{
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.statsImg{
    position: relative;
    height: auto;
    width: 16.6666%;
    padding: 4px;
    float: left;
    }
.statsImg img{
    background-color: #555;
    }


.eastmall-home-container{
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 20px 20px;
    margin-left: -15px;
    width: 305px;
    }
.eastmall-link-text{
    position: relative;
    display: block;
    width: auto;
    font-family: "MacklinSans-Regular";
    font-size: 18px;
    line-height: 1.12em;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 40px rgba(0, 0, 0, 0.9);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
.eastmall-link-text .line-1{
    font-family: "MacklinSans-Medium";
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin-left: -2px;
    text-transform: uppercase;
    }
.registration-link{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 6px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-top: 16px;
    transition: all ease-in-out 300ms;
    font-family: "MacklinSans-Light";
    }
.eastmall-home-container .project-logo{
    position: relative;
    display: block;
    height: 149px;
    top: 0px;
    margin-top: 14px;
    width: 134.09px;
    left: 0px;
    }
.eastmall-home-container .project-logo img{
    background-color: rgba(255, 255, 255, 1);
    }



@media only screen and (min-device-width:200px) and (orientation:portrait){
.no-webp .landingImg1{
	background-image:url('../../images/landing2smlPrt.jpg');
	}
.webp .landingImg1{
	background-image:url('../../images/landing2smlPrt.webp');
	}
.no-webp .landingImg2{
	background-image:url('../../images/landing1smlPrt.jpg');
	}
.webp .landingImg2{
	background-image:url('../../images/landing1smlPrt.webp');
	}
.no-webp .landingImg3{
	background-image:url('../../images/landing7smlPrt.jpg');
	}
.webp .landingImg3{
	background-image:url('../../images/landing7smlPrt.webp');
	}
.no-webp .landingImg4{
	background-image:url('../../images/landing3smlPrt.jpg');
	}
.webp .landingImg4{
	background-image:url('../../images/landing3smlPrt.webp');
	}
}	

@media only screen and (min-width:576px){
    
.eastmall-home-container{
    width: 452px;
    }
.eastmall-link-text{
    display: inline-block;
    }
.eastmall-home-container .project-logo{
    margin-left: 24px;
    display: block;
    margin: 4px 3px 0px 0px;
    top: 0px;
    float: right;
    right: 0px;
    height: 128px;
    width: 105px;
    }
/*
.eastmall-link-text .project-logo{
    position: absolute;
    top: -5px;
    right: -60%;
    left: auto;
    height: 144px;
    width: auto;
    }
*/
}
@media only screen and (min-width:768px){
    
.eastmall-link-text{
    font-size: 21px;
    }
.eastmall-link-text .line-1{
    font-size: 42px;
    }
.eastmall-home-container{
    width: 522px;
    }
.eastmall-home-container .project-logo{
    margin: 6px 5px 0px 0px;
    width: 122px;
    }    

/*
.eastmall-link-text .project-logo{
    right: -54%;
    height: 157px;
    }
*/
}

@media only screen and (min-width:824px){
.no-webp .landingImg1{
	background-image:url('../../images/landing2med.jpg');
	}
.webp .landingImg1{
	background-image:url('../../images/landing2med.webp');
	}
.no-webp .landingImg2{
	background-image:url('../../images/landing1med.jpg');
	}
.webp .landingImg2{
	background-image:url('../../images/landing1med.webp');
	}
.no-webp .landingImg3{
	background-image:url('../../images/landing7med.jpg');
	}
.webp .landingImg3{
	background-image:url('../../images/landing7med.webp');
	}
.no-webp .landingImg4{
	background-image:url('../../images/landing3med.jpg');
	}
.webp .landingImg4{
	background-image:url('../../images/landing3med.webp');
	}
.quote {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 10px;
    font-size: 24px;
    right: 0px;
	}
.quote .name{
	font-size:16px;
	}
.statsImgBlock{
    width: 784px;
    }
}
@media only screen and (min-width:992px){
.eastmall-link-text{
    font-size: 24px;
    }
.eastmall-home-container{
    width: 562px;
    padding: 15px 15px 20px 20px;
    }
.eastmall-home-container .project-logo{
    width: 126px;
    } 
}
@media only screen and (min-width:1124px){
.teamStat{
	font-size:90px;
	}
.teamStatTxt{
	font-size:16px;
	}
.teamStatCont.statWidth1{
	padding-right:46px;
    padding-left: 14px;
	}
.teamStatCont.statWidth2{
	width:225px;
	}	
.teamStatCont.statWidth3{
	width:245px;
	}
.statsImgBlock{
    width: 1004px;
    }
}
@media only screen and (min-width:1200px){
.no-webp .landingImg1{
	background-image:url('../../images/landing2.jpg');
	}
.webp .landingImg1{
	background-image:url('../../images/landing2.webp');
	}
.no-webp.landingImg2{
	background-image:url('../../images/landing1.jpg');
	}
.webp .landingImg2{
	background-image:url('../../images/landing1.webp');
	}
.no-webp .landingImg3{
	background-image:url('../../images/landing7.jpg');
	}
.webp .landingImg3{
	background-image:url('../../images/landing7.webp');
	}
.no-webp .landingImg4{
	background-image:url('../../images/landing3.jpg');
	}
.webp .landingImg4{
	background-image:url('../../images/landing3.webp');
	}
}
@media only screen and (min-width:1500px){
.teamStat{
	font-size:106px;
	}
.teamStatCont.statWidth2{
	width:268px;
	}	
.teamStatCont.statWidth3{
	width:320px;
	}
.statsImgBlock{
    width: 1171px;
    }
}