@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}
textarea {
	resize: none;
}
.topmenu {
	float: left;
	width: 100%;
	background: url(../images/bg/home.jpg) 0px 0px no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.topmenu img {
	height: auto;
	max-width: 100%;
}
.logo-head, .content_bg {
	float: left;
	width: 100%;
}
.maingrid {
	float: left;
	width: 100%;
}
.maingrid a {
	color: #fff;
}
.content_bg img {
	height: auto;
	max-width: 100%;
}
.about_bg, .team_bg, .gams_bg, .products_bg, .quality_bg, .contact_bg {
	float: left;
	width: 100%;
	color: #182e57;
	text-align: center;
}
.team_bg {
	color: #fff;
	background: url(../images/bg/team.jpg) 0px 0px no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.quality_bg {
	color: #fff;
	background: url(../images/bg/quality.jpg) 0px 0px no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.products_bg, .contact_bg {
	background-color: #eee;
}
.footer_bg {
	float: left;
	color: #333;
	width: 100%;
	background-color: #ddd;
}
.footer-class {
	float: left;
}
.class-footer {
	float: right;
}
.footer_bg a {
	color: #fb7a2b;
	margin-left: 5px;
}
.footer_bg a:hover {
	color: #333;
}
#toTop {
	width: 48px;
	height: 48px;
	right: 10px;
	bottom: 25px;
	display: none;
	position: fixed;
	overflow: hidden;
	background: url(../images/arr.png) no-repeat 0px 0px;
}
.contact_bg a {
	color: #fb7a2b;
}
.contact_bg a:hover {
	text-decoration: underline;
}
.contact_bg form {
	float: left;
	width: 100%;
	text-align: left;
}
.contact_bg input[type="text"], .contact_bg textarea[type="text"] {
	width: 96%;
	color: #444;
	border: 0px;
	padding: 10px 2%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
}
.contact_bg input[type="submit"], .contact_bg input[type="button"] {
	width: 100%;
	color: #fff;
	border: 0px;
	padding: 10px 0px;
	text-align: center;
	background-color: #036;
	text-transform: uppercase;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.contact_bg input[type="submit"]:hover, .contact_bg input[type="button"]:hover {
	background-color: #fb7a2b;
}
#contactForm span {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contactForm span img {
	border: 0px;
	height: auto;
	max-width: 100%;
	margin-left: 10px;
}
::-webkit-input-placeholder {
 color:#666;
}
:-moz-placeholder { /* Firefox 18- */
 color:#666;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#666;
}
:-ms-input-placeholder {
 color:#666;
}
.errorMsg {
	color: #CF1212;
	height: 20px;
	font-size: 12px;
}
.successErrorMsg {
	color: green;
	font-size: 16px;
}
