.wb-bg{
	background-repeat: no-repeat; 
	background-position: top left; 
	background-size: cover;
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.box-information{
	margin-bottom: 2em; 
	display: block;
}

.wb-bg > div, .center-border-text{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
	padding: 0 15px;
}

.border-inner{
	position: absolute;
	width: 98%;
	height: 98%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #fff;
}

.wb-bg .border-up-and-down-title,.box-information .border-up-and-down-title{
	border: 2px solid #fff;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border-left: 0;
	border-right: 0;
	white-space: normal;
	text-align: center;
}

.wbi-foot{
	padding-top: 35px;
	margin-bottom: -35px;
	text-align: center;
	margin: auto;
	display: block;
}

.wbi-foot button.more, .wbi-foot .BTN.more{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 24.31px;
	background-color: #ffdd00;
	color: #000;
	font-weight: normal;
	padding: 10px 36px;
}

.wbi-foot button.more:hover{
}

.wbi-cont .wbi-row{
}

.wbi-cont .wbi-row:nth-child(4n)
{
	padding-right: 0;
}

.wbi-cont .wbi-row .wbi-img{
}

.wbi-cont .wbi-row h2.wbi-title{
	text-align: center;
	font-size:16px;
}

.wbi-cont a{
}

.wbi-cont .wbi-text{
	color:#223035;
	font-size:14px;
	text-align: justify;
	line-height: 20px;
	min-height: 140px;
}

.wbi-cont .wbi-text p{
	line-height: 24px;
}

/*uncomment if you want bright image hover effect*/
/*section.wb-bg:hover:after {
    opacity: 0;
	background: rgba(0,0,0,0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    text-decoration: none;
}*/

@media all and (max-width: 1024px){
	.wbi-foot button.more, .wbi-foot .BTN.more
	{
		padding: 10px 22px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media all and (max-width: 767px){
	.wbi-cont a
	{
		max-width: 350px;
		margin: auto;
	}
}

