/*!
 * Addititon to Bootstrap v0.0.1
 *
 * Author: Ferdau Daems;
 * Company: TapCrowd;
 * 
 */

@media (min-width: 1200px) {
	.desktop12 {
		width: 1170px;
	}
	.desktop11 {
		width: 1070px;
	}
	.desktop10 {
		width: 970px;
	}
	.desktop9 {
		width: 870px;
	}
	.desktop8 {
		width: 770px;
	}
	.desktop7 {
		width: 670px;
	}
	.desktop6 {
		width: 570px;
	}
	.desktop5 {
		width: 470px;
	}
	.desktop4 {
		width: 370px;
	}
	.desktop3 {
		width: 270px;
	}
	.desktop2 {
		width: 170px;
	}
	.desktop1 {
		width: 70px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.tablet12 {
		width: 724px;
	}
	.tablet11 {
		width: 662px;
	}
	.tablet10 {
		width: 600px;
	}
	.tablet9 {
		width: 538px;
	}
	.tablet8 {
		width: 476px;
	}
	.tablet7 {
		width: 414px;
	}
	.tablet6 {
		width: 352px;
	}
	.tablet5 {
		width: 290px;
	}
	.tablet4 {
		width: 228px;
	}
	.tablet3 {
		width: 166px;
	}
	.tablet2 {
		width: 104px;
	}
	.tablet1 {
		width: 42px;
	}
}