/* Layout sections and everything that does not fit anywhere else */
.main { 
	position: relative; 
	z-index: 5; 
	min-height: 500px; 
}
.page-layout-base__no-header .main {
	margin-top: 130px;
}
/*.section-bg {
	margin-bottom: 60px;
}
.section-bg-lightgray {
	background-color: rgb(228, 228, 228);
	border: 1px solid rgb(228, 228, 228);
}
.section-bg-lightgray > :first-child {
	margin-top: 60px;
}*/

.main .row .col-md-12 {
	display: flex;
	flex-direction: column;
}
/*
.main .row .col-md-12 > * {
	flex: 1;
}
*/

.lift {
	position: fixed;
	z-index: 99;
	left: 50%;
	bottom: 20px;
	display: inline-block;
	padding: 10px;
	margin-left: 620px;
	border-radius: 50%;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
	transition: background-color 0.18s ease, opacity 0.18s ease;
	opacity: 0;
	pointer-events: none;
}
.lift.lift--visible { opacity: 1; pointer-events: auto; }
.lift:hover,
.lift:focus {
	background-color: rgba(0, 0, 0, 0.3);
}

/* IR IFrame */
#ir-embed iframe {
	width: 100%;
	height: 530px;
}
.mfp-iframe-scaler iframe { background-color: #fff; }
.mfp-iframe-holder { padding-left: 60px; padding-right: 60px; }
.mfp-iframe-holder .mfp-close { font-size: 50px; right: -50px; top: -50px; }

@media only screen and (max-width: 1360px) {
	.lift { 
		margin-left: 0; 
		right: 40px; left: auto; 
	}
}

@media only screen and (max-width: 1370px) {
	.container { width: 96%; }
}
