@charset "utf-8";
/* CSS Document */

/*---Global styles start---*/

#site-global{
		width:1300px;
		margin:0px auto;
	}
	
.has-padding-35{
		padding:0px 35px;
	}

.clear:after{
		content:"";
		display:table;
		clear:both;
	}
	
.clear{
		zoom:1;
	}
	
.float-left {
		float:left;
	}


.float-right {
		float:right;
	}
	
.border-box {		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
	}

.has-no-style,
.has-no-style li {
		list-style:none;
		list-style-image:none;
		margin:0px;
		padding:0px;
	}

#main {
		padding-top:30px;
		padding-bottom:20px;	
	}
	
#content-out{
		width:935px;
		margin-right:35px;
	}

#sidebars{
		width:260px;
	}
	
.left-margin-8 {
		margin-left:8px;
	}
	
.left-margin-7 {
		margin-left:7px;
	}

.bottom-margin-25 {
		margin-bottom:25px;
	}

.bottom-margin-30 {
		margin-bottom:30px;
	}
	
.bottom-margin-35 {
		margin-bottom:35px;
	}

.bottom-margin-40 {
		margin-bottom:40px;
	}

.hiddenarea {
		display:none;	
	}

#site-header-bottom {
	background:url(../img/siteheaderbg.jpg) no-repeat center top;
}	

/*---Global styles end---*/

/*---Header start---*/

/*---site name start---*/

#site-header-top{
		background:#ededed;
		height:40px;	
		border-bottom:1px solid #e0e0e0;
	}

#site-name{
		height:40px;
		line-height:40px;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#6e6b76;
	}
	
#site-name .big-letter{
		font-size:16px;
	}
	
/*---site name end---*/

/*---language start---*/

#site-language{
		margin:12px 67px 12px 0px;
	}

#site-language ul li{
		float:left;
		margin-left:10px;
		line-height:16px;
}

#site-language ul li:first-child{
		margin-left:0px;
}


#site-language ul li a{
		color:#990000;
		font-size:11px;
		font-family:Verdana, Geneva, sans-serif;
		text-decoration:none;
		line-height:16px;
		float:left;
}

#site-language ul li._ar a{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
}

#site-language ul li.active a,
#site-language ul li a:hover{
		color:#999999;
}

/*---language end---*/

/*---search start---*/

#site-search{
		margin:7px 0px;
		padding:0px 0px 0px 67px;
		height:26px;
		border-left:1px solid #e0e0e0;
	}

#site-search input{
		float:left;
	}

#site-search .search-submit{
		display:block;
		width:36px;
		height:26px;
		border:1px solid #cccccc;
		border-left:0px;
		color:transparent;
		font-size:0px;
		background:#ffffff url(../img/searchbg.jpg) no-repeat center center;
	}
	
#site-search .search-text{
		width:180px;
		padding:0px 10px;
		color:#666666;
		line-height:14px;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		height:26px;
		border:1px solid #cccccc;
		border-right:0px;
		background:#ffffff;
	}

/*---search end---*/

/*---site logo start---*/

#site-logo {
		height:80px;
		margin:25px 0px;
	}

/*---site logo end---*/

/*---site top menu start---*/
#shb-top {
		margin:13px 0px 16px 0px;
		height:22px;
	}

#site-top-menu {
		margin-bottom:9px;
		height:13px;
		margin-right:45px;
	}

#site-top-menu .menu li{
		float:left;
		font-size:11px;
		line-height:13px;
		margin-left:10px;
		padding-left:10px;
		border-left:1px solid #cccccc;
	}

#site-top-menu .menu li:first-child{
		margin-left:0px;
		padding-left:0px;
		border-left:0px;
	}

#site-top-menu .menu li a{
		color:#666666;
		font-size:11px;
		line-height:13px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
	}


#site-top-menu .menu li a:hover{
		text-decoration:underline;
	}


/*---site top menu start---*/

/*---follow links start---*/

#site-follow-links {
		height:22px;
	}

#site-follow-links .menu li{
		float:left;
		height:22px;
		width:22px;
		margin-left:5px;
	}

#site-follow-links .menu li:first-child{
		margin-left:0px;
	}

#site-follow-links .menu li a{
		font-size:0px;
		line-height:100%;
		color:transparent;
		display:block;
		height:22px;
		width:22px;
	}

#site-follow-links .menu .facebook-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat 0px 0px;
	}

#site-follow-links .menu .twitter-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -22px 0px;
	}

#site-follow-links .menu .google-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -44px 0px;
	}

#site-follow-links .menu .youtube-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -66px 0px;
	}

#site-follow-links .menu .rss-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -88px 0px;
	}

#site-follow-links .menu .android-fb {
	margin-left:15px;
}
	
#site-follow-links .menu .android-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -110px 0px;
	}
	
#site-follow-links .menu .ios-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -132px 0px;
	}

/*---follow links end---*/

/*---valute and weather start---*/

#shb-bottom .title a{
		color:#990000;
		font-size:16px;
		line-height:16px;
		font-family:Tahoma, Geneva, sans-serif;
		text-align:right;
		text-decoration:none;
	}
#shb-bottom .title a:hover{
		text-decoration:underline;
	}

#shb-bottom .date{
		color:#61737f;
		font-size:16px;
		line-height:16px;
		margin-top:8px;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
	}

#shb-bottom .others {
		margin-top:10px;
	}

#shb-bottom .others,
#shb-bottom .others a{
		color:#909aa0;
		font-size:12px;
		line-height:14px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:right;
	}

#shb-bottom .others a{
		text-decoration:underline;
	}

#shb-bottom .others a:hover{
		text-decoration:none;
	}

#shb-bottom .astitle{
		margin-right:13px;
	}

#shb-bottom .asitem .item div{
		float:left;
	}

#shb-bottom .asitem .item{
		background:#ededed;
		border-left:2px solid #990000;
	}

#valute-block .item{
		padding:6px;
		height:16px;
		width:158px;
	}

#valute-block .item:first-child{
		margin-bottom:1px;
	}

#valute-block .symbol{
		color:#979797;
		line-height:16px;
		font-size:16px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}

#valute-block .name{
		color:#61737f;
		line-height:16px;
		font-size:12px;
		font-weight:bold;
		margin-left:10px;
		font-family:Arial, Helvetica, sans-serif;
	}

#valute-block .buy,
#valute-block .cell{
		color:#990000;
		line-height:16px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		margin-left:15px;
	}

#valute-block {
		margin-right:45px;
	}

#weather-block .item{
		width:140px;
		height:57px;
	}

#weather-block .symbol{
		width:60px;
		padding:9px 0px 9px 15px;
	}

#weather-block .name{
		color:#61737f;
		line-height:16px;
		font-size:16px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}

#weather-block .temp{
		color:#990000;
		line-height:14px;
		font-size:11px;
		margin-top:7px;
		font-family:Verdana, Geneva, sans-serif;
	}

#weather-block .status div{
		width:57px;
		height:57px;
		margin-right:5px;
	}

/*---valute and weather end---*/

/*---weather type start---*/

#weather-block .cloudly-icon{
		/*background:url(../img/cloudly-icon.jpg) no-repeat center center;*/
	}

/*---weather type end---*/

/*---main menu top start---*/

#site-top-mainmenu {
		background:url(../img/mainmenubg.jpg) repeat-x left center;
		height:56px;
		position:relative;
	}

#stm-nav {
		width:1014px;
	}

#site-top-mainmenu .menu {
		margin-left:-33px;
	}

#site-top-mainmenu .menu li {
		float:left;
		margin-left:15px;
		position:relative;
		padding-left:18px;
		background:url(../img/mainmenusep.jpg) no-repeat left center;
	}

#site-top-mainmenu .menu li a{
		text-decoration:none;
	}

#site-top-mainmenu .menu li,
#site-top-mainmenu .menu li a{
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		line-height:28px;
		font-size:12px;
	}
	
#site-top-mainmenu .menu > li:hover > a,
#site-top-mainmenu .menu > li.active > a{
	text-decoration:underline;
}

#site-top-mainmenu .expanded .menu{
		display:none;
		/*background:#8b0e14;*/
		background:#600 url(../img/mediabg.jpg) repeat-x left bottom;
		position:absolute;
		left:7px;
		top:28px;
		z-index:1000;
		margin:0px;
		padding:5px 10px;
		border:1px solid #fff;/*a70b18*/
	}
	
#site-top-mainmenu .expanded:hover .menu{
		display:block;
	}
	
	
#site-top-mainmenu .expanded .menu li {
	background:0px;
	margin:0px;
	display:block;
	float:none;
	width:180px;
	padding:0px;
}


#site-top-mainmenu .expanded .menu li,
#site-top-mainmenu .expanded .menu li a {
	font-size:10px;
	line-height:20px;
}

.menu-left-bg {
	position:absolute;
	left:0px;
	top:0px;
	height:56px;
	width:30px;
	background:url(../img/mainmenubg.jpg) repeat-x left center;
	z-index:1000;
}

/*---main menu top end---*/

/*---Header end---*/

/*---Footer start---*/

/*---footer banners start---*/

#persons {
  height:110px;
  margin-bottom:0px;
  width:935px;
  overflow:hidden;
}

#persons .jcarousel{
  height:110px;
  width:966px;
  margin:0px -15px 0px -16px;
}

#persons .block-content li a {
	display:block;
  /*height:110px;
  width:210px;*/
}

#persons .block-content {
	position:relative;
}

#persons .carousel-persons-prev,
#persons .carousel-persons-next{
	position:absolute;
	top:50%;
	margin-top:-17px;
	display:block;
	height:30px;
	width:30px;
	border:2px solid #ffffff;
}

#persons .carousel-persons-prev {
	left:-44px;
	border-left:12px solid #ffffff;
	background:#D5D5D5 url(../img/arrow-prev.png) no-repeat center center;
}

#persons .carousel-persons-next{
	right:-44px;
	border-right:12px solid #ffffff;
	background:#D5D5D5 url(../img/arrow-next.png) no-repeat center center;
}

#persons .carousel-persons-prev:hover,
#persons .carousel-persons-next:hover{
	background-color:#990000;
}

#persons:hover .carousel-persons-prev{
	left:0px;
}

#persons:hover .carousel-persons-next{
	right:0px;
}

#persons .block-content li{
	margin:0px 15px 0px 16px;
}

#persons .block-content li,
#persons .block-content li img{
  /*height:110px !important;
  width:210px !important;*/
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*---footer banners end---*/


/*---site copyright start---*/

#site-footer-bottom {
		background:#990000;
		border-top:2px solid #cc0000;
		height:38px;
	}

#site-copyright {
		line-height:38px;
		height:38px;
		color:#ffffff;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
	}
	
.liveinternetclass {
	float:left;
	width:24px;
	height:24px;
	padding:7px 0px 7px 20px;
}

.liveinternetclass img {
	width:24px !important;
	height:24px !important;
}

/*---site copyright end---*/


/*---site bottom menu start---*/

#site-bottom-menu .menu{
		height:15px;
		padding:11px 0px 12px 0px;
	}

#site-bottom-menu .menu li{
		float:left;
		font-size:13px;
		line-height:15px;
		margin-left:10px;
		padding-left:10px;
		border-left:1px solid #ffffff;
	}

#site-bottom-menu .menu li:first-child{
		margin-left:0px;
		padding-left:0px;
		border-left:0px;
	}

#site-bottom-menu .menu li a{
		color:#ffffff;
		font-size:13px;
		line-height:15px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:lowercase;
	}

#site-bottom-menu .menu li:first-letter,
#site-bottom-menu .menu li a:first-letter{
		text-transform:uppercase;
	}

#site-bottom-menu .menu li a:hover{
		text-decoration:underline;
	}
	
/*---site bottom menu end---*/

#site-footer-top {
		padding-top:20px;
		padding-bottom:20px;
		border-top:1px solid #990000;
		background:#edeaf3;
	}

#site-footer-top .title{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:17px;
		line-height:19px;
		color:#474747;
	}
	
/*---site notify start---*/



#site-notify {
		width:350px;
	}

#site-notify .content{
		margin:8px 0px 20px 0px;
	}

#site-notify .content .top{
		color:#990000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		line-height:17px;
		background:url(../img/notifybg.jpg) no-repeat left center;
		padding-left:42px;
		font-weight: bold;
	}


#site-notify .content .bottom{
		margin-top:10px;
	}

#site-notify .bottom .notify-text {
		width: 190px;
		padding: 0px 10px;
		color: #666;
		line-height: 14px;
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
		height: 28px;
		border: 1px solid #cacaca;
		background: #FFF;
		border: 1px solid #990000;
	}

#site-notify .bottom .notify-submit {
		display: block;
		height: 28px;
		border: 1px solid #fff;
		color:#fff;
		font-size: 11px;
		background:url(../img/notifysubmit.jpg) repeat-x left center;
		padding:0px 6px;
		margin-left:5px;
	}

/*---site notify end---*/

/*---bottom follow start---*/

#bottom-follow-links {
		margin-bottom:30px;
	}

#bottom-follow-links .content {
		margin-top:13px;
	}

#bottom-follow-links .menu li{
		float:left;
		height:22px;
		width:22px;
		margin-left:5px;
	}

#bottom-follow-links .menu li:first-child{
		margin-left:0px;
	}

#bottom-follow-links .menu li a{
		font-size:0px;
		line-height:100%;
		color:transparent;
		display:block;
		height:22px;
		width:22px;
	}

#bottom-follow-links .menu .facebook-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat 0px 0px;
	}

#bottom-follow-links .menu .twitter-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -22px 0px;
	}

#bottom-follow-links .menu .google-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -44px 0px;
	}

#bottom-follow-links .menu .youtube-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -66px 0px;
	}

#bottom-follow-links .menu .rss-fb a{
		background:url(../img/followsprite.jpg?v=new) no-repeat -88px 0px;
	}

/*---bottom follow end---*/

/*---site apps start---*/

#site-apps .content {
	margin-top: 8px;
}
#site-apps .content a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-size: 13px;
	color: #4b4b4b;
	display: block-inline;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	width: 25px;
	height: 14px;
	margin-right: 5px;
}
#site-apps .content a:hover {
	text-decoration: underline;
}
#site-apps .content a.ios {
	background: url(/img/apple.png?v=new) no-repeat left center;
}
#site-apps .content a.android {
	background: url(/img/android.png?v=new) no-repeat left center;
}
#site-apps .content a.wphone {
	background: url(/img/wphone.png?v=new) no-repeat left center;
}
/*---site apps end---*/

/*---bottom main menu start---*/

#site-bottom-mainmenu{
		width:880px;
	}

#site-bottom-mainmenu .bmm-items{
		float:left;
		width:220px;
	}

#site-bottom-mainmenu  .bmm-top{
		margin-bottom:30px;
	}

#site-bottom-mainmenu  .bmm-bottom{
		/*margin-bottom:20px;*/
	}

#site-bottom-mainmenu  .menu li{
		font-size:16px;
		line-height:18px;
	}

#site-bottom-mainmenu  .menu li{
		font-size:16px;
		line-height:18px;
		padding-bottom:8px;
	}

#site-bottom-mainmenu  .menu .expanded{
		padding-bottom:0px;
	}

#site-bottom-mainmenu  .menu .expanded ul{
		padding-top:8px;
	}

#site-bottom-mainmenu  .menu li a{
		color:#990000;
		font-size:16px;
		line-height:18px;
		text-decoration:none;
		font-family:Tahoma, Geneva, sans-serif;
	}

#site-bottom-mainmenu  .menu li a:hover{
		text-decoration:underline;
	}

#site-bottom-mainmenu  .expanded li{
		font-size:11px;
		line-height:13px;
		padding-top:6px;
		padding-bottom:0px;
	}

#site-bottom-mainmenu  .expanded li:first-child{
		padding-top:0px;
	}

#site-bottom-mainmenu  .expanded li a{
		color:#4b4b4b;
		font-size:11px;
		line-height:13px;
		text-decoration:underline;
		font-family:Arial, Helvetica, sans-serif;
	}

#site-bottom-mainmenu  .expanded li a:hover{
		text-decoration:none;
	}

/*---bottom main menu end---*/

/*---Footer end---*/

/*---Sidebar start---*/

.newslist.redstyle .newslist-title .others{
  		background:#b2111d;
	} 

.newslist.redstyle .newslist-title{
  		background:#990000;
	} 

.newslist.blackstyle .newslist-title .others{
  		background:#000000;
	} 

.newslist.blackstyle .newslist-title{
  		background:#2a2a2a;
	} 

.newslist.redstyle{
 		border-bottom:2px solid #990000;
	} 

.newslist.blackstyle{
  		border-bottom:2px solid #2a2a2a;
	} 

/*---sidebar newslist start---*/

.newslist {
		margin-bottom:20px;	
	}

.newslist .newslist-title .title{
		float:left;
		color:#ffffff;
		font-size:17px;
		line-height:34px;
		font-family:Tahoma, Geneva, sans-serif;
		padding:0px 0px 0px 10px;
	}

.newslist .newslist-title .others{
		float:right;
		padding:0px 10px 0px 10px;
		line-height:34px;
	}

.newslist .newslist-title .title a{
		color:#ffffff;
		text-decoration:none;
		line-height:34px;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
	}

.newslist .newslist-title .title a:hover{
		text-decoration:underline;
	}

.newslist .newslist-title {
		height:34px;
	}

.newslist .newslist-content {
		background:#f0f0f0;
		overflow:hidden;
	}

.newslist .newslist-content .item {
		border-top:1px solid #ffffff;
		border-bottom:1px solid #d5d5d5;
		padding:15px 10px;
	}

.newslist .newslist-content .item:first-child {
		border-top:0px;
	}

.newslist .newslist-content .item.last {
		border-bottom:0px;
	}

.newslist .newslist-content .item-date{
		font-size:11px;
		line-height:12px;
		color:#900;
		margin-bottom:3px;
		font-family:Arial, Helvetica, sans-serif;
	}
.newslist .newslist-content .item-date span.lastnewslist{
font-weight:bold;
font-size:11px;
margin-right:30px;
}
.newslist .newslist-content .item-date span.lastnewslist a{
text-decoration:none;
color:#900;
}
.newslist .newslist-content .item-date span.lastnewslist a:hover{
text-decoration:underline;
}
.newslist .newslist-content .item-date span.culture a{
color:#820182 !important;
}
.newslist .newslist-content .item-date span.official_chronicle a{
color:#010080 !important;
}
.newslist .newslist-content .item-date span.official_documents a{
color:#4369ce !important;
}
.newslist .newslist-content .item-date span.politics a{
color:#fe0000 !important;
}
.newslist .newslist-content .item-date span.economy a{
color:#ff8041 !important;
}
.newslist .newslist-content .item-date span.regionlar a{
color:#2cb92d !important;
}
.newslist .newslist-content .item-date span.baku2015 a{
color:#9a2c83 !important;
}
.newslist .newslist-content .item-date span.science_and_education a{
color:#585858 !important;
}
.newslist .newslist-content .item-date span.sports a{
color:#7eacdb !important;
}
.newslist .newslist-content .item-date span.world a{
color:#9470dc !important;
}
.newslist .newslist-content .item-date span.bloody_memory a{
color:#000000 !important;
}
.newslist .newslist-content .item-title{
		font-size:13px;
		line-height:15px;
	}


.newslist .newslist-content .item-title a{
		font-size:13px;
		line-height:15px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		text-decoration:none;
	}

.newslist .newslist-content .item-title a:hover{
		text-decoration:underline;
	}

/*---sidebar newslist end---*/

/*---sidebar banners start---*/

.banners .banner a{
		display:block;
		width:100%;
		line-height:100%;
		font-size:0px;
	}

.banners .banner {
		margin-bottom:20px;
		width:260px;
	}

.banners .clear .banner {
		float:left;
		width:120px;
		margin-left:20px;
	}

.banners .clear .banner:first-child{
		margin-left:0px;
	}
	
	.banners .banner a{
		display:block;
		width:100%;
		line-height:100%;
		font-size:0px;
	}

.banners .banner {
		margin-bottom:20px;
		width:260px;
	}

.banners .banner-item {
		float:left;
		width:120px;
		margin-left:20px;
	}

.banners .banner-item:first-child{
		margin-left:0px;
	}

.banners .banner.last{
		margin-bottom:0px;
	}

/*---sidebar banners end---*/

/*---Sidebar end---*/

/*----Content area start---*/

/*---littlenews start---*/

.littlenews{
  width:228px;
  border-bottom:1px solid #dadada;
  background:url(../img/littlenewsbg.jpg ) repeat-x left bottom;
}

.littlenews .title {
  height:34px;
  text-align:center;
  background:#dadada;
  margin-bottom:1px;
  font-size:17px;
  font-family:Tahoma, Geneva, sans-serif;
  line-height:34px;
  color:#454545;
}

.littlenews .title a{
  line-height:34px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#454545;
  font-size:17px;
  text-decoration:none;
}

.bodyconten_ru .official_documents .title a{
  font-size:15px;
}

.bodyconten_de .science_and_education .title a{
  font-size:14px;
}

.littlenews .title a:hover{
  text-decoration:underline;
}

.littlenews .news-item{
  padding:15px;
  border-top:1px solid #dadada;
}

.littlenews .news-item:first-child{
  border-top:0px;
}

.littlenews .item-title,
.littlenews .item-title a {
  line-height:15px;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  color:#414141;
}

.littlenews .news-item:first-child .item-title,
.littlenews .news-item:first-child .item-title a {
  line-height:14px;
  font-size:12px;
}

.littlenews.hasimage .news-item:first-child .item-title-inner{
	overflow:hidden;
	height:28px;
}

.littlenews.hasimage .news-item:first-child:hover .item-title-inner{
	overflow:visible;
	height:auto;
	min-height:28px;
}


.littlenews .item-title a {
  text-decoration:none;
}

.littlenews .item-title a:hover {
  text-decoration:underline;
}

.littlenews .item-date {
  margin-bottom:3px;
  line-height:11px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9px;
  color:#900;
}

.littlenews.hasimage .news-item:first-child .item-date{
  display:none;
}

.littlenews.hasimage .news-item:first-child{
  padding:0px;
  position:relative;
  height:166px;
}

.littlenews .item-image {
  line-height:0px;
  font-size:0px;
}

.littlenews.hasimage .news-item:first-child .item-title{
  background:url(../img/littlenewstitlebg.png);
  padding:8px 15px 10px 15px;
  position:absolute;
  bottom:0px;
  left:0px;
  width:198px;
  overflow:hidden;
}

.littlenews.hasimage .news-item:first-child .item-title,
.littlenews.hasimage .news-item:first-child .item-title a{
  color:#ffffff;
}


.littlenews-10 {
	display:none;
}

/*---littlenews end---*/

/*--mainnews start---*/

.jcarousel-wrapper {
    position: relative;
	width:462px;
	height:340px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 462px;
    height: 340px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/
/*
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
*/
/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 78px;
    right: 10px;
	z-index:10;
	margin:0px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: block;
	float:left;
    font-size: 9px;
    line-height: 10px;
    width: 18px;
    background: #990000;
    color: #ffffff;
    padding: 4px 0px;
    text-align: center;
    border-left:1px solid #cc0000;
	font-family:Arial, Helvetica, sans-serif;
}

.jcarousel-pagination a:first-child {
    border-left:0px;
}

.jcarousel-pagination a.active {
    background: #666666;
}

.mainnews-left .slidernews-item{
		width:462px;
		height:340px;	
	}
	
.mainnews-left .item-top {
		width:462px;
		height:262px;
	}
	
.mainnews-left .item-bottom {
		width:432px;
		padding:10px 15px 10px 15px;
		height:58px;
		background:#666666;
	}
	
.mainnews-left .news-teaser,
.mainnews-left .news-teaser a{
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff !important;
		line-height:15px;
		font-size:12px;
	}
	
.mainnews-left .news-teaser span {
		color:#ffffff !important;
}
	
.mainnews-left .news-teaser a{
		text-decoration:none;
	}


.mainnews-left .news-teaser a:hover{
		text-decoration:underline;
	}

.mainnews-left .news-image {
		font-size:0px;
		line-height:100%;	
	}

.mainnews-left .item-bottom-top {
		margin-bottom:5px;
	}
	
.mainnews-left .news-info{
		height:11px;
		line-height:11px;
		width:100%;
	}

.news-mainimg {
	height:262px;
	width:462px;
	overflow:hidden;
}
	
.mainnews-left .news-date {
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		line-height:10px;
		padding:1px 0px 0px 0px;
		font-size:9px;
		float:left;
	}

.mainnews-left .news-flags {
		height:11px;
		float:left;	
		margin-left:10px;
	}
	
.mainnews-left .news-flags div{
		height:11px;
		float:left;	
		margin-right:6px;
		width:11px;
		display:none;
	}
	
.mainnews-left .news-flags .flag-photo {
		background:url(../img/infoflags.jpg) no-repeat left center;
	}
	
.mainnews-left .news-flags .flag-video {
		background:url(../img/infoflags.jpg) no-repeat center center;
	}
	
.mainnews-left .news-flags .flag-audio {
		background:url(../img/infoflags.jpg) no-repeat right center;
	}
	
.mainnews-left .hasimage .flag-photo{
		display:block;
	}
	
.mainnews-left .hasvideo .flag-video{
		display:block;
	}
	
.mainnews-left .hasaudio .flag-audio{
		display:block;
	}
	
.mainnews-right {
		width:473px;
		height:340px;
		overflow:hidden;
	}
	
.mainnews-right-inner {
		margin:0px 0px 0px 1px;
	}
	
.mainnews-right .news-item{
  width:228px;
  position:relative;
  margin:0px 0px 8px 8px;
}

.mainnews-right .item-title,
.mainnews-right .item-title a {
  line-height:14px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#ffffff;
}


.mainnews-right .item-title a {
  text-decoration:none;
}

.mainnews-right .item-title a:hover {
  text-decoration:underline;
}

.mainnews-right .item-image {
  line-height:0px;
  font-size:0px;
}

.mainnews-right .news-item .item-title{
  background:url(../img/littlenewstitlebg.png);
  padding:8px 15px 10px 15px;
  position:absolute;
  bottom:0px;
  left:0px;
  overflow:hidden;
  width: 198px;
}

.mainnews-right .news-item .item-title-inner {
  height:28px;
  overflow:hidden;
}

.mainnews-right .news-item:hover .item-title-inner {
  height:auto;
  overflow:visible;
}

/*--mainnews end---*/

/*---tabnews start---*/

.tabnews {
  width:699px;
}

.tabnews .header {
  height:34px;
  background:#990000;
}

.tabnews .title {
  height:34px;
  line-height:34px;
  padding:0px 15px;
  color:#ffffff;
  font-family:Tahoma, Geneva, sans-serif;;
  font-size:17px;
  background:#990000;
  margin-right:15px;
}


.tabnews .others{
  height:14px;
  line-height:14px;
  margin-bottom:2px;
  background:#ffffff;
  padding:7px 0px 11px 0px;
}

.tabnews .title a{
  height:34px;
  line-height:34px;
  padding:0px 15px;
  color:#ffffff;
  font-family:Tahoma, Geneva, sans-serif;;
  font-size:17px;
  background:#990000;
  text-decoration:none;
}

.tabnews .title a:hover{
  text-decoration:underline;
}

.tabnews .content {
  padding:10px 0px 20px 0px;
  border-bottom:2px solid #990000;
}

.tabnews .first-news{
  margin-bottom:10px;
}

.tabnews .first-news .news-image {
  width:228px;
  margin-right:15px;
  height:166px;
}

.tabnews .first-news .news-right {
  width:456px;
}



.tabnews .news-title a{
  color:#414141;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
}

.tabnews .news-title a:hover{
  text-decoration:underline;
}

.tabnews .first-news .news-title {
  margin-bottom:15px;
}

.tabnews .first-news .news-title,
.tabnews .first-news .news-title a{
  font-size:15px;
  line-height:18px;
  font-weight:bold;
}

.tabnews .first-news .news-teaser,
.tabnews .first-news .news-teaser p {
  color:#0d0d0d;
  font-size:13px;
  line-height:15px;
  font-family:Arial, Helvetica, sans-serif;
}

.tabnews .first-news .news-teaser p {
  margin:0px;
}

.tabnews .news-info{
		height:11px;
		line-height:11px;
		width:100%;
                margin-bottom:5px;
	}

.tabnews .news-type,
.tabnews .news-date {
		font-family:Arial, Helvetica, sans-serif;
		color:#900;
		line-height:10px;
		padding:1px 0px 0px 0px;
		font-size:9px;
		float:left;
	}


.tabnews .news-type {
  text-decoration:underline;
}

.tabnews .news-date {
  
}

.tabnews .news-flags {
		height:11px;
		float:left;	
		margin-left:10px;
	}
	
.tabnews .news-flags div{
		height:11px;
		float:left;	
		margin-right:6px;
		width:11px;
		display:none;
	}
	
.tabnews .news-flags .flag-photo {
		background:url(../img/infoflagsgrey.jpg) no-repeat left center;
	}
	
.tabnews .news-flags .flag-video {
		background:url(../img/infoflagsgrey.jpg) no-repeat center center;
	}
	
.tabnews .news-flags .flag-audio {
		background:url(../img/infoflagsgrey.jpg) no-repeat right center;
	}
	
.tabnews .hasimage .flag-photo{
		display:block;
	}
	
.tabnews .hasvideo .flag-video{
		display:block;
	}
	
.tabnews .hasaudio .flag-audio{
		display:block;
	}

.tabnews .other-four .news-item {
  width:349px;
  /*margin-top:15px;*/
}

.tabnews .other-four .news-row {
	margin-top:15px;
}

.tabnews .other-four .news-image {
  width:112px;
  height:82px;
  margin-right:10px;
}

.tabnews .other-four .news-right {
  width:217px;
  padding-right:10px;
}

.tabnews .other-four .withoutimage .news-left,
.tabnews .first-news .withoutimage .news-left{
	display:none;
}

.tabnews .other-four .withoutimage .news-right {
	width:339px;
}

.tabnews .first-news .withoutimage .news-right {
	width:699px;
}



.tabnews .other-four .news-title,
.tabnews .other-four .news-title a {
  font-size:13px;
  font-weight:bold;
  line-height:15px;
}

/*---tabnews end---*/

/*---multimedia start---*/

.multimedia {
  clear:both;
}

.multimedia .ui-tabs {
	padding:0px;
}

.multimedia .ui-tabs .ui-tabs-panel {
	padding:0px;
}

.multimedia-inner{
  padding:15px;	
  background:#660000 url(../img/mediabg.jpg) repeat-x left bottom;
  width:905px;
	}

.multimedia .header {
  color:#ffffff;
  font-size:17px;
  line-height:20px;
  height:20px;
  font-family:Tahoma, Geneva, sans-serif;;
}

.multimedia .content {
  margin-top:-20px;
}

.multimedia .content ul,
.multimedia .content ul li  {
  padding:0px;
  list-style:none;
  list-style-image:none;
  margin:0px;
}

.multimedia .content ul li,
.multimedia .content ul li a  {
  color:#ffffff;
  font-size:12px;
  line-height:14px;
  font-family:Arial, Helvetica, sans-serif;
}

.multimedia .content ul {
  width:724px;  
  height:22px;
  margin-left:181px;
  margin-bottom:15px;
}

.multimedia .content ul li {
  float:left;
  height:22px;
  background:#990000;
  margin-left:5px;
  padding-bottom:0px !important;
  margin-bottom:0px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.multimedia .content ul li:first-child {
  margin-left:0px;
}


.multimedia .content ul li a  {
  text-decoration:none;
  float:left;
  padding:5px 15px 3px 15px !important;
}

.multimedia .content .news-item  {
  width:200px;
  margin-left:35px;
  height:146px;
  position:relative;
}

.multimedia .content .news-image{
  width:200px;
  height:146px;
}

.multimedia .content .news-date{
  height:11px;
  line-height:11px;
  color:#ffffff;
  font-size:9px;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom:3px;
}

.multimedia .content .news-title,
.multimedia .content .news-title a{
  line-height:14px;
  color:#ffffff;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}

.multimedia .content .news-title-date{
	background: url(../img/littlenewstitlebg.png);
	padding: 10px 15px 8px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:170px;
}



.multimedia .content .news-title-inner {
	height:28px;
	overflow: hidden;
}

.multimedia .content .news-item:hover .news-title-inner {
	height:auto;
	min-height:28px;
}

.multimedia .content .news-title a{
  text-decoration:none;
}

.multimedia .content .news-title a:hover{
  text-decoration:underline;
}

.multimedia .content .news-item:first-child {
  margin-left:0px;
}

.multimedia .navigation {
  height:20px;
  margin-top:15px;
}

.multimedia .navigation .prev,
.multimedia .navigation .next {
  height:14px;
  padding:3px 0px;
}

.multimedia .navigation .prev{
  padding-left:20px;
  background:url(../img/mmprevbg.jpg) no-repeat left center;
}


.multimedia .navigation .next {
  padding-right:20px;
  background:url(../img/mmnextbg.jpg) no-repeat right center;
}

.multimedia .navigation .prev a,
.multimedia .navigation .next a {
  font-size:12px;
  float:left;
  line-height:14px;
  color:#ffffff;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
}

.multimedia .navigation .prev a:hover,
.multimedia .navigation .next a:hover {
  text-decoration:underline;
}

/*---multimedia end---*/

/*---baku 2015 banner start---*/

.baku2015-banner {
		width:100%;
		height:62px;	
		position:relative;	}

.baku2015-banner table {
		height:62px;
		width:100%;
	}
	
.baku2015-banner table,
.baku2015-banner table tr,
.baku2015-banner table td{
		border:0px;
		padding:0px;
		margin:0px;
		line-height:0px;
	}	

.baku2015-banner .baku2015-left {
		background:url(../img/baku2015banner.jpg) no-repeat left center;
	}

.baku2015-banner a {
		height:62px;
		width:100%;
		display:block;
		/*position:absolute;*/
	}
	
.baku2015-banner .notshow {
		color:transparent;
		text-indent:-999em;
	}
	
.baku2015-banner .baku2015-counter {
		width:300px;
		padding:1px 1px 1px 0px;
		background: url(../img/rightbg2015.jpg) repeat-x 1px;
	}
.baku2015-counter{
text-align:center;
}
.baku2015-counter a{
color:#fff;
font-weight:bold;
font-size:16px;
  line-height: 62px;
  text-decoration:none;
}
.banner-only{
text-align:center;
}
/*---baku 2015 banner end---*/

/*---hotline start---*/

.modern-ticker
{
	width:935px;
	height:34px;
	line-height:32px;
	overflow:hidden;
	color:#ffffff;
	background-color:#d5d5d5;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.modern-ticker a
{
	text-decoration:none
}
.modern-ticker ul
{
	margin:0;
	padding:0;
	list-style:none
}

.mt-body
{
	margin:1px;
	position:relative
}
.mt-label
{
	padding:0 15px;
	position:absolute;
	left:0;
	margin:-1px 0px 0px -1px;
	line-height:34px;
	background-color:#900
}
.mt-news
{
	overflow:hidden;
	position:absolute;
	background-color:#ffffff;
}
.mt-news li
{
	float:left
}
.mt-news a
{
	padding:0 15px 0 15px;
	display:block;
	white-space:nowrap;
	font-weight:bold;
	color:#414141;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.mt-news a:hover, .mt-news a:active
{
	text-decoration:underline
}
.mt-hide
{
	display:none
}
.mt-controls
{
	position:absolute;
	right:0;
	background-repeat:no-repeat;
	background-position:-1000px;
	background-image:url(../img/pause.png)
}
.mt-next,.mt-play,.mt-prev
{
	width:34px;
	height:34px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	cursor:pointer;
	margin:-1px -1px 0px 0px;
}
.mt-preloader
{
	background:url(../img/preloader.gif) no-repeat center
}
.mt-next,.mt-prev
{
	background-color:#d5d5d5
}
.mt-prev
{
	background-image:url(../img/arrow-prev.png)
}
.mt-next
{
	background-image:url(../img/arrow-next.png)
}
.mt-play
{
	background-color:#f0f0f0;
	background-image:url(../img/play.png)
}
.mt-pause
{
	background-image:url(../img/pause.png)
}
.mt-next:hover,.mt-play:hover,.mt-prev:hover,
.mt-next:active,.mt-play:active,.mt-prev:active
{
	background-color:#900
}

/*---hotline end---*/

/*---section color start---*/

/*---official_chronicle---*/

.official_chronicle .header,
.official_chronicle .title,
.official_chronicle .title a{
	background:#010080 !important;
}

.official_chronicle .content {
	border-color:#010080 !important;
}

.official_chronicle .title {
	background:#010080 !important;
}

.official_chronicle .title a{
	color:#ffffff !important;
}

/*-----------------------*/

/*---politics---*/

.politics .header,.politics .title,.politics .title a,
.daxili_siyaset .header,.daxili_siyaset .title,.daxili_siyaset .title a,
.xarici_siyaset .header,.xarici_siyaset .title,.xarici_siyaset .title a,
.ordu .header,.ordu .title,.ordu .title a,
.diaspora .header,.diaspora .title,.diaspora .title a
{
	background:#fe0000 !important;
}

.politics .content,
.daxili_siyaset .content,
.xarici_siyaset .content,
.ordu .content,
.diaspora .content
{
	border-color:#fe0000 !important;
}

.politics .title,
.daxili_siyaset .title,
.xarici_siyaset .title,
.ordu .title,
.diaspora .title,
{
	background:#fe0000 !important;
}

.politics .title a,
.daxili_siyaset .title a,
.xarici_siyaset .title a,
.ordu .title a,
.diaspora .title a,
{
	color:#ffffff !important;
}

/*-------------*/

/*---sports---*/

.sports .header,.sports .title,.sports .title a
{
	background:#b2cce7 !important;
}

.sports .content {
	border-color:#b2cce7 !important;
}

.sports .title{
	background:#b2cce7 !important;
	color:#444444 !important;
}

.sports .title a{
	color:#444444 !important;
}

.baku2015 .header,.baku2015 .title,.baku2015 .title a
{
	background:#9a2c83 !important;
}

.baku2015 .content {
	border-color:#9a2c83 !important;
}

.baku2015 .title {
	background:#9a2c83 !important;
	color:#fff !important;
}

.baku2015 .title a{
	color:#fff !important;
}

/*-----------*/

/*---official_documents---*/

.official_documents .title,.official_documents .header,
.official_documents_laws .title,.official_documents_laws .header,
.official_documents_decrees .title,.official_documents_decrees .header,
.official_documents_orders .title,.official_documents_orders .header,
.qerarlar .title,.qerarlar .header,
.mektublar .title,.mektublar .header
{
	background:#4369ce !important;
}

.official_documents .title a,
.official_documents_laws .title a,
.official_documents_decrees .title a,
.official_documents_orders .title a,
.qerarlar .title a,
.mektublar .title a
{
	color:#ffffff !important;
}

/*-----------------------*/

/*---region---*/

.regionlar .title,.regionlar .header
{
	background:#2cb92d !important;
}
.regionlar .title a
{
	color:#fff !important;
}
/*-----------------------*/

/*---economy---*/

.economy .title,.economy .header,
.energetika .title,.energetika .header,
.ikt .title,.ikt .header,
.tikinti .title,.tikinti .header,
.biznes .title,.biznes .header,
.industry .title,.industry .header,
.oil_gas .title,.oil_gas .header,
.finance_banking .title,.finance_banking .header,
.transport_construction .title,.transport_construction .header,
.exhibitions .title,.exhibitions .header
{
	background:#ff8041 !important;
}

.economy .title a,
.energetika .title a,
.ikt .title a,
.tikinti .title a,
.biznes .title a,
.industry .title a,
.oil_gas .title a,
.finance_banking .title a,
.transport_construction .title a,
.exhibitions .title a
{
	color:#ffffff !important;
}

/*-------------*/

/*---healthcare---*/

.healthcare .title,
.healthcare .header{
	background:#ccccff !important;
	color:#444444 !important;
}

.healthcare .title a{
	color:#444444 !important;
}

/*---------------*/

/*---society---*/

.society .title, .society .header,
.society_social .title, .society_social .header,
.society_religion .title, .society_religion .header,
.society_accidents .title, .society_accidents .header
{
	background:#b22222 !important;
}

.society .title a,
.society_social .title a,
.society_religion .title a,
.society_accidents .title a
{
	color:#ffffff !important;
}

/*-------------*/

/*---science_and_education---*/

.science_and_education .title,
.science_and_education .header{
	background:#989896 !important;
}

.science_and_education .title a{
	color:#ffffff !important;
}

/*---------------------------*/

/*---culture---*/

.culture .title,.culture .header,
.incesenet .title,.incesenet .header,
.musiqi .title,.musiqi .header,
.teatr_ve_kino .title,.teatr_ve_kino .header
{
	background:#820182 !important;
}

.culture .title a,
.incesenet .title a,
.musiqi .title a,
.teatr_ve_kino .title a,
.politics .title a
{
	color:#ffffff !important;
}

/*-------------*/

/*---tourism---*/

.tourism .title,
.tourism .header{
	background:#15bbf9 !important;
}

.tourism .title a{
	color:#ffffff !important;
}

/*-------------*/

/*---environment---*/

.environment .title,
.environment .header{
	background:#003602 !important;
}

.environment .title a{
	color:#ffffff !important;
}

/*-----------------*/

/*---tehsil---*/

.tehsil .title,
.tehsil .header{
	background:#d2b58d !important;
}

.tehsil .title a{
	color:#ffffff !important;
}

/*------------*/

/*---world---*/

.oddly_enough .newslist-title .title
{
	background:#990000 !important;
}
.world .title,.world .header,
.oddly_enough .title,.oddly_enough .header
{
	background:#9470dc !important;
}

.world .title a,
.oddly_enough .title a{
	color:#ffffff !important;
}

/*-----------*/

/*---bloody_memory---*/

.bloody_memory .title,.bloody_memory .header,
.bloody_memory_20_january .title,.bloody_memory_20_january .header,
.bloody_memory_khodjali_tragedy .title,.bloody_memory_khodjali_tragedy .header,
.bloody_memory_31_march .title,.bloody_memory_31_march .header
{
	background:#000000 !important;
}

.world .title a,
.bloody_memory_20_january .title a,
.bloody_memory_khodjali_tragedy .title a,
.bloody_memory_31_march .title a{
	color:#ffffff !important;
}

/*------------------*/

/*---section color end---*/

/*---contact page start---*/

/*---contact start---*/

#contact-form {
  width:450px;
  padding:20px;
  margin:0px auto;
  background:#EDEDED;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:15px;
}

#contact-form .note{
  color:#ff0000;
  padding:0px 0px 15px 0px;
  margin:0px 0px 15px 0px;
  border-bottom:1px solid #E0E0E0;
}

#contact-form .row {
  width:450px;
  margin-bottom:15px;
}

#contact-form .row input,
#contact-form .row textarea{
  padding:0px 10px;
  margin:0px;
  height: 26px;
  font-size:13px;
  line-height:15px;
  width:450px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  border:1px solid #7A7A7A;
}

#contact-form .row input.error,
#contact-form .row textarea.error{
  border:1px solid #ff0000;
  background-color:#ffdddd;
}

#contact-form .row textarea{
  max-height:200px !important;
  height:100px;
  max-width:450px !important;
  padding:5px 10px;
  min-width:450px !important;
}

#contact-form .row label{
  font-weight:bold;
  display:block;
  margin-bottom:3px;
}

#contact-form span.required{
  color:#ff0000;
}

#contact-form .row > div{
  zoom:1;
  width:280px;
}

#contact-form .row > div:after{
  content:"";
  clear:both;
  display:table;
}

#contact-form .row .hint {
  width:100%;
  font-size:11px;
  margin-top:10px;
}

#contact-form .row > div *{
  float:left;
}

#contact-form .row > div input {
  width:120px !important;
  margin:12px 0px;
}


#contact-form .row > div img {
  margin-right:10px;
}

#contact-form .row > div a{
  display:block;
  width:20px;
  height:20px;
  font-size:0px;
  color:transparent;
  margin:15px 10px 15px 0px;
  background:url(../img/refresh.png) no-repeat center center;
}

#contact-form .buttons {
  padding-top:15px;
  margin:0px;
  text-align:center;
  border-top:1px solid #E0E0E0;
}

#contact-form .buttons input{
  width:150px !important;
  font-weight:bold;
}

#contact-form .buttons input:hover{
  color:#900;
}

/*---contact end---*/

/*---subscribe inner page start---*/

.abune .captcha-row {
  float:left;
  line-height:15px;
  border-bottom:1px solid #cacaca;
  padding:15px 0px 10px 0px;
  margin-bottom:15px;
}

.abune .captcha-row label{
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  display:none;
}

.abune .captcha-row > div{
  zoom:1;
}

.abune .captcha-row .hint {
  width: 100%;
  font-size: 11px;
}

.abune .captcha-row > div:after{
  content:"";
  display:table;
  clear:both;
}

.abune .captcha-row > div * {
  float:left;
}

.abune .captcha-row > div img {
  margin-right:10px;
}

.abune .captcha-row > div a {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  margin: 15px 10px 15px 0px;
  background: url(../img/refresh.png) no-repeat center center;
}

.abune .captcha-row > div input {
  width: 120px;
  margin: 12px 0px;
  padding: 0px 10px;
  height: 26px;
  font-size: 13px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CACACA;
}

.abune .tabnews-search,
.abune .captcha-row{
  float:none;
}


.abune #site-notify-2 .content {
  zoom:1;
  padding:0px;
}

.abune #site-notify-2 .content:after {
  content:"";
  display:table;
  clear:both;
}

.abune #site-notify-2 .content .top{
		color:#4b4b4b;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:14px;
		background:url(../img/notifybg.jpg) no-repeat left center;
		padding-left:42px;
                float:left;
                margin-right:25px;
	}

.abune #site-notify-2 .bottom .notify-text {
		width: 190px;
		padding: 0px 10px;
		color: #666;
		line-height: 14px;
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
		height: 28px;
		border: 1px solid #cacaca;
		background: #FFF;
	}

.abune #site-notify-2 .bottom .notify-submit {
		display: block;
		height: 28px;
		border: 1px solid #CCC;
		color:#4d4d4d;
		font-size: 11px;
		background:url(../img/notifysubmit.jpg) repeat-x left center;
		padding:0px 6px;
		margin-left:5px;
	}

/*---subscribe inner page end---*/

/*---contact page end---*/

/*----Content area end---*/


/*---for arabic start---*/

.arabic  .float-left {
		float:right;
	}


.arabic  .float-right {
		float:left;
	}
	
.arabic  #content-out{
		margin-left:35px;
		margin-right:0px;
	}
	
.arabic  .left-margin-8 {
		margin-right:8px;
		margin-left:0px;
	}
	
.arabic  .left-margin-7 {
		margin-right:7px;
		margin-left:0px;
	}

.arabic  #site-header-bottom {
	background:url(../img/siteheaderbg-ar.jpg) no-repeat center top;
}	

.arabic  #site-language{
		margin:12px 0px 12px 67px;
	}

.arabic  #site-language ul li{
		float:right;
		margin-right:10px;
		margin-left:0px;
}

.arabic  #site-language ul li:first-child{
		margin-right:0px;
}

.arabic  #site-search{
		padding:0px 67px 0px 0px;
		height:26px;
		border-right:1px solid #e0e0e0;
		border-left:0px;
	}

.arabic  #site-search input{
		float:right;
	}

.arabic  #site-search .search-submit{
		border-right:0px;
		border-left:1px solid #cccccc;
	}
	
.arabic  #site-search .search-text{
		border-left:0px;
		border-right:1px solid #cccccc;
	}

.arabic  #site-top-menu {
		margin-left:45px;
		margin-right:0px;
	}

.arabic  #site-top-menu .menu li{
		float:right;
		margin-right:10px;
		padding-right:10px;
		margin-left:0px;
		padding-left:0px;
		border-right:1px solid #cccccc;
		border-left:0px;
	}

.arabic  #site-top-menu .menu li:first-child{
		margin-right:0px;
		padding-right:0px;
		border-right:0px;
	}

.arabic  #site-follow-links .menu li{
		float:right;
		margin-right:5px;
		margin-left:0px;
	}

.arabic  #site-follow-links .menu li:first-child{
		margin-right:0px;
	}

.arabic  #site-follow-links .menu .android-fb {
	margin-right:15px;
	margin-left:0px;
}

.arabic  #shb-bottom .title{
		text-align:left;
	}

.arabic  #shb-bottom .date{
		text-align:left;
	}

.arabic  #shb-bottom .others,
.arabic  #shb-bottom .others a{
		text-align:left;
	}

.arabic  #shb-bottom .astitle{
		margin-left:13px;
		margin-right:0px;
	}

.arabic  #shb-bottom .asitem .item div{
		float:right;
   direction:ltr;
	}

.arabic  #shb-bottom .asitem .item{
		border-right:2px solid #990000;
		border-left:0px;
	}

.arabic  #valute-block .name{
		margin-right:10px;
		margin-left:0px;
	}

.arabic  #valute-block .buy,
.arabic  #valute-block .cell{
		margin-right:15px;
		margin-left:0px;
	}

.arabic  #valute-block {
		margin-left:45px;
		margin-right:0px;
	}

.arabic  #weather-block .symbol{
		width:53px;
		padding:9px 15px 9px 0px;
	}

.arabic  #weather-block .status div{
		margin-left:15px;
		margin-right:0px;
	}

.arabic  #site-top-mainmenu .menu {
		margin-right:-33px;
		margin-left:0px;
	}

.arabic  #site-top-mainmenu .menu li {
		float:right;
		margin-right:15px;
		padding-right:18px;
		margin-left:0px;
		padding-left:0px;
		background:url(../img/mainmenusep.jpg) no-repeat right center;
	}

.arabic  #site-top-mainmenu .expanded .menu{
		right:7px;
		left:auto;
	}

.arabic  .menu-left-bg {
	right:0px;
	left:auto;
}

.arabic  #site-bottom-menu .menu li{
		float:right;
		margin-right:10px;
		padding-right:10px;
		margin-left:0px;
		padding-left:0px;
		border-right:1px solid #ffffff;
    border-left:0px;
	}

.arabic  #site-bottom-menu .menu li:first-child{
		margin-right:0px;
		padding-right:0px;
		border-right:0px;
	}

.arabic  #site-notify .content .top{
		padding-right:42px;
		padding-left:0px;
		background:url(../img/notifybg.jpg) no-repeat right center;
	}

.arabic  #site-notify .bottom .notify-submit {
		margin-right:5px;
		margin-left:0px;
	}

.arabic  #bottom-follow-links .menu li{
		float:right;
		margin-right:5px;
		margin-left:0px;
	}

.arabic  #bottom-follow-links .menu li:first-child{
		margin-right:0px;
	}

.arabic  #site-apps .content{
		background:url(../img/siteappsbg.jpg) no-repeat right center;
		padding-right:40px;
		padding-left:0px;
	}

.arabic  #site-bottom-mainmenu .bmm-items{
		float:right;
	}

.arabic  .newslist .newslist-title .title{
		float:right;
     padding:0px 10px 0px 0px;
	}

.arabic  .newslist .newslist-title .others{
		float:left;
	}

.arabic  .newslist .newslist-title .title a{
		float:right;
	}

.arabic  .jcarousel li {
    float: right;
}

.arabic  .jcarousel-pagination {
    left: 10px;
	right:auto;
}

.arabic  .jcarousel-pagination a {
	float:right;
    border-right:1px;
    border-left:0px;
}

.arabic  .jcarousel-pagination a:first-child {
    border-right:0px;
}
	
.arabic  .mainnews-left .news-date {
		float:right;
	}

.arabic  .mainnews-left .news-flags {
		float:right;	
		margin-right:10px;
		margin-left:0px;
	}
	
.arabic  .mainnews-left .news-flags div{
		margin-left:6px;
		margin-right:0px;
	}
	
.arabic  .mainnews-right-inner {
		margin:0px 1px 0px 0px;
	}
	
.arabic  .mainnews-right .news-item{
  margin:0px 8px 8px 0px;
}

.arabic  .tabnews .title {
  margin-left:15px;
  margin-right:0px;
}

.arabic  .tabnews .first-news .news-image {
  margin-left:15px;
  margin-right:0px;
}

.arabic  .tabnews .news-date {
		float:right;	
}

.arabic  .tabnews .news-flags {
		float:right;	
		margin-right:10px;
		margin-left:0px;
	}
	
.arabic  .tabnews .news-flags div{
		float:right;	
		margin-left:6px;
		margin-right:0px;
	}

.arabic  .tabnews .other-four .news-image {
  margin-left:10px;
    margin-right:0px;
}

.arabic  .tabnews .other-four .news-right {
  padding-left:10px;
    padding-right:0px;
}


.arabic  .multimedia .content ul {
  margin-right:181px;
    margin-left:0px;
}

.arabic  .multimedia .content ul li {
  float:right;
  margin-right:5px; 
    margin-left:0px;
}

.arabic  .multimedia .content ul li:first-child {
  margin-right:0px;
}


.arabic  .multimedia .content ul li a  {
  float:right;
}

.arabic  .multimedia .content .news-item  {
  margin-right:35px;
    margin-left:0px;
}

.arabic  .multimedia .content .news-item:first-child {
  margin-right:0px;
}

.arabic  .multimedia .navigation .prev{
  background:url(../img/mmprevbg.jpg) no-repeat right center;
}

.arabic  .multimedia .navigation .next {
  padding-left:20px;
  padding-right:0px;
  background:url(../img/mmprevbg.jpg) no-repeat left center;
}

.arabic  .baku2015-banner .baku2015-counter {
		padding:1px 0px 1px 1px;
	}

.arabic .mt-label
{
	right:0;
	left:auto;
	margin:-1px -1px 0px 0px;
}

.arabic .mt-news
{
    left:99px !important;
}

.arabic .mt-news li
{
	float:right
}

.arabic  .mt-controls
{
	left:0;
	right:auto;
}

.arabic  .mt-next,
.arabic  .mt-play, 
.arabic  .mt-prev
{
	float:right;
	margin:-1px  0px 0px -1px;
}

.arabic  .mt-prev
{
	background-image:url(../img/arrow-next.png)
}

.arabic  .mt-next
{
	background-image:url(../img/arrow-prev.png)
}

.arabic  .slimScrollBar {
	left:1px;
	right:auto !important;
}

.arabic .banners .banner-item {
		margin-right:20px;
   margin-left:0px;
	}

.arabic .banners .banner-item:first-child {
		margin-right:0px;
	}
	
	
.arabic #contact-form .row > div * {
	float:right;
}

.arabic #contact-form .row > div a,
.arabic #contact-form .row > div img{
	margin-right:0px;
	margin-left:10px;
}

.arabic .galleria-thumbnails-list {
	direction:ltr;
}
.content-gallery .galleria .galleria-images img{
    cursor: -webkit-zoom-in !important;
}
.arabic .abune .captcha-row > div * {
  float:right;
}

.arabic .abune .captcha-row > div img {
  margin-left:10px;
  margin-right:0px;
}

.arabic .abune #site-notify-2 .content .top{
		padding-right:42px;
		padding-left:0px;
                float:right;
                margin-left:25px;
                margin-right:0px;
		background:url(../img/notifybg.jpg) no-repeat right center;
	}

.arabic .abune #site-notify-2 .bottom .notify-submit {
		margin-right:5px;,
		margin-left:0px;
	}



	
/*---for arabic end---*/
.new-item{
    background-color:#ffdddd;
}

/*------------ Scroll -------------------*/
.son-xeberler .newslist-content{
height:1185px !important;
}
.son-xeberler .change-sections {
  float:right;
  width:24px;
  height:24px;
  padding:5px 10px;
  position:relative;
}


.son-xeberler .change-sections-icon {
  width:24px;
  height:24px;
  cursor:pointer;
  background:#FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/png;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5RkFERTM0NzBBMDExRTRCMjlEODQ2MzEyRjI5NkJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5RkFERTM1NzBBMDExRTRCMjlEODQ2MzEyRjI5NkJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlGQURFMzI3MEEwMTFFNEIyOUQ4NDYzMTJGMjk2QkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlGQURFMzM3MEEwMTFFNEIyOUQ4NDYzMTJGMjk2QkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAYABgDAREAAhEBAxEB/8QAggAAAwEAAAAAAAAAAAAAAAAABQgJCgEAAgMAAAAAAAAAAAAAAAAABgcDBAgQAAEEAgEDAgcAAAAAAAAAAAUBAgMEBgcIFBUJABIRIRNjJBcKEQACAQEGAwYDCQAAAAAAAAABAgMEABESEwUHITEGQSIyIxQIUhYXUWFCM0NTJBUJ/9oADAMBAAIRAxEAPwDe8SyTHQxEAIMHwootld+0KxYWSKUaJHJSdIXdN3RwClanismL9QKNs3JYa7ZJI6teSVyJGxzkjeaGN0jkdVkkJCgkAsQCSFB4kgAkgdgJ5C12m03UaynqKyjp5paSkRXndEZkhRnWNXlZQVjVpHSNWcgF2VQcTAE16ktSsFG5JjpgkfDCD4UqXxS7UG5QKGlKN4ljZEgMqGqFA/RrTy2g926GIQW4YrDY3yVp45WorHtcsaTQyO8cbq0kZAYAglSQCAwHEEgggHmCDytdqdN1Gjpqetq6eeKjq0Z4JHRlSZEdo3aJmAWRVkVkZkJCurKSGBFoR+bfxo7k5ai9dcpOLOwM2DcneMI+W7guDDspIjBmTDaZd2TyWsARluCriG3qpGNkle/EsXeYq9enZenT03wrXcTpGv1tIta0aWQavRr3EDEBgDivj492UHkR47gpPBbbZ9m/uJ6T2uqK/bPcmio5Nu+o5bqipeFHaJ2jEOGrvUmegZLw0bXinLySopEkwMqGf0u7gi4hyaln0+cXyNRHP1Iht2MRtxB1tEUQuxpcI+mhRu1YyjeidivQoPUz+R8q3xFIF/VzUBoXoTA3zViy8WHu/ZmYOebfwy8OHF3uXl204f8AO/pFt1h1SmqRfQQxetyM05/x+kFR4PQlPM9Zm52R5X5n8u1UfCP41N08U6Ox+V/KvYGbl+TnJ8ZHazbAyeTECNDGxV4xFlEd7YbX2Zq2U7dtkVc+W1IsnZILFinA9XWLivM9u+kdQ0VZdb1qSQ6vWL3kLE4QTivk+KUntPgBKjiWtmb3k+4jpDc2Wg2v2zoqOPbvpyW6CpSJUMrpGYMFJcAYaFU4BVuFQyRysAscVr+emfbC1kkf47OIcnLyPnG/UQNeQkYPtiZB7U7I42ipEzYT8a9nbHbJiGJ0TTPt6lK33UbKg6elNCOu/MeQv9nhuv8Aw4v3MPLMu4Yud338bOZfcBusu1J2YGqy/IxlxZf6uV20mdfj9IX75g8OLhflkoXb9EVkzb//2Q==');
}

.son-xeberler .change-sections-main {
  height:1700px;
  width:200px;
  position:absolute;
  background:#f0f0f0; 
  right:0px;
  top:34px;
  z-index:100;
  display:none;
  padding:30px;
}

.son-xeberler .change-sections-send {
  padding-top:10px;
  text-align: center;
}

.son-xeberler .change-sections-send input{
  height:24px;
  line-height:24px;
  padding:0px 10px;
  background:#900;
  border:0px;
  color:#fff;
}

/*.son-xeberler .change-sections:hover .change-sections-main,
.son-xeberler .change-sections-main:hover{
  display:block;
}*/

.son-xeberler .change-sections-item {
  height:18px;
  margin-bottom:10px;
  line-height:18px;
}

.son-xeberler .change-sections-item label{
  font-size: 11px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  display:block;
}

.son-xeberler .change-sections-item label:hover{
  cursor:pointer;
}

.son-xeberler .change-sections-item label:hover{
  text-decoration:underline;
}


.son-xeberler .change-sections-item input{
  display:none;
}

.son-xeberler .change-sections-item .check-icon{
  border:2px solid #f00;
  display:block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:14px;
  height:14px;
  margin:2px 20px 2px 0px;
  float:left;
}

.son-xeberler .change-sections-item .check-icon div {
  width:6px;
  height:6px;
  margin:2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}


.son-xeberler .change-sections-item input:checked + label .check-icon div{
  display:block;
  background:#4369ce;
}

.culture .check-icon{
		border-color:#820182 !important;
	}
.official_chronicle .check-icon{
		border-color:#010080 !important;
	}
.official_documents .check-icon{
		border-color:#4369ce !important;
	}
.politics .check-icon{
		border-color:#fe0000 !important;
	}
.economy .check-icon{
		border-color:#ff8041 !important;
	}
.regionlar .check-icon{
		border-color:#2cb92d !important;
	}
.science_and_education .check-icon{
		border-color:#585858 !important;
	}
.sports .check-icon{
		border-color:#7eacdb !important;
	}
.world .check-icon{
		border-color:#9470dc !important;
	}
.society .check-icon{
		border-color:#b22222 !important;
	}	
.bloody_memory .check-icon{
		border-color:#000000 !important;
	}
.culture .check-icon div{
		background:#820182 !important;
	}
.official_chronicle .check-icon div{
		background:#010080 !important;
	}
.official_documents .check-icon div{
		background:#4369ce !important;
	}
.politics .check-icon div{
		background:#fe0000 !important;
	}
.economy .check-icon div{
		background:#ff8041 !important;
	}
.regionlar .check-icon div{
		background:#2cb92d !important;
	}
.science_and_education .check-icon div{
		background:#585858 !important;
	}
.sports .check-icon div{
		background:#7eacdb !important;
	}
.world .check-icon div{
		background:#9470dc !important;
	}
.bloody_memory .check-icon div{
		background:#000000 !important;
	}
.society .check-icon div{
		background:#b22222 !important;
	}


.change-sections-main .culture label{
		color:#820182 !important;
	}
.change-sections-main .official_chronicle label{
		color:#010080 !important;
	}
.change-sections-main .official_documents label{
		color:#4369ce !important;
	}
.change-sections-main .politics label{
		color:#fe0000 !important;
	}
.change-sections-main .economy label{
		color:#ff8041 !important;
	}
.change-sections-main .regionlar label{
		color:#2cb92d !important;
	}
.change-sections-main .science_and_education label{
		color:#585858 !important;
	}
.change-sections-main .sports label{
		color:#7eacdb !important;
	}
.change-sections-main .world label{
		color:#9470dc !important;
	}
.change-sections-main .bloody_memory label{
		color:#000000 !important;
	}
.change-sections-main .society label{
		color:#b22222 !important;
	}

.bolmelerlist{
  margin:30px 0 0 0;
  padding-left:10px;
}
.bolmelerlist ul{
  list-style:none;
  margin:0;
  width:100%;
  padding:0;
}
.bolmelerlist ul li{
  float:left;
  margin-right:25px;
  width: 30.3%;
  height: 105px;
}
.bolmelerlist ul li.last{
  margin-right:0;
}
.redcolor {
	color: #c00000 !important;
}
.boldcolor {
	font-weight: bold !important;
}
.redboldcolor {
	color: #c00000 !important;
	font-weight: bold !important;
}

/* media-item */
.media-item{
  overflow: hidden;
}
.media-item {
		width:240px;
		height:152px;
		overflow:hidden;
	}
.media-item .news-item{
  width:240px;
  position:relative;
  margin:0px 0px 8px 0px;
}

.media-item .item-title,
.media-item .item-title a {
  line-height:14px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#ffffff !important;
}


.media-item .item-title a {
  text-decoration:none;
}

.media-item .item-title a:hover {
  text-decoration:underline;
}

.media-item .item-image {
  line-height:0px;
  font-size:0px;
}

.media-item .news-item .item-title{
  background:url(../img/littlenewstitlebg.png);
  padding:8px 15px 10px 15px;
  position:absolute;
  bottom:0px;
  left:0px;
  overflow:hidden;
}

.media-item .news-item .item-title-inner {
  height:30px;
  overflow:hidden;
}

.media-item .news-item:hover .item-title-inner {
  height:auto;
  overflow:visible;
}
.play-icon {
  position: absolute;
  margin-top: 26px;
  margin-left: 70px;
}
/* end media-item */
#site-barcode{
    margin-top: -84px;
}
#site-barcode .info-line {
  display: block;
  width: 170px;
  margin-left: -46px;
  position: relative;
}
#site-barcode a{
text-decoration:none;
color: #990000;
}
#site-barcode a:hover{
text-decoration:underline;
}
#site-barcode table td{
font-size:11px;
line-hright:12px;
}
#site-barcode table td br{
display: block;
margin-bottom: -5px;
content:"";
}

.baku2015medal{
position:relative;
width:260px;
height:121px;
background: url(/img/baku2015bannernew.jpg) no-repeat top left;
margin-bottom:25px;
}
.baku2015medal a{
position:relative;
width:260px;
height:121px;
display:block;
text-decoration:none;
}
.baku2015medal a span{
font-family:Times New Roman;
color:#fff;
}
.baku2015medal a span.ftext{
  position: absolute;
  font-size: 22px;
  left: 145px;
  font-weight: bold;
  top: 30px
}
.baku2015medal a span.ltext{
  position: absolute;
  font-size: 18px;
  left: 165px;
  top: 55px;
}


.sticky-active{
  position:fixed!important;
  z-index: 100;
  top: 0;
  left: 0;
  width:100%;
}
.sticky-active #stm-nav{
  margin:0 auto;
  width:1200px!important;
}
.sticky-active #stm-nav .menu-left-bg{
  width: 0px;
}
#top-mainmenu{
  z-index:9999;
}

.other-link{
	color:#900!important;
	font-size:18px!important;
}

.related-news{
	width:100%;
	margin-left:0;
	margin-bottom:20px;
}
.related-news .title{
	background-color:#900;
	color:#fff;
	z-index:10;
}
.related-news .content .news-item{
	width:305px;
	float:left;
	border-top: 0px;
	border-top: 1px solid #dadada;
	margin-top:-2px;
	padding-left: 5px;
}
.related-news .content .news-item:nth-child(1),
.related-news .content .news-item:nth-child(2){
	border: 0px;
}
.related-news .content .news-item .news-left{
	margin-right:5px;
}
.related-news .content .news-item .news-right{
	width:220px;
}
#loadnews img {
	width: 30px;
	margin: 10px 0;
	cursor: pointer;
}