/*IMPORTANT CLASS START*/
.wprez{
    /*RATIO SETUP*/
    width:100%;
    padding-bottom: 34.3%;
    height: 0;
    position: relative;
}

.wprez-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
}

.wprez-cont
{
    top:0;/*REQUIRED*/
    left: 0;/*REQUIRED*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.wprez-cont-prez{
	height: 100%;/*REQUIRED*/
	width: 100%;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
	display: flex;
}

.wprez-cont-prez[onclick]
{
	cursor: pointer;
}
/*IMPORTANT CLASS END*/

.wprez-cont-prez.wprez-text-cont-left
{
	text-align: left;
}

.wprez-cont-prez.wprez-text-cont-center
{
	text-align: center;
}

.wprez-cont-prez.wprez-text-cont-right
{
	text-align: right;
}

.wprez-text-cont{
	display: inline-block;
	width: 31.5%;
	vertical-align: middle;
	max-height: 80%;
	margin: auto 15%;
}

.wprez-text-cont h2{
	font-weight: bold;
	font-size: 50px;
	color: #494847;
}

.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-text-cont span.subname{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #494847;
	font-weight: 400;
	margin-bottom: 35px;
	display: inline-block;
}

.wprez-prev
{
	position: absolute;
	font-size: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 1%;
	height: 75px;
	color: #ffffff;
}

.wprez-next
{
	position: absolute;
	font-size: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1%;
	height: 75px;
	color: #ffffff;
}

.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;
	box-sizing: border-box;
	-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: 1600px){
	.wprez-text-cont {
		margin: auto 10%;
	}
}

@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
	{
		padding-bottom: 41%;
	}
	
	.wprez-text-cont h2
	{
		font-size: 38px;
	}
}

@media all and (max-width: 1024px){
	.wprez
	{
		padding-bottom: 40%;
	}
	
	.wprez-text-cont h2
	{
		font-size: 26px;
	}
	
	.wprez-text-cont span.subname
	{
		margin-bottom: 25px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 18px;
	}
	
	.wprez-text-cont a.read-more
	{
		padding: 12px 18px;
		font-size: 16px;
	}
	
	.wprez-prev, .wprez-next
	{
		bottom: 0;
		height: 60px;
		font-size: 45px;
		top: auto;
	}
}

@media all and (max-width: 767px)
{
	.wprez-text-cont a.read-more
	{
		display: none;
	}
	
	.wprez-text-cont
	{
		padding: 20px 20px 50px;
		box-sizing: border-box;
		vertical-align: middle;
		width: 40%;
		margin: auto 5%;
	}
	
	.wprez-text-cont h2
	{
		font-size: 22px;
	}
	
	.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
	{
		padding-bottom: 50%;
	}
	.wprez-text-cont h2
	{
		font-size: 17px;
		margin-bottom: 0px;
	}
	
	.wprez-navi a {
		width: 12px;
		height: 12px;
	}
}

@media all and (max-width: 420px)
{
	.wprez
	{
		padding-bottom: 60%;
	}
	.wprez-text-cont {
		padding: 20px;
		width: 50%;
	}
	.wprez-text-cont h2
	{
		font-size: 14px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 12px;
	}
	
	.wprez-navi 
	{
		bottom: 5px;
	}
	
	.wprez-text-cont
	{
		vertical-align: top;
	}
}