/* Custom styles
================================ */

/* Scrollbar */

/* Slider */
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent !important; 
}

/* Pagination */

.pagination>li>a, 
.pagination>li>span {
	color: #95a0a6;
}

/*.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: #95a0a6;
	border-color: #95a0a6;
}*/

ul.pagination li.active,
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background-color: #00D2C9;
	border-color: #00D2C9;
}
a.page-numbers,
span.page-numbers {
	padding: 8px 12px;
	margin-left: -5px;
	color: #95a0a6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
span.page-numbers.current {
	background-color: #00D2C9;
	border-color: #00D2C9;
	color: #fff;
	/*border-radius: 5px 0px 0px 5px;*/
}

select.select-pagination {
	width: 15%;
	display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width : 768px) {
	select.select-pagination {
	width: 50%;
	display: block;
	}

	/*.banner-extratop {
		display: none;
	}*/
}

/* Временно скрытое */
li.page_item.page-item-29421.page_item_has_children {
	display: none; /* Пункт меню «4  шага» в Поступлении */
}
a.video-post:after {
	content: "\f16a";
	padding-left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Custom-list style */
ol.custom-list {
	list-style-type: none;
	counter-reset: num;
	position: relative;
}
ol.custom-list,
ul.custom-list {
	margin-left: -40px;
}
ol.custom-list li:before {
	content: counter( num) '. ';
	counter-increment: num;
	color: #00ccc5;
	position: absolute;
	left: 40px;
}
ol.custom-list li {
	padding-left: 40px;
	padding-bottom: 10px;
}
ul.custom-list li {
	list-style-type: none;
	background: url(../images/custom_list_img.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 40px;
	padding-bottom: 10px;
}
/* Links */
.blue-link {
	color: #00ccc5;
	font-size: 18px;
	cursor: pointer;
}
.right_arrow {
	position: relative;
}
a.right_arrow:after {
	content: "›" !important;
	font-size: 30px;
	position: absolute;
	top: -6px;
	padding-left: 10px;
	color: #00ccc5;
	font-family: 'Glyphicons Halflings';
}
a.blue-link:hover {
	color: #089994;
	text-decoration: none;
}
a.blue-link:focus {
	color: #00ccc5;
	text-decoration: none;
}
/*.blue-link:hover {
	color: #00ccc5;
}*/
a.blue-link.right_arrow:hover:after {
	color: #089994;
}
.glyphicon:hover {
	color: #00ccc5;
}
a.blue_hover:hover {
	color: #0099aa !important;
}
a.graduates-link.right_arrow:after {
	font-size: 20px;
	top: -2px;
}
.pdf_link,
.doc_link,
.ppt_link,
.xls_link {
	min-height: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;

}
.pdf_link {
	padding: 0 0 0 60px;
	background: url(../images/icons/pdf-icon.png) 0 50% no-repeat;

}
.doc_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/doc-icon.png) 0 50% no-repeat;
}
.xls_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/xls-icon.png) 0 50% no-repeat;
}
.ppt_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/ppt-icon.png) 0 50% no-repeat;
}
.video_link img {
	margin-top: 3px;
	vertical-align: top;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.video_link img:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.form_link {
	padding: 0 0 0 60px;
	background: url(../images/icons/form-icon.png) 0 50% no-repeat;
}
ul.nav.nav-pills.nav-stacked.nav-pills-nobg li a:after {
	content: "\e258";
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Modal windows */
.modal-header {
	border-bottom: 0;
}
.close,
.close:focus, 
.close:hover {
	color: #00D2C9;
}
.modal-content {
	margin-top: 40%;
}

/* Attention block */
.attention {
	background: url(../images/i_sign.jpg) no-repeat;
	padding-left: 60px;
}
.attention_block {
	background-color: #dae2e6;
	padding: 20px 0 5px;
}
.attention_2 {
	background: url(../images/icons/icon_attention.png) no-repeat;
	padding-left: 60px;
	min-height: 36px;
}

/* Graduates */
.graduates_list{
	padding: 0;
	list-style-type: none;
}
.graduate_item{
	overflow: hidden;
	margin-bottom: 85px;
}
.graduate_img{
	float: left;
}
.graduate_img_link{
	display: inline-block;
	position: relative;
}
.graduate_img_link img{
	width: 263px;
	height: 263px;
}
.graduate_img_link:after{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	/*background: url(images/gallery_icon.png) 0 0 no-repeat;*/
	content: ""
}
.graduate_description{
	overflow: hidden;
	padding: 0 0 0 27px;
}
.graduate_description h1{
	margin: 0 0 15px !important;
}
.graduate_comment{
	/*text-align: right;*/
	border: none;
	font-style: italic;
	line-height: 1.23em;
	font-size: 14px;
	padding: 20px 15px 0 40px;
	/*margin: 20px 0 30px;
	border-top: 1px solid #204462;
	border-bottom: 1px solid #204462;*/
	background: url(../images/quote_bg.png) 0 20px no-repeat;
}
.graduate_link{
	display: inline-block;
	position: relative;
	padding: 0 17px 0 0;
	background: url(../images/link_arrow.png) right 50% no-repeat;
}
.graduate_link:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	/*background: url(images/global_icon.png) 0 0 no-repeat;*/
	content: ""
}
.graduate_comment:after{
}
.graduate_author{
	font-style: normal;
}

/* Table dissertatsiy */
table.dissov-table {
	border-bottom: 3px solid #00ccc5;
}
table.dissov-table th.noborder ,
table.dissov-table td.noborder {
	border: 0px !important;
	width: 30px;
}
table.dissov-table tr td {
	vertical-align: top;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #e6eef2 !important;
}
table.dissov-table th {
	color: #00ccc5;
	border-bottom: 3px solid #00ccc5;
	padding: 5px 10px 5px 0;
}
table.dissov-table p {
	margin-bottom: 0px;
}
table.dissov-table a {
	color: #00ccc5;
}

/* Tables */
table.partners-table td {
	border-bottom: 1px solid #e6eef2 !important;
	line-height: 2;
	padding: 5px 0;
}

/* Страница «МПГУ без наркотиков» */
.video-responsive { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}
a.right.carousel-control.page-nark, 
a.left.carousel-control.page-nark {
	background: transparent;
	bottom: 20%;
}
a.right.carousel-control.page-nark .glyphicon-chevron-right::before {
	content: "\e080" !important;
}
/* Страница фильмов, снятых в МПГУ */
.film_item {
	min-height: 370px;
}
/* Страница фильма, снятого в МПГУ */
p.single_film_subtitle {
	font-size: 18px;
	margin-top: 20px;
}

/* Страница выпускника */
blockquote.blockquote-graduate p {
	font-style: italic;
}

/* Readmore spoiler */
.su-spoiler-style-simple > .su-spoiler-content {
	color: inherit !important;
}

/* Страница с информацией о подаче документов */
a.link_btn {
	display: block;
	width: 100%;
	background: url('../images/buttons/link_btn_red.png') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px;
	font-size: 20px;
	line-height: 1.23em;
}
a.link_btn:hover,
a.link_btn:focus {
	text-decoration: none;
	color: #fff;
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}
.link_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right:hover {
	color: #fff;
}
/* 4 шага к МПГУ */
.step_number,
.step_text,
.step_btn {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
a.link_step_btn {
	display: block;
	padding: 20px 40px 20px 20px;
	font-size: 18px;
	line-height: 1.23em;
	position: relative;
}
a.link_step_btn:hover,
a.link_step_btn:focus {
	text-decoration: none;
	color: #fff;
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}
.link_step_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right {
	position: absolute;
	right: 5px;
	top: 55%;
}
.link_step_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right:hover {
	color: #fff;
}
a.link_step_btn_orange_one {
	background: url('../images/buttons/link_btn_orange_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_orange_two {
	background: url('../images/buttons/link_btn_orange_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_one {
	background: url('../images/buttons/link_btn_red_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_two {
	background: url('../images/buttons/link_btn_red_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_three {
	background: url('../images/buttons/link_btn_red_three.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_one {
	background: url('../images/buttons/link_btn_green_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_two {
	background: url('../images/buttons/link_btn_green_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_three {
	background: url('../images/buttons/link_btn_green_three.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_turquoise_one {
	background: url('../images/buttons/link_btn_turquoise_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
/* Условия поступления в МПГУ */
.admission_conditions table {
	border-collapse: separate;
	border-spacing: 20px 0;
}
.font_14 .su-spoiler-title {
	font-size: 14px !important;
}
.admission_conditions table.table {
	margin-left: 15px;
}
/* Камерный оркестр МПГУ «Cantus Firmus» */
ul.orkestr_repertoire_creation {
	margin-left: -40px;
}
ul.orkestr_repertoire_creation li {
	list-style-type: none;
	display: inline;
}
ul.orkestr_repertoire_creation li:before {
	content: '//';
	color: #00ccc5;
	padding: 0 15px;
}
ul.orkestr_repertoire_creation li:first-child:before {
	content: '';
	margin-left: -30px;
}
/* Шаблон страницы «Студенческая жизнь» */
a.stud_link {
	color: #00ccc5;
	font-size: 18px;
	position: relative;
}
.stud_link_more {
	position: absolute;
	font-size: 18px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding-left: 10px;
	margin-top: 2px;
}
.stud_link_more:before {
	content: "\f105";
}

/* Страница Института физики */
.page-id-2160 .national_header.white,
.page-id-2160 .head_abstract.white {
	height: 550px !important;
}

/* Tables */
.inblock_table,
.custom_table {
	margin-left: -20px !important;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.inblock_table.table tbody tr td,
.custom_table.table tbody tr td {
	color: #204462;
}
table.simpletable tr td {
	padding: 15px 30px 15px 0;
}

/* In memoriam */
.in_mem_link {
	color: #61CDC6;
	font-size: 18px;
	line-height: 1.23em;
	position: relative;
	padding-right: 60px;
}
.in_mem_link span {
	padding-left: 10px;
	position: absolute;
	top: 4px;
}
a.in_mem_link:hover {
	color: #61CDC6;
}
img.in_mem_frame {
	border: 2px solid #000;
	padding: 10px;
}

/* Анонсы «Студентам» и на главной*/
img.ad_studemts_img {
	padding: 3px 10px 20px 0 !important;
}
img.ad_homepage_img {
	padding: 3px 10px 50px 0 !important;
}


/* Электронная приемная ректора  */
.priemnaya_link {
	display: block;
	margin-bottom: 30px;
	padding: 30px 20px 30px 50px;
	background: url(../images/icons/icon_chat.png) no-repeat 15px 50%, #E6EEF3 url(../images/icons/icon_right_arrow.png) no-repeat 95%;
	font-size: 18px;
}
.form-control.priemnaya_form_input {
	color: #204462;
}
#ninja_forms_form_12 .ninja-forms-required-items {
	display: none;
}
.ninja-forms-success-msg p {
	font-size: 18px;
	margin-bottom: 30px;
}
.priemnaya_form_input {
	border: 4px solid #dae2e6;
}
#ninja_forms_field_42_div_wrap, 
#ninja_forms_field_37_div_wrap {
	width: 49.7%;
	display: inline-block;
}
input#ninja_forms_field_38.priemnaya_form_submit {
	width: 100%;
	color: #fff;
	font-family: 'latoblack';
	font-size: 18px;
	background-color: #00ccc5;
	background-image: url(../images/icon_send.png);
	background-repeat: no-repeat;
	background-position: 75% 50%;
	border: 0;
	border-radius: 0 0 10px 10px;
	border-bottom: 10px solid #009e99;
	padding: 22px 0;
}

/* Info boxes */
.info_box,
.info_box_short {
	min-height: 400px;
	padding: 30px;
	word-wrap: break-word;
}
.info_box_short {
	min-height: 285px;
}

.partners a {
	display: inline-block;	
	vertical-align: middle;
	padding: 10px;
}
.partners a img {
	margin: 0 auto;
}


@media (min-width: 320px) {
	.partners a {width: 16%;}
}

@media (min-width: 768px) {
	.partners a {width: 7.9%;}
}



@media (min-width: 320px) {
	.banner-title {font-size: 16px;}
}
@media (min-width: 480px) {
	.banner-title {font-size: 20px;}
}
@media (min-width: 992px) {
	.banner-title {font-size: 16px;}
}
@media (min-width: 1200px) {
	.banner-title {font-size: 20px;}
}

.daily_quote {
	padding: 0 15px;
	border: 1px solid;
}

/* Logo carousel */
.clearout {
	height:20px;
	clear:both;
}

#partners {
	display:none;
}

.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:99999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	/*max-width:180px;
	max-height:90px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: rgba(255,255,255,0.10);
	color: #00ccc5;
	border: 0;
	border-radius: 0px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	background: rgba(255,255,255,0.30);
}
.nbs-flexisel-nav-left {
	left: 5px;
}

.nbs-flexisel-nav-right {
	right: 0px;
}
.nbs-flexisel-nav-left:before,
.nbs-flexisel-nav-right:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding: 0;
}
.nbs-flexisel-nav-right:before {
	content: "\f054";
}

/* Страница «Знаменательные даты */
.dates_list {
	background: url(../images/content/significant_dates_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-bottom: -100px;
	padding-bottom: 100px;
}

.dates_list_item {
	display: inline-block;
	padding: 15px;
	float: left;
}

@media (min-width: 320px) {
	.dates_list_item {width: 100%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-5,
	.dates_list_item.bg-7 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 768px) {
	.dates_list_item {width: 50%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-4,
	.dates_list_item.bg-5,
	.dates_list_item.bg-8 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-3,
	.dates_list_item.bg-6,
	.dates_list_item.bg-7  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 992px) {
	.dates_list_item {width: 33%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-4,
	.dates_list_item.bg-7 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 1200px) {
	.dates_list_item {width: 25%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-5,
	.dates_list_item.bg-7  {
		background: rgba(255,255,255,0.50);
	}
}
.dates_list_item_img {
	text-align: center;
}
.dates_list_item_img img {
	max-height: 120px;
}

.ubermenu-search {
	font-size: 20px;
}