/* Minification failed. Returning unminified contents.
(70,48): run-time error CSS1030: Expected identifier, found ','
(70,60): run-time error CSS1031: Expected selector, found ')'
(70,60): run-time error CSS1025: Expected comma or open brace, found ')'
 */
#IndustryCategoriesBox {
	color: #616161;
}


	#IndustryCategoriesBox > .title {
		width: 100%;
		border-spacing: 0;
		border-collapse: separate;
	}

		#IndustryCategoriesBox > .title td {
			height: 25px;
			display: inline-block;
		}

			#IndustryCategoriesBox > .title td:nth-child(1),
			#IndustryCategoriesBox > .title td:nth-child(3) {
				width: calc((100% - 400px) / 2);
				border-bottom: 1px solid #dcdcdc;
			}

			#IndustryCategoriesBox > .title td:nth-child(2) {
				width: 400px;
				padding: 0 15px;
				font-size: 18px;
				text-align: center;
			}

#IndustryCategoriesBox {
	width: 100%;
	display: inline-block;
}

	#IndustryCategoriesBox > .title-text {
		height: 75px;
		padding-top: 30px;
		color: #333333;
		font-size: 30px;
		font-family: arial_caps;
		text-transform: capitalize;
		text-align: center;
		display: block;
	}

	#IndustryCategoriesBox > .info-text {
		height: 25px;
		color: #ff8c00;
		font-size: 14px;
		text-align: center;
		display: block;
	}

#IndustryCategoriesList {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
	list-style: none;
}

	#IndustryCategoriesList > li {
		float: left;
		cursor: pointer;
	}

		#IndustryCategoriesList > li * {
			cursor: pointer;
		}

		#IndustryCategoriesList > li:not(:first-child,:last-child) {
			margin-right: 10px;
		}

		#IndustryCategoriesList > li > a {
			width: 100%;
			height: 100%;
			display: inline-block;
			background-position: 50% calc(50% - 45px);
			background-repeat: no-repeat;
		}


	#IndustryCategoriesList .category-box:not(:nth-child(5n-4)) {
		margin-left: 17px;
	}

	#IndustryCategoriesList .category-box {
		width: 180px;
		height: 220px;

		background-position: 50% calc(50% - 45px);
		background-repeat: no-repeat;
		text-align: center;
		-webkit-transition: background-color 200ms ease, width 200ms ease;
		-moz-transition: background-color 200ms ease, width 200ms ease;
		-ms-transition: background-color 200ms ease, width 200ms ease;
		-o-transition: background-color 200ms ease, width 200ms ease;
		transition: background-color 200ms ease, width 200ms ease;
	}


	#IndustryCategoriesList > .category-box > a {
		height: 88px;
		width: 100%;
		background-position: 50% 0;
		background-repeat: no-repeat;
		text-align: center;
		transition: background-position 0.4s;
	}

	#IndustryCategoriesList .category-box:hover > a {
		background-position: 50% 100%;
	}

	#IndustryCategoriesList > .category-box:hover > a > .info-text {
		color: black;
	}


		#IndustryCategoriesList .category-box > a > .title-text {
			margin-top: 125px;
			display: block;
			font-size: 14px;
			font-family: arial_caps;
			text-transform: capitalize;
		}

	#IndustryCategoriesList .category-box > a > .info-text {
		color: #9c9c9c;
		font-size: 14px;
	}


.ad-to-the-left {
	margin-top: 22px;
}


/*@media screen and (max-width: 1450px) {
	#PageContent.with-ad-to-the-left #IndustryCategoriesList .category-box:not(:nth-child(4n-3)),
	#PageContent.with-ad-to-the-right #IndustryCategoriesList .category-box:not(:nth-child(4n-3)) {
		margin-left: 51px;
	}

	#PageContent.with-ad-to-the-left.with-ad-to-the-right #IndustryCategoriesList .category-box:not(:nth-child(4n-3)) {
		margin-left: 15px;
	}

	#PageContent.with-ad-to-the-left #IndustryCategoriesList .category-box:nth-child(4n-3),
	#PageContent.with-ad-to-the-right #IndustryCategoriesList .category-box:nth-child(4n-3) {
		margin-left: 0;
	}
}*/

/*@media screen and (max-width: 1260px) {
	html {
		min-width: 1260px;
	}
}

@media screen and (max-width: 1020px) {
	#BodyContent {
		margin-left: calc((100% - 1020px) / 2);
	}
}*/

#Header {
	height: 142px;
}

#Background_CategoriesBar {
	margin-top: 40px;
}


