/* ------------------------------------------------------------- */
/*	Layout
/* ------------------------------------------------------------- */

	@media screen and (min-width:1200px) and (max-width: 1368px) {
			.hgroup h4.sub-title-5 { padding: 20px 0px; }
	}

	@media screen and (max-width: 1200px) {
		h1 { 
			font-size: 40px;
			padding: 30px 5px;
		}

		.hgroup h4.sub-title-5 { padding: 20px 0px; }


		.tmm-team .item  { margin-bottom: 20px; }

		.tmm-team .item-2 { margin-bottom: 15px; }

		.tmm-team .item-3 { margin-bottom:  20px; }

		.tmm-team .item-4 { margin-bottom:  20px; }

		.tmm-team .item-5 { margin-bottom:  80px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 768px) {
		
		h1 { 
			font-size: 30px;
			padding: 30px 5px;
		}
	}