* {
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0px !important;
}

ul li {
    list-style-type: none;
    cursor: pointer;
}

a {
    /*font-weight: bold;*/
}

a:hover {
    text-decoration: none;
    color: #337ab7 !important;
}

/*
 * Home page header
 */
.header-sitemap {
    display: none;
}

.header-top {
    background-color: #3C2CB0;
    color: #fff;
    height: 50px;
}

.header-top ul {
    display: inline-flex;
}

.header-top ul.lang {
    float: left;
    height: 50px;
}

ul.lang li {
    width: 36px;
    padding: 7px;
    margin: 7px;
    text-align: center;
}

ul.lang li a {
    color: #fff;
    text-decoration: none;
}

ul.lang li.active a,
ul.lang li:hover a {
    color: #000;
}
ul.lang li.active,
ul.lang li.active,
ul.lang li:hover,
ul.lang li:hover {
    border-radius: 24px;
    background-color: #fff;
}

.header-top ul.header-top-widgets {
    height: 50px;
    float: right;
    text-align: right;
}

.header-top ul.header-top-widgets li {
    display: flex;
}

.header-top ul.header-top-widgets li a.item {
    padding: 10px;
    color: #fff;
}

.header-top ul.header-top-widgets li:hover {
    background-color: #4331ca;
    height: 50px;
}

.header-top ul.header-top-widgets li a.item:hover {
    color: #fff !important;
}

.header-top ul.header-top-widgets li i {
    font-size: 25px;
}
.header-top ul.national-widgets{
    height: 50px;
}
.header-top ul.national-widgets li{
    width: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
}
.special-view {
    display: none;
    position: absolute;
    top: 100%;
    right: 10px;
    z-index: 1000;
    float: left;
    min-width: 178px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.special-view a {
    font-size: 20px;
    padding: 7px 10px;
}

.special-view a:hover {
    color: #fff !important;
    text-decoration: none;
}

.special-view a.min-text,
.special-view a.min-text:hover,
.special-view a.min-text:active {
    color: #3C2CB0 !important;
}

.special-view a.max-text,
.special-view a.max-text:hover,
.special-view a.max-text:active {
    color: #3C2CB0 !important;
}

.special-view a.whiteblack-text,
.special-view a.whiteblack-text:hover,
.special-view a.whiteblack-text:active {
    color: #ccc !important;
}

.special-view a.blackyellow-text,
.special-view a.blackyellow-text:hover,
.special-view a.blackyellow-text:active {
    color: #fbfb0b !important;
}

header a.logo {
    text-decoration: none;
}

header a.logo h1 {
    margin: 36px 0px 25px 110px;
    text-transform: uppercase;
    font-size: 30px;
    color: #3c2caf;
}

header .logo img {
    display: block;
    position: absolute;
    left: 12px;
    top: 20px;
    background-size: contain;
    height: 100px;
}

header .building {
    margin: 15px;
    text-align: right;
}

header .building img {
    height: 110px;

}

.navbar {
    background-color: #E8E8E8 !important;
    border-radius: 0px !important;
}

.navbar .navbar-nav > li > a{
	text-transform: uppercase;
}
.navbar .navbar-nav > li:hover{
background-color: #cacaca !important;
}
.navbar ul li a {
    font-size: 15px;
    color: #818181;
    font-weight: bold;
	padding: 15px 9px;
}

.navbar ul li a:hover {
    color: #818181 !important;
}

.navbar ul li ul.dropdown-menu li a {
    display: block;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
	white-space: nowrap;
    clear: both;
    line-height: 1.42857143;
}
.navbar .dropdown-submenu {
	position: relative;
}
.navbar .dropdown-submenu ul{
	left: 100%;
	padding:5px 0;
    position: absolute;
    list-style: none;
    top: 0%;
    z-index: 1000;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    display: none;
}
.navbar .dropdown-submenu:hover>ul {
    display: block;
}
.navbar .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 0px;
}
.navbar .dropdown-submenu a:hover,
.navbar .dropdown-submenu a:active{
	text-decoration:none;
}
.navbar .dropdown-submenu li:hover{
	background-color: #f5f5f5;
}
.search-form {
    display: inline-flex;
    width: 80%;
    position: absolute;
    right: 0;
    height: 50px;
    padding-right: 15px;
}

.search-form .input-group {
    margin: 7px 0 0;
    width: 100%;
}

.search-form .search-close {
    padding: 10px;
    height: 50px;
    cursor: pointer;
    margin: 0 0 0 15px;
}

.search-form .search-close i {
    font-size: 25px;
}

.search-form .search-close:hover {
    background-color: #4331ca;
}

/*
 * END Home page header
 */

/*
 * Home top news
 */
#news-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

.main-news-tabs{
	margin-bottom:15px;
}
.main-news-tabs ul li {
    display: inline-block;
    margin-right: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 18px;
}

.main-news-tabs ul li a {
    color: #878787;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.main-news-tabs ul li.active a {
    color: #323232;
}
.main-news-tabs ul li a:hover {
    color: #323232 !important;
}
.main-news-tabs .item .icon {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.main-news-tabs .item {
    margin-bottom: 20px;
    cursor: pointer;
}

.main-news-tabs .item p {
}

.main-news-tabs .item .content {
    margin-left: 45px;
}

.main-news-tabs a {
    display: block;
    font-size: 16px;
    color: #333;
}
/*
 * END Home top news
 */

/*
 * Home events section
 */
.events-section {
    background: url(/dist/img/pattern_media.jpg) no-repeat #f6f6f6 100% 72%;
}
.events-section .wrapper{
    padding: 30px 0px 30px 0px;
    background: rgb(232, 232, 232, 0.8);
}
.event-section .event {
    height: 309px;
    overflow: hidden;
}
.events-section .event .date {
    font-size:12px;
}

.events-section .description {
    margin-bottom: 10px;
	margin-top: 10px;
}

.event-section .description:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff3f6 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff3f6 100%);
    background-repeat: repeat-x;
}

.events-section .event h3.title {
    line-height: 1.3;
}

.events-section .event p {
    text-align: justify;
}

.events-section .event .address{
	position: relative;
    display: inline-block;
    padding: 0.2em 1em;
    background: rgb(2, 144, 66);
    color: #fff;
}
.events-section .event .address:after{
    content: "";
    width: 0;
    height: 0;
    border-right: 0.5em solid transparent;
    margin-right: -0.5em;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1.8em solid rgb(2, 144, 66);
}
.events-section .event .address i {
    margin-right: 10px;
}

.events-section a {
    display: block;
    font-size: 16px;
    color: #333;
}
.events-section .zabuto_calendar{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 0.7)
}
/*
 * END Home events section
 */
.section-smi{
    margin-bottom:30px;
}
.section-smi .item .content{
	margin-top:10px;    
	margin-bottom:8px;
}
.section-smi .item .content a{
    font-size: 16px;
    color: #333;
}
.section-smi .item .resource{
    position: relative;
    display: inline-block;
    padding: 0.2em 1em;
    background: rgb(2, 144, 66);
    color: #fff;
}
.section-smi .item .resource:after{
    content: "";
    width: 0;
    height: 0;
    border-right: 0.5em solid transparent;
    margin-right: -0.5em;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1.8em solid rgb(2, 144, 66);

}
.section-smi .menu-block{
    padding:40px 50px 22px 50px;
    background-color: #4a36cf;
    background: url(/dist/img/ornament.png) no-repeat #4a36d0 100% 72%;
}
.section-smi .additional-menu li{
    margin:0 0 18px;
}
.section-smi .additional-menu li a,
.section-smi .additional-menu li a:active,
.section-smi .additional-menu li a:hover{
    color:#fff !important;
    font-weight: 600;
    text-decoration: none;
}
.section-smi .additional-menu li a:after{
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

/**
* Fan yangiliklari
 */
.science_news-section {
    padding: 20px 0px 40px 0px;
}

.science_news-section .science-news-image:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}

.science_news-section .science-news-image img {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.science_news-section .science-news-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.science_news-section .science-news-image img {
    width: 261px;
    height: 160px;
}

.science_news-section .science-news-content {
    font-size: 14px;
    font-weight: normal;
    margin-top: 12px;
    text-transform: none;
}

.science_news-section .science-news-content .date {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: 5px;
}

.science_news-section .science-news-content .eye {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: 5px;
}

.science_news-section a {
    display: block;
    font-size: 16px;
    color: #333;
}

/*
* END Fan yangiliklari
 */

/*
* Main page - media section
*/
.media_section {
    background-color: #f6f6f6;
    background: url(/dist/img/pattern_media.jpg) no-repeat #f6f6f6 100% 72%;
}
.media_section .wrapper{
    padding: 30px 0px 30px 0px;
}
.media_tab .tabs{
	display: block;
    float: right;
    text-transform: uppercase;
    line-height: 50px;
}
.media_tab .tabs li {
    display: inline-block;
    text-transform: uppercase;
    line-height: 18px;
}
.media_tab .tabs li a:hover, 
.media_tab .tabs li.active a{
	color: #323232 !important;
}
.media_tab .tabs li a{
    color: #878787;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    margin-left:5px;
}
.media_tab .tab {
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
}

.media_section .media-item {
    position: relative;
}

.media_section .image-zoom-effect {
    overflow: hidden;
}

.media_section .image-zoom-effect:hover .image {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    cursor: pointer;
}

.media_section .media-item-mini-top,
.media_section .media-item-mini-bottom {
    margin-left: -15px;
}

.media_section .media-item-mini-top {
    margin-bottom: 15px;
}

.media_section .video-effect {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.media_section .video-effect  img {
	
	
   
}

.media_section .media-photo-item-caption {
    bottom: 0px;
    padding: 15px 15px 15px 50px;
    color: #fff;
    font-size: 14px;
    left: 0px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    text-transform: none;
    transition: all 0.4s ease-in-out 0s;
    z-index: 200;
    background-color: rgba(72, 70, 63, 0.5);
    background: rgba(72, 70, 63, 0.5);
}

.media_section .media-photo-item-caption img {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
}

.media_section .media-video-item-caption {
    bottom: 0px;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 14px;
    left: 0px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    text-transform: none;
    transition: all 0.4s ease-in-out 0s;
    z-index: 200;
}

.media-item:hover svg {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    cursor: pointer;
}

.media_section .all-link {
    text-align: right;
    margin-top: 10px;
}

/**
 *	 END media section
 */
a.telegram-channel-block {
    color: #fff;
    background-color: #3eb8d7;
    display: block;
    padding: 10px 0px;
    margin: 10px 0px;
    text-align: center;
    text-decoration: none;
}

a.telegram-channel-block:hover,
a.telegram-channel-block:active {
    text-decoration: none;
    color: #fff !important;
}

a.telegram-channel-block i {
    margin-right: 5px;

}

.sidebar-menu-panel {
    border-radius: 0px;
}

.sidebar-menu-panel .panel-title {
    font-size: 20px;
}

.sidebar-menu-panel .panel-body {
    padding: 0px;
}

.sidebar-menu-panel ul li:hover a {
    background: #2c93d6;
    color: #fff !important;
}

.sidebar-menu-panel ul li a {
    border-bottom: 1px dashed #ddd;
    display: block;
    color: #717171;
    text-decoration: none;
    padding: 11px 10px;
    font-size: 15px;
}

.post-item {
    overflow: hidden;
    border-bottom: 1px solid #d8dcdf;
    padding: 18px 0 20px 0;
}

.post-item .post-item-img {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.post-item .post-item-in {
    display: table-cell;
    vertical-align: top;
}

.post-item .post-item-in .post-title {
    display: inline-block;
    color: #0067b0 !important;
    margin-bottom: 5px;
    font-size: 17px;
}

.press-center-menu {
    margin-top: 20px;
}

.press-center-menu a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 2px solid black;
    font-size: 20px;
    margin-right: 25px;
}

.press-center-menu a:hover,
.press-center-menu a:active {
    color: #000 !important;
    text-decoration: none;
}

.press-center-menu a.active {
    border-bottom: 0px;
}

ul.breadcrumb {
    border-radius: 0px;
}

.usefull-links-section {
    padding: 40px 0px 10px 0px;
}

.usefull-links .usefull-link-item {
    border: 1px solid #DEDEDE;
    margin: 15px 0px;
    height: 100px;
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 3px 1px #DEDEDE;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.usefull-links .usefull-link-item:hover {
    border: 1px solid #3C2CB0;
    box-shadow: 0px 0px 3px 1px #3C2CB0;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.usefull-links .usefull-link-item .title {
    font-size: 14px;
	color: #000;
}

.usefull-links .usefull-link-item .link {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 13px;
    margin: 0;
}
.section-title {
    min-height: 50px;
    margin-bottom: 20px;
}

.section-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline;
    font-size: 26px;
    position: relative;
    line-height: 50px;
    margin: 0;
    padding-bottom: 2px;
}
.section-title h3:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #3C2CB0;
    bottom: 0;
    left: 0;
}
.section-title>a,
.section-title>a:active,
.section-title>a:hover {
    line-height: 50px;
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333 !important;
}
/**
* Photo gallery
 */

.photo-gallery-list {
    margin: 20px 0px 20px 0px;
}

.photo-gallery-list .list-view {
    display: flex;
    flex-wrap: wrap;
}

.photo-gallery-list .list-view .item {
    float: left;
    width: 280px;
    margin-right: 2px;
    overflow: hidden;
    display: flex;
    margin-bottom: 25px;
}

.photo-gallery-list .item-img {
    width: 280px;
}

.photo-gallery-list .item-icon {
    width: 60px;
    padding: 5px 0 0 0;
    text-align: center;
    float: left;
}

.photo-gallery-list .item-icon span {
    width: 60px;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #b5b5b5;
    display: block;
}

.photo-gallery-list .item-caption {
    width: 220px;
    float: right;
}

.photo-gallery-list .item-caption p {
    font-size: 16px;
    color: #000;
}

.photo-gallery-list .list-view .item:hover .item-caption p {
    text-decoration: underline;
}

.photo-gallery-list .item-caption .item-date {
    color: #b5b5b5;
    font-size: 12px;
}

.image-gallery .main-photo {
    width: 627px;
}

.image-gallery .social_network {
    margin-top: 40px;
}

.image-gallery .description {
    margin: 5px 0px 0px 0px;
}

ul.image-gallery-list {
    margin-top: 20px;
}

ul.image-gallery-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.image-gallery-list li:nth-child(4n) {
    margin-right: 0px;
}

/**
* Video gallery list
 */
.video-gallery-list {
    margin: 20px 0px 20px 0px;
}

.video-gallery-list .list-view {
    display: flex;
    flex-wrap: wrap;
}

.video-gallery-list .list-view .item {
    float: left;
    width: 280px;
    margin-right: 2px;
    overflow: hidden;
    display: flex;
    margin-bottom: 25px;
}

.video-gallery-list .item-caption {
    width: 220px;
    float: right;
}

.video-gallery-list .item-caption p {
    font-size: 16px;
    color: #000;
}

.video-gallery-list .list-view .item:hover .item-caption p {
    text-decoration: underline;
}

.video-gallery-list .item-caption .item-date {
    color: #b5b5b5;
    font-size: 12px;
}

.video-gallery-list .item-img {
    width: 280px;
    overflow: hidden;
    background-color: black;
}

.video-gallery-list .item-img:hover {
    opacity: 1;
}

.video-gallery-list .item-img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.video-gallery-list .item-img:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    cursor: pointer;
    overflow: hidden;
}

.video-gallery-list .item-img svg {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.video-gallery-list .item-img:hover svg {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    cursor: pointer;
    overflow: hidden;
}

.video-gallery-list .item-img img {
    opacity: 0.4;
}

footer .footer-top{
    background-color: #3C2CB0;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .footer-bottom{
    background-color: #2d1f92;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;   
}

footer .footer-top .title{
    padding-bottom: 15px;
}
footer .footer-top .title h4{
    color: #fff;
    font-weight: 700;
}

footer ul.contact-info li{
    position: relative;
    padding-left: 35px;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 15px;
}
footer ul.contact-info li i{
    margin-left: -35px;
    color: #fff;
    font-size: 25px;
    padding-top: 3px;
    float: left;
}
footer .footer-icons{
    margin-top: 20px;
}
footer .footer-icons ul li{
    display: inline-block;
}
footer .footer-icons a,
footer .footer-icons a:active,
footer .footer-icons a:hover{
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff !important;
    border-radius: 50%;
}
footer .footer-menu li a,
footer .footer-menu li a.active,
footer .footer-menu li a.hover{
    font-size:14px;
    color:#fff !important;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}
footer .footer-menu li a:after {
    position: absolute;
    content: "";
    right: auto;
    top: 11px;
    width: 5px;
    height: 5px;
    left: 0;
    background: #fff;
}
/*================= Font size + =================*/
body.lg {
    font-size: 15px !important;
}

body.lg header a.logo h1 {
    font-size: 32px;
}

body.lg .navbar ul li a {
    font-size: 20px;
}

body.lg .main-news-tabs .content a {
    font-size: 17px !important;
}

body.lg .main-news-tabs ul li a {
    font-size: 22px !important;
}

body.lg .science_news-section a {
    font-size: 17px !important;
}

body.lg .usefull-links .usefull-link-item .title {
    font-size: 20px !important;
}

/*================= Font size - =================*/

/*================= Color BlackYellow =================*/

/*================= Color WhiteBlack =================*/
body.whiteblack {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*================= END special view =================*/
.journal-section{
    padding: 30px 0px 30px 0px;
    /*background: url(/dist/img/pattern_media.jpg) no-repeat #f6f6f6 100% 72%;*/
}
.journal-section .wrapper{
    /*background: rgb(232, 232, 232, 0.8);*/
	
	  
}
.journal-section p {
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.journal-section a {
    border-radius: 50%;
}
.journal-section a:hover {
	text-decoration:none;	
}
.journal-section .owl-prev {
    padding: 12px 16px;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
    display: inline;
    margin-right:5px;
}
.journal-section .owl-next {
    padding: 12px 16px;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
        display: inline;
}

.journal-section .caurosel-item-bottom-fon img {
    width: 277px;
    height: 30px;
    margin: 1px 0px 0px -40px;
}
.journal-section .caurosel-item-image img {
    width: 195px;
    border:1px solid #ccc;
}
/*journals page*/
#journals-index .list-view {
    display: flex;
    flex-wrap: wrap;
}
#journals-index .list-view .journal-item{
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}
#journals-index .list-view .journal-item p{
    margin-top:5px;
    font-size:16px;
}

/*	mas media section */
.mas-media {
    background-color: #F6F6F6;
	padding-bottom: 30px;
}
.mas-media .mass-media-item{
    background-color: white;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mas-media .mass-media-item:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mas-media .mass-media-item p {
    text-decoration: none;
}

/* end mas media section */
hr.bold{
	border-top: 3px solid #00bf5e !important;
}
.post-description{
	font-size:16px;
	line-height: 20px;
	display: table;
	width: 100%;
    font-family: 'PT Serif',Arial,Helvetica,sans-serif;
}
.post-description p {
    font-size: 1.125em;
    line-height: 1.4;
}

.post-description ul{
    padding-left: 40px;
}

.post-description ul li{
    list-style-type: initial;
    margin-bottom:5px;
}

.owner-info .pre-content{
	font-size: 14px !important;
    background-color: #fbf7f7 !important;
    margin: 20px 0px !important;
}
.owner-info .pre-title{
    display: contents;
}
.content h3.title{
	padding-bottom: 6px;
    font-weight: bold;
    line-height: 30px;
    font-size: 26px;
    letter-spacing: 1.2px;
    position: relative;
}
.content h3.title:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #3C2CB0;
    bottom: 0;
    left: 0;
}
.statistics_section {
	text-align:center;
    background: url(/dist/img/back_14.png) repeat #0091a4 71% 39%;
    -webkit-box-shadow: 0 0 24px rgb(206, 206, 206);
    -moz-box-shadow: 0 0 24px rgb(206, 206, 206);
    box-shadow: 0 0 24px rgb(206, 206, 206);
    color: #fff;
    padding: 30px 0px;
}
.statistics_section span{
	font-size:50px;
}
.citizens_statistics{
	padding: 30px 0px 0px 0px;
}
.citizens_statistics .title {
    font-size: 27px;
}
.citizens_statistics .item{
    text-align:center;
}
.citizens_statistics .item .caption{
    font-weight: 800;
}
.citizens_statistics .date{
    text-align:right;
    margin-top: 10px;
}
a.scroll-top,
a.scroll-top:active,
a.scroll-top:hover {
	cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 15px;
    color: #029042;
    z-index:9999;
}
.link_to_all{
    text-align: right;
}
.link_to_all a,
.link_to_all a:active,
.link_to_all a:hover{
    display: block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333 !important;
    text-decoration: none;
}
ul.line-list{
    padding-left:0px !important;
}
.line-list li{
	margin: 0;
    list-style-type: none !important;
    padding: 0 0 10px 27px;
	position:relative;
}
.line-list li:before{
	content: ' ';
    width: 18px;
    height: 3px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    background: #029042;
}
.line-list li a{
	text-decoration: underline !important;
}
.person-card,
.contact-card{
	background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 20px 25px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16);
    margin-bottom: 30px;
    border-radius: 3px;
}
.person-card .person_pos,
.contact-card .person_pos{
	font-weight: bold;
    padding-bottom: 10px;
    color: #191919;
}
.person-card h3{
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.6em;
    font-weight: 500;
}
.poll-section{
    padding:30px 0px 0px 0px;
}
.poll-box .question{
    font-size: 16px;
    color: #696969;
    margin-bottom: 15px;
}

.poll-box .poll-select-list{
    padding: 5px 0 0 0;
    margin-bottom: 20px;
}

.poll-box .poll-select-list li{
    list-style: none;
}

.poll-box .poll-select-list li span{
    cursor: pointer;
    /* color: #696969 !important; */
    position: relative;
    display: inline-block;
    padding: 0 0 0 35px;
}
.poll-box .buttons{
    margin-top:5px;
}
.poll-box .buttons .vote{
    background-color: #3c2caf;
    border-radius: 5px;
    color: #fff;
    padding: 1px 12px;
    font-weight: 800;
    border: 0px;
}
.poll-box .buttons .vote:hover,
.poll-box .buttons .vote:active{
    color: #fff !important;
    text-decoration: none;
}
.poll-box .buttons .archive{
    margin-left: 50px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #3c2caf;
    padding: 1px 5px;
    color: #3c2caf;
}
.poll-box .buttons .archive:hover,
.poll-box .buttons .archive:active{
    color: #3c2caf !important;
}
.building img{
	
	
}

@media screen and (max-width: 488px) {
  building img {
	  max-width: 300px;
      width: 100%;
  }
}



@media screen and (max-width: 944px) {
    wrapperpx {
	 display: flex;
		flex-wrap: wrap;
  }
}

@media screen and (max-width: 801px) {
    .media-item media-item-video {
	 display: none !important ;
  }
}
