@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans-700-webfont.eot');
    src: url('../fonts/museosans-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-700-webfont.woff2') format('woff2'),
         url('../fonts/museosans-700-webfont.woff') format('woff'),
         url('../fonts/museosans-700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans-300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_sans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff2') format('woff2'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}


ol, ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Styles
------------------------------------------------------------------------------*/

strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th, td { vertical-align: middle; }
th { font-weight: normal; text-align: left; }
address, cite, dfn { font-style: normal; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
select, input, textarea, button { font: 99% Arial; }
button, input, select, textarea { margin: 0; }
textarea { overflow: auto; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { text-decoration: none; }
a img {vertical-align: top;}

p a,
p a:active { color: #406A3C; text-decoration: underline;}

p a:hover { color: #406A3C; text-decoration: underline}

::-moz-selection{ background: #1395a1; color:#fff; text-shadow: none; }
::selection { background:#1395a1; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #1395a1; }
button {  width: auto; overflow: visible; }

.none { display: none;}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.unselectable {	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.left {float: left !important;}
.right {float: right !important; }
.clear { clear: both;}
.text_right {text-align: right;}
.text_left {text-align: left;}
.text_center {text-align: center;}
.nobrd {border: none  !important}
.mgrbottom {margin-bottom: 10px !important;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Default - Table
--------------------------------------*/

table tr td {padding: 6px 4px;}
table tr th {padding: 6px 4px;}
table thead tr {background: #950020; color: #fff;}
table tbody tr:nth-child(even) {background: #fff; color: #636363}
table tbody tr:nth-child(odd) {background: #fff; color: #636363}

/* Print
--------------------------------------*/



/* Main style
--------------------------------------*/

html, body {
	height: 100%;
}

body {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'museo_sans300', sans-serif;
	background: #f0f0f0 url(../img/sub_bg.jpg) scroll repeat-x 0 0;
}

.front {
	background: #fff url(../img/front_bg.jpg) scroll repeat-x  0 0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px;
}

.footer, .push {
	height: 95px;
	clear: both;
}

.footer {
	display: block;
	background: #40693b;
	width: 100%;
}

.foot_content {
	background: #293352;
	max-width: 1360px; 
	display: block;
	height: 71px;
	margin: 0 auto;
}


#jms-slideshow {
	position: relative;
	max-width: 1360px;
	margin: 0px auto;
	height: 430px;
	background: #E9E9EB;
	display: block;
}

.mobile_banner {
	display: none;
}

.jms-wrapper {
	width: auto;
	max-width: 1360px;
	height: 430px;
}
#jms-slideshow .step {	
	width: 1360px;
    height: 430px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#jms-slideshow .step:not(.active) {
	opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	filter: alpha(opacity=0); /* internet explorer */
}
#jms-slideshow .jms-content{
	position: relative;
	clear: both;
	z-index: 9999999;
}
#jms-slideshow .step h3{
	font-size: 34px;
	color: #FFF;
	position: absolute;
	top: 320px;
	left: 172px;
	font-family: "museo_sans700";
	z-index: 2147483647;
}

#jms-slideshow .step p {
font-size: 28px;
color: #FFF;
position: absolute;
top: 360px;
left: 172px;
font-family: "museo_sans100";
z-index: 2147483647;
}

#jms-slideshow.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
#jms-slideshow.step img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important
}
.jms-arrows{
	left: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	bottom: 5%;
	position: absolute;
}
.jms-arrows span{
	height: 60px;
	display: block;
	width: 59px;
	cursor: pointer;
	z-index: 2000;
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url(../img/arrows_slider.gif) no-repeat 0 -60px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url(../img/arrows_slider.gif) no-repeat 0 0;
}



.fade_banner {
	height: 320px;
	background: url(../img/banner_gradient.png) scroll repeat-x 0 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 999999;
	width: 100%;
	display: block;

}

.main {
	max-width: 1360px;
}

.header {
	max-width: 1360px;
	margin: 0 auto;
	background: url(../img/front_head.jpg) scroll repeat-x center 23px;
}
.top_header {
	height: 330px;
	padding-top: 60px;
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.front .top_header {
	padding-top: 60px;
	height: 140px;
	width: 1180px;
	margin: 0 auto;
}


.menu_top li {
	float: left;
}

.menu_top li a:hover {
	text-decoration: underline;
}

.menu_top li a {
	font-family: 'museo_sans300';
	color: #fff;
	font-size: 18px;
	margin-right: 25px;
}

.logo {
	display: block;
	float: left;
	background: url(../img/logo.png) scroll no-repeat 0 0;
	width: 594px;
	height: 59px;
	text-indent: -9999999px;
	margin-bottom: 40px;
}

.english .logo {
	display: block;
	float: left;
	background: url(../img/logo_en.png) scroll no-repeat 0 0;
	width: 693px;
	height: 59px;
	text-indent: -9999999px;
	margin-bottom: 40px;
}

.langs {
	float: right;
}

.langs a {
	margin-left: 10px;
}

.content {
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 30px;
}

.more {
	display: block;
	background: url(../img/more.gif) scroll no-repeat right center;
	padding: 5px 40px 5px 15px;
	float: right;
	color: #fff;
}

.reserch {
	float: right;
	width: 65%;
}

.reserch ul li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.reserch ul li {
	display: block;
	margin-bottom: 20px;
	color: #000;
	float: right;
	width: 47%;
	background: url(../img/bullet.gif) scroll no-repeat 0 5px; 
	padding-left: 15px;
}

.reserch ul li:nth-child(odd) {
	clear: both;
	float: left;
	width: 47%;
}

.calendar {
	float: left;
	width: 33%;
}

.events {
	float: left;
	width: 75%;
}

.publications {
	float: right;
	width: 23%;
}

.box_title {
	color: #535353;
	font-family: 'museo_sans700';
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}

.box_link {
	display: block;
	width: 100%;
	height: 117px;
	margin-bottom: 5px;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-family: 'museo_sans300';
	line-height: 24px;
}

.user_info span:nth-child(1) {
	font-size: 13px !important;
	min-height: 20px
}


.user_info span:nth-child(2) {
	font-size: 17px !important;
}

.user_info span:nth-child(3) {
	font-size: 13px !important;
}


.user_info a .normal_font:hover {
	text-decoration: underline;
}

.user_info span:nth-child(2):hover {
	text-decoration: underline;
}

.box_link span {
	display: block;
	width: 180px;
	left: 15px;
	bottom: 15px;
	position: absolute;
}

.box_link img {
	right: 15px;
	bottom: 15px;
	position: absolute;
}

.calendar li {
	clear: both;
	margin-bottom: 35px;
}

.calendar li a {
	overflow: auto;
	font-size: 16px;
	font-family: 'museo_sans300';
	color: #000 !important;
	line-height: 18px;
	display: block;
}

.calendar p {
	float: left;
	width: 40px;
	margin-right: 15px;
}

.calendar p {
	background: #293352;
	color: #fff;
	font-family: 'museo_sans700';
	text-align: center;
	padding-top: 5px;
}

.calendar p span {
	margin-top: 5px;
	display: block;
	background: #40693b;
	color: #fff;
	font-family: 'museo_sans300';
}

.sepator {
	height: 50px;
	display: block;
}

#jms-slideshow2 {
	position: relative;
	width: 100%;
	margin: 0px auto;
    height: 360px;
    background: #fff;
}
#jms-slideshow2 .jms-wrapper {
	width: auto;
	width: 100%;
    height: 360px;
}
#jms-slideshow2 .jms-wrapper .step {	
	width: 100%;
    height: 360px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#jms-slideshow2 .jms-slideshow .step:not(.active) {
	opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	filter: alpha(opacity=0); /* internet explorer */
}
#jms-slideshow2 .jms-content{
	position: relative;
	float: right;
	right: 0px;
	width: 45%;
	z-index: 9999999;
    height: 340px;
	padding: 20px;
}

#jms-slideshow2 img {
	position: absolute;
	left: 0px;
	top: 0px;	
}

#jms-slideshow2 .step h3{
	font-size: 22px;
	color: #000;
	font-family: "museo_sans300";
	line-height: 28px;
	margin-bottom: 30px;
}

#jms-slideshow2  .step p {
	font-size: 16px;
	color: #000;
	font-family: "museo_sans300";
}

#jms-slideshow2 .jms-wrapper .step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
#jms-slideshow2 .jms-wrapper .step img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important
}
#jms-slideshow2 .jms-arrows2{
	left: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	bottom: 5%;
	position: absolute;
}
#jms-slideshow2 .jms-arrows2 span{
	height: 60px;
	display: block;
	width: 59px;
	cursor: pointer;
	z-index: 2000;
}
#jms-slideshow2 .jms-arrows2 span.jms-arrows-prev{
	background: #fff url(../img/arrows_slider.gif) no-repeat 0 -60px;
}
#jms-slideshow2 .jms-arrows2 span.jms-arrows-next{
	background: #fff url(../img/arrows_slider.gif) no-repeat 0 0;
}

#jms-slideshow2 .black {
	position: absolute;
	bottom: 40px;
	font-size: 16px;
}

.black {
	color: black;
}

.right_info p {
	font-size: 14px !important;	
}

.right_info .normal_font {
	font-size: 16px !important;	
}

.hidden_title {
	display: none;
}

.main_title {
	font-size: 36px;
	line-height: 45px;
	font-family: "museo_sans700";
	position: absolute;
	bottom: 30px;
	color: #fff;
}

.path {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.path * {
	color: #535353;
	font-size: 18px;
}

.list {
	float: right;
	width: 72%;
	background: #fbf9f9;
	padding: 20px;
	min-height: 500px;
}

.right_links {
	float: right;
	width: 75%;
}

.mgr_right {
	margin-right: 20px;
}

.txt {
	float: right;
	width: 79%;
	padding-bottom: 52px;
}

.extended {
	width: 100%;
}

.more_btn {
	display: block;
	padding: 5px;
	background: #293452;
	color: #fff;
	float: right;
	font-size: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.back_btn {
	float: left;
	display: block;
	padding: 12px 15px;
	background: #293452;
	color: #fff;
	font-size: 16px;
}



.more_btn span {
	display: inline-block;	
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.list_element {
	position: relative;
	margin-bottom: 35px;
}

.list_element p {
	font-size: 16px;
	color: #000;
	line-height: 18px;
}


.list_element h3 {
	margin-bottom: 10px;
}

.list_element h3 a {
	font-size: 22px;
	font-family: "museo_sans700";
	color: #000;
}

.data {
	color: #000;
	font-size: 16px;
}

.copy {
	color: #fff;
	padding: 25px;
}

.id_page_pl {
	display: none;
}

.id_page_en {
	display: none;
}


.left_page {
	float: left;
	width: 48%;
	padding: 30px;
	background: #fff;
}

.left_page h3 {
	margin-bottom: 20px;
	font-size: 26px;
	font-family: "museo_sans700";
	line-height: 28px;
}

.active a {
	text-decoration: underline;
}

.left_menu {
}

.left_menu {
	float: left;
	max-width: 240px;
}

.left_menu li a {
	background: #293352;
	display: block;
	font-size: 16px;
	font-family: "museo_sans300";
	padding: 15px 15px 15px 13px;
	color: #fff;
}

.left_menu li.current a {
	background: url(../img/selected.png) scroll no-repeat right center !important;
	display: table-cell;
	vertical-align: middle;
	width: 224px !important;
	overflow-y: hidden;
	float: left;
	margin-bottom: 16px;
	padding: 15px 15px 15px 14px;
}

.left_menu li.current a.higher {
	background: url(../img/current_bigger.png) scroll no-repeat right center !important;
}

.left_menu li.current a.medium {
	background: url(../img/current_bigger.png) scroll no-repeat right center !important;
}



.left_menu .long_text a {
	padding-top: 10px !important;
	padding-bottom: 31px !important;
}

.left_menu li:nth-child(even) a {background: #334066;}

.right_menu {
	width: 45%;
	float: right;
}

.right_menu .link_item_1 {
	width: 49%;
	float: left;
	margin-bottom: 15px;
}

.right_menu .link_item_0 {
	width: 49%;
	margin-bottom: 15px;
	float: right;
}

.left_menu ul {
	min-width: 230px;
}

.search {
	float: right;
}

.search .searchbox {
	background: #fff url(../img/zoom.gif) scroll no-repeat 5px center;
	border: none;
	padding: 6px 6px 7px 30px;
	float: left;
}

.ie8 .search .searchbox {
	background: #fff url(../img/zoom.gif) scroll no-repeat 5px center;
	border: none;
	padding: 6px 6px 6px 30px;
	float: left;
}

#search_button {
	float: left;
	background: url(../img/searchBtn.gif) scroll no-repeat 0 0;
	width: 28px;
	height: 28px;
	border: none;	
}


.right_links .link_item_1 {
	width: 32%;
	float: left;
	margin-bottom: 15px;
	height: 150px;
}

.right_links .link_item_2 {
	width: 32%;
	margin-bottom: 15px;
	float: left;
	margin-left: 18px;
	height: 150px;
}

.right_links .link_item_0 {
	width: 32%;
	margin-bottom: 15px;
	float: right;
	height: 150px;
}


#photos {
	padding-top: 30px;
}

#photos a {
	display: block;
	float: left;
	margin: 13px;
}

.menu_bottom ul {
	float: right;
	width: 55%;
}

.menu_bottom ul li {
	float: left;
}


.menu_bottom ul li a {
	color: #fff;
	padding: 25px 10px;
	display: block;
	font-size: 14px;
}

.item-page ul li {
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}

.item-page ul {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.item-page h1 {
	line-height: 28px;
	font-size: 26px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.item-page h2 {
	line-height: 25px;
	font-size: 23px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.item-page h3 {
	line-height: 22px;
	font-size: 20px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.item-page h4 {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}


.left_page ul li {
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}

.left_page ul {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.left_page h1 {
	line-height: 28px;
	font-size: 26px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.left_page h2 {
	line-height: 25px;
	font-size: 23px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.left_page h3 {
	line-height: 22px;
	font-size: 20px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.left_page h4 {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}






.list ul li {
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}

.list ul {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.list h1 {
	line-height: 28px;
	font-size: 26px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.list h2 {
	line-height: 25px;
	font-size: 23px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.list h3 {
	line-height: 22px;
	font-size: 20px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.list h4 {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.resized {
	width: 440px;
}

.resize {
	width: 340px;
}

.user_info span {
	font-size: 16px;
    font-family: 'museo_sans300';
}

.user_list {
    font-family: 'museo_sans700';
	list-style: none;
}

.user_info {
	list-style: none !important;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	height: 40px;
	padding-bottom: 10px;
}

.user_info * {
	float: left;
	color: #000;
	text-decoration: none;
}

.user_info span strong  {
	float: none;
}

.normal_font {
    font-family: 'museo_sans300';
    max-width: 260px;
}

.right_info {
	float: right;
	width: 45%;
	font-size: 18px;
}

.right_info p {
	margin-bottom: 10px;
}

h5 {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 15px;
    font-family: 'museo_sans700';
}

.public h5 {
	display: none;
}

.public .header_1 {
	display: block !important;
}

.left_page p {
	font-size: 16px;
	line-height: 20px;
	color: #535353;
}

.list p {
	font-size: 16px;
	line-height: 20px;
	color: #535353;
}

.profile_img {
	float: left;
}

.left_page h3 {
	color: #293352;
}

#pagin {
	display: none;	
}

#pagin li {
	float: left;
	list-style: none !important;
}

#pagin li a {
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 5px;
	margin-right: 5px;
	background: #2A3352;
	width: 30px;
	text-align: center;
}

#pagin li a.current {
			background: #8E1717;
}

.download_btn {
	display: block;
	padding: 5px;
	background: #293452;
	color: #fff;
	float: right;
	font-size: 16px;
	margin-left: 20px;
}

.download_btn span {
	display: inline-block;	
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.public p {
	overflow: hidden;
}

.search_item a {
	font-size: 16px;
	font-family: "museo_sans700";
	color: #40693B;
}


.controls {
	position: absolute;
	z-index: 9999999;
	bottom: 0px;
}

#search_form p {
	background: #F0F0F0;
	height: 30px;
}

.controls a {
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	font-size: 0px;
}

.controls a.prev{
	background: #fff url(../img/arrows.gif) no-repeat 0 0px;
	
}
.controls a.next{
	background: #fff url(../img/arrows.gif) no-repeat -35px 0;
}

.projects_hide {
	display: none
}


.img_wrapper {
	width: 440px;
	position: relative;
	float: left;
}

.img_wrapper img {
	width: 100%;
	position: absolute;
}

ol {
	margin-left: 25px;
	margin-bottom: 20px;
}

ol li {
	list-style: disc;
	font-size: 16px;
	line-height: 16px;
	color: #535353;
	margin-bottom: 5px;
}

.list ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 16px;
	color: #535353;
	margin-bottom: 5px;
}

#user_list {
	display: none;
}

.super-page-6 #user_list {
	display: block;
}

.super-idpage-5 #user_list {
	display: block;
}

.super-idpage-10 #user_list {
	display: block;
}

.super-page-13 .user_information_8 {
	display: none !important;
}

.super-page-13 .user_information_10 {
	display: none !important;
}

.mobile_trigger {
	display: none;
}

.mobile_trigger2 {
	display: none;
}

.extra_lang {
	display: none;
}

.this_entry ul {
	display: none;
}

.this_entry {
	margin-left: 10px
}

.this_entry h5 {
	cursor: pointer;
}

.this_entry h5::before {
	content: '\25B6';
	margin-right: 15px;
}

h5.opened::before {
	content: '\25BC';
	margin-right: 15px;
}

.project_trigger {
	cursor: pointer;
}

.project_trigger span {
	font-size: 14px;
	margin-left: 20px;
	color: #A8A8A8 !important;
	font-family: "museo_sans300";	
}

.header_1 span {
	font-size: 14px;
	margin-left: 20px;
	color: #A8A8A8 !important;
	font-family: "museo_sans300";	
}


.project_trigger::before {
	content: '\25B6';
	margin-right: 15px;
}

h4.project_opened::before {
	content: '\25BC';
	margin-right: 15px;
}




@media screen and (min-width: 760px) and (max-width: 1024px) {
	
	#jms-slideshow2 .step h3 {
			font-size: 20px;
			line-height: 20px;
			margin-bottom: 15px;
	}
	
	
	.logo {
		position: absolute;
		top: 25px;
		left: 31px !important;
		width: 590px !important;
	}
	
	#jms-slideshow .step h3, #jms-slideshow .step p  {
		left: 162px !important
	}
	
	.txt {
		float: right;
		width: 74%;
		padding-bottom: 52px;
	}
	
	.box_link {
		width: 32% !important;
		float: left;
	}
	
	.publications a {
		margin-right: 14px !important;
	}
	
	.publications a:last-child {
		margin-right: 0px;
	}
	
	.main_title {
		left: 31px !important;
	}
	
	.img_wrapper {
		width: 100% !important;
		overflow: inherit !important;		
	}
	
	#jms-slideshow2 {
		height: 305px;
	}
	
	.controls {
		margin-left: 0px !important;
		background: none !important;
	}
	
	.controls a {
		float: left !important
	}
	
	#jms-slideshow2 .jms-content {
		float: right !important;
		width: 45% !important;	
		clear: none !important;
	}	
	.jms-content h3 {
		max-width: 100%;
	}

	.img_wrapper {
	    width: 52% !important;
	    overflow: inherit !important;
	}

	#jms-slideshow2 .back {
		bottom: 0px;
	}
	
	.right_info {
	    float: right;
	    width: 35%;
	    font-size: 18px;
	}
	
	.user_info a:last-child {
	    float: right;
	    margin-top: 0px !important;
	}
	
	
	.right_menu .link_item_0 {
		float: left;
	}

	.right_menu .link_item_1 {
		float: left;
	}
	
	.right_menu a:nth-child(2) {
		margin-left: 15px;
		margin-right: 15px;
	}

	.right_menu a:nth-child(5) {
		margin-left: 15px;
		margin-right: 15px;
	}

	.right_menu a:nth-child(8) {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.publications a:nth-child(4) {
		float: right;
		margin-right: 0px !important;
	}

#jms-slideshow2 .black {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
}


}


@media screen and (min-width: 200px) and (max-width: 1024px) {

	.mobile_banner {
		display: block;
		width: 100%;
		max-height: 347px;
		position: relative;
	}

	#mobile_it .step_item img {
		width: 100%;
	}
	
	#mobile_it h3 {
		position: absolute !important;
		bottom: 40px;
		left: 70px;
		font-size: 24px;
		line-height: 24px;
		font-family: 'museo_sans700';
		color: #fff;
    }

	#mobile_it p {
		position: absolute;
		bottom: 10px;
		left: 70px;
		font-size: 14px;
		font-family: 'museo_sans300';
		color: #fff;
	}

}

@media screen and (max-width: 480px) {
	

	.mobile_banner {
		margin-top: 30px;
/*		display: none; */
	}
	
	#mobile_it h3 {
		position: absolute !important;
		bottom: 40px;
		left: 60px;
		font-size: 18px;
		line-height: 24px;
		font-family: 'museo_sans700';
		color: #fff;
    }

	#mobile_it p {
		position: absolute;
		bottom: 10px;
		left: 60px;
		font-size: 14px;
		font-family: 'museo_sans300';
		color: #fff;
	}	
	
	.user_info {
		clear: both !important;
		height: 100px !important;
	}

	.user_info span {
		width: auto !important;
		clear: both !important;
		height: auto !important;
	}

	.user_info span:first-child {
		margin-bottom: 10px;
	}

	.user_info span:nth-child(2) {
		margin-bottom: 20px !important;
	}
	
}


@media screen and (min-width: 320px) and (max-width: 1024px) {

	#jms-slideshow {
		display: none;
	}

	.extra_lang {
		display: block;
		background: #3F6B3A !important;
	}
	
	body {
		background: #fff !important;
		background-image: none !important;
	}

	.fade_banner {
		background: none;
	}
	
	.menu_top li {
		display: block;
		width: 100%;
		background: #293352;
		border-bottom: 1px solid #4a5c91;
		padding: 0px;
	}

	.menu_top li a {
		padding: 10px;
		display: block;
		margin-right: 0px;
		padding-left: 40px;
	}
	
	.front .top_header {
		height: 42px !important;
	}
	
	.mobile_trigger {
		display: block;
		width: 34px;
		height: 34px;
		background: url(../img/mobile_menu.jpg) scroll no-repeat 0 0;
		position: absolute;
		top: 35px;
		right: 30px;
		
	}

	.mobile_trigger2 {
		display: none;
		width: 34px;
		height: 34px;
		background: url(../img/mobile_menu2.jpg) scroll no-repeat 0 0;
		position: absolute;
		top: 127px;
		right: 30px;
		z-index: 999999;
		
	}

	.menu_top li a:hover {
		background: #4a5c91;
		text-decoration: none;	
	}
	
	.menu_top li:last-child {
		border: none;
	}
	
	.header {
		background: #40693B;
	}
	
	.top_header {
		background: #293352;
		border-top: 30px solid #40693B;
		width: 100% !important;
	}
	
	.langs {
		display: none;
	}

	.search {
		position: absolute;
		left: 0px;
		top: 85px;
		float: none;
		background: #2A3352;
		padding: 0px 20px 15px 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	
	.search .searchbox {
		width: 90%;
	}
	
	#search_button {
		float: right;
		max-width: 28px; 
	}
	
	#search_form p {
		background: #FFF;
		height: 30px;
	}
	
	.menu_top {
		position: absolute;
		z-index: 9999999999;
		top: 85px;
		display: none;
	}
	
	.path {
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
		padding-top: 0px;
	}
	
	.menu_top li {
		display: block;
		width: 100%;
	}

	.top_header {
		height: 138px;
	}
	
	.main_title {
		left: 45px;
	}
	
	.footer, .push {
	    height: 140px;
	    clear: both;
	}
	
	.copy {
		float: left;
	}

	.menu_bottom ul {
	    clear: both;
	    width: 100%;
	}
	
	.left_page {
		width: 100%;
		padding: 30px;
		padding-top: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
          box-sizing: border-box;
	}
	
	.right_menu {
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
          box-sizing: border-box;
		clear: both;
		width: 100%;
		padding-bottom: 0px;
	}

	.content {
		position: relative;
	}

	.left_menu {
		position: absolute;
	    clear: both;
	    width: 100% !important;
		top: 80px;
	    float: none;
	    max-width: 100%;
	}
	.left_menu ul { 
		width: 100% !important;
	}	
	
	.left_menu ul li { 
		clear: both;	
	}

	.left_menu {
		display: none;
	}

	.left_menu li.current a {
		background: #961A1A !important;
		background-image: none !important;
		width: 100% !important;
		margin-bottom: 0px !important;
	}
		
	.list {
		clear: both;
		width: 100%;
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
		padding-top: 20px;
	}
	
	.list ul {
		margin-top: 28px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.user_info a:first-child {
		float: left !important;
	}
	
	.user_info a:last-child {
		float: right;
		margin-top: -30px;
	}
	
	.jms-wrapper {
		height: auto;
		min-height: 267px;
	}
	
	#jms-slideshow .step h3, #jms-slideshow .step p { 
		left: 235px;	
	}

	#jms-slideshow {
		height: auto;
	}
	
	.jms-arrows {
		left: 87%;
		-moz-transform: scale(0.76, 0.76);
		-ms-transform: scale(0.76, 0.76);
		-webkit-transform: scale(0.76, 0.76);
		-o-transform: scale(0.76, 0.76);
		transform: scale(0.76, 0.76);
	}
	
	.logo {
		position: absolute;
		top: 25px;
		width: 300px;
		left: 20px;
	}
	
	.right_links {
		width: 100%;
		float: none;
	}
	
	.right_links .link_item_0 {
		margin: 15px !important;
		margin-right: 0px !important;
		float: left !important;
		width: 46% !important;
	}
	
	.jms-wrapper div div {
		top: 0px;
		position: absolute;
	}

	.right_links .link_item_1 {
		margin: 15px !important;
		margin-right: 0px !important;
		float: left !important;
		width: 46% !important;
	}

	.right_links .link_item_2 {
		margin: 15px !important;
		margin-right: 0px !important;
		float: left !important;
		width: 46% !important;
	}

	
	.publications {
	    clear: both;
	    width: 100%;
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
		padding-bottom: 0px;
   	}
	
	.reserch {
	    clear: both;
	    width: 100%;
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.calendar {
		width: 100% !important;
		clear: both;
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.events {
		width: 100%;
		padding: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.controls {
		right: 0px;	
	}
	
	.resized {
		width: 100% !important;
	}
	
	#jms-slideshow2 .jms-content {
	    position: relative;
	    clear: both;
	    right: 0px;
	    width: 100% ;
	    z-index: 9999999;
		padding: 0px;
		padding-top: 15px;
		height: auto;
		min-height: 280px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
		padding-bottom: 0px;
	}
	
	#jms-slideshow2 img {
		position: static;
	}


	.img_wrapper img {
		width: 100% !important;
	}

}

@media screen and (min-width: 440px) and (max-width: 600px) {
	
	.mobile_banner {
		margin-top: 30px;
	}

	.logo {
		left: 40px !important;
		top: 25px;
		width: 308px;
		overflow: hidden;

	}
	
		.extra_lang {
		display: block;
		background: #3F6B3A !important;
	}

	
	.controls {
		bottom: 10% !important;
	}


	#jms-slideshow2 .jms-content {
		min-height: 300px;
	}

	.reserch ul li {
		clear: both !important;
		width: 100% !important;
		float: left !important;
	} 
	
	.menu_bottom ul li a {
		padding-right: 0px;
	}
	
	.jms-wrapper {
		min-height: 207px;
	}
	
	.box_link span {
		width: 140px;
		font-size: 17px;
	}
	
	.controls {
		z-index: 9999;
		position: absolute;
	}
	
	.profile_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.profile_img img {
		width: 100%;
	}
	
	.right_info {
		width: 100%;
	}
	


}

@media screen and (min-width: 600px) and (max-width: 800px) {
	


		.mobile_banner {
		margin-top: 30px;
		}

		#jms-slideshow2 .step h3 {
		font-size: 21px !important;
		color: #000;
		font-family: "museo_sans300";
		line-height: 24px !important;
		margin-bottom: 16px !important;
		}
		
		#jms-slideshow2 .step p {
			font-size: 15px;
		}
		
		.events {
			margin-bottom: 20px;
		}
		
		#jms-slideshow2 .black {
			bottom: 0px !important;
		}
		
	.user_info {
		clear: both !important;
		height: 100px !important;
	}
	
		
	.user_info span {
		width: auto !important;
		clear: both !important;
		height: auto !important;
	}

	.user_info span:first-child {
		margin-bottom: 10px;
	}

	.user_info span:nth-child(2) {
		margin-bottom: 20px !important;
	}

	.user_info span:last-child {
		float: left !important;
		display: none !important;
	}
	
	.user_info a:last-child {
	    float: right;
	    margin-top: 0px !important;
	}

}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.img_wrapper {
	    width: 100% !important;
	    overflow: inherit !important;
	}

	
	
	.profile_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.profile_img img {
		width: 100%;
	}
	
	.right_info {
		width: 100%;
	}


}


@media screen and (min-width: 320px) and (max-width: 440px) {
		.logo {
		-moz-transform: scale(0.75, 0.75);
		-ms-transform: scale(0.75, 0.75);
		-webkit-transform: scale(0.75, 0.75);
		-o-transform: scale(0.75, 0.75);		
		transform: scale(0.75, 0.75);
		left: -21px !important;
		top: 25px;
		width: 308px;
		overflow: hidden;

	}

	.profile_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.profile_img img {
		width: 100%;
	}
	
	.right_info {
		width: 100%;
	}

	.menu_bottom {
		min-height: 59px;
	}
	
	.main_title {
		font-size: 24px;
		margin-left: -15px;
	}

	.extra_lang {
		display: block;
		background: #3F6B3A !important;
	}


	.box_link {
		width: 100% !important;
	}
	
	.menu_bottom ul li a {
	    color: #FFF;
	    padding: 11px 25px 0px;
	    display: block;
	}

	.user_info {
		height: auto;
		padding-bottom: 40px;
	}
	
	.user_info a:last-child {
		float: left;
	    clear: both;
	    margin-top: 0px;
		margin-bottom: 20px;
	}




	.user_info a span:last-child {
		float: left;
		position: relative;
		top: -10px;
		margin-bottom: 15px;
	}
	
	.jms-wrapper {
		min-height: 175px;
	}
	
	.reserch ul li {
		width: 100% !important;
		clear: both;
		float: left;
	}


	#jms-slideshow2 {
		height: 170px;
	}
	
	#jms-slideshow2 .jms-content {
	    height: auto;
	    min-height: auto;
	    padding-bottom: 90px;
	}
	
	.menu_bottom ul li a {
	    color: #FFF;
	    padding: 11px 0px 0px 25px;
	    display: block;
	}
	
	#jms-slideshow {
		height: 200px;
		max-width: 100% !important;
	}
	
	.list_element .left {
		width: 100%;
		text-align: center;
	}

	.right_links .link_item_1 {
		width: 91% !important;
	}

	.right_links .link_item_0 {
		width: 91% !important;
	}


	.right_links .link_item_2 {
		width: 91% !important;
	}

	.txt {
		width: 100%;
		margin-top: 20px;
	}
}


@media screen and (min-width: 800px) and (max-width: 1024px) {

	.search {
		position: static;
		float: right;
		background: none;
		padding: 0px;
		width: 180px !important;
		margin-top: -22px;
		margin-right: 9%;
	}
	
	.search .searchbox {
		width: 83%;
	}

}

@media screen and (min-width: 600px) and (max-width: 900px) {



	.logo {
		overflow: hidden !important;
		position: absolute;
		top: 25px;
		width: 300px !important;
		left: 20px;
	}


}


@media screen and (min-width: 1018px) and (max-width: 1120px) {
	
	#jms-slideshow2 .jms-content {
		width: 36%;	
	}
	
	#jms-slideshow2 .step h3 {
		font-size: 20px;	
		margin-bottom: 15px;
	}
	
	#jms-slideshow2 .step p {
		font-size: 13px;
	}
	
	
}

@media screen and (min-width: 1120px) and (max-width: 1185px) {
	
	#jms-slideshow2 .jms-content {
		width: 42%;	
	}
}

.public li {
	list-style: none !important;
}

.public li ul li {
	list-style: disc !important;
}