@media (min-width: 1025px) {
	body.page-template-page-curtain #content.curtains>.vc_row,
	body.page-template-page-curtain #content.curtains>.wpb-content-wrapper>.vc_row {
		background-position-y:0 !important;
	}
	body.page-template-page-curtain:not(.single) #content.no-sidebar,
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.wpb-content-wrapper {
		width: 100%;
		max-width: 100%;
	}
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.vc_row,
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.wpb-content-wrapper>.vc_row {
		min-height: 100vh;
	}
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.vc_row>.container,
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.wpb-content-wrapper>.vc_row>.container {
		margin: 0 auto;
	}
	body:not(.full-page-template):not(.single) #main {
		padding-top: 0 !important;
	}
	#content>.vc_row,
	#content>.wpb-content-wrapper>.vc_row {
		width: 100%;
		position: relative;
		margin-left: 0;
		margin-right: 0;
		
		box-shadow: 0 15px 25px rgba(0,0,0,.3);
		transition: box-shadow .3s ease;
	}
	#content>.vc_row.no-shadow,
	#content>.vc_row.sp-fixed,
	#content>.wpb-content-wrapper>.vc_row.no-shadow,
	#content>.wpb-content-wrapper>.vc_row.sp-fixed {
		box-shadow: none;
	}
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.vc_row:not(.first-row),
	body.page-template-page-curtain:not(.single) #content.no-sidebar>.wpb-content-wrapper>.vc_row:not(.first-row) {
		top: var(--menu-height) !important;
	}
	#footer-wrapper {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.sp-fixed {
		position: fixed !important;
		top: 0;
		left: 0;
	}
	#content.curtains,
	body.page-template-page-curtain	.wpb-content-wrapper {
		z-index: 1;
		position: relative;
		top: 0;
	}
}