/* ==========================================================================
   Helper classes
   ========================================================================== */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 481px) {
  .hidden-xs {
    display: block;
  }
}
@media (max-width: 480px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 481px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 700px) {
  .hidden-700 {
    display: block;
  }
}
@media (min-width: 701px) {
  .hidden-700 {
    display: none;
  }
}
@media (max-width: 700px) {
  .visible-less-700 {
    display: block;
  }
}
@media (min-width: 701px) {
  .visible-less-700 {
    display: none;
  }
}
.auto-height {
  height: auto;
  min-height: 0;
}
.height-20 {
  height: 20px;
  clear: both;
}
.height-10 {
  height: 10px;
  clear: both;
}
.height-5 {
  height: 5px;
  clear: both;
}
.align-center {
  text-align: center;
}
.block {
  display: block;
}
.grey {
  color: #9e9e9e !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 3px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
}
.btn.dark-green {
  background-color: #00463e;
  color: #fff;
}
.alert,
.flash {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4,
.flash h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.flash .alert-link {
  font-weight: 300;
}
.alert > p,
.flash > p,
.alert > ul,
.flash > ul {
  margin-bottom: 0;
}
.alert > p + p,
.flash > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success,
.flash-success {
  padding: 10px;
  background-color: #dff0d8;
  border: solid 1px #3b6533;
  color: #3c763d;
}
.alert-info,
.flash-info {
  padding: 10px;
  background-color: #31708f;
  border: solid 1px #c4ebf3;
  color: #d9edf7;
}
.alert-warning,
.flash-warning {
  padding: 10px;
  background-color: #fcf8e3;
  border: solid 1px #faebcc;
  color: #8a6d3b;
}
.alert-danger,
.flash-error,
.flash-danger {
  padding: 10px;
  background-color: #f2dede;
  border: solid 1px #ebccd1;
  color: #a94442;
}
/* media block */
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: middle;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.max-100 {
  max-width: 100px !important;
}
.max-100 img {
  width: 100%;
  height: auto;
}
.loading-animation {
  width: 50px;
  height: 50px;
  border: solid 4px #777;
  border-radius: 50%;
  border-top-color: #777;
  border-right-color: #999;
  border-bottom-color: #aaa;
  border-left-color: #eee;
  -webkit-animation: loader 0.5s infinite linear;
  -moz-animation: loader 0.5s infinite linear;
  animation: loader 0.5s infinite linear;
}
@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}
.img-max-height-75 {
  max-height: 75px;
  overflow: hidden;
}
header.header-default {
  position: relative;
  min-height: 240px;
  margin: 0 auto;
  background: url("/ict/images/header_bgr.jpg") left top no-repeat;
  background-size: cover;
}
header.header-default .logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  height: auto;
}
header.header-default .pen {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 1020px) {
  header.header-default .pen {
    z-index: 1;
  }
}
@media (min-width: 1021px) {
  header.header-default .pen {
    z-index: 2;
  }
}
header.header-default .tab {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 1020px) {
  header.header-default .tab {
    z-index: 1;
  }
}
@media (min-width: 1021px) {
  header.header-default .tab {
    z-index: 2;
  }
}
header.header-default .glass {
  position: absolute;
  right: 257px;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}
header.header-default .login-block {
  position: relative;
  top: 20px;
  left: 30px;
  z-index: 10;
  min-height: 40px;
}
header.header-default .login-block .login-form {
  position: absolute;
  top: 22px;
  left: 0px;
}
header.header-default .login-block .login-form .rememberme {
  float: left;
  width: 120px;
  text-align: left;
}
header.header-default .login-block .login-form .rememberme input[type=checkbox] {
  width: auto;
  display: inline-block;
}
header.header-default .login-block .register-form {
  position: absolute;
  top: 22px;
  left: 42px;
}
header.header-default .login-block .register-form input[type=submit] {
  float: none;
  width: 100%;
}
header.header-default .social {
  display: table;
  border-collapse: separate;
  border-spacing: 17px;
  position: relative;
  /* bottom: 30px; */
  /* left: 10px; */
  /* z-index: 3; */
  margin: 105px 0 0 10px;
}
header.header-default .social a {
  display: table-cell;
  margin-right: 17px;
  background-color: #c8beb3;
  width: 36px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 3px 0 0 0;
}
header.header-default .social .subscribe-form {
  position: absolute;
  bottom: -105px;
  left: 10px;
}
header.header-default nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #9e9e9e;
}
@media (max-width: 1020px) {
  header.header-default nav {
    z-index: 2;
  }
}
@media (min-width: 1021px) {
  header.header-default nav {
    z-index: 1;
  }
}
header.header-default nav ul {
  list-style: none;
}
@media (max-width: 1120px) {
  header.header-default nav ul {
    margin: 5px 0 30px 0px;
  }
}
@media (min-width: 1121px) {
  header.header-default nav ul {
    margin: 5px 0 30px 30px;
  }
}
header.header-default nav ul li {
  float: left;
  padding-right: 20px;
}
header.header-default nav a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
header.header-small {
  position: fixed;
  left: 0;
  right: 0;
  height: 58px;
  background-color: black;
  margin: 0 -15px;
  z-index: 2;
}
header.header-small .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}
header.header-small .header-content .logo {
  display: block;
  flex: 0 0 135px;
}
@media (max-width: 1140px) {
  header.header-small .header-content .logo {
    flex-basis: 104px;
  }
}
header.header-small .header-content nav {
  flex: 1 0 auto;
}
header.header-small .header-content nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
header.header-small .header-content nav ul li {
  padding: 0 10px;
}
@media (max-width: 1140px) {
  header.header-small .header-content nav ul li {
    padding: 0 5px;
  }
}
header.header-small .header-content nav a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
header.header-small .header-content .social {
  flex: 1 0 258px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1140px) {
  header.header-small .header-content .social {
    flex-basis: 108px;
  }
}
header.header-small .header-content .social img {
  margin: 0 12px;
}
@media (max-width: 1140px) {
  header.header-small .header-content .social img {
    margin: 0 5px;
  }
}
header.header-small .header-content .user-navigation {
  position: relative;
  flex: 0 0 67px;
}
header.header-small .header-content .user-navigation a.toggle-user-navigation {
  display: block;
}
header.header-small .header-content .user-navigation a.toggle-user-navigation.active {
  background-color: rgba(231, 231, 231, 0.6);
}
header.header-small .header-content .user-navigation .user-menu {
  position: absolute;
  top: 58px;
  right: 0;
  background-color: rgba(231, 231, 231, 0.95);
  padding: 20px 0;
}
header.header-small .header-content .user-navigation .user-menu h4 {
  color: #00a0c6;
  margin: 0 0 10px 10px;
  cursor: pointer;
}
header.header-small .header-content .user-navigation .user-menu h4.toggle-register {
  margin-bottom: 0;
}
header.header-small .header-content .user-navigation .top-dropdown {
  transition: max-height 300ms ease-out;
  overflow: hidden;
  max-height: 280px;
  background: none;
}
header.header-small .header-content .user-navigation .top-dropdown.collapsed {
  max-height: 0;
  padding: 0;
}
header.header-small .header-content .user-navigation .top-dropdown button {
  width: 100%;
  margin: 10px auto 0 auto;
}
header.header-small .header-content .rememberme {
  width: 120px;
  text-align: left;
}
header.header-small .header-content .rememberme input[type=checkbox] {
  width: auto;
  display: inline-block;
}
.top-dropdown {
  background-color: rgba(231, 231, 231, 0.9);
  box-sizing: border-box;
  z-index: 11;
  width: 260px;
  padding: 10px;
}
.top-dropdown h4 {
  color: #00a0c2;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.top-dropdown input {
  width: 100%;
  margin-bottom: 5px;
  border: solid 1px #9e9e9c;
  padding: 6px 10px;
  font-size: 13px;
  color: #999999;
  box-sizing: border-box;
}
.top-dropdown button,
.top-dropdown input[type=submit] {
  float: right;
  height: 30px;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #00a0c2;
  font-size: 14px;
}
.top-dropdown small {
  display: block;
  margin: 0 0 10px 0;
}
html {
  min-height: 100%;
  font-family: Tahoma, sans-serif;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
body {
  background: #01a0be;
  margin: 0;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: auto;
  font-size: 14px;
}
a {
  color: #00a0c6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  background-color: #e8e8e8;
  width: 100%;
  max-width: 1100px;
  min-width: 460px;
  margin: 0 auto;
}
h4 {
  color: #9e9e9e;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 20px 15px;
}
.main {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.main aside {
  width: calc(100% - 750px);
}
.main main {
  flex: 1 1 750px;
  min-width: 750px;
}
footer {
  background: #222;
  width: 100%;
  max-width: 1100px;
  min-width: 460px;
  color: #eee;
  margin: auto;
  box-sizing: border-box;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
}
.footer-top .logo {
  display: block;
  flex: 1 1 15%;
  max-width: 15%;
}
.footer-top .mail {
  display: block;
  padding: 0px 0 0 35px;
  margin-top: 5px;
  color: #fff;
  background: url(/ict/images/mail_icon.png) 10px 3px no-repeat;
  font-size: 13px;
}
.footer-top .bottom-menu {
  padding: 0 5px 0 10px;
  color: #929292;
  font-size: 13px;
}
.footer-top .bottom-menu a {
  display: inline-block;
  color: #929292;
  text-decoration: none;
}
.footer-top .subscribe-form {
  flex: 1 1 40%;
  max-width: 40%;
}
.footer-top .subscribe-form label {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 13px;
}
.footer-top .subscribe-form input {
  display: inline-block;
}
.footer-top .subscribe-form input[type=text] {
  width: calc(70% - 25px);
  height: 23px;
  margin-right: 10px;
  font-size: 14px;
}
.footer-top .subscribe-form input[type=submit] {
  width: 30%;
  background-color: #9e9e9e;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  height: 29px;
  border: none;
}
.footer-top .socials {
  flex: 1 1 20%;
  max-width: 20%;
}
.footer-top .socials ul {
  list-style: none;
  margin: 23px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer-top .socials ul li {
  padding: 0 10px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  border-top: solid 1px #9e9e9e;
}
.footer-bottom div {
  padding: 0 25px;
  color: #929292;
}
.footer-bottom a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  padding: 0 25px 0 95px;
}
.footer-bottom .ict-online {
  background: url("/ict/images/ictonline_icon.png") left top no-repeat;
}
.footer-bottom .spbit {
  background: url("/ict/images/spbit_icon.png") left top no-repeat;
  padding-left: 75px;
}
.top-buttons {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.top-buttons a,
.top-buttons div {
  width: 30%;
  display: block;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.top-buttons a.add-event,
.top-buttons div.add-event {
  background-color: #e21e23;
}
.top-buttons a.services,
.top-buttons div.services {
  background-color: #00a0c2;
}
.top-buttons a.for-partners,
.top-buttons div.for-partners {
  background-color: #86ab0f;
}
.index-events .index-events-top {
  margin: 0px 18px;
}
.index-events .index-events-top h2 {
  display: inline-block;
  color: #9e9e9e;
  font-weight: normal;
  font-size: 16px;
  margin: 0 25px 20px 0;
  padding: 0;
}
.index-events .index-events-top .filter-link {
  display: inline-block;
  font-size: 13px;
}
.index-events .index-events-top .filter-link a {
  text-decoration: underline;
}
.index-events.special {
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-events.special .special-events-header {
  display: table;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: #00a0c2;
}
.index-events.special .special-events-header div {
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}
.index-events.special .special-events-header img {
  margin-right: 10px;
}
.index-events.special .index-events-item {
  background-color: #fff;
  border: solid 2px #00a0c2;
  margin-bottom: 10px !important;
}
.add-more-container {
  padding: 10px 0;
  text-align: center;
}
.add-more-container .load-more-events,
.add-more-container .load-more-news,
.add-more-container .load-more-events-timed {
  display: inline-block;
  margin: 0 auto;
  min-width: 150px;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  background-color: #9e9e9e;
  color: #fff;
}
.loading-animation {
  margin: 0px auto 10px auto;
}
.theme-description {
  margin: 18px;
  font-size: 13px;
  line-height: 1.1;
}
.index-events-item {
  background-color: #fff;
  margin: 0px 10px 5px 15px;
  padding: 5px 0px 5px 10px;
}
.index-events-item .date-place {
  margin-bottom: 5px;
  font-size: 16px;
}
.index-events-item .date-place a {
  color: #000;
  text-decoration: none;
}
.index-events-item .date-place a:hover {
  text-decoration: underline;
}
.index-events-item a.event-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #9e9e9e;
  line-height: 1.1;
  margin-top: 5px;
}
.index-events-item .media-left {
  vertical-align: middle;
  text-align: center;
}
.index-events-item .organizer {
  float: right;
  min-width: 255px;
  max-width: 45%;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  background-color: #9e9e9e;
  color: #fff;
  margin-top: -3px;
}
.index-events-item .organizer a {
  color: #fff;
}
.index-events-item .thumbnail-spacer {
  width: 100px;
}
.main-content {
  margin: 0px 10px 25px 15px;
  background-color: #ffffff;
  padding: 20px;
}
.main-content h1 {
  color: #9e9e9e;
  font-size: 18px;
  margin-left: 0;
}
.main-content h1.event-h1 {
  font-size: 22px;
  font-weight: bold;
  margin-right: 250px;
}
.main-content .event-info .date-place p {
  margin: 0 0 5px;
}
.main-content .event-info .date-place a {
  text-decoration: underline;
}
.main-content .event-info .date-place .event-links {
  font-size: 13px;
}
.main-content .event-info .date-place .event-links a {
  display: block;
  float: left;
  border-right: solid 1px #000;
  padding: 0 4px;
  margin-top: 4px;
}
.main-content .event-info .date-place .event-links .groups {
  display: table;
  padding-left: 4px;
  float: left;
}
.main-content .event-info .date-place .event-links .groups a,
.main-content .event-info .date-place .event-links .groups span {
  float: none;
  display: table-cell;
  vertical-align: middle;
  border: none;
  padding: 0 2px;
}
.main-content .event-info .date-place .organizers {
  font-size: 13px;
}
.main-content .event-info .date-place .event-subscribe {
  position: relative;
  background-color: #01a0be;
  padding: 6px 112px 6px 12px;
  margin: 15px 0 8px 0;
  color: #fff;
}
.main-content .event-info .date-place .event-subscribe a {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #01a0be;
  border: solid 2px #fff;
  border-radius: 50%;
  margin-top: -19px;
}
.main-content .event-info .date-place .event-subscribe a:nth-child(2) {
  right: 60px;
}
.main-content .event-info .date-place .event-subscribe a:nth-child(3) {
  right: 15px;
}
.main-content .event-info .date-place .event-subscribe .top-dropdown {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.main-content .event-info .payment-info {
  padding: 10px;
  font-size: 12px;
}
.main-content .lid {
  font-weight: bold;
  margin: 0 0 15px 0;
}
.main-content .left-float-image {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 40%;
  height: auto;
}
.main-content .left-float-image img {
  width: 100%;
  height: auto;
}
.main-content.grey {
  background: transparent;
  padding: 0;
}
.main-content .event-share {
  float: right;
  width: 225px;
}
.main-content .addeventatc {
  visibility: hidden;
  display: block !important;
  margin-top: 10px;
  padding: 5px 8px 6px 30px;
  color: #a7a7a7 !important;
  text-transform: uppercase;
  font-family: 'Tahoma' !important;
  font-size: 12px;
  background: url("/ict/images/add_to_cal_icon.png") 7px 3px no-repeat;
  border: solid 1px #a7a7a7 !important;
  border-radius: 0 !important;
}
.main-content .addeventatc:hover {
  border: solid 1px #a7a7a7 !important;
  color: #a7a7a7 !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.main-content .addeventatc .addeventatc_icon {
  display: none !important;
}
.main-content .addeventatc .addeventatc_dropdown {
  text-transform: none;
}
.main-content .event-print-link {
  display: block;
  float: left;
  margin-right: 10px;
}
.event-register {
  display: flex;
  justify-content: center;
  margin: 15px;
  text-align: center;
}
.event-register .register-button {
  display: block;
  padding: 5px 10px;
  margin: 0 10px;
  color: #ffffff;
  background-color: #00a0c6;
  font-size: 16px;
}
.event-register .register-button.mailto {
  background-color: #9e9e9e;
}
.event-seealso {
  margin: 0 10px 25px 15px;
  padding: 15px 15px 5px 15px;
  border: solid 2px #00a0c6;
  overflow: auto;
}
.event-seealso h3 {
  margin: 0 auto 20px auto;
  font-weight: normal;
  color: #00a0c6;
  font-size: 18px;
  text-align: center;
}
.event-seealso .item {
  float: left;
  margin: 0 15px 15px 0;
  width: calc(50% - 15px);
  font-size: 13px;
  min-height: 85px;
}
.event-seealso .item .date {
  display: inline-block;
  font-weight: bold;
}
.event-seealso .item .title {
  color: black;
}
.event-seealso .item .media-body {
  vertical-align: top;
}
.list-news {
  margin: 0px 10px 25px 15px;
  padding: 20px;
}
.list-news h1 {
  margin: 0 0 20px 0px;
}
.list-news h2 {
  font-weight: normal;
  font-size: 20px;
  color: #22a5c0;
  margin: 0px 10px 10px 0px;
}
.list-news .list-news-columns {
  margin-top: 40px;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 5em;
  -webkit-column-gap: 5em;
  -moz-column-gap: 5em;
}
.list-news .list-news-item {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.list-news .list-news-item .news-date {
  color: #9e9e9e;
}
.list-news .list-news-item .news-title {
  color: #00a0bd;
  margin: 7px 0;
  font-size: 16px;
}
.list-news .list-news-item .image-link img {
  width: 50px;
  height: auto;
}
.list-news .list-news-item .type-name {
  font-size: 12px;
  font-style: italic;
}
.list-news .participant-title,
.list-news .speaker-title {
  font-size: 18px;
}
.list-news .events-number {
  color: #9e9e9e;
}
.list-news .archive-form {
  margin-top: 30px;
  padding: 15px 0;
  border-top: solid 1px #9e9e9e;
}
.list-news .archive-form input[type="submit"] {
  margin: 20px 0 0 0;
  float: left;
  background-color: #9e9e9e;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 2px 12px;
  height: auto;
  color: #fff;
  border: none;
}
.list-news .archive-form .reset-news-filter {
  display: inline-block;
  float: left;
  margin: 20px 0 0 10px;
  padding: 2px 12px;
  font-size: 16px;
  text-align: center;
  color: #a5a5a5;
  border: solid 1px #a5a5a5;
}
.list-news .search-info {
  margin: 0 0 15px 0;
  font-size: 13px;
  padding-bottom: 10px;
  border-bottom: solid 1px #9e9e9e;
}
.list-news .navigation {
  font-size: 12px;
}
.list-news .navigation.search-navigation {
  font-size: 16px;
  text-align: center;
}
.event-themes {
  margin-top: 7px;
}
.event-themes a {
  display: inline-block;
  color: #000;
  text-transform: lowercase;
  font-size: 13px;
}
.event-themes a.event-type {
  text-transform: capitalize;
  color: #00a0c6;
  margin-right: 20px;
}
.letters-block a {
  color: #9e9e9e;
  font-size: 16px;
}
.letters-block .letters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.letters-block .letters li {
  display: inline-block;
  margin-right: 10px;
}
.tabs,
.tabs-services {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
}
.tabs ul,
.tabs-services ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #00a0c6;
  display: flex;
  justify-content: space-between;
}
.tabs ul:after,
.tabs-services ul:after {
  display: table;
  content: '';
  clear: both;
}
.tabs ul li,
.tabs-services ul li {
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: -1px;
  text-align: center;
}
.tabs ul li div,
.tabs-services ul li div,
.tabs ul li a,
.tabs-services ul li a {
  display: block;
  margin: 0 5px;
  border: 1px solid #00a0c6;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #9e9e9e;
}
.tabs ul li div:last-child,
.tabs-services ul li div:last-child,
.tabs ul li a:last-child,
.tabs-services ul li a:last-child {
  margin: 0 5px;
}
.tabs ul li:hover,
.tabs-services ul li:hover {
  color: #00a0c6;
}
.tabs ul li.active,
.tabs-services ul li.active,
.tabs ul li.active:hover,
.tabs-services ul li.active:hover {
  color: #00a0c6;
}
.tabs ul li.active div,
.tabs-services ul li.active div,
.tabs ul li.active:hover div,
.tabs-services ul li.active:hover div {
  border-bottom: solid 1px #ffffff;
  color: #00a0c6;
}
.tabs .tabs-content,
.tabs-services .tabs-content {
  margin-top: 10px;
}
.tabs .tabs-content ul,
.tabs-services .tabs-content ul {
  display: block;
  list-style-type: disc;
  border: none;
  margin-left: 15px;
}
.tabs .tabs-content ul li,
.tabs-services .tabs-content ul li {
  display: list-item;
  float: none;
  margin-left: 15px;
  cursor: auto;
  padding: 2px 0;
  text-align: left;
}
.tabs .tabs-content ul li:hover,
.tabs-services .tabs-content ul li:hover {
  color: #000;
}
.tabs .tabs-content .speaker-item a.item-title,
.tabs-services .tabs-content .speaker-item a.item-title {
  font-size: 14px;
  font-weight: 700;
}
.tabs .tabs-content .images ul,
.tabs-services .tabs-content .images ul {
  list-style: none;
  float: left;
  margin: 5px 0 0;
  padding: 0;
}
.tabs .tabs-content .images ul li,
.tabs-services .tabs-content .images ul li {
  margin: 0 5px 5px 0px;
  padding: 0;
  cursor: pointer;
}
.tabs .tabs-content .images .content,
.tabs-services .tabs-content .images .content {
  width: 100%;
}
.tabs .tabs-content .tab-item.description-info p,
.tabs-services .tabs-content .tab-item.description-info p,
.tabs .tabs-content .tab-item.description-info ul,
.tabs-services .tabs-content .tab-item.description-info ul,
.tabs .tabs-content .tab-item.description-info li,
.tabs-services .tabs-content .tab-item.description-info li {
  font-size: 14px;
}
.tabs > div,
.tabs-services > div {
  padding-top: 10px;
}
.tabs-services ul li div,
.tabs-services ul li a {
  margin-right: 15px;
}
.tabs-services ul li.active div,
.tabs-services ul li.active:hover div {
  border-bottom: solid 1px #e7e8e8;
}
.tabs-events {
  margin: 30px 10px 10px 15px;
  font-size: 12px;
}
.tabs-events ul {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #00a0c6;
}
.tabs-events ul:after {
  display: table;
  content: '';
  clear: both;
}
.tabs-events ul li {
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: -1px;
  text-align: center;
}
.tabs-events ul li div,
.tabs-events ul li a {
  display: block;
  margin-right: 5px;
  padding: 4px 12px;
  text-transform: uppercase;
  color: #9e9e9e;
}
.tabs-events ul li div:first-child,
.tabs-events ul li a:first-child {
  margin-left: 15px;
}
.tabs-events ul li:hover {
  color: #00a0c6;
}
.tabs-events ul li.active,
.tabs-events ul li.active:hover {
  color: #00a0c6;
}
.tabs-events ul li.active div,
.tabs-events ul li.active:hover div,
.tabs-events ul li.active a,
.tabs-events ul li.active:hover a {
  border: 1px solid #00a0c6;
  border-bottom: solid 1px #e7e8e8;
  color: #00a0c6;
}
.tabs-events .tabs-content {
  margin-top: 10px;
}
.tabs-events .tabs-content .speaker-item a.item-title {
  font-size: 14px;
  font-weight: 700;
}
.tabs-events .tabs-content .images ul {
  list-style: none;
  float: left;
  margin: 5px 0 0;
  padding: 0;
}
.tabs-events .tabs-content .images ul li {
  margin: 0 5px 5px 0px;
  padding: 0;
  cursor: pointer;
}
.tabs-events .tabs-content .images .content {
  width: 100%;
}
.sidebar h4 {
  color: #9e9e9e;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.sidebar h4 a {
  color: #9e9e9e;
}
.sidebar .sidebar-news {
  padding-right: 25px;
}
.sidebar .sidebar-news .sidebar-news-item {
  font-size: 12px;
  margin: 0px 0px 20px   0;
  color: #000;
}
.sidebar .sidebar-news .sidebar-news-item a {
  color: #000;
}
.sidebar .sidebar-news .sidebar-news-item .date {
  font-weight: bold;
}
.sidebar .sidebar-news .sidebar-news-item .media-left {
  width: 20%;
}
.sidebar .sidebar-news .sidebar-news-item .media-left img {
  width: 100%;
  height: auto;
}
.sidebar .sidebar-news .more-events {
  text-align: right;
}
.sidebar #sidebar-calendar {
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sidebar #sidebar-calendar table {
  font-size: 16px;
}
h1 {
  font-weight: normal;
  font-size: 24px;
  color: #22a5c0;
  margin: 0px 10px 10px 15px;
}
.filter-form {
  margin: 0px 10px 10px 15px;
  padding: 10px 10px 5px;
  border: solid 1px #b6bac4;
}
.filter-row {
  margin-bottom: 10px;
  color: #4d525f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-row h2 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  margin: 0 20px 10px 0px;
  color: #9e9e9e;
}
.filter-row .free-checkbox {
  float: right;
}
.filter-row input,
.filter-row select {
  display: inline-block;
  border: solid 1px #a4a5a5;
  height: 23px;
}
.filter-row select {
  height: 25px;
  flex: 0 1 32%;
}
.filter-row input[type=checkbox] {
  height: auto;
  margin: 0 5px 0 0;
}
.filter-row input[type=submit] {
  margin: 0;
  background-color: #9e9e9e;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 2px 35px;
  height: auto;
  color: #fff;
}
.filter-row select[name=event_theme] {
  max-width: 284px;
  overflow-x: hidden;
}
.services-block {
  width: 70%;
  margin: 20px auto;
}
.services-block .services-item {
  margin: 0 0 15px 0;
  border-bottom: solid 1px #009fbc;
  padding-bottom: 15px;
}
.services-block .services-item .media-left {
  width: 28%;
}
.services-block .services-item .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #9d9d9d;
}
.services-block .services-item .title.active {
  color: #009fbc;
}
.services-block .services-item .misc {
  color: #9d9d9d;
}
.services-block .services-item .activity {
  margin-top: 10px;
  color: #a3a3a3;
}
.user-show-block {
  font-size: 14px;
}
.user-show-block h2 {
  color: #000;
  display: inline-block;
  margin: 0 0 20px 0;
}
.user-show-block text {
  color: #000;
  margin: 10px 0;
}
.user-show-block .toggle-form-block {
  display: inline-block;
  margin-left: 10px;
}
.user-form-block .form-row {
  margin: 5px 15px 15px 0;
}
.user-form-block .form-row input,
.user-form-block .form-row textarea {
  width: 100%;
  padding: 6px;
  border: solid 1px #727272;
}
.user-form-block .form-row textarea {
  height: 150px;
}
.user-form-block .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.user-form-block .form-row ul {
  font-size: 12px;
  list-style: none;
  margin-left: 15px;
  padding-left: 0;
  color: #a94442;
}
.user-form-block input[type=submit] {
  margin: 0;
  background-color: #9e9e9e;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 2px 35px;
  height: auto;
  color: #fff;
  border: solid 1px #727272;
}
.user-registration div {
  margin-bottom: 5px;
}
.user-registration div ul {
  list-style: none;
  width: 300px;
  margin: 15px 0 5px 0px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #f2dede;
  border: solid 1px #ebccd1;
  color: #a94442;
}
.user-registration h2 {
  font-weight: normal;
  font-size: 20px;
  color: #22a5c0;
  margin: 0px 10px 10px 0px;
}
.user-registration label {
  display: inline-block;
  min-width: 150px;
}
.user-registration input {
  display: inline-block;
  border: solid 1px #a4a5a5;
  height: 23px;
}
.user-registration .alert {
  width: 300px !important;
}
.user-registration input[type=submit] {
  margin: 0;
  background-color: #9e9e9e;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 2px 35px;
  height: auto;
  color: #fff;
}
.to-visit {
  text-align: center;
}
.to-visit h5 {
  display: inline-block;
  margin: 0;
  color: #22a5c0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.other-press-events {
  display: block;
  margin: 24px auto;
  padding: 7px 25px;
  background-color: #01A0BE;
  color: #fff;
  width: 330px;
  text-align: center;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  overflow: hidden;
}
.pagination {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.pagination span {
  display: inline-block;
  padding: 4px;
  text-align: center;
  font-size: 16px;
}
.global-search {
  position: relative;
  width: calc(100% - 25px);
  height: 27px;
  margin-bottom: 15px;
}
.global-search input {
  position: absolute;
}
.global-search input[type=text] {
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  border: solid 1px #a7a7a7;
  padding-right: 30px;
  box-sizing: border-box;
}
.global-search input[type=submit] {
  top: 0;
  right: 0;
  width: 29px;
  height: 27px;
  background: url('/ict/images/search-btn.png') left top no-repeat;
  background-color: transparent;
  border: none;
}
.main-content form[action$=login_check] label {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.main-content form[action$=login_check] label[for=remember_me] {
  font-size: 14px;
}
.main-content form[action$=login_check] input[type=text],
.main-content form[action$=login_check] input[type=password] {
  width: 100%;
  padding: 8px 4px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.main-content form[action$=login_check] input[type=checkbox] {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.main-content form[action$=login_check] input[type=submit] {
  width: 100px;
  height: 30px;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #00a0c2;
  font-size: 14px;
  margin-top: 15px;
}
.main-content.subscribe {
  height: calc(100% - 50px);
}
.main-content.subscribe .form-group {
  margin-bottom: 10px;
}
.main-content.subscribe .form-group label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-content.subscribe .form-group input[type=text],
.main-content.subscribe .form-group input[type=email] {
  width: 100%;
  height: 26px;
  border: solid 1px #c2c2c2;
  border-radius: 3px;
  font-size: 14px;
  padding: 2px 8px;
}
.main-content.subscribe .form-group button[type=submit] {
  margin-top: 15px;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  background-color: #00a0c2;
  font-size: 14px;
}
.main-content.subscribe .form-group ul {
  list-style: none;
  padding: 0;
  margin: 3px 0 0 0;
  color: rgba(200, 0, 0, 0.8);
  font-size: 12px;
}
.main-content.subscribe .form-group.has-error input {
  border: solid 1px rgba(200, 0, 0, 0.6);
  background-color: rgba(255, 0, 0, 0.1);
}
.main-content.subscribe .checkbox-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.main-content.subscribe .checkbox-item label {
  font-size: 0.75rem;
  margin-left: 5px;
  font-weight: normal;
  margin-bottom: 0;
}
.main-content.subscribe .checkbox-item:first-child {
  margin-top: 15px;
}
.service-events {
  box-sizing: border-box;
  padding-right: 20px;
}
.service-events .service-events-item {
  margin-bottom: 15px;
  border-bottom: solid 1px #9e9e9e;
  padding-bottom: 20px;
}
@media print {
  .service-events .service-events-item {
    margin-bottom: 0.5cm;
    padding-bottom: 0.5cm;
  }
}
@media print {
  .service-events .service-events-item .media-left {
    display: none;
  }
}
.service-events .service-events-item .info-container {
  display: table;
  width: 100%;
}
.service-events .service-events-item .info-container .event-info,
.service-events .service-events-item .info-container .organizer {
  display: table-cell;
}
.service-events .service-events-item .date,
.service-events .service-events-item .time,
.service-events .service-events-item .event-type {
  display: inline-block;
  float: left;
}
.service-events .service-events-item .date {
  font-size: 18px;
  margin-right: 10px;
}
.service-events .service-events-item .time {
  font-size: 12px;
  padding-top: 7px;
  margin-right: 15px;
}
.service-events .service-events-item .event-themes {
  font-size: 13px;
}
@media print {
  .service-events .service-events-item .event-themes {
    font-size: 10pt;
  }
}
.service-events .service-events-item .event-themes a.event-type {
  display: block;
  float: left;
  padding-top: 5px;
  color: #0c99c4;
  margin-right: 15px;
}
@media print {
  .service-events .service-events-item .event-themes a.event-type {
    color: #000;
  }
}
.service-events .service-events-item .event-themes .event-themes-list {
  padding-top: 5px;
}
.service-events .service-events-item .event-themes .event-themes-list a {
  color: #4d525f;
}
.service-events .service-events-item .misc-icons {
  float: right;
}
.service-events .service-events-item .misc-icons img {
  float: left;
  margin-right: 5px;
  max-width: 30px;
}
.service-events .service-events-item .theme-icons img {
  max-width: 35px;
}
.service-events .service-events-item .event-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
@media print {
  .service-events .service-events-item .event-title {
    font-size: 0.5cm;
    color: #000000;
  }
}
.service-events .service-events-item .region {
  display: inline-block;
  float: left;
  font-size: 16px;
}
.service-events .service-events-item .more-link {
  float: right;
}
@media print {
  .service-events .service-events-item .more-link {
    display: none;
  }
}
.service-events .service-events-item .organizer {
  width: 150px;
  margin: 0 0 0 10px;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
}
.service-events .service-events-item .organizer a {
  line-height: 1;
}
@media print {
  .service-events .service-events-item .organizer a {
    color: #000000;
  }
}
.service-events .service-events-item .media-body {
  vertical-align: top;
}
.press-events-greeting {
  margin: 0 10px 25px 15px;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}
.press-events-greeting .form input[type=text],
.press-events-greeting .form input[type=email] {
  padding: 5px 10px;
  border: solid 1px #a0a0a0;
  margin-right: 15px;
  min-width: 150px;
}
.press-events-greeting .form button {
  background-color: #9e9e9e;
  padding: 4px 10px;
  border: none;
  color: #fff;
  font-size: 14px;
}
.press-events-greeting .form ul {
  list-style: none;
  text-align: left;
  width: 50%;
  margin: 10px auto;
  font-size: 13px;
  color: red;
}
.press-events-greeting .alert {
  display: inline-block;
  margin: 10px auto 15px auto;
}
.region-description {
  padding: 0 15px 15px 15px;
  font-size: 13px;
  color: #727272;
}
.g-recaptcha {
  display: inline-block;
  margin: 10px auto 0 auto;
}
.fos_user_resetting_request > div > div,
.fos_user_registration_register > div > div {
  margin-bottom: 10px;
}
.fos_user_resetting_request label,
.fos_user_registration_register label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.fos_user_resetting_request input[type=text],
.fos_user_registration_register input[type=text],
.fos_user_resetting_request input[type=email],
.fos_user_registration_register input[type=email],
.fos_user_resetting_request input[type=password],
.fos_user_registration_register input[type=password] {
  border: solid 1px #9e9e9c;
  padding: 6px 10px;
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
.fos_user_resetting_request input[type=submit],
.fos_user_registration_register input[type=submit] {
  height: 30px;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #00a0c2;
  font-size: 14px;
}
.events-list-header {
  display: flex;
  justify-content: space-between;
  padding-right: 35px;
  margin-bottom: 20px;
}
.events-list-header .head {
  flex: 0 1 65%;
}
.be-aware {
  position: relative;
  flex: 0 1 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}
.be-aware .title {
  flex: 0 0 75%;
  color: #9e9e9e;
  font-size: 0.8rem;
  padding-right: 10px;
}
.be-aware .title div {
  font-size: 1.2rem;
}
.be-aware .buttons {
  display: flex;
  flex: 0 0 25%;
}
.be-aware .be-aware-form-toggle {
  display: block;
  background-color: #00a0c2;
  width: 38px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 3px 0 0 0;
  margin-left: auto;
  margin-right: 5px;
}
.be-aware .be-aware-form-toggle img {
  margin-top: 4px;
}
.be-aware .be-aware-form,
.be-aware .be-aware-push {
  flex: none;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 350px;
  border: solid 1px #c8c8c8;
}
.be-aware .be-aware-form label,
.be-aware .be-aware-push label {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 13px;
}
.be-aware .be-aware-form input,
.be-aware .be-aware-push input {
  display: inline-block;
}
.be-aware .be-aware-form input[type=text],
.be-aware .be-aware-push input[type=text] {
  width: calc(70% - 25px);
  height: 23px;
  margin-right: 10px;
  font-size: 14px;
}
.be-aware .be-aware-form input[type=submit],
.be-aware .be-aware-push input[type=submit] {
  width: 30%;
  background-color: #9e9e9e;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  height: 29px;
  border: none;
}
.checkboxes-cols {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
/*# sourceMappingURL=styles.css.map */