/* ------------------------------------------------------------- *//*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, .tmm-team .item-circled, .tmm-team .item-square, .tmm-team .item-hexagon {
	margin-bottom: 20px;
}
.tmm-team .item-2, .tmm-team .item-circled-2, .tmm-team .item-square-2, .tmm-team .item-hexagon-2 {
	margin-bottom: 15px;
}
.tmm-team .item-3, .tmm-team .item-circled-3, .tmm-team .item-square-3, .tmm-team .item-hexagon-3 {
	margin-bottom: 20px;
}
.tmm-team .item-4, .tmm-team .item-circled-4, .tmm-team .item-square-4, .tmm-team .item-hexagon-4 {
	margin-bottom: 20px;
}
.tmm-team .item-5, .tmm-team .item-circled-5, .tmm-team .item-square-5, .tmm-team .item-hexagon-5 {
	margin-bottom: 80px;
}
}/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
h1 {
	font-size: 30px;
	padding: 30px 5px;
}
}
