/* ---------- MAKE LAYOUT RESPONSIVE at 768px --------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------- */
/* ---------- MAIN LAYOUT ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


#containerFirst {
	width: 100%;
	float: none;
	}

#containerSecond {
	width: 100%;
	float: none;
	}


/* ---------------------------------------------------------------------------------------------- */
/* ---------- ARS LONGA ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */


#arsLonga {
	height: auto;
	}

#arsLongaText {
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
	}


/* ---------------------------------------------------------------------------------------------- */
/* ---------- ABOUT ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


#about {
	width: 57.14%;
	height: 475px;
	margin-left: 14.29%;
	float: left;
	}


/* ---------------------------------------------------------------------------------------------- */
/* ---------- FOR SALE NAVIGATION --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#subNav {
	width: 28.57%;
	float: right;
	}

a.buttonShop {
	float: none;
	width: 100%;
	height: 125px;
	}


/* ---------------------------------------------------------------------------------------------- */
/* ---------- COPYRIGHT ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


#copyright {
	height: 100px;
	}

/* ---------------------------------------------------------------------------------------------- */
/* ---------- FOOTER BAR (Decorative) ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


#footerBar {
	width: 57.14%;
	}


