/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-align: left;
	background:url(../../images/bg4.jpg);/*background:url(../../images/bg5.gif);*/
}
div.wrapper {
	margin: 0 auto;
	padding: 0px;
	width:1000px;
}
.bg_shadow {
	float:left;
	width:100%;
	box-shadow: 0px 0px 12px 0px #999;
}
img {
	border:0px;
}
/************ header *******/

div.header {
	float:left;
	width:100%;
	height:260px;
	position:relative;
}
.head_img {
	float:left;
	width:100%;
	height:260px;
	position:absolute;
	z-index:-1;
	top:0px;
}
.head_img img {
	float:left;
	width:100%;
	height:260px;
}
div.logo {
	float:left;
	width:300px;
	height:220px;
	text-align:center;
	padding:10px;
}
div.logo img {
	max-width:100%;
	max-height:180px;
}
div.slagon_name {
	float:left;
	width:650px;
	line-height:30px;
	word-spacing:3px;
	letter-spacing: 1px;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	padding-top:70px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
/*********** main menu *****/

div.main_menu {
	float:right;
	width:100%;
	height:37px;
	background-color: #333;
}
.main_menu.scroll-to-fixed-fixed {
	background-color:#069;
}
.main_menu ul ul {
	display: none;
	transition: all 0.3s ease 0s;
}
.main_menu ul li:hover > ul {
	display: block;
	transition: all 0.3s ease 0s;
}
.main_menu ul {
	float:left;
	list-style: none;
	position: relative;
	display: inline-table;
}
.main_menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.main_menu ul li {
	display:block;
	float: left;
	transition: all 0.3s ease 0s;
}
.main_menu ul li a {
	display: block;
	height:37px;
	line-height:37px;
	padding-right:12px;
	padding-left:12px;
	color: #FFF;
	text-decoration: none;
	font-size:11px;
	text-transform:uppercase;
	background:url(../../images/line.png) no-repeat right;
}
.main_menu ul li i {
	height:37px;
	line-height:37px;
	font-size:20px;
}
.main_menu ul li:last-child a {
	background:none;
}
.main_menu.scroll-to-fixed-fixed a {
	color:#FFF;
}
.main_menu ul li span {
	float:left;
	color:#999;
	text-transform:lowercase;
}
.main_menu ul li.active a {
	text-decoration:underline;
}
.main_menu ul li a:hover {
	text-decoration:underline;
}
/*
.main_menu ul li a:hover span {
	color:#333;
}*/


.main_menu ul li:last-child a {
	border-right:none;
}
.main_menu ul ul {
	padding:0;
	position: absolute;
	top:37px;
	z-index:999999;
}
.main_menu ul ul li {
	line-height:normal;
	height:auto;
	display:block;
	text-align:left;
	float: none;
	position: relative;
	background-color:#00659f;
	border-bottom:1px solid #FFF;
	width:200px;
}
.main_menu ul ul li a {
	height:auto;
	font-size:12px !important;
	line-height:16px;
	color: #FFF !important;
	padding:8px 14px 8px 14px;
	border:none;
	text-transform:inherit;
}
.main_menu ul ul a:hover {
	color: #FFF !important;
	text-decoration:underline;
}
.main_menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	padding:0px;
	margin-top:0px;
}
.main_menu ul ul ul li {
	min-width:220px;
}
/********** zar *******/
 
.zar {
	float:left;
	width:100%;
}
.zar_header {
	float:left;
	width:100px;
	background:#00659f;
	text-align:center;
	color:#FFF;
	height:30px;
	line-height:30px;
}
.zar_header i {
	font-size:12px;
	margin-right:5px;
}
.zar_content {
	float:left;
	width:900px;
	background:#eeeeee;
	color:#333;
	padding-right:10px;
}
.zar_content span {

	height:30px;
	line-height:30px;
	padding-right:50px;



	
}

/********** main content  *******/

.main_content {
	float:left;
	width:100%;
	background-color:#FFF;
	padding:10px;
}
/*************** ontsloh news*******************/


.news {
	float:left;
	width:676px;
	margin-bottom:20px;
}
.news ul {
	float:left;
	width:100%;
	list-style:none;
}
.news ul li.f_big {
	float:left;
	width:455px;
	height:280px;
	overflow:hidden;
	position:relative;
}
.news ul li.f_small {
	float:right;
	width:213px;
	height:137px;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
}
.news ul li.f_big img {
	float:left;
	width:100%;
	height:100%;
}
.news ul li.f_small img {
	float:left;
	width:100%;
	height:100%;
}
.news .news_tit {
	width:100%;
	background-color:#333;
	color:#FFF;
	position:absolute;
	bottom:0px;
	padding:5px;
	padding-bottom:8px;
	padding-top:8px;
	font-size:12px;
	line-height:19px;
	opacity:0.97;
	filter:alpha(opacity=97);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.news ul li:hover .news_tit {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.news .group_title {
	background-color:#c10b0b;
	color:#FFF;
	position:absolute;
	left:0px;
	top:10px;
	padding:5px;
	padding-left:12px;
	padding-right:12px;
	font-size:12px;
	text-transform:uppercase;
}
ul li:hover .news_tit {
	opacity:0.3;
	filter:alpha(opacity=0.3);/*
  height:0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
	*/
}
/*************** ontsloh news*******************/

.right_news {
	float:right;
	width:100%;
	margin-bottom:15px;
}
.right_newst_header {
	float:left;
	width:100%;
	color:#FFF;
	padding:8px;
	background:#00659f;
}
.right_news_content {
	float:left;
	width:100%;
	text-align:justify;
}
.right_news_content1 {
	float:left;
	width:100%;
	border:1px solid #CCC;
	border-top:0px;
}
.right_news_content img {
	float:left;
	width:100%;
	margin-top:6px;
	margin-bottom:6px;
}
a.r_read_more {
	float:right;
	color:#069;
	text-decoration:none;
	margin-top:3px;
}
.files_wrapper {
	float:left;
	width:100%;
	border:1px solid #CCC;
}
.files_link {
	float:left;
	width:100%;
	list-style:none;
	padding:5px;
}
.files_link li {
	float:left;
	width:50%;
	padding:5px;
}
.files_link li a {
	float:left;
	width:100%;
	height:75px;
	font-size:12px;
	border:1px solid #CCC;
	color: rgb(102, 102, 102);
	text-decoration: none;
	text-align:center;
	border-radius:2px;
	padding:5px;
	padding-top:8px;
}
.files_link li a i {
	float:left;
	width:100%;
	color:#069;
	text-align:center;
	font-size:20px;
	padding-bottom:5px;
}
.files_link li a:hover {
	border:1px solid #069;
}
div.youtube {
	float:right;
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
div.tab_news {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.tab_header {
	float:left;
	width:100%;
	color:#FFF;
	padding:8px;
	background-color:#00659f;
	text-transform:uppercase;
}
.front_list_news {
	float:left;
	width:100%;
	padding-top:10px;
	border-left:1px solid #00659f;
	border-right:1px solid #00659f;
	border-bottom:1px solid #00659f;
	padding-left:10px;
	padding-right:10px;
}
.front_list_news ul.f_last_news {
	list-style:none;
	float:left;
	width:100%;
}
.front_list_news ul.f_last_news li {
	float:left;
	width:50%;
	height:95px;
	padding-right:10px;
}
.front_list_news ul.f_last_news li a {
	float:left;
	width:100%;
	text-decoration:none;
	color:#333;
}
.front_list_news ul.f_last_news li img {
	width:120px;
	height:80px;
	padding:1px;
	border:1px solid #CCC;
	margin-right:15px;
}
.front_list_news ul.f_last_news li h2 {
	font-size:12px;
}
.front_list_news ul.f_last_news li:hover h2 {
	text-decoration:underline;
}


.f_time{
	
	text-align:right;
	color:#666;
	padding-top:3px;
	}

.sumd_box_content {
	float:left;
	width:100%;
	height:350px;
	overflow:auto;
}
.list_sum_news {
	float:left;
	width:100%;
	list-style:none;
}
.list_sum_news li {
	float:left;
	width:100%;
	border-bottom:1px dotted #CCC;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:12px;
}
.list_sum_news li strong {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.list_sum_news li strong a {
	color:#333;
	font-size:12px;
	text-decoration:none;
}
.list_sum_news li img {
	float:left;
	width:120px;
	height:75px;
	margin-right:15px;
	border:1px solid #CCC;
	padding:1px;
}
.sum_read_more {
	float:right;
	color:#069;
	text-decoration:underline;
	margin-right:10px;
}
.sum_date {
	color:#999;
	font-size:12px;
}
.sum_date b {
	color:#c10b0b;
}
div.poll {
	float:left;
	width:100%;
	margin-top:20px;
}
/************ single news ***********/

div.news_content {
	float:left;
	width:100%;
	min-height:450px;
	padding:8px;
	text-align:justify;
	
}
.content_list_news {
	float:left;
	width:100%;
	min-height:450px;
}
.content_list_news_header {
	float:left;
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #069;
	padding-bottom:3px;
	margin-bottom:20px;
}
.content_list_news ul {
	list-style:none;
	float:left;
	width:100%;
}
.content_list_news ul li {
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px dashed #999;
}
.list_news_title {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
}
.content_list_news img {
	float:left;
	width:160px;
	height:100px;
	border:1px solid #CCC;
	padding:1px;
	margin-right:15px;
}
.date_read {
	margin-top:5px;
}
.list_read_more {
	float:right;
	color:#069;
	text-decoration:none;
	text-transform:uppercase;
}
.list_read_more:hover {
	text-decoration:underline;
}
.single_news {
	float:left;
	width:100%;
}
div.content_title {
	float:left;
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #069;
	padding-bottom:3px;
	margin-bottom:15px;
}
.single_news_content {
	float:left;
	width:100%;
}
div.single_news_content img {
	max-width:30%;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #CCC;
	padding:1px;
}
div.single_news_content ul {
	margin-left:55px;
	margin-top:10px;
	padding-bottom:10px
}
.single_news_comment {
	float:left;
	width:100%;
	margin-top:20px;
}
/***************** list files  ************/

.list_law {
	float:left;
	width:100%;
	padding-bottom:20px;
}
div.list_law_header {
	float:left;
	width:100%;
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:1px solid #144d92;
}
.laws_search {
	float:left;
	width:100%;
	margin-bottom:15px;
}
input.input_box_search {
	float:left;
	width:610px;
	height:28px;
	border-radius:2px;
	border:1px solid #999;
	padding-left:10px;
	font-size:12px;
	margin-right:10px;
}
input.input_box_search1 {
	float:left;
	width:90px;
	height:28px;
	border-radius:2px;
	border:1px solid #999;
	padding-left:10px;
	font-size:12px;
	margin-right:25px;
}
.login_button_search {
	float:left;
	height:29px;
	background-color:#144d92;
	border-radius: 2px;
	border: none;
	cursor:pointer;
	color: #fff;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
}
.laws_content {
	float:left;
	width:100%;
}
table.list_items {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.list_items tr td, table.list_items tr th {
	padding:8px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:12px;
}
table.list_items tr td i {
	font-size:16px;
}
table.list_items tr:hover td {
	background-color:#F0F0F0;
}
/************sanal gomdol ******************/

div.app_form table tr td {
	padding:5px;
}
div.app_form table tr td input.input {
	width:90%;
	height:28px;
	padding-left:3px;
}
div.app_form table tr td img {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
div.app_form table tr td input.input1 {
	float:left;
	width:140px;
	height:24px;
	padding-left:3px;
	margin-bottom:15px;
}
div.app_form table tr td input.send_button {
	float:left;
	width:80px;
	height:30px;
	cursor:pointer;
	background-color:#144d92;
	color:#FFF;
	border:0px;
}
div.app_desc p {
	float:left;
	width:100%;
	font-size:14px;
	margin-bottom:15px;
	font-size: 12px;
	line-height: 17px;
}
/************************* footer *********************/

div.footer_copyright {
	float:left;
	width:100%;
	background-color:#2349ba;
	font-size:12px;
	color:#FFF;
	padding:30px;
}
.f_left1 {
	float:left;
	width:60%;
}
.f_right1 {
	float:right;
	width:40%;
	padding-left:20px;
}
.soyombo {
	float:left;
	width:100%;
	background:url(../../images/soyombo.png) no-repeat left top;
	padding-left:25px;
	margin-bottom:20px;
	line-height:18px;
}
.copyright {
	float:left;
	width:100%;
}
.footer_zuras {
	float:left;
	width:100%;
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.footer_contacts {
	float:left;
	width:100%;
}
.footer_contacts table tr td {
	padding:5px;
}
.footer_contacts table tr td i {
	float:left;
	margin-top:2px;
	font-size:14px;
}
.socail_icons {
	float:right;
	margin-top:10px;
}
.socail_icons a {
	float:left;
	margin-right:10px;
}
.socail_icons a i {
	float:left;
	color:#FFF;
	font-size:18px !important;
	margin-top:0px;
	border:1px solid #FFF;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:50%;
}
.socail_icons a:hover i {
	color:#CCC;
	border:1px solid #CCC;
}
/************************main content *****************
 
.main_content {
	float:left;
	width:100%;
	background-color:#FFF;
	padding:5px;
	padding-top:15px;
	padding-bottom:25px;
}
.main_content_header {
	text-transform:uppercase;
	font-size:14px;
	float:left;
	width:100%;
	height:28px;
	line-height:28px;
	background-color:#007dc5;
	color:#FFF;
	padding-left:5px;
}
/*************************  derictor_box ***************

div.derictor_box {
	float:left;
	width:450px;
	height:403px;
	overflow:hidden;
}
div.director_content {
	float:left;
	width:100%;
	height:371px;
	padding:5px;
	text-align:justify;
	border:1px solid #CCC;
}
div.director_content img {
	padding:1px;
	border:1px solid #999;
	margin-right:15px;
	margin-top:2px;
	margin-bottom:5px;
	max-width:99%;
}
div.director_content a {
	float:right;
	color:#039;
	margin-top:20px;
	text-transform:uppercase;
	text-decoration:none;
}
div.director_content a:hover {
	text-decoration:underline;
}
/*******************last_news**************
div.front_page {
	float:right;
	width:510px;
	height:403px;
	overflow:hidden;
}
/*********************************************************

/****************talk*************
	
.talk {
	width:100%;
	float:left;
	margin-top:15px;
}
.talk_content {
	float:left;
	width:100%;
	border:1px solid #CCC;
	padding:5px;
}
.talk_qustion {
	float:left;
	width:50%;
	padding:2px;
}
.talk_quetion_word {
	float:left;
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
}
.quetion_title {
	float:left;
	width:90%;
	height:26px;
	border:1px solid #069;
	padding-left:5px;
	margin-bottom:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.quetion_comment {
	float:left;
	width:90%;
	height:100px;
	border:1px solid #069;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.quetion_button {
	float:left;
	border:1px solid #069;
	background-color:#069;
	color:#FFF;
	padding:5px;
	cursor:pointer;
}
.talk_result {
	float:left;
	width:50%;
	padding:2px;
}
.talk_result ul {
	float:left;
	width:100%;
	height:215px;
	text-decoration:none;
	list-style:none;
	overflow:auto;
}
.talk_result ul li {
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px dotted #CCC;
	padding:5px;
}
/******************* right col *********

div.logos {
	float:right;
	width:315px;
}
div.logos_header {
	text-transform:uppercase;
	font-size:14px;
	float:left;
	width:100%;
	height:28px;
	line-height:28px;
	background-color:#007dc5;
	color:#FFF;
	padding-left:5px;
}
div.logos_content {
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #CCC
}
ul.list_logos {
	list-style:none;
}
ul.list_logos li {
	float:left;
	width:50%;
	padding:1px;
}
ul.list_logos li img {
	float:left;
	width:100%;
	height:40px;
	border:1px solid #999;
}
ul.list_logos li:hover {
	opacity: 0.9;
}

/**************poll *********************/




/****************aimag_news*************
.aimag_news {
	width:100%;
	float:left;
	margin-top:15px;
}
div.sumd_box {
	float:left;
	width:99%;
	border-bottom:1px solid #CCC;
	margin-top:15px;
}
*/


/***************************app_sanal**



/***********************links_gold**********
.photo {
	float:right;
	width:310px;
	margin-top:15px;
}
.photo ul {
	float:left;
	width:310px;
	list-style:none;
}
.photo ul li {
	float:left;
	width:100%;
	padding:0px;
	margin-bottom:8px;
	position:relative;
	color:#000;
	font-size:14px;
}








/************************* footer *********************

div.footer {
	float:left;
	width:100%;
	background-color:#034591;
	color:#FFF;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}
/************************* shuud holbogdoh ********************
.online_cont {
	width: 120px;
	position:relative;
	top: 100px;
	text-align:center;
}
.online_cont .title {
	float:left;
	width:100%;
	height:34px;
	line-height:34px;
	border-bottom:4px solid #034591;
	color:#000;
	text-transform:uppercase;
	position:absolute;
	font-size:12px;
	background-color:#FFF;
}
.online_cont .online_main {
	float:left;
	width:100%;
	top:40px;
	position:absolute;
	padding-bottom:10px;
	background-color:#FFF;
}
.online_cont .online_main img {
	width:90%;
}
.online_cont .title2 {
	color:#d9161e;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
	margin-top:3px;
}
.online_cont .title3 {
	margin: 5px;
	height:24px;
	line-height:26px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#084e9e), to(#2478d8));
	background-image: -webkit-linear-gradient(top, #084e9e, #2478d8);
	background-image: -moz-linear-gradient(top, #084e9e, #2478d8);
	background-image: -o-linear-gradient(top, #084e9e, #2478d8);
	background-image: -ms-linear-gradient(top, #084e9e, #2478d8);
}
.online_cont .title3:hover {
	background-image: -webkit-gradient(linear, center bottom, center top, from(#2478d8), to(#084e9e));
	background-image: -webkit-linear-gradient(bottom, #2478d8, #084e9e);
	background-image: -moz-linear-gradient(bottom, #2478d8, #084e9e);
	background-image: -o-linear-gradient(bottom, #2478d8, #084e9e);
	background-image: -ms-linear-gradient(bottom, #2478d8, #084e9e);
}
