
/* 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#designWrap div#hDepth ul#history {
		padding-left: 10px;
	}
	
	.contact-information {
		height: auto !important;
		padding: 10px !important;
		width: 94% !important;
	}
	.contact-information > ul {
		clear: both;
		float: none !important;
		width: 100% !important;
	}
	.contact-information > ul li {
		float: right;
		margin: 0 0 16px;
		text-align: right;
		width: 50% !important;
	}
	.fl > img {
		margin: 0 !important;
	}
	.contact-information div#googleMap {
		width: 100% !important;
	}
}



/* 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 : 650px) and (max-width : 980px) {

}


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

}

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

}