/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_contentslider
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/


@charset "UTF-8";
.noo-cs {
}
.noo-cs:after {
    clear: both;
}
.noo-cs:before, .noo-cs:after {
    content: "";
    display: table;
    line-height: 0;
}
.noo-cs-main-wrap{}
.top5 .noo-cs-main-wrap {
    margin: -21px -20px 15px;
    position: relative;
}
.noo-cs-inner{
	overflow: hidden;
	position: relative;
}
.cs-group-inner{
background:none repeat scroll 0 0 #073D79 !important;
border: 5px solid #000000;
}
.noo-cs-group {
    display: none;
    *left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

input#story {width: 160px;}

.ucluk-t3 {padding: 3px;background: #e4e4e4;height: 90px;overflow: hidden;border-radius: 2px;margin: 5px;}

.rssim {
float: right;
margin-top: 10px;
}

.rssim a{
background: #FFFFFF;
padding: 5px 10px;
border-radius: 5px;
color: #000;
}

.tarzam1 {
float: left;
width: 350px;
padding: 5px 0px;
}

.tarzam0 {
padding: 10px 5px;
font-size: 14px;
color: #000;
font-weight: bold;
}

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

.tarzam {
background: #CA0000 url(../images/pattern.png) repeat;
color: #fff;
padding: 2px 14px;
font-size: 11px;
text-align: right;
box-shadow: 0px 0px 4px #000;
}

.zaman {width: 156px;float: left;color: #F2F2F2;font-size: 15px;padding: 4px 5px;background: #525151 url(../images/pattern.png) repeat;}


.yaziax {
width: 880px;
float: right;
}

.axaryazi{height:25px;background: #6f6f6f url(../images/pattern.png) repeat;border-top: 2px solid #fff;}

.karusy{float:right;position:relative;overflow:hidden;padding:5px;width:590px;height: 180px;/* border-radius: 25px; */}

.axtarim {padding: 7px;background: #029770;border-radius: 2px;}

.hrz .noo-cs-group{
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.vrt .noo-cs-group{
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.noo-cs-group.active {
    display: block;
    *left: 0;
    position: relative;
    top: 0;
}

.cs-group-inner .active,
.cs-group-inner .next,
.cs-group-inner .nextvrt,
.cs-group-inner .prevvrt,
.cs-group-inner .prev {
	display: block;
}

.cs-group-inner .active {
	*left: 0;
	*top:0;
}


.cs-group-inner .next {
	left: 100%;
}

.cs-group-inner .prev {
	left: -100%;
}
.cs-group-inner .next.left,
.cs-group-inner .prev.right {
	left: 0;
}
.cs-group-inner .active.left {
	left: -100%;
}

.cs-group-inner .active.right {
	left: 100%;
}
/**/
.cs-group-inner .nextvrt {
	top: 100%;
}

.cs-group-inner .prevvrt {
	top: -100%;
}
.cs-group-inner .nextvrt.up,
.cs-group-inner .prevvrt.down {
	top: 0;
}
.cs-group-inner .active.up {
	top: -100%;
}

.cs-group-inner .active.down {
	top: 100%;
}
/**/
.noo-cs-pager {
    text-align: center;
}
.cs-indicators {
    list-style: none outside none;
    margin: 0;
    position: relative;
}
.cs-indicators li {
    background-color: #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-align: left;
    text-indent: -999px;
    width: 10px
}
.cs-indicators .active {
    background-color: #333333;
}
.noo-cs-item {
    float:left;
}
.cs-comment{}
.cs-rate{}
.cs-rating{
	background: url("../images/rating-stars.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 16px;
    text-align: left;
    width: 80px;
}
.cs-rate-current{
	background: url("../images/rating-stars.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.noo-cs-item {
		width: 50% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.noo-cs-item {
		width: 50% !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.noo-cs-item {
		width: 100% !important;
	}
}
.item-info {    display: inline-block;    float: right;    margin-top: 5px;    width: 68%;
}
.top5 .item-info {width: 90%; margin:0;}
.top5 .realinfo {display:none;}
.item-info h2 {margin:0;
}
.item-info a {
}
.cs-title {
    font-size: 13px;
	color:#fff;
}
.cs-title:hover {color:#fff;
}
.cs-item-inner {height: 85px;
}
.top5 .item-image {width:170px;padding:0 !important;}
.item-image {
    display: inline-block;
    padding: 0 10px !important;
    width: 80px;
	}
.item-image img {
    border: 2px solid #F3A51E;
    border-radius: 5px;
    margin: 5px;
    position: absolute;
    top: 1px;
	width:75px;
	height:70px;
}

.Flashes {
padding: 4px;
}

.Flashes a {
text-decoration: none;
color: #fff;
font-size: 15px;
margin-top: 2px;
}


.top5 .item-image img{position:relative;height:150px;width:170px;}
.noo-cs-control {
    margin: 10px;
    text-align: right;
}
.noo-cs-control .cs-btn {
    background: url("../images/cs-btn.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    text-align: left;
    text-indent: -999em;
    width: 20px;
}
.noo-cs-control .next {
    background-position: -20px -20px;
}
.noo-cs-control .next:hover {
    background-position: -20px 0;
}
.noo-cs-control .prev {
    background-position: 0 -20px;
}
.noo-cs-control .prev:hover {
    background-position: 0 0;
}
.noo-cs-group .noo-cs-item {
    opacity: 1;
    transform: translate(0%, 0%) scale(1,1) rotateZ(0deg);
    -o-transform: translate(0%, 0%) scale(1,1) rotateZ(0deg);
    -webkit-transform: translate(0%, 0%) scale(1,1) rotateZ(0deg);
    -moz-transform: translate(0%, 0%) scale(1,1) rotateZ(0deg);
    -ms-transform: translate(0%, 0%) scale(1,1) rotateZ(0deg);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    position: relative;
}

.noo-cs-item.no-anim{
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-o-transition-duration:0;
	-ms-transition-duration:0;
	transition-duration:0}
.noo-cs-item.top {
    opacity: 0;
    transform: translate(0%, -100%);
    -o-transform:translate(0%, -100%);
	-webkit-transform:translate(0%, -100%);
	-ms-transform:translate(0%, -100%);
	-moz-transform:translate(0%, -100%);
}
.noo-cs-item.right {
    opacity: 0;
    transform: translate(100%, 0%);
	-o-transform: translate(100%, 0%);
	-webkit-transform: translate(100%, 0%);
	-ms-transform: translate(100%, 0%);
	-moz-transform: translate(100%, 0%);


}
.noo-cs-item.bottom {
    opacity: 0;
    transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
	-webkit-transform: translate(0%, 100%);
	-ms-transform: translate(0%, 100%);
	-moz-transform: translate(0%, 100%);
}
.noo-cs-item.left {
    opacity: 0;
    transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
}
.noo-cs-item.zoomin {
    opacity: 0;
    transform: translate(0%, 0%) scale(0) rotateZ(0deg);
    -o-transform:translate(0%, 0%) scale(0) rotateZ(0deg);
	-webkit-transform:translate(0%, 0%) scale(0) rotateZ(0deg);
	-ms-transform:translate(0%, 0%) scale(0) rotateZ(0deg);
	-moz-transform:translate(0%, 0%) scale(0) rotateZ(0deg);
}
.noo-cs-item.zoomrotate {
    opacity: 0;
    transform: translate(0%, 0%) scale(0) rotateZ(720deg);
    -o-transform: translate(0%, 0%) scale(0) rotateZ(720deg);
	-webkit-transform: translate(0%, 0%) scale(0) rotateZ(720deg);
	-ms-transform: translate(0%, 0%) scale(0) rotateZ(720deg);
	-moz-transform: translate(0%, 0%) scale(0) rotateZ(720deg);
}
.noo-cs-item.scale{
	opacity: 0;
	transform: translate(0%, 0%) scale(1, 0) rotateZ(0deg);
	-o-transform: translate(0%, 0%) scale(1, 0) rotateZ(0deg);
	-webkit-transform: translate(0%, 0%) scale(1, 0) rotateZ(0deg);
	-moz-transform: translate(0%, 0%) scale(1, 0) rotateZ(0deg);
	-ms-transform: translate(0%, 0%) scale(1, 0) rotateZ(0deg);
}
.noo-cs-item.fade{
	opacity: 0;
}





/*esas melumatlar*/

.cc-blokk {float: left;max-width: 200px;margin-left: 5px;margin-top: -4px;padding: 0px;height: 27px;font-size: 22px;box-shadow: 0px 0px 2px #000;background:#CA0000 url(../images/pattern.png) repeat;border: 0px solid red;}


.cc-blokk a {
font-size: 15px;
padding: 0px 10px;
text-decoration: none;
color: #fff;
text-shadow: 0px 0px 1px #ccc;
}


.ccs-blokk {float: left;margin-left: 0px;margin-top: -4px;padding: 0px 8px;height: 27px;box-shadow: 0px 0px 2px #000;background: #ca0000 url(../images/pattern.png) repeat;border: 0px solid red;font-size: 15px;text-decoration: none;color: #fff;}


.ccs-blokk a {
font-size: 15px;
padding-left: 10px;
text-decoration: none;
color: #fff;
text-shadow: 0px 0px 1px #ccc;
}

 



.esas{ margin: 0 auto;width:1050px;
background: #fff;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
 }




body {padding: 0;margin:0;background: #eaeaea url(../images/body.jpg) left top repeat-x;text-align: left;font: 12px Arial;color: #676767;}
.head {background: #fdfdfd url(../images/pattern.png) repeat;/* height: 150px; */border-top: 2px solid #fff;border-bottom: 1px solid #fff;}
.logo {display: block;float: left;position: relative;width: 1050px;height:130px;background: url(../images/logo.png) left top no-repeat;}

.top-menu {background: #029770 url(../images/pattern.png) repeat;height: 33px;clear: both;padding: 3px 5px;width: 1040px;}

.top-menu a {
    float: left;
    BACKGROUND: #636363 url(../images/pattern.png) repeat;
    margin: 5px 4px;
    box-shadow: 0px 0px 3px #000;
    border-radius: 2px;
    padding: 4px 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 550;
    font-size: 14px;
}

.top-menu a:hover {
    background: url(../images/top-menu.jpg) left bottom repeat-x;
    font-size: 14px;
}

.main-table {clear: both; width: 1050px;}
.for-content {
    width: 580px;
    margin-left: 5px;
    float: left;
    overflow: hidden;
    padding-top: 5px;
}
.for-other {width: 230px;position:relative;float:right;}
.for-otherl {width: 230px;position:relative;float:left;}
.s-block {background: #fff;padding: 0px;margin: 0px 3px;-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);box-shadow: 0 0 3px rgba(0,0,0,0.5);position: relative;margin-bottom: 10px;}
.ss-block {background: #7FFF55;border: 1px #d4cbcc solid;padding:5px;position: relative;margin-bottom: 10px ;font-weight: bold;}

.c-block-title {background: #018764 url(../images/pattern.png) repeat;border-bottom: 1px solid #36424E;color: #FFF;display: block;font-size: 12px;font-weight: 700;height: 22px;line-height: 24px;padding: 1px 10px;}

.cc-block-title {background: #018764 url(../images/pattern.png) repeat;border-bottom: 1px solid #36424E;color: #FFF;display: block;font-size: 15px;font-weight: 700;height: 22px;line-height: 24px;padding: 1px 10px;}

.c-block-titlee {background: url("../images/cat-name22.png") repeat-x scroll 0 1px transparent;
min-height: 15px;
margin-bottom: 11px; }

.c-block-titlee h1{background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
float: left;
padding: 0 10px 1px 10px;
text-transform: uppercase;
font: bold 12px Arial;}

.footer {background: #029770 url(../images/pattern.png) repeat;color: white;font-size: 14px;clear: both;padding: 10px;font-weight:bold;}
.footer a {color: red;}
.footer a:hover {color: #000000;text-decoration: none;}

 .shortsekil img {height:142px;width: 200px;padding:0 10px 5px 10px;}
.shortlink a {font-weight:bold;color: #4442AA; font-size: 14px;padding: 5px;text-decoration: none;}
.shortlink  { padding: 10px;}

.shortsekill img {
padding: 3px;
background-color: #FFF;
border: 1px solid #0A62FF;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
float: left;
width: 150px;
height: 100px;
margin: 0px 10px;
}

div.shortsekil {
font-size: 15px;
color: black;
}

.ucluk { margin-top: 2px;position:relative;overflow:hidden;color: #000;font: 14px Arial, Helvetica, sans-serif; }

.ucluk-t3 a {font-weight: bold;color: #025a43;/* background: #FFFFFF; */font-size: 14px;text-decoration: none;}

.iki2lik-t3 a {font-weight:bold;color: #007959;background:#FFFFFF;font-size: 12px;padding: 2px;text-decoration: none;}
.ucluk-c3 {background-color: #fff;padding:5px;color: #000;position:relative;overflow:hidden;}
 

.ikilik2 { padding:6px;height:169px;position:relative;overflow:hidden; }
.ikilik2-t3 a {font-weight:bold;color: #4442AA; background:#FFFFFF ;font-size: 16px;padding: 2px;text-decoration: none;}
.ikilik2-c3 {background-color: #fff;height: 100px;color: #000;position:relative;overflow:hidden; padding:5px;}
.ikilik2-c3 img {height: 70px;width: 120px;padding:5px;margin:5px ;border:1px solid #999999;box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;-moz-box-shadow: 0 0 5px #000;float: left;border: 0;margin: 0 15px 0 0;}


.birlik { padding:6px;height:160px;position:relative;overflow:hidden; }
.birlik-t3 a {font-weight:bold;color: #4442AA;font-size: 16px;padding: 0 0 3px 0;text-decoration: none;}
.birlik-c3 {background-color: #fff;height: 120px;color: #000;position:relative;overflow:hidden; padding:5px;}
.birlik-c3 img {height: 110px;width: 250px;padding:5px;margin:5px ;border:1px solid #999999;box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;-moz-box-shadow: 0 0 5px #000;float: left;border: 0;margin: 0 15px 0 0;}

.link-t3 a{
font-weight:bold;color: #4442AA;font-size: 13px;padding: 3px;text-decoration: none;
}


.link-t3 {
position:relative;
}

.parlamentx img{width: 200px;
margin: 9px 0px;
box-shadow: 0px 0px 6px #000;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;}

.videofxeber img {max-width:390px;}



.logoplus {
float:left;position:relative; overflow:hidden;padding:2px; width:110px; height:100px;
}

.logoplus img{
float:left;position:relative; overflow:hidden;padding:5px; width:110px; height:100px;
}


.logoplustext {
float:left;position:relative;overflow:hidden; padding:5px; width:80px; height:100px;
}

.logoplustext a{
color:#0000CC;
font-weight:bold;
float:left;
text-decoration: none;
text-align: center auto;
}

.sonxeberwekil {
position:relative;overflow:hidden; padding:5px; width:170px; height:108px;
}

.sonxeberwekil img {height: 100px;width: 160px;padding:5px;margin:5px ;border:1px solid #999999;box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;-moz-box-shadow: 0 0 5px #000;float: left;border: 0;margin: 0 15px 0 0;}


.sonxeber a{
font-size:12px;
color:#0000FF;
font-weight:bold;
text-decoration: none;
text-align: center auto;
}

.fblink a {
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;

}


.topnew {
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;
}


.topnew a{
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration: none;
}



.topnew a:hover {
font-size:12px;
color:#0000FF;
font-weight:bold;
text-decoration: none;
}


.sonxeber {float:right;width: 90px;height: 80px;}


.sonxeber img{padding:3px;margin: 2px;background-color:#FFF;border:1px solid #DDD;float:right;width: 80px;height: 70px;}

.sonxeberp img{padding: 3px;background-color: #FFF;border: 1px solid #0A62FF;border-bottom-left-radius: 10px;border-top-right-radius: 10px;width: 170px;height: 100px;}


.sonxeberlinki { margin:5px 0 5px 0; }
.sonxeberlinki  {color: #023e5a;font-weight:bold;padding: 5px;height: 40px;border-radius: 3px;overflow: hidden;background: #f5f0f0;}
.sonxeberlinki a{text-decoration: none;
font: 12px "Arial", sans-serif;
color: #000;
font-weight: bold;}

.sonxeberlinki a:hover{text-decoration:none;font: 12px "Arial", sans-serif; color: red;font-weight:bold;}


.sonxeberlinkiml { margin:5px 0 5px 0; }
.sonxeberlinkiml  {color: #023e5a;font-weight:bold;}
.sonxeberlinkiml a{text-decoration: none;font: 15px "Arial", sans-serif;color: #383838;font-weight: bold;}

.sonxeberlinkiml a:hover{text-decoration: none;color: white;font-weight: bold;}


.sonxeberlink {margin: 5px 0 5px 2px;}

.sonxeberlink  {color: #023e5a;font-weight:bold;}
.sonxeberlink a{text-decoration:none;font: 16px  "Arial", sans-serif;color: #000;}
.sonxeberlink  a:hover{text-decoration:none;color: red;}


.ardseh  {color: #023e5a;font-weight:bold;}
.ardseh  a{text-decoration:none;font: 13px "Arial", sans-serif; color: #023e5a;}
.ardseh  a:hover{text-decoration:none;font: 13px "Arial", sans-serif; color: red;}

.deyt {margin:2px 5px 5px 5px;color:white;font-weight:bold;background: #007959;padding:2px;width:100px;text-align: center;font-size:10px;}

.deytp {margin:2px 5px 5px 5px;color:white;font-weight:bold;background: #018764;padding:2px;width:100px;text-align: center;font-size:10px;}

.deyti {
background: #E1E1E1;
color: red;
font-size: 15px;
font-weight: 700;
margin: 5px;
padding: 5px;
text-align: center;
}

.deyty {color: #007959;font-weight:bold;text-align:left;font-size:10px;}


.yazar1{
text-align: center;
}

.yazar1 a {
color: #5900FF;
font-size: 15px;
text-decoration: none;

}
.yazar1 a:hover {color: #5900FF;
font-size: 15px;
text-decoration: none;}

.yazar2 a{
color: #000000;
font-size: 12px;
font-weight:bold;
text-decoration: none;
}


.yazar2 a:hover{
color:  #5900FF;
font-size: 12px;
font-weight:bold;
text-decoration: none;
}

.solblm {
    background: #efefef47;
    padding: 6px 3px;
    height: 160px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}



.ccs-blokkaxin {font-size: 18px;}

.s-blockaxin {
    margin: 3px;
    background: #ff9f3e7a;
    height: 2258px;
}

.s-blockaxin.c-block-title {
    background: #b50000;
}

.c-block-titleaxin {
    background: #f37b00 url(../images/pattern.png) repeat;
    border-bottom: 1px solid #36424E;
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 24px;
    padding: 3px 10px;
}

.sonxeberlinkiml:hover {
    background: #018764;
}


