/*!
Theme Name: cem12_mi16_chile2021
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cem12_mi16_chile2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cem12_mi16_chile2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body *{
  margin:0;
  padding:0;
}
body, html{
  max-width:100vw;
  overflow-x:hidden;
}
body{
  font-family:"halyard-display";
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
.col .normal-content, .col .resource-content{
  max-width:100%;
}
.with_space{
  padding-top:45px;
  padding-bottom:45px;
}
.with_extra_space{
  padding-top:75px;
  padding-bottom:75px;
}
.hidden{
  display: none!important;
}
.error label{
  color: #e57373!important;
}
.error-messages p{
  background: #e57373;
  color:white;
  padding:3px 9px;
  margin-top:0;
  border-radius:5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom:20px;
}
.error{
  border:1px solid #e57373!important;
}
form.registration_form, .login_form, form.password_form, .request_meeting, .edit_profile{
  width: 700px;
  margin: 80px  auto;
  padding: 50px;
  border-radius: 15px;
  background: white;
  max-width: 90vw;
  position: relative;
  transform:translateY(50px);
  transition:all 0.33s ease;
  filter:blur(10px);
  opacity:0;
}
.reg_open form, .login_open .login_form, .request_open .request_meeting, .edit_profile_open .edit_profile{
  transform:none;
  filter:none;
  opacity:1;
}
.closer{
  position: absolute;
right: 50px;
top: 50px;
cursor: pointer;
width: 40px;
height: 40px;
z-index:10;
}
.closer::before{
  content:"";
  width: 25px;
    height: 1px;
    background: black;
    position: absolute;
    top: 20px;
    left: 8px;
    transform: rotate(45deg);
}
.closer::after{
  content:"";
  width: 25px;
    height: 1px;
    background: black;
    position: absolute;
    top: 20px;
    left: 8px;
    transform: rotate( -45deg);
}
label{
  color:black!important;
  font-weight: 300!important;
  left: 15px!important;
  transform: translateY(6px)!important;
}
.input-field>label:not(.label-icon).active{
  transform: translateY(6px)!important;
}
.input-field{
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 30px 15px 10px;
  margin: 0;
    margin-bottom: 1.5rem;
}
.row{
  width:calc(100% + 1.5rem);
  margin-left:-0.75rem;
  margin-bottom:0;
}
.input-field input{
  margin: 0!important;
border: none!important;
outline: none!important;
box-shadow: none!important;
height: 22px!important;
font-size: 18px!important;
font-weight: bold;
background: transparent!important;
    line-height: 22px!important;
}
textarea{
  width:100%!important;
  min-height:100px;
}
.button-like, #wp-submit{
  display: inline-block;
  padding: 16px 33px;
  background: #0E74C8;
  color: white;
  /* text-transform: uppercase; */
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
  font-size: 18px;
  min-width: 190px;
  text-align:center;
  border:none!important;
  box-shadow:none!important;
}
#wp-submit{
  display: block;
  margin: 0 auto;
}
.visual-divider{
  padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgba(0,0,0,0.2);
display: flex;
flex-flow: column;
align-items: center;
}
.login-remember{
  display: none!important;
}
.button-like.light{
  background: #EDEDED;
  color: black;
}
.flex-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-buttons .button-like{
  margin:0 20px;
}
.landing{
  position: relative;
  width: 100vw;
  height: calc(100vh - 180px);
  padding: 90px 7vw 180px;
  min-height: 420px;
  background: linear-gradient(180deg, rgba(0,0,0,0.7987570028011204) 0%, rgba(0,0,0,0.29735644257703087) 30%, rgba(0,0,0,0) 100%);
  overflow-y: scroll;
}
.landing .main{
  width: 100%;
  color: white;
  height: 100%;
  display: block;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}
.main .branding img {
    height: 80px;
    transition: all 0.33s ease;
    margin-bottom: 60px;
}
.landing{
  height:100vh!important;
}
.landing .main .button-like{
  margin-top:30px;
}
.landing video{
  position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
object-fit: cover;
}


h1{
  font-size:50px;
  font-weight:600;
}
h2{
  font-size:40px;
  font-weight:600;
  margin-bottom:30px;
}
h3{
  font-size:28px;
  font-weight:600;
}
h4{
  font-size:25px;
  font-weight:500;
  margin-bottom:50px;
}
h5{
  font-size:21px;
  font-weight:500;
  margin-bottom:20px;
}
#countdown_timer span{
  display: flex;
  flex-flow: column;
  font-size:15px;
  font-weight: 600;
  align-items: center;
  width:auto;
}
#countdown_timer span.big{
  font-size:60px;
  line-height:60px;
  font-weight: 600;
}
.countdown{
  margin-left: auto;
  flex:1 auto;
  max-width:520px;
  position: absolute;
  top: 40vh;
  right: 7vw;
  min-width: 360px;
}
#countdown_timer{
  display: flex;
justify-content: space-around;
width: 100%;
}
.flex-logos{
  margin-top: 50px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
}
.flex-logos img{
  max-height: 60px;
  max-width: 160px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.reg_open .landing, .reg_open .sections, .reg_open .about-sections, .reg_open header, .reg_open footer,
 .video_open .landing, .video_open .sections, .video_open .about-sections, .video_open header, .video_open footer,
  .login_open .landing, .login_open .sections, .login_open footer, .login_open header, .login_open .about-sections,
  .request_open header, .request_open .profile-container, .request_open footer,
  .edit_profile_open header, .edit_profile_open .profile-container, .edit_profile_open footer{
  filter:blur(10px);
}
.registration_form_wrap, .login_form_wrap, .request_meeting_wrap, .edit_profile_wrap, .edit_profile_picture_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -20;
  display: block;
  opacity:0;
  overflow-y:scroll;
  transition:opacity 0.33s ease;
  color:black;
}
.reg_open.special .registration_form_wrap{
  background: rgba(0,0,0,0.5);
}
.reg_open .registration_form_wrap, .login_open .login_form_wrap, .request_open .request_meeting_wrap, .edit_profile_open .edit_profile_wrap , .edit_picture .edit_profile_picture_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  display: block;
  opacity: 1;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius :5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.underlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor: pointer;
  z-index:-1;
}
.registration_form_wrap img, .login_form_wrap img{
  height:70px;
  margin-bottom: 20px;
}
.registration_form_wrap h3{
  margin-bottom:20px;
}
.final_step{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:50px 0;
}
.final_step .fa{
  background: #74BB23;
color: white;
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 50px;
margin-bottom: 30px;
}
.final_step h3{
  margin-bottom:30px;
}
.description-bg{
  position: absolute;
bottom: 41px;
right: 7vw;
color: white;
}
.description-bg a{
  color:white;
}
.small-part{
  max-width:55%;
  width:55%;
}

.loader{
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  transition:all 0.66s ease;
}
.loader-logo-container{
  position: relative;
  width:280px;
  height:268px;
}
.loader img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top left;
}
.loader .color-loading{
  z-index:0;
}

.loader.finish-loading{
  filter: blur(15px);
  opacity:0;
}
select{
  display: block!important;
height: 22px!important;
line-height: 22px!important;
}
.bigger .custom-checkbox{
  width: 240px;
  margin: 0 auto 7px;
}
.custom-checkbox{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom:7px;
}
.margin-top{
  margin-top:30px;
}
.custom-checkbox span{
  width: 20px;
  height: 20px;
  border: 1px solid black;
  margin-right: 7px;
  position: relative;
  min-width: 20px;
}
.custom-checkbox .fa{
  position: absolute;
    top: 1px;
    left: 2px;
    transform: rotate(-30deg);
    opacity: 0;
    transition: all 0.33s ease;
}
.custom-checkbox.active .fa{
  opacity:1;
  transform:none;
}
.center-align{
  text-align: center;
}

.container_fluid{
  padding-left:3.5vw;
  padding-right:3.5vw;
}
.container_div{
  padding-left:7vw;
  padding-right:7vw;
}
header{
  display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100vw;
padding-top: 15px;
padding-bottom: 15px;
transition:all 0.33s ease;
}
header.sticky{
background:  #1A2C38;
}
.branding img{
  height: 80px;
  transition:all 0.33s ease;
}
.sticky .branding img{
  height:60px;
}
.user-container img{
  width: 40px;
  height:40px;
}
.user-container a{
  display: block;
  height:40px;
}
.user-container{
  margin-right:15px;
}
.round-button{
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  transition:all 0.33s ease;
}
.search-container{
  margin-left: auto;
  margin-right:15px;
  height:40px;
  width:40px;
  cursor: pointer;
  position: relative;
}
.search-button{
  position: absolute;
border: 1px solid white;
width: 21px;
height: 21px;
display: block;
border-radius: 50%;
top: 6px;
left: 10px;
}
.search-button::after{
  content:"";
  position: absolute;
  width: 10px;
  height: 1px;
  background: white;
  top: 21px;
  left: 14px;
  transform: rotate(48deg);
}
.bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.main_link{
  margin: 5px;
position: relative;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
overflow: hidden;
transition: all 0.66s ease;
padding-bottom: 56%;
-webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
-moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
}
.arrow{
  width: 18px;
  height: 1px;
  background: white;
  position: relative;
}
.arrow::before{
  content:"";
  position: absolute;
width: 10px;
height: 1px;
background: white;
transform: rotate(45deg);
left: 10px;
top: -3px;
}
.arrow::after{
  content:"";
  position: absolute;
    width: 10px;
    height: 1px;
    background: white;
    transform: rotate(-45deg);
    left: 10px;
    top: 4px;
}
.text-overlay{
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0,0,0,0.7987570028011204) 0%, rgba(0,0,0,0.29735644257703087) 30%, rgba(0,0,0,0) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  color: white;
}
.main_link:hover{
  transform:translateY(-20px);
}
.text-overlay h4{
  margin:0;
  white-space:nowrap;
  position: relative;
  transition:all 0.66s ease;
}
.main_link:hover h4{
  transform:translateX(10px);
}
.text-overlay h4::before{
  content:"";
  width:0;
  height:2px;
  background: white;
  position: absolute;
  bottom:-10px;
  left:0;
  transition:all 0.66s ease;
}
.text-overlay:hover h4::before{
  width:100%;
}
body:not(.sticky) .menu-button{
  width: 60px;
  height: 60px;
}
.sections{
  background: rgb(5,98,175);
  background: linear-gradient(180deg, rgba(5,98,175,1) 0%, rgba(4,36,61,1) 50%, rgba(0,0,0,1) 100%);
  padding-bottom: 60px;
}
.main_links{
  transition:all 0.33s ease;
  opacity:0;
}
.global-menu{
  position: fixed;
  right:3.5vw;
  top:28px;
  z-index:102;
  display: flex;
  align-items: center;
}
.menu-container-wrap{
  position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -100;
    opacity: 0;
    transition: opacity 0.33s ease;
}
.menu-container-wrap .underlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  cursor: pointer;
}
.menu_open .menu-container-wrap{
  z-index:101;
  opacity:1;
}
.landing, .sections{
  transition:all 0s ease;
}
.menu_open .landing{
  background:rgba(0,0,0,0.8);
}
.menu_open .landing, .menu_open .sections{
  filter:blur(10px);
    transition:all 0.66s ease;
}
.menu-container{
  background: #32AFC9;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.66s ease;
  transform: translateX(100%);
  text-align: right;
  padding: 120px 3.5vw 120px;
  display: block;
}
break{
  margin-bottom:40px;
  display: block;
}
.menu_open .menu-container{
  transform: none;
}
.menu-container img{
  position: fixed;
  bottom: 15px;
  left: 50vw;
  width: 50vw;
}
.menu-container ul li a {
    font-size: 35px;
  font-weight: 500;
  color:white;
  line-height: 30px;
  opacity:0;
  transition:all 0.33s ease 0.66s;
}
.menu_open .menu-container ul li a{
  opacity:1;
}
.menu-container ul li a.book{
  font-weight: 300;
}
.menu-container ul li a.smaller{
  font-size:30px;
  font-weight: 500;
  line-height: 32px;
}
.post_slider_wrap{
  position: relative;
  color: white;
}
.arrow_left{
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 22px;
}
.arrow_right{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}
.group-title {
    margin-bottom: 30px;
    padding-right: 90px;
}
.text-over{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: rgba(0,0,0,0.6);
}
.featured{
  width: 540px;
  max-width:calc(100vw - 20px);
  margin-right: 30px;
  height: 450px;
    position: relative;
    overflow-x: hidden;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
}
.featured .round-button{
  position: absolute;
bottom: 40px;
right: 40px;
}
.cat-holder{
  color: black;
  background: white;
  display: inline-block;
  padding: 0px 10px;
  font-size: 13px;    
  border-radius: 11px;
  margin-bottom: 15px;
}
.post_slider{
  width: 93vw!important;
}
.autor-part{
  position: absolute;
  bottom:40px;
  left:40px;
}
.post_slider_wrap{
  margin-bottom:60px;
}
.centered-flex{
  margin-top:30px;
  display: flex;
  justify-content: center;
}
.user-avatars{
  display: flex;
  margin-bottom:10px;
}
.user-avatars img{
  width:45px;
  height:45px;
  border-radius:50%;
  margin-left:-10px;
  -webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
}
.user-avatars:first-child{
  margin-left:0;
}
.textual{
  height: 50%;
  background: #282828;
  padding: 15px;
}
.normal-content .textual{
  height:60%;
}
.normal-content{
  width: 370px;
  margin-right: 30px;
  max-width:calc(100vw - 20px);
  border-radius: 10px;
  overflow: hidden;
  height: 550px;
position: relative;
-webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
-moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
}
.normal-content.topic{
  width: 230px;
height: 350px;
max-width:100%;
}
.normal-content.topic .image-holder {
    height: 65%;
  }
.image-holder{
  position: relative;
height: 40%;
display: flex;
flex-flow: column;
justify-content: flex-end;
align-items: flex-start;
padding: 15px;
}
.autor-name{
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:13px;
  line-height: 17px;
}
.featured, .normal-content, .trigger-content{
  color:white;
  z-index:10;
  display: block;
}
a{
  color:white;
}
.slick-disabled{
  opacity:0.3;
  cursor:not-allowed;
}
.trigger-content{
  width: 240px;
  margin-right: 30px;
  max-width:calc(100vw - 20px);
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
  position: relative;

}
.trigger-content .image-holder{
  height:50%;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:10px;
  -webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
}
.image-holder .cat-holder{
  margin:0;
}
.about-sections{
  padding-top: 60px;
padding-bottom: 60px;
}
.image-big-holder{
  height: 100%;
overflow: hidden;
border-radius: 10px;
position: relative;
min-height: 19vw;
}
.image-big-holder img{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.about-sections h2{
  margin-bottom:15px;
}
.about-sections h3{
  margin-bottom:30px;
}
.blue-link .fa{
  width: 15px;
    height: 15px;
    background: #0C79CD;
    color: white;
    font-size: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
}
.blue-link{
  color: #0C79CD;
margin-top: 20px;
display: flex;
align-items: center;
}
.about-sections .row{
  display: flex;
  margin-bottom: 60px;
  flex-wrap:wrap;
}
.about-sections .row:nth-child(even){
  flex-flow:row-reverse;
}
.video-launcher:not(.button-like){
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
background: linear-gradient(to top, rgba(0,0,0,0.7987570028011204) 0%, rgba(0,0,0,0.29735644257703087) 30%, rgba(0,0,0,0) 100%);
}
.video-launcher:not(.button-like) .fa{
  color: white;
font-size: 40px;
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
border: 4px solid white;
border-radius: 50%;
}
.video-container-wrap{
  position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -200;
    opacity: 0;
    transition: opacity 0.33s ease;
}
.video_open .video-container-wrap{
  z-index:100001;
  opacity:1;
}
.video-container-wrap .video-container{
  padding: 0;
height: 100vh!important;
width: 100vw;
background: black;
margin: 0;
transform: TranslateY(150px);
opacity: 0;
filter: blur(10px);
transition: all 0.33s ease 0.33s;
position: relative;
}
.video_open .video-container-wrap .video-container{
  transform:none;
  opacity:1;
  filter:none;
}
.video-container .closer{
  transform:scale(2);
}
.video-container .closer::before,.video-container .closer::after{
  background: white;
}
.video-container video, .video-container iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.dark_blue{
  background: #37536B;
}
footer{
  background: black;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .row.first{
  margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid white;
}
.flex-columns{
  display: flex;
flex-flow: column;
flex-wrap: wrap;
height: 108px;
}
.flex-columns a{
  width:50%;
  color:white;
}
.social-icons-flex{
  display: flex;
}
.social-icons-flex .fa{
color: white;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
footer .fa-facebook{
  background: #034285;
}
footer .fa-twitter{
  background: #21A8DC;
}
footer .fa-linkedin{
  background: #1074B3;
}
footer .fa-instagram{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
footer .fa-vimeo{
  background: #21A8DC;
}
.underline{
  text-decoration:underline;
  color:white;
}
footer h3, footer h5{
  margin-bottom:15px;
}
.to_the_right{
  width:210px;
  margin-left:auto;
}
.archive_container, .profile-information{
  background: rgb(76,76,76);
  background: linear-gradient(180deg, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
  border-bottom: 1px solid white;
}
.title-section{
  height: 500px;
display: flex;
flex-flow: column;
justify-content: flex-end;
padding-bottom: 60px;
color: white;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
position: relative;
}
.filters{
  display: flex;
  align-items: center;
  padding-top:10px;
  padding-bottom:10px;
  flex-wrap:wrap;
}
.custom_dropdown, .custom_dropdown_ajax{
  position: relative;
  margin-left: 20px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.custom_dropdown .options, .custom_dropdown_ajax .options{
  position: absolute;
opacity: 0;
background: #3A3B3D;
padding: 5px;
white-space: nowrap;
display: flex;
flex-flow: column;
border-radius: 5px;
left: -10px;
transition: all 0.33s ease;
z-index: 100;
height: 0;
max-height: 0;
overflow: hidden;
}
.custom_dropdown:hover .options, .custom_dropdown_ajax:hover .options{
  opacity: 1;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
}
.custom_dropdown::before, .custom_dropdown_ajax::before{
  content:"";
  position: absolute;
    width: 6px;
    height: 1px;
    background: white;
    transform: rotate(45deg);
    right: 4px;
    top: 20px;
    transition:all 0.33s ease;
}
.custom_dropdown::after, .custom_dropdown_ajax::after{
  content:"";
  position: absolute;
width: 6px;
height: 1px;
background: white;
transform: rotate( -45deg);
right: 0px;
top: 20px;
transition:all 0.33s ease;
}
.custom_dropdown:hover::before, .custom_dropdown_ajax:hover::before{
  transform: rotate( -45deg);
}
.custom_dropdown:hover::after, .custom_dropdown_ajax:hover::after{
  transform: rotate( 45deg);
}
.options span{
  display: inline-block;
  padding: 2px 7px;
  border-radius: 5px;
}
.options span:hover, .options span.active{
  background: rgba(255,255,255,0.1);
}
.custom_searchbox input{
  margin: 0!important;
  border: none!important;
  height: 20px!important;
  line-height: 20px!important;
  box-shadow: none!important;
  outline: none!important;
  padding-left: 10px;
  opacity: 0.5;
}
.custom_searchbox{
  position: relative;
    margin-left: auto;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 7px 20px 7px 40px;
    cursor: pointer;
    display: none;
}
.custom_searchbox .search-button{
  width: 21px;
  height: 21px;
  top: 9px;
  left: 10px;
  opacity: 0.5;
  transform: scale(0.8);
}
.image-holder-profile{
  border-radius: 50%;
overflow: hidden;
width: calc(100% - 20px);
min-width:calc(100% - 20px);
padding-bottom: calc(100% - 40px);
position: relative;
border: 5px solid #6E6E6E;
margin: 0 10px;
}
.user-block.online .image-holder-profile{
  border: 5px solid #73BA1D;
  animation-name: online-animation;
  animation-duration: 1s;
  transition:all 0.5s ease;
  animation-iteration-count:infinite;
}
@keyframes online-animation {
  0%   {box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);
-webkit-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);
-moz-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);}
  50% {box-shadow: -1px -1px 22px -1px rgba(115,186,29,0.75);
-webkit-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0.75);
-moz-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0.75);}
  100% {box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);
-webkit-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);
-moz-box-shadow: -1px -1px 22px -1px rgba(115,186,29,0);}
}
.image-holder-profile img{
  position: absolute;
top: 5px;
left: 5px;
width: calc(100% - 10px);
height: calc(100% - 10px);
border-radius: 50%;
object-fit: cover;
}
.user-block{
  background: #181818;
padding: 30px;
margin: 15px;
border-radius: 10px;
display: block;
-webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
-moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
color:white;
}
.post_slider .user-block{
  width:300px;
  max-width:300px;
  min-width: 300px;
}
.user-block h5{
  margin-bottom: 10px;
}
.row{
  display: flex;
  flex-wrap:wrap;
}
.row .col{
  margin-left:0!important;
}
.country_flag{
  display: block;
width: 35px;
margin-bottom: 10px;
}
.user-block .cat-holder{
  margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 0;
      background: #464646;
      color: white;
}
.online-status{
  margin-top: 30px;
display: flex;
align-items: center;
}
.online-status .indicator{
  width: 15px;
height: 15px;
background: #6E6E6E;
border-radius: 50%;
min-width: 15px;
margin-right: 10px;
}
.online.user-block .online-status .indicator , .online .profile-header .online-status .indicator{
    background: #73BA1D;
    animation-name: online-animation;
    animation-duration: 1s;
    transition: all 0.5s ease;
    animation-iteration-count: infinite;
}
.suggestions span{
  display: block;
  padding:5px 15px;
  background: black;
}
.suggestions{
  position: absolute;
  top:100%;
  left:0;
  width:100%;
  z-index: 10;
}
.navigation{
  display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%;
}
.previous, .next{
  display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.previous .round-button{
  background: white;
color: black;
transition:all 0.33s ease;
font-size: 25px;
margin-right: 10px;
}
.next .round-button{
  background: white;
  transition:all 0.33s ease;
color: black;
font-size: 25px;
margin-left: 10px;
}
.numbers{
  display: flex;
align-items: center;
}
.numbers .round-button{
  margin:0 3px;
  transition:all 0.33s ease;
}
.numbers .round-button:hover, .numbers .round-button.active{
  background: white;
  color:black;
}
.previous:hover .round-button{
  transform:translateX(-10px);
}
.next:hover .round-button{
  transform:translateX(10px);
}
.disabled{
  opacity:0.3;
  pointer-events:none;
}
.active-filters, .active-filters-ajax{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.js-cancel-active-filter, .js-cancel-active-filter-ajax, .js-cancel-search-term{
  display: inline-block;
padding: 0px 15px;
border-radius: 15px;
background: white;
color: black;
margin-right: 10px;
cursor: pointer;
position: relative;
padding-right: 30px;
}
.js-cancel-active-filter::before, .js-cancel-active-filter-ajax::before, .js-cancel-search-term::before{
  content:"";
  width: 8px;
    height: 1px;
    background: black;
    position: absolute;
    top: 14px;
    right: 12px;
    transform: rotate(45deg);
}
.js-cancel-active-filter::after, .js-cancel-active-filter-ajax::after, .js-cancel-search-term::after{
  content:"";
  width: 8px;
height: 1px;
background: black;
position: absolute;
top: 14px;
right: 12px;
transform: rotate( -45deg);
}
.clear-filters, .clear-filters-ajax{
  text-decoration: underline;
  cursor: pointer;
}
.archive_container{
  position: relative;
  transition:all 0.33s ease;
  min-height:500px;
}
.loader-like{
  display: none;
}
.loader-like .fa{
  color:white;
  font-size:50px;
  margin-top:150px;
}
.loading-like .loader-like{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align: center;
  background: rgba(0,0,0,0.5);
  z-index: 20;
}
.loading-like .row, .loading-like .active-filters, .loading-like .navigation{
  filter:blur(10px);
}
.profile-header{
  display: flex;
align-items: center;
justify-content: space-between;
padding-top: 127px;
}
.profile-header .image-holder-profile{
  width: 300px;
height: 300px;
min-width: 300px;
padding: 0!important;
}
.go_back{
  font-size: 22px;
    background: #434343;
    border: 1px solid #434343;
    margin-bottom: 20px;
}
.flex-basic{
  display: flex;
align-items: center;
margin-bottom: 20px;
text-decoration: underline;
}
.flex-basic img{
  margin:0;
  margin-right:10px;
}
.profile-information h5{
  margin-bottom:15px;
}
.website{
  margin-bottom:15px;
}
.website a{
  color:white;
  text-decoration: underline;
}
.social-media{
  margin-bottom:15px;
}
.social-media .fa{
  font-size:22px;
  margin-right:10px;
  color: white;
}
.cat-holder.expertise{
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  background: #464646;
  color: white;
}
.profile-information a{
  color:white;
}
.profile-information .button-like{
  width:90%;
  display: block;
  text-align: center;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
}
.button-like.transparent{
  border:2px solid white!important;
  padding: 14px 33px;
  transition:all 0.33s ease;
}
.button-like.transparent:hover{
  background: white!important;
  color:black!important;
}
.button-like.white.black-text{
  border:2px solid white!important;
  padding: 14px 33px;
  transition:all 0.33s ease;
}
.button-like.white.black-text:hover{
  background: transparent;
  color:white;
}
.related_profiles{
  margin-top: 60px;
}
.related_profiles .user-block{
  width:300px;
  min-width: 300px;
}
.wswig p{
  margin-bottom:20px;
}
.sharing .round-button{
  background: white;
  color:black;
  font-size:22px;
  transition: all 0.33s ease;
}
.sharing:hover .round-button{
  width: 0;
  overflow: hidden;
  max-width: 0;
  min-width: 0px;
  opacity: 0;
}
.sharing{
  position: relative;
  width: auto;
  margin: 0 15px;
  display: flex;
}
.sharing .sharing-options{
  position: static;
width: 0;
max-width: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
background: white;
color: black;
border-radius: 20px;
font-size: 20px;
transition: all 0.33s ease;
height:auto;
max-height: none;
overflow: hidden;
opacity: 0;
filter: blur(10px);
/* transform: translateX(-40px); */
}
.sharing:hover .sharing-options{
  filter: none;
  width: auto;
  opacity: 1;
  width: 152px;
  max-width: 152px;
  padding: 0 20px;
}
.round-button .fa{
  font-size: 18px;
}
.sharing-options a{
  color:black;
}
.title-section.networking{
  background: rgb(21,128,180);
  background: linear-gradient(45deg, rgba(21,128,180,1) 0%, rgba(113,185,41,1) 100%);
}
.page-id-195 .menu-container {
  background: #74BA23;
}
.request_meeting .closer{
  background: #F5F5F5;
border-radius: 50%;
}
.mail-row{
  display: flex;
    align-items: center;
    flex-wrap:wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.mail-row span{
  opacity: 0.5;
    font-weight: 500;
}
.name-holder{
  background: rgba(0,0,0,0.1);
font-weight: 400;
font-size: 15px;
padding: 0 10px;
margin-left: 10px;
border-radius: 15px;
}
.mail-row input{
  border: none!important;
margin-left: 10px!important;
margin-bottom: 0!important;
font-weight: 500;
width:auto!important;
flex:1 auto;
box-shadow: none!important;
}
.mail-row textarea{
  margin-top: 10px;
border-radius: 5px;
border: 1px solid rgba(0,0,0,0.1);
margin-bottom: 20px;
padding:20px;
}
.centered{
  text-align: center;
}
.button-like.green_version{
  background: #74BA23;
  border:2px solid #74BA23!important;
  transition: 0.33s ease;
}
.button-like.green_version:hover{
  background: white;
  color:#74BA23!important;
}
.loading_button{
  opacity:0.5!important;
  cursor: not-allowed!important;
  pointer-events:none!important;
}
body:not(.home).need_to_login, .denied_access{
  height: 700px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  flex-flow: column;
  background: rgb(21,128,180);
  background: linear-gradient(45deg, rgba(21,128,180,1) 0%, rgba(113,185,41,1) 100%);
}
.meeting_room{
    padding: 150px 7vw;
    background: background: rgb(21,128,180);
    background: linear-gradient(45deg, rgba(21,128,180,1) 0%, rgba(113,185,41,1) 100%);
}
.meeting_room iframe{
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 500px;
}
.success-message{
  padding:150px 7vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  flex-flow: column;
  background: rgb(21,128,180);
  background: linear-gradient(45deg, rgba(21,128,180,1) 0%, rgba(113,185,41,1) 100%);
}
.fake-disabled{
  pointer-events: none;
  cursor: not-allowed;
}
.edit_profile .row.input-field{
  margin: 20px 0!important;
  width: 100%!important;
}
.edit_profile form{
  margin:30px 0;
}
.title-section.auditorium{
    height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    color: white;
    position: relative;
    background: #0E74C8;
    padding-top: 250px;
    padding-bottom: 320px;
}
.sections.auditorium .post_slider_wrap:first-child{
  transform: translateY(-340px);
padding-top: 60px;
}
.sections.auditorium .post_slider_wrap:nth-child(2){
  margin-top: -350px;
}
.conference_display .title-section{
  align-items: flex-start;
      height: 550px;
}
.conference_display .content-section{
  background: rgb(5,98,175);
background: linear-gradient(180deg, rgba(5,98,175,1) 0%, rgba(4,36,61,1) 50%, rgba(0,0,0,1) 100%);
padding-top: 40px;
padding-bottom: 40px;
color: white;
}
.archive-like{
  background: rgb(5,98,175);
background: linear-gradient(180deg, rgba(5,98,175,1) 0%, rgba(4,36,61,1) 50%, rgba(0,0,0,1) 100%);
color:white;
}
.attribute{
  margin-bottom:20px;
}
.bigger{
  font-size:18px;
}
.conference_display .flex-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top:40px;
}
.conference_display .flex-buttons .sharing{
    margin: 0 15px;
}
.flex{
  display: flex;
}
.flex .autor-part{
  width:50%;
  position: static;
  margin-bottom: 40px;
}
.conference_display .post_slider_wrap{
  margin-top:60px;
}
.conference_display .wswig{
  margin:0 auto;
  width:90%;
}
.conference_display .autor-part .user-avatars{
      margin-left: 10px;
      margin-top: 10px;
}
.autor-name a{
    text-decoration: underline;
}
.button-like .fa{
  font-size: 25px;
  margin-right: 10px;
  transform: translateY(3px);
}
.js-play-conference{
  margin-bottom:100px;
}
.cat-holder.blue-version{
  background: rgba(255,255,255,0.2);
  color: white;
}
.cat-holder span{
  margin-left: 15px;
}
.collapsible{
  box-shadow: none;
    border: none;
}
.collapsible-header{
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding-right: 40px;
}
.plus_minus{
  position: absolute;
    top: 50%;
    right: 15px;
}
.plus_minus::before{
  content: "";
position: absolute;
width: 20px;
height: 2px;
background: black;
left: -20px;
}
.plus_minus::after{
  content:"";
  position: absolute;
width: 20px;
height: 2px;
background: black;
left: -20px;
transform: rotate(90deg);
transition:all 0.66s ease;
opacity:1;
}
li.active .plus_minus::after{
  transform:rotate(0deg);
  opacity:0;
}
.row.centered{
  align-items: center;
text-align: left;
}
.atributes{
  background: #0E74C8;
  padding: 40px;
      padding-bottom: 0;
}
.country_display .title-section {
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    color: white;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    position: relative;
    padding-top: 180px;
}
.atributes p{
  margin-bottom:20px;
}
.section-navigation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: black;
  padding-top: 15px;
padding-bottom: 15px;
}
.section-navigation .country_flag{
  margin: 0;
}
.section-nav{
  flex: 1 auto;
    margin-left: 20px;
    margin-right: 20px;
}
.current-filter{
  background: rgba(255,255,255,0.2);
    padding: 3px 15px;
    border-radius: 20px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.33s ease;
}
.current-filter:hover, .current-filter.active{
  background: white;
  color:black;
}
.country_display .flex-buttons, .page_display .flex-buttons{
  width: 200px;
  justify-content: flex-end;
}
.country_display .flex-buttons .sharing, .page_display .flex-buttons .sharing{
  margin:0 15px;
}
.page_display .title-section{
  padding-top: 350px;
}
.page_display .title-section h1, .page_display .title-section h2{
  margin:0;
}
.section-holder .section-tab{
  height:0;
  max-height:0;
  overflow: hidden;
  filter:blur(10px);
  transition:filter 0.33s ease;
}
.wswig img{
  display: block;
width: 100%;
height: auto;
}
.section-holder .section-tab.active{
  height:auto;
  max-height:none;
  filter:none;
}
.smaller-lighter{
  font-size: 14px;
opacity: 0.5;
margin-bottom: 10px;
}
.project .textual h5{
  margin-bottom:10px;
}
.project.normal-content{
  height:450px;
  max-width:100%;
}
.project.normal-content .textual{
  height:40%;
}
.project.normal-content .image-holder{
  height:60%;
}
.white-link .fa, .black-link .fa{
  width: 20px;
height: 20px;
background: white;
color: black;
font-size: 9px;
border-radius: 50%;
text-align: center;
line-height: 20px;
margin-left: 5px;
}
.black-link .fa{
  background: black;
  color:white;
}
.black-link{
  margin-top:auto;
  color:black!important;
}
.resource-content{
  width: 300px;
max-width: 300px;
min-width: 300px;
display: flex!important;
flex-flow: column;
background: #EAECED;
border-radius: 10px;
overflow: hidden;
min-height:350px;
margin-bottom:30px;
}
.col .resource-content{
  width:100%;
  max-width:100%;
  min-width:none;
}
.resource-content .text-part{
  color: black;
  padding: 30px;
  display: flex;
flex-flow: column;
  flex:1 auto;
}
.resource-content img{
  width: 100%;
    height: auto;
}
.swap_color{
  background:#FFFFFF;
    color:black;
}
.swap_color .arrow_left, .swap_color .arrow_right{
  border:1px solid black;
  color:black;
}
.swap_color.post{
  background: whitesmoke;
}
.normal-content.member-country{
  width: 340px;
  margin-right: 30px;
  max-width:calc(100vw - 20px);
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
}
.member-country .textual{
  flex:1 auto;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}
.member-country .image-holder{
  height: 12vw;
  z-index:10;
}
.member-country .image-holder img{
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}
.swap_color .post_slider_wrap h2{
  color:black;
}
.row.center-justify{
  justify-content: center;
}
.gallery_wrap{
  position: relative;
  width:950px;
  max-width:100%;
  margin:40px auto;
}
.gallery_wrap .arrow_left{
  border:1px solid black;
  color:black;
  top: 50%;
  left:-60px;
  right: auto;
}
.gallery_wrap .arrow_right{
  border:1px solid black;
  color:black;
  top: 50%;
  left: auto;
  right:-60px;
}
.gallery img{
  opacity: 1;
width: 100%;
display: block;
height: 550px;
margin-bottom: 10px;
}
.post-content{
  width: 400px;
  height: 420px;
  display: flex;
  flex-flow: column;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 100%;
}
.col div:not(.post_slider_wrap) .post-content{
  width:100%;
}
.post-content img{
  height:60%;
  width: 100%;
  object-fit:cover;
}
.post-content .text-part{
  background: white;
      padding: 30px;
      height: 40%%;
      color: black;
}
.my-profile .section-navigation{
  background: transparent;
}
.my-profile .section-tab .container_div{
  padding-top:40px;
  padding-bottom:40px;
  background: transparent;
}
.my-profile .sections{
  background: transparent!important;
}
.my-profile .filters{
  background: transparent!important;
}
.current-filter .fa{
  margin-right:10px;
}
.setup-filters-type{
  margin: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  display: inline-block;
  width:auto;
}
.current-filter-type{
  font-size: 20px;
  font-weight: 100;
  opacity: 0.5;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  display: inline-block;
  margin-right: 20px;
  transition:all 0.33s ease;
  cursor: pointer;
  transform:translateY(1px);
  color: white;
}
.current-filter-type.active, .current-filter-type:hover{
  opacity:1;
}
.my-profile .profile-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 127px;
    background: transparent!important;
    position: relative;
}
.profile-header h2{
  margin:0;
}
.section-tab.white h3{
  margin-bottom:30px;
}
.edit_profile_form .row.input-field{
  transform: translateY(-27px);
  max-width: 100%;
  margin: 0!important;
  padding-top: 50px;
}
.my-profile .profile-header .image-holder-profile {
    width: 300px;
    height: 300px;
    min-width:  300px;
    padding: 0!important;
    overflow: visible;
    border: 5px solid white;
}
.js-open-edit-profile-image{
  position: absolute;
bottom: -5px;
z-index: 11;
color: black;
right: 6px;
width: 50px;
height: 50px;
border-radius: 50%;
background: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
cursor: pointer;
}
input[type="file"]{
  margin-top: 30px;
}
.edit_profile_picture{
  width: 600px;
  max-width: 90vw;
margin: 0 auto;
background: white;
display: flex;
flex-flow: column;
align-items: center;
padding: 50px;
border-radius: 10px;
position: relative;
margin-top:5vh;
}
.edit_profile_picture_wrap .underlay{
  background: rgba(0,0,0,0.6);
}
#preview{
  margin-top: 30px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width:250px;
  height:250px;
  object-fit: cover;
}
.edit_profile_picture span{
  display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
margin-bottom: 90px;
}
.hide_on_success:not(img){
      width: 100%;
}
.filters.library{
  background: whitesmoke!important;
  color: black!important;
}
.archive_container.library{
      background: transparent!important;
}
.library .round-button {
    border: 1px solid black;
    color: black;
}
.library .numbers .round-button:hover, .library .numbers .round-button.active {
    background: black;
    color: white;
}
.library .custom_dropdown .options {
  background: #3A3B3D;
color: white;
  }
  .library .cat-holder{
      margin-right: auto;
  }
  .library .bigger{
    margin-top: 20px;
margin-bottom: 0;
  }
  .library .date{
    margin:0;
  }
.agenda-holder-wrap{
  background: rgb(76,76,76);
background: linear-gradient(180deg, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
border-bottom: 1px solid white;
color: white;
padding-top: 60px;
padding-bottom: 30px;
}
.agenda-holder{
  display: flex;
}
.side-nav-time{
  display: flex;
  flex-flow: column;
  width: 75px;
  margin-top: 47px;
  min-width: 65px;
}
.side-nav-time .title{
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 20px;
}
.time-display{
  height:60px;
}
.day-nav{
  display: flex;
  flex: 1 auto;
  border-top-left-radius: 10px;
overflow: hidden;
border-top-right-radius: 10px;
height:100%;
}
.single-day{
  /* width:14.3%; */
  display: flex;
  flex-flow: column;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.day-title{
  background: black;
display: flex;
flex-flow: column;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
line-height: 19px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.day-content{
  flex:1 auto;
  position: relative;
  margin-top: 20px;
}
.single-agenda{
  position: absolute;
  left: 5px;
  width: calc(100% - 10px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  line-height: 14px;
  transition:all 0.66s ease;
}
.clickable{
  cursor: pointer;
}
.agenda-holder-start .single-agenda{
  display: none!important;
}
.single-agenda.tooltipped{
  padding:0 10px;
  white-space:nowrap;
  overflow: hidden;
  font-size:12px;
}
.day-title span:first-child{
  text-transform: uppercase;
letter-spacing: 1px;
}
.day-title .big{
  font-size: 30px;
line-height: 40px;
}
.agenda_filters{
  display: flex;
background: black;
color: white;
padding-top: 15px;
padding-bottom: 15px;
}
.filters-agenda{
  margin-left: 20px;
  display: flex;
flex-wrap: wrap;
}
.filter-agenda{
  background: #5D5D5D;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  cursor: pointer;
  color:white;
  transition:all 0.66s ease;
}
.filter-agenda[data-type="Video Fill"]{
  color:black;
  background: white;
}
.day-nav{
  background: black;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 10px;
}
.filter_on .filter-agenda{
  opacity:0.2;
}
.filter_on .single-agenda{
  opacity:0.2;
}
.filter_on .active{
  opacity:1;
}
.popup-wrap{
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  overflow-y:scroll;
  z-index:-1000;
  opacity:0;
  transition:opacity 0.33s ease;
}
.popup-wrap.activated{
  z-index:100001;
  opacity:1;
}
.popup_open header, .popup_open .global-menu, .popup_open .title-section, .popup_open .agenda_filters, .popup_open .agenda-holder-wrap, .popup_open footer{
  filter:blur(10px);
}
.single-agenda .fa{
  position: absolute;
bottom: 10px;
right: 10px;
background: white;
color: black;
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 18px;
}
.single-agenda.tooltipped .fa{
  display: none;
}
.popup{
  position: relative;
width: 700px;
background: white;
margin: 10vh auto;
color: black;
max-width: 95vw;
}
.popup .header-popup{
  background: black;
  color: white;
  padding: 30px;
}
.popup .closer{
  top: 30px;
    right: 30px;
    background: white;
    border-radius: 50%;
}
.body-popup{
  padding: 30px;
    color: black;
}
.popup-detail{
  color: black;
display: block;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid rgba(0,0,0,0.2);
}
.popup-detail:last-child{
  margin:0;
  padding:0;
  border:none;
}
.popup-detail h4{
  margin-bottom:10px;
}
.popup-detail .autor-part{
  position: static;
  color:rgba(0,0,0,0.5);
  font-size:13px;
  line-height: 14px;
}
.user-avatars{
  transform: translateX(10px);
  margin-bottom:10px;
}
.user-avatars img{
  border:1px solid white;
  filter:grayscale(100%);
}
.first-section-stand{
  background: linear-gradient(180deg, rgba(5,98,175,1) 0%, rgba(4,36,61,1) 50%, rgba(0,0,0,1) 100%);
color: white;
}
.centered-logos{
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.centered-logos img{
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  width: 220px;
  display: block;
}
.centered-logos img.big{
  width:100%;
  height:auto;
  max-width:none;
  max-height:none;
}
.centered-logos .col{
  margin-bottom:50px;
  padding-right:50px;
}
.text_section_stand h1{
  margin-bottom:30px;
}
.text_section_stand .flex-buttons{
  justify-content: flex-start;
margin-top: 60px;
}
.video_content{
  width: 76vw;
  height: 35vw;
  position: relative;
  margin-right: 60px;
}
.text-overlay.video-launcher{
  display: flex;
flex-flow: column;
align-items: flex-start;
justify-content: flex-end;
padding: 50px;
}
.text-overlay h1{
  margin-bottom:30px;
}
.text-overlay div{
  max-width: 40%;
}
.text-overlay.video-launcher .fa{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateY(-50%);
}
.expo-rooster{
  width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
}
.expo-rooster h1{
  position: absolute;
    z-index: 12;
    top: 150px;
    left: 7vw;
    color: white;
}
.expo-area{
  width: 33.33333%;
height: 100vh;
position: relative;
}
.expo-area .text-overlay{
  display: flex;
flex-flow: column;
justify-content: flex-end;
align-items: flex-start;
background: linear-gradient(180deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.29735644257703087) 70%, rgba(0,0,0,0.7987570028011204) 100%);
transition:all 0.33s ease;
}
.expo-area:hover .text-overlay{
  padding-bottom:80px;
  background: linear-gradient(180deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.29735644257703087) 50%, rgba(0,0,0,0.7987570028011204) 100%);
}
.expo-area img{
  transition:all 0.33s ease;
}
.expo-area:hover img{
  filter:grayscale(40%);
}
.wswig a{
  color: #32AFC9;
  text-decoration: underline;
}
.wswig ul:not(.collapsible) li{
  position: relative;
  padding-left: 30px;
}
.wswig ul:not(.collapsible) li::before{
  content:"";
  background: #32AFC9;
  position: absolute;
  left:0;
  top:10px;
  width:10px;
  height:10px;
  border-radius:50%;
}
.stand-contact{
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: flex-end;
  background: linear-gradient(45deg, rgba(21,128,180,1) 0%, rgba(113,185,41,1) 100%);
  color: white;
}
.stand-contact .website{
  margin-right: 20px;
}
.flex-centered{
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa-question-circle{
  width: 40px;
height: 40px;
background: white;
color: black;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}
.first-section-stand .flex-buttons{
  justify-content: flex-start;
  margin-bottom:30px;
}
.stand-contacts a{
  color:#32AFC9!important;
}
.sections-stand .post_slider_wrap{
  color:black;
}
.sections-stand .round-button{
  color:black;
  border:1px solid black;
}
.document{
  display: block;
  color:#32AFC9;
}
.document .fa{
  font-size:80px;
  margin-bottom:15px;
}
.atention{
  margin-left:20px;
}
.slide_home_video video{
  height:53vw;width:100vw;object-fit:cover;
}
.slider_home_videos{
  height:53vw;
}
.slick-dotted{
  margin-bottom:0!important;
}
.slick-dots {
    position: absolute;
    bottom: 120px;
    display: block;
    width: 100vw;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex!important;
    justify-content:center;
        z-index: 1000;
}
.slick-dots li button::before{
  width: 20px;
  padding:0;
  height:20px;
  border-radius:50%;
  background-color:white;
  border:1px solid white;
  content:"";
  margin:0;
  opacity:1!important;
}
.slick-dots li {
  margin:0 1px;
  width:22px;
  opacity:0.3;
}
.slick-dots .slick-active{
  margin:0 10px;
  opacity:1;
}
.slick-dots .slick-active button::before{
  background-color:white;
}
.slick-dots .slick-active button::after{
  content: "";
  position: absolute;
  width: 26px;
  top: -3px;
  left: -3px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid white;
}
.slider_home_videos_wrap{
  position: relative;
}
.absolute-over{
  position: absolute;
  bottom: 114px;
  left: 7vw;
  display: flex;
  justify-content: space-between;
  width: 86vw;
  align-items: center;
}
.flex-logos img{
  margin-bottom:0;
}
.forgot_password{
  color: black;
  text-decoration: underline;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.day-nav-wrap{
  width:calc(100% - 65px);
  position: relative;
}
.day-nav{
  width:100%!important;
}
.agenda-holder-wrap .arrow_right, .agenda-holder-wrap .arrow_left {
    top: -50px;
}
.day-nav .slick-track{
  min-width:100%!important;
}
.day-nav .slick-list {
  min-width:100%!important;
}
.library .custom_dropdown::before, .library .custom_dropdown::after{
  background: black;
}
.stand .navigation{
  position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 7vw;
}
.area-home{
  position: relative;
}
.title-section.stand{
  min-height:400px;
}
.stand .areas-holder{
  position: absolute;
}
.areas-holder{
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  display: flex;
}
  .ipanorama{
    display: block;
    height: 100vh!important;
width: 100vw!important;
object-fit: cover;
  }
  .area-link{
    padding: 13px 17px;
  background: rgba(255,255,255,1);
  color: black;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 500;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 30px -6px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px -6px rgb(0 0 0 / 75%);
  transition:all 0.33s ease;
  }
  .area-link:hover{
    background: white;
    color:black;
  }
  .area-link.active{
    color:black;
    background: #EBDB30;
  }































.flex-logos{
  margin-top:0;
}
@media(max-width:1400px){
  .flex-logos {
    margin-top: 15px;
  }
}

@media(max-width:1100px){
  .profile-information .col{
    margin-bottom:20px;
  }
  .agenda-holder-wrap{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .absolute-over {
    position: static;
    padding: 15px 7vw;
    background: #1A2C38;
    width: 100vw;
    padding-bottom: 130px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
  .absolute-over .button-like{
    margin-bottom:30px;
  }
  .flex-logos {
    margin-top:30px;
  }
  .landing{
    padding: 40px;
    padding-top:80px;
  }
  .button-like {
    display: inline-block;
    padding: 10px 24px;
    background: #0E74C8;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    font-size: 17px;
    min-width: 190px;
    text-align: center;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}
h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
}
h1 {
    font-size: 45px;
    font-weight: 600;
}
h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
}
@media(max-width:800px){
  .first-section-stand .flex-buttons {
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}
  .areas-holder{
    position: static;
top: auto;
left: auto;
transform: none;
z-index: 101;
display: flex;
background: #32AFC9;
flex-wrap: wrap;
justify-content: center;
margin-top: 107px;
  }
  .single-stand .areas-holder{
    margin-top:0;
  }
  .title-section.stand img{
    min-height: 400px;
    object-fit: cover;
  }
  .expo-rooster {
    width: 100vw;
    height: auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.expo-area {
    position: relative;
    width: 100vw;
}
  .member-country .image-holder {
    height: 50%;
    z-index: 10;
}
  .container_div{
    padding-left:10px;
    padding-right:10px;
  }
  .absolute-over div{
    justify-content: center;
  }
  .countdown {
    position: static;
    margin-left: 0;
    flex: 1 auto;
    max-width: 520px;
    width: 100%;
    min-width:100%;
    margin-bottom:40px;
  }
  .description-bg{
    position: static;
        text-align: center;
  }
  .small-part {
    max-width: 100%;
width: 100%;
margin-top: 40px;
text-align: center;
  }
  .flex-logos {
    justify-content: center;
  }
  .flex-logos img {
    max-height: 85px;
    max-width: 254px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.page-id-1724 .flex-buttons{
  flex-flow:row;
}
  .slide_home_video video {
      height: 110vw;
      width: 100vw;
      object-fit: cover;
      object-position: 30%;
  }
  .slider_home_videos {
      height: 110vw;
      margin-top: 110px;
  }
  .page-id-1658 main{
    padding-top: 110px;
    background: #1A2C38;
  }
  header{
    background: #1A2C38!important;
  }
  .slick-dots {
      position: absolute;
      bottom: 20px;
    }
  .my-profile .profile-header{
    flex-flow: column;
    align-items: center;
  }
  .my-profile .profile-header .image-holder-profile {
    width: 90vw;
    height: 90vw;
    min-width: 90vw;
    padding: 0!important;
    overflow: visible;
    border: 5px solid white;
    margin-top: 30px;
}
.section-nav {
    flex: 1 auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
}
.section-nav .current-filter{
  margin-bottom:5px;
}
  h1 {
      font-size: 35px;
      font-weight: 600;
  }
h2{
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 30px;
}
  form.registration_form, .login_form, form.password_form, .request_meeting, .edit_profile{
    padding:20px;
  }
  .landing{
    padding:40px 20px;
    padding-top:80px;
  }
  form {
    padding: 20px;
  }
  .closer {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .flex-buttons {
    flex-flow:column-reverse;
    align-items: center;
}
.flex-buttons .button-like{
  margin-bottom:30px;
}
  #countdown_timer span{
    display: flex;
    flex-flow: column;
    font-size:12px;
    font-weight: 600;
    align-items: center;
    width:auto;
  }
  #countdown_timer span.big{
    font-size:35px;
    font-weight: 600;
  }
  .edit_profile_picture{
    padding:20px;
  }
  .section-navigation {
    flex-flow: column-reverse;
    position: relative;
}
  .section-navigation .flex-buttons {
    width: 200px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.to_the_right{
  margin-left:0;
}
.menu-container {
  width: 100vw;
  padding: 100px 3.5vw 120px;
}
.menu-container img {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100vw;
}
.menu-container ul li a {
    font-size: 35px;
    line-height: 30px;
}
  break {
    margin-bottom: 25px;
    display: block;
}
.menu-container ul li a.smaller {
    font-size: 25px;
    font-weight: 500;
    line-height: 23px;
}
.atributes {
    padding: 15px;
    margin-top: 20px;
}
.atributes p {
    margin-bottom: 5px;
}
.atributes h4{
      margin-bottom: 20px;
}
.section-navigation .country_flag{
  margin: 0;
position: absolute;
right: 7vw;
top: 15px;
}
.collapsible-header {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding-right: 50px;
}
.conference_display .flex-buttons{
  flex-flow: row;
}
.content-section .col{
  margin-bottom:20px;
}
.branding img {
    /* height: 60px; */
}
.image-big-holder {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 50vw;
    margin: 20px 0;
}
.about-sections .row:nth-child(even) {
    flex-flow: column;
}
.conference_display .title-section {
    align-items: flex-start;
    height: auto;
    min-height: 550px;
    padding-top: 60px;
    margin-top: 97px;
}
.user-block .cat-holder {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    background: #464646;
    color: white;
    display: none;
}
.user-block {
    background: #181818;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 75%);
    color: white;
    margin-bottom: 20px;
}
.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 127px;
    flex-flow: column-reverse;
}
.profile-header .image-holder-profile {
    width: 200px;
        min-width: 200px;
    height: 200px;
    padding: 0!important;
}
.name-side{
  width: 100%;
}
.gallery img{
  object-fit:cover;
  height:auto;
}
}
@media(max-width:500px){
  .previous span{
    display: none;
  }
  .next span{
    display: none;
  }
  .custom_dropdown {
    width: 100%;
    margin-top:15px;
  }
  .normal-content{
    height:400px;
  }
  .branding img {
      height: 80px;
      transition: all 0.33s ease;
      width: 110px;
      object-fit: contain;
  }
  .branding{
      height: 80px;
  }

}
