@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'Roboto Light', sans-serif;
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Regular", sans-serif;
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium', sans-serif;
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold", sans-serif;
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 800;
  font-style: normal;
}

body {
	color: #000;
	font: 15px "Roboto";
	background: #fff;

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,button,textarea,select,optgroup,option,button {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	border: none;
}

input,button,textarea,select {
	*font-size: 100%;
}

input,select {
	vertical-align: middle;
}

i,em {
	font-style: normal;
}

select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	border-collapse: collapse;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

dl,dt {
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus,input, button, textarea, select {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.c {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.center {
	width:100%;
	margin: 0 auto;
	max-width: 1480px;
}

.center2{
	width:100%;
	margin: 0 auto;
	max-width: 1480px;
}

@media (max-width: 1480px) {
	.center {
		width: 96%;
	}
	.center2 {
		width: 96%;
	}
}

#maximg table{
	width:100%;
}
#maximg table td{
	padding:10px;
	border: 1px solid rgb(221, 221, 221)!important;
}
#maximg table tr:hover{
	background: #eeb642;
}