.bblock{
width: 730px;
background: #B60505;
border-radius: 0px 0px 5px 5px;
margin-bottom: 20px;
}

.speedbr {
background: #555353;
margin: 5px 8px;
width: 690px;
color: #E8E8E8;
padding: 5px 10px;
}

.speedbr a {
color: #E8E8E8;
font-size: 13px;
}

.xeberful {
font-size: 16px;
font-family: times;
}

.xebersh {
padding: 7px;
margin: 8px;
border-bottom: 1px dotted #ccc;
}


.xebersh a {
font-size: 21px;
color: #555353;
padding: 5px;
}

.htitle{
height:26px;
list-style:none;
}
.htitle span{
padding: 0 3px;
color: #fff;
font-size: 11px;
line-height: 18px;
text-align: center;
float: left;
display: block;
text-decoration: none;
margin-right: 10px;
font-weight: bold;
background: #2B2B2B;
border-radius: 4px;
margin: 5px 3px;
}
.htitle span.first{
}
.htitle span:hover{
cursor:pointer;	
}
.active-ttab{
color:#505050 !important;
border-bottom:0 !important;
background:#fff !important;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc; 
}
.tt-panel{
display:none;
}
.index-panel{
background:#fff;
padding-top:10px;
border:1px solid #000;
border-radius:0 10px 10px 10px;
-webkit-border-radius:0 10px 10px 10x;
-moz-border-radius:0 10px 10px 10px;
}


















.pagenavi {
padding: 5px;
}


.navigation {
margin: 10px;
}

.navigation span {
background: #1E70EF;
padding: 3px;
color: #fff;
margin: 3px;
border-radius: 2px;
}

#menuh ul li ul li {
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
}


.view {
width: 218px;
height: 218px;
margin: 6px;
margin-top: -10px;
float: left;
border: 6px solid #9C9C9C;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #e6e6e6;
-moz-box-shadow: 1px 1px 2px #e6e6e6;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #9C9C9C url(../images/bgimg.jpg) no-repeat center center;
}

.view-first:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.view img {
display: block;
position: relative;
}

.view-first .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
background-color: rgba(80,90,120, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.view .mask, .view .content {
width: 218px;
height: 218px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}

.view h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
position: relative;
font-size: 15px;
padding: 25px;
background: rgba(0, 0, 0, 0.8);
margin: 40px 0 0 0;
}


.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.view p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
position: relative;
height: 40px;
margin-top: 15px;
color: #fff;
text-align: center;
}

.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view a.info {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
padding: 10px;
background: #000;
color: #fff;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}


#menuh ul li ul li ul li {
border: 1px solid #FFFFFF;
}


.orths {
margin-top: 5px;
}

.orths1 {
float: left;
width: 730px;
}

.orths1full {
float: left;
width: 730px;
}


.orths1dxf {
width: 165px;
background: #E9E9E9;
padding: 3px;
margin: 5px;
float: left;
}

.orths1dxtxtf {
padding: 5px 2px;
}

.orths1dxf a {
color: #DA0808;
font-weight: bold;
text-align: center;
}


.orths1dxf img {
width: 160px;
height: 100px;
}

.orths1d {
padding: 5px;
border: 1px solid #B60505;
margin: 5px 0px 20px 0px;
border-radius: 15px 0px 15px 0px;
}

.orths1dx {
float: left;
width: 178px;
}

.oorths1dx img {
width: 150px;
height: 100px;
border: 1px dotted #B60707;
}


.orths2d {
border-radius: 0px 14px 2px 10px;
margin-top: 2px;
padding: 5px;
}

.orths2 {
float: right;
width: 250px;
}


.orths2dx img {
border: 4px double #B60505;
width: 190px;
}


.orths1t {
background: #0F5BD2;
color: #fff;
font-weight: bold;
font-size: 13px;
padding: 3px 2px 3px 21px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 1px;
}


.orths2t {
background: #B60707;
color: #fff;
font-weight: bold;
font-size: 13px;
padding: 3px 2px 3px 21px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}


.orths2dxtxt {
font-weight: bold;
padding: 5px;
text-align: center;
margin-bottom: 10px;
color: #000000;
}

.axtarantap {
position: absolute;
top: 55px;
margin-left: 555px;
}

.navigation a {
background: #D00909;
color: #fff;
padding: 3px;
margin: 3px;
border-radius: 2px;
text-decoration: none;
}

.pnvlinks {
margin: 5px;
}

.pnvlinks span {
background: #1E70EF;
color: #fff;
padding: 3px;
border-radius: 2px;
margin: 5px;
}

.pnvlinks a {
text-decoration: none;
color: #D50000;
}

.pagenavi {
margin: 15px;
}


span#hours {
color: #fff;
font-size: 10px;
font-weight: bold;
padding: 2px 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.form-search {
position: absolute;
right: 0;
top: 0px;
BACKGROUND: #B60505;
WIDTH: 60PX;
HEIGHT: 25PX;
}

.form-text {
color: #9a9a9a;
font-size: 15px;
border: 0;
height: 25px;
background: #FFF;
border-radius: 3px;
top: 1px;
width: 420px;
margin: 0;
padding: 0 0 0 5px;
box-shadow: 0px 0px 15px #9549E7;
}

.statseh {
padding: 0px 20px;
}


.rengyy {font-size: 10px;
color: #666;
width: 80px;
padding-top: 5px;
display: block;}


.tdtop {
width: 85px;
float: left;
margin: 2px;
border: 1px solid #ccc;
}


.ipbaw {
margin: 9px 3px;
height: 30px;
overflow: hidden;
}


.ipwekz img {
margin-top: 4px;
border: 1px solid #05437B;
width: 160px;
height: 170px;
-webkit-transform: rotate(0deg);
transition: all .3s ease-in-out;
}

.ipwekz img:hover {
-webkit-transform: rotate(360deg);
}


.ipwekm img {
margin-top: 4px;
border: 1px solid #05437B;
width: 186px;
height: 235px;
-webkit-transform: rotate(0deg);
transition: all .3s ease-in-out;
}

img.double-border {
width: 80px;
height: 80px;
border-bottom: 1px solid #ccc;
}

.mdllnk img {width: 120px;
height: 150px;
float: left;
margin: 0px 25px;
border: 4px double #05437B;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;}



.istfd img {
float: left;
width: 40px;
padding: 4px;
}


p.ozellik {
font-size: 15px;
font-weight: bold;
color: #205CA7;
}


.headim {
background: #1E70EF;
HEIGHT: 107PX;
BORDER-BOTTOM: 30PX SOLID #B60505;
}

.heade {
width: 1000px;
margin: 0 auto;
box-shadow: 0px 0px 10px #000;
}

.headlogo {
height: 107px;
float: left;
margin-left: 15px;
}

.infow {
padding: 10px;
}

.headelave {
float: right;
background: #B60505;
padding: 0px 10px;
margin-right: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.helist {
float: left;
padding: 6px 3px;
}

.helist a {
color: #FFF;
}



.icnov {
width: 185px;
padding: 10px 5px;
height: 200px;
background: #B60707;
margin-right: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.icnov a {
display: block;
padding: 2px 10px;
font-size: 18px;
color: #FFF;
}

.icnov a:hover {
color: #05437B;
text-shadow: 0px 0px 3px #fff;
}


.icnov2 {
width: 185px;
padding: 10px 5px;
margin: 10px 0px;
height: 306px;
background: #05437B;
margin-right: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.icnov2 a {
display: block;
padding: 2px 10px;
font-size: 18px;
color: #FFF;
}

.icnov2 a:hover {
color: #F20E0E;
text-shadow: 0px 0px 3px #000;
}


.uznov {
float: left;
width: 150px;
height: 200px;
background: #B60707;
margin-right: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.uznov a {
display: block;
padding: 2px 10px;
font-size: 18px;
color: #FFF;
}

.uznov a:hover {
color: #05437B;
text-shadow: 0px 0px 3px #fff;
}

.uzrek img {
height: 200px;
width: 828px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.headbolme {
float: right;
background: #B60505;
width: 1000px;
height: 30px;
box-shadow: 0px -1px 1px #fff;
}


.headbolme a {
padding: 8px;
margin: 0px 1px;
font-family: Arial; 

}


.headbolme a:hover {
background: #B60707;
}


div#globalsearch {
top: 0px;
margin-left: 597px;
position: absolute;
float: right;
background: #B60505;
padding: 9px 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}




.contentim {
margin: 0px auto;
width: 989px;
background: #fff;
padding: 5px 5px;
box-shadow: 0px 0px 5px #000;
}

.slidesas {
width: 989px;
}
.slidvid {
width: 385px;
float: right;
}


.fotbolm {
margin: 10px 0px;
}



.mainipler {
background: #05437B;
}

.ipbordm {
width: 206px;
margin: 10px 16px;
height: 290px;
float: left;
background: #FAFAFA;
border: 4px double #05437B;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.ipbord {
width: 206px;
margin: 10px 16px;
height: 230px;
float: left;
background: #FAFAFA;
border: 4px double #05437B;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.ipwek img {
width: 160px;
margin-top: 2px;
height: 120px;
border: 1px solid #05437B;
}


.ipbaw a {
color: #D30404;
font-weight: bold;
font-size: 12px;
}


.ipyaz {
font-size: 11px;
color: #727274;
}

.ipard {
float: right;
margin: 10px 4px 5px 5px;
}

.ipard a {
background: #013D77;
color: #FFF;
text-decoration: none;
font-size: 12px;
padding: 3px 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.ipard a:hover {background: #77010E;color: #FFF;}



.footh {
background: #1E70EF;
}


.foothbod {
margin: 0px auto;
width: 1000px;
height: 110px;
box-shadow: 0px 0px 10px #000;
}

.foothbod1 {
height: 60px;
}


.foothbod2 {
border-top: 1px solid #fff;
font-size: 12px;
color: #ccc;
font-weight: bold;
padding: 5px;
}

.foothbod2-1 {
float: left;
}

.foothbod2-2 {
float: right;
}


.flist {
float: left;
margin: 10px;
padding: 6px;
background: #B60505;
border-radius: 5px;

}

.flist a {
color: #FFF;
font-weight: bold;
}


.foothbod1 {
height: 70px;
}

.solcont {
float: left;
width: 195px;
}

.sagcont {
float: right;
width: 790px;
}



.fullhis1 {
width: 378px;
float: left;
padding: 10px 5px;
}


.fullhis2 {
float: right;
width: 330px;
padding: 10px 10px 0px 0px;
line-height: 20px;
font-size: 13px;
}



#wowslider-container1 { 
	/*overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:989px;
	margin:0 auto;
	z-index:1;
	border:0px solid #FFFFFF;
}
#wowslider-container1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
#wowslider-container1 .ws_images{
	width:989px;
	height:350px;
	overflow:hidden;
	position:relative;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	padding: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1 .ws_bullets a { 
	width:22px;
	height:20px;
	background: url(../images/bullet.png) left top;
	float: left; 
	text-indent: -9999px; 
	position:relative;
	color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%; 
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-16px;
	z-index:60;
	height: 50px;
	width: 39px;
	background-image: url(../images/arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0; 
	right:0px;
}
#wowslider-container1 a.ws_prev {
	left:0px;
	background-position: 0 0;  
}
#wowslider-container1 .ws-title{
	position: absolute;
	bottom:7%;
	left: 0;
	margin-right:5px;
	z-index: 50;
	background: #FFF;
    color: #000;
	padding: 10px;
	font-size: 19px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 1px 1px 0 #fff;
    opacity: 0.7;    
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 13px;
}
#wowslider-container1  a.wsl{
	display:none;
}/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:0;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 ul{
	position:relative;
	width: 200%; 
	left:0%;
	animation: wsBasic 8s infinite;
	-moz-animation: wsBasic 8s infinite;
	-webkit-animation: wsBasic 8s infinite;
}
#wowslider-container1 ul li{
	float:left;
	width:989px;
}
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }





#menuh-container
	{
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a {
display: block;
font-size: 14px;
font-weight: bold;
white-space: nowrap;
margin: 0;
padding: 7px 25px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #B60505;		/* royal blue */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #1E70EF;	/* cornflowerblue */
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
list-style: none;
float: left;
margin: 0px;
padding: 0px 5px;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */