/**
 * @author Design & Accessible Team (Sumy State University)
 * @package Joomla
 * @subpackage Accessible-Template-SSU
 * @copyright Copyright (C) 2010 - 2017 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

 /* Default style */
html, 
body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #f0f0f0;
	font-size: 15px;
}
a {
	color: #206fb4;
}
a:hover {
	color: #333;
}
img { 
	border: 0 none;
}
dd {
    margin-left: 0;
}
select {
	border: 0px;
	border-radius: 0px;
}
iframe {
	border: 0px;
}
h1, 
h2 {
	font-size: 31.5px;
}

/* Main */
.header__logo a {
  color: #0f355d;
}

.page--home .content {
	/* display: none; */
	padding: 0;
}
.container-fluid {
	/* max-width: 1400px;
	margin: 0 auto; */
	margin: 0 30px;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	min-width: 940px;
	box-shadow: 0 0 40px #ccc;
	background-color: #fff;
	position: relative;
}
.wrapper--fullscreen {
	max-width: 100%;
	overflow: hidden;
}
.wrapper--fullscreen .container-fluid {
	max-width: 1560px !important;
	margin: 0 auto !important;
	padding: 0 25px;
}
.wrapper--fixed {
	max-width: 1600px;
}
.wrapper__bg {
	position: absolute;
	width: 100%;
	height: 350px;
	z-index: 0;
}
.wrapper__bg .module {
	height: 350px;
	background-size: cover;
	background-position: center;
}
.wrapper div {
	box-sizing: border-box;
}
.reset-block,
.clear-block {
    clear: both;
    float: none;
}
.page-header {
	padding-bottom: 2px;
	margin: 20px 0 10px;
	border-bottom: 0px;
	font-size: 22px;
	line-height: 1.1;
}
.page-header h2{
	font-size: 24px;
	line-height: 30px;
}

/* Modal */
.modal {
	width: 800px;
	margin-left: -400px;
}
.modal-header,
.modal-body,
.modal-footer {
	padding: 25px;
}
.modal-header,
.modal-footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.modal-header .page-header {
	margin: 10px 0 0px;
}

/* Buttons */
.button {
	display: inline-block;
	padding: 14px 20px;
	background-color: #4f94d7;
	text-decoration: none;
	transition: all 0.3s 0.1s;
	color: #fff !important;
	text-align: center;
	/* border-radius: 50px; */
}
.button:hover {
	text-decoration: none;
	background-color: #2268ab !important;
}
.button--footer {
	min-width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button--light {
	background-color: transparent;
	border: 2px solid #4f94d7;
	color: #4f94d7 !important;
}
.button--light:hover {
	color: #fff !important;
	border: 2px solid #2268ab;
}
.button > i {
	margin-left: 15px;
	font-size: 16px;
}

/* Module styles */
.module--container {
	padding: 35px 0;
}
.module--container .page-header {
    padding: 15px 0;
    margin: 0;
}
/* .wrapper--fullscreen .module--container .slick-prev {
	background-image: url(../images/arrow-left.png) !important;
}
.wrapper--fullscreen .module--container .slick-next {
    background-image: url(../images/arrow-right.png) !important;
} */


/* Banners style */
.bannergroup .banneritem {
	padding: 10px 0;
}

/* Accordion style */
.accordion {

}
.accordion .accordion-group {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion .accordion-heading > a {
	/* font-size: 18px; */
	color: #333;
	padding: 20px;
	padding-left: 60px;
	background-color: #fff;
	background-image: url(../images/arrow-bottom.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.accordion .accordion-heading > a:active,
.accordion .accordion-heading > a:focus,
.accordion .accordion-heading > a:hover {
	background-color: #f1f1f1;
	text-decoration: none;
}
.accordion .accordion-inner {
	padding: 20px;
}


/* Tables style */
.table th, 
.table td {
	padding: 15px;
}
.table-bordered th {
	background-color: #f1f1f1 !important;
	/* background-color: #8facc8 !important;
	color: #fff !important;
	text-shadow: 1px 1px #8a8a8a; */
}


/* Header style */
.header {
	height: auto;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	z-index: 50;
	background: #fff;
	min-height: 80px;
}
.header--sticky {
	position: sticky;
	top: 0;
}
.header__extra,
.header__menu,
.header__logo,
.header__lang,
.header__search,
.header__link {
	position: relative;
	z-index: 100;
}
.header__extra,
.header__menu,
.header__nav,
.header__logo,
.header__lang,
.header__search,
.header__link {
	height: 80px;
}
.header__nav {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	height: auto;
    /* border-bottom: 1px solid #f1f1f1; */
}
.header__extra,
.header__menu,
.header__lang,
.header__search,
.header__link {
	float: right;
	border-left: 1px solid #e2e2e2;
}
.header__lang {
	padding: 18px;
}
.header__search a,
.header__link a {
	display: inline-block;
	color: #333;
}
.header__search a:hover,
.header__link a:hover {
	background-color: #f1f1f1;
}
.header__search a {
	padding: 28px 26px;
	font-size: 24px;
}
.header__link a {
	position: relative;
	padding: 30px 26px;
}
.header__link a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 3px;
	background-color: #4c90d1;
}
.header__link i {
	font-size: 16px;
	margin-left: 10px;
}
.header__extra a,
.header__menu a{
	display: inline-block;
	padding: 30px;
	font-size: 16px;
	color: #333;
}
.header__menu a:hover,
.header__menu a:active,
.header__menu a:focus {
	text-decoration: none;
}
.header__menu span {
	display: inline-block;
	font-size: 16px;
	padding-right: 8px;
}
.header__search span {
	display: none;
	font-size: 15px;
	padding-right: 10px;
}
.header__search a:hover {
	text-decoration: none;
}
.header__extra,
.header__menu {
	display: none;
}
.header__extra-items {
	height: auto;
	overflow: initial;
}
.header__subnav-btn {
	display: none;
	text-align: right;
}
.header__subnav-btn a {
	display: inline-block;
	padding: 20px;
	padding-right: 30px;
	font-size: 18px;
	color: #fff;
}
.header__subnav-btn a:hover,
.header__subnav-btn a:active,
.header__subnav-btn a:focus {
	text-decoration: none;
}
.header__subnav-btn span {
	font-size: 16px;
	padding-right: 10px;
}
.header__subnav.collapse{
	height: auto;
	overflow: initial;
}


/* Logo */
.header__logo {
	float: left;
	/* width: 250px; */
}
.header__logo a {
	display: block;
	text-decoration: none;
}
.header__logo a:hover {
	text-decoration: none;
} 
.header__logo-sumdu {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #e2e2e2;
}
.header__logo-sumdu-text,
.header__logo-site {
	float: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #194b7c;
	line-height: 1.1;
}


/* Top menu */
.menu--top {
	position: relative;
	margin: 0;
}
.menu--top > li {
	display: inline-block;
}
.menu--top > li > a {
	display: block;
	padding: 30px 20px;
	color: #333;
	font-size: 17px;
}

/* Top menu -> items */
.menu--top {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
}

.menu--top .image-title {
	display: block;
	margin-bottom: 20px;
}
.menu--top > .active > a, 
.menu--top > .active > a:hover, 
.menu--top > .active > a:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.menu--top > .active > ul {
	display: none;
}
/* Top menu -> submenu */
.menu--top .item-menu__item--hide {
	display: none;
}
.menu--top,
.menu--top > li {
	position: static;
}
.menu--top > li:hover {
	background-color: #f1f1f1;
}

.menu--top > li:hover a {
	color: #333;
}

.menu--top > li > ul {
	text-align: left;
}
.menu--top > li > ul ul {
	background-color: transparent;
}
.menu--top > li >.dropdown-menu:before,
.menu--top > li > .dropdown-menu:after {
	display: none;
}
.menu--top > li > ul.dropdown-menu a {
	background-color: transparent !important;
}
.menu--top > li > ul.dropdown-menu a:active,
.menu--top > li > ul.dropdown-menu a:focus,
.menu--top > li > ul.dropdown-menu a:hover {
	background-color: transparent;
	background-image: none;
}
.menu--top > li > ul.dropdown-menu > li a {
	text-decoration: none;
	padding: 3px 0;
	white-space: normal;
}
.menu--top > li > ul.dropdown-menu > li a:hover {
	text-decoration: underline;
}
.menu--top > li > ul.dropdown-menu > li > a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px 5px 0;
}
.menu--top > li > ul.dropdown-menu > li > ul {
	padding: 0 0 30px 0;
}
.menu--top > li:hover > ul.dropdown-menu {
	box-sizing: border-box;
	position: absolute;
	top: 79px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 40px 50px 10px 50px;
	background-color: #f1f1f1;
	background-color: rgba(241, 241, 241, 0.95);
	box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.menu--top > li:hover > ul.dropdown-menu > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.menu--top > li:hover > ul.dropdown-menu > li > ul.dropdown-menu {
	display: block;
	padding-right: 40px;
}
.menu--top > li > ul a > img {
	opacity: 1;
	transition: all 0.5s;
}
.menu--top > li > ul a:hover > img {
	opacity: 0.7;
}
.menu--top > li .item-position-right {
	float: right;
}
.menu--top > li .item-position-left {
	float: left;
}
.menu--top a.title-hide {
	display: none;
}
.menu--top a.position-right {
	display: none !important;
}

/* Lang */
.header__lang .btn-group > a {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	padding-right: 20px;
	border: 0;
	box-shadow: 0 0;
	background-color: #f1f1f1;
	background-image: none;
	border-radius: 0 !important;
	width: 80px;
}
.header__lang .btn-group > a > img {
	padding-right: 5px;
}
.header__lang .btn-group > a > .caret {
	position: absolute;
	right: 5px
}
.header__lang .btn-group > .lang-block {
	border-radius: 0;
	min-width: 80px;
	border: 0 solid #fff;
}
.header__lang .btn-group > .lang-block,
.header__lang .btn-group > .lang-block > li {
	padding: 0;
	margin: 0;
}
.header__lang .btn-group > .lang-block > li > a {
	padding: 10px 14px;
}
.header__lang .btn-group > .lang-block > li > a > img {
	padding-right: 5px;
}

/* Structure SumDU menu */
/*.item-393 > a {
	display: none !important;
}*/
ul.menu--structure li a:hover {
	text-decoration: underline;
} 
.menu--structure > li > a {
	font-size: 17px;
	color: #333;
  	font-weight: bolder;
}
.menu--structure .dropdown-menu {
	display: block;
    margin: 0 !important;
  	margin-bottom: 10px !important;
  	margin-bottom: 20px !important;
}
.menu--structure .dropdown-menu > li > a {
  	padding: 3px  !important;
}
.menu--structure a:hover {
	background-color: #fff !important;
}
.menu--structure .item-393 {
	padding-bottom: 30px !important;
}
.menu--structure .item-393:after {
	content: '';
	display: block;
	clear: both;
	float: none;
	height: 0;
}
.menu--structure .item-393 ul.dropdown-menu > li {
	float: left;
	width: 25%;
	text-align: center;
	min-height: 130px;
}
.menu--structure .item-393 .image-title {
	display: block;
}

/* Section Top */
.section {
	position: relative;
	z-index: 1;
}
.section--top {
	padding: 30px 0;
}

/* Main page */
.page--main .section--top {
	padding: 80px 0;
	background-color: #5eb5ff;
	background-image: url(../images/main-bg.jpg);
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
}
.page--main .content {
	background-image: url(../images/lines-bg.png);
	background-color: #f0f0f0;
}

/* Links */
.custom--links{
	background-color: #fff;
}

/* Content */
.content {
	padding: 30px 0;
	position: relative;
	z-index: 10;
}

/* News item page */
.page--news .module--related li {
	margin-bottom: 20px;
}
.news-info {
	position: sticky;
	top: 30px;
	float: left;
	margin-top: 30px;
}
.news-info i {
	margin-right: 5px;
	font-size: 18px
}
.news-info__social-links {
	margin-top: 10px;
}
.news-info__social_btn {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background-color: #f1f1f1;
	padding: 12px;
	margin-right: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	transition: all 0.3s 0.1s;
}
.news-info__social_btn--facebook:hover {
	background-color: #206fb4;
	color: #fff;
}
.news-info__social_btn--twitter:hover {
	background-color: #55acef;
	color: #fff;
}
.news-info__social_btn--buffer:hover {
	background-color: #ccc;
}
.news-info__social_btn i {
	font-size: 18px;
	margin-right: 0;
}
.news-info__item {
	margin-bottom: 20px;
}
.news-info__title {
	padding-bottom: 5px;
	font-weight: bold;
}
.news-item {
	margin-left: 28%;
	*margin-left: 28%;
}
.news-item p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.news-item .page-header h2 {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}
.news-item .item-image {
	margin-bottom: 30px;
}
.news-item .item-image img {
	width: 100%;
}
.news-item .item-image p.img_caption {
	background-color: #f1f1f1;
	margin: 0;
	padding: 15px;
	font-size: 12px;
}
.news-item .item-image > .img_caption {
	width: 100% !important;
}
.news-item .font--lettering {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 90px;
	float: left;
	padding-right: 20px;
	margin-top: -35px;
	height: 115px;
}
.news-item .fields-container p {
	font-size: 15px;
	line-height: 1.7;
}
.news-item .fields-container p a,
.news-item p a {
	border-bottom: 1px solid rgba(0, 89, 255, 0.2);
	padding-bottom: 1px;
	text-decoration: none;
}
.news-item .fields-container p a:hover,
.news-item p a:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

/* Fields */
.fields-container {
	margin: 5px 0 10px 0;
}
.fields-container > .field-entry {
	margin-bottom: 6px;
}
.fields-container > .field-entry > .field-label {
	font-weight: bold;
	margin-right: 5px;
}

/* Category list */
.cat-children > div > .collapse {
	padding: 0 20px;
	background-color: #f0f0f0;
	/* border: 1px solid #ccc; */
}
.cat-children > div > .collapse h3 {
	font-size: 18px;
}

/* breadcrumb */
.breadcrumb {
	padding: 25px;
	border-radius: 0px;
	background-color: #f0f0f0;
	margin-bottom: 0px;
	border-top: 0px solid #fff;
}
.breadcrumb .active{
	color: #333;
}
.breadcrumb .icon-location {
	display: none;
}

/* User menu category */
.module--users-category {
	background-color: #f1f1f1;
	background-image: url(../images/bg-pattern.png);
	padding: 30px;
}
.module--users-category > .page-header {
	padding-left: 20px;
}
.sumdu-user-menu {
	display: block;
	padding: 10px;
}
.sumdu-user-menu__item {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.sumdu-user-menu__item > a {
	background-color: #fff;
	color: #333;
	height: 60px;
	padding: 20px;
	margin: 10px;
	font-size: 20px;
	/* text-decoration: underline; */
	transition: all 0.5s 0.1s;
}
.sumdu-user-menu__item > a:hover {
	text-decoration: none;
	background-color: #fff !important;
	box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.12);
}
.sumdu-user-menu__text-wrap {
	display: table;
	width: 100%;
}
.sumdu-user-menu__text {
	display: table-cell !important;
	vertical-align: middle;
	height: 60px;
}
.sumdu-user-menu__text > span {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-bottom: 1px;
	line-height: 1.2;
}
.sumdu-user-menu__item:hover .sumdu-user-menu__text > span {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
} 
.user-menu {
	background-color: #fff;
}
.user-menu .menu {
	margin: 0;
	text-align: center;
}
.user-menu .menu li {
	display: inline-block;
	margin: 15px 8px;
}
.user-menu .menu li a {
	display: inline-block;
	padding: 8px 12px;
	color: #333;
}
.user-menu .menu li a img {
	display: inline-block;
	padding-right: 12px;
}

.sumdu-user-menu .menu__image-item {
	padding: 0 !important;
	overflow: hidden;
	height: 150px !important;
	position: relative;
}
.sumdu-user-menu .menu__image-item img {
	width: 100%;
	opacity: 1;
	transition: all 0.3s 0.1s;
}
.sumdu-user-menu .menu__image-item .sumdu-user-menu__text-wrap {
	background: #333 !important;
}
.sumdu-user-menu .menu__image-item:hover img {
	opacity: 0.7;
}
.sumdu-user-menu .menu__image-item .image-title {
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: #fff;
	padding-bottom: 2px;
}
.sumdu-user-menu .menu__image-item:hover .image-title {
	/* text-decoration: none; */
}
.sumdu-user-menu .menu__image-item .image-title > span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.sumdu-user-menu .menu__image-item:hover .image-title > span {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/* Contact */
.contact {
	background-color: #f1f1f1;
	padding: 40px 0 30px 0;
	border-top: 1px dashed #ccc;
}

/* Footer */
.footer {
	background-color: #f1f1f1;
	position: relative;
	z-index: 10;
	color: #333;
	padding: 30px 0;
	border-top: 1px dashed #ccc;
}
.footer .page-header {
	color: #333;
}
.footer a {
	color: #333;
}

/* Copyright */
.copyright {
	background-color: #f1f1f1;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 12px;
	padding: 20px 0 10px 0;
	border-top: 1px dashed #ccc;
}


.top-info {
	position: relative;
	z-index: 5;
}
/* 
.hide {
	display: none !important;
} */

/* Search style */
.search {
	/* background-color: #fff;
	padding: 30px; */
}
.search #search-searchword {
	/* min-width: 220px;
	max-width: 500px; */
}
.search-results .result-title {
	padding-top: 20px;
}
.search .only {
	display: none;
}

.search-results .highlight {
	background-color: #fcffaf;
}


.module .nav.menu li {
	padding: 0 0 5px 0;
}
.module .nav > li > a:hover {
    text-decoration: none;
}
.article-info {
	padding-top: 0;
	margin-top: 0;
}

/* Btn */
/*.btn {
	background: none;
	box-shadow: none;
	border: 2px solid #004d90;
	border-radius: 50px;
	padding: 10px 30px;
	color: #004d90;
	text-shadow: none;
	transition: all 0.5s;
}
.btn:hover {
	background-color: #004d90;
	color: #fff;
}
.btn span {
	display: none;
} */
.btn-light {
	background: none;
	color: #fff;
	border-color: #fff;
}
.btn-light:hover {
	background-color: #fff;
	color: #004d90;
}
.btn-primary {
	background: none;
	color: #004d90;
}
.btn-primary:hover {
	background-color: #004d90;
}

/* More services */
.custom-sumdu-more-services {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-image: url(../images/bg-pattern.png);
	border-left: 1px solid #4f94d7;
	margin-right: 10px;
	margin-top: -30px;
}
.custom-sumdu-more-services a {
	display: block;
	padding: 30px;
	font-size: 18px;
	color: #2268ab;
	text-decoration: none;
}
.custom-sumdu-more-services a:hover {
	text-decoration: none;
	color: #333;
}

/* Top menu */
.sumdu-arrow-more {
	background-color: #fff !important;
}
.sumdu-arrow-more > span {
	display: none !important;
}
.top-menu {
	background-color: #fff;
	height: 70px;
}
.top-menu .logo {
	position: relative;
	z-index: 100;
	display: inline-block;
}
.top-menu .menu {
	margin: 0;
	text-align: right;
	float: right;
	position: relative;
	z-index: 200;
}
.top-menu .menu li {
	display: inline-block;
	margin: 15px 8px;
}
.top-menu .menu li a {
	display: inline-block;
	padding: 10px;
	color: #333;
}
.top-menu .parent:hover{
	background-color: #eee;
}
.top-menu .parent:hover > .dropdown-menu {
	display: block;
}
.top-menu .parent > .dropdown-menu {
	position: absolute;
	margin: 0;
	text-align: left;
	background-color: #eee;
	z-index: 100;
}
.top-menu .parent > .dropdown-menu li {
	margin: 0;
	padding: 0;
	display: block;
}
.top-menu .parent > .dropdown-menu li a{
	display: block;
	padding: 12px;
}

/* Main menu */
.main-menu .navbar .nav {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
}
.main-menu .navbar .nav > li{
	display: inline-block;
	float: none;
}
.main-menu {
	background-color: #fff;
	background-image: url(../images/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-top: 0px solid #fff;
	text-align: center;
}
.main-menu .brand {
	padding: 0 !important;
	margin: 0;
}
.main-menu .image-title {
	display: block;
	margin-bottom: 20px;
}
.main-menu .navbar {
	margin-bottom: 0px;
}
.navbar .btn-navbar {
	float: right;
	padding: 12px;
	margin: 15px;
	margin-top: 20px;
	color: #fff;
	text-shadow: none;
	background-color: #005298;
	background-image: none;
  	border-radius: 0;
 }
.navbar-inner {
	min-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-menu .top-buttons {
	margin-top: 5px;
	height: 0;
}
.main-menu .top-buttons form {
	margin: 0;
}
.main-menu .top-buttons select {
	padding: 5px;
	padding-right: 60px;
	height: auto;
	width: auto;
	background-color: #dbdbdb;
	background-image: url('../images/arrow-bottom.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: #333;
	width: 100%;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.navbar .nav > li > a {
	padding: 24px 20px;
	color: #2268ab;
	font-size: 18px;
	text-transform: uppercase;
}
.navbar .nav>.active>a, 
.navbar .nav>.active>a:hover, 
.navbar .nav>.active>a:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .nav >.active > ul {
	display: none;
}
/* Main submenu */
.main-menu {
	position: relative;
	z-index: 50;
}
.main-menu .navbar .nav,
.main-menu .navbar .nav > li {
	position: static;
}

.main-menu .navbar .nav > li:hover a {
	color: #333;
}

.main-menu .navbar .nav > li > ul {
	text-align: left;
}
.main-menu .navbar .nav > li >.dropdown-menu:before,
.main-menu .navbar .nav > li > .dropdown-menu:after {
	display: none;
}
.main-menu .menu > li > ul.dropdown-menu a {
	background-color: #fff;
}
.main-menu .menu > li > ul.dropdown-menu a:active,
.main-menu .menu > li > ul.dropdown-menu a:focus,
.main-menu .menu > li > ul.dropdown-menu a:hover {
	background-color: transparent;
	background-image: none;
}
.main-menu .menu > li > ul.dropdown-menu > li a {
	text-decoration: none;
	padding: 3px 0;
	white-space: normal;
}
.main-menu .menu > li > ul.dropdown-menu > li a:hover {
	text-decoration: underline;
}
.main-menu .menu > li > ul.dropdown-menu > li > a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px 15px 0;
}
.main-menu .menu > li > ul.dropdown-menu > li > ul {
	padding: 0 0 30px 0;
}
.main-menu .menu > li:hover > ul.dropdown-menu {
	box-sizing: border-box;
	position: absolute;
	top: 72px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
	opacity: 1;
}
/* .main-menu .menu > li.item-108:hover > ul.dropdown-menu {
	left: -423px;
} */
.main-menu .menu > li:hover > ul.dropdown-menu > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.main-menu .menu > li:hover > ul.dropdown-menu > li > ul.dropdown-menu {
	display: block;
	padding-right: 40px;
}
.main-menu .menu > li > ul a > img {
	opacity: 1;
	transition: all 0.5s;
}
.main-menu .menu > li > ul a:hover > img {
	opacity: 0.7;
}
.main-menu .menu > li .item-position-right {
	float: right;
}
.main-menu .menu > li .item-position-left {
	float: left;
}
a.title-hide {
	display: none;
}
a.position-right {
	display: none !important;
}

/* Right menu */
.sumdu-menu-right > li {
	padding: 0 !important;
	margin: 0;
}
.sumdu-menu-right > li > a {
	font-size: 18px;
	padding: 8px 5px;
}
.sumdu-menu-right > .active > .dropdown-menu {
	display: block;
	margin: 5px 0;
}

.sumdu-menu-right .dropdown-menu > li > a {
	padding-top: 5px; 
	padding-bottom: 5px;
}
.sumdu-menu-right .dropdown-menu .parent .active > a,
.sumdu-menu-right .dropdown-menu .active > a {
	background-image: none;
	color: #fff;
	background-color: #4f94d7;
}
.sumdu-menu-right .dropdown-menu > li > a:hover, 
.sumdu-menu-right .dropdown-menu > li > a:focus, 
.sumdu-menu-right .dropdown-submenu:hover > a, 
.sumdu-menu-right .dropdown-submenu:focus > a {
	background-image: none;
	background-color: #4f94d7;
	color: #fff;
}
.sumdu-menu-right .dropdown-menu > li.parent > .dropdown-menu{
	background: #e9e9e9;
}
.sumdu-menu-right .item-position-right {
	display: none;
}

/* Footer menu */
.module-footer {
	padding: 35px 0;
	background-color: #1b71ba;
	color: #fff;
}
.module-footer h3 {
	font-size: 18px;
}

/* languages */
/* .mod-languages {
	float: right;
	padding-right: 30px;
}
div.mod-languages li {
	margin: 0 !important;
}
.mod-languages a {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 50%;
	
	padding: 11px;
}
.mod-languages a:hover {
	background-color: #fff;
}
.mod-languages .lang-active a {
	background-color: #69baff;
	color: #fff;
} */

/* Lang module */
.sumdu-lang {
	float: right;
}

/* Top bottons */
.top-buttons .custom{
	text-align: right !important;
	padding-right: 25px;
}

/* search btn */
.search-btn {
	background-image: url('../images/icons/search.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #005298;
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	transition: all 0.5s;
}
.search-btn:hover {
	background-color: #44a9ff;
}
.top-buttons.nav.pull-right:after {
	content: '';
	display: block;
	clear: both;
	float: none;
}

/* slider */
.moduleslider .container {
	width: 100%;
	margin-bottom: -110px;
	margin-top: -30px;
	height: 420px;
    overflow: hidden;
  	background: #44a9ff;
}
.moduleslider .flexslider .flex-viewport > ul > li {
	background: #005298;
	height: 420px;
}
.moduleslider .flex-caption {
	background: none;
	top: 15%;
	left: 50%;
    position: absolute;
	margin-left: -584px;
    padding: 0px;
    font-size: 22px;
    text-shadow: none;
}
.moduleslider .flex-caption strong {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	color: #005298;
    margin-bottom: 10px;
	line-height: 26px;
}

/* left menu*/
.moduleleft-menu {
	background-color: #005298;
	padding: 30px;
	padding-bottom: 10px;
}
.moduleleft-menu>.nav>li>a {
	color: #fff;
	font-size: 24px;
	text-decoration: underline;
	padding-bottom: 10px;
}
.moduleleft-menu>.nav>li>a:hover{
	background-color: transparent !important;
	text-decoration: none;
}
.moduleleft-menu .separator {
	display: block;
	color: #5eb5ff;
	margin-bottom: 20px;
}

/* Dropdown menu*/
.dropdown-menu > li > a {
	white-space: normal;
}
.parent>.dropdown-menu {
	position: relative;
    float: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none; 
    -moz-background-clip: none;
	background-clip: none;
}
.right .active.parent>.dropdown-menu,
.right .current.parent>.dropdown-menu {
	display: block;
}
.deeper.dropdown b.caret {
	display: none;
}
.parent>.dropdown-menu .dropdown-menu {
	margin: 0px;
}
.dropdown-menu li>a:hover, 
.dropdown-menu li>a:focus, 
.dropdown-submenu:hover>a, 
.dropdown-menu .active>a, 
.dropdown-menu .active>a:hover {
    color: #333;
    background-color: #dbdbdb;
}
.moduleleft-menu>ul.nav.menu>li.active + li .separator {
	display: none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a {
	background-image: none;
}

/* Right menu */
.right .menu > li >a {
	padding: 5px 4px;
}
.right .menu > .active > a{
	background-color: #4f94d7;
	color: #fff;
}

/* left submenu*/
.module-left-submenu {
	background-color: #fff;
}
.module-left-submenu .page-header {
	margin: 0px;
	padding: 30px;
	background-color: #005298;
	color: #fff;
}
.module-left-submenu .nav.menu {
	margin: 0px;
}
.module-left-submenu .nav.menu a {
	padding: 20px 30px;
	color: #333;
	background-image: url('../images/arrow-right.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.module-left-submenu .nav.menu a:hover {
	background-color: #f8f8f8;
}
.module-left-submenu .nav.menu li +li {
	border-top: 1px solid #f0f0f0;
} 

/* events */
.moduleevents {
	background-color: #004d90;
	position: relative;
}
.moduleevents .page-header {
	margin: 0px;
	padding: 30px;
	font-size: 24px;
	color: #fff;
}
.category-moduleevents {
	margin: 0px;
	padding-bottom: 10px;
}
.category-moduleevents li {
	display: inline-block;
	position: relative;
	list-style: none;
	padding: 30px;
	padding-top: 0px;
	min-height: 60px;
	width: 220px;
	overflow: hidden;
}
.category-moduleevents li a{
	color: #fff;
	display: block;
	margin-left: 80px;
	text-decoration: underline;
	display: inline-block;
}
.category-moduleevents li a:hover{
	text-decoration: none;
}
.category-moduleevents li span{
	display: inline-block;
	background-image: url('../images/events-calendar.png');
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 30px;
	width: 25px;
	height: 30px;
	padding: 12px 15px 15px 10px;
	padding-top: 17px;
	text-align: center;
}

/* partners and programs*/
.partners-and-programs a{
	display: block;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	transition: all 0.5s;
}

.partners-and-programs a:hover{
	background-color: transparent;
}

/* left module*/
.left .module {
	padding: 30px;
	background-color: #dbdbdb;
}
.left .module .page-header {
	margin-top: 5px;
}

/* content */
.ssu-articles__date {
    color: #2268ab;
}
.item-page .ssu-articles__date,
.blog .ssu-articles__date {
	padding-bottom: 10px;
}
.content-category h1 {
	font-size: 24px;
	padding: 20px 30px 0 30px;
	margin-top: 0;
}
.hide-content {
	display: none;
	opacity: 0;
}
.item-image img {
	width: 350px;
	height: auto;
	margin-right: 20px;
	/* margin-bottom: 15px; */
}
.blog > p {
	display: none;
}
/* .blog > .items-row {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
} */
.blog >.items-row + .items-row {
	margin-top: 20px;
}
/* .blog .item {
	padding-left: 20px;
	padding-right: 20px;
} */
.item-page {
	background-color: #fff;
	padding: 20px 0;
}
.item-page .page-header, 
.item-page .page-header h2 {
	margin-top: 0px;
}

/* Tags inline */
.content-tags {
	padding-top: 5px;
	float: none;
	clear: both;
}
.tags.inline {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.tags.inline > li {
	display: inline-block;
	padding: 0;
	padding-bottom: 5px;
}
.tags.inline > li > a {
	display: block;
	background-color: #f1f1f1;
	padding: 8px 10px;
	margin: 0;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	color: #777;
	text-shadow: 0 0 0 #fff;
	transition: all 0.5s;
}
.tags.inline > li > a:hover {
	background-color: #ccc;
	/* color: #fff; */
}

/* .tags.inline > li > a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 10px;
} */

/* Popular Tags */
.tagspopular {
	padding-bottom: 20px;
}
.tagspopular > ul {
	list-style: none;
	margin: 0;
}
.tagspopular > ul > li {
	display: inline-block;
	margin: 2px;
}
.tagspopular > ul > li > a {
	display: block;
	background-color: #fff;
	padding: 8px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #777;
	border: 1px solid #ccc;
	transition: all 0.5s;
}
.tagspopular > ul > li > a:hover {
	text-decoration: none;
	background-color: #4f94d7;
	border: 1px solid #4f94d7;
	color: #fff;
}

/* useful links*/
.moduleuseful-links {
	background-color: #005298;
	margin-top: 30px;
	color: #fff;
}
.customuseful-links {
	margin-top: 30px;
	margin-bottom: 30px;
}
.customuseful-links ul {
	margin-left: 0px;
}
.customuseful-links li {
	list-style: none;
	padding-bottom: 5px;
}
.customuseful-links li a{
	color: #5eb5ff;
	text-decoration: underline;
}
.customuseful-links li a:hover{
	text-decoration: none;
}

/* contacts information*/
.modulecontacts-information {
	background-color: #0e3566;
	color: #fff;
}
.customcontacts-information {
	margin-top: 30px;
	margin-bottom: 70px;
}
.customcontacts-information a{
	color: #5eb5ff
}
.customcontacts-information img {
	opacity: 1;
	transition: all 0.5s;
}
.customcontacts-information img:hover {
	opacity: 0.5;
}

/* qs banner */
.module-qs-banner {
	padding: 30px;
	margin-bottom: 60px;
	background-color: #44a9ff;
	color: #fff;
}
.module-qs-banner img {
	margin-right: 20px;
}

/* module hero */
.module-hero {
	background-size: cover;
	background-color: #44a9ff;
	background-position: center;
	height: 400px;
	/* margin-bottom: -90px; */
}
.module-hero .custom {
	margin-top: 110px;
}
.module-hero .custom strong {
	display: inline-block;
	color: #005298;
	background-color: #fff;
	padding: 10px 20px;
	line-height: 25px;
	font-size: 22px;
}

/* Video */
.module-video {
	background-color: #44a9ff;
	color: #fff;
}
.module-video .custom {
	margin-top: 100px;
	font-size: 20px;
}

/* students navigation*/
.module-student-navigation .row a {
	display: block;
	background-color: #005298;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}
.module-student-navigation .row a:hover {
	background-color: #44a9ff;
}
.module-student-navigation img {
	height: 110px;
}
.module-student-navigation strong {
	display: block;
	background-color: #fff;
	background-image: url('../images/arrow-right.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 20px;
	font-size: 18px;
	color: #333;
	text-align: left;
}

/* Bottom */
.bottom {
	padding: 5px;
}

/* items-more */
.items-more {
	margin-top: 30px;
}
.items-more a{
	padding: 15px !important;
	background-color: #fff;
}

/* Category list */
.category-list h2 {
	margin: 0;
	padding: 20px 0;
 	font-size: 24px;
}
.category-list form {
	padding: 5px 0;
}
.category-list form tr {
	padding: 0;
}
.category-list form a{
	display: block;
	padding: 3px;
	/*background-image: url('../images/arrow-right.png');
    background-position: right center;
    background-repeat: no-repeat;*/
}

/*sigplus-gallery*/
.sigplus-gallery {
	overflow: hidden;
}
.boxplus-paging {
	text-align: left !important; 
}

/* social btns */
/* .social-btns {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 20px;
	clear: both;
	float: none;	
}
.social-btns a{
	background-image: url(../images/social-btns.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 10px;
  	padding-right: 46px;
	margin-right: 10px;
  	color: #fff;
  	transition: all 0.5s;
}
.social-btns a:hover{
	opacity: 0.8;
}
.vk-social-btn {
	background-color: #007bb6;
	background-position: 100% 0;
}
.fb-social-btn {
	background-color: #3b5999;
	background-position: 100% -45px;
}
.tw-social-btn {
	background-color: #55acef;
	background-position: 100% -82px;
} */

/* map-area functional */
.map-wrap {
	position: relative;
}
.area-title {
	position: absolute;
	padding: 15px;
	background-color: #fff;
	border: 1px;
	z-index: 10;	
	size: 26px;
	font-weight: bold;
	opacity: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  	border-radius: 10px;
	transition: all 0.3s;
}
area:hover + .area-title {
	opacity: 1;
}

/* Module block */
.moduleblock {
	background-color: #fff;
	padding: 15px 25px;
}

/* Social */
.custom-sumdu-social a {
	color: #333;
	text-decoration: none;
}
.custom-sumdu-social a:hover {
	color: #2268ab;
	text-decoration: none;
}
.custom-sumdu-social a img {
	display: inline-block;
	padding-right: 5px;
}

/* Submit News */
.sumdu-news-submit__block {
	margin-top: 20px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 20px;
	border: 2px solid #ccc;
}
.sumdu-news-submit__input {
	display: inline-block;
	width: 70%;
	border: 0px solid #fff !important;
	box-shadow: 0 0 0 #fff !important;
	color: #333;
}
.sumdu-news-submit__submit {
	display: inline-block;
	float: right;
	color: transparent;
	width: 70px;
	border: 0px solid #fff;
	background-color: #fff;
	background-image: url(../images/arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat
}

/* Copyright */
.module-copyright {
	margin-top: 40px;
}

/* Slider module */
.module-sumdu-info-slider {
	margin-left: -20px;
	margin-top: -30px;
}
.ssu-slides__readmore {
	padding-top: 30px;
}
.sumdu-readmore-btn {
	font-size: 18px;
	padding-right: 50px;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* News module */
.sumdu-main-news {
	padding-left: 20px;
}
.sumdu-main-news .page-header h1{
	font-size: 24px;
	color: #2268ab;
}
.sumdu-main-news .item-title {
	font-size: 18px;
	font-weight: bold !important;
	line-height: 1.1;
}
.sumdu-main-news .item-title a {
	color: #2268ab;
	text-decoration: none;
}
.sumdu-main-news .item-title a:hover {
	color: #2268ab;
	text-decoration: none;
}
.ssu-articles__more-articles {
	padding-bottom: 30px;
}
.ssu-articles__title {
	font-weight: normal !important;
}
.ssu-events__more-articles a,
.ssu-articles__more-articles a {
	padding-right: 45px;
	text-transform: uppercase;
	background-image: url(../images/arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Blog Events */
.page--events .content {
	/* background: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
}
.item-pageevents {
	/* background: #fff;
	padding: 10px 30px;
	margin-top: 20px; */
}
.blog-events__item {
	padding: 5px 20px;
    background: #fff;
	margin-bottom: 5px;
	border: 1px solid rgb(230, 230, 230);
	transition: all 0.3s 0.1s;
}
.blog-events__item:hover {
	box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.12);
}
.blog-events__item--new {
	border-top: 3px solid #22a005;
}
.blog-events__item--hot {
	border-top: 3px solid #d86800;
}
.blog-events__label {
	float: right;
	margin: 15px 0;
	color: #fff;
	padding: 0 12px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 50px;
}
.blog-events__label--new {
	background-color: #22a005;
}
.blog-events__label--hot {
	background-color: #d86800;
}
.blog-events__date {
	padding-top: 25px;
	font-size: 30px; 
}
.blog-events__time {
	padding-top: 15px; 
}
.blog-events__location {
	padding-bottom: 15px; 
}
.blog-events__location i {
	padding-right: 5px;
}
.blog-events__item .page-header h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}
.blog-events__item .page-header h2 a {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px solid rgba(13, 88, 228, 0.4)
}
.blog-events__item .page-header h2 a:hover {
	color: #1b71ba;
	text-decoration: none;
}

/* Blog Video */
.blog-video__item {
	padding-bottom: 20px;
}
.blog-video__image-wrapper {
	position: relative;
	background-color: #000;
}
.blog-video__image {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #ccc;
	background-position: center top;
	background-size: cover;
	opacity: 0.8;
	transition: all 0.3s 0.1s;
}
.blog-video__content:hover .blog-video__image {
	opacity: 0.6;
}
.blog-video__link {
	display: block;
}
.blog-video__icon {
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	color: #fff;
	transform: scale(0.9);
	transition: all 0.3s 0.1s;
}
.blog-video__content:hover .blog-video__icon {
	transform: scale(1.1);
}
.blog-video__icon i {
	font-size: 42px;
}
.blog-video__gradient {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, #000);
    opacity: 0.5;
}
.blog-video__title {
	padding: 0;
	padding-top: 10px;
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
	color: #333;
}
.blog-video__title .page-header {
	padding: 0;
	margin: 0;
}
.blog-video__title h2 {
	font-size: 18px !important;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
}
.blog-video__title a {
	color: #333;
}

/* Blog Photo */
.blog-photo__item {
	padding-bottom: 20px;
}
.blog-photo__content {
	position: relative;
	background-color: #000;
}
.blog-photo__image {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #ccc;
	background-position: center top;
	background-size: cover;
	opacity: 01;
	transition: all 0.3s 0.1s;
}
.blog-photo__content:hover .blog-photo__image {
	opacity: 0.6;
}
.blog-photo__link {
	display: block;
}
.blog-photo__icon {
	padding: 20px;
	position: absolute;
	top:0;
	left: 0;
	color: #fff;
}
.blog-photo__icon i {
	font-size: 28px;
}
.blog-photo__gradient {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, #000);
    opacity: 0.5;
}
.blog-photo__title {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.blog-photo__title .page-header {
	padding: 0;
	margin: 0;
}
.blog-photo__title h2 {
	font-size: 20px !important;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.1;
}
.blog-photo__title a {
	color: #fff;
}
.blog-photo__image_underline {
	background-position: center;
	padding-top: 12px;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	height: 12px;
}
.blog-photo__image_underline--1 {
	margin: 0 10px;
	opacity: 0.9;
}
.blog-photo__image_underline--2 {
	margin: 0 15px;
	opacity: 0.6;
}
.blog-photo__image_underline--3 {
	margin: 0 20px;
	opacity: 0.3;
}

/* Banners */
.module-sumdu-banners {
	margin-bottom: 40px;
}

/* Media block */
.sumdu-media {
	position: relative;
}
.sumdu-media__more {
	position: absolute;
	top: -40px;
}
.sumdu-media__more > a {
	display: block;
	width: 220px;
	height: 30px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.sumdu-media__list {
	padding: 0;
	margin: 0;
	width: 104%;
}
.sumdu-media__item {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	position: relative;
	background-color: #4f94d7;
	margin-bottom: 15px;
	margin-right: 10px;
	min-height: 195px;
	transition: all 0.5s 0s;
}
.sumdu-media__item:hover {
	background-color: #2268ab;
}
.sumdu-media__item:after {
	content: '';
	display: block;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	left: 40%;
    top: 38%;
    position: absolute;
}
.sumdu-media__item a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 15px;
	padding-top: 45px;
	text-align: center;
	text-decoration: none;
}
.sumdu-media__item a:hover {
	text-decoration: none;
}

/* Active menu */
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  background-color: transparent;
  background-image: none;
  border: 0px solid #fff;
  
}

/* Buttons style */
.module-footer-actions {
	margin-top: 20px;
}
.sumdu-btn {
  display: inline-block;
  text-decoration: none;
}
.sumdu-btn:hover {
  text-decoration: none;
}
.sumdu-btn--lg {
  display: inline-block;
  padding: 15px;
  padding-right: 60px;
  background-color: #4f94d7;
  color: #fff !important;
  background-image: url(../images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  text-decoration: none;
  margin: 8px 0;
  margin-right: 10px;
}
.sumdu-btn--lg:focus,
.sumdu-btn--lg:active,
.sumdu-btn--lg:hover {
  text-decoration: none;
  background-color: #2268ab;
  color: #fff !important;
}

/* Build info */
.sumdu-build-version {
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

/* News callendar */
.module div.newscalendar {
	max-width: 100%;
	margin-bottom: 20px;
}
.module .newscalendar span.hasitems {
	color: #fff;
	background-color: #2268ab;
	background-image: none;
}
.module .newscalendar ul.nc-items {
	background-image: none;
	background-color: #f0f0f0;
	border-radius: 0;
	border: 0 solid #ccc;
	box-shadow: 0 0 0 #fff;
}
.module .newscalendar span.nc-day ul.nc-items li a {
	display: inline-block;
	padding-bottom: 15px;
	color: #333;
}
.module .newscalendar span.nc-day ul.nc-items li a:hover {
	color: #333;
	text-decoration: underline;
}
.module .newscalendar .nc-body td {
	padding: 6px;
}
.module .newscalendar span.weekday6,
.module .newscalendar span.weekday7 {
	color: #333;
}
.module .newscalendar .week1 ul.nc-items, 
.module .newscalendar .week2 ul.nc-items {
    top: 22px !important;
}
.module .newscalendar ul.nc-items {
	width: 250px;
}
.module .newscalendar span.relday4 ul.nc-items {
	left: -365% !important;
}
.module .newscalendar span.today {
	display: block;
	background: #f0f0f0;
}

/* Table */
.table-link td > a {
	display: block;
}
