@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-Bold.eot');
	src: local('☺'), url('/fonts/Raleway-Bold.woff') format('woff'), url('/fonts/Raleway-Bold.ttf') format('truetype'), url('/fonts/Raleway-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-Light.eot');
	src: local('☺'), url('/fonts/Raleway-Light.woff') format('woff'), url('/fonts/Raleway-Light.ttf') format('truetype'), url('/fonts/Raleway-Light.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-Medium.eot');
	src: local('☺'), url('/fonts/Raleway-Medium.woff') format('woff'), url('/fonts/Raleway-Medium.ttf') format('truetype'), url('/fonts/Raleway-Medium.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-Regular.eot');
	src: local('☺'), url('/fonts/Raleway-Regular.woff') format('woff'), url('/fonts/Raleway-Regular.ttf') format('truetype'), url('/fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-SemiBold.eot');
	src: local('☺'), url('/fonts/Raleway-SemiBold.woff') format('woff'), url('/fonts/Raleway-SemiBold.ttf') format('truetype'), url('/fonts/Raleway-SemiBold.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway-Thin.eot');
	src: local('☺'), url('/fonts/Raleway-Thin.woff') format('woff'), url('/fonts/Raleway-Thin.ttf') format('truetype'), url('/fonts/Raleway-Thin.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}

body{
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
}

.clear{
	clear:both;
}

.top_container{
	width:100%;
}

.top_container .top_content{
	width:1015px;
	margin:auto;
	padding:20px 0px 30px 0px;
}

.top_container .top_content .logo{
	float:left;
	width:260px;
}

.top_container .top_content .banner{
	float:right;
	width:682px;
}

.footer_container{
	background-color:#f7f5f5;
	padding:70px 0px 5px 0px;
	margin-top:35px;
}

.footer_container .footer_content{
	width:1015px;
	margin:auto;
}

.footer_container .footer_content .footer_item{
	width:243px;
	float:left;
}

.footer_container .footer_content .footer_item h1{
	font-size:16px;
	color:#5b5b5b;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}

.footer_container .footer_content .footer_item a{
	color:#5b5b5b;
	font-size:16px;
	text-decoration:none;
	line-height:22px;
}

.footer_container .production{
	width:1015px;
	margin:auto;
	color:#5b5b5b;
}

.footer_container .production .left{
	float:left;
}

.footer_container .production .right{
	float:right;
}

.footer_container .production .right a{
	color:#5b5b5b;
	text-decoration:none;
}

.num a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:3px 0px;
	font-size:20px;
	width:25px;
	background-color:#CCC;
	margin:0px 2px;
}

.num_sel{
	display:inline-block;
	color:#fff;
	background-color:#0fbba8;
	font-size:20px;
	font-weight:normal;
	padding:3px 0px;
	width:25px;
	text-align:center;
	margin:0px 2px;
}

.num a:hover{
	background-color:#0fbba8;
}

.num_zamik{
	display:inline-block;
}

a:hover h1{
	color:#0fbba8 !important;
}