/* -------------------------------------------
   DESKTOP
   only screen and (min-width: 961px)
   ------------------------------------------- */
.hdd_desk{display: none;}

/* -------------------------------------------
   HOME SLIDER
   ------------------------------------------- */
div.slider{
	height: 400px;
}   

/* -------------------------------------------
   DESKTOP 4:3
   only screen and (min-width: 961px) and (max-width: 1199px)
   ------------------------------------------- */
@media only screen and (min-width: 961px) and (max-width: 1199px) {

	/* -------------------------------------------
	   SECTION
	   ------------------------------------------- */
	div.content{
		width: 900px;
		left: 50%;
		margin-left: -450px;
	}

	div.content_right{
		width: 400px;
	}

}

/* -------------------------------------------
   DESKTOP 16:9;
   only screen and (min-width: 961px)
   ------------------------------------------- */
@media only screen and (min-width: 1200px){

	/* -------------------------------------------
	   SECTION
	   ------------------------------------------- */
	div.content{
		width: 1200px;
		left: 50%;
		margin-left: -600px;
	}

	div.content_left{
		width: 250px;
		margin-right: 30px;
	}

	div.content_right{
		width: 920px;
	}

}