
/*-------------------------------------------*
/* Social icons
/*-------------------------------------------*/

.view-social .social-icon  {
    margin: 0 5px 0 0;
    display: inline-block;
}

.view-social img {
    display: block;
}

/*-------------------------------------------*
/* News
/*-------------------------------------------*/

.news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.news-item-image {
	-webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.news-item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.news-item-title {
	padding: 0 0 0 15px;
}

.news-item-date {
    color: #646f75;
    margin: 0 0 7px 0;
    font-size: 15px;
}

.news-item-title a {
    text-decoration: none;
}

.view-news-sticked .view-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-sticked-item {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.view-news-sticked img {
	display: block;
    width: 150px;
    height: auto;
    border: 1px #fff solid;
}

.view-news-sticked .views-field-title a {
	display: block;
	color: #fff;	
	text-align: center;
	text-decoration: none;
	margin: 5px 0 0 0;
}

.view-news-sticked .views-field-title a:hover {
	color: #daf3ff;
}

/*-------------------------------------------*
/* Ex-ministers
/*-------------------------------------------*/

.view-ex-ministers .views-row{
	margin: 0 0 15px 0;
}

/*-------------------------------------------*
/* Galleries
/*-------------------------------------------*/

.view-galleries .views-row {
	margin: 0 0 30px 0;
	clear: both;
	overflow: hidden;
}

.view-galleries ul {
	padding: 0;
	margin: 0;
}

.view-galleries ul li {
	float: left;
	width: 33.33%;
	padding: 0 5px 5px 0;
	margin: 0;
	list-style: none;
}

.view-galleries .views-field-field-gallery-photo img,
.node-type-news .field-name-field-news-photo img,
.node-type-gallery .field-name-field-gallery-photo img,
.field-name-body img,
.node-type-profsouz-life .field-name-field-news-photo img {
	display: block;
	width: 100%;
	height: auto;
}

/*-------------------------------------------*
/* Management
/*-------------------------------------------*/

.management-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.management-item-image {
	-webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.management-item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.management-item-text {
	padding: 0 0 0 15px;
}

.management-item-position {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 19px;
}

.management-item-name {
	margin: 0 0 15px 0;
}

.management-item-phone-description {
	color: #646f75;
	font-size: 15px;
	margin: 5px 0 0 0;
}

.view-management h3,
.view-informatization-department-structure h3 {
	background-color: #0088c7;
	padding: 7px;
	color: #fff;
	margin: 0 0 15px 0;
}

.view-management h3 a,
.view-informatization-department-structure a {
	color: #fff;
	text-decoration: none;
}

/*-------------------------------------------*
/* Left pics
/*-------------------------------------------*/

.view-left-side-pics img {
	border: 1px #99a7ae solid;
	display: block;
}

.view-left-side-pics .views-row {
    margin: 0 0 15px 0;
}

/*-------------------------------------------*
/* Organizations
/*-------------------------------------------*/

.view-organizations .views-label,
.view-other-organizations .views-label{
	font-weight: bold;
	font-size: 16px;
}

.view-organizations .views-field,
.view-other-organizations .views-field {
	margin: 0 0 1px 0;
	background: #e6f7ff;
	padding: 7px;
}

.view-organizations .views-field-title,
.view-other-organizations .views-field-title {
	background: #0088c7;
	padding: 7px;
}

.view-organizations .views-field-field-organization-worktime,
.view-other-organizations .views-field-field-organization-worktime {
	margin: 0 0 15px 0;
}

.view-organizations h3,
.view-other-organizations h3 {
	color: #fff;
	margin: 0;
}

.view-organizations p,
.view-other-organizations p {
	margin: 0;
}
#block-views-other-organizations-block h2
{
	color: #ec322b;
    font-weight: bold;
    text-align: center;

}

/*-------------------------------------------*
/* Partners
/*-------------------------------------------*/

.view-partners .view-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners-item {
    padding: 15px 0;
}

/*-------------------------------------------*
/* Carousel
/*-------------------------------------------*/

.jcarousel-skin-default .jcarousel-container {
    width: 1200px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
}

.view-government-links .jcarousel-clip {
    width: 1200px;
    margin: 0 auto;
}

.jcarousel-skin-default .jcarousel-item {
    padding: 0;
    width: 150px;
    height: 80px;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #015a84;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 7px;
}

.view-government-links a {
	display: block;
	padding: 0 7px;
	color: #77d8fc;
	font-size: 16px;
	text-decoration: none;
}

.view-government-links a:hover  {
	color: #d4effc;
}

.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 500;
    top: 50%;
    margin-top: -15px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.jcarousel-skin-default .jcarousel-next:hover,
.jcarousel-skin-default .jcarousel-prev:hover {
    background-position: 50% 50%;
}

.jcarousel-skin-default .jcarousel-prev {
    left: -35px;
    background-image: url(../images/prev.svg);
}

.jcarousel-skin-default .jcarousel-next {
    right: -35px;
    background-image: url(../images/next.svg);
}

.field-name-body img.small-size {
    width: auto!important;
}

.field-name-body img.left-position {
	float: left;
	margin-right: 10px; 
}
