﻿/*
 * 4.16 TENANTS
 * ============================================================================
 */

.section-tenants{
	
}
.section-tenants .inner{
	padding-top: 50px;
	padding-bottom: 20px;
}
.section-tenants .wrap{
	padding-top: 20px;
}

/* Text */

.tenants-text{
	width: 50%;
	float: left;
	padding-right: 70px;
}


/* Gallery */

.tenants-gallery{
	width: 50%;
	overflow: hidden;
	float: right;
	margin-bottom: 30px;
}
.tenants-gallery .gallery{
	margin: 0 -10px 0 0;
}
.tenants-gallery .gal-item{
	width: 50%;
	float: left;
	padding: 0 10px 20px 10px;
}
.tenants-gallery .gal-item:nth-of-type(2n+1){
	clear: left;
}
.tenants-gallery .gal-item a{
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.tenants-gallery .gal-item a:before{
	content: '';
	width: 0;
	display: block;
	padding-top: 105.8823529%;
}


/* Button area*/

.section-tenants .button-area{
	width: 50%;
	float: left;
	margin-bottom: 30px;
	padding-right: 70px;
}
.section-tenants .button-area a{
	width: 100%;
	margin-top: 32px;
}
.button-area.new-option a {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F7F7F9;
	border-radius: 13.3333px;
	transition: background-color 0.2s;
 }
.button-area.new-option a:hover {
	background-color: #09090B;
}
.button-area.new-option a span {
	color: #09090B;
	font-weight: 500;
	/*text-transform: uppercase;*/
	transition: color 0.2s;
}
.button-area.new-option a:hover span {
	color: #FFFFFF;
}
.new-option .s-btn-icon {
	display: block;
	margin-left: 5px;
	width: 20px;
	height: 16px;
	mask: url("../../svg/arrowRight.svg") center/ contain no-repeat;
	-webkit-mask: url("../../svg/arrowRight.svg") center/ contain no-repeat;
	background-color: #09090B;
	transition: all 0.2s;
}
.button-area.new-option a:hover .s-btn-icon {
	transform: rotate(-45deg);
	background-color: #FFFFFF;
}

/*.section-tenants .button-area a:hover*/
/*{*/
/*	background-color: rgba(99, 49, 251, 0.7);*/
/*}*/


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1260px){
	.tenants-text, .section-tenants .button-area{
		padding-right: 20px;
	}
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	.tenants-text, .tenants-gallery, .section-tenants .button-area{
		width: auto;
		float: none;
		padding-right: 0;
	}
	.tenants-text{
		margin-bottom: 30px;
	}
	.tenants-gallery{
		margin-bottom: 0;
	}
	.tenants-gallery .gallery{
		margin: 0 -10px;
	}
	.section-tenants .button-area{
		margin-bottom: 0;
	}
	.section-tenants .button-area .button:first-of-type{
		margin-top: 10px;
	}
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}