@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background:url(/frontend/i/bggr.png) repeat-x;
}

*{
	outline:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	border:0px;
}
*,*:before,*:after{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}

ul, ul li {
	list-style:none;
}
ol, dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
}
ol li {
    margin-bottom: 10px;
	margin-left: 1.5em;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: ".";
	clear: both;
	height: 0px;
	line-height:0px;
	overflow:hidden;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
 button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
 button:focus::-moz-focus-inner, input[type="reset"]:focus::-moz-focus-inner, input[type="button"]:focus::-moz-focus-inner, input[type="submit"]:focus::-moz-focus-inner, input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
 border: none;
}
.blank {
	height:1px;
	line-height:1px;
	display:block;
	font-size:1px;
	clear:both;
	overflow:hidden;
}
#body{
	min-height:100%;
	position:relative;
	min-width:1000px;
}
#header{
	width:976px;
	height:125px;
	margin:0px auto;
	position:relative;
}
#header h1{
	float:left;
	padding:11px 0px 0px 39px;
}
#header h1 a{
	background:url(/frontend/i/logo.png)  no-repeat;
	text-indent:-500px;
	overflow:hidden;
	float:left;
	width:141px;
	height:50px;
}
#header .menu{
	padding-left:17px;
	height:38px;
	position:absolute;
	top:87px;
	left:0px;
}
#header .menu li{
	float:left;
	padding-right:6px;
	height:38px;
}
#header .menu li a{
	height:38px;
	background:url(/frontend/i/menu_bg.png) left top no-repeat #262626;
	float:left;
	font:normal 18px/38px saz;
	color:#FFFFFF;
	padding:0px 15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-o-border-radius-topleft: 4px;
	-o-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#header .menu li a.active{
	background-image:none;
	background-color:#f1f1f1;
	color:#2c2c2c;
}
#header .menu li a:hover{
	text-decoration:none;
}

#weather{
	height:84px;
	float:right;
	padding-left:93px;
	padding-right:60px;
}
#weather span{
	color:#FFFFFF;
	font:bold 28px/28px arial;
	padding-top:19px;
	display:block;
	text-align:center;
}
#weather h3{
	color:#FFFFFF;
	font:bold 16px/16px arial;
	display:block;
	text-align:center;
}

#center{
	width:976px;
	margin:0px auto;
	background-color:#f1f1f1;
	padding:10px;
	position:relative;
}
#center a.radio{
	width:63px;
	height:43px;
	display:block;
	position:absolute;
	top:10px;
	right:-63px;
	background:url(/frontend/i/radio_icon.png) no-repeat;
}

#left{
	float:left;
	width:640px;
}
#right{
	float:right;
	width:300px;
}
#showcase{
	padding-bottom:13px;
}
#showcase .img{
	float:left;
	width:400px;
	height:220px;
	overflow:hidden;
	position:relative;
}
#showcase .img a{
	width:400px;
	height:220px;
	position:absolute;
	z-index:1;
	display:none;
}
#showcase .img img{
	width:400px;
	height:220px;
}
#showcase .img a.active{
	display:block;
	z-index:2;
}
#showcase .link{
	float:right;
	width:240px;
	overflow:hidden;
	height:220px;
}
#showcase .link a{
	width:120px;
	height:74px;
	border-bottom:1px solid #161616;
	border-left:1px solid #161616;
	overflow:hidden;
	float:left;
}
#showcase .link img{
	width:133px;
	height:73px;
	margin-left:-7px;
}
#showcase .sbjct{
	width:640px;
	height:97px;
	background:url(/frontend/i/showcase_bg.png) 0px 0px no-repeat #000000;
	float:left;
}
#showcase .sbjct a{
	display:none;
	padding:10px 19px 0px;
	text-decoration:none;
}
#showcase .sbjct a.active{
	display:block;
}
#showcase .sbjct h3{
	font:600 24px saz;
	color:#fff;
	padding-bottom:3px;
}
#showcase .sbjct p{
	font:400 13px/15px saz;
	color:#9e9e9e;
	padding-left:3px;
}

#video{
	padding-bottom:7px;
}

#video .bar .bg,#form .bar .bg,#oyun .bar .bg{
	background:url(/frontend/i/barbg.png) no-repeat;
	height:31px;
	padding:0px 10px;
}
#video .bar{
	background: -moz-linear-gradient(#232323, #1a1a1a);  
	background: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#1a1a1a)); 
	background: linear-gradient(#232323, #1a1a1a);  
	background: -o-linear-gradient(#232323, #1a1a1a);
}
#video .bar h4,#form .bar h4,#oyun .bar h4{
	float:left;
	font:600 18px/31px saz;
	color:#eeeeee;
}
#video .bar a,#form .bar a,#oyun .bar a{
	float:right;
	font:400 14px/31px saz;
	color:#cbcbcb;
}
#video .content{
	padding-top:10px;
	width:640px;
	overflow:hidden;
}
#video .content ul{
	width:660px;
}
#video .content ul li{
	float:left;
	-moz-box-shadow:0 3px 2px #d9d9d9; 
	-webkit-box-shadow:0 3px 2px #d9d9d9; 
	box-shadow:0 3px 2px #d9d9d9;
	padding:10px;
	margin:0px 10px 10px 2px;
	background-color:#FFFFFF;
}
#video .content ul li a{
	width:292px;
	height:197px;
	display:block;
	position:relative;
	overflow:hidden;
}
#video .content ul li a img{
	width:292px;
	height:197px;
}
#video .content ul li a span{
	display:block;
	border-left:2px solid #e00034;
	padding:7px 15px 7px 10px;
	background-color:#000000;
	bottom:13px;
	left:10px;
	position:absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
  font:400 16px saz;
  color:#FFFFFF;
}
#form{
	padding-bottom:17px;
}
#form .bar{
	background-color:#0086ab;
	background: -moz-linear-gradient(#0098c3, #0085ab);  
	background: -webkit-gradient(linear, left top, left bottom, from(#0098c3), to(#0085ab)); 
	background: linear-gradient(#0098c3, #0085ab);  
	background: -o-linear-gradient(#0098c3, #0085ab);
}
#form .bar a,#form .bar h4{
	color:#fff;
}
#form ul.content{
	-moz-box-shadow:0 3px 2px #d9d9d9; 
	-webkit-box-shadow:0 3px 2px #d9d9d9; 
	box-shadow:0 3px 2px #d9d9d9;
	padding:4px;
	background-color:#FFFFFF;
}
#form ul.content li{
	height:29px;
	background:url(/frontend/i/forum.png) 7px center no-repeat;
	padding-left:31px;
	border-bottom:1px dashed #dadada;
}
#form ul.content li.last{
	border-bottom:0px none;
}
#form ul.content li a{
	font:400 14px/29px saz;
	color:#5c5c5c;
}

#oyun .bar{
	background: -moz-linear-gradient(#9fd900, #5f9406);  
	background: -webkit-gradient(linear, left top, left bottom, from(#9fd900), to(#5f9406)); 
	background: linear-gradient(#9fd900, #5f9406);  
	background: -o-linear-gradient(#9fd900, #5f9406);
}
#oyun .bar h4{
	color:#121b01;
}
#oyun .bar a{
	color:#243602;
}
#oyun .content{
	background: -moz-linear-gradient(#222222, #121212);  
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#121212)); 
	background: linear-gradient(#222222, #121212);  
	background: -o-linear-gradient(#222222, #121212);
	overflow:hidden;
	width:640px;
	height:120px;
}
#oyun .content ul{
	width:680px;
	padding:5px;
}
#oyun .content ul li{
	width:153px;
	height:110px;
	float:left;
	margin-right:6px;
	overflow:hidden;
}
#oyun .content ul li img{
	width:153px;
	height:110px;
}
.corner3px{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.corner4px{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.corner5px{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#connect{
	background:url(/frontend/i/connect.png?v=1);
	height:122px;
	width:300px;
	margin-bottom:10px;
}

#connect .social{
	position:relative;
	width:123px;
	height:107px;
	float:right;
}
#connect .social li{
	position:absolute;
	height:50px;
	width:50px;
}
#connect .social a{
	height:50px;
	width:50px;
	display:block;
}
#connect .social li.facebook{
	top:10px;
	left:0px;
}
#connect .social li.twitter{
	top:10px;
	left:56px;
}
#connect .social li.google{
	top:66px;
	left:28px;
}

#connect .social .gplus a{
	position:absolute;
	z-index:0;
	top:13px;
	left:6px;
	height:24px;
	width:38px;
}
#connect .social .gplus iframe {
    display: block;
    height: 24px;
    opacity: 0;
	filter: alpha(opacity = 0);
    width: 38px;
    z-index: 1;
	border:none;
	overflow:hidden;
	position:absolute;
	top:13px;
	left:6px;
}


#footer{
	margin:0px auto;
	width:976px;
	border-top:10px solid #0098c3;
	background: -moz-linear-gradient(#030303, #222222);  
	background: -webkit-gradient(linear, left top, left bottom, from(#030303), to(#222222)); 
	background: linear-gradient(#030303, #222222);  
	background: -o-linear-gradient(#030303, #222222);
	
}
#footer .container{
	padding:20px 42px 20px 30px;
}
#footer .navi{
	float:left;
}
#footer .navi h4{
	color:#d35757;
	font:600 18px saz;
}
#footer .navi ul{
	float:left;
	padding-right:60px;
}
#footer .navi ul a{
	font:400 12px/21px saz;
	color:#bababa;
}
#footer .copyright{
	float:right;
	padding-top:30px;
}
#footer .copyright a.logo{
	width:95px;
	height:39px;
	background:url(/frontend/i/logo_footer.png) no-repeat;
	margin:0px auto;
	display:block;
}
#footer .copyright span{
	font:normal 11px/20px tahoma;
	color:#dedede;
	display:block;
	white-space:nowrap;
	text-align:center;
}
#center a.lang_tr{
	top:60px;
	background:url(/frontend/i/tr.png) no-repeat;
}
#center a.lang_ru{
	top:110px;
	background:url(/frontend/i/ru.png) no-repeat;
}