/*.hero-wrapper{
	max-width: 60%;
}
*/
.hero-wrapper{
		max-width: 100%;
}
.content-section .left .tgs-rectangle{
	margin-right: auto;
}
.content-section .right .tgs-rectangle{
	margin-left: auto;
}
.content-section .hero-subtitle {
    padding-top: 20px;
    padding-bottom: 15px;
}
.content-btn-wrap{
	margin-top:20px;
}
.content-section.layout-2 .hero-subtitle a{
	font-size: 18px;
	text-transform: none;
	margin-bottom: 8px !important;
	display: inline-block;
}
.content-btn-wrap a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #333a3d;
	text-transform: uppercase;
}
.content-section.layout-2 .hero-title{
	margin-bottom: 10px;
}
@media(max-width: 1700px){
	.content-wrapper{
		max-width: 80%;
	}
}
@media(max-width: 1070px){
	.content-wrapper{
		max-width: 100%;
	}
}
.content-title {
    line-height: 1.3;
    letter-spacing: 5px;
    text-transform: uppercase;
	margin-bottom: 0;
}
.content-subtitle {
	font-family: 'Fortescue';
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 20px 0px;
    padding-top: 15px;
}
.content-wrapper .description{
	font-family: 'Maison';
	margin: 35px 0px;
	font-size: 18px;
	line-height: 22px;
}

.content-section .hero-description a {
    text-decoration: underline;
}

@media(max-width: 991px){
	.content-col{
		padding-left: 0px;
		padding-right: 0px;
	}
	.content-bg{
		margin-bottom:30px;
	}
	.content-wrapper .buttons{
		display: block;

	}
	.content-wrapper .description{
		font-size: 16px;
		line-height: 22px;
	}
	.content-wrapper{
		max-width: 80%;
		margin: auto;
	}
    .content-content > .container {
        padding-top: 30px;
    }
	.content-section .tgs-rectangle{
		/*
		height: 100%;*/
		min-height: 400px;
		max-height: 0px;
		padding-bottom: 177%;
	}
	.content-section .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.content-btn-wrap{
		text-align: center;
	}
	.order-2 .hero-wrapper{
		margin-top: 60px;
	}
	.hero-wrapper {
		max-width: 85%;
		margin: auto;
	}
}
@media(max-width: 500px){
	.content-section .tgs-rectangle{
		min-height: 250px;
		height: 100%;
	}

	.order-2 .hero-wrapper {
        /*margin-top: 35px;
		margin-left: 20px;
		margin-right: 20px;*/
	}
	.content-section .container{
		padding: 0;
	}
}

.map-container, .map-container iframe{
	height: 100%;
}
.map-container iframe{
	width: 100%;
}
.resdiary-widget{
	z-index: 1000;
    overflow: visible;
}

@media(max-width:991px){
	.contact-content-col, .resdiary-widget{
		margin-top: 60px;
	}
	.resdiary-widget{
		padding-bottom: 220%;
		top: -90px;
	}
	.social-icons {
		margin: auto;
	}
}

.content-section .tgs-rectangle{
	display: flex;
}
.content-section video {
    /*position: static;*/
	position: absolute;
    /*width: 100% !important;
    height: auto !important;*/
	height: 100 !important;
	top: 0px;
	left: 0px;
}

.social-icons .footer__content--social a:last-child{
	margin-right: 0px !important;
}