body {
	padding: 0;

}

li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 0;
}

hr {
	display: block;
	width: 100%;
}

a:hover {
	text-decoration: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
	text-decoration: none;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	background-image: none;
	border-radius: 0;
	background-repeat: no-repeat;
	box-shadow: none;
}

.navbar-brand {
	height: auto;
	padding: 15px 0;
}

.space5,
.space10,
.space15.space20,
.space25,
.space30,
.space40,
.space50,
.space60 {
	width: 100%;
	clear: both;
}

.space5 {
	height: 5px;
}

.space10 {
	height: 10px;
}

.space15 {
	height: 15px;
}

.space20 {
	height: 20px;
}

.space25 {
	height: 25px;
}

.space30 {
	height: 30px;
}

.space40 {
	height: 40px;
}

.space50 {
	height: 50px;
}

.space60 {
	height: 60px;
}

.space70 {
	height: 70px;
}

.nopadding {
	padding: 0;
}

.noImg img {
	display: none;
}

.height100 {
	height: 100%;
}

.bgwhite {
	background-color: #fff;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

iframe {
	width: 100%;
	max-width: 100%;
}

img {
	max-width: 100%;
}

.center {
	text-align: center;
}

.rel {
	position: relative;
}

body {
	font-family: 'Roboto', sans-serif;
}

a {
	font-family: 'Roboto', sans-serif;
}

section {
	padding-bottom: 50px;
}

.top_header {
	background-color: #F4F4F4;
}

.top_header ul li {
	float: left;
}

.right_header ul li {
	float: right;
}

.top_header ul li a {
	color: #181818;
	padding: 10px 20px;
	display: block;
	border-left: #E5E5E5 solid 1px;
	font-size: 13px;
	line-height: 15px;
}

.top_header ul li:last-child a {
	border-right: #E5E5E5 solid 1px;
}

.top_header ul li#langbar a img {
	margin-right: 5px;
}

.top_header ul li.login a {
	background-color: #EF2917;
	color: #fff;
}

.top_header ul li.login a i {
	margin-right: 5px;
}

header.base {
	padding: 15px 0;
}

.slogan {
	text-align: right;
}

.phone {
	display: inline-block;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #E40F2E;
}

.phone i {
	margin-right: 10px;
}

.main_menu {
	background-color: #144e97;
}

.main_menu ul li {
	float: left;
	margin-right: 20px;
}

.main_menu ul li:last-child {
	margin-right: 0;
}

.main_menu ul li a {
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	display: block;
	position: relative;
}

.main_menu ul li a span {
	display: inline-block;
	height: 3px;
	width: 0;
	background-color: red;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_menu ul li:hover>a>span {
	width: 100%;
}

.main_menu ul li.dropdown_li {
	position: relative;
}

.main_menu ul li.dropdown_li ul.dropper {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.9);
	min-width: 420px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	padding: 20px 0;
}

.main_menu ul li.dropdown_li:nth-child(2) ul.dropper {
	min-width: 500px;
}

.main_menu ul li.dropdown_li:hover ul.dropper {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

.main_menu ul li.dropdown_li ul.dropper li {
	margin: 0;
	float: none;
}

.main_menu ul li.dropdown_li ul.dropper li a {
	padding: 0;
	text-transform: none;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: rgba(255, 255, 255, 0.8);
}

.main_menu ul li.dropdown_li ul.dropper li a i {
	margin-right: 5px;
}

.main_menu ul li.dropdown_li:hover>a {
	color: rgba(239, 41, 23, 0.95);
}

.main_menu ul li ul.dropper li a:hover {
	color: rgba(255, 255, 255, 1);

}

.main_menu ul li.dropdown_li ul.dropper li ul {
	position: static;
	background-color: transparent;
	min-width: 320px;
	opacity: 1;

}

.main_menu ul li.mega {
	position: static;
}

.main_menu ul li.mega ul.dropper {
	position: absolute;
	left: 0;

}

.main_menu ul li.mega ul.dropper li {
	float: left;
	width: 33.33%;
}

.main_menu ul li.mega_durem ul.dropper li {
	float: left;
	width: 25%;
}

.main_menu ul li.mega ul.dropper li ul li {
	float: none;
	width: auto;
	padding-left: 20px;
}

.main_menu ul li.mega ul.dropper li ul li a {
	font-size: 13px;
	padding: 3px 0;
}

.main_menu ul li.mega_service ul.dropper li {
	float: left;
	width: 33.33%;
}

.main_menu ul li.mega_service ul.dropper li ul li:first-child {
	width: 33.33%;
}

.main_menu ul li.mega_service ul.dropper li:first-child ul li {}

.search {
	padding: 6px 20px;
}

.search input {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 0 5px;
	width: 28px;
	height: 22px;
	border: transparent solid 1px;
	background: transparent;
}

.search input:focus {
	width: 160px;
	background: #fff;
	border: #cfcfcf solid 1px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#content {
	position: relative;
	z-index: 1;
}

footer.base {
	background-color: #144e97;
	/*0C1C25*/
	color: #fff !important;
	padding-top: 40px;
	margin-top: 0;
}

footer.base a {
	color: #fff;
}

footer.base ul li a {
	color: #fff;
}

.copyright {
	padding: 25px 0;
	margin-top: 25px;
	border-top: #2b5fa1 solid 1px;
}

footer.base .footer_menu {
	color: #fff;
}

footer.base .footer_menu ul li {
	margin-bottom: 15px;
	color: #fff;
	position: relative;
	padding-left: 27px;
}

footer.base .footer_menu ul li i {
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 1px;
}

footer.base .footer_menu ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

footer.base .footer_menu ul li a:hover {
	text-decoration: underline;
}

.footer_menu h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
}

footer.base .footer_menu ul li .sub_durem {
	padding-left: 20px;
	margin-top: 10px;
}

footer.base .footer_menu ul li .sub_durem li:before {
	display: none;
}

footer.base .footer_menu ul li .sub_durem li {
	margin-bottom: 5px;
}

footer.base .footer_menu ul li .sub_durem li a {
	font-size: 12px;
	font-weight: normal;
}

#footer_map {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}

.gerege {
	text-align: right;
}

.content {
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.content p {
	margin-bottom: 10px;
}

.content h5 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
}

.content br {
	display: block;
	line-height: 30px;
}

.content ul {
	padding-left: 20px;
}

.content ul li {
	list-style-type: circle;
}

.sidebar_menu h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #cfcfcf solid 1px;
}

.sidebar_menu ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar_menu ul li a {
	color: #333;
}

.sidebar_menu ul li a i {
	margin-right: 10px;
	font-size: 16px;
}

/*home*/
section.home {}

section.home h3,
.icon_header {
	margin-bottom: 25px;
}

section.home h3 a,
section.home h3,
.icon_header {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #144e97;
}

section.home h3 a i,
.icon_header i {
	margin-right: 10px;
}

.slide {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide .slide_captions {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
}

.caption_container {
	position: absolute;
	bottom: 40px;
	right: 0;
	text-align: right;
}

.slide .caption {
	display: inline-block;
	/*background-color: rgba(228, 15, 46, 0.8);*/
	color: #fff;
	font-size: 28px;
	/*padding: 15px 30px;*/
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.slide .description {

	/*background-color: rgba(255,255,255,0.95);*/
	color: #fff;
	/*padding: 15px 30px;*/
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	line-height: 32px;
}

.slide .bichig {
	left: 0;
	top: 50px;
	padding-top: 100px;
}

.slide .slogan {
	font-size: 40px;
	color: #fff;
	text-align: right;
	font-weight: 100;
	position: absolute;
	top: 50px;
	right: 0;
}

.home_banner {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.home_banner:hover {
	color: #fff;
}

.home_banner span {
	background-color: #cf0416;
	padding: 3px 10px;
	border-radius: 5px;
}

.home_banner_caption {
	position: absolute;
	padding: 20px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
}

.home_banner_caption a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;

}

.home_banner_caption span {
	display: inline-block;
	margin-bottom: 10px;
}

.home_people {}

.home_people h4 {
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	color: #144e97;
	text-align: left;
}

.home_people .pic_frame {
	position: absolute;
}

.home_people .lt_frame {
	top: -5px;
	left: -5px;
}

.home_people .rd_frame {
	bottom: -5px;
	right: -5px;
}

.people_desc {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	text-align: left;
}

.news_section {
	background-color: #eeeeee;
	padding: 35px 0;
}

.home_news {
	display: block;
	height: 250px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.home_news span {
	background-color: #cf0416;
	color: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-transform: uppercase;
}

.home_news strong {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.home_news_divider {
	width: 100%;
	height: 30px;
	clear: both;
}

.home_video {
	background-color: #eeeeee;
	position: relative;
}

.home_video a {
	display: block;
	font-weight: 300;
}

.home_video_title {
	padding: 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;

}

.home_video_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
}

.big_video_thumb {
	display: block;
	height: 495px;
	cursor: pointer;
	background-size: cover;

}

.big_video_thumb iframe {
	width: 100%;
	height: 100%;
}

.big_video_thumb img.play {
	position: absolute;
	left: 47%;
	top: 50%;
	cursor: pointer;
	display: block;
	z-index: 9;
}

.home_videos .nav-tabs {
	padding: 0;
	border-bottom: none;
}

.home_videos .nav-tabs>li {
	margin-bottom: 15px;
}

.home_videos .nav-tabs>li:last-child {
	margin-bottom: 0;
}

.home_videos .nav-tabs>li.active>a {
	border: none;
	color: rgba(255, 255, 255, 0.8);
}

.home_videos .nav>li>a {
	padding: 0;
	border: none;
}

.sub_header {
	height: 90px;
	margin-bottom: 60px;
}

.sub_header h1 {
	line-height: 90px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

#contact_map {
	height: 687px;
	width: 100%;
}

.contact_form p {
	margin-bottom: 20px;
}

.contact_form input,
.contact_form textarea {
	width: 100%;
	background-color: #eaeaea;
	border: none;
	padding: 15px;
}

.contact_form textarea {
	height: 320px;
}

.contact_form button {
	background-color: #179bd7;
	color: #fff;
	padding: 10px 40px;
	border: none;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact_form button:after {
	/*font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;*/
}

.contact_info {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #efefef solid 1px;
}

.home_calendar ul li {
	margin-bottom: 25px;
}

.home_calendar ul li span {
	display: inline-block;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	padding-right: 15px;
	margin-right: 20px;
	border-right: #e0e0e0 solid 1px;
}

.home_calendar ul li span strong {
	background-image: url('../image/calendar.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
}

.home_calendar ul li span b {
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

.home_calendar ul li a {
	color: #4e4e4e;
	font-size: 14px;
}

/* Article Salbar Surguuli */
.salbar_container {
	background-color: rgb(242, 245, 248);
}

.en_salbar strong {
	text-transform: uppercase;
	font-size: 16px;
}

.en_salbar ul {
	padding-left: 20px;
	margin-top: 15px;
}

.en_salbar ul li {
	list-style-type: disc;
}

header.salbar {
	padding: 40px 0;
	background-image: url('../image/salbar_cover.png');
	background-repeat: no-repeat;
	background-position: center;
}

header.salbar h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;

}

.salbar_thumbnail {
	width: 100%;
}

.salbar_info {}

.salbar_info_text img {
	float: left;
	margin-right: 15px;
}

.salbar_info_text h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.salbar_info_text p {
	color: #707070;
	font-size: 14px;
	line-height: 22px;
}

ul.salbar_menu li {
	background-color: #233D4D;
	margin-bottom: 20px;
}

ul.salbar_menu li a {
	color: #fff;
	padding: 15px 25px;
	display: block;
	font-size: 16px;
}

.directors_greetings {
	font-size: 14px;
	color: #707070;
	line-height: 24px;
}

.directors_greetings p {
	margin-bottom: 20px;
}

.salbar_tenhimuud {
	padding: 50px 0;
	background-image: url('../image/hutulbur.jpg');
	color: #fff;
}

.salbar_tenhimuud h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0 30px 0 30px;
}

.salbar_tenhimuud h5 {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 40px;
	border-top: #fff solid 1px;
	margin-top: 10px;
	padding-top: 10px;
	display: inline-block;
}

.salbar_calendar {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
}

.hutulbur_container {
	text-align: center;
}

.hutulbur_container a {
	color: #000;
	margin: 10px;
	display: inline-block;
	color: #fff;
	text-align: left;
	display: block;
	border: #fff solid 2px;
	padding: 10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 16px;
}

.hutulbur_container a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #03709b;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: #fff solid 2px;


}

.hutulbur_container a i {
	margin-right: 10px;
}

.salbar_tenhimuud h3 i {
	display: block;
	margin-bottom: 20px;
	font-size: 26px;
}

.tenhim_container_outer {
	background-color: #000;
}

.tenhim_container {
	background-size: cover;
	background-position: center;
	padding: 35px;
}

.tenhim_container h4 {
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 100;
	line-height: 28px;
	margin-bottom: 30px;
}

.tenhim_container ul li a {
	color: #fff;
	font-weight: 400;
	font-weight: 300;
	font-size: 14px;
}

.tenhim_container ul li a i {
	margin-right: 5px;
}

.salbar_news {
	position: relative;
}

.salbar_news .owl-pagination {
	position: absolute;
	top: 10px;
	right: 10px;
}

.salbar_news .owl-controls .owl-page span {
	margin: 5px 5px;
	background: #EF2917;
}

.salbar_news_item {
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.salbar_news_item .caption_salbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
}

.salbar_news_item .caption_salbar h3 {}

.salbar_news_item .caption_salbar h3 a {
	color: #fff;
	margin-bottom: 20px;
}

.salbar_news_item .caption_salbar p {
	color: #fff;
}

.salbar_box {
	padding: 25px;
	background-color: #fff;
}

.salbar_more {
	background: none;
	border: none;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}

.salbar_more i {
	margin-left: 15px;
}

.salbar_box img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Category News */
.news_cat_date {
	width: 15%;
	float: left;
}

.news_cat_thumb {
	width: 85%;
	float: left;
}

.dateboxes div {
	height: 70px;
	background-color: #044fa3;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-transform: lowercase;
}

.dateboxes div strong {
	font-size: 18px;
}

.dateboxes div:first-child {
	background-color: #0670e6;
}

.news_cat_desc {
	border-top: #ececec solid 1px;
	padding-top: 40px;
}

.news_cat_desc h2 {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 40px;
}

.news_cat_desc h2 a {
	color: #333;
}

.news_cat_desc p {
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	margin-bottom: 30px;
}

.news_cat_desc a.news_cat_more {
	border: #e6e6e6 solid 2px;
	padding: 10px 20px;
	color: #767676;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.news_cat_desc a.news_cat_more:hover {
	background-color: #e6e6e6;
}

.news_cat_desc a.news_cat_more i {
	margin-left: 10px;
}

.sidebar h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.sidebar input {
	font-family: FontAwesome;
	border: none;
	background-color: #eaeaea;
	height: 40px;
	border-radius: 0;
}

.sidebar ::-webkit-input-placeholder {
	text-align: right;
}

.sidebar :-moz-placeholder {
	/* Firefox 18- */
	text-align: right;
}

.sidebar ::-moz-placeholder {
	/* Firefox 19+ */
	text-align: right;
}

.sidebar :-ms-input-placeholder {
	text-align: right;
}

.most_read {
	padding: 20px;
	border: #e6e6e6 solid 2px;
}

.most_read h5 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.most_read ul li {
	margin-bottom: 30px;
}

.most_read ul li:last-child {
	margin-bottom: 0;
}

.most_read ul li a {
	font-size: 14px;
	color: #333;
}

.most_read ul li a img {
	float: left;
	margin-right: 20px;
}

/* hr */
.job {
	border: #cfcfcf solid 1px;
	padding: 20px;
	border-radius: 3px;
}

.job h5 {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #cfcfcf solid 1px;
}

.job strong {
	font-size: 14px;
	font-weight: normal;
}

.job a {
	float: right;
	color: #333;
}

.job a i {
	margin-left: 10px;
}

/*Category calendar*/
section.calendar ul li {
	float: left;
	width: 14%;
	margin-right: 0.28%;
	margin-bottom: 5px;
	border: #ddd solid 1px;

}

section.calendar ul.days {
	margin-bottom: 5px;
}

section.calendar ul.days li {
	background-color: #e2eaf2;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 66px;
	line-height: 66px;
}

section.calendar ul.main_calendar li {
	height: 180px;
	background-color: #fafbfd;
	position: relative;
}

section.calendar ul.main_calendar li:hover {
	background-color: #307fbc;
	color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

section.calendar ul.main_calendar li:hover span {
	color: #fff;
}

section.calendar ul.main_calendar li:hover div.calendar_inner {
	color: #fff;
}

section.calendar ul.main_calendar li.empty {
	background: transparent;
}

section.calendar ul.main_calendar li.empty:hover {
	background-color: transparent;
}

section.calendar ul.main_calendar li.noevent:hover {
	background-color: #fafbfd;
}

section.calendar ul.main_calendar li div.calendar_inner {
	padding: 15px;
	font-size: 16px;
	color: #307fbc;
}

section.calendar ul.main_calendar li div.calendar_inner span {
	display: block;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #3e474c;
	margin-bottom: 20px;
}

section.calendar ul.main_calendar li:hover div.calendar_inner span {
	color: #fff;
}

section.calendar ul.main_calendar li div.calendar_inner span.empty_date {
	color: #dee0e5;
}

section.calendar ul.main_calendar li .tooltiplike {
	position: absolute;
	bottom: 80%;
	background-color: #EDEDED;
	padding: 20px;
	left: 20%;
	color: #7B7171;
	width: 400px;
	z-index: 9;
	font-size: 14px;
	line-height: 18px;
	visibility: hidden;
	opacity: 0;
}

section.calendar ul.main_calendar li:hover .tooltiplike {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.tooltiplike:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 10px solid transparent;
	border-top-color: #EDEDED;

	top: 100%;
	left: 10%;
	margin-left: -10px;

}

.tooltiplike img {
	float: left;
	margin-right: 10px;
}

.tooltiplike h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #274472;
}

section.calendar ul.main_calendar li div.calendar_inner .tooltiplike span {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	color: #95999e;
}

section.calendar ul.main_calendar li div.calendar_inner .tooltiplike span i {
	margin-right: 7px;
}

/*Partners*/
.partner {
	text-align: center;
}

.partner_thumb {
	height: 200px;
	margin-bottom: 25px;
	text-align: center;
	vertical-align: middle;
}

.partner img {}

.partner h2 {
	margin-bottom: 10px;
	color: #598392;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Open Sans Condensed', sans-serif;
}

.partner strong {
	margin-bottom: 15px;
	display: block;
	color: #cf0416;
	font-family: 'Open Sans Condensed', sans-serif;
}

.partner p {
	color: #6E6D6D;
}

/*durem juram*/
.accordion_header {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

/* elselt */
.elselt_menu li a {
	display: block;
}

.elselt_menu li:last-child {
	border-bottom: #cdcdcd solid 1px;
}

.col-no-padding-left {
	padding-left: 0;
}

.col-no-padding-right {
	padding-right: 0;
}

.elselt_contact {
	background-color: #eee;
	margin-top: 15px;
	padding: 15px;
}

.elselt_contact h4 {
	margin: 0 0 10px 6px;
}

.elselt_contact table {
	width: 100%;

}

.elselt_contact table tr td {
	padding: 10px;
	vertical-align: top;
}

.elselt_contact table tr td:first-child {
	font-weight: bold;
}

.elselt_contact table tr td i {
	margin-right: 5px;
}

.oyutnii_durem {
	margin-top: 40px;
	padding-left: 30px;
}

.oyutnii_durem h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.oyutnii_durem a {
	color: #000000;
}

.oyutnii_durem ul {
	padding-left: 20px;
}

.oyutnii_durem ul li {
	margin-bottom: 10px;
	list-style-type: disc;
}

/* category directors */
.director {
	margin-bottom: 60px;
}

.director h2 a {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display: block;
}

.director span {
	text-align: center;
	display: block;
	color: #6F6F6F;
}

.director img {
	margin-bottom: 20px;
	border: #f6f6f6 solid 1px;
}

/* article popup */
.popup h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.popup table {
	width: 100%;

}

.popup table tr td {
	border: #cfcfcf solid 1px;
	padding: 3px;
}

/*butets*/
.butets img {
	background-color: #f6f6f6;
	padding: 30px;
}

@media(min-width:240px) {
	.banners .virtual .item {
		display: none;
	}

	.banners .virtual .item.mobile-show {
		display: block;
	}
}

@media(min-width:1180px) {
	.home-news .news {
		height: 555px;
	}

	.home-news .news .item .image {
		padding: 20px 0;
	}

	.banners .virtual .item {
		display: block;
	}

	.banners .virtual .item.mobile-show {
		display: none;
	}
}