*, *::before, *::after, .trasn, .trasn::before, .trasn::after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.no_trasn *, .no_trasn *::after, .no_trasn *::before, .fancybox-overlay *, .fancybox-overlay *::after, .fancybox-overlay *::before {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
a, a:hover {
	text-decoration: none !important;
}
body {
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #222;
	background: url(images/main-bg.jpg) fixed top center no-repeat;
}
#main-site-wrapper {
	min-height: 965px;
	border-bottom: 5px solid #e5010a;
	background: url(images/top-bg.jpg) top center no-repeat;
}
#main-logo {
	padding: 35px 10px 25px;
	text-align: center;
}
#main-logo img {
	display: inline-block;
	max-width: 100%;
}
#categories {
	list-style: none;
	margin: 0px;
	padding: 25px 0px 0px;
	text-align: center;
	font-size: 0px;
	background: url(images/floor.png) center 375px no-repeat;
}
#categories li {
	display: inline-block;
	width: 280px;
	margin: 0px 2px;
	text-align: center;
}
#categories li a {
	display: block;
	position: relative;
	text-align: center;
}
#categories li a .main-img {
	border: 2px solid #e5010a;
	background: #3f3f3f;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	-moz-transform: skew(-10deg); 
	-ms-transform: skew(-10deg); 
	transform: skew(-10deg);
}
#categories li a .main-img img {
	display: block;
	max-width: 100%;
}
#categories li a:hover .main-img img {
	opacity: 0.4;
}
#categories li a .main-img .text {
	display: block;
	z-index: 999;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}
#categories li a .main-img .text img {
	opacity: 1 !important;
}
#categories li a .main-img .text span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
#categories li a:hover .main-img .text {
	transform: translate(-50%, -50%);
	opacity: 1;
}
#categories li a .title {
	width: 158px;
	height: 160px;
	position: relative;
	text-align: center;
	margin: auto;
	background: url(images/title.png) top center no-repeat;
}
#categories li a .title::before {
	display: block;
	z-index: 666;
	width: 158px;
	height: 18px;
	background: url(images/glow.png) repeat;
	position: absolute;
	content: "";
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
}
#categories li a .title::after {
	display: block;
	opacity: 0;
	width: 158px;
	height: 160px;
	background: url(images/title-hover.png) top center no-repeat;
	position: absolute;
	content: "";
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
#categories li a:hover .title::after {
	opacity: 1;
}
#categories li a .title strong {
	display: block;
	padding-top: 30px;
	position: relative;
	z-index: 999;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
}
#address {
	text-align: center;
	padding: 0px 15px;
}
#address h1 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 27px;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
	color: #e5010a;
}
#address p {
	display: block;
	margin: 0px 0px 10px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
#address p .phone {
	display: inline-block;
	margin-right: 15px;
	padding-left: 28px;
	background: url(images/i_phone.png) left center no-repeat;
}
#address p .fax {
	display: inline-block;
	padding-left: 35px;
	background: url(images/i_fax.png) left center no-repeat;
}
#address p .email {
	display: inline-block;
	padding-left: 30px;
	background: url(images/i_email.png) left center no-repeat;
	color: #ffffff;
}
@media (max-width:1199px) {
	#categories {
		margin: 0px 20px;
		background: url(images/floor.png) center 275px no-repeat;
	}
	#categories li {
		width: 100%;
		max-width: 275px;
		margin: 0px 20px;
	}
}
@media (max-width:991px) {
	#categories {
		background: none;
	}
	#categories li {
		display: block;
		width: 100%;
		max-width: 354px;
		margin: 0px auto;
		background: url(images/floor.png) center 20px no-repeat;
		background-size: 100% 100%;
	}
}
@media (max-width:767px) {
	#address p {
		font-size: 18px;
	}
}