/* #Reset & Basics 
================================================== */
html, body, div, span, 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;
}
input, select, textarea, button {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*body {
	line-height: 1;
}*/
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
strong, b {
	font-weight: bold;
}
/* #Typo
================================================== */
@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* #Headings
================================================== */
h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
	margin-top: 34px;
	border-bottom: 1px solid #858585;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	float: left;
	color: #222;
}
.left-side h3, .left-side h4, .left-side h5 {
	font-size: 18px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	color: #333;
}
.left-side h4 {
	font-size: 16px;
}
.left-side h5 {
	font-size: 14px;
}
.right-side h3 {
	font-size: 18px;
	color: #444;
	padding-bottom: 15px;
	margin-top: 30px;
}
/* #Common Styles
================================================== */
body {
	background: #f5f5f5 url(../images/body_gred.jpg) repeat-x 0 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}
.container, .top-container {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
.top-bar {
	background: #ececec;
	border-bottom: 1px solid #e2e2e1;
}
.container {
	background: #FFF;
}
.top-bar ul {
	font-family: 'Conv_HelveticaNeueLTStd-Lt';
	font-size: 12px;
	padding: 8px 0px;
	overflow: hidden;
	float: left;
}
.top-bar ul li {
	float: left;
	padding: 0 10px;
	
}
.top-bar ul li a {
	color: #3f3c30;
	background: url(../images/top-menu-arrow.jpg) no-repeat right center;
	padding-right: 10px;
}
.top-bar ul li a:hover {
	color: #000;
}
.top-bar .form {
	float: right;
}
.top-bar .form input[type=text] {
	background: url('../images/main-sprite.png') no-repeat 0 0;
	width: 190px;
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: 4px;
	padding-left: 10px;
	float: left;
}
.top-bar .form input[type=submit] {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('../images/main-sprite.png') no-repeat -218px 0;
	width: 30px;
	height: 23px;
	margin-top: 4px;
}
.header {
	border-bottom: 4px solid #a60f15;
	padding-bottom: 13px;
}
.logo, .center-name {
	width: 215px;
	height: 61px;
	position: relative;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-top: 35px;
}
.logo span {
	background: url('../images/main-sprite.png') no-repeat 0 -40px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.center-name {
	width: 223px;
	height: 18px;
	font-size: 12px;
	margin-top: 50px;
	margin-left: 15px;
}
.center-name span {
	background: url('../images/main-sprite.png') no-repeat 0 -122px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.nav {
	float: right;
	font: 11px 'Conv_HelveticaNeueLTStd-Lt';
	text-transform: uppercase;
	margin-left: 100px;
	margin-top: 29px;
	position: relative;
	z-index: 9;
}
.ie7 .nav {
	width: 495px;
}
.nav li {
	float: left;
	margin-left: 15px;
	position: relative;
	padding-bottom: 10px;
}
.nav li a {
	background: #DDD url(../images/menu-gloss.png) no-repeat center -37px;
	border: 1px solid #DDD;
	height: 28px;
	float: left;
	line-height: 28px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	padding: 0px 20px;
	
}
.nav li a:hover {
	background-color: #CCC;
}
.nav li:first-child {
	margin-left: 0px;
}
.nav li a {
	display: block;
	color: #404040;
}
.nav li ul {
	width: 208px;
	border: 1px solid #CCC;
	background: #FFF;
	
	position: absolute;
	top: 40px;
	display: none;
	left: 0;
}
.nav li:hover > ul {display: block;}
.nav li ul li {
	float: none;
	
	padding: 0 10px;
	margin-left:0;
	border-top: 1px solid #eff1f1;
}
.nav li ul li:first-child {
	border-top: 0;
}
.nav li ul li a {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	width: 100%;
}
.nav li ul li:hover {
	background: #CCC;
}
.nav li ul li a:hover {
	background: transparent;
}
.nav li ul li ul {
	left: 208px;
	top: 0;
}
.red-line, .gray-line {
	height: 8px;
	background: #a60f15;
	position: relative;
	float: left;
	width: 100%;
}
.gray-line {
	height: 5px;
	background: #c4c4c4;
	
}
.red-line .triangle, .gray-line .triangle {
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #a60f15;
	position: absolute;
	top: 8px;
	left: 12px;
}
.gray-line .triangle {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #c4c4c4;
	top: 5px;
}
.footer {
	background: #a60f15;
	padding: 9px 0;
	font-size: 9px;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.footer-logo {
	background: url('../images/main-sprite.png') no-repeat 0 -190px;
	width: 48px;
	height: 68px;
	float: left;
	margin-left: 25px;
}
.copyright {
	float: left;
	margin-top: 33px;
	margin-left: 18px;
	color: #FFF;
	
}
.footer ul {
	float: right;
	margin-top: 33px;
	margin-right: 11px;
}
.footer ul li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 14px;
}
.footer ul li:first-child {
	border-left: 0;
}
.footer ul li a {
	color: #FFF;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.side-news li {
	padding: 20px 0;
	border-top: 1px dotted #DDD;
}
.side-news li:first-child {border-top: 0;}
.side-news li .date, .side-news li a {padding-bottom: 10px; display: block;}
.side-news li a {
	color: #3398be;
}
.side-news li a:hover {
	text-decoration: underline;
}
/* inner pages
-------------------------------------------------*/
.inner-content {
	
}
.left-side {
	float: left;
	width: 70%;
}
.right-side {
	float: left;
	width: 23%;
	margin-left: 3%;
	color: #4f5050;
	padding: 0 2%;
	background: #edefef url(../images/side-column.jpg) repeat-y;
}
.inner-banner {
	border: 1px solid #ebebeb;
	border-top: 0;
}
.inner-banner img {
	width: 100%;
}
.breadcrumb {
	background: url(../images/breadcrumb.jpg) repeat-x left bottom;
	line-height: 30px;
	margin-bottom: 20px;
	float: left;
	width: 95%;
	padding-left: 5%;
}
.breadcrumb li {
	float: left;
	font-size: 11px;
}
.breadcrumb li:first-child {
	margin-left: -18px;
}
.breadcrumb li a {
	border-left: #c6c6c6 1px solid;
	padding: 0 7px;
	color: #525b61;
}
.breadcrumb li:first-child a {
	border-left: 0;
}
.breadcrumb .home-icon {
	background: url('../images/main-sprite.png') no-repeat -58px -189px;
	width: 12px;
	height: 11px;
	float: left;
	margin-top: 9px;
}
.breadcrumb li a:hover .home-icon {
	background-position: -58px -208px;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb:first-child {
	margin-top: 10px;
}
.actions {
	float: right;
}
.pdf {
	width: 12px;
	height: 12px;
	background: url(../images/actions.jpg) no-repeat -10px -6px;
	float: left;
	margin-right: 5px;
}
.print {
	width: 14px;
	height: 12px;
	background: url(../images/actions.jpg) no-repeat -27px -6px;
	float: left;
	margin-right: 5px;
}
.mail {
	width: 14px;
	height: 9px;
	background: url(../images/actions.jpg) no-repeat -45px -7px;
	float: left;
}
.left-side p, .content-block {
	margin-bottom: 30px;
	text-align: justify;
	color: #363636;
	width: 100%;
	float: left;
}
.left-side p a, .content-block a {color: #3ba0bc;}
.left-side p a:hover, .content-block a:hover {text-decoration: underline;}
.left-side p span.image, .left-side span.image, .left-side img {
	float: right;
}
.left-side p span.image, .left-side span.image {
	width: 25%;
}
.left-side p span.image img, .left-side span.image img {
	width: 100%;
}
.left-side p span.text, .left-side span.text {
	float: left;
	width: 70%;
}
.head-text {
	padding-bottom: 15px;
	float: left;
	width: 100%;
	color: #363636;
}
.content-block li {
	margin-bottom: 0;
	padding: 3px 0;
	overflow: hidden;
}
.content-block li span.icon {
	width: 4px !important;
	height: 4px !important;
	float: left;
	background: #a60f15 !important;
	margin-right: 10px;
	margin-top: 6px;
}
.content-block li li span.icon {
	background: url('../images/list_bullets.png') no-repeat 0 -9px !important;
	width: 4px !important;
	height: 4px !important;
}
.content-block li li li span.icon {
	background: url('../images/list_bullets.png') no-repeat 0 0 !important;
	width: 3px !important;
	height: 5px !important;
}
.content-block ul li span.icon {
	background: url('../images/list_bullets.png') no-repeat 0 0;
	width: 3px;
	height: 5px;
}
.content-block ul li .text {
	float: left;
	width: 90%;
}
.table {
	border: 1px solid #d9d9d9;
	margin-bottom: 30px;
	color: #363636;
}
.table th, .table td {
	padding: 12px;
	border-left: 1px solid #FFF;
}
.table th:first-child, .table td:first-child {
	border-left: 0;
}
.table th {
	border-bottom: 1px solid #d9d9d9;
	background: #e5e5e5;
	text-align: left;
}
.content-block ul {
	float: left;
	width: 100%;
}
.main-column p a, .content-block a {
	color: #3ba0bc;
}
.side-list {margin-top: 15px;}
.side-list li {
	padding: 10px 0;
	border-top: 1px dotted #DDD;
	background: url(../images/side-menu.png) no-repeat 95% 14px;
	font-size: 13px;
}
.side-list li:first-child {
	border-top: 0;
}
.side-list li ul li:first-child {
	padding-top: 17px;
}
.side-list li:hover {
	background: url(../images/side-menu-hover.png) no-repeat 95% 14px;
}
.side-list li a {
	color: #515151;
	display: block;
}
.side-list li a:hover {
	color: #222;
}
.side-list li li {
	padding-left: 14px;
	background: transparent;
}
.side-list li li:hover {
	background: transparent;
}
.right-side .social {
	border-bottom: 0;
}
/* #Pages Styles
================================================== */
.home-content {
	color: #6d6d6d;
	padding-bottom: 50px;
}
.home-content h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
	color: #444;
}
.home-content h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 17px;
	color: #444;
}
.home-content h4 span {
	background: url(../images/menu-arrows.png) no-repeat right top;
	padding-right: 10px;
}
.home-column {
	border-left: 1px solid #e1e1e1;
	padding: 0 2%;
	float: left;
	margin-top: 45px;
}
.first-col {
	width: 36%;
	border-left: 0;
	padding-left: 0;
}
.second-col {
	width: 28%;
}

.second-col .news {
	float: left;
    width: 100%;
    padding: 0 0 20px;
}

.third-col {
	width: 27.5%;
	padding-right: 0;
}
.home-content .first-col .welcome-block {
	border-bottom: #c4c4c4 4px solid;
	margin-top: 45px;
}
.home-content .first-col .welcome-block:first-child {margin-top: 0px;}
.home-content .home-column p {
	padding-bottom: 20px;
}
.home-content .first-col ul li {
	border-top: 1px solid #d4d5d5;
	padding: 7px 0;
	background: url(../images/menu-arrows.png) no-repeat 0 8px;
	padding-left: 11px;
}
.home-content .first-col ul li a {
	color: #343434;
}
.home-content .first-col ul li a:hover, .home-content .first-col ul li.current a {
	color: #555;
}
.more-news {
	color: #3398be;
	float: right;
	background: url(../images/menu-arrows.png) no-repeat 0 0px;
	padding-left: 10px;
}
.more-news:hover {
	text-decoration: underline;
}
.side-column .more-news {
	background: #e6e6e6 url('../images/main-sprite.png') no-repeat -350px -42px;
}
.social  {
	border-top: 1px solid #c4c4c4;
	border-bottom: 4px solid #c4c4c4;
	padding-top: 15px;
	padding-bottom: 18px;
	margin-top: 27px;
}
.social span {float: left;}
.social a.twitter, .social a.facebook  {
	background: url('../images/social-sprite.png') no-repeat 0 0;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 15px;
}
.social a.facebook {
	background-position: -35px 0;
}
.news-block a {
	display: block;
	color: #3398be;
}
.news-block a:hover {
	text-decoration: underline;
}
.news-block p {
padding-top: 5px;
}
.news-block img {
margin-bottom: 10px;
width: 100%;
}
.third-col li span.icon {
	float: left;
	font-size: 14px;
	margin-right: 10px;
	line-height: 13px;
}
.third-col ul {padding-bottom: 40px;}
.third-col li .text {
	float: left;
	width: 85%;
}
.third-col li .text a {
	color: #3398be;
}
.third-col li .text a:hover {
	text-decoration: underline;
}
.third-col li {
	padding: 7px 0;
}
.news_list li, .search_results li {
	border-bottom: 1px solid #CCC;	
	padding: 20px 0;
	overflow: hidden;
	float: left;
	width: 100%;
}
.news_list li:first-child, .search_results li:first-child {
	padding-top: 0;
}
.news_list li a, .search_results li a {
	color: #a60f15;
}
.news_list li a:hover, .search_results li a:hover {
	color: #353535;
	text-decoration: underline;
}
.news_list li .date, .search_results li p {
	margin-top: 9px;
}
.news_list li p, .search_results li p {
	margin-bottom: 0;
	margin-top: 5px;
}
.search_results li p + a {
	margin-top: 9px;
	float: left;
}
.search_results li p + a:hover {
	text-decoration: underline;
}
.pagination {
	text-align: right;
	margin: 15px 0;
	float: right;
}
.pagination a, .pagination span {
	display: inline-block;
	margin-left: 3px;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #363636 !important;
}
.pagination a:hover, .pagination span.active {
	color: #a60f15 !important;
}
.contacts-data {padding-bottom: 40px;border-bottom: 1px dotted #CCC;
margin-bottom: 40px;
}
.contacts-data .row {
	margin-top: 10px;
}
.contacts-data .row .label {
	float: left;
	width: 15%;
	color: #363636;
}
.contacts-data .row .value {
	float: left;
	width: 70%;
}
.contacts-data .row .value span {
	float: left;
	color: #3ba0bc;
	line-height: 1.5em;
	width: 100%;
}
.contacts-data .row .value span a {
	color: #3ba0bc;
}
.contacts-data .row .value span a:hover {
	text-decoration: underline;
}
.contact-form {
	width: 465px;
	float: left;
	margin-top: 10px;
}
.contact-form .box {
	border: 1px solid #dadada;
	padding: 30px 15px;
}
.contact-form .box div {
	margin-top: 20px;
}
.contact-form .box div:first-child {
	margin-top: 0px;
}
.contact-form label {
	width: 96px;
	float: left;
	color: #000;
}
.contact-form input[type=text], .contact-form select, .contact-form textarea  {
	border: 1px solid #dadada;
	width: 313px;
	margin: 0;
	padding: 0 10px;
	height: 21px;
}
.contact-form select  {
	padding: 2px;
	width: 335px;
}
.contact-form textarea {
	height: 123px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form input[type=submit] {
	background: url('../images/button_sprite.png') no-repeat 0 0;
	width: 97px;
	height: 26px;
	border: 0;
	float: right;
	color: #FFF;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 18px;
	margin-top: 20px;
}
.contact-form input[type=submit]:hover {
	background-position: 0 -38px;
}
/*research centers ================================================= */
.research-centers {
	float: left;
	width: 100%;
}
.research-centers li {
	background: #ededed url(../images/research-center-list.jpg) repeat-x;
	min-height: 84px;
	border: 1px solid #ededed;
	padding: 3%;
	border-top: 1px solid #CCC;
	margin-top: 30px;
}
.research-centers li:first-child {
	margin-top: 0px;
}
.research-centers li img {
	float: left;
	border: 1px solid #CCC;
	width: 18%;
}
.research-centers li .data {
	float: left;
	margin-left: 3%;
	width: 73%;
}
.research-centers li .data h4 {
	padding-bottom: 0;
}
.research-centers li .data p {
	margin-top: 6px;
	font-size: 11px;
	margin-bottom: 14px;
}
.research-centers li .data h4 a {
	color: #333;
}
.research-centers li .data p + a {
	color: #3ba0bc;
	background: url('../images/main-sprite.png') no-repeat 0 -156px;
	padding-left: 10px;
}
.research-centers li .data h4 a:hover, .research-centers li .data p + a:hover, .research-accordion li .links a .text:hover, .related-links li .text a:hover {
	text-decoration: underline;
}
.filter-list {
	background: url(../images/filter-list.jpg) repeat-x;
	height: 21px;
	float: left;
	padding-top: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 20px;
}
.filter-list .all {
	float: left;
	border-right: 1px solid #a4a4a4;
	padding-right: 14px;
	margin-left: 17px;
	color: #555;
}
.filter-list .all:hover {
	color: #a60f15;
	}
.filter-list ul {
	float: left;
	margin-left: 12px;
}
.filter-list ul li {
	float: left;
	padding: 0 4px;
	text-transform: uppercase;
}
.filter-list ul li a {
	color: #555;
	padding: 0 3px;
	
}
.filter-list ul li a:hover, .filter-list ul li a.current {
	color: #a60f15;
}
.filter-list ul li a.disabled {
	color: #999;
	cursor: default;
}
.research-accordion {
	float: left;
	width: 100%;
	margin-bottom: 250px;
}
.research-accordion li {
	border-top: 1px solid #e1e1e1;
	padding: 0 20px;
}
.research-accordion li a.action {
	height: 61px;
	line-height: 61px;
	display: block;
	
	color: #333;
}
.research-accordion li a.action span {
	float: right;
	color: #3ba0bc;
	background: url('../images/main-sprite.png') no-repeat -401px 29px;
	padding-right: 20px;
}
.research-accordion li a.action:hover, .research-accordion li a.action:hover span {
	text-decoration: underline;
}
.research-accordion li .links {
	padding-bottom: 10px;
	display: none;
}
.research-accordion li .links a, .related-links li {
	float: left;
	width: 100%;
	padding: 6px 0px;
}
.research-accordion li .links a:first-child {padding-top: 0;}
.research-accordion li .links a span.icon, .related-links li span.icon {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #939393;
}
.research-accordion li .links a .text, .related-links li .text {
	color: #3398be;
	float: left;
}
.related-links li .text a {
	color: #3398be;
}
.related-links {
	float: left;
	width: 100%;
}
.related-links li:first-child {
	padding-top: 0;
}
.unit-boss {
	border-bottom: 1px solid #e1e1e1;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.unit-boss .position {
	font-size: 13px;
	font-weight: bold;
	float: left;
}
.unit-boss .details {
	float: right;
}
table.experts-table, .contacts-table {
	border-collapse: separate;
	color: #363636;
	margin-bottom: 30px;
}
.experts-table th, .contacts-table th {
	border-top: 5px solid #e1e1e1;
	text-align: left;
	padding: 10px;
}
.contacts-table th {
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}
.experts-table td, .contacts-table td {
	padding: 10px;
	border-bottom: 1px solid #ededed;
}
.experts-table td[colspan="2"]{
	border-top: 1px solid #e1e1e1;
	background: #ededed;
}
.vacancy {
	border-bottom: 1px dotted #bdbdbb;
	padding: 0 10px;
	-webkit-transition: background .8s;
	-moz-transition: background .8s;
	transition: background .8s;
}
.vacancy.open {
	background: #f2f2f2;	
}
.vacancy_title {
	padding: 20px 0;
	display: block;
	width: 95%;
	background: url(../images/plus.jpg) no-repeat 0px 19px;
	padding-left: 23px;
	overflow: hidden;
	color: #3398be;
}
.vacancy_title:hover {text-decoration: underline; }
.vacancy p {
	padding-left: 22px;
	margin-bottom: 15px;
	width: 95%;
}
.open .vacancy_title {
	background: url(../images/minus.png) no-repeat 0px 19px;
}
.vacancy_details {
	display: none;
}
.vacancy_details a.apply {
	background: url('../images/main-sprite.png') no-repeat -97px -194px;
	width: 93px;
	height: 21px;
	float: left;
	color: #FFF;
	text-align: center;
	line-height: 19px;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 22px;
}
.vacancy_details a.apply:hover {
	background-position: -97px -220px;
	text-decoration: none;
}
.available_vacancies {
	float: left;
	width: 100%;
}
.available_vacancies {
padding-bottom: 200px;
}
.staff-list {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.staff-list li {
	font-weight: bold;
	background: url(../images/staff-list.png) no-repeat 0 6px;
	padding-left: 14px;
	margin-top: 20px;
	color: #363636;
}
.staff-list li:first-child {
	margin-top: 0px;
}
.staff-list li .position {
	font-size: 12px;
	font-weight: normal;
	
}
ul.staff-board {
	margin: 0;
	width: 100%;
	float: left
}
.staff-board li {
	width: 48.5%;
	margin-bottom: 35px;
	float: left;
}
.staff-board li:nth-child(odd) {
	margin-right: 3%;
}
.staff-board li h3 {
	padding: 3%;
	border: 1px solid #DDD;
	background: #e4e4e4;
	font-size: 12px;
	color: #8d8d8d;
	width: 94%;
	margin-bottom: 20px;
}
.staff-board li img {
	float: left;
	border: 1px solid #CCC;
}
.prof-details {
	padding-left: 86px;
}
.staff-board li h4 {
	color: #343434;
	font-size: 12px;
	padding-bottom: 10px;
}
.staff-board li .prof-details p {
	color: #9e9e9e;
	font-size: 11px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.staff-board li .prof-details a {
	font-size: 10px;
	color: #3398be;
	background: url('../images/main-sprite.png') no-repeat 0 -264px;
	padding-left: 7px;
}
.staff-board li .prof-details a:hover {
	text-decoration: underline;
}
.partnrers-list {
	float: left;
	width: 100%;
}
.partnrers-list li {
	padding-bottom: 50px;
}
.partnrers-list li h3 {
	background: #efefef;
	padding: 10px;
	width: auto;
	padding: 8px 2%;
	width: 96%;
	font-size: 12px;
	margin-bottom: 20px;
}
.partnrers-list li p {
	margin-bottom: 15px;
	color: #444;
}
.partnrers-list li h3 a {
	color: #333;
}
.partnrers-list li img {
	float: left;
	border: 1px solid #CCC;
}
.partnrers-list li .details {
	padding-left: 168px;
}
.partnrers-list li .details a {
	color: #3ba0bc;
	background: url('../images/main-sprite.png') no-repeat 0 -157px;
	padding-left: 12px;
}
.partnrers-list li a:hover {
	text-decoration: underline;
}
.partner-block {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.partner-block img {
	border: 1px solid #CCC;
}
.partner-block .details {
	padding-right: 202px;
}
.partner-links, .partner-links a {float: left; width: 100%;}
.partner-links a {
	color: #3ba0bc;
}
.partner-links {
	padding-bottom: 30px;
}
.partner-links a:hover {
	text-decoration: underline;
}
.underline-block {
	border-bottom: 1px solid #CCC;
	margin-top: 50px;
	float: left;
	width: 100%;
}
.underline-block h4 {
	color: #000;
	font-size: 14px;
}
.to-top {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 25px;
	
}
.to-top span.text {
	border: 1px solid #CCC;
	float: left;
	height: 15px;
	border-left: 0;
	padding: 0 5px;
	line-height: 16px;
	color: #a3a3a3;
	width: 70px;
}
.to-top:hover span.text {
	border: 1px solid #444;
	border-left: 0;
	color: #FFF;
	background: #444;
}
.to-top span.icon{
	background: url(../images/to-top-icon.jpg);
	width: 17px;
	height: 17px;
	float: left;
}
.underline-block ul {
	padding-bottom: 30px;
}
.list-links {
	padding-bottom: 22px;
	float: left;
	width: 100%;
}
.list-links li {
	padding: 4px 0;
}
.list-links li a {
	color: #3ba0bc;
}
.list-links li a:hover {
	color: #333;
}
.list-links li span.icon {
	float: left;
	margin-right: 8px;
	background: url(../images/regulation-bullet.jpg) no-repeat;
	width: 3px;
	height: 5px;
	margin-top: 5px;
}

/* landing page */
.landing {
	background: #f2f2f2;
	border-top: 1px solid #CCC;
	padding: 23px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
}
.left-side .landing p {
	margin: 14px 0;
}
.landing-title {
	color: #444;
	border-bottom: 1px dotted #bcbcbc;
	font-size: 14px;
}
.landing-title:hover {
	color: #000;
}
.main-column .landing p {
	margin-bottom: 0;
	margin-top: 12px;
}
.view-more {
	float: right;
	background: url(../images/landing-theme.png) no-repeat right center;
	padding-right: 15px;
	color: #3ba0bc;
}
.view-more:hover {
	text-decoration: underline;
}

/* sitemap ===============================================*/
.sitemap {float: left; width: 100%;}
.sitemap li a {
	color: #444;
	font-size: 15px;
}
.sitemap li a:hover {
	text-decoration: underline;
}
.sitemap li {
	padding-bottom: 14px;
	padding-left: 20px;
}
.sitemap li li {
	padding: 3px 0;
	padding-left: 12px;
}
.sitemap li li:first-child {
	padding-top: 10px;
	}
.sitemap ul {
	margin-top: 12px;
	padding-bottom: 20px;
}
.sitemap ul ul {
	margin-top: 0px;
	padding-bottom: 0;
}

.sitemap li li a {
	color: #3ba0bc;
	font-size: 12px;
}
.sitemap li li a:hover {
	text-decoration: underline;
}
.sitemap li li span.icon {
	width: 4px;
	height: 7px;
	float: left;
	background: url(../images/sitemap-level-2.jpg) no-repeat;
	margin-right: 10px;
	margin-top: 3px;
	
}
.sitemap li li li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: url(../images/sitemap-level-3.jpg) no-repeat;
	margin-right: 8px;
	margin-top: 5px;
}
/*.sitemap li li li span.icon:first-child {
	display: none;
}*/
.not_found {
	min-height: 500px;
	color: #585858;
	width: 86;
	padding: 0 6%;
	line-height: 1.6em;
}
.not_found h4 {
	font-size: 38px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-weight: normal;
	margin-top: 80px;
}
.not_found p {
	padding-top: 22px;
}
.not_found ul {margin-top: 21px; margin-left: 12px;}
.not_found li {padding-bottom: 13px;}
.not_found li a {text-decoration: underline; color: #585858;}	
.not_found li a:hover {color: #ba5e60;}	
.not_found li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: #3f3c30;
	margin-right: 9px;
	margin-top: 7px;
}

/* ==============================================
	Calendar + news
   ==============================================*/
.news-data h4 {
	padding-bottom: 20px;
}
.news-data .news-block {
	padding-top: 20px;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.news-data .news-block img {
	border: 1px solid #CCC;
}
.news-data  .news-block:first-child {
	padding-top: 0;
}
.calendar-right-side .news-data  .news-block:first-child h4 {
	margin-top: 20px;
}
.news-data {margin-bottom: 30px;}
.news-data  .news-block p span {
	float: left;
	width: 435px;
}
.news-data .news-block p {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.4em;
}
.news-data .news-block p i {float: left; margin-right: 24px;}
.news-data .news-block p i img {margin-bottom: 24px; margin-left: 0;}
.news-data .news-block p .bullet-list li {
	overflow: hidden;
}

span.list-fake {
	margin-top: 5px;
}
span.square {
	width: auto !important;
	float: left;
}
span.list-item {
	width: 100% !important;
}
span.squareText {
	width: 90% !important;
	float: left;
}
span.list-item {
	padding: 2px 0;
}
span.square {
	color: #a60f15;
font-size: 14px;
margin-right: 11px;
}









@media (max-width: 1199px) {


}



@media (max-width: 1024px) {
.container, .top-container  {width: 96%; padding: 0 2% !important;}

}



@media (max-width: 991px) {


}



@media (max-width: 965px) {



}



@media (max-width: 850px) {
.video img {width: 100%}

}



@media (max-width: 767px) {
.nav {margin-left: 0}
.first-col {height: auto !important}
.second-col {height: auto !important}
.third-col {height: auto !important}
.left-side {width: 100%; height: auto !important;}
.right-side {width: 96%; margin-left: 0; height: auto !important; margin-top: 30px;}
.landing {margin-top: 0; margin-bottom: 20px;}
}




@media (max-width: 740px) {
.slider-mask {position: static !important;}
.flex-control-nav {position: static !important; float: left; margin: 20px 0 !important;}
.slider-mask {width: 96% !important; padding: 2% !important; min-width: 96% !important;}
.slider-mask p {width: 100% !important;}
.footer ul li {padding: 0 12px}

}




@media (max-width: 640px) {
.first-col {width: 100%; height: auto !important}
.second-col {width: 100%; height: auto !important}
.third-col {width: 100%; height: auto !important}
.home-column {padding: 0; border-left: 0;}
.video img {width: auto}
.footer ul {float: left; margin-bottom: 15px;}

}




@media (max-width: 602px) {
.nav {float: left; width: 100%}
.nav li {width: 100%; margin-left: 0}
.nav li a {width: 96%; padding: 0 2%; background: #DDD; text-align: center}
.header {padding: 0}
.contact-form {width: 100%}
.contact-form .box {width: 94%; padding: 30px 3%;}
.contact-form label {width: 100%}
.contact-form input[type=text] {width: 96%}
.contact-form textarea  {width: 90%}
.contact-form input[type=text] {padding: 0 2%;}
.contact-form select {padding: 0 2%; width: 100%}
.staff-board li {width: 100%;}
.staff-board li:nth-child(odd) {margin-right: 0}

}




@media (max-width: 480px) {
.top-bar ul {float: none; margin: 0 auto; width: 190px; padding: 12px 0}
.top-bar .form {float: none; margin: 0 auto; width: 230px}
.top-bar {padding-bottom: 12px}
.logo {margin: 20px auto 20px; float: none; width: 192px}
.center-name {margin: 0 auto; display: block; float: none; width: 121px}
.nav {margin-top: 24px;}
.footer-logo {margin: 0 auto; display: block; float: none}
.copyright {float: none; margin: 0 auto; width: 220px; display: block; margin-top: 20px}
.footer ul {float: none; margin: 0 auto; width: 274px; margin-top: 20px; margin-bottom: 20px}
.contacts-data .row .label {width: 100%}
.partner-block img {width: 100%; margin-bottom: 20px;}
.partner-block .details {padding: 0;}

}



@media (max-width: 360px) {
.research-centers li img {width: 100%; margin-bottom: 10px;}
.research-centers li .data {margin-left: 0; width: 100%}
}



@media (max-width: 295px) {
.footer ul {width: 222px;}

}