@media (min-width: 640px){}
@media (min-width: 768px){}
@media (min-width: 834px){}
@media (min-width: 900px){}
@media (min-width: 1080px){}
@media (min-width: 1152px){}
@media (min-width: 1280px){}
@media (min-width: 1366px){}
@media (min-width: 1440px){}
@media (min-width: 1600px){}
@media (min-width: 1920px){}
@media (min-width: 2280px){}
/* --------------------- */
@media (max-width: 2280px){}
@media (max-width: 1920px){}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1280px){}
@media (max-width: 1152px){}
@media (max-width: 1080px){
	section.article.floor-plan .tenant-current .logo{
		margin: 10px;
		width: 25%;
	}
		section.article.floor-plan .tenant-current .logo img{
			width: 100%;
		}
}
@media (max-width: 900px){
	.main-content .container{
		max-width: 95%;
	}
}
@media (max-width: 834px){
	.banner-slide.banner-desktop{
		display: none;
	}
	.banner-slide.banner-mobile{
		display: block;
	}
	.banner-slide .image-desktop{
		display: none;
	}
	.banner-slide .image-mobile{
		display: block;
	}
	section.article{
		padding: 60px 0 30px;
	}
	section.article.facilities{
		padding: 0 0 30px;
	}
	.banner-slide .header h1{
		font-size: 1.8rem;
	}
}
@media (max-width: 768px){
	section.article .icon-text-wrapper .icon-text{
		padding: 30px 10px;
		width: 100%;
	}
}
@media (max-width: 640px){
	section.article.facilities p{
		width: 100%;
	}
	section.article .icon-text-wrapper .icon-text{
		margin-bottom: 30px;
	}
	section.article.floor-plan .floor-plan-image{
		width: 100%;
	}
	section.article.location .divider{
		padding-top: 30px;
	}
}
@media (max-width: 414px){
	.banner-slide .header h1{
		font-size: 1.6rem;
	}
	.banner-slide .bx-wrapper .bx-pager{
		bottom: 15px;
	}
	section.article.facilities{
		padding-top: 0;
	}
	section.article .article-description{
		padding-top: 20px;
	}
	section.article.floor-plan .divider{
		padding-bottom: 30px;
		border-right: none;
	}
}
@media (max-width: 375px){}
@media (max-width: 320px){}
/* --------------------- */
@media (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: portrait){}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}
/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2){}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){}
