/* top banner */

.head-banner {
  margin: 0 0 10px;
  position: relative;
  width: 900px;
  height: 222px;
}
.head-banner-item {
  position: absolute;
  top: 0;
  left: 0;
}
/* conferences list */

.conferences {
  position: relative;
  height: 50px;
  background-color: #a9b4bc;
  color: white;
}
.confs-list-block {
  float: left;
}
.conference-block {
  background: url("/client/default/images/conf-logo-bg.png") no-repeat 0 0 transparent;
  width: 181px;
  height: 104px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.all-conferences-show {
  font-size: 16pt;
  color: #016c88;
  border-bottom: 1px dashed #016c88;
  margin: 30px 0 0;
  float: right;
  cursor: pointer;
}
/* news */

.news-block {
  margin: 0 0 50px;
}
.news-title {
  float: left;
}
.news-img {
  float: left;
  background: url("/client/default/images/news-img.png") no-repeat 0 0 transparent;
  width: 25px;
  height: 25px;
  margin: 10px 0 0 10px;
}
.news-item {
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #cecece;
  color: #1a1a1a;
}
.news-date {
  font-size: 10pt;
  margin: 5px 0 0;
}
.news-title a {
  float: left;
  font-size: 12pt;
}
.news-text {
  margin: 5px 0 0;
  font-size: 12pt;
}
.all-news {
  margin: 10px 0 0 0;
}
.all-news a,
.all-news a:hover,
.all-news a:active,
.all-news a:visited {
  color: #27465b;
}
/* timetable */

.timetable-block {
  margin: 0 0 50px;
}
.timetable-body li {
  margin: 0 0 10px;
}
.timetable-body {
  font-size: 10pt;
}
.timetable-body em {
  font-style: italic;
  color: inherit;
}
.timetable-body strong {
  font-weight: bold;
  color: inherit;
}
.timetable-body a {
  font-size: 12pt;
}
/* conference popup */

.menu-dropdown {
  height: 50px;
}
.menu-dropdown .menu-title {
  font-size: 22px;
  cursor: pointer;
  padding: 10px 18px;
  margin-bottom: 2px;
}
.menu-dropdown .menu-title i.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .25s linear;
}
.menu-dropdown .menu-title .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 0px 10px;
}
.menu-dropdown .menu-title .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 3px 10px;
}
.menu-dropdown .menu-body {
  padding: 0;
  background-color: white;
}
.menu-dropdown .menu-body .menu-list {
  padding: 0;
}
.menu-dropdown .menu-body .menu-list .menu-item {
  height: 39px;
  border: 1px solid #a9b4bc;
  padding: 0 10px;
  list-style-type: none;
  cursor: pointer;
}
.menu-dropdown .menu-body .menu-list .menu-item:hover {
  background-color: #ccd1d5;
}
.menu-dropdown .menu-body .menu-list .menu-item a {
  text-decoration: none;
}
.menu-dropdown .menu-body .menu-list .menu-item .menu-item-logo {
  float: left;
  max-width: 45px;
  margin: 0 12px 0 0;
  height: 100%;
}
.menu-dropdown .menu-body .menu-list .menu-item .menu-item-logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.menu-dropdown .menu-body .menu-list .menu-item .menu-item-logo img {
  vertical-align: middle;
}
.menu-dropdown .menu-body .menu-list .menu-item .menu-item-descr {
  float: left;
  color: #92999f;
  font-size: 22px;
  margin-top: 5px;
}
.confs-list-block {
  float: left;
}
.confs-list-block .conferences-list {
  width: 335px;
}
.confs-list-block .conferences-list .menu-list .menu-item-logo {
  width: 35px;
  margin: 0 26px 0 0!important;
}
.ic-index-links .index-menu-list .menu-item {
  padding: 0px 0 0 16px;
}
.ic-index-links .index-menu-list .menu-item .menu-item-logo {
  margin: 0 15px 0 0;
}
/* twitter block */

.twitter-block {
  margin: 0 0 50px;
}
/* twitter styles */

.twtr-hd {
  padding: 18px 10px 5px 120px !important;
  background: url("/client/default/images/twitter.png") no-repeat 14px 15px transparent;
}
.twtr-hd a {
  font-size: 10pt !important;
  font-weight: 400;
}
.twtr-widget .twtr-tweet {
  border-bottom-color: #d6dcdd !important;
  border-bottom-style: solid !important;
}
.twtr-widget .twtr-tweet-wrap {
  padding: 15px 12px !important;
}
/* end of twitter styles */

.ic-index-links {
  float: right;
  min-width: 209px;
}
.ic-index-links .index-menu-link {
  padding-left: 0;
}
.ic-index-links .index-menu-link a {
  text-decoration: none;
  color: white;
  border: none;
}
.ic-index-links a {
  text-decoration: none;
  border-bottom: 1px dashed #016c88;
}
.ic-index-links .index-office-profile-link {
  position: absolute;
  top: 30px;
  left: 14px;
}
.ic-index-links .index-office-profile-link a {
  font-size: 16pt;
}
.ic-index-links .index-editprofile-link {
  position: absolute;
  top: 15px;
  left: 10px;
}
.ic-index-links .index-editprofile-link a {
  font-size: 12pt;
}
.ic-index-links .index-profile-link {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.ic-index-links .index-profile-link a {
  font-size: 12pt;
}
.ic-index-links .index-logout-link {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.ic-index-links .index-logout-link a {
  font-size: 12pt;
}
form.index-ic {
  width: 290px;
}
form.index-ic .send-message-captcha .field-label {
  font-size: 13px;
  float: right;
  margin: 0 8px 5px 0;
}
form.index-ic textarea.index-ic {
  border-radius: 0;
  padding: 4px 2px 4px 10px;
  border: 1px solid #bcbbbb;
  width: 267px;
  height: 124px;
  font-family: Calibri, Roboto, sans-serif;
  font-size: 12pt;
  color: #1a1a1a;
  resize: none;
  outline: none;
}
form.index-ic .captcha-text.index-ic {
  float: left;
  margin: 10px 24px 0px 0;
  border: 1px solid #bcbbbb;
  width: 129px;
  height: 20px;
  padding: 4px 2px;
}
form.index-ic .send-message-submit {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #016c88;
  float: right;
  color: white;
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
