.bgimg-1 {
	position: relative;
	background-image: url("../../images/bg/bg-1.jpg");
	width: 100%;
	height: 1550px;
	margin: 0 auto;
	/*opacity: 0.65;*/
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}

.bgimg-2 {
	position: relative;
	background-image: url("../../images/bg/bg-2.jpg");
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}

.bgimg-3 {
	position: relative;
	background-image: url("../../images/bg/bg-3.jpg");
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}

.bgimg-4 {
	position: relative;
	background-image: url("../../images/bg/bg-4.jpg");
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-size: 100%;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}

.bgimg-top {
	position: relative;
	background-image: url("../../images/bg/bg-top.jpg");
	width: 100%;
	height: 780px;
	margin: 0 auto;
	/*opacity: 0.65;*/
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}

.bgimg-post-1 {
	position: relative;
	background-image: url("../../images/bg/bg-post.jpg");
	width: 100%;
	height: 200px;
	margin: 0 auto;
	/*opacity: 0.65;*/
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	
	box-shadow: 2px 1px 2px rgba(0,0,0,0.2);
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width : 480px) {
	.bgimg-4 {
		background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.9)), url("../../images/bg/bg-4.jpg");
		background-size: auto;
	}
}

/************************************************************************************
MAIN NAVIGATION 310px
*************************************************************************************/
