@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,latin-ext);
body, html {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
	font-family:'Work Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:#7c7c7c;
	height:100%;
	width:100%;
	background-color:#FFF;
	overflow-x:hidden;
}a {
	font-family:'Work Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:#747474;
}a:hover {
	font-family:'Work Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:#F00;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #e9e9e9;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #e9e9e9;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}.marka {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#838485;
}.orta {
	position:relative;
	padding-left:10px;
	padding-right:10px;
}

