@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'OpenSans-Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	 height:100%;
}
 
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
  
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	background: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	width:100%;
min-height: 100%;
}

.menu-back {
background-color:rgba(0, 0, 0, 0.7)}
.menu-back2 {
background-color:rgba(0, 0, 0, 0.8)}
.menu-tus {
	font-family: 'OpenSans-Regular';
	font-size: 14px;
	color: #FFF;
}
.menu-tus a{
		padding-top: 36px;
	padding-right: 33px;
	padding-bottom: 37px;
	padding-left: 33px;

	color: #FFF;
	text-decoration:none;
}
.menu-tus a:hover{
	color: #000;
	text-decoration:none;
background-color:rgba(255, 255, 255, 0.8)
}
.alt { position:absolute;bottom:0; width:100%;background-color:rgba(0, 0, 0, 0.6); height:30px;	font-family: 'OpenSans-Regular';
color:#FFF;
font-size:13px;
padding-top:10px;
 }.padding {
	padding: 15px;
}
.baslik-yazi {
	font-size: 18px;
	color: #FFF;
	font-family: 'OpenSans-Regular';
}
.baslik {
	font-size: 14px;
	color: #ccc;
	font-family: 'OpenSans-Regular';
}
.baslik a{
	font-size: 14px;
	color: #000;
	font-family: 'OpenSans-Regular';
}
.icerik-yazisi {
	font-size: 14px;
	color: #FFF;
	  font-family: 'OpenSans-Regular';
	  text-decoration:none;
}
.icerik-yazisi a{
	font-size: 14px;
	color: #FFF;
	  font-family: 'OpenSans-Regular';
	  text-decoration:none;
}
.textboxx {
	border: 2px solid #FFF;
	padding: 5px;
}
.gonder {
	  font-family: 'OpenSans-Bold';
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	height: 30px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.res-hover{
   opacity: 0.0;
    filter: alpha(opacity=00); /* For IE8 and earlier */	
}
 
.res-hover:hover{
   opacity: 0.5;
    filter: alpha(opacity=0.5); /* For IE8 and earlier */	
}.res-hover2{
	filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); }
 
.res-hover2:hover{
 filter: none;
  -webkit-filter: grayscale(0%);}