/*IMPORTANT CLASS START*/
.wprez{
    /*RATIO SETUP*/
    width:100%;
    padding-bottom: 40.25%;
    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;
	
}

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

.wprez-cont-prez:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin-left: -3.5px;
}

.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: 38.33%;
	vertical-align: middle;
	max-height: 80%;
	margin: 35px 8% 0;
}

.wprez-text-cont h2{
	font-weight: bold;
	font-size: 44px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 1px 1px #48556e;
}

.wprez-text-cont-dark .wprez-text-cont h2,
.wprez-text-cont-dark .wprez-text-cont span.subname
{
	color: #313131;
	text-shadow: 1px 1px #ffffff;
}

.wprez-text-cont span.subname{
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 57px;
	display: inline-block;
}

/*.wprez-text-cont a.read-more{
	display: inline-block;
	font-size: 19px;
	color: #ffffff;
	background: #7B2C68;
	text-transform: uppercase;
	text-align: center;
	padding: 29px 40px;
	box-sizing: border-box;
	border: 2px solid #6b115a;
	width: 280px;
	-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-text-cont-dark .wprez-text-cont a.read-more
{
	background: #ffffff;
	color: #996e91;
}*/

/*.wprez-text-cont a.read-more:hover{
	background: #ffffff;
	color: #6b115a;
}*/

/*.wprez-text-cont-dark .wprez-text-cont a.read-more:hover
{
	color: #ffffff;
	background: #996e91;
}*/

.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;
	border-radius: 100%;
	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: #0063ae;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

@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
	{
		padding-bottom: 65%;
	}
	
	.wprez-text-cont h2
	{
		font-size: 34px;
		margin-bottom: 35px;
	}
	
	.wprez-text-cont span.subname
	{
		margin-bottom: 35px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 18px;
	}
	
	.wprez-text-cont
	{
		width: 50%;
	}
	
	.wprez-text-cont a.read-more
	{
		padding: 18px 32px;
		font-size: 17px;
	}
}

@media all and (max-width: 767px)
{
	.wprez
	{
		padding-bottom: 125%;
	}
	
	.wprez-text-cont a.read-more
	{
		display: none;
	}
	
	.wprez-text-cont
	{
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		box-sizing: border-box;
		vertical-align: bottom;
	}
	
	.wprez-text-cont h2
	{
		font-size: 26px;
		margin-bottom: 25px;
	}
}