/*************************************/
/***** Screen Max. Width = 1200px ****/
/*************************************/
@media screen and (max-width: 1200px) {
}

/*************************************/
/***** Screen Max. Width = 992px *****/
/*************************************/
@media screen and (max-width: 992px) {
}

/*************************************/
/***** Screen Max. Width = 768px *****/
/*************************************/
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 781px) {
	.main .inline .icon-group .item a p {
		font: 500 12px/14px 'Barlow', sans-serif;
	}

	.main .inline .icon-group [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer {
		padding-top: 10px;
		padding-bottom: 10px;
		/*
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;*/
	}

	.footer .copyright {
		margin-bottom: 5px;
	}

	.footer .copyright,
	.footer .designer {
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.col-xxs-12{
		width: 100%;}
}

@media screen and (max-width: 480px) {
}