body {
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 1px;
	padding-left: 5%;
	background-image: url(bl1.jpg);
	background-position:  center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 0px;
	margin-bottom: 0px;
	box-sizing:border-box;
	

}

/*main wrapper setting*/
section{
	overflow:visible;
	padding:0px;
	margin: 0px;
	text-align: center;
} 

#footer{
	padding: 30px;
	text-align: center;
	z-index: 999;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 30px;
}
	
.box_full{
	display:table;
	overflow: auto;
	padding: 10px;
	clear: both;
	width:100%;
	border: 1px solid #CCC;	
	box-shadow: 0px 3px 3px #CCCCCC;	
	background-color: #FFF;
	border-spacing:20px;
	box-sizing:border-box;
	margin-bottom:20px;

}

.box_inner{
	display:table;
	width:auto;
	box-sizing:border-box;
	border-spacing:0px;
	padding:0px;
	}

.box_half{
	display:table-cell;
	width:50%;
	box-sizing:border-box;
	box-shadow: 0px 3px 3px #CCCCCC;
	padding: 20px;
	background-color: #EFEFEF;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align:top;		
}

.box_50{
	display:table-cell;
	width:50%;	
	padding:0px;
	vertical-align:top;		
}
.box_half ul, .box_half li {
	text-align: left;
	font-size: 12px;
}
.box_thrice{
	display:table-cell;
	width:27%;
	box-shadow: 0px 3px 3px #CCCCCC;
	/* padding: 30px;	 */
	padding: 16px;	
	background-color: #EFEFEF;	
	background-image: url(box_thrice.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align:top;	
}
.box_quarter{
	box-shadow: 0px 3px 3px #CCCCCC;
	padding: 30px;
	display:table-cell;
	background-color: #EFEFEF;
	margin-bottom: 1%;
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	border-bottom-right-radius:25px;
	background-image: url(box_thrice.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:420px;
	width: 18%;
	vertical-align:top;	
}




.box_thrice a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all vs ease;

}
.box_thrice a:hover img{
	margin-left: 20px;
}

.form_element{
	width: 92%;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 3px;
}

.ver_align{
	vertical-align:middle !important;}
	
.pd_right{
	padding-right:20px;
	}	
	
@media only screen and (max-width: 800px) {
.box_half, .box_thrice, .box_50{
	display: block;
	width: auto;
	clear: both;
	float: none;
}
.box_quarter{
	width: 36%;
}

.pd_right{
	padding-right:0px;
	}	

}

/*  uwu */

.uwu-h {
	margin: 0 0 5px 0; font-weight: 800; text-align: right;
}

.uwu-a {
	padding-left: 5px; text-decoration: none; color: #1066a9;
}

.uwu-a a:hover {
	color: gold;
}

.uwu-ul {
	float: right; margin-right: 15px;
}

.uwu-ul li {
	list-style: none; 
}

.uwu-row {
	display: flex; flex-wrap: wrap; align-items: center;
}

.uwu-jus p{
	text-align: justify;
    text-align-last: left;
	word-break: break-all;
}

.uwu-col-auto {
	flex: 0 0 auto;
	width: auto;
  }
  
  .uwu-col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
  }
  
  .uwu-col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
  }
  
  .uwu-col-3 {
	flex: 0 0 auto;
	width: 25%;
  }
  
  .uwu-col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
  }
  
  .uwu-col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
  }
  
  .uwu-col-6 {
	flex: 0 0 auto;
	width: 50%;
  }
  
  .uwu-col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
  }
  
  .uwu-col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
  }
  
  .uwu-col-9 {
	flex: 0 0 auto;
	width: 75%;
  }
  
  .uwu-col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
  }
  
  .uwu-col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
  }
  
  .uwu-col-12 {
	flex: 0 0 auto;
	width: 100%;
  }

.uwu-flex {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 0px) and (max-width: 319px) {
	
    .uwu-col-4, .uwu-col-6,  .uwu-col-8 {
		width: 100%;
	} 

	.uwu-flex {
		display: flex;
		flex-direction: column;
	}

	.uwu-flex-rev {
		flex-direction: column-reverse;
	}

	.uwu-jus {
		text-align: justify !important;
		text-align-last: left !important;
		word-break: break-all !important;
	}

}   
@media screen and (min-width: 320px) and (max-width: 480px) {

	.uwu-col-4, .uwu-col-6,  .uwu-col-8 {
		width: 100%;
	}

	.uwu-flex {
		display: flex;
		flex-direction: column;
	}

	.uwu-flex-rev {
		flex-direction: column-reverse;
	}

	.uwu-jus {
		text-align: justify !important;
		text-align-last: left !important;
		word-break: break-all !important;
	}

	.uwu-img img{
		/* min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto; */
		height: 100%;
  		width: 100%;
  		object-fit: cover
	}

}  
@media screen and (min-width: 481px) and (max-width: 768px) {
   
}  
@media screen and (min-width: 769px) and (max-width: 1024px) {
   
}  
@media screen and (min-width: 1025px) and (max-width: 1200px) {
   
}
@media screen and (min-width: 1201px) and (max-width: 2400px) {
   
}

/* Custom CSS */

.thumbnail { 
	top:-50px; 
	left:-35px; 
	display:block; 
	z-index:999; 
	cursor: pointer; 
	-webkit-transition-property: all; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease; 
	} 
	
	/*change the number below to scale to the appropriate size*/ 
	.thumbnail:hover { 
	transform: scale(1.2); 
	
	}