@media screen and (max-width: 1024px) {
	div.col_right {
		width: 100%;
		max-width: 1024px;
	}

	div.col_right_content, div.content {
		width: 100%;
	}

	div.home {
		width: 96%;
	}

	div.box {
		width: 23%;
	}

	div.box_space {
		width: 2.55%;
	}

	table.footer {
		width: 96%;
	}

	table.footer td.contact_info, table.footer td.created {
		width: 45%;
	}

	table.footer td.lang {
		width: 10%;
	}
}

@media screen and (max-width: 736px) {
	div.box a span {
		font-size: 20px;
		padding-top: 384px;
	}

	div.bottom {
		margin-top: 50px;
	}

	table.footer {
		width: 98%;
	}

	table.footer td.contact_info {
		padding-left: 94px;
		font-size: 13px;
	}
}

@media screen and (min-width: 640px) and (max-width: 667px) {
	div.box {
		width: 47.5%;
		float: none;
		display: inline-block;
		margin: 4% 0 0 0;
	}

	div.box_space {
		display: none;
	}

	div.content {
		width: 90%;
	}

	div.home {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-bottom: 4%;
	}

	div.box a span {
		margin-left: 36px;
		text-align: left;
	}

	table.footer td.contact_info {
		padding-left: 94px;
		font-size: 12px;
	}
}

@media screen and (max-width: 568px) {
	div.box {
		width: 46%;
		float: none;
		display: inline-block;
		margin: 4% 1% 0 1%;
	}

	div.box_space {
		display: none;
	}

	div.content {
		width: 90%;
	}

	div.home {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-bottom: 4%;
	}

	div.box a span {
		margin-left: 36px;
		text-align: left;
	}

	table.footer td.contact_info {
		padding-left: 94px;
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) {
	div.col_right_content, div.content {
		width: 84%;
	}

	div.home {
		width: 96%;
		margin: auto;
		text-align: center;
		padding: 1% 0 4% 0;
	}

	div.box {
		width: 100%;
		margin: auto;
		float: none;
		display: block;
		margin: 8% 0 4% 0;
	}

	div.bottom {
		height: auto;
	}

	table.footer td.contact_info, table.footer td.created {
		width: 78% !important;
		display: table-cell;
		float: left;
	}

	table.footer td.lang {
		width: 18% !important;
		display: table-cell;
		float: left;
	}

	td.space {
		display: none;
	}
}


@media screen and (max-width: 360px) {
	div.box {
		width: 100%;
		max-width: 250px;
		margin: auto;
		float: none;
		display: inline-block;
		margin: 8% 0 0 0;
	}

	div.col_right_content, div.content {
		width: 100%;
	}

	table.footer td.contact_info, table.footer td.created {
		width: 74% !important;
	}

	div.home {
		padding-bottom: 8%;
	}
}


@media screen and (max-width: 320px) {
	table.footer td.contact_info, table.footer td.created {
		width: 70% !important;
	}

	table.footer td.contact_info {
		font-size: 12px;
	}
}