/*IMPORTANT CLASS START*/
.wprez{
    display: block;
    position: relative;
	margin-bottom: -12px;
}

.wprez-main{
    display: block;
	height: 820px;
}
.wprez-cont{
	position:relative;
}
.read-more-absolute{
	position:absolute;
	width: 100%;
	height: 100%;
}
.wprez-cont-prez{
    height: 100%;/*REQUIRED*/
    width: 100%;/*REQUIRED*/
    position: relative;/*REQUIRED*/
    float: left;/*REQUIRED*/
    background-repeat: no-repeat;
    background-position: top center;
  
    display: flex;
}
.default-container .wprez-text-cont span{
	font-size: 40px;
	font-weight: 500;
} 
.wprez-cont-prez video {
	width: 100%;
	height: auto !important;
	object-fit: cover;
}

.wprez-cont-prez.wprez-text-cont-left
{
	text-align: left;
        justify-content: flex-start;
        align-items: center
}

.wprez-cont-prez.wprez-text-cont-center
{
	text-align: center;
	justify-content: center;
	align-items: center;

}

.wprez-cont-prez.wprez-text-cont-right
{
	text-align: right;
        justify-content: flex-end;
        align-items: center;
}
.wprez_h1{
	height:0;
	visibility: hidden !important;
}
.wprez-text-cont{
    display: inline-block;
    width: 38.33%;
    vertical-align: middle;
    margin: 35px 8% 0;
}

.wprez-text-cont span, .wprez-text-cont h1{
	font-weight: 600;
	font-size: 72px;
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: 2px 2px 10px #000;
}


.wprez-text-cont span.subname{
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 57px;
	display: inline-block;
	text-shadow: 2px 2px 10px #000;
}

.wprez-text-cont-dark .wprez-text-cont h2,
.wprez-text-cont-dark .wprez-text-cont span.subname
{
	color: #48556e;
	text-shadow: 1px 1px #ffffff;
}

.wprez-pagination {
    left:50%; 
    bottom: 5%;
    transform: translate(-50%, -50%)
}

.wprez-pagination .swiper-pagination-bullet{
    background: #ffffff;
    width: 22px;
    height: 22px;
    border: 1px solid #aaaaaa;
    border-radius: 0%;
    margin: 0 8px;
    opacity: 0.9;
    transition: all .2s ease-in-out;
}

.wprez-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #48556e;
    opacity: 1;
}
.wprez-pagination .swiper-pagination-bullet-active {
    border: 1px solid #ffffff;
    background: #48556e;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); 
    opacity: 1;
}

.wprez-prev
{
    left: 2%;
    color: #ffffff;
}

.wprez-next
{
    right: 2%;
    color: #ffffff;
}
.wprez-prev.swiper-button-prev,
.wprez-next.swiper-button-next {
    z-index: 1;
	text-shadow: 4px 4px 8px #000;
}

.wprez-pagination.swiper-pagination {
    z-index: 1;
}
.wprez-prev.swiper-button-prev:after,
.wprez-next.swiper-button-next:after {
  font-size: 75px;
}

.wprez-prev:hover, .wprez-next:hover
{
	color: #494949;
}

.wprez-navi{
	position: absolute;
	left: 0;
    right: 0;
    bottom: 20px;
	margin: auto;
	text-align: center;
	
}

.wprez-navi a{
	display: inline-block;
	margin: 0 10px;
	background: #ffffff;
	overflow: hidden;
	text-indent: 9999px;
	width: 22px;
	height: 22px;
	border: 1px solid #aaaaaa;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wprez-navi a:hover,.wprez-navi a.active {
	border: 1px solid #ffffff;
	background: #48556e;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.wp-timeline{
	position: absolute;
	bottom:0;
	width: 100%;
}

.wp-timeline-in{
	height: 2px;
	background: #48556e;
}

@media all and (max-width: 1400px){
	.wprez-text-cont h2{
		font-size: 44px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 20px;
	}
	
	.wprez-text-cont a.read-more
	{
		padding: 21px 42px;
		font-size: 18px;
	}
}

@media all and (max-width: 1200px){	
	.wprez-text-cont h2
	{
		font-size: 38px;
	}
	
	.wprez-text-cont
	{
		width: 50%;
	}

}

@media all and (max-width: 1024px){	
	.wprez-main{
		height: 600px;
	}
	.wprez-cont-prez.wprez-text-cont-center{
		height: auto !important;
	}
	.wprez-text-cont {
	  vertical-align: baseline;
	}
	
	.wprez-text-cont h2
	{
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.wprez-text-cont span.subname
	{
		margin-bottom: 25px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 18px;
	}
	
	.wprez-text-cont
	{
		width: 50%;
	}
	
	.wprez-text-cont a.read-more
	{
		padding: 12px 18px;
		font-size: 16px;
	}
    
}
@media all and (max-width: 800px)
{
	.swiper-slide{
		/* min-height: 400px; */
		height: 100% !important;
	}

}
@media all and (max-width: 767px)
{
	.wprez-text-cont
	{
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		vertical-align: middle;
	}
	
	.wprez-text-cont h2
	{
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 15px;
	}
	
	.wprez-prev, 
	.wprez-next
	{
		display: none;
	}
	
	.wprez-navi a {
		width: 16px;
		height: 16px;
	}
}

@media all and (max-width: 560px)
{
	.wprez-text-cont h2
	{
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	.wprez-navi a {
		width: 12px;
		height: 12px;
	}
}

@media all and (max-width: 420px)
{
	.wprez-text-cont h2
	{
		font-size: 21px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 12px;
	}
	
	.wprez-navi 
	{
		bottom: 5px;
	}
	
	.wprez-text-cont
	{
		vertical-align: top;
	}
}

@media all and (max-width: 375px)
{
	.wprez-main {
		height: 400px;
	}
}