*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}
header {
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x; 
	background-position: top center;
	min-height: 644px;
	position: relative;
	font-family: "BebasBold";
}
header a {
	color: #fff;
}
.top_line {
	min-height: 97px;
	-webkit-box-shadow: rgba(225, 225, 225,.3) 0 0 0 1px;
	box-shadow: rgba(225, 225, 225,.3) 0 0 0 1px;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	padding: 22px 0; 
}
.top_line a {
	font-size: 21px;
	border-bottom: #fff dashed 1px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.top_line a:hover {
	border-bottom: transparent 1px dashed;
}
.top_addr {
	background-image: url(../img/top_map.png); 
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 26px;
	padding-left: 50px;
}
.top_addr strong {
	display: block;
	color: #d12f22;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 32px;
}
.top_line logo {
	border-bottom: none;
}
.top_line .logo:hover {
	border-bottom: none;
}
.top_line .logo {
	border-bottom: none;
	position: absolute;
	margin-top: -18px;
}
.top_line .logo:hover {
	border-bottom: none;
}
.logo_wrap {
	position: relative;
	margin: auto;
	width: 240px;
}
.ta_right {
	background-image: none;
	padding-left: 0;
	text-align: right;
}
.ta_right span {
	color: #fff;
}
.phone_button {
	border: medium none;
	background-color: transparent;
	color: #fff;
	float: right;
	left: 10px;
}
.map_addrs {
	border: medium none;
	background-color: transparent;
	color: #fff;
	float: left;
	top: 6px;
}
.phone_button a {
	border-bottom: none;
	font-size: 50px;
	margin-right: 20px;
}
.map_addrs a {
	border-bottom: none;
	font-size: 42px;
}
header h1 {
	text-align: center;
	color: #fff;
	margin-top: 65px;
	font-size: 38px;
	text-shadow: 0 3px rgba(0,0,0,.55);
	font-family: "BebasRegular"
}
.button {
	background-color: #d12f22;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 25px;
	font-size: 20px;
	border-bottom: #AC160A 4px solid;
	  color: #fff;
	  font-family: "BebasBold";
}
.button:hover {
	background-color: #e64437;
}
.button:active {
	background-color: #b81609;
} 
header .button {
	margin-right: 20px;
}
.st_button {
	line-height: 18px;
	padding-top: 7px;
	text-align: left;
	padding-left: 63px;
	background-image: url(../img/camera_icon.png); 
	background-repeat: no-repeat;
	background-position: 8px 8px;

}
.buttons_top {
	position: absolute;
	width: 100%;
	bottom: 32px;
}
.top_mnu {
	height: 62px;
	background-color: #242424;
	-webkit-box-shadow: rgba(225, 225, 225,.3) 0 0 0 1px;
	box-shadow: rgba(225, 225, 225,.3) 0 0 0 1px; 
	font-family: "BebasRegular";
	text-transform: uppercase;
}
.top_mnu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top_mnu a {
	color: #fff;
	font-size: 20px;
	padding: 0 26px 0 54px;
	display: block;
	line-height: 62px;
	border-left: #3B3B3B 1px solid; 
	background-image: url(../img/top_mnu_iconset.png); 
	background-position: 16px 14px;
	background-repeat: no-repeat;  
}
.top_mnu li {
	float: left;
}
.top_mnu ul:hover {
	color: #050505;
}
.top_mnu ul li a:hover {
	transition: 0.8s;
}
.top_mnu li.active a, 
.top_mnu li:hover a {
	background-color: #050505; 
}
.top_mnu li:nth-child(2) a {
	background-position: 13px -71px; 
}
.top_mnu li:nth-child(3) a {
	background-position: 18px -162px; 
}
.top_mnu li:nth-child(4) a {
	background-position: 7px -243px; 
}
.top_mnu li:nth-child(5) a {
	background-position: 10px -329px; 
}
.top_mnu li:nth-child(6) a {
	background-position: 13px -415px; 
}
.menu_navs {
	border: medium none;
	background-color: transparent;
	font-size: 37px;
	color: #fff;
	top: 5px;
}
.waranty {
	border: 3px solid #fff;
	border-radius: 3px;
	color: #fff;
	float: right;
	cursor: default;
	font-size: 16px;
	padding: 3px 5px;
	line-height: 16px;
	margin-top: 9px;
}
.w_left, .w_right {
	display: inline-block;
	vertical-align: top;
} 
.w_left span {
	font-size: 34px; 
	font-family: "BebasBold";
}
.w_left {
	font-family: "BebasBold";
	font-size: 20px;
	margin-top: 10px;
	margin-right: 7px;
}
.w_right {
	font-family: "RobotoCondensedRegular";
}
.main_cats {
	background-color: #191919;
	padding: 20px 0 40px;
} 
.main_cats h2, h2.art_header {
	text-transform: uppercase;
	color: #c9c9c9;
	font-family: "BebasRegular";
	font-size: 40px;
	text-align: center;
}
.main_cats h2 strong {
	color: #fff;
}
.main_cats h2 span {
	color: #d12f22 ;
}
section h2, article h2 {
	position: relative;
}
.s_black h2::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: 19px;
	margin-left: -66px;
	background-image: url(../img/header_img.png); 
}
.s_black h2::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: 19px;
	margin-left: 16px;
	background-position: 50px 0; 
	background-image: url(../img/header_img.png); 
}
article h2.art_header::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: 19px;
	margin-left: -66px;
	background-image: url(../img/art_header_img.png); 
}
article h2.art_header::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: 19px;
	margin-left: 16px;
	background-position: 50px 0; 
	background-image: url(../img/art_header_img.png); 
}
.mc_item {
	border: #353535 1px solid;
	border-radius: 2px;
}
.mc_item_wrap {
	margin: 5px;
	width: 164px;
	display: inline-block;
	text-align: center;
}
.mc_item_wrap:nth-child(1) {
	margin-left: 0;
}
.mc_wrap {
	text-align: center;
	padding: 0;
	position: relative;
}
.mc_item_wrap a {
	color: #fff;
}
.mc_item span {
	display: block;
	height: 85px;
	width: 130px;
	background-image: url(../img/cats_iconset.png);
	margin: 15px auto 0;  
}
.mc_item h4 {
	font-weight: normal;
	font-size: 20px;
	font-family: "BebasBold";
	margin-top: 5px;
	margin-bottom: 7px;
}
.mc_item a:hover h4, .mc_item_wrap.active h4 {
	text-decoration: underline;
}
.mc_item_wrap.active, .mc_item_wrap:hover {
	background-color: #2A2A2A; 
}
.mc_item_wrap:nth-child(1) span {
	background-position: 10px 0;
}
.mc_item_wrap:nth-child(2) span {
	background-position: -113px 0;
}
.mc_item_wrap:nth-child(3) span {
	background-position: -244px 0;
}
.mc_item_wrap:nth-child(4) span {
	background-position: -366px 0;
}
.mc_item_wrap:nth-child(5) span {
	background-position: -491px 0;
}
.mc_item_wrap:nth-child(6) span {
	background-position: -617px 0;
}
.mc_toggle {
	background-color: #212121;
	height: 25px;
	bottom: 0;
	position: relative;
	cursor: pointer;
	background-image: url(../img/mc_arr.png);
	background-repeat: no-repeat; 
	background-position: 37px 8px;  
}
.mc_item_wrap.active .mc_toggle, .mc_item_wrap:hover .mc_toggle {
	background-color: #353535;
	background-position: -106px 8px; 
}
.mc_item_wrap.active > ul {
	position: absolute;
	width: 100%;
	font-size: 20px;
	background-color: #353535;
	margin-top: 30px;
}
.mc_item_wrap.active > ul li {
	display: inline-block;
	font-family: "BebasRegular";
}
body .mc_wrap .mc_item_wrap > ul {
	background-color: #353535;
	font-size: 20px;
	margin-top: 25px;
	width: 100%;
	padding: 15px 0;
	position: absolute;
	list-style-type: none;
	z-index: 10;
	display: none;
	left: 0;
}
.mc_item_wrap.active > ul li a {
	padding: 0 10px;
	text-decoration: underline;
}
.mc_item_wrap.active > ul li a:hover {
	text-decoration: none;
}
.mc_item_wrap_af{
	content: "";
	height: 10px;
	width: 20px;
	display: none;
	position: absolute;
	margin: 16px 67px;
	background-image: url("../img/mc_c_arr.png"); 
}
.mc_button_w {
	text-align: center;
	margin-top: 30px; 
}
article.content {
	background-color: #E9E9E9;
}
article .art_header {
	color: #050505;
	margin-bottom: 10px;
}
p.h_descr {
	max-width: 790px;
	text-align: center;
	margin: auto;
	margin-top: 0;
	color: #050505;
}
.home_items {
	background-color: #D6D6D6;
	padding: 40px 0;
	margin-top: 40px;
}
.hi_item {
	color: #050505;
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}
.hi_item img {
	max-width: 100%;
	border-top: #AC160A 8px solid; 
}
.s_bottom img {
	max-width: 90%;
	position: absolute;
	bottom: 0;
}
.s_bottom {
	padding-top: 32px;
}
.sb_header.button_cont {
	text-align: right;
}
.sb_header h2 {
	margin: 0;
	text-transform: uppercase;
	font-family: "BebasRegular";
	font-size: 36px;
}
.sb_content {
	margin-top: 30px;
}
footer {
	background-color: #2A2A2A;
	color: #fff;
	padding: 28px 0 35px;
	font-family: "BebasBold";
	font-size: 23px;
}
footer a {
	color: #fff;
	padding: 0 10px;
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer li {
	float: left;
}
.home_items_map {
	width: 100%;
	margin-top: 30px;
}
#hidden_form h2 {
	text-align: center;
}
#hidden_form span {

}
#hidden_form input {
	display: block;
	width: 100%;
	background-color: #DCDCDC; 
}
#hidden_form {
 width: 270px;
}
form input {
	margin-bottom: 25px;
}
.button_wrap {
	text-align: center;
	margin-bottom: 25px;
	border: none;
}
.button_s {
	float: right;
	margin-top: -45px;
}
.main_header {
	min-height: 0;
}
.services_mnu {
	color: #fff;
	right: 0;
	height: 62px;
	line-height: 62px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 20px;
	font-family: "BebasRegular";
	padding: 0 20px;
}