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

.wprez-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: -25px;
    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: 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: -4.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{
	width:32vw;
	font-weight: 400;
	font-size: 46px;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 0px !important;
	text-shadow: 1px 1px #48556e;
	font-family: 'Kaushan Script', cursive;
}

.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{
	width:29vw;
	font-size: 16px;
	font-family: "Open sans";
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 4%;
	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{
	border-radius:50px;
	display: inline-block;
	margin: 0 6px;
	background: white;
	overflow: hidden;
	text-indent: 9999px;
	width: 15px;
	height: 15px;
	border: 3px solid white;
	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 {
	background: rgb(179,18,0);
	-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: 36px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 15px;
		margin-bottom:17px;
	}
	
	.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: 32px;
	}
	
	.wprez-text-cont
	{
		width: 50%;
	}
	
	.wprez-text-cont span.subname
	{
		margin-bottom:17px;
		font-size:15px;
	}
	.wprez-text-cont{
		vertical-align:top;
	}
}

@media all and (max-width: 640px){
	#wprez-wrap-35{
		display:none;
	}
	
	#wprez-wrap-one-slide{
		display:block !important;
	}
}


@media all and (max-width: 1024px){
	.wprez
	{
/*		padding-bottom: 50%;*/
	}
	
	.wprez-text-cont h2
	{
		font-size: 32px;
		margin-bottom: 14px;
	}
	
	.wprez-text-cont span.subname
	{
		margin-bottom: 24px;
	}
	
	.wprez-text-cont span.subname
	{
		font-size: 15px;
	}
	
	.wprez-text-cont
	{
		vertical-align:top;
		width: 50%;
	}
	
	.wprez-text-cont a.read-more
	{
		padding: 18px 32px;
		font-size: 17px;
	}
	
	.wprez-prev, .wprez-next
	{
		bottom: 0;
		height: 60px;
		font-size: 45px;
		top: auto;
	}
}

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

a.read-more.BTN{
	padding: 20px 31px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

a.read-more.BTN:hover{
    background: rgb(179, 18, 0);	
    color: #ffce38;
}

@media all and (max-width: 1024px)
{
	.wprez-text-cont span.subname
	{
		display: none;	
	}
	
	a.read-more.BTN {
		padding: 13px 19px;
		font-size: 12px;
	}
}

@media all and (max-width: 480px)
{
	.wprez-text-cont 
	{
		vertical-align: baseline;
	}
}

@media all and (max-width: 640px)
{
	.wprez
	{
		padding-bottom: 83%;
	}
}

.wprez-cont-prez {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
