
@media (max-width: 1023px) {
	.propar_wrap {
		position: relative;
		background-color: #F0F0F0;
	/*	border-bottom: 1px solid #999999; */
		overflow: hidden;
	}
	.propar_slider {
		display: flex;
		position: relative;
		max-width: 1180px;
		margin: 0px auto;
		white-space: nowrap;
		overflow: hidden;
	}
	.propar_slide {
		flex-shrink: 0;
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.propar_fixed {
		position: relative;
		top   : 0%;
		left  : 25%;
		width : 75%;
		height: 50vh;
		background-size: auto 40vh;
		background-position: center center;
		background-repeat: no-repeat;
		pointer-events: none;
		z-index: 2;
	}
	.propar_center {
		position: relative;
		margin : 0px auto;
		z-index: 1;
	}
	.propar_left {
		display: none !important;
	}
	.propar_right {
		position: relative;
		margin: 20px 30px;
		color : #CCCCCC;
		font-size  : 64px;
		text-align : center;
	}
	.propar_wrap .propar_left,
	.propar_wrap .propar_right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.propar_text {
		color : #FFFFFF;
		text-align : left;
	}
	.propar_wrap .propar_text h3 {
		margin : 0px 0px 20px 0px;
		font-size  : 35px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_text p {
		margin : 0px 0px 20px 0px;
		padding: 0px;
		font-size  : 20px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_text a {
		display: inline-block;
		padding: 20px 40px;
		color : #FFFFFF;
		font-size  : 18px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		background: red;
	}

	.propar_over {
		 position: absolute;
		 top   : 0%;
		 left  : 0%;
		 width : 50%;
		 height: 50vh;
	}
	.propar_over h2 {
		position: absolute;
		top   : 50%;
		left  : 25%;
		width : 25%;
		margin-top: -20px;
		font-size  : 32px;
		line-height: 40px;
		z-index: 1;
	}
	.propar_fx {
		position: absolute;
		top   : 0px;
		left  : 0px;
		width : 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	.propar_l,
	.propar_r {
		position: absolute;
		top   : 50%;
		width : 32px;
		height: 32px;
		margin-top: -16px;
		background: #000000;
		z-index: 3;
	}
	.propar_l {
		left  : 0px;
		border-radius: 0px 32px 32px 0px;
	}
	.propar_r {
		right : 0px;
		border-radius: 32px 0px 0px 32px;
	}
	.propar_lb,
	.propar_la {
		position: absolute;
		top   : 13px;
		left  : 13px;
		width : 22px;
		height: 22px;
		overflow: hidden;
		transition: all 250ms linear;
	}
	.propar_la {
		width : 0px;
		opacity: 0;
	}
	/*
	.propar_l:hover .propar_lb {
		left  : 7px;
	}
	.propar_l:hover .propar_la {
		left  : 7px;
		width : 22px;
		opacity: 1;
	}
	*/
	.propar_rb,
	.propar_ra {
		position: absolute;
		top   : 13px;
		right : 13px;
		width : 22px;
		height: 22px;
		overflow: hidden;
		transition: all 1250ms linear;
	}
	.propar_ra {
		width : 0px;
		opacity: 0;
	}
	/*
	.propar_r:hover .propar_rb {
		right : 7px;
	}
	.propar_r:hover .propar_ra {
		right : 7px;
		width : 22px;
		opacity: 1;
	}
	*/
	.propar_n {
		position: absolute;
		bottom: 0px;
		left  : 50%;
		width : 64px;
		height: 32px;
		margin-left: -32px;
		background: #000000;
		border-radius: 32px 32px 0px 0px;
		z-index: 1;
	}
	.propar_n svg {
		position: absolute;
		top   : 16px;
		left  : 50%;
		margin-left: -8px;
	}

	.propar_popup {
		position: absolute;
		top   : 50%;
		left  : 50%;
		width : calc(100vw - 40px);
		max-width: 1280px;
		max-height: 480px;
		background: white;
		overflow-y: scroll;
		opacity: 0;
		transform : translate(-50%, -50%);
		transition: opacity 250ms linear;
		z-index: 1005;
		pointer-events: none;
	}
	.propar_popup.shown {
		pointer-events: all;
		opacity: 1;
	}
	.propar_popup_image {
		display: none;
		padding-bottom: 35%;
		background-size: cover;
	}
	.propar_popup_text {
		padding: 10%;
		white-space: normal;
	}
	.propar_popup_text p:first-child {
		color: #E11017;
		font-size  : 22px!important;
		font-weight: 600;
		line-height: 24px!important;
	}
	.propar_wrap .propar_popup_text h4 {
		margin : 0px 0px 15px 0px;
		font-size  : 25px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_popup_text p {
		margin : 0px 0px 15px 0px;
		padding: 0px;
		font-size  : 16px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_popup_text a {
		display: inline-block;
		padding: 15px 25px;
		color : #FFFFFF;
		font-size  : 16px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		background: #000000;
	}
	.propar_popup_bg {
		position: fixed;
		top   : 0%;
		left  : 0%;
		right : 0%;
		bottom: 0%;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		transition: opacity 250ms linear;
		z-index: 1000;
		pointer-events: none;
	}
	.propar_popup_bg.shown {
		pointer-events: all;
		opacity: 1;
	}
}

@media (min-width: 1024px) {
	.propar_wrap {
		position: relative;
		height: 100vh;
		background-color: #F0F0F0;
	/*	border-bottom: 1px solid #999999; */
		overflow: hidden;
	}
	.propar_slider {
		position: relative;
		max-width: 1180px;
		height: 100%;
		margin: 0px auto;
		white-space: nowrap;
		overflow: hidden;
	}
	.propar_slide {
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.propar_fixed {
		position: absolute;
		top   : 0%;
		left  : 0%;
		width : 100%;
		height: 100%;
	/*	background-size: 400px;
		background-size: contain; */
		background-size: auto 65vh;
		background-position: center center;
		background-repeat: no-repeat;
		pointer-events: none;
		z-index: 2;
	}
	/*
	.propar_wrap:nth-child(odd) .propar_fixed {
		border-left: 3px solid red;
	}
	.propar_wrap:nth-child(even) .propar_fixed {
		border-right: 3px solid red;
	}
	*/
	.propar_center {
	/*	display: flex; */
		position: relative;
		max-width: 1180px;
		height: 100%;
		margin : 0px auto;
		z-index: 1;
	}
	.propar_left,
	.propar_right {
		position: relative;
		width : 50%;
		height: 100vh;
		color : #CCCCCC;
		font-size  : 64px;
		text-align : center;
	}
	.propar_wrap .propar_left,
	.propar_wrap .propar_right {
	/*	display: flex;
		align-items: center;
		justify-content: center; */
		display: inline-block;
		vertical-align: top;
	}
	.propar_text {
	/*	width : 50%;
		height: 150px;
		color : #FFFFFF;
		text-align : left; */
		position: absolute;
		top   : 50%;
		left  : 15%;
		width : 50%;
		color: #FFFFFF;
		text-align: left;
		transform: translate(0%, -50%);
	}
	.propar_wrap .propar_text h3 {
		margin : 0px 0px 20px 0px;
		font-size  : 35px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_text p {
		margin : 0px 0px 20px 0px;
		padding: 0px;
		font-size  : 20px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_text a {
		display: inline-block;
		padding: 20px 40px;
		color : #FFFFFF;
		font-size  : 18px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		background: red;
	}

	.propar_over {
		 position: absolute;
		 top   : 0%;
		 left  : 0%;
		 width : 50%;
		 height: 100%;
	}
	.propar_over h2 {
		position: absolute;
		top   : 25%;
		left  : 25%;
		width : 25%;
		font-size  : 32px;
		line-height: 40px;
		z-index: 1;
	}
	.propar_fx {
		position: absolute;
		top   : 0px;
		left  : 0px;
		width : 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	.propar_l,
	.propar_r {
		position: absolute;
		top   : 50%;
		width : 48px;
		height: 48px;
		margin-top: -24px;
		z-index: 3;
	}
	.propar_l {
		left  : 0px;
		border-radius: 0px 32px 32px 0px;
	}
	.propar_r {
		right : 0px;
		border-radius: 32px 0px 0px 32px;
	}
	.propar_lb,
	.propar_la {
		position: absolute;
		top   : 13px;
		left  : 13px;
		width : 22px;
		height: 22px;
		overflow: hidden;
		transition: all 250ms linear;
	}
	.propar_la {
		width : 0px;
		opacity: 0;
	}
	.propar_l:hover .propar_lb {
		left  : 7px;
	}
	.propar_l:hover .propar_la {
		left  : 7px;
		width : 22px;
		opacity: 1;
	}
	.propar_l svg {
		position: absolute;
		top   : 0px;
		left  : 0px;
	}
	.propar_rb,
	.propar_ra {
		position: absolute;
		top   : 13px;
		right : 13px;
		width : 22px;
		height: 22px;
		overflow: hidden;
		transition: all 250ms linear;
	}
	.propar_ra {
		width : 0px;
		opacity: 0;
	}
	.propar_r:hover .propar_rb {
		right : 7px;
	}
	.propar_r:hover .propar_ra {
		right : 7px;
		width : 22px;
		opacity: 1;
	}
	.propar_r svg {
		position: absolute;
		top   : 0px;
		right : 0px
	}
	.propar_n {
		position: absolute;
		bottom: 0px;
		left  : 50%;
		width : 64px;
		height: 32px;
		margin-left: -32px;
		background: #000000;
		border-radius: 32px 32px 0px 0px;
		z-index: 1;
	}
	.propar_n svg {
		position: absolute;
		top   : 16px;
		left  : 50%;
		margin-left: -8px;
	}

	.propar_popup {
		display: flex;
		position: absolute;
		top   : 50%;
		left  : 50%;
		width : calc(100vw - 40px);
		max-width: 1280px;
		background: white;
		opacity: 0;
		transform : translate(-50%, -50%);
		transition: opacity 250ms linear;
		z-index: 1005;
		pointer-events: none;
	}
	.propar_popup.shown {
		pointer-events: all;
		opacity: 1;
	}
	.propar_popup_image {
		width : 35%;
		background-size: cover;
	}
	.propar_popup_text {
		width : 50%;
		padding: 10%;
	}
	.propar_popup_text p:first-child {
		color: #E11017;
		font-size  : 22px!important;
		font-weight: 600;
		line-height: 24px!important;
	}
	.propar_wrap .propar_popup_text h4 {
		margin : 0px 0px 20px 0px;
		font-size  : 35px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_popup_text p {
		margin : 0px 0px 20px 0px;
		padding: 0px;
		font-size  : 18px;
		font-weight: 600;
		line-height: 120%;
		white-space: normal;
	}
	.propar_popup_text a {
		display: inline-block;
		padding: 20px 40px;
		color : #FFFFFF;
		font-size  : 18px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		background: #000000;
	}
	.propar_popup_bg {
		position: fixed;
		top   : 0%;
		left  : 0%;
		right : 0%;
		bottom: 0%;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		transition: opacity 250ms linear;
		z-index: 1000;
		pointer-events: none;
	}
	.propar_popup_bg.shown {
		pointer-events: all;
		opacity: 1;
	}
}

#header-outer header#top nav > ul > li#menu-item-383 ul.sub-menu li > a,
#header-outer header#top nav > ul > li#menu-item-5109 ul.sub-menu li > a,
#header-outer header#top nav > ul > li#menu-item-5118 ul.sub-menu li > a,
#header-outer header#top nav > ul > li#menu-item-38657 ul.sub-menu li > a {
	color : #999999 !important;
	background: #FFFFFF !important;
}

#header-outer header#top nav > ul > li#menu-item-383 ul.sub-menu li > a:hover,
#header-outer header#top nav > ul > li#menu-item-5109 ul.sub-menu li > a:hover,
#header-outer header#top nav > ul > li#menu-item-5118 ul.sub-menu li > a:hover,
#header-outer header#top nav > ul > li#menu-item-38657 ul.sub-menu li > a:hover {
	color : #FFFFFF !important;
	background: #E11017 !important;
}

#slide-out-widget-area ul.menu > li.menu-item-383 > ul.sub-menu > li.current-menu-item > a:after {
	transform: scaleX(0);
}
#slide-out-widget-area ul.menu > li.menu-item-383 > ul.sub-menu > li.current-menu-item > a:hover:after {
	transform: scaleX(1);
}