.container.margin {
	margin-top: 30px;
}

.container.margin .el-list:first-child {
	margin-right: 16px;
}


#main-slider-container{
	padding-bottom: 30px;
	border-bottom: 1px solid #cecece;
}
#main-slider{
	border: 1px solid #cecece;
	position: relative;
	background: #fff;
	padding: 5px;
}
#main-slider .frame{
	position: relative;
	overflow: hidden;
}
#main-slider a{
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 100%;
}
#main-slider a.next{
	left: 0;
	z-index: 900;
	transition: left 1s ease;
}
#main-slider a.show{
	position: relative;
	z-index: 500;
	left: 0;
	top: 0;
	transition: left 1s ease;
}
#main-slider a.prev{
	left: -100%;
}
#main-slider img{
	display: block;
	width: 100%;
}


#main-links{
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}
#main-links .container{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	box-shadow: 0px 0px 38px 1px rgb(210, 210, 210);
	overflow: hidden;
}
#main-links .item {
	display: block;
	float: left;
	height: 91px;
	line-height: 91px;
	width: 382px;
	text-decoration: none;
	border-left: 1px solid #cecece;
	box-shadow: inset 0 -90px 70px -70px #D8D8D8;
	overflow: hidden;
}
#main-links .item:hover {
	box-shadow: inset 0 90px 70px -70px #D8D8D8;
}
#main-links .item:first-child{
	border-left: none;
	padding-left: 1px;
}
#main-links img{
	width: 24%;
	margin-left: 4%;
	vertical-align: middle;
}
#main-links .item .link-text-wrapper {
  line-height: 1.2;
  display: inline-block;
  width: 65%;
  margin-left: 4%;
  vertical-align: top;
  margin-top: 20px;
}
#main-links .item .link-text-wrapper h3 {
	margin: 0 0 5px 0;
}
#main-links .item:hover .link-text-wrapper h3 {
	color: #FF4677;
}

#main-links .item .link-text-wrapper .item-link-text {
	color: #555;
}

#speech {
	display: inline-block;
	padding: 10px;
  background-color: #00A0D1;
  -moz-box-shadow: 1px 1px 2px rgba(151,160,173,0.5), inset 0px 0px 0px rgba(0,174,255,0);
  -webkit-box-shadow: 1px 1px 2px rgba(151,160,173,0.5), inset 0px 0px 0px rgba(0,174,255,0);
  box-shadow: 1px 1px 2px rgba(151,160,173,0.5), inset 0px 0px 0px rgba(0,174,255,0);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
  border-radius: 6px;
  font-size: .9em;
  color: white;
  line-height: 1.2;
  overflow: hidden;
  vertical-align: top;
}

#speech img {
	float: left;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 8px;
}
#speech .speech {
	font-style: italic;
}
#speech .author {
	margin-top: 10px;
	text-align: right;
}

.el-list {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.el-list:first-child{
	margin-right: 2%;
}

.el-list .documents-list, .el-list .news-list {
	background-color: #F7F7F7;
}

.list-head {
	margin-top: 30px;
	height: 40px;
	padding-left: 10px;
	line-height: 32px;
	position: relative;
}



.list-head i, .list-head .rss  {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin-right: 7px;
	vertical-align: top;
}

.list-head.vacancies i {
	background: url(../images/sprites.png) -93px -235px no-repeat;
}
.list-head.journal i {
	background: url(../images/sprites.png) 0px -198px no-repeat;
}
.list-head.news i {
	background: url(../images/sprites.png) -40px -198px no-repeat;
}
.list-head.documents i {
	background: url(../images/sprites.png) -81px -198px no-repeat;
}
.list-head.subscribe i {
	background: url(../images/sprites.png) 0px -234px no-repeat;
}
.list-head.helpful-links i {
	background: url(../images/sprites.png) -49px -234px no-repeat;
}


.el-list .news-list, .el-list .documents-list {
	border-radius: 6px 0px 6px 6px;
}


.list-head .all {
	background: #00A9E3;
	box-shadow: 0 0 1px #0076A1;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	position: absolute; 
	right: 0;
	bottom: 8px;
	text-decoration: none;
	color: white;
	font-size: .9em;
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	transition: all .3s ease;
}

.list-head .all:hover{
	background: #FF3068;
	box-shadow: 0 0 1px #FF528A;
}

div.news-list, div.documents-list {
	margin: 0px;
}


#subscribe {
	padding: 28px 28px 19px 28px; 
  background-image: url(../images/t_bg.png);
  background-color: #00A0D1;
  border-radius: 6px;
}
	#subscribe .subscribe-input {
		width: 53.5%;
		margin-right: 8.13%;
		vertical-align: top;
	}
	#subscribe .subscribe-button {
		padding: 0 5%;
		vertical-align: top;
	}
	
	#subscribe .subscribe-control {
		display: inline-block;
		margin-top: 10px;
		color: white;
	}

	#subscribe .subscribe-control i {
		display: inline-block;
		height: 18px;
		width: 18px;
		margin-right: 5px;
		vertical-align: middle;
		background: url(../images/sprites.png) -84px -172px no-repeat;
	}

#helpful-links {
	border: 1px solid #cecece;
	background-color: #F7F7F7;
	border-radius: 6px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
	#helpful-links .col {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	#helpful-links li {
		padding-left: 15px;
		list-style: none;
		vertical-align: top;
		margin-bottom: 10px;
		background: url(../images/sprites.png) -128px -232px no-repeat;
	}
		#helpful-links li a {
			font-size: .9em;
		}


#helpful-links a {
	display: block;
}


@media screen and (max-width: 1280px) {
	#main-links .item {
		width: 25%;
		box-sizing: border-box;
	}

	.container.margin .el-list:first-child {
		margin-right: 2%;
		margin-top: 0;
	}

	#subscribe .subscribe-input {
		margin-right: 2.8%;
	}

	

}

@media screen and (max-width: 1024px) {
	#main-links .item {
		width: 50%;
		border-top: 1px solid #cecece;
	}

	#main-links .item:nth-child(odd) {
		border-left: none;
	}

	#main-links img {
		width: 12%;
	}

	.el-list .journal h3 {
		width: 100%;
	}

	.el-list .journal img {
		display: none;
	}

	#helpful-links li {
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

	#helpful-links .col {
		width: 100%;
	}

	#subscribe .subscribe-input {
		box-sizing: border-box;
		margin: 0 0 10px 0;
		width: 100%;
	}

	#subscribe input[type=submit] {
		width: 100%;
	}

	.list-head.flex-head h1 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}


}

@media screen and (max-width: 850px){
	#main-slider img{
		width: 160%;
		margin-left: -30%;
	}

	#speech {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.el-list {
		width: 100%;
	}

	#journal img {
		width: 20%;
	}

	#journal h3 {
		width: 76%;
	}

}


@media screen and (max-width: 600px) { 
	
	#main-links .item:first-child {
		border-top: 0;
	}

	#main-links .item {
		border-left: none;
		width: 100%;
	}

	.container .el-list:first-child {
		margin-top: 0;
	}

	.list-head.flex-head {
		height: auto;
	}

	.list-head.flex-head h1 {
		white-space: normal;
		margin-bottom: 5px;
	}
	

}

@media screen and (max-width: 380px) { 
	.list-head i {
		display: none;
	}
}
