


/* Large Devices, Wide Screens */
@media screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media screen and (max-width : 985px) {
	div#newContWrap {
		width: 100%;
	}
	.line17 {
		padding: 0 10px;
	}
	div#designWrap div#contentWrap976 h2 {
		direction: rtl;
		text-align: right;
	}
	div#hDepth ul#history {
		padding-left: 10px;
	}
	div#designCarWrap div#hDepth {
		float: none !important;
		width: 99px !important;
	}
	.depth2Menu {
		width: 100%;
	}
	#magazineList .thumbList ul {
		padding: 0;
		width: 100%;
	}
	
	
	#magazineList .thumbList img {
		height: auto;
		width: 100%;
	}
	#magazineList .thumbList li {
		height: auto;
		width: 100%;
	}
}



/* Small Devices, Tablets */
@media screen and (max-width : 768px) {

}


@media screen and (min-width : 600px) {

}

@media screen and (min-width : 380px) {

}


@media screen and (min-width : 769px) {

}

@media screen and (min-width : 666px) and (max-width : 985px) {
	#magazineList .thumbList li {
		display: inline-block;
		float: none;
		overflow: hidden;
		width: 31.5%;
	}
}

@media screen and (min-width : 441px) and (max-width : 665px) {
	#magazineList .thumbList li {
		display: inline-block;
		float: none;
		overflow: hidden;
		width: 47%;
	}
}


/* Extra Small Devices, Phones */ 
@media screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media screen and (max-width : 440px) {

}