/*IMPORTANT CLASS START*/
.wprez-shadow
{
	position: absolute;    
    top: 0;
    background: #000000;
    width: 50%;   
    bottom: 0;
    opacity: 0.2;
  
}
.wprez{
    /*RATIO SETUP*/
    width:100%;
	/* 10 elements: */
    /*padding-bottom: 35.25%;*/
    /* 9 elements: */
    padding-bottom: 29.25%;
    height: 0;
    position: relative;
	margin-bottom: 100px;
}

.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;
	position: relative;
	max-height: 80%;
	margin: 0 12% 0;
	z-index:1
}

.wprez-text-cont h2{
	font-weight: bold;
	font-size: 2.25rem;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.4;
	position: relative;
	text-shadow: 1px 1px #000;
}

.wprez-text-cont h2:before{
	content: '';
    width: 160px;
    position: absolute;
    display: inline-block;
    height: 4px;
    top: -24px;
    background-color: #e8412c;
}
.wprez-text-cont-right .wprez-text-cont h2:before{
	right: 0;
}
.wprez-text-cont-center .wprez-text-cont h2:before{
	right: 50%;
    left: 50%;
    transform: translateX(-50%);
}

/*.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-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	font-weight: 300;
	margin-top: 20px;
    margin-bottom: 60px;
	display: inline-block;
	max-width: 470px;
	    text-shadow: 1px 1px #000;
}


/* NAVI */

.wprez-navi{
	position: absolute;
	left: 0;
    right: 0;
    bottom: -67px;
	margin: auto;
	text-align: center;
	background-color: #eeeeee;
}
.wprez-navi-in{
	padding: 25px 0;
	text-align: left;
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.wprez-navi-in .wprez-login-btn{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 41px;
    min-width: 320px;
    font-size: 1.4rem;
	font-weight: bold;
	border:1px solid #e8412c;
	-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;
	border-radius: 0px;
}
.wprez-navi-in .wprez-login-btn:hover{
	transform:scale(1.05);
	background:#e8412c;
}

.wprez-navi a.wprez-circle{
	position:relative;
	display: inline-block;
	margin: 0 10px;
	background: #575757;
	/*overflow: hidden;*/
	/*text-indent: 9999px;*/
	width:	12px;
	height: 12px;
	border-radius: 100%;
	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.wprez-circle:after
{
	content: " ";
    position: absolute;
    z-index: -1;
	top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
	opacity: 0;
    border: 1px solid #e8412c;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out, visibility 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out, visibility 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: all 300ms ease-in-out, visibility 300ms ease-in-out;

}
.wprez-navi a.active:after
{
	opacity: 1;
}

.wprez-navi a:hover,.wprez-navi a.active {
	background: #e8412c;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.wprez-text-cont a.read-more
{
	padding: 12px 22px;
	font-size: 0.875rem;
}
a.read-more:hover
{
	transform: scale(1.1);
}

@media all and (max-width: 1400px){
	.wprez-text-cont h2{
		font-size: 1.5rem;
	}

	.wprez-text-cont a.read-more
	{
		font-size: 1rem;
	}
}

@media all and (max-width: 1200px){

	.wprez-text-cont
	{
		width: 50%;
	}
	.wprez-text-cont span.subname
	{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

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

	.wprez-text-cont h2
	{

	}

	.wprez-text-cont span.subname
	{
	}

	.wprez-text-cont span.subname
	{
	}

	.wprez-text-cont
	{
		width: 50%;
	}

	.wprez-text-cont a.read-more
	{
		padding: 18px 32px;
	}
}

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

	.wprez-text-cont a.read-more
	{
		/*display: none;*/
	}

	.wprez-text-cont
	{
		width: 98%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		box-sizing: border-box;
		text-align:center;
	}
	.wprez-shadow
	{
		width:100%
	}
	.wprez-text-cont h2:before
	{
		right: 50%;
		left: 50%;
		transform: translateX(-50%);
	}


}

@media all and (max-width: 620px)
{
	.wprez-navi-in
	{
		text-align: center;
		/*margin: 0 auto 30px;*/
	}
	.wprez-navi-in .wprez-login-btn
	{
		position: relative;
		width: 100%;
		display: inline-block;
		padding: 13px 0;
		margin: 10px 0; 
		min-width: unset;
	}

}

@media all and (max-width: 430px)
{
	.wprez-text-cont span.subname
	{
		line-height: 1.2;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.wprez-cont-prez:before
	{
		height: 83%;
	}
	.wprez-text-cont h2
	{
		font-size: 1rem;
		margin:0;
	}
}