/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	font-size: 62.5%; /* 62.5% : 10 px = 1em */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	color: #000;
	line-height: 1.4;
	background: #fff;
}

a {
	color: #007cb5;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p, li {
	font-size: 14px;
	font-size: 1.4rem;
}

.full-text {line-height: 1.2;}
.full-text, .full-text p, .full-text li {font-size: 14px; font-size: 1.4rem;}
.full-text h1 {font-size: 20px; font-size: 2.0rem;}
.full-text h2 {font-size: 18px; font-size: 1.8rem;}
.full-text h3 {font-size: 16px; font-size: 1.6rem;}
.full-text h4 {font-size: 14px; font-size: 1.4rem;}
.full-text h5 {font-size: 12px; font-size: 1.2rem;}
.full-text h6 {font-size: 11px; font-size: 1.1rem;}

.full-text ul {
	list-style-image: url(/images/marketing_govern/triangle_b.png);
}

.label {
	vertical-align: middle;
}

li ul, li ol {
	margin: 0 0 0 1em;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 .7em;
	text-align: center;
}

p,ul,ol {
	margin: 0 0 .7em;
}

ol, ul {
	list-style-position: outside;
	margin-left: 12px;
	margin-left: 1.2rem;
}

ol[class], ul[class] {
	list-style: none;
	margin-left: 0;
}


table[border="1"], table[border="1"] td {border: 1px solid black;}
td {padding: 5px; vertical-align: top;}

img {
	border: none;
}

input {
	vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"], button, a, .link {
	cursor: pointer;
}

/**Main**/

.layout {
	min-height: 100%;
	margin: 0 auto;
	width: 920px;
	padding: 0 20px;
	overflow: hidden;
}

.side-column {
	width: 224px;
	float: right;
}

.content {
	margin-right: 244px;
	padding: 0 0 25px;
}

.antifooter {
	height: 125px;
	clear: both;
}

.footer {
	margin: -125px auto 0;
	height: 100px;
	padding: 10px 0;
	width: 920px;
	border-top: 5px solid #000;
}

/*header*/

.header {
	margin-bottom: 13px;
	padding-top: 20px;
}

.header-top {
	overflow: hidden;
	margin-bottom: 10px;
}

.header-logo {
	width: 127px;
	float: left;
	margin-top: 10px;
}

.header-lang-search {
	overflow: hidden;
	float: right
}

.header-lang {
	list-style: none;
	margin: 0 0 10px;
	float: right;
}

.header-lang-item {
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #000;
}

.header-lang-item.is_active {
	color: #00a6f2;
}

.header-lang-item + .header-lang-item {
	margin-left: 10px;
}

.header-lang-item a {
	text-decoration: none;
	color: inherit;
}

.header-container {
	overflow: hidden;
}

.dropdown, .dropdown li, .dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 100;
}

ul.dropdown li {
	zoom: 1;
	position: relative;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 200px;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}


ul.header-menu {
	background: #00a6f2;
	clear:both;
	margin: -40px 0 0 120px;
}

.header-menu , .tab-menu, .side-menu{
	margin: 0;
	list-style: none;
}


.header-menu-item {
	display: inline-block;
}

.header-submenu {
	background: #00A6F2;
	position: relative;
	z-index: 5;
}

.header-submenu-item:hover {
	background: #000;
}


.tab-menu-item {
	float: left;
}

.side-menu-item {
	margin: 0 0 3px;
}

.header-menu-item, .tab-menu-item, .side-menu-item {
	color: #fff;
	font-weight: bold;
	background: #00a6f2;
}

.header-menu-item:hover, .tab-menu-item:hover, .side-menu-item:hover, .header-menu-item.is_active, .tab-menu-item.is_active, .side-menu-item.is_active {
	background: #000;
}

.tab-menu-item {
	padding: 0 18px;
	cursor: pointer;
}

.header-menu-item a, .header-submenu-item a, .tab-menu-item a, .side-menu-item a {
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
	display: inline-block;
}

.header-submenu-item a {
	width: 100%;
	box-sizing: border-box;
}

.header-menu-item + .header-menu-item, .tab-menu-item + .tab-menu-item {
	border-left: 1px solid #80d3f9;
}

.header-menu-item a, .tab-menu-item a {
	color: #fff;
}



.header-slides {
	margin: 10px 0;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}

.header-slides-item {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.header-slides-item + .header-slides-item {
	margin-left: 5px;
}

.header-slides-item img {
	height: 54px;
	width: auto;
}

.header-title {
	height: 52px;
	line-height: 52px;
	font-size: 39px;
	color: #fff;
	position: relative;
	text-align: right;
	z-index: 2;
}

.header-title a {
	color: #fff;
	text-decoration: none;
	height: 100%;
	padding: 0 13px 0 18px;
	display: inline-block;
	position: relative;
	z-index: 3;
	background: #000;
}

.header-title a:hover {
	color: #fff;
}


.header-title:before {
	content: '';
	width: 100%;
	height: 52px;
	top: 0;
	left: 0;
	background: #00a6f2;
	position: absolute;
	z-index: 2;
}


.header-name {
	margin: 10px 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1;
	color: #000;
}


.header-search {
	float: right;
	clear: right;
	margin: 0 0 23px;
}

.header-search-input {
	width: 200px;
	padding: 0 7px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	height: 20px;
	margin-right: 8px;
	border: 1px solid #d7d7d7;
}

.header-search-button {
	width: 22px;
	height: 22px;
	background: url(/images/mief/search_button.png) 50% 50% no-repeat #00a6f2;
	border: none;
	text-indent: -9999px;
}
/*footer*/

.footer-container {
	float: right;
}

.footer-social {
	margin: 0;
	list-style: none;
}

.footer-info {
	float: left;
}

.footer-social-item {
	margin-right: 5px;
	display: inline-block;
}
.footer a {
	color: #60c7f4;
	font-weight: bold;
	text-decoration: none;
}


/*side-col*/

.sideinfo-title {
	background: #000;
	color: #fff;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	text-align: right;
	padding: 0 10px 0 32px;
}

.sideinfo-title a {
	color: #fff;
	text-decoration: none;
}

.sideinfo-title a:hover {
	color: #fff;
}

.sideinfo-title:before {
	content: '';
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	background: #00a6f2;
	position: absolute;
}

.sideinfo-list {
	list-style: none;
	margin: 0 0 10px;
}

.sideinfo-item {
	padding: 10px 0;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}

.fixed-height {
	height: 80px;
}

.sideinfo-item-img {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 10px;
}

.sideinfo-item-title {
	overflow: hidden;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #000;
}

.sideinfo-item-title a {
	color: inherit;
	text-decoration: none;
}

.sideinfo-item-title a:hover {
	text-decoration: underline;
}

.sideinfo-item-header {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-family: Georgia, serif;
	margin-bottom: 10px;
	color: #007cb5;
}

.sideinfo-item-header a {
	text-decoration: none;
}

.sideinfo-item-header a:hover {
	text-decoration: underline;
}

.sideinfo-item-header {
	text-decoration: none;
}


.sideinfo-item-date {
	overflow: hidden;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: Georgia, serif;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}

.sideinfo-all {
	height: 20px;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #fff;
	position: relative;
	background: #000;
	margin: 0 0 10px;
}

.sideinfo-all:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #000;
	top: 50%;
	margin-top: -10px;
	left: 100%;
	position: absolute;
}

.sideinfo-all a {
	color: #fff;
	text-decoration: none;
}

/*** Event ***/

.event-date {
	font: 14px/1.2 Georgia, serif;
	font-size: 1.4rem;
	color: #7f7f7f;
}

.event-title {
	font: 24px/1.2 Georgia, serif;
	font-size: 2.4rem;
	color: #000;
	margin: 15px 0;
}

.subtitle {
	font: 16px/1.2 Georgia, serif;
	font-size: 1.6rem;
	color: #4c6774;
	font-style: italic;
}

.event-annotation {
	color: #4c6774;
	font-style: italic;
	font: 18px/1.2 Georgia, serif;
	font-size: 1.8rem;
	overflow: hidden;
}

.event-text {
	font: 14px/1.2 Arial, Helvetica, serif;
	font-size: 1.4rem;
	overflow: hidden;
}


.event-inside-img {
	float: left;
	margin: 0 15px 15px 0;
}

/**/

.tab-body-item {
	background: #f5f1e4;
	padding: 20px 30px 30px 40px;
	display: none;
}

.tab-body-item.is_active {
	display: block;
}

h3.person-info-header {
	font-weight: bold;
	text-align: left;
	color: #4c4c4c;
	font-size: 14px;
	font-size: 1.4rem;
}

.person-info-img {
	float: left;
	margin: 0 22px 20px 0;
}

.person-info-container {
	margin: 0 0 20px;
}

.person-info-container, .subtitle {
	overflow: hidden;
}

.person-info-col {
	float: left;
	width: 182px;
	font-size: 13px;
	font-size: 1.3rem;
}

.person-info-col+.person-info-col{
	margin-left: 28px;
}

.path {
	margin: 0 0 15px;
	list-style: none;
}

.path li {
	display: inline-block;
	font: 14px/1.2 Georgia, serif;
	font-size: 1.4rem;
	position: relative;
}

.path li+li:before {
	content: '>';
	position: absolute;
	top: 0;
	left: -15px;
}

.path li+li {
	margin-left: 18px;
}

.path a {
	text-decoration: none;
	color: #007cb5
}

.path a:hover {
	text-decoration: underline;
}


/*students*/

.ask-student-title {
	font: 18px/28px Georgia, serif;
	font: 1.8rem/2.8rem Georgia, serif;
	color: #fff;
	padding: 0 5px;
	margin: 15px 0 20px;
	background: #00a6f2;
	height: 28px;
}

.ask-student {
	font-size: 0
}

.ask-student-item {
	margin-right: 20px;
	display: inline-block;
}

.ask-student-item:nth-child(4n), .ask-student-item.last {
	margin: 0;
}

.ask-student-item-title {
	font-size: 14px;
	margin-bottom: 30px;
	color: #00a6f2;
}

.ask-student-item-title a {
	color: inherit;
	text-decoration: none;
}

/******************/

.news-header, .news-header * {
	font: 2.4rem/1.2 Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0;
}

.news-header {
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
}

.news-header a {
	text-decoration: none;
	color: #000;
}

.news-list {

}

.descr {
	font-size: 1.4rem;
}


/*search*/

ol.ou-search-results {
	list-style: outside decimal;
	margin-left: 20px;
}

.ou-search-results h2 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

.ou-search-results li {
	margin: 10px 0;
}

.ou-search-filter {
	margin: 10px 0;
}

input[name="ou-search-target"] {}

.ou-search-button, .subscribe-form input[type="submit"] {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	border: none;
	outline: none;
	background: url('/images/marketing_govern/banners_bg.png') repeat-x 0 0 #025eab;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-image: -webkit-linear-gradient(top,#2d84cb,#025eab);
	background-image: -moz-linear-gradient(top,#2d84cb,#025eab);
	background-image: -o-linear-gradient(top, #2d84cb,#025eab);
	background-image: linear-gradient(to bottom, #2d84cb, #025eab);
	border-radius: 3px;
}

/**/

.fotorama__nav-wrap {
	position: relative;
	z-index: 200;
	top: -25px;
	right: 10px;
}
div.fotorama__nav--dots {
	text-align: right;
}
div.fotorama__nav--dots .fotorama__nav__frame{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 99px;
	background: #4c4c4c;
}

div.fotorama__nav--dots .fotorama__active {
	background: #e2e5e7;
}


div.fotorama__dot, div.fotorama__active .fotorama__dot {
	border: none;
	background: none;
}

.slider-box {
	overflow: hidden;
	margin-bottom: 10px;
}


.slider-container {
	height: 100%;
	position: relative;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.slider-container > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.slider-news {
	width: 190px;
	height: 100%;
	position: absolute;
	right: 0;
	font-family: Verdana, sans-serif;
	background: #00a6f2;
	color: #fff;
}

.slider-news:before {
	content: '';
	width: 20px;
	height: 258px;
	position: absolute;
	right:100%;
	background: url(/images/icef/slider_corners.png) no-repeat 0 0 transparent;
}

.slider-news-title {
	padding: 7px 14px;
	font-size: 1.8rem;
	background: #00a6f2;
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.slider-news-content {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px;
	border-radius: 0 0 1px 1px;
	position: relative;
}

.slider-news-content a {
	color: #fff;
}

.slider-news-content * {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/*
.slider-news-content:after {
	content: '';
	width: 18px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 100%;
	position: absolute;
	background: url(/images/marketing_govern/triangle_w.png) no-repeat 0 0 transparent;
}
*/

.slider-nav {
	margin: 0;
	font-size: 0;
}

.slider-nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 21px;
	height: 21px;
	padding: 0 7px;
}

/**/
.r-slider-item, .r-slider-img {
	margin: 0 0 3px;
}

.r-slider-item {
	background-color: #f3f3f3;
	color: #747474;
	padding: 5px;
}

.r-slider-img img {
	height: auto;
	max-width: 100%;
}

/*events-nav*/
.events-nav {
	font-size: 0;
	padding: 10px 0;
}


.events-nav li {
	font-size: 1.3rem;
	padding: 0 5px;
	display: inline-block;
	border-left: 1px solid #000;
	text-align: center;
}

.events-nav li:first-child {
	border-left-color: transparent;
}

.events-nav a {
	color: #007cb5;
	text-decoration: none;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
}


/**index**/
.info-col {
	width: 215px;
	float: left;
}

.info-col_wide {
	width: 450px;
}

.info-col + .info-col {
	margin-left: 20px;
}

.important-info {
	margin-bottom: 20px;
}
/**secons-menu*/
.second-menu {
	list-style: none;
}

.second-menu-item {
	color: #fff;
	height: 56px;
	padding: 0 10px;
	background: #012c3f;
	text-align: right;
}


.second-menu-item a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 46px;
	padding: 5px 0;
}


/*faq*/
.faq-list ul {
	list-style: none;
	margin: 0;
}

.faq-header {
	color: #4c6774;
	font: italic 18px/24px Georgia, serif;
	padding: 5px 5px 5px 30px;
	background: url(/images/mief/arrow_faq.png) 0 5px no-repeat transparent;
	min-height: 25px;
}


.faq-content {
	padding-left: 30px;
}
