body {
  font-family: Arial;
  color: #000;
  overflow-x: hidden;
}

.brutal {
  font-family: "Brutal Type", Arial, serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid,
section.px-0 .container-fluid {
  max-width: 1450px;
  margin: auto;
}

.page-module .main-image img {
  width: 100%;
}

/*
   *  HEADERS
   */

h1,
.h1 {
  font-family: "Brutal Type", Arial, serif;
  font-size: 2.5rem;
  font-weight: 400;
}

h2,
.h2 {
  font-family: "Brutal Type", Arial, serif;
  font-size: 1.75rem;
  font-weight: 400;
}

h3,
.h3 {
  font-family: "Brutal Type", Arial, serif;
  font-size: 1.313rem;
  font-weight: 400;
}

h4,
.h4 {
  font-family: "Brutal Type", Arial, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

a {
  font-family: "Brutal Type", Arial, serif;
}

.block-title {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .big-titles .block-title:after {
    content: attr(data-title);
    position: absolute;
    top: -44px;
    left: 75px;
    z-index: -1;
    font-family: "Poli Blok", serif;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    text-shadow: -1px -1px 0 #dbdbdb, 1px -1px 0 #dbdbdb, -1px 1px 0 #dbdbdb, 1px 1px 0 #dbdbdb;
  }
}

header .container .block-content {
  padding: 0;
}

/*
   *  BUTTONS
   */

.btn {
  border-radius: 0 !important;
  font-family: "Brutal Type", Arial, serif;
  font-weight: 400;
  text-transform: none;
  padding: 10px 30px;
}

/*
   *  FORM
   */

.form-control {
  border-radius: 0 !important;
}

/*
   *  TOP HEADER
   */

.top-header {
  font-family: "Brutal Type", Arial, serif;
  font-size: 0.875rem;
}

.top-header .block-content {
  padding: 6px 0;
}

.top-header .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 100% !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/*
   *  BLOCK SOCIAL
   */

.top-header .block-social {
  margin-right: 10px;
}

.top-header .social-link {
  height: auto;
  width: auto;
  background-color: transparent !important;
  box-shadow: none;
  font-size: 14px;
}

/*
   *  SEARCH ADVANCED
   */

.block-searchadvanced {
  margin-right: 10px;
}

.block-searchadvanced .dropdown > a .name,
.block-searchadvanced .dropdown > li .name {
  font-size: 15px;
  text-transform: none;
}

.block-searchadvanced .name{
  display: none;
}

.module-searchadvanced .input-group label{
  width: 100%;
}

@media (min-width: 992px) {
  .block-searchadvanced .name{
    display: block;
  }
}

/*
   *  SETTINGS
   */

.block-useraccount {
  margin-left: 15px;
}

.block-settings .dropdown,
.block-useraccount .dropdown {
  margin: 5px 0;
}

.block-settings .dropdown > button .name,
.block-useraccount .dropdown > a .name {
  font-size: 15px;
  text-transform: uppercase;
}

/*
   *  HEADER
   */

header {
  padding: 15px 0;
}

header .btn-outline-primary svg path {
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

header .btn-outline-primary:hover svg path,
header .btn-outline-primary:focus svg path {
  fill: #fff;
}

/*
   *  MAIN MENU
   */

.main-menu {
  font-family: "Brutal Type", Arial, serif;
}

@media (min-width: 992px) {
  .main-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.main-menu a {
  text-decoration: none;
  text-transform: uppercase;
  flex: none;
  margin-right: 40px;
}

.main-menu a:after {
  width: 0;
}

.main-menu .dropped-menu {
  background-color: #000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .main-menu .dropped-menu {
    background-color: #fff;
  }
}

.menu-button {
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: normal;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .menu-button {
    display: flex;
  }

  .main-menu a.main-dropdown {
    padding: 13px 0;
  }

  .main-menu .dropped-menu a {
    padding: 13px 20px;
    transition: none;
  }
}

/*
   *  SLIDER
   */

.slider {
  background-color: transparent !important;
}

.container-fluid .slider-container.left .slider-title {
  position: relative;
  right: auto;
  left: 0;
  font-family: "Brutal Type", Arial, serif;
  background-image: url("/themes/pollub/img/slider.svg");
  background-size: 430px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 90px;
  padding-left: calc(280px / 2);
  width: 100%;
  max-width: 555px;
  min-height: 580px;
}

@media (max-width: 1449px) {
  .container-fluid .slider-container.left .slider-title {
    padding-left: calc((100vw - 1170px) / 2);
  }
}

@media (max-width: 1199px) {
  .container-fluid .slider-container.left .slider-title {
    padding-left: 30px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .container-fluid .slider-container.left .slider-title {
    position: relative;
    width: 100%;
    max-width: none;
  }
}

.container-fluid .slider-container.left .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1449px) {
  .container-fluid .slider-container.left .image {
    max-width: calc(100% - 480px);
  }
}

@media (max-width: 1199px) {
  .container-fluid .slider-container.left .image {
    max-width: calc(100% - 465px);
  }
}

@media (max-width: 991px) {
  .container-fluid .slider-container.left .image {
    max-width: calc(50% + 60px);
  }
}

@media (max-width: 767px) {
  .container-fluid .slider-container.left .image {
    position: relative;
    max-width: 100%;
  }

  .container-fluid .slider-container .image img {
    width: 100%;
    object-fit: cover;
  }
}

.container .slider-container.left .slider-title {
  position: relative;
  right: auto;
  left: 0;
  font-family: "Brutal Type", Arial, serif;
  background-image: url("/themes/pollub/img/slider.svg");
  background-size: 430px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  max-width: 470px;
  min-height: 500px;
  padding: 90px 125px 40px 40px;
}

@media (max-width: 1449px) {
  .container .slider-container.left .slider-title {
    padding-left: calc((100vw - 1170px) / 2);
  }
}

@media (max-width: 1199px) {
  .container .slider-container.left .slider-title {
    padding-left: 30px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .container .slider-container.left .slider-title {
    position: relative;
    width: 100%;
    max-width: none;
  }
}

.container .slider-container.left .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1449px) {
  .container .slider-container.left .image {
    max-width: calc(100% - 400px);
  }
}

@media (max-width: 1199px) {
  .container .slider-container.left .image {
    max-width: calc(100% - 360px);
  }
}

@media (max-width: 991px) {
  .container .slider-container.left .image {
    max-width: calc(50% + 60px);
  }
}

@media (max-width: 767px) {
  .container .slider-container.left .image {
    position: relative;
    max-width: 100%;
  }
}

.slider-container.left .slider-title .slogan {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.slider-container.left .nav .arrow {
  display: block;
  width: 65px;
  height: 65px;
  background-color: #000;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  bottom: 0;
  left: auto;
  top: auto;
}

.slider-container.left .nav .arrow.prev {
  background-image: url("/themes/pollub/img/prev.svg");
  right: 132px;
}

.slider-container.left .nav .arrow.next {
  background-image: url("/themes/pollub/img/next.svg");
  right: 0;
}

.slider-container.left .additional-controls {
  bottom: 0;
  left: auto;
  top: auto;
  right: 66px;
}

.slider-container.left .additional-controls .btn {
  width: 65px;
  height: 65px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider-container.left .additional-controls .btn.play {
  background-image: url("/themes/pollub/img/play.svg");
}

.slider-container.left .additional-controls .btn.stop {
  background-image: url("/themes/pollub/img/pause.svg");
}

.slider-container.left .dots {
  font-family: "Brutal Type", Arial, serif;
  font-size: 0.938rem;
  right: 198px;
  left: auto;
  margin-right: 0px;
  bottom: 0;
  height: 65px;
  display: flex;
  align-items: center;
}

@media (min-width: 425px) {
  .slider-container.left .dots {
    margin-right: 40px;
  }
}

.slider-container.left .dots .dot {
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-container.left .dots .dot.active {
  border-bottom: 1px solid;
}

@media (max-width:767px) {
  .slider-container.left .dots .dot.active {
    color: white !important;
  }
}

/*
 *  BLOCK LINKS
 */

.link-column {
  font-family: "Brutal Type", Arial, serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 170px;
}

.links-boxy {
  flex-direction: column;
}

@media (min-width: 768px) {
  .links-boxy {
    max-height: 630px;
  }
}

.links-boxy .column:nth-child(3) .link-boxy {
  height: 630px;
}

.link-boxy {
  position: relative;
  min-height: 315px;
}

.link-boxy {
  display: block;
  font-family: "Brutal Type", Arial, serif;
  border: 0;
}

.link-boxy .ico {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.link-boxy .ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.link-boxy img,
.link-boxy svg {
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}

.container-fluid .link-boxy .text {
  position: absolute;
  bottom: 0;
  padding: 40px 140px;
  z-index: 2;
}

.link-boxy .text {
  position: absolute;
  bottom: 0;
  padding: 40px 50px;
  z-index: 2;
}

@media (max-width: 1449px) {
  .link-boxy .text {
    padding: 40px 80px;
  }
}

@media (max-width: 1199px) {
  .link-boxy .text {
    padding: 40px;
  }
}

.link-boxy.small .text {
  padding: 15px;
}

.link-boxy .additional {
  display: inline-block;
  padding: 3px 5px;
  background: #000;
  color: #fff;
  font-size: 0.813rem;
  text-transform: uppercase;
}

.link-boxy .name {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Brutal Type", Arial, serif;
  font-size: 1.75rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .link-boxy .name {
    font-size: 1.25rem;
  }
}

.link-boxy.small .name {
  font-size: 1.25rem;
}

.link-boxy .desc {
  display: block;
  color: #fff;
  font-family: "Brutal Type", Arial, serif;
}

ul.list-1 li a {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 15px 0;
}

.link-box-container {
  min-height: 290px;
}

.link-box-container .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 40px 20px;
  color: white;
}

.link-box-container .text h4 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 24px;
}

.link-box-container .text h4::before {
  content: "";
  background-image: url("../img/group_doc.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 40px;
  margin-bottom: 24px;
}

.link-box-container .text .desc {
  font-size: 1.0625rem;
  line-height: 160%;
  font-family: "Brutal Type", Arial, serif;
}

.link-box-container .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* 
 * HAMBURGER MENU 
 */

.nav-toggler {
  font-family: "Brutal Type", Arial, serif;
}

.hamburger-button {
  border: 1px solid;
  width: 153px;
  height: 48px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.hamburger-button .dropdown_title {
  font-size: 1.0625rem;
  line-height: 21px;
}

.hamburger-button .line {
  position: relative;
  flex: none;
  width: 15px;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.hamburger-button .line::before,
.hamburger-button .line::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  width: 100%;
  height: 2px;
  background-color: inherit;
}

.hamburger-button .line::after {
  top: 5px;
  width: 50%;
  left: 0;
}

.dropdown-menu.hamburger-menu {
  width: 300px;
  border-radius: 0;
}

.dropdown-hamburger .list-unstyled.list-grid {
  margin-top: 16px;
}

.dropdown-menu.hamburger-menu li {
  padding: 8px 0;
}

/*
 *  FOOTER
 */

footer {
  font-family: "Brutal Type", Arial, serif;
  padding-bottom: 0;
}

footer .block-title {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

footer ul {
  font-size: 0.875rem;
  padding-left: 1rem;
  list-style: none;
}

footer ul li {
  padding: 5px 0;
}

footer ul li::before {
  content: "\25A0";
  color: #bb202a;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  font-size: 0.75rem;
}

.credits {
  font-size: 0.875rem;
  padding: 20px 0 0;
}

.credits:before {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

.credits .block-content {
  padding: 0;
  margin: 20px 0;
}

.credits .block-social {
  margin-left: 3rem;
  padding-left: 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px) {
  .credits .block-social {
    margin-left: 2rem;
    padding-left: 2rem;
  }
}

.credits .social-link {
  background: transparent !important;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  font-size: 1.125rem;
}

/*
   *  BG TITLE
   */

.block-activepage h1 {
  margin-bottom: 0;
}

.bg-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  padding: 90px 0;
}

.bg-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-title .container-fluid {
  position: relative;
  z-index: 1;
}

/* 
  *   BG TITLE 
  */

.bg-picture {
  height: 410px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-picture:before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*
   *  PAGINATION
   */

.page-item .page-link {
  border: 0;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: "Brutal Type", Arial, serif;
  font-size: 0.938rem;
  font-weight: 400;
  padding: 5px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item.active .page-link {
  border-bottom: 1px solid;
}

.page-item.next {
  margin-left: 54px;
}

.page-item.prev {
  margin-right: 54px;
}

.page-item.next a,
.page-item.prev a {
  padding: 13px 32px;
  margin: 0;
  text-transform: initial;
}

.page-item.next a:hover,
.page-item.prev a:hover {
  color: #fff !important;
}

/*
 *  SIDE MENU
 */

 .side-menu {
  font-family: "Brutal Type", Arial, serif;
  text-transform: uppercase;
  font-weight: 400;
}

.side-menu .current > a {
  font-weight: 400;
}

.side-menu > li {
  border: 0;
}

.side-menu ul {
  margin: 5px 0 15px;
}

@media (min-width: 992px) {
  .border-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.side-menu .toggle-submenu {
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.side-menu > li > .toggle-submenu {
  top: 5px;
}

.side-menu > li > a {
  padding: 10px 45px 10px 30px;
  font-size: 1.125rem;
  width: 100%;
}

.side-menu > li.current a {
  color: #fff;
}

.side-menu > li ul.dropdown-nav li a {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 30px;
  margin-left: 20px;
}

.side-menu ul {
  margin: 5px 0 5px;
}

.toggle-submenu .fa-angle-down {
  display: none;
}

.side-menu > li > .toggle-submenu {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* 
 *  BLOCK CONFERENCE INFO
 */

.block-conferenceinfo {
  font-family: "Brutal Type", Arial, serif;
  font-weight: 400;
}

.block-conferenceinfo .counter-title {
  font-size: 1.75rem;
  line-height: 34px;
  color: #fff;
  padding-bottom: 30px;
}

.block-conferenceinfo .content span {
  font-size: 0.875rem;
  line-height: 24px;
}

.block-conferenceinfo .counter-container {
  padding: 40px 20px;
}

.block-conferenceinfo .date_counter .date {
  padding: 0 30px;
}

.block-conferenceinfo .date_counter .number {
  font-size: 4.875rem;
  line-height: 115%;
  color: #ffffff;
  font-weight: 400;
}

.block-conferenceinfo .date_counter span {
  font-size: 1.0625rem;
  line-height: 160%;
  color: #ffffff;
  font-weight: 400;
}

/* 
 *  BLOCK CONFERENCE PAYMENT
 */

.payment-info {
  padding: 30px 20px 40px 20px;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}

.payment-info .lead {
  font-size: 1.25rem;
  line-height: 28px;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.payment-info .date,
.payment-info .description {
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.payment-info:hover .lead {
  color: #fff !important;
}

.payment-info:hover .date {
  color: #fff !important;
}

.payment-info .date::before {
  content: "";
  background-image: url("/themes/pollub_hub/img/conference-calender-red.svg");
  display: inline-block;
  font-size: 0.75rem;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.payment-info:hover .date::before {
  background-image: url("/themes/pollub_hub/img/conference-calendar-white.svg");
}

.payment-info:hover .description {
  color: #fff !important;
}

.payment-info .price {
  font-size: 2rem;
  line-height: 30px;
}

.payment-info .description p,
.payment-info .description ul li {
  font-size: 1.0625rem;
  line-height: 28px;
}

.payment-info .description ul {
  padding-left: 20px;
}

.payment-info .description ul li {
  padding: 10px 0;
}

.payment-info .description ul li::before {
  content: "";
  background-image: url("/themes/pollub_hub/img/mark-red.svg");
  display: inline-block;
  margin-left: -1rem;
  font-size: 0.75rem;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.payment-info:hover .description ul li::before {
  content: "";
  background-image: url("/themes/pollub_hub/img/mark-white.svg");
}

.payment-info .description ul li::marker {
  content: "";
}

/* 
 *  BLOCK CONFERENCE LOCATION
 */

.locale-conference-photo::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.location-photo .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
}

.location-photo .content .lead {
  font-size: 1.3125rem;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
}

.location-photo .content .lead::before {
  content: "";
  background-image: url("/themes/pollub_hub/img/pin-ico.svg");
  display: none;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
}

.locale-conference-photo .photo{
  height: 300px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .locale-conference-photo .photo {
    height: 390px;
  }
  .locale-conference .map_canvas {
    height: 100% !important;
  }
  .location-photo .content .lead::before {
    display: block;
  }
  .location-photo .content {
    left: 70px;
  }
}

/* 
 * BLOCK CONFERENCE SPEAKERS 
 */

.speaker-info .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  position: relative;
}

.speaker-info .photo::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.speaker-info .content {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 25px;
}

.speaker-info .content h3 {
  font-size: 1.3125rem;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.speaker-info .speaker-about {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 25px;
  font-size: 1.0625rem;
  line-height: 21px;
  padding: 13px 20px;
  cursor: pointer;
}

/* 
 *  BLOCK CONFERENCE ACCOMODATION
 */

.block-conferenceaccommodation .photo {
  position: relative;
}

.block-conferenceaccommodation .photo .photo-cont {
  width: 100%;
}

.block-conferenceaccommodation .photo::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.block-conferenceaccommodation .title {
  position: absolute;
  bottom: 30px;
  left: 28px;
  margin: 0;
  color: #fff;
  z-index: 10;
}

.block-conferenceaccommodation .desc .hotel {
  font-size: 1.25rem;
  line-height: 28px;
}

/* 
 * MODULE USER ACOUNT 
 */

.module-useraccount {
  background-color: #fff;
  padding: 20px;
}

/*
* AVATAR UPLOAD
*/

.avatar-upload-container {
  display: flex;
  justify-content: center;
}

.avatar-upload-container label {
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
  height: auto;
  line-height: normal;
}

.avatar-upload-container label:before {
  display: none;
}

.avatar-upload-container .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.avatar-upload-container .filesimple label {
  margin-bottom: 0 !important;
}
.avatar-upload-container .filesimple {
  margin-bottom: 0 !important;
}

.avatar-upload-container .delete-avatar,
.avatar-upload-container .filesimple {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-avatar {
  font-size: 1.5rem;
  cursor: pointer;
}

.avatar.big {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  margin: auto;
  float: none;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.avatar.big:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* 
 *  BLOCK MENU MODULE
 */
.block-menumodule .side-menu > li a {
  width: 100%;
  padding-left: 15px;
}

.block-menumodule .side-menu > li a.active {
  color: #fff;
}

/*  
 *   BLOCK CONFERENCES 
 */

.block-conferences {
  font-family: "Brutal Type", Arial, serif;
  font-weight: 400;
}

.block-conferences .category {
  font-size: 0.9375rem;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid;
  border-color: #bb202a;
  padding: 0;
  z-index: 2;
  width: fit-content;
}

.block-conferences .photo .category {
  color: #fff;
  position: absolute;
  bottom: 35px;
  right: 32px;
}

.block-conferences .title {
  color: #000;
  font-size: 1.25rem;
  line-height: 28px;
}

.block-conferences .photo {
  position: relative;
}

.block-conferences .photo::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.block-conferences .promo-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  min-width: 70px;
  max-width: 100px;
  z-index: 2;
}

.block-conferences .promo-date .day {
  font-size: 2rem;
  line-height: 39px;
}

.block-conferences .promo-date .month {
  font-size: 0.9375rem;
  line-height: 18px;
  text-transform: uppercase;
}

.block-conferences .info .date,
.block-conferences .info .locale {
  font-size: 0.9375rem;
  line-height: 18px;
}

.block-conferences .list-unstyled li {
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 16px;
}

/*rgb(104, 104, 104)
 *  EVENTS
 */

.block-event {
  font-family: "Brutal Type", Arial, serif;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  padding: 24px;
  background-color: #fff;
  transition: 0.6s all cubic-bezier(0.55, 0, 0.1, 1);
}

.block-event .block-title {
  text-transform: initial;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.events-list .event .date {
  min-width: 70px;
}

.events-list .event .date .day {
  font-size: 2rem;
  font-weight: 400;
}

.events-list .event .date .month {
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cal-full .calendar-grid .fc-d .date {
  font-size: 1rem;
  line-height: 160%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.cal-full .calendar-grid .fc-d {
  border: none;
}

.cal-full .calendar-grid .fc-d.is-day {
  height: 66px;
}

.cal-full .calendar-grid .fc-dn {
  text-align: center;
}

.cal-full .calendar-grid .fc-w {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cal-full .calendar-grid .fc-w:last-child {
  border-bottom: none;
}

.block-event h2 {
  font-size: 1.25rem;
  line-height: 30px;
}

.block-event h4 {
  font-size: 0.875rem;
  line-height: 160%;
}

.fc-d.is-day {
  position: relative;
}

.fc-d.today.is-day .date {
  color: #fff;
}

.fc-d.today.is-day:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.cal-full .calendar-grid .fc-d.today {
  border: none;
}

@media (min-width: 992px) {
  .block-event {
    margin-top: 80px;
  }
}


/* 
 *  MODULE GALLERY
 */

 #cboxPrevious::before {
  content: "<";
}

#cboxNext::before {
  content: ">";
}

#cboxClose::before {
  content: "x";
}



/* 
 *  BOOTSTRAP RWD
 */

 .d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.d-none {
  display: none !important
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-sm-none {
    display: none !important
  }
}

@media (min-width: 768px) {
   .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }
}
