.bgimg-1 {
	position: relative;
	background-image: url("../../images/bg/bg-top-index.jpg");
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*opacity: 0.65;*/
	background-size: cover;
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
}


/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {

}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {
	.bgimg-1 {
		position: relative;
		background-image: url("../../images/bg/bg-top-index.jpg");
		width: 100%;
		height: 480px;
		margin: 0 auto;
		/*opacity: 0.65;*/
		background-size: cover;
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
	}
}
/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/

@media all and (max-width : 680px) {


}


/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/

@media all and (max-width : 510px) {

	.bgimg-1 {
		position: relative;
		background-image: url("../../images/bg/bg-top-index-mob.jpg");
		width: 100%;
		height: 490px;
		margin: 0 auto;
		/*opacity: 0.65;*/
		background-size: cover;
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
	} 
}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width : 480px) {

	.bgimg-1 {
		position: relative;
		background-image: url("../../images/bg/bg-top-index-mob-2.jpg");
		width: 100%;
		height: 490px;
		margin: 0 auto;
		/*opacity: 0.65;*/
		background-size: cover;
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
	} 
}

/************************************************************************************
MAIN NAVIGATION 310px
*************************************************************************************/

@media all and (max-width : 310px) {

	
}
